h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

html {
  scrollbar-gutter: stable;
}

body {
  position: relative;
  background-color: rgb(242, 242, 242);
  scrollbar-gutter: stable;
}

.bold {
  font-weight: 600;
}

.italic {
  font-style: italic;
}

.underline {
  text-decoration: underline;
}

.line-through {
  text-decoration: line-through;
}

.text-brand {
  color: #474c8a;
}

.hide {
  display: none !important;
}

@media (max-width: 1100px) {
  .spacer-50 {
    height: 3rem;
  }
}

table {
  display: block;
  margin-bottom: 1rem;
  max-width: 100%;
  overflow: auto;
  scrollbar-color: #474c8a #cde5ec;
  scrollbar-width: thin;
}
table td {
  border: 1px solid #bcbdbe;
  padding: 5px;
  vertical-align: top;
}

header {
  height: 97px;
  position: sticky;
  top: 0;
  z-index: 200;
  display: flex;
  align-items: center;
  background-color: #474c8a;
  color: white;
}
header .site-logo {
  height: 60px;
  min-width: 60px;
  padding: 2px;
  border-radius: 50%;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .site-logo * {
  height: 100%;
}

main .page-content,
main .sidebar {
  padding-top: 10px;
}
@media (min-width: 992px) {
  main {
    min-height: calc(100vh - 97px - 10px);
  }
}
@media (max-width: 991px) {
  main .is-sticky {
    z-index: 100;
  }
  main .page-content {
    z-index: 1;
  }
}

@media (max-width: 991px) {
  body.menu-open {
    overflow: hidden;
  }
  body.menu-open main {
    position: fixed;
    inset: 97px 0 0;
    overflow-y: auto;
  }
  body.menu-open .sidebar {
    position: static;
    height: auto;
    overflow: visible;
  }
  body.menu-open .page-content {
    display: none;
  }
  body.menu-open #backToTop {
    display: none;
  }
}
.is-relative {
  position: relative;
}

.is-sticky {
  position: sticky;
  top: 97px;
  transition: all linear 200ms;
}
@media (min-width: 992px) {
  .is-sticky {
    align-self: flex-start;
    max-height: calc(100vh - 97px - 10px);
  }
}

.grow {
  flex-grow: 1;
}

.sidebar {
  height: -moz-min-content;
  height: min-content;
  scrollbar-gutter: stable;
  transition: all linear 200ms;
}
@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-title {
  color: rgb(88, 88, 88);
  font-size: 1.75rem;
  font-weight: 200;
}
.sidebar .sidebar-section-title {
  color: #474c8a;
  font-size: 1.5rem;
  font-weight: 200;
}
.sidebar #sidebar-mobile-button {
  display: flex;
  gap: 1rem;
}
@media (max-width: 991px) {
  .sidebar #sidebar-mobile-button {
    padding: 10px 0;
    border-bottom: 1px solid #474c8a;
  }
  .sidebar #sidebar-mobile-button .sidebar-title {
    margin-bottom: unset;
  }
}
@media (min-width: 992px) {
  .sidebar #sidebar-mobile-button {
    pointer-events: none;
  }
}
.sidebar #sidebar-mobile-button svg {
  fill: rgb(88, 88, 88) !important;
}
.sidebar #sidebar-mobile-content hr {
  margin: 0.5rem 0;
}
.sidebar #sorodne-strani-btn {
  display: flex;
  gap: 1rem;
  padding: 0;
  cursor: pointer;
}
@media (max-width: 991px) {
  .sidebar #sorodne-strani-btn {
    padding: 0.5rem 0;
  }
  .sidebar #sorodne-strani-btn .sidebar-section-title {
    margin-bottom: unset;
  }
}
.sidebar #sorodne-strani {
  max-width: 100%;
}
.sidebar .dropdown {
  align-self: center;
}
.sidebar .dropdown svg {
  height: 1rem;
  fill: #474c8a;
  transition: all linear 200ms;
}
.sidebar [aria-expanded=true] > .dropdown svg {
  transform: rotateX(0deg);
}
.sidebar [aria-expanded=false] > .dropdown svg {
  transform: rotateX(180deg);
}
.sidebar .link {
  padding: 0.375rem 0.75rem;
  background-color: transparent;
  text-decoration: none;
  color: #474c8a;
  transition: all linear 200ms;
}
.sidebar .link:hover {
  background-color: #e34926;
  color: white;
}

#backToTop {
  position: fixed;
  display: block;
  bottom: 1rem;
  right: 1rem;
  padding: 0.2rem;
  background-color: #474c8a;
  z-index: 3;
  cursor: pointer;
}
#backToTop svg {
  width: 25px;
  height: 25px;
  padding: 0.2rem;
  fill: white;
  transform: rotate(180deg);
}

