@charset "UTF-8";
* {
  transition: none !important;
}

#bubble-switcher {
  padding: 0 1rem;
  color: rgb(54, 54, 54);
  border: 1px solid rgb(54, 54, 54);
  font-size: 0.8rem;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-left {
  display: flex;
  justify-content: space-between;
}

.intro {
  text-align: center;
  justify-content: center;
  display: flex;
  margin-top: 5rem;
}
.intro .naslov-strani {
  font-weight: 600;
}
.intro .intro-bubble-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /*height: calc(100% - 90px);*/
}
.intro .intro-bubble {
  background-color: #197689;
  border-radius: 25px;
}
.intro .intro-bubble * {
  color: white;
}
.intro .intro-bubble h2 {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.intro .intro-bubble p:first-of-type {
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .intro .intro-bubble {
    padding: 10px;
    padding: 50px;
  }
}
@media (min-width: 993px) {
  .intro .intro-bubble {
    padding: 50px;
  }
}
.intro.no-bubble {
  min-height: 100vh;
  text-align: left;
}
.intro.no-bubble .naslov-strani {
  font-weight: 200;
}
.intro.no-bubble .intro-bubble-wrap {
  align-items: unset;
}
.intro.no-bubble .intro-bubble {
  background-color: transparent;
  padding: unset !important;
}
.intro.no-bubble .intro-bubble * {
  color: black;
}
.intro.no-bubble .intro-bubble h2 {
  color: #197689;
}

#close-accordions {
  padding: 0 0.5rem;
  background-color: white;
  color: black;
  margin-right: 1rem;
  cursor: pointer;
  transition: all linear 100ms !important;
}
#close-accordions:hover {
  background-color: #e34926;
  color: white;
}

a {
  word-break: break-word;
}

.kazalo .kazalo-dropdown,
#search .search-results,
.vsebina-wrapper {
  overscroll-behavior: contain;
}

.kolofon-in-prenesi {
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: center;
  margin-top: 5rem;
  margin-bottom: 5rem;
}

#kolofon-btn, #prenesi-btn {
  border-radius: 5px;
  padding: 10px;
  background-color: #197689;
  color: white;
  transition: linear all 200ms !important;
  text-decoration: none;
  min-width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.5rem 0;
}
#kolofon-btn svg, #prenesi-btn svg {
  fill: white;
}
#kolofon-btn:hover, #prenesi-btn:hover {
  background-color: #e34926;
}

#kolofon div {
  margin: 1rem 0;
}
#kolofon div * {
  margin: 0;
}

.fjk-logo {
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 50%;
}

/*
.kolofon {
    padding: 1rem;
    background-color: $modra;
    color: white;
    font-size: .8rem;
    p{
        margin: 0;
    }
    * {
        color: white;
    }
    div {
        margin: 1rem 0;
    }
    a:hover {
        color: #bcbdbe;
    }
}
*/
.one-arrow,
.two-arrow {
  display: inline-flex;
  justify-content: center;
  vertical-align: middle;
  margin: 0 4px;
}
.one-arrow svg,
.two-arrow svg {
  padding-bottom: 2px;
}

.flex-pusher {
  flex-grow: 1;
}

.noga {
  background-color: #197689;
  color: white;
}
.noga * {
  color: white;
}
.noga div {
  margin: 1rem 0;
}
.noga a:hover {
  color: #bcbdbe;
}

