@media (max-width: 991px) {
  header {
    height: 97px;
  }
}
@media (min-width: 992px) {
  header {
    height: 97px;
  }
}

@media (min-width: 992px) {
  main {
    min-height: calc(100vh - 97px - 10px);
  }
  main > .container {
    min-height: calc(100vh - 97px - 10px);
  }
  main > .container > .jnk-rel {
    min-height: calc(100vh - 97px - 10px);
  }
  main > .container > .jnk-rel > .jnk-sticky {
    min-height: calc(100vh - 97px - 10px);
    height: calc(100vh - 97px - 10px);
    top: 107px;
    top: 97px;
  }
}

main .main, main .sidebar {
  padding-top: 10px;
}
@media (max-width: 991px) {
  main .main {
    z-index: 1;
  }
  main .main.jnk-noscroll {
    opacity: 0;
    overflow-y: hidden;
    height: 0;
  }
  main .main:not(.jnk-noscroll) {
    opacity: 1;
    overflow-y: auto;
  }
  main .jnk-sticky.jnk-top {
    padding-bottom: 20px;
  }
  main .jnk-sticky {
    z-index: 100;
  }
  main .jnk-sticky .jnk-h-manipulator.jnk-h-100 {
    height: 85px;
    transition: height 375ms;
  }
  main .jnk-sticky .jnk-h-manipulator.jnk-h-0 {
    height: 0px !important;
    transition: height 375ms;
  }
  main .jnk-sticky.jnk-top {
    position: fixed;
    inset: 0;
    transition: all linear 200ms;
    z-index: 200;
    overflow-y: auto;
    min-height: 100vh;
    max-height: 100%;
    min-height: calc(100vh - 97px);
    max-height: calc(100% - 97px);
    top: 97px;
  }
  main .jnk-sticky.jnk-top .sidebar-content {
    padding: 0;
  }
}
@media (max-width: 991px) and (min-width: 576px) {
  main .jnk-sticky.jnk-top .sidebar-content {
    padding: 0 12px;
  }
}

.jnk-rel {
  position: relative;
}

.jnk-sticky {
  position: sticky;
  top: 20px;
  transition: all linear 200ms;
}
@media (max-width: 991px) {
  .jnk-sticky {
    top: 97px;
    transition: all linear 200ms;
  }
}

.jnk-grower {
  flex-grow: 1;
}

