/* FRONTEND CSS
*********************************************/
html {
    overflow-y: scroll;
  }
  body {
    background-color: #FFFFFF;
    font-family: "Inter", sans-serif;
    line-height: 180%;
    overflow: hidden;
  }
   
  * {
      -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
      -moz-box-sizing: border-box;    /* Firefox, other Gecko */
      box-sizing: border-box;         /* Opera/IE 8+ */
  }
  
  html, body.dj-offcanvas-open, .dj-offcanvas-wrapper, .dj-offcanvas-pusher {
      height: auto !important;
  }

  :root {
    --blue:#0083c6;
    --blue-hover: #0891d7;
    --orange: #e4a600;
    --orange-hover: #fcc736;
  }
  
  strong, b {
    font-weight: 600;
  }

  .content {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0px 30px;
  }

  h3 {
    color: var(--blue);
    font-size: 26px;
    font-weight: 600;
  }

  h1 {
    color: #000;
    font-size: 30px;
    margin: 0;
    padding-bottom: 20px;
  }

 /* fix top */
 

 .fix.scroll .top {
  opacity: 0;
  transition: transform 0.5s ease;
 }

 .fix.scroll .meni {
  position: fixed;
  z-index: 10;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

/* slok do osrednje vsebine */ 

.skok {
  width: 100%;
  height: 0;
  position: relative;
  max-width: 1360px;
  margin: 0 auto;
  text-align: center;
  padding-right: 20%;
}

.skok a {
  color: #fff;
  background: #fff;
  text-decoration: none;
  border:1px solid #fff;
  border-top: none;
  display: inline-block;
  padding: 3px 15px;
  font-size: 14px;
}

.skok a:focus {
  color: #a3bbbf;
  background: #fff;
  display: inline-block;  
  height: auto;
} 

a:target {
  display: block;
  position: relative;
  top: -180px;
  visibility: hidden;
}

/***************/

/* top */

.top {
  position: relative;
  float: left;
  width: 100%;
  padding: 20px 0px;
  opacity: 1;
  transition: transform 0.5s ease;
}

.logo {
  float: left;
  width: 240px;
}

.logo img {
  display: block;
}

.info {
  float: right;
  width: auto;
  margin-top: 16px;
  margin-right: 7px;
}

.info a {
  text-decoration: none;
  padding: 10px 15px;
  margin: 0px 2px;
  border-radius: 100px;
  background-color: var(--orange) ;
  color: #fff;
}

.info a:hover {
  background-color: var(--orange-hover) ;
  color: #fff;
}

.e-storitve {
  float: right;
  width: auto;
  text-align: right;
  margin-top: 10px;
  margin-left: 15px;
}

 /* iskalnik */

mark, .highlight {
    background-color: transparent;
    color: inherit;
    padding: 0;
}

.result__taxonomy {
  display: none;
}

 .iskalnik {
  float: right;
  width: 210px;
  text-align: right;
  margin-top: 10px;
}

.search .mod-finder__search.input-group {
  flex-wrap: inherit;
}

#search-results a {
  color: var(--blue);
}

.iskalnik button[type="submit"] {
  font-size: 0; /* Skrije besedilo */
}

.iskalnik button[type="submit"] .icon-search {
  font-size: 16px; 
  color: #000;
}

.iskalnik .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  border-radius: 100px;
  margin-left: -35px;
  margin-top: 5px;
}

.iskalnik .btn-primary {
  border: none;
  background-color: #fff;
  width: 30px;
  height: 30px;
  padding: 0;
}

.iskalnik .btn-primary:hover {
  background-color: #eee;
}

.iskalnik .input-group .btn {
  position: relative;
  z-index: 5;
}

.iskalnik .form-control {
  border-radius: 100px !important;
  background-color: var(--blue);
  border: none;
  padding: 8px 0px 8px 15px;
}

.iskalnik input::placeholder {
  color: #fff;
}

.iskalnik input:focus::placeholder {
  color: #77afd9;
}

.iskalnik .mod-finder input {
  color: #fff;
}

.awesomplete {
  width: 100%;
}

.vsebina .input-group [class^="icon-"], .vsebina [class*=" icon-"] {
  display: none;
}

.form-control {
  padding: 10px;
}

.input-group {
  flex-wrap: inherit;
}

.form-inline .me-2 {
  display: none;
}

.form-control {
  border-radius: 100px 0px 0px 100px;
}

.vsebina .btn-primary {
  background-color: var(--blue);
}

.btn-primary {
  border-radius: 0px 100px 100px 0px;
  background-color: #c2cbcd;
  border:#c2cbcd;
}

/* meni */

.meni {
  background: var(--blue);
  position: relative;
  float: left;
  width: 100%;
}

.dj-megamenu-clean li a.dj-up_a {
  height: auto;
  color: #fff !important;
  padding: 15px 25px 15px 0px;
  font-size: 18px;
}

.dj-megamenu-clean li a.dj-up_a > span {
  height: auto;
}

.meni .dj-megamenu-clean li a.dj-up_a:hover, .meni .dj-megamenu-clean li.active a.dj-up_a {
  color: #adcde6 !important;
}

.dj-megamenu-clean .arrow {
  right: 26px;
} 

/* podmeni */

.dj-megamenu-clean li ul.dj-submenu {
  background: var(--blue);
  border-radius: 0px 0px 10px 10px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.15);
}

.dj-megamenu-clean li ul.dj-submenu > li > a {
  color: #fff;
  padding: 7px 20px;
}

.dj-megamenu-clean li div.dj-subwrap .dj-subwrap-in {
  border-radius: 0px 0px 10px 10px;
}

.dj-megamenu-clean li ul.dj-submenu > li:last-child:hover > a, .dj-megamenu-clean li ul.dj-submenu > li:last-child.active > a  {
  border-radius: 0px 0px 10px 10px;
}

.dj-megamenu-clean li ul.dj-submenu > li:hover > a {
  background: #027bb9;
  color: #fff;
}

.dj-megamenu-clean li ul.dj-submenu > li.active > a {
  background: #fff;
  color: #000;
}

/* mobi meni */