@media (max-width: 400px) {
  .uvodnik-stolpec {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

/*
#kolofon,
#kolofon_content {
    &.stopnja-1 {
        padding-left: 0.5rem;
        margin-left: 1rem;
        @media (max-width: 575px) {
            padding-left: 0;
            margin-left: 0;
        }
        &.naslov {
            h1,
            .h1,
            h2,
            .h2,
            h3,
            .h3 {
                color: $modra;
                font-size: 1.6rem !important;
                font-weight: bold !important;
            }
        }
    }
}
#kolofon {
    transition: all linear 100ms !important;
    padding-right: 1rem;

    cursor: pointer;
    > * {
        margin-top: 0.5rem;
    }

    &.stopnje {
        .plus-minus {
            transition: all linear 100ms !important;
            position: relative;
            width: 20px;
            min-width: 20px;
            margin-left: 10px;
            .plus,
            .minus {
                transition: all linear 100ms !important;
                position: absolute;
                top: 0;
                bottom: 0;
                left: 0;
                right: 0;
            }
        }

        &.collapsed {
            .plus-minus {
                .minus {
                    opacity: 0;
                }
                .plus {
                    opacity: 1;
                }
            }
        }
        &:not(.collapsed) {
            .plus-minus {
                .minus {
                    opacity: 1;
                }
                .plus {
                    opacity: 0;
                }
            }
        }
    }

    //naslovi
    &:not(.collapsed) {
        transition: all linear 100ms !important;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        margin-bottom: 0.5rem;
        margin-top: 0.5rem;
        background-color: #fff;
        font-style: italic;
        @media (max-width: 575px) {
            &.stopnje {
                margin-left: 0;
                padding-left: 0;
            }
        }
    }
}
#kolofon_content {
    @media (max-width: 992px) {
        &.pc {
            display: none !important;
        }
    }
    @media (min-width: 993px) {
        &.mobi {
            display: none !important;
        }
    }

    padding-left: 0.5rem;
    &.show {
        padding-top: 1rem;
        padding-bottom: 1rem;
        margin-bottom: 0.5rem;
        background-color: #fff;

        mark {
            background-color: #fff3cd !important;
            font-style: inherit !important;
        }
    }

    &.stopnje {
        padding-left: 30px; //enaka širina kot + -
        padding-right: 1rem;
    }
    @media (max-width: 575px) {
        &.stopnje {
            margin-left: 0;
        }
    }
}
*/
body {
  background-color: rgb(242, 242, 242) !important;
  position: relative;
}

.backToTop {
  position: fixed;
  display: block;
  bottom: 1rem;
  right: 1rem;
  padding: 0.2rem;
  background-color: #197689;
  z-index: 3;
}
.backToTop svg {
  fill: white;
  width: 25px;
  height: 25px;
  padding: 0.2rem;
}

.jnk_link {
  color: rgb(54, 54, 54);
  font-weight: 200;
  text-decoration: none;
}
.jnk_link.naslov-strani {
  color: #197689;
}

mark {
  padding: 0.18rem 0 !important;
}

.uvodnik {
  margin-left: 2rem;
  margin-right: 1rem;
  font-size: 0.8rem;
}
.uvodnik p {
  margin-bottom: 0.4rem;
}

.layout-fix {
  width: 100%;
}

.main-content {
  width: 100%;
}

.sticky-search {
  position: sticky;
  top: 0;
}

#search {
  background-color: #197689;
  color: white;
  padding: 1rem 0;
  margin-left: 1rem;
  padding-top: 0;
  z-index: 1;
}
#search a {
  color: white;
}
#search #search-input {
  display: flex;
  align-items: flex-end;
  width: 50%;
}
@media (max-width: 767px) {
  #search #search-input {
    width: 75%;
  }
}
#search input {
  background-color: white;
  color: black;
  width: 100%;
}
#search #mobi-indicator .location {
  font-size: 0.8rem;
}

.search-results-toggle {
  transition: all linear 200ms !important;
  transform: rotate(180deg);
  height: 16px;
  width: 16px;
  display: flex;
  justify-content: center;
  align-self: center;
}
.search-results-toggle.rotate {
  transform: rotate(0deg);
}

#search-input-parent {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

#search-results {
  overflow: auto;
  transition: all linear 200ms !important;
  max-height: 180px;
  margin-right: 1rem;
}
#search-results.minimize {
  max-height: 0;
}
#search-results > * {
  margin-bottom: 1rem;
}
#search-results div:first-of-type {
  margin-top: 0;
}
#search-results div:last-of-type {
  margin-bottom: 0;
}
#search-results .search-info {
  background-color: #BCDAE0;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.5rem;
}
#search-results .search-info * {
  color: black;
  text-decoration: none;
  border: none !important;
}
#search-results .search-info .search-info-poglavje {
  font-size: 0.9rem;
  color: #0B353D;
}
#search-results .search-info .search-info-podpoglavje {
  font-size: 0.9rem;
  margin-left: 0.5rem;
  color: #0B353D;
}
#search-results .search-info .search-info-podpodpoglavje {
  font-size: 0.9rem;
  margin-left: 1rem;
  color: #0B353D;
}
#search-results .search-info .search-link {
  display: block;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 1.2rem !important;
}
#search-results .search-info .search-link * {
  font-size: 1.2rem !important;
}

.search-info {
  padding-top: 0.5rem;
  font-size: 0.8rem;
}

.search-link {
  border-bottom: 1px solid white;
  padding-bottom: 0.5rem;
}