.sidebar {
  scrollbar-gutter: stable;
  transition: all linear 200ms;
  height: -moz-min-content;
  height: min-content;
}
@media (min-width: 576px) {
  .sidebar.jnk-top #sidebar-mobile-button {
    padding: 10px 12px;
  }
}
.sidebar .main-naslov {
  color: rgb(88, 88, 88);
  font-weight: 200;
  font-size: 1.75rem;
  font-weight: 200;
}
.sidebar #sidebar-mobile-button svg {
  fill: rgb(88, 88, 88) !important;
}
.sidebar #sidebar-mobile-content hr {
  margin: 0.5rem 0;
}
@media (max-width: 991px) {
  .sidebar {
    background-color: rgb(242, 242, 242);
  }
}
@media (min-width: 992px) {
  .sidebar {
    overflow-y: auto;
    scrollbar-width: thin;
  }
  .sidebar::-webkit-scrollbar {
    width: 9px;
    background-color: rgb(240, 240, 240);
  }
  .sidebar::-webkit-scrollbar-thumb {
    background: rgb(205, 205, 205);
  }
}
.sidebar #sidebar-mobile-button {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .sidebar #sidebar-mobile-button {
    padding: 10px 0;
    border-bottom: 1px solid #b6121b;
  }
  .sidebar #sidebar-mobile-button .naslov {
    margin-bottom: unset;
  }
}
.sidebar #sidebar-mobile-button .dropdown {
  align-self: center;
}
.sidebar #sidebar-mobile-button .dropdown svg {
  height: 1rem;
  color: rgb(88, 88, 88);
  transition: all linear 200ms;
}
@media (min-width: 992px) {
  .sidebar #sidebar-mobile-button {
    pointer-events: none;
  }
}
.sidebar #sidebar-mobile-button[aria-expanded=true] .dropdown svg {
  transform: rotateX(0deg);
}
.sidebar #sidebar-mobile-button[aria-expanded=false] .dropdown svg {
  transform: rotateX(-180deg);
}
.sidebar #kazalo {
  padding: 0;
  display: flex;
  justify-content: space-between;
}
.sidebar .dropdown {
  align-self: center;
}
.sidebar .dropdown svg {
  height: 1rem;
  color: rgb(88, 88, 88);
  transition: all linear 200ms;
}
.sidebar div[aria-expanded=true] .dropdown svg {
  transform: rotateX(0deg);
}
.sidebar div[aria-expanded=false] .dropdown svg {
  transform: rotateX(180deg);
}
@media (max-width: 991px) {
  .sidebar #kazalo {
    padding: 0.5rem 0;
  }
}
.sidebar #sorodne-strani-btn {
  cursor: pointer;
  padding: 0;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .sidebar #sorodne-strani-btn {
    padding: 0.5rem 0;
  }
  .sidebar #sorodne-strani-btn .naslov {
    margin-bottom: unset;
  }
}
.sidebar #sorodne-strani-btn .dropdown {
  align-self: center;
}
.sidebar #sorodne-strani-btn .dropdown svg {
  height: 1rem;
  color: rgb(88, 88, 88);
  transition: all linear 200ms;
}
.sidebar #sorodne-strani-btn[aria-expanded=true] .dropdown svg {
  transform: rotateX(0deg);
}
.sidebar #sorodne-strani-btn[aria-expanded=false] .dropdown svg {
  transform: rotateX(180deg);
}
.sidebar #sorodne-strani, .sidebar #kazalo {
  max-width: 100%;
}
.sidebar .dropdown svg {
  fill: #b6121b;
}
.sidebar .naslov {
  color: rgb(88, 88, 88);
  color: #b6121b;
  font-weight: 200;
  font-size: 1.75rem;
  font-size: 1.5rem;
  font-weight: 200;
}
.sidebar .link {
  padding: 0.375rem 0.75rem;
  background-color: transparent;
  transition: all linear 200ms;
  text-decoration: none;
  color: #b6121b;
}
.sidebar .link:hover {
  background-color: #e34926;
  color: white;
  transition: all linear 200ms;
}
.sidebar .narocnik.slori .contact-wrapper .naziv {
  color: #f8971c;
}
.sidebar .narocnik.slori .contact-wrapper a {
  color: #f8971c;
}
.sidebar .narocnik.slori .contact-wrapper a svg {
  fill: #f8971c;
}
.sidebar .narocnik {
  position: relative;
  min-height: 120px;
  margin-top: 10px;
}
.sidebar .narocnik .logo {
  opacity: 1;
  transition: all linear 200ms;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto 0.75rem;
}
.sidebar .narocnik .logo.width {
  height: auto;
  width: 75%;
  -o-object-fit: contain;
     object-fit: contain;
}
.sidebar .narocnik .logo.height {
  width: auto;
  height: 90%;
  max-width: 75%;
  -o-object-fit: contain;
     object-fit: contain;
}
.sidebar .narocnik .contact-wrapper {
  opacity: 0;
  transition: all linear 200ms;
  position: absolute;
  width: 90%;
  margin: 0 auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.sidebar .narocnik .contact-wrapper div:not(.naziv) {
  font-size: 0.9rem;
}
.sidebar .narocnik .contact-wrapper .naziv {
  font-size: 1rem;
  color: #b6121b;
  font-weight: bold;
  margin-bottom: 5px;
}
.sidebar .narocnik .contact-wrapper .jnk-icons-wrapper {
  margin-top: 10px;
}
.sidebar .narocnik .contact-wrapper a {
  min-width: 25px;
  color: #b6121b;
  transition: all linear 200ms;
}
.sidebar .narocnik .contact-wrapper a:hover {
  color: #e34926;
  transition: all linear 200ms;
}
.sidebar .narocnik .contact-wrapper a svg {
  fill: #b6121b;
  transition: all linear 200ms;
}
.sidebar .narocnik .contact-wrapper a svg:hover {
  fill: #e34926;
  transition: all linear 200ms;
}
.sidebar .narocnik:hover .logo {
  opacity: 0;
  transition: all linear 200ms;
}
.sidebar .narocnik:hover .contact-wrapper {
  opacity: 1;
  transition: all linear 200ms;
}
@media (max-width: 991px) {
  .sidebar .link {
    padding-left: 0.75rem;
  }
  .sidebar .narocnik {
    padding: 0;
    margin-left: 30px;
    width: calc(100% - 60px);
    height: 100%;
  }
  .sidebar .narocnik hr {
    width: 50%;
    margin-top: 1.5rem !important;
  }
}
@media (max-width: 991px) and (max-width: 450px) {
  .sidebar .narocnik hr {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .sidebar .narocnik .logo {
    opacity: 1;
    position: static;
    margin: auto 0;
    margin-top: 30px;
  }
  .sidebar .narocnik .logo.height {
    width: 50%;
  }
  .sidebar .narocnik .logo.width {
    width: 50%;
  }
}
@media (max-width: 991px) and (min-width: 767px) and (max-width: 991px) {
  .sidebar .narocnik .logo.height {
    width: 33%;
  }
  .sidebar .narocnik .logo.width {
    width: 33%;
  }
}
@media (max-width: 991px) and (max-width: 450px) {
  .sidebar .narocnik .logo.height {
    height: 100%;
    width: 90%;
  }
  .sidebar .narocnik .logo.width {
    height: 100%;
    width: 90%;
  }
}
@media (max-width: 991px) {
  .sidebar .narocnik .contact-wrapper {
    opacity: 1;
    position: static;
    margin: unset;
    margin: 10px 0;
  }
  .sidebar .narocnik:hover .logo,
  .sidebar .narocnik:hover .contact-wrapper {
    opacity: 1;
  }
  .sidebar .narocnik:last-child {
    margin-bottom: 30px;
  }
}/*# sourceMappingURL=sidebar.css.map */