.dj-mobile-open-btn.active .dj-mobile-open-icon {
  background: none !important;
  }
  
  
  .dj-megamenu-select-light .dj-mobile-open-btn, .dj-megamenu-offcanvas-light .dj-mobile-open-btn, .dj-megamenu-accordion-light .dj-mobile-open-btn {
    color: var(--blue) !important;
  }
  
  .dj-megamenu-select-light .dj-mobile-open-btn, .dj-megamenu-offcanvas-light .dj-mobile-open-btn, .dj-megamenu-accordion-light .dj-mobile-open-btn {
    background: none !important; 
  }
  
  .dj-mobile-open-btn.active .dj-mobile-open-icon {
    background: none !important;
    color: var(--blue) !important;
  } 

 /* mobi background */
 
 .dj-offcanvas-light, ul.dj-mobile-light li.dj-mobileitem > a {
  background: #fff;
  font-size: 16px;
  line-height: 140%;
  font-weight: 600;
  font-family: "Inter", sans-serif;
 }

 ul.dj-mobile-light li.dj-mobileitem.active > a {
  background: #fff !important;
 }

 ul.dj-mobile-light ul ul li.dj-mobileitem>a {
  background: #fff !important;
 }

 ul.dj-mobile-light ul li.dj-mobileitem>a {
  background: #fff !important;
 }

 .dj-offcanvas-light .dj-offcanvas-top {
  background: #fff;
 }

 ul.dj-mobile-light li.dj-mobileitem>a {
  padding: 12px 15px;
 }

 .dj-mobileitem.dj-mobileitem.itemid-119 a.dj-up_a {
    background: var(--blue) !important;
    color: #fff;
    border-radius: 100px;
    padding: 8px 15px 8px 15px;
    text-decoration: none;
    display: block;
    margin: 20px 12px 0px 15px;
    background-image: url(/templates/joomstarter/images/read_more.png) !important;
    background-position: right 4px center !important;
    background-repeat: no-repeat !important;
    background-size: 30px !important;
 }

 .dj-mobileitem.dj-mobileitem.itemid-120 a.dj-up_a {
  background: var(--blue) !important;
  color: #fff;
  border-radius: 100px;
  padding: 8px 15px 8px 15px;
  text-decoration: none;
  display: block;
  margin: 20px 12px 20px 15px;
  border-bottom: none;
  background-image: url(/templates/joomstarter/images/read_more.png) !important;
  background-position: right 4px center !important;
  background-repeat: no-repeat !important;
  background-size: 30px !important;
}

 .dj-offcanvas-light .dj-offcanvas-logo {
  margin-left: -25px;
}

/* gumbi na mobilnem prikazu */

.dj-mobileitem.dj-mobileitem.itemid-134 a.dj-up_a, .dj-mobileitem.dj-mobileitem.itemid-135 a.dj-up_a, .dj-mobileitem.dj-mobileitem.itemid-136 a.dj-up_a {
  background: var(--blue) !important;
  color: #fff;
  border-radius: 100px;
  padding: 8px 15px 8px 15px;
  text-decoration: none;
  display: block;
  margin: 20px 12px 0px 15px;
  background-position: right 4px center !important;
  background-repeat: no-repeat !important;
  background-size: 30px !important;
}

.dj-mobileitem.dj-mobileitem.itemid-134 a.dj-up_a {
  background-image: url(/templates/joomstarter/images/phone_2.png) !important;
}

.dj-mobileitem.dj-mobileitem.itemid-135 a.dj-up_a {
  background-image: url(/templates/joomstarter/images/email_2.png) !important;
}

.dj-mobileitem.dj-mobileitem.itemid-136 a.dj-up_a {
  background-image: url(/templates/joomstarter/images/medical.png) !important;
}

/* skriti meni */

.meni ul.dj-submenu li div div div ul {
  display: none;
}

.meni .dj-megamenu-clean li ul.dj-submenu > li.parent > a .arrow {
  display: none;
}

/* dodatki */

iframe {
  border-radius: 10px;
}

a:hover .zelena {
  color: #fff;
}

.okvir-2 {
  background: #f3f8fc;
  padding: 30px;
  border-radius: 20px;
}

.okvir-2 a {
  color: #000 !important;
}

.okvir-2 hr {
  margin: 7px 0px;
  color: #555;
  opacity: 0.20;
} 

a.gumb {
  background: var(--blue);
  color: #fff;
  border-radius: 100px;
  padding: 5px 5px 5px 15px;
  text-decoration: none;
  display: inline-block;
}

a.gumb2 {
  background:var(--blue);
  color: #fff !important;
  border-radius: 100px;
  padding: 5px 25px;
  text-decoration: none !important;
  display: inline-block;
  margin: 10px 15px 10px 0px;
}

a.gumb2:hover {
  background-color: var(--blue-hover);
} 

a.gumb1 {
  display: block;
  color: #000 !important;
  background-color: #f3f8fc;
  border-radius: 5px;
  padding: 5px 25px;
}

a.gumb1:hover {
  text-decoration: none !important;
  background: var(--blue-hover);
  color: #fff !important;
} 

a.gumb3 {
  background-color: var(--orange-hover);
  color: #000;
  border-radius: 10px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.15);
  padding: 40px;
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
  text-decoration: none;
}

a.gumb3:hover {
  background-color: var(--orange);
  color: #fff;
}

a.gumb3 h3 {
  font-size: 20px;
  font-weight: 700;
  background-position: center left;
  background-repeat: no-repeat;
  background-image: url(/templates/joomstarter/images/info2.png);
  background-size: 50px;
  padding-left: 56px;
  line-height: 50px;
  margin-bottom: 0;
}

.desno a.gumb {
  color: #000;
  padding: 5px 25px;
  font-size: 18px;
  background: var(--orange) ;
}

.desno a.gumb:hover {
  color: #000 !important;
  text-decoration: none;
  background: var(--orange-hover);
}

a.gumb:hover {
  background-color: var(--blue-hover);
} 

a.gumb ::before {
  text-align: center;
  padding: 8px 0px;
  display: inline-block;
}

a.gumb i {
  background-color: #fff;
  color: #000;
  border-radius: 100px;
  width: 30px;
  height: 30px;
  margin-left: 10px;
  text-align: center;
  font-size: 15px;
}

.page-link {
  color: var(--blue);
}

.senca {
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.10);
  border-radius: 20px;
  padding: 20px;
}

hr {
  margin: 15px 0px;
  color: #eee;
  opacity: 0.75;
}

.delavnice .vsebina a.gumb {
  margin: 10px 5px 10px 0px;
}

.czkz .izpostava {
  display: none;
}

.czkz .vsebina img {
  margin-bottom: 10px;
}

.czkz .vsebina a.gumb {
  margin: 20px 0px;
  padding: 5px 25px;
}

.czkz .desno ul.newsflash-horizprogram li {
  background-image: none;
  padding-left: 0;
  width: calc(33.33% - 13.5px) !important;
}

.czkz .desno ul.newsflash-horizprogram li:last-child {
  width: 100% !important;
}

.czkz .desno ul.newsflash-horizprogram li:nth-child(1) .utrinek_1 {
  height: 300px;
}