.vsebina-wrapper > *,
#search > * {
  margin-left: 1rem;
}

.kazalo {
  position: sticky;
  top: 0;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  padding-right: 1rem;
  height: 100vh;
  scrollbar-color: #197689 #fff;
  scrollbar-width: thin;
  overflow-y: scroll;
}
.kazalo .in-view {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.kazalo .in-view:hover {
  background-color: #e34926 !important;
}
.kazalo .in-view:hover a {
  color: white !important;
}
.kazalo .in-view:hover svg {
  fill: white;
}
.kazalo .kazalo-dropdown:not(.open) {
  display: none;
}
.kazalo .dropdown-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  margin-left: 5px;
  margin-right: 5px;
}
.kazalo .dropdown-arrow.open {
  transform: rotate(180deg);
}
.kazalo .kazalo-item {
  display: flex;
  margin-top: 2px;
  margin-bottom: 2px;
  padding-right: 0.5rem;
}
.kazalo .kazalo-item a {
  color: #197689;
  text-decoration: none;
}
.kazalo .kazalo-item svg {
  fill: #197689;
}
.kazalo .kazalo-item:hover {
  background-color: #e34926 !important;
}
.kazalo .kazalo-item:hover a {
  color: white !important;
}
.kazalo .kazalo-item:hover svg {
  fill: white;
}
.kazalo .kazalo-item.reading {
  background-color: white;
  color: #0B353D !important;
}
.kazalo .kazalo-item.reading * {
  color: #0B353D !important;
}
.kazalo .kazalo-item.reading:hover {
  background-color: #e34926 !important;
}
.kazalo .kazalo-item.reading:hover a {
  color: white;
}
.kazalo .kazalo-link {
  width: 100%;
}
.kazalo .kazalo-h1 .kazalo-item {
  padding-left: 0.5rem;
}
.kazalo .kazalo-h1 .kazalo-item .kazalo-link {
  font-weight: 610;
}
.kazalo .kazalo-h1 .kazalo-h2 .kazalo-item {
  padding-left: 1.5rem;
}
.kazalo .kazalo-h1 .kazalo-h2 .kazalo-item .kazalo-link {
  font-weight: 510;
}
.kazalo .kazalo-h1 .kazalo-h2 .kazalo-h3 .kazalo-item {
  padding-left: 2.5rem;
}
.kazalo .kazalo-h1 .kazalo-h2 .kazalo-h3 .kazalo-item .kazalo-link {
  font-weight: 500;
}