.piskotki {
  position: fixed;
  z-index: 3000;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2rem 0;
  display: flex;
  justify-content: center;
  background-color: #474c8a;
  color: white;
}
.piskotki a {
  color: #b9bde7;
  text-decoration: none;
  transition: all linear 300ms;
}
.piskotki a:hover {
  color: white;
}
@media (max-width: 767px) {
  .piskotki .strinjamSe {
    margin: 20px 0;
    justify-content: center;
  }
}
.piskotki .strinjamSe button {
  background-color: white;
  color: black;
  border: 1px solid white;
  transition: all linear 200ms;
}
.piskotki .strinjamSe button:hover {
  background-color: #8a8dd3;
  color: white;
}
.piskotki.tranzicija {
  opacity: 0;
  transition: all linear 200ms;
}

.prenesi-sekcija {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 2rem;
  margin-bottom: 1rem;
  border: 1px solid #474c8a;
  border-radius: 16px;
  background-color: #8a8dd3;
}
@media (max-width: 767px) {
  .prenesi-sekcija {
    justify-content: end;
  }
}

.prenos-sekcija-content {
  margin: 1rem;
}

.prenesi-sekcija-files {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
@media (max-width: 575px) {
  .prenesi-sekcija-files {
    flex-direction: column;
    gap: unset;
  }
}

.prenesi-devider {
  margin-top: 1rem;
  font-weight: 600;
  border-bottom: 1px solid #474c8a;
}

.prenesi-file {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  min-width: 210px;
  margin: 0.5rem 0;
  padding: 10px;
  border-radius: 5px;
  background-color: #474c8a;
  color: white;
  text-align: center;
  text-decoration: none;
  transition: linear all 200ms !important;
}
.prenesi-file > div {
  flex-grow: 1;
}
.prenesi-file svg {
  fill: white;
}
.prenesi-file:hover {
  color: white;
}

#loader {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.125em;
  border: 2px solid #cde5ec;
  border-top-color: #197689;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.sponsor {
  position: relative;
  min-height: 120px;
  margin-top: 10px;
}
.sponsor .sponsor-logo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: auto;
  margin: auto 0.75rem;
  opacity: 1;
  transition: all linear 200ms;
}
.sponsor .sponsor-logo.width {
  height: auto;
  width: 75%;
  -o-object-fit: contain;
     object-fit: contain;
}
.sponsor .sponsor-logo.height {
  width: auto;
  height: 90%;
  max-width: 75%;
  -o-object-fit: contain;
     object-fit: contain;
}
.sponsor .sponsor-contact {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 90%;
  margin: 0 auto;
  opacity: 0;
  transition: all linear 200ms;
}
.sponsor .sponsor-contact div:not(.sponsor-name) {
  font-size: 0.9rem;
}
.sponsor .sponsor-contact .sponsor-name {
  margin-bottom: 5px;
  font-size: 1rem;
  font-weight: bold;
  color: #474c8a;
}
.sponsor .sponsor-contact .sponsor-icons {
  margin-top: 10px;
}
.sponsor .sponsor-contact a {
  min-width: 25px;
  color: #474c8a;
  transition: all linear 200ms;
}
.sponsor .sponsor-contact a:hover {
  color: #e34926;
}
.sponsor .sponsor-contact a svg {
  fill: #474c8a;
  transition: all linear 200ms;
}
.sponsor .sponsor-contact a svg:hover {
  fill: #e34926;
}
.sponsor:hover .sponsor-logo {
  opacity: 0;
}
.sponsor:hover .sponsor-contact {
  opacity: 1;
}
.sponsor.sponsor--slori .sponsor-contact .sponsor-name {
  color: #f8971c;
}
.sponsor.sponsor--slori .sponsor-contact a {
  color: #f8971c;
}
.sponsor.sponsor--slori .sponsor-contact a svg {
  fill: #f8971c;
}
.sponsor.sponsor--fvg .sponsor-contact .sponsor-name {
  color: #0f66b2;
}
.sponsor.sponsor--fvg .sponsor-contact a {
  color: #0f66b2;
}
.sponsor.sponsor--fvg .sponsor-contact a svg {
  fill: #0f66b2;
}