.czkz .desno .utrinek_1 {
  height: 300px;
}

.czkz .desno ul.newsflash-horizprogram li:nth-child(1) .utrinek_1 h3, .czkz .desno .utrinek_1 h3 {
  font-size: 20px;
}

ul.newsflash-horizprogram {
  margin-bottom: 50px;
}

.czkz ul.newsflash-horizprogram {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 50px;
}

/* scroll */

#zdrav-zivljenski-slog, #zdravo-prehranjevanje, #telesna-dejavnost, #dusevno-zdravje, #zdravo-hujsanje, #opuscanje-kajenja, #opuscanje-tveganja-in-skodljivega-pitja-alkohola, #obravnava-oseb-s-sladkorno-boleznijo-tipa-2 {
  scroll-margin-top: 70px;
  position: relative;
}


#zdrav-zivljenski-slog::before, #zdravo-prehranjevanje::before, #telesna-dejavnost::before, #dusevno-zdravje::before, #zdravo-hujsanje::before, #opuscanje-kajenja::before, #opuscanje-tveganja-in-skodljivega-pitja-alkohola::before, #obravnava-oseb-s-sladkorno-boleznijo-tipa-2::before {
  content: '';
  display: block;
  height: 100px; /* Prilagodite višino vaši fiksni vrstici */
  margin-top: -100px; /* Premik nazaj za enako višino */
  visibility: hidden; /* Psevdoelement ostane neviden */
}

#med-sestra, #fizioterapevt, #psiholog {

}

#med-sestra::before, #fizioterapevt::before, #psiholog::before {
  content: '';
  display: block;
  height: 100px; /* Prilagodite višino vaši fiksni vrstici */
  margin-top: -100px; /* Premik nazaj za enako višino */
  visibility: hidden; /* Psevdoelement ostane neviden */
}

/* Fields */

ul.fields-container {
  padding: 0;
  margin: 0 !important;
}

ul.fields-container li {
  padding: 0px 0px 13px 0px !important;
  background-image: none !important;
  font-style: italic;
  font-size: 18px;
}

/* mediji */

.desno .medij ul li {
  padding-left: 0;
  background-image: none !important;
}

.medij ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.medij ul li {
  background-color: #f3f8fc;
  padding: 15px !important;
  padding-bottom: 20px;
  position: relative;
  width: calc(25% - 15.5px);
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  line-height: 130%;
  padding-bottom: 80px;
}

/* klasična tabela */

table.tabela {
  width: 100%;
}

table.tabela tr td {
  padding: 5px;
  border: 1px solid #eee;
  vertical-align: top;
}

/* tabela */

table.cas tr td {
  border-bottom: 1px dashed #ddd;
  padding-right: 30px;
  padding: 3px 30px 3px 0px;
  vertical-align: top;
}

table.cenik {
  width: 100%;
}

table.cenik tr td {
  border-bottom: 1px dashed #555;
  padding: 5px 0px;
  vertical-align: top;
}

table.cenik tr td:nth-child(1) {
  width: calc(100% - 100px);
}

table.cenik tr td:nth-child(2) {
  min-width: 100px;
  text-align: right;
}

.piskotki table tr td {
  border: 1px solid #ddd;
  padding: 5px;
}

.djacc-popup .djacc__openbtn {
  border: 1px solid #fff;
}
.djacc-popup .djacc__openbtn--default {
  background: var(--blue);
}

/* tabela kontakti */

.kontakti table {
  width: 100%;
}

.kontakti table tr td {
  padding: 5px;
  border: 1px solid #eee;
}

.kontakti table tr td:nth-child(1) {
  width: 70%;
}

.kontakti table tr td:nth-child(2) {
  width: 30%;
}


/* tabi */

.IZBRANA-TEMA div.djtabs-title-wrapper .djtabs-title {
  margin-bottom: 20px;
  width: 95%;
  background-image: url(/templates/joomstarter/images/arrow-down.png);
  background-size: 34px;
  background-repeat: no-repeat;
  background-position: right 20px center;
}

.IZBRANA-TEMA .djtabs-title-wrapper.djtabs-active-wrapper .djtabs-title {
  background-image: url(/templates/joomstarter/images/arrow-up.png);
}

.IZBRANA-TEMA .djtabs-title {
  text-align: left;
  font-weight: 500;
  color: #000;
  padding: 0px 20px !important;
}

.IZBRANA-TEMA .djtabs-in {
  margin: 0px 15px 10px 7px;
  width: 99%;
}

.djtabs-body.accordion-body.djclear.type-custom {
  padding-top: 0px;
}

.djtabs-title [class^="icon-"] {
  float: right;
  color: #fff;
  background: var(--blue);
  width: 38px;
  height: 38px;
  border-radius: 100px;
  line-height: 188%;
  text-align: center;
  margin-top: 6px;
  font-size: 0;
}


/***************/

.drop a.gumb {
  background: #fff;
  color: var(--blue);
  border: 1px solid var(--blue);
  margin-left: 5px;
  padding: 1px 3px 2px 12px;
}

.drop a.gumb i {
  background-color: var(--blue);
  color: #fff;
  width: 25px;
  height: 25px;
  font-size: 12px;
}

.drop a.gumb ::before {
  padding: 7px 0px;
}

.drop a.gumb:hover {
  background-color: #f3f8fc;
} 


/***************/

a.gumb-1 {
  border-radius: 100px;
  border: 1px solid #fff;
  padding: 5px 20px;
  display: inline-block;
}

a.gumb-1:hover {
  background-color: #eee;
  color: #000;
}

.wf-columns {
  gap: 2rem;
}

.fa-light {
  font-weight: 400 !important;
}

[class^="icon-"], [class*=" icon-"], .fas {
  font-weight: 600;
}

.article-separator {
  display: none;
}

/* banner */

.banner {
  position: relative;
  width: 100%;
  float: left;
  text-align: center;
  overflow: hidden;
}

.banner img {
  height: 100%;
  object-fit: cover;
}

.home .front-page {
  display: block;
  padding-top: 20px;
}

.front-page {
  display: none;
}

.slogan {
  position: absolute;
  width: 100%;
  top: 50px;
  color: #fff;
  text-align: right;
  max-width: 1340px;
  margin: 0 auto;
}

.slogan .naslov {
  font-size: 36px;
  line-height: 123%;
}

.slogan h1 {
  font-size: 60px;
  color: #fff;
  font-weight: 500;
}

.slogan a.gumb {
  margin-left: 15px;
  margin-top: 15px;
  background-color: var(--orange);
}

/* Okna FP */