.vsebina-wrapper img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.vsebina-wrapper .img-parent {
  width: 100%;
  overflow-x: auto;
}
.vsebina-wrapper .img-parent img {
  max-width: unset;
  max-height: unset;
  margin: 0.2rem;
  margin-bottom: 1.5rem;
}
.vsebina-wrapper .stopnja-1.naslov,
.vsebina-wrapper .stopnja-2.naslov,
.vsebina-wrapper .stopnja-3.naslov {
  border-top: 1px solid black;
  cursor: pointer;
}
.vsebina-wrapper .stopnja-1.naslov > *,
.vsebina-wrapper .stopnja-2.naslov > *,
.vsebina-wrapper .stopnja-3.naslov > * {
  margin-top: 0.5rem;
}
.vsebina-wrapper .stopnja-1.naslov h1,
.vsebina-wrapper .stopnja-1.naslov .h1,
.vsebina-wrapper .stopnja-1.naslov h2,
.vsebina-wrapper .stopnja-1.naslov .h2,
.vsebina-wrapper .stopnja-1.naslov h3,
.vsebina-wrapper .stopnja-1.naslov .h3,
.vsebina-wrapper .stopnja-2.naslov h1,
.vsebina-wrapper .stopnja-2.naslov .h1,
.vsebina-wrapper .stopnja-2.naslov h2,
.vsebina-wrapper .stopnja-2.naslov .h2,
.vsebina-wrapper .stopnja-2.naslov h3,
.vsebina-wrapper .stopnja-2.naslov .h3,
.vsebina-wrapper .stopnja-3.naslov h1,
.vsebina-wrapper .stopnja-3.naslov .h1,
.vsebina-wrapper .stopnja-3.naslov h2,
.vsebina-wrapper .stopnja-3.naslov .h2,
.vsebina-wrapper .stopnja-3.naslov h3,
.vsebina-wrapper .stopnja-3.naslov .h3 {
  color: #197689;
}
.vsebina-wrapper .stopnje .plus-minus {
  transition: all linear 100ms !important;
  position: relative;
  width: 20px;
}
.vsebina-wrapper .stopnje .plus-minus .plus,
.vsebina-wrapper .stopnje .plus-minus .minus {
  transition: all linear 100ms !important;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.vsebina-wrapper .stopnje.collapsed .plus-minus .minus {
  opacity: 0;
}
.vsebina-wrapper .stopnje.collapsed .plus-minus .plus {
  opacity: 1;
}
.vsebina-wrapper .stopnje:not(.collapsed) .plus-minus .minus {
  opacity: 1;
}
.vsebina-wrapper .stopnje:not(.collapsed) .plus-minus .plus {
  opacity: 0;
}
.vsebina-wrapper .stopnja-1 {
  padding-left: 0.5rem;
}
.vsebina-wrapper .stopnja-1.naslov h1,
.vsebina-wrapper .stopnja-1.naslov .h1,
.vsebina-wrapper .stopnja-1.naslov h2,
.vsebina-wrapper .stopnja-1.naslov .h2,
.vsebina-wrapper .stopnja-1.naslov h3,
.vsebina-wrapper .stopnja-1.naslov .h3 {
  font-size: 1.6rem !important;
  font-weight: bold !important;
}
.vsebina-wrapper .stopnja-2 {
  padding-left: 1.2rem;
}
.vsebina-wrapper .stopnja-2.naslov h1,
.vsebina-wrapper .stopnja-2.naslov .h1,
.vsebina-wrapper .stopnja-2.naslov h2,
.vsebina-wrapper .stopnja-2.naslov .h2,
.vsebina-wrapper .stopnja-2.naslov h3,
.vsebina-wrapper .stopnja-2.naslov .h3 {
  font-size: 1.4rem !important;
  font-weight: 600 !important;
}
.vsebina-wrapper .stopnja-3 {
  padding-left: 1.9rem;
}
.vsebina-wrapper .stopnja-3.naslov h1,
.vsebina-wrapper .stopnja-3.naslov .h1,
.vsebina-wrapper .stopnja-3.naslov h2,
.vsebina-wrapper .stopnja-3.naslov .h2,
.vsebina-wrapper .stopnja-3.naslov h3,
.vsebina-wrapper .stopnja-3.naslov .h3 {
  font-size: 1.2rem !important;
  font-weight: unset !important;
}
.vsebina-wrapper hr {
  color: #bcbdbe;
}
.vsebina-wrapper [id] {
  scroll-margin-top: 76px;
  padding-right: 1rem;
}
.vsebina-wrapper [id]:not([id$=_content]) {
  transition: all linear 100ms !important;
}
.vsebina-wrapper [id]:not([id$=_content]):not(.collapsed) {
  transition: all linear 100ms !important;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
  background-color: #fff;
  font-style: italic;
}
.vsebina-wrapper [id$=_content].show {
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 0.5rem;
  background-color: #fff;
}
.vsebina-wrapper [id$=_content].show mark {
  background-color: #fff3cd !important;
  font-style: inherit !important;
}

table {
  border: 2px solid black !important;
  width: calc(100% - 2px);
  padding-top: 1px;
  padding-bottom: 1px;
  margin-top: 1px;
  margin-bottom: 1.5rem;
}
table tbody,
table td,
table tfoot,
table th,
table thead,
table tr {
  border-color: black !important;
  border-width: 1px;
}
table td,
table th {
  outline: 1px solid black;
  padding: 0.5rem;
  vertical-align: top;
  font-size: 0.9rem !important;
}
table td *,
table th * {
  font-size: 0.9rem !important;
  margin: 0;
}
table td *:last-child,
table th *:last-child {
  margin-bottom: 0;
}
table.table-3 {
  table-layout: fixed;
  min-width: 500px;
}
table.table-3 td,
table.table-3 th {
  width: calc(50% - 30px);
  vertical-align: middle;
}
table.table-3 td:nth-of-type(2),
table.table-3 th:nth-of-type(2) {
  width: 60px;
  min-width: 60px;
  max-width: 60px;
}
table.table-3 td:nth-of-type(2) *,
table.table-3 th:nth-of-type(2) * {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
table.table-3 td:nth-of-type(2) *:last-child,
table.table-3 th:nth-of-type(2) *:last-child {
  margin-bottom: 0;
}
table.table-3 td:not(:nth-child(2)) *:last-child,
table.table-3 th:not(:nth-child(2)) *:last-child {
  margin-bottom: 0;
}
@media (max-width: 500px) {
  table.table-3 td,
  table.table-3 th {
    width: calc(50% - 15px);
  }
  table.table-3 td:nth-of-type(2),
  table.table-3 th:nth-of-type(2) {
    width: 30px;
    min-width: 30px;
    max-width: 30px;
  }
}
table.table-5 {
  table-layout: fixed;
  min-width: 500px;
}
table.table-5 td,
table.table-5 th {
  width: calc(33% - 40px);
  vertical-align: middle;
}
table.table-5 td:nth-of-type(2), table.table-5 td:nth-of-type(4),
table.table-5 th:nth-of-type(2),
table.table-5 th:nth-of-type(4) {
  width: 60px;
  min-width: 60px;
  max-width: 60px;
}
table.table-5 td:nth-of-type(2) *, table.table-5 td:nth-of-type(4) *,
table.table-5 th:nth-of-type(2) *,
table.table-5 th:nth-of-type(4) * {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
table.table-5 td:nth-of-type(2) *:last-child, table.table-5 td:nth-of-type(4) *:last-child,
table.table-5 th:nth-of-type(2) *:last-child,
table.table-5 th:nth-of-type(4) *:last-child {
  margin-bottom: 0;
}
table.table-5 td:not(:nth-child(2)) *:last-child, table.table-5 td:not(:nth-child(4)) *:last-child,
table.table-5 th:not(:nth-child(2)) *:last-child,
table.table-5 th:not(:nth-child(4)) *:last-child {
  margin-bottom: 0;
}
@media (max-width: 500px) {
  table.table-5 td,
  table.table-5 th {
    width: calc(33% - 20px);
  }
  table.table-5 td:nth-of-type(2), table.table-5 td:nth-of-type(4),
  table.table-5 th:nth-of-type(2),
  table.table-5 th:nth-of-type(4) {
    width: 30px;
    min-width: 30px;
    max-width: 30px;
  }
}

.main {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.uvodnik {
  margin: unset;
}

.kazalo-stolpec {
  margin-bottom: 3rem;
}
@media (max-width: 400px) {
  .kazalo-stolpec {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.vsebina-stolpec {
  margin-bottom: 3rem;
}
@media (max-width: 400px) {
  .vsebina-stolpec {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.vsebina-stolpec #search {
  margin: unset;
}
@media (max-width: 575px) {
  .vsebina-stolpec .naslov.stopnje {
    margin-left: 0;
    padding-left: 0;
  }
}
.vsebina-stolpec .naslov .plus-minus {
  min-width: 20px;
  margin-left: 10px;
}
.vsebina-stolpec .vsebina.stopnje {
  padding-left: 30px;
}
@media (max-width: 575px) {
  .vsebina-stolpec .vsebina.stopnje {
    margin-left: 0;
  }
}
.vsebina-stolpec .vsebina .table-parent {
  width: 100%;
  overflow-x: auto;
}

@media (max-width: 992px) {
  .openKazalo {
    position: fixed;
    display: block;
    bottom: 4rem;
    right: 1rem;
    padding: 0.2rem;
    background-color: #197689;
    z-index: 3;
  }
  .openKazalo svg {
    fill: white;
    width: 25px;
    height: 25px;
    padding: 0.2rem;
  }
  .kazalo-stolpec {
    padding: 0;
    z-index: 1001;
    background-color: rgb(242, 242, 242);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-bottom: 0 !important;
    height: 100%;
  }
  .kazalo-stolpec .kazalo {
    padding: 0;
    margin-top: 54px;
    background-color: rgb(242, 242, 242);
    padding-bottom: 5rem !important;
  }
  .kazalo-stolpec.razpri {
    display: block;
  }
  .kazalo-stolpec:not(.razpri) {
    display: none;
  }
  .kazalo-stolpec .kazalo-mobi {
    background-color: white;
    padding: 0.5rem 1rem;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }
  .kazalo-stolpec .kazalo-mobi .kazalo-mobi-naslov {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .kazalo-stolpec .kazalo-mobi .kazalo-mobi-naslov .kazalo-naslov {
    font-size: 1.6rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #197689;
  }
}
@media (max-width: 400px) {
  .kazalo-stolpec .kazalo-mobi {
    padding: 0.5rem;
  }
}/*# sourceMappingURL=slogovni.css.map */