@media (max-width: 991px) {
  .sponsor {
    height: 100%;
    padding: 0;
    width: calc(100% - 60px);
  }
  .sponsor hr {
    width: 50%;
    margin-top: 1.5rem !important;
  }
}
@media (max-width: 991px) and (max-width: 450px) {
  .sponsor hr {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .sponsor .sponsor-logo {
    position: static;
    margin: auto 0;
    margin-top: 30px;
    opacity: 1;
  }
  .sponsor .sponsor-logo.height, .sponsor .sponsor-logo.width {
    width: 50%;
  }
}
@media (max-width: 991px) and (min-width: 767px) {
  .sponsor .sponsor-logo.height, .sponsor .sponsor-logo.width {
    width: 33%;
  }
}
@media (max-width: 991px) and (max-width: 450px) {
  .sponsor .sponsor-logo.height, .sponsor .sponsor-logo.width {
    height: 100%;
    width: 90%;
  }
}
@media (max-width: 991px) {
  .sponsor .sponsor-contact {
    position: static;
    margin: 10px 0;
    opacity: 1;
  }
  .sponsor:hover .sponsor-logo,
  .sponsor:hover .sponsor-contact {
    opacity: 1;
  }
  .sponsor:last-child {
    margin-bottom: 30px;
  }
}
.dokumenti-wrapper h3 {
  color: #474c8a;
}

.sekcija {
  padding-bottom: 2rem;
}
.sekcija .gumb {
  margin: 1.5rem 0;
}

.cta-link {
  padding: 1rem;
  margin: 1rem 0;
  border-radius: 16px;
  background-color: #474c8a;
  color: white;
  text-decoration: none;
  transition: all linear 300ms;
}
.cta-link * {
  color: white;
}
.cta-link:hover {
  background-color: #e34926;
  color: white;
}
.cta-link:hover * {
  color: white;
}

.document-group {
  font-size: 1.1rem;
  font-weight: 600;
}

.document-table th {
  padding: 0.5rem 0;
  padding-right: 2rem;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid #ccc;
}
.document-table tr:last-child {
  border-bottom: 2px solid #ccc;
}
.document-table td {
  padding: 0.5rem 1rem;
  vertical-align: middle;
  border-left: none;
  border-right: none;
}
.document-table td .file-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  border-radius: 8%;
  background-color: #474c8a;
  transition: all linear 200ms;
}
.document-table td .file-icon:hover {
  background-color: #e34926;
}
.document-table td .file-icon svg path {
  fill: white;
}

@media (min-width: 992px) {
  .konfigurator {
    position: sticky;
    top: 97px;
    z-index: 10000;
    background-color: rgb(242, 242, 242);
  }
}
.konfigurator .search-title {
  display: inline-block;
}
.konfigurator input:not([type=checkbox]) {
  display: inline-block;
  border: unset;
  border-bottom: 1px solid black;
  background-color: rgb(242, 242, 242);
  transition: all linear 200ms;
}
.konfigurator input:not([type=checkbox]):focus {
  border-bottom: 1px solid #474c8a;
  outline: unset;
}
.konfigurator input[type=checkbox] {
  display: inline-block;
  margin-left: 10px;
  accent-color: #474c8a;
  transition: all linear 200ms;
}
.konfigurator .category-filters {
  display: flex;
  flex-direction: column;
}
.konfigurator #napredni_iskalnik {
  background-color: white;
  border: 1px solid #474c8a;
}

#nm-field {
  color: gray;
}

.bigger {
  font-size: 1.5rem;
}

.thin {
  font-weight: 100;
}

.results-divider {
  margin: 2.5rem 0 0.75rem;
  padding-bottom: 0.35rem;
  border-bottom: 1px solid #bcbdbe;
  color: #6c757d;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.results-hint {
  color: #6c757d;
  font-size: 1.1rem;
  font-weight: 100;
}

.results-pager {
  display: flex;
}

#results {
  margin: 4rem 0;
}
#results mark {
  padding: 0;
  background-color: #cde5ec;
  color: inherit;
}
#results .accordion-content p.bigger {
  line-height: 1.5rem;
  margin-bottom: 0.3rem;
}
#results > .results-divider:first-child {
  margin-top: 0;
}
#results .accordion:has(.accordion-button[aria-expanded=true]) {
  margin-bottom: 1.5rem;
}
#results .accordion .accordion-button {
  padding: 0;
  cursor: pointer;
  color: black;
  background-color: transparent;
  border-bottom: 1px solid #bcbdbe;
  transition: all linear 200ms;
}
#results .accordion .accordion-button:not(.collapsed) {
  background-color: white;
  color: black;
}
#results .accordion .accordion-button:not(.collapsed) .button-title {
  color: #474c8a;
}
#results .accordion .accordion-button::after {
  all: unset !important;
}
#results .accordion .accordion-button .button-title {
  margin-top: 0;
  margin-bottom: 0;
  padding: 1rem;
  font-size: 1.5rem;
  font-weight: 100;
  line-height: 1.2;
  color: black;
  transition: all linear 200ms;
}
#results .accordion .accordion-button .button-title * {
  margin: unset !important;
}
#results .accordion .accordion-button .category {
  display: inline-block;
  align-self: start;
  margin: 1rem;
  padding: 0.25rem 0.5rem;
  font-size: 0.8rem;
}
#results .accordion .accordion-button .category * {
  margin: 0 !important;
}
#results .accordion .accordion-content:not(.collapsed) {
  background-color: white;
}
#results .accordion .accordion-content .accordion-section {
  margin-bottom: 1rem;
}
#results .accordion .accordion-content .accordion-section:first-child {
  margin-top: 0.5rem;
}
#results .accordion .accordion-content .accordion-section .section-title {
  color: #474c8a;
}/*# sourceMappingURL=main.css.map */