.okna {
  position: relative;
  float: left;
  width: 100%;
  background-color: #f3f8fc;
  padding: 80px 0px 40px 0px;
  margin-top: -30px;
}



.okna .fa-light {
  font-weight: 400 !important;
}

.okna .content, .info-okna .content {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: -165px;
}

.okna h3 {
  margin: 0;
  padding-bottom: 20px;
  color: #000;
}

a.okvir {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: rgba(99, 99, 99, 0.10) 2px 2px 6px 0px;
  padding: 40px;
  background-image: url(/templates/joomstarter/images/dekor.png);
  transition: all 0.5s ease;
  background-position: bottom -1px right;
  background-repeat: no-repeat;
  background-size: 70px;
  font-size: 20px;
  position: relative;
  color: #000;
  text-decoration: none;
  width: calc(33.333% - 13.33px);
}

a.okvir:hover {
  background-color: var(--orange-hover);
  background-size: 120%;
  transition: all 0.5s ease;
  color: #fff;
}

a.okvir:hover h3 {
  color: #fff;
}

.okvir i {
  color: #fff;
  text-align: right;
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 32px;
}

.nmp {
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  width: 100%;
  margin-top: 20px;
}


/* info okna */

.info-okna {
  position: relative;
  float: left;
  width: 100%;
  padding: 40px 0px 80px 0px;
  margin-top: 165px;
  line-height: 190%;
}

.info-okna h3, .levo h3, .levo-mobi h3  {
  color: #fff;
  margin-bottom: 20px;
}

.width33 {
  float: left;
  position: relative;
  width: calc(33.333% - 13.33px);
  flex-direction: column;
  justify-content: space-between;
  color: #fff;
  padding: 40px;
  border-radius: 10px;
  box-shadow: rgba(99, 99, 99, 0.20) 2px 2px 6px 0px;
}

.info-okna hr, .levo hr, .levo-mobi hr {
  background-image: linear-gradient(to right, #fff 30%, transparent 30%);
  background-size: 3px 1px;
  background-repeat: repeat-x;
  background-position: bottom;
  padding: 6px 0px 7px 0px;
  margin: 0px 0px 6px 0px;
  border: none;
  opacity: 0.75;
}

.info-okna i, .levo i, .levo-mobi i {
  background-color: #fff;
  color: #000;
  border-radius: 100px;
  width: 27px;
  height: 27px;
  text-align: center;
  line-height: 186%;
  font-size: 14px;
  margin-right: 5px;
}

.modra {
  background-color: var(--blue);
}

.turkiz {
  background-color: #018594;
}

#mod-custom116 .wf-columns {
  gap: 0;
}

#mod-custom122 a {
  color: #fff;
  text-decoration: none;
  background-image: linear-gradient(to right, #fff 30%, transparent 30%);
  background-size: 3px 1px;
  background-repeat: repeat-x;
  background-position: bottom;
  padding: 1px 0px 7px 0px;
  margin: 0px 0px 10px 0px;
  border: none;
  display: block;
  transition: all 0.5s ease;
  line-height: 135%;
}

#mod-custom122 a:hover {
  color: #80c2c9;
  transition: all 0.5s ease;
}

.width50 {
  float: left;
  width: 50%;
}

.width50 img {
  display: block;
  width: 100%;
}

.width50:first-of-type {
  padding-right: 20px;
}

.width50:last-of-type {
  padding-left: 20px;
}

/* nasveti in navodila */

.moduletable.nasveti ul {
  padding: 0;
  margin: 0;
}

.moduletable.nasveti ul li {
  list-style-type: none;
  margin: 0;
  padding: 5px 0px;
  border-bottom: 1px dashed #fff;
}

.moduletable.nasveti ul li a {
  color: #fff;
  text-decoration: none;
}

.moduletable.nasveti ul li a:hover {
  color: var(--orange-hover);
}

/* levo menu */

.moduletable.osebje {
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 40px;
  margin-bottom: 30px;
}

.moduletable.osebje h3 {
  color: var(--blue);
}

ul.navbar-nav li a {
  color: var(--blue);
  border-bottom: 1px solid #E3E3E3;
  line-height: 130%;
  padding: 15px 0px;
}

ul.navbar-nav li.active a {
  font-weight: 600;
}

ul.navbar-nav li:last-child a {
  border-bottom: none;
}

/* Na notranji strani */

.levo .modro {
  background-color: var(--blue);
  color: #fff;
  padding: 40px;
  border-radius: 10px;
  box-shadow: rgba(99, 99, 99, 0.20) 0px 2px 8px 0px;
  margin-bottom: 30px;
  width: 100%;
  float: left;
}

.modro a {
  color: #fff;
  text-decoration: none;
}


.levo .wf-columns, .levo-mobi .wf-columns {
  gap: 0rem;
}

.levo .wf-columns, .levo-mobi .wf-columns {
  display: block;
}

.levo p, .levo-mobi p, #mod-custom116 p {
  padding: 1px 0px;
}

/* iskalnik ambulant */


.izberi {
  margin-top: 10px;
  width: 100%;
  height: 50px;
  background-color: #fff;
  border: none;
  border-radius: 10px;
  font-weight: 400 !important;
  padding: 0 0 0 8px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(/templates/joomstarter/images/arrow-2.png);
  background-size: 13px;
  background-position: right 10px center;
  background-repeat: no-repeat;
}

/* bott */

.bott {
  position: relative;
  float: left;
  width: 100%;
  color: #fff;
  padding: 80px 0px;
  background-color: var(--blue);
}

.bott a {
  color: #fff;
  text-decoration: none;
}

.bott a:hover {
  color: #91bddf;
} 

.bott a img:hover {
  box-shadow: rgba(99, 99, 99, 0.99) 0px 0px 12px;
}

.bott a.gumb-1 {
  width: 235px;
  text-align: center;
  line-height: 130%;
}

.bott ul {
  padding: 0;
  margin: 0;
  list-style: none;

}

.bott ul li {
  padding: 0;
  margin: 0;
  position: relative;
  padding-left: 17px;
}

.bott ul li::before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  content: "\f105";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0.7em;
}

.bott h4 {
  color: #fff;
  margin-bottom: 20px;
}

.botek {
  background-image: linear-gradient(to right, #fff 30%, transparent 30%);
  background-size: 3px 1px; /* Zelo majhne pikice */
  background-repeat: repeat-x;
  background-position: bottom;
  padding-bottom: 35px;
  margin-bottom: 35px;
}

.odmik {
  margin-top: 50px;
}

.iko i {
  width: 20px;
}

.pravice {
  position: relative;
  float: left;
  width: 100%;
  text-align: center;
  padding: 20px 0px;
}

.pravice a {
  color: #000;
  text-decoration: none;
}

/* slide novice */

.czkz .puscice {
  text-align: center;
}

.moduletable.koticek, .moduletable.video {
  overflow: hidden;
    margin: 0 auto;
  max-width: 1340px;
}

.newsflash-horizkoticek, .newsflash-horizvideo  {
  display: flex;
  padding: 0;
  margin: 0;
  transition: transform 0.5s ease;
  list-style: none;
  display: flex;
  gap: 20px;
}

ul.newsflash-horizkoticek, ul.newsflash-horizvideo {
  padding: 0;
  margin:0;
}


.newsflash-horizkoticek li, .newsflash-horizvideo li {
  flex: 0 0 33.33%;
  max-width: calc(33.33% - 15px);
  box-sizing: border-box;
  background-image: none !important;
  padding: 0 !important;
}

iframe[src*="youtube.com"],
iframe[src*="youtu.be"] {
  display: block;             /* odstrani morebitni inline display */
  width: 100% !important;     /* prepiše atribut width ali inline style */
  height: auto !important;    /* prepiše atribut height ali inline style */
  aspect-ratio: 16 / 9;       /* ohrani razmerje stranic */
  max-width: 100%;            /* ne preseže containerja */
  border: 0;                  /* odstrani okvir */
}

#mod-custom162, #mod-custom163 {
  text-align: right;
  margin: 0 auto;
  max-width: 1340px;
}

#mod-custom162 a, #mod-custom163 a {
  color: var(--blue);
  border: 2px solid var(--blue);
  display: inline-block;
  padding: 3px 15px;
  border-radius: 100px;
  font-weight: 600;
}

#mod-custom162 a:hover, #mod-custom163 a:hover {
  color: #fff;
  background: var(--blue);
  text-decoration: none;
}

/* info kotiček */


.slika_k_1 {
  position: relative;
  height: 250px;
  margin-bottom: 20px;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  overflow: hidden;
}

.koticek h3, .video h3  {
  margin-bottom: 50px;
  color: #000;
  font-size: 34px;
}

.opis_k a.readmore {
  position: relative;
  margin-top: 35px;
}

.opis_k h4 {
  font-size: 22px !important;
}

/* podaljšan ekran */

.osredje {
  background: #f3f8fc;
  padding: 50px;
  width: 100vw; /* Nastavi širino na 100% širine viewporta */
  position: relative; /* Ohranja element v pretoku strani */
  left: 50%; /* Premaknemo ga iz središča starša (content) */
  transform: translateX(-50%); /* Postavimo ga točno na sredino celotnega ekrana */
}

.osredje2 {
  padding: 50px;
  width: 100vw; /* Nastavi širino na 100% širine viewporta */
  position: relative; /* Ohranja element v pretoku strani */
  left: 50%; /* Premaknemo ga iz središča starša (content) */
  transform: translateX(-50%); /* Postavimo ga točno na sredino celotnega ekrana */
  background: #e6f0f8;
  margin-bottom: 80px;
}

/* obvestila slide */

.puscice img {
  margin-right: 20px;
  margin-top: 20px;
  padding: 8px 16px 8px 0px;
}

.arhivi .newsflash-horizaktual {
    flex-wrap: wrap;
}

.newsflash-horizaktual {
  display: flex;
  padding: 0;
  margin: 0;
  transition: transform 0.5s ease;
  list-style: none;
  display: flex;
  gap: 20px;
}

.newsflash-horizaktual li {
  flex: 0 0 25%;
  max-width: calc(25% - 15px);
  box-sizing: border-box;
  padding: 0 10px; /* po potrebi */
}

/* zaposlitev */

.zaposlitev .com-content-category-blog__item.blog-item {
  width: calc(50% - 15px);
}

.zaposlitev .left.item-image {
  display: none;
}

/* aktualno */

.aktualno {
  position: relative;
  float: left;
  width: 100%;
  padding: 0px 0px 80px 0px;
}

ul.newsflash-horizaktual li a {
  text-decoration: none;
  color: #000;
}

.moduletable.aktual {
  float: left;
  width: 100%;
  overflow: hidden;
}

.arhiv {
  position: relative;
  width: 100%;
  text-align: right;
}

.arhiv a {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
}

.arhiv a:hover {
  color: var(--blue-hover);
} 

.naslov-novic h3 {
  margin-bottom: 40px;
  margin-top: -30px;
}

.moduletable.aktual ul {
  padding: 0;
  margin: 0;
}

.moduletable.aktual ul li {
    background-color: #f3f8fc;
    padding: 20px;
    position: relative;
    border-radius: 10px;
    line-height: 130%;
    padding-bottom: 80px;
}

.slika_1 {
  position: relative;
  height: 200px;
  margin-bottom: 20px;
  background-size: cover;
  background-position: top center;
  border-radius: 10px;
  overflow: hidden;
}

.slika_1::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: inherit;
  background-size: cover !important;
  background-position: top center !important;
  border-radius: inherit;
  z-index: 0;
  transition: transform 0.5s ease;
}

.moduletable.aktual ul li:hover .slika_1::after {
  transform: scale(1.05);
}

a .datum {
  font-size: 14px;
  color: #000;
}

.slika_1 img {
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
}

.opis h4 {
  color: var(--blue);
  font-size: 22px;
  line-height: 130%;
  padding: 13px 0px;
  margin: 0;
}

a.readmore, .readmore a {
  background: var(--blue);
  color: #fff !important;
  border-radius: 100px;
  padding: 4px 5px 4px 17px;
  text-decoration: none;
  display: inline-block;
  margin-top: 15px;
  border: none;
  line-height: 163%;
  position: absolute;
  bottom: 20px;
}

a.readmore::after, .readmore a::after  {
  font-family: "Font Awesome 6 Pro";
  font-weight: 600; /* Za solid ikone */
  content: "\f061"; /* Unicode za angle-right (→) */
  font-size: 0.9em;
  color: #000;
  background-color: #fff;
  border-radius: 100px;
  width: 27px;
  height: 27px;
  display: inline-block;
  text-align: center;
  margin-left: 10px;
  transition: all 0.5s ease;
}

ul.newsflash-horizaktual li:hover a.readmore::after, .com-content-category-blog__item.blog-item:hover .readmore a::after {
  transform: rotate(-40deg);
  transition: all 0.5s ease;
} 

.com-content-category-blog__item.blog-item:hover a {
  color: #000;
}

.readmore a::after {
  line-height: 184%;
}

a.readmore:hover, .readmore a:hover  {
  background-color: var(--blue-hover);
}

/* odmevna novica */

.moduletable.akt {
  margin-bottom: 30px;
}

ul.newsflash-horizakt {
  padding: 0;
  margin: 0px 0px 50px 0px;
  position: relative;
}

ul.newsflash-horizakt li {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  display: inline-flex;
  width: 100%;
  background-image: none !important;
  padding-left: 0 !important;
}

.odmevna_1 {
  background-size: cover;
  background-position: center left;
  border-radius: 10px 0px 0px 10px;
  width: 50%;
}

.odmevna_1 img {
  height: 100%;
  object-fit: cover;
  border-radius: 10px 0px 0px 10px;
}

.opisana {
  padding: 50px 30px;
  border-radius: 0px 10px 10px 0px;
  border: 2px solid #f3f8fc;
  width: 50%;
  border-left: none;
}

.opisana h4 {
  padding: 0;
  margin: 0px 0px 20px 0px;
  font-size: 26px !important;
  color: #000;
}

/* gallery */

.tab-click-loadMore.active, .osgalery-cat-tabs {
  display: none !important;
}

[class^=os-gallery-tabs-main] .os-cat-tab-images {  margin-left: -10px !important;
}

/* izpostavljneo */

.izpostava {
  position: relative;
  float: left;
  width: 100%;
  padding: 80px 0px;
  background: #f3f8fc;
}

ul.newsflash-horizprogram {
  padding: 0;
  margin: 0;
}

ul.newsflash-horizprogram li {
  padding: 0;
  margin: 0;
  list-style-type: none;
  width: 25%;
  float: left;
  padding-left: 20px;
}

.utrinek_1 {
  border-radius: 10px;
  padding: 20px;
  background-size: cover !important;
  background-position: top center !important;
  height: 200px;
  margin-bottom: 20px;
  position: relative;
  box-shadow: rgba(99, 99, 99, 0.20) 2px 2px 6px 0px;
  overflow: hidden;
  transition: background-size 0.5s ease;
}

ul.newsflash-horizprogram li a:hover .utrinek_1 .bg {
  transform: scale(1.1);
}

ul.newsflash-horizprogram li:hover .utrinek_1::before {
  background: linear-gradient(180deg,rgba(0, 131, 198, 0) 0%, rgba(0, 131, 198, 0.90) 100%);
  transition: all 0.5s ease;
  opacity: 1;
}

ul.newsflash-horizprogram li:first-child .utrinek_1 {
  padding: 40px;
} 

ul.newsflash-horizprogram li a .utrinek_1  {
  transition: all 0.5s ease;
  background-size: 100% !important;
}

ul.newsflash-horizprogram li a:hover .utrinek_1 {
  transition: all 0.5s ease;
  background-size: 104% !important;
}

.utrinek_1::before {
  content: "";
  background: linear-gradient(180deg,rgba(0, 131, 198, 0) 0%, rgba(0, 131, 198, 0.90) 100%);
  opacity: 0.60;
  transition: all 0.5s ease;
  width: 100%;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  border-radius: 10px;
  z-index: 1;
  transition: all 0.5s ease;
}

.program .utrinek_1::before {
  top: auto;
  height: 100px;
   background: linear-gradient(180deg,rgba(0, 131, 198, 0) 0%, rgba(4, 38, 73, 0.90) 100%);
}

.utrinek_1::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: inherit; /* Podeduje ozadje */
  background-size: cover !important;
  background-position: center !important;
  z-index: 0; /* Pod gradientom */
  transition: transform 0.5s ease;
  border-radius: inherit;
}

ul.newsflash-horizprogram li a:hover .utrinek_1::after {
  transform: scale(1.05);
}

ul.newsflash-horizprogram li a {
  text-decoration: none;
}

.utrinek_1 h3 {
  position: absolute;
  z-index: 2;
  bottom: 10px;
  color: #fff;
  font-size: 18px;
  width: 90%;
  line-height: 130%;
}

ul.newsflash-horizprogram li:nth-child(1) {
  width: 50%;
  float: left;
  padding-left: 0;
}

ul.newsflash-horizprogram li:nth-child(1) .utrinek_1 {
  height: 420px;
}

ul.newsflash-horizprogram li:nth-child(1) .utrinek_1 h3 {
  font-size: 26px;
  font-weight: 600;
}

/* vsebina */

.vsebina {
  position: relative;
  float: left;
  width: 100%;
  padding: 80px 0px 50px 0px;
}

.vsebina h4 {
  font-size: 18px;
  color: #000;
}

.home .vsebina {
  display: none;
}

.levo {
  width: 400px;
  float: left;
}

.desno {
  width: calc(100% - 400px);
  float: left;
  padding-left: 50px;
}

.arhivi .desno a {
  color: #000;
}

.arhivi .desno a:hover {
  text-decoration: none;
  color: var(--blue);
}

.desno a {
  color: var(--blue);
  text-decoration: none;
}

.desno a:hover {
  color: var(--blue-hover);
  text-decoration: underline;
}

.desno img {
  margin-right: 5px;
  margin-bottom: 5px;
}

.desno ul {
  padding: 0;
  margin: 5px 0px 10px 2px;
}

.desno ul li {
  padding-left: 12px;
  background-image: url(/templates/joomstarter/images/arrow.png);
  background-repeat: no-repeat;
  background-position-y: 11px;
  list-style-type: none;
}


/* za slabovidne */

.grecaptcha-badge {
  bottom: 87px !important;
}

.djacc-popup.djacc--bottom-right:hover .djacc__openbtn {
  margin: 0;
  transition: all 0.5s ease;
  transform: scale(1.06, 1.06);
}

/* odsotnosti */

.moduletable.ods {
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 30px;
}

.moduletable.ods a {
  color: #000;
  text-decoration: underline;
}

.moduletable.ods a:hover {
  color: var(--blue);
  text-decoration: none;
}

.moduletable.ods h3 {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 40px;
  margin-bottom: 20px;
  line-height: 40px;
  background: #f00;
  padding: 3px 20px;
  border-radius: 10px;
}

.odsotnosti .vsebina .moduletable.ods {
  box-shadow: none;
  padding: 0;
  border-bottom: 1px solid #eee;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

#krsko, #senovo, #raka, #kostanjevica, #odrasli, #otroci {
  scroll-margin-top: 100px;
  position: relative;
}


#krsko::before, #senovo::before, #raka::before, #kostanjevica::before, #odrasli::before, #otroci::before  {
  content: '';
  display: block;
  height: 60px; /* Prilagodite višino vaši fiksni vrstici */
  margin-top: -20px; /* Premik nazaj za enako višino */
  visibility: hidden; /* Psevdoelement ostane neviden */
}

/* Droptinice */

.home .drop {
  display: none;
}

.drop {
  position: relative;
  float: left;
  width: 100%;
  border-bottom: 1px solid #898c8f;
  padding: 13px 0px;
}

.breadcrumb {
  --bs-breadcrumb-margin-bottom: 0;
  font-size: 14px;
}

.breadcrumb a {
  color: #999c9e;
  text-decoration: none;
}

.breadcrumb a:hover {
  color: var(--blue-hover);
} 

.breadcrumb-item.active {
  color: #000;
}

.py-2 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

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

.icon-fw {
  display: none;
}

.mod-breadcrumbs__wrapper {
  width: calc(100% - 500px);
  float: left;
  margin-top: 3px;
}

.drop #mod-custom118 {
  width: 500px;
  float: left;
  text-align: right;
}

/* arhiv */

.blog h1 {
  padding-bottom: 50px;
}

.arhivi .levo {
  display: none;
}

.arhivi .desno {
  padding-left: 0;
  width: 100%;
}

.com-content-category-blog__item.blog-item {
  background-color: #f3f8fc;
  padding: 20px;
  position: relative;
  width: calc(25% - 15px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 10px;
  justify-content: flex-start;
  line-height: 130%;
  padding-bottom: 72px;
}

.video .com-content-category-blog__item.blog-item {
  width: calc(33.33% - 15px);
}

.com-content-category-blog__item.blog-item .item-content:hover {
  text-decoration: none;
}



.com-content-category-blog__item.blog-item:hover .left.item-image img {
  transition: transform 0.5s ease;
  transform: scale(1.05);
}

.com-content-category-blog__items.blog-items.items-leading {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.left.item-image {
  position: relative;
  height: 200px;
  margin-bottom: 20px;
  border-radius: 10px;
}

.left.item-image img {
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.blog h2 {
  color: var(--blue);
  font-size: 22px;
  line-height: 130%;
}

.readmore [class^="icon-"] {
  display: none;
}

.pagination {
  --bs-pagination-disabled-bg: #f3f8fc;
  --bs-pagination-active-bg: var(--blue);
}

.pagination li {
  background-image: none !important;
  padding-left: 0;
}

 /* ambulante */

 .zd-dejavnosti .levo, .czkz .levo {
  display: none;
 }

 .zd-dejavnosti .desno, .czkz .desno {
  width: 100%;
  padding-left: 0;
}

.zd-dejavnosti .desno ul, .ostale-dejavnosti .desno ul, .special .desno ul  {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.zd-dejavnosti .desno ul li, .ostale-dejavnosti .desno ul li, .special .desno ul li {
  padding: 0;
  margin: 0;
  list-style-type: none;
  vertical-align: top;
  color: #fff;
  width: calc(33.333% - 20px);
  background: #018594;
  border-radius: 10px;
}

.zd-dejavnosti .desno ul li a {
  color: #fff;
  font-size: 26px;
  text-decoration: none;
  padding: 40px;
  display: block;
  background: #018594;
  border-radius: 10px;
}

.ostale-dejavnosti .desno ul li a, .special .desno ul li a {
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  padding: 20px;
  display: block;
  background: #018594;
  border-radius: 10px;
}

.ostale-dejavnosti .desno ul li a img, .special .desno ul li a img {
  margin-bottom: 20px;
  }

.ostale-dejavnosti .desno ul li:hover, .special .desno ul li:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
} 

.zd-dejavnosti .desno ul li a img {
margin-bottom: 40px;
}

.zd-dejavnosti .desno ul li:hover a, .zd-dejavnosti .desno ul li:hover {
  background: var(--blue);
} 

.amb .desno a {
  display: block;
  margin-bottom: 10px;
  color: #000;
  background-color: #f3f8fc;
  border-radius: 5px;
  padding: 8px 25px;
  overflow: auto;
}

.amb .desno a:hover {
  text-decoration: none;
  background: var(--blue-hover);
  color: #fff;
} 

.amb table.cenik tr td:nth-child(1) {
  width: auto;
}

.amb table.cenik tr td:nth-child(2) {
  min-width: auto;
  text-align: left;
}

.amb .desno a.anchor {
  all: unset; /* odstrani vse privzete stile */
}

.amb .desno a.gumb {
  background: var(--blue) !important;
  color: #fff !important;
}

.amb .desno a.gumb:hover {
  background-color: var(--blue-hover) !important;
}

@media only screen and (max-width: 1450px) {
  .slogan {
    right: 30px;
  }

  .banner {
    height: 45vh;
  }
}

@media only screen and (max-width: 1250px) {
  .dj-megamenu-clean li a.dj-up_a {
    padding: 15px 20px 15px 0px;
  }
}

@media only screen and (max-width: 1220px) {
.dj-megamenu-clean li a.dj-up_a {
  font-size: 16px;
}
}

@media only screen and (max-width: 1200px) {
  .banner {
    height: 55vh;
  }
  
  .home .newsflash-horizaktual li {
    flex: 0 0 30.33%;
    max-width: 33.33%;
  }
}

@media only screen and (max-width: 1150px) {
  .levo {
    width: 320px;
  }
  .desno {
    width: calc(100% - 320px);
    padding-left: 40px;
  }
  .moduletable.osebje, .levo .modro {
    padding: 25px;
  }

  .medij ul li {
    width: calc(33.33% - 13.5px);
  }
}

@media only screen and (max-width: 1024px) {
  .width33, ul.newsflash-horizprogram li:first-child .utrinek_1 {
    padding: 25px;
  }

  .levo-mobi .modro {
    padding: 25px;
  }

  a.okvir {
    font-size: 18px;
    padding: 25px 30px 25px 25px;
  }

  .slogan h1 {
    font-size: 50px;
    padding-bottom: 0px;
  }

  .mod-breadcrumbs__wrapper {
    width: 100%;
  }

  .drop #mod-custom118 {
    width: 100%;
    float: left;
    text-align: left;
    margin: 11px 0px 7px -5px;
  }

  .video .com-content-category-blog__item.blog-item {
    width: calc(50% - 15px);
  }
  
}

@media only screen and (min-width: 961px) {
  .levo-mobi {
    display: none;
  }
}

@media only screen and (max-width: 960px) {
  .moduletable.aktual ul li, .com-content-category-blog__item.blog-item {
    width: calc(50% - 15.5px);
  }
  .slogan {
    width: 90%;
  }

  .levo {
    display: none;
  }

  .levo-mobi {
    display: block;
    width: 100%;
    float: left;
  }

  .levo-mobi .modro {
    background-color: var(--blue);
    color: #fff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: rgba(99, 99, 99, 0.20) 0px 2px 8px 0px;
    margin-bottom: 30px;
    width: calc(50% - 15px);
    float: left;
    height: 460px;
  }

  .levo-mobi .moduletable.modro:first-child {
    margin-right: 15px;
  }

  .levo-mobi .moduletable.modro:last-child {
    margin-left: 15px;
  }

  .desno {
    padding-left: 0;
    padding-bottom: 60px;
    width: 100%;
  }

  .odmik {
    margin-top: 0;
  }

  ul.newsflash-horizakt li {
  display: block;
}

.odmevna_1 {
  border-radius: 0px 0px 10px 10px;
  width: 100%;
}

.opisana {
  width: 100%;
  border: none;
}

.opisana a.readmore {
  margin-top: 35px;
  position: relative;
}

.odmevna_1 img {
  border-radius: 10px 10px 0px 0px;
}

  .medij ul li {
    width: calc(50% - 10.5px);
  }

  .czkz .desno ul.newsflash-horizprogram li {
    width: calc(50% - 10.5px) !important;
  }

  .home .newsflash-horizaktual li {
    flex: 0 0 48%;
    max-width: 50%;
  }

  .newsflash-horizaktual li {
    flex: 0 0 31.33%;
    max-width: 33.33%;
  }

  .osredje, .osredje2 {
    padding: 50px 30px;
  }

}

@media only screen and (min-width: 770px) {
  .meni-mobi {
    display: none;
  }
}

@media only screen and (max-width: 770px) {
  .meni, .iskalnik, .e-storitve {
    display: none;
  }

  .info {
    display: none;
  }

  .newsflash-horizaktual li {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .meni-mobi {
    display: block;
    width: calc(100% - 240px);
    float: right;
    text-align: right;
    margin-top: 2px;
  }
  
  a.okvir {
    width: calc(50% - 15px);
  }

  .width33 {
    width: 100%;
  }

  ul.newsflash-horizprogram li:nth-child(1) {
    width: 100%;
  }

  ul.newsflash-horizprogram li {
    width: 50%;
    padding-left: 0;
  }

  ul.newsflash-horizprogram li:nth-child(2),  ul.newsflash-horizprogram li:nth-child(4) {
    padding-right: 20px;
  }

  .top {
    border-bottom: 1px solid #898c8f;
    position: relative;
  }

  .fix.scroll .top {
    position: fixed;
    z-index: 10;
    opacity: 1;
    background: #fff;
    padding: 10px 0px;
  }

  .logo img {
    width: 180px;
  }

  .zaposlitev .com-content-category-blog__item.blog-item {
    width: 100%;
  }

  .newsflash-horizaktual li {
    flex: 0 0 48%;
    max-width: 50%;
  }

  .newsflash-horizkoticek li, .newsflash-horizvideo li {
    flex: 0 0 50%;
    max-width: calc(50% - 15px);
  }

}

@media only screen and (min-width: 651px) {
  .arhiv-mobi {
    display: none;
  }
}

@media only screen and (max-width: 650px) {
  .banner {
    height: 70vh;
  }

  a.okvir {
    width: 100%;
  }

  .moduletable.aktual ul li, .com-content-category-blog__item.blog-item {
    width: 100%;
  }

  .arhiv {
    display: none;
  }

  .arhiv-mobi {
    margin-top: 30px;
    width: 100%;
    float: left;
  }

  .arhiv-mobi a {
    color: #000;
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
  }

  .levo-mobi .modro {
    width: 100%;
    height: auto;
    margin-left: 0;
  }

  .levo-mobi .moduletable.modro:first-child {
    margin-right: 0;
  }

  .levo-mobi .moduletable.modro:last-child {
    margin-left: 0;
  }

  .zd-dejavnosti .desno ul li, .ostale-dejavnosti .desno ul li, .special .desno ul li {
    width:100%;
  }

  .okna, .info-okna, .aktualno, .izpostava, .bott {
    padding: 40px 0px;
  }

  .vsebina {
    padding: 40px 0px 10px 0px;
  }

  .drop {
    display: none;
  }

  .cpnb-m-cookies-floatButton {
    display: none;
  }

  .slogan {
    text-align: center;
    right: auto;
  }

  .okna .content {
    margin-top: -240px;
  }

  .newsflash-horizaktual li {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .opisana {
    padding: 50px 0px 0px 0px;
  }

}

@media only screen and (max-width: 479px) {
  .content {
    padding: 0px 20px;
  }

  .osredje, .osredje2 {
    padding: 50px 20px;
  }
  
  .banner {
    height: 82vh;
  }
  ul.newsflash-horizprogram li {
    width: 100%;
  }

  ul.newsflash-horizprogram li:nth-child(2), ul.newsflash-horizprogram li:nth-child(4) {
    padding-right: 0;
  }

  .width50:first-of-type {
    padding-right: 10px;
  }
  
  .width50:last-of-type {
    padding-left: 10px;
  }
  .medij ul li {
    width: 100%;
  }

  .czkz .desno ul.newsflash-horizprogram li {
    width: 100% !important;
  }

  .home .newsflash-horizaktual, .newsflash-horizkoticek, .newsflash-horizvideo {
    flex-wrap: wrap;
  }
  .home .newsflash-horizaktual li {
    flex: 100%;
    max-width: 100%;
  }

  .puscice {
    display: none;
  }

  .newsflash-horizkoticek li, .newsflash-horizvideo li {
    flex: 0 0 100%;
    max-width: 100%;
  }

  #mod-custom162, #mod-custom163 {
    margin-bottom: 25px;
    text-align: left;
  }

  .czkz ul.newsflash-horizkoticek li, .czkz ul.newsflash-horizvideo li {
    display: none;
  }

  .czkz ul.newsflash-horizkoticek li:nth-child(-n+3), .czkz ul.newsflash-horizvideo li:nth-child(-n+3) {
    display: block
  }

  .video .com-content-category-blog__item.blog-item {
    width: 100%;
  }

  a.gumb, a.gumb2  {
    margin-bottom: 15px;
  }

  .slogan h1 {
    font-size: 40px;
    color: #444;
  }

  .slogan .naslov {
    font-size: 30px;
    margin-bottom: 10px;
    color: #444;
  }

}

.cpnb-m-cookies-floatButton {
  z-index: 3;
}

.cpnb-message {
  font-size: 1rem;
  width: 100%;
  float: left;
  text-align: left !important;
}

.cpnb-buttons {
  text-align: left !important;
}

#cpnb_inner a {
  color: #000;
}

#cpnb_inner a:hover {
  color: var(--blue);
}
