/* FRONTEND CSS
*********************************************/
html {
    overflow-y: scroll;
  }
  body {
    background-color: #FFFFFF;
    font-family: "Manrope", sans-serif;
    line-height: 180%;
    color: #535862;
  }
  
  * {
      -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 {
    --green: #7FB23A;
    --modra: #004884;
  }

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

 /* top */

.fix {
  width: 100%;
  position: fixed;
  z-index: 5;
}

 .top {
  width: 100%;
  position: relative;
  float: left;
  background: #535862;
  padding: 15px 0px;
 }

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

}

.top a:hover {
  color: var(--green);
}

.top ul {
  padding: 0;
  margin: 0;
  display: inline-block;
}

.top ul li {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
}

.top ul li a {
  display: inline-block;
  padding: 0px 20px 0px 0px;
  font-size: 14px;
}

/* gumb corpo */

.moduletable.zgoraj {
  float: left;
  width: calc(100% - 180px);
  padding-top: 6px;
}

.moduletable.corpo {
  float: left;
  width: 180px;
  font-size: 14px;
  text-align: right;
}

.moduletable.corpo a {
  border: 1px solid #fff;
  color: #fff;
  display: inline-block;
  padding: 8px 15px;
}

.moduletable.corpo a:hover {
  background-color: var(--green);
  border: 1px solid var(--green);
} 

/* glava */

 .glava {
  width: 100%;
  position: relative;
  float: left;
  background: var(--green);
  padding: 30px 0px;
 }

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

/* meni */

.meni {
  float: left;
  width: calc(100% - 332px);
  padding-left: 20px;
}

.dj-megamenu-wrapper {
    display: inline-block;
}

.meni .dj-megamenu-clean li a.dj-up_a {
  height: auto;
  color: #fff!important;
  padding: 1px 14px !important;
  font-size: 18px !important;
  font-weight: 500;
}

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

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

.meni .dj-megamenu-clean li.active a.dj-up_a {
  color: #fff !important;
  background-repeat: no-repeat;
  background-position: bottom left;
}

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

.dj-megamenu-offcanvas-dark .dj-mobile-open-btn:hover, .dj-megamenu-offcanvas-dark .dj-mobile-open-btn:focus {
  color: #fff !important;
}

.dj-megamenu-offcanvas-dark .dj-mobile-open-btn, .dj-mobile-open-btn.active .dj-mobile-open-icon {
  color: #fff !important;
  background: none !important;
}

/* podmeni */

.dj-megamenu-clean li ul.dj-submenu {
  background: #fff;
  border-radius: 0px 0px 10px 10px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.15);
  text-align: left;
}

.dj-megamenu-clean li ul.dj-submenu > li > a {
  color: #000;
  padding: 8px 20px;
  border-bottom: 1px solid #faf8f4;
}

.dj-megamenu-clean li ul.dj-submenu > li:last-child > a {
  border-bottom: none;
}

.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: var(--green);
  color: #fff;
  text-shadow: 0.5px 0.5px 0 rgba(0, 0, 0, 0.2);
}

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

/* iskalnik */

.iskalnik {
  float: left;
  width: 232px;
}

.iski .vsebina {
  padding: 210px 0px 80px 0px;
}

ul#search-result-list li {
  background-image: none !important;
  padding: 15px 0px 0px 0px !important;
}

mark, .mark {
  padding: 0 !important;
}

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

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

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

.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: -32px;
  margin-top: 1px;
}

.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: 5px !important;
  background-color: #fff;
  border: none;
  padding: 6px 0px 6px 15px;
}

.iskalnik input::placeholder {
  color: #717680
}

.iskalnik input:focus::placeholder {
  color: #eee;
}

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

/* banner */

.banner {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  padding-top: 150px;
}

.banner img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    animation: zoomInOut 15s ease-in-out infinite;
}


@keyframes zoomInOut {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.1);
    }
    100% {
      transform: scale(1);
    }
}

.dekor {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 75%;
    left: 25%;
    background: #E5F0D833;
    clip-path: polygon(
        0 0,
        55% 0,
        100% 100%,
        45% 100%
    );
    z-index: 1;
}

.slogan {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 100%;
    max-width: 1340px;
    padding: 0 30px;
    color: #fff;
    font-size: 24px;
    font-weight: 400;
}

.slogan h1 {
  font-size: 80px;
}

.moduletable.slogan1 {
  width: 70%;
}

/* izpostavljeno */

.izpostavljeno {
  position: relative;
  width: 100%;
  margin-top: -120px;
  z-index: 2;
  padding-bottom: 60px;
}

.hitri-dostop {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.kartica {
  background: #fff;
  border-radius: 16px;
  padding: 0;
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s, box-shadow 0.2s;
}

.kartica:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(127, 178, 58, 0.25);
}

.kartica-glava {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 24px 24px 20px;
  margin-bottom: 20px;
}

.kartica-ikona {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.kartica-ikona svg {
  width: 36px;
  height: 36px;
  color: var(--green);
}

.kartica h3 {
  font-size: 17px;
  font-weight: 700;
  color: #1a2020;
  margin: 0;
  line-height: 130%;
}

.kartica-telo {
  margin: 0 14px 14px;
  border-radius: 10px;
  padding: 16px 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex-grow: 1;
}

.hitri-dostop .kartica:nth-child(odd) .kartica-telo {
  background: #E5F0D8;
}

.hitri-dostop .kartica:nth-child(even) .kartica-telo {
  background: #E5E9F0;
}

.kartica p {
  font-size: 14px;
  color: #535862;
  margin: 0;
  flex-grow: 1;
  line-height: 165%;
}

.kartica-povezava {
  font-size: 14px;
  font-weight: 600;
  color: var(--green);
}

/* Osmrtnice */

.pogrebna .com-content-article:has(.fields-container) .com-content-article__body {
  width: auto;
  padding-right: 0;
}

.pogrebi .pogrebipogrebi {
  list-style: none;
  margin: 0;
  padding: 0;
}

.pogrebi .pogrebipogrebi > li {
  width: 100%;
  border: 2px solid #000;
  padding: 30px;
  margin-bottom: 20px;
  background-image: none;
}

.pogrebi .misli {
  text-align: left;
}

.pogrebi .misli .fields-container {
  list-style: none;
  margin: 0;
  padding: 0;
}

.pogrebi .misli .field-value {
  display: block;
  font-style: italic;
  font-size: 13px;
  line-height: 160%;
}

.pogrebi .ikona-pog {
  text-align: center;
  margin: 20px 0;
}

.pogrebi .ikona-pog img {
  max-width: 60px;
  margin-top: -75px;
}

.pogrebi .vsebina-osmrtnice {
  text-align: center;
}

.pogrebi .vsebina-osmrtnice .introtext p {
  margin: 0 0 6px;
}

.pogrebi .vsebina-osmrtnice .naslov-m {
  font-size: 22px;
  letter-spacing: 0.5px;
  margin: 6px 0;
}

.misli .fields-container {
  float: left;
  width: 100%;
}

/* informacije */

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

.width50-wrap {
  display: flex;
  gap: 20px;
  align-items: stretch;
}

.width50 {
  flex: 1;
  margin-top: 30px;
}

.moder-wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.moder-wrap .zelen,
.moder-wrap .moder {
  flex: 1;
  margin-top: 0;
  padding: 24px;
}

.moder-wrap .zelen h2,
.moder-wrap .moder h2 {
  font-size: 28px;
}

.moder-wrap .zelen-slika {
  width: 110px;
}

.moder-wrap .zelen-slika img {
  max-width: 110px;
}

.zelen-sms {
  background: #22b14c !important;
}

.moder-label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
  margin-bottom: 6px;
}

.zelen {
  background: var(--green);
  color: #fff;
  border-radius: 10px;
  padding: 30px;
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.moder {
  background: var(--modra);
  color: #fff;
  border-radius: 10px;
  padding: 30px;
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.zelen h2, .moder h2 {
  font-size: 46px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}

.zelen h3, .moder h3 {
  font-size: 30px;
  font-weight: 600;
  color:#535862;
  margin: 4px 0;
}

.zelen p, .moder p {
  color: rgba(255,255,255,0.85);
  margin-top: 16px;
  line-height: 1.6;
}

.zelen-vsebina {
  flex: 1;
}

.zelen-vsebina a {
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  display: inline-block;
  border: 1px solid #fff;
  padding: 3px 15px;
  margin-top: 20px;
}

.zelen-vsebina a:hover {
  background: #fff;
  color: var(--green);
} 

.zelen-slika {
  flex-shrink: 0;
  width: 200px;
  text-align: center;
}

.zelen-slika img {
  max-width: 200px;
}

.zeleno {
  background: var(--green);
  color: #fff;
  border-radius: 10px;
  padding: 30px;
}

.zeleno a.gumb {
  background: #fff;
  font-size: 18px;
  color: var(--green);
}

.zeleno a.gumb:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  background: #fff;
  color: var(--green);
}

/* obvestila o računih */

.novice-eracuni {
  width: 100%;
  float: left;
  margin-top: 30px;
}


/* obvestila */

ul.newsflash-horiznovice {
  margin: 0;
  padding: 0;  
  display: flex;
  gap: 20px;
  height: 100%;
}

ul.newsflash-horiznovice li {
  margin: 0;
  padding: 0;
  flex: 1;
  display: flex;
  list-style-type: none;
  flex-direction: column;
}

.novice-blog {
  position: relative;
  width: 100%;
  height: 200px;
  border-radius: 10px 10px 0px 0px;
  overflow: hidden;
}

.novice-blog::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: inherit;
  background-size: cover;
  background-position: top center;
  transition: transform 0.3s ease;
}

ul.newsflash-horiznovice li:hover .novice-blog::after {
  transform: scale(1.05);
}

.text-novice {
  flex: 1;
  padding: 20px;
  border: 1px solid #eee;
  border-radius: 0px 0px 10px 10px;
}

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

.text-novice h3 {
  font-size: 18px;
  font-weight: 600;
}

.introtext p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.datum {
  font-size: 14px;
  color: #8B8B8B;
  margin-bottom: 10px;
}

a.readmore {
  color: var(--green);
  margin-top: 15px;
  display: inline-block;
}

/* dejavnosti */

.moduletable.dej ul.fields-container {
  display: none;
}

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

ul.newsflash-horizdej {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin: 30px 0px 0px 0px;
  padding: 0;
}

ul.newsflash-horizdej li {
  flex: 1;
  list-style-type: none;
  border-radius: 10px;
  padding: 20px;
  background: #fff;
  border: 1px solid #eee;
}

ul.newsflash-horizdej li:hover {
  background: var(--green);
} 

ul.newsflash-horizdej li:hover a .ikona-dej {
  border: 1px solid #eee;
}

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

.ikona-dej {
  width: 56px;
  height: 56px;
  background-size: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: var(--green);
  border-radius: 10px;
  margin-bottom: 16px;
}

.text-dej h3 {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  margin: 0 0 8px 0;
}

.text-dej .introtext p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
  margin: 0;
}

/* zadnje objave */

.zadnje-objave {
  position: relative;
  float: left;
  width: 100%;
  padding: 30px 0px 80px 0px;
}

.zadnje-objave .moduletable.novice {
  margin-top: 30px;
}

.objave-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.objave-header-1 {
  width: calc(100% - 120px);
}

.objave-header-2 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  margin-top: -47px;
}

.btn-vse-objave {
  background: var(--green);
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}

.btn-vse-objave:hover {
  opacity: 0.9;
}

/* bott */

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

.bott a {
  text-decoration: none;
  color: #000;
  font-weight: 500;
}

.bott a:hover {
  text-decoration: underline;
}

.bott ul {
  padding: 12px 0px 0px 16px;
  margin: 0;
}

.bott ul li {
  padding: 0px;
  margin: 0;
}

.bott .wf-columns {
  gap: 30px;
}

.bott-levo {
  float: left;
  width: 240px;
}

.bott-desno {
  float: left;
  width: 100%;
}

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

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

.pravice a:hover {
  color: var(--green);
} 

/* vsebina */

  .vsebina h1 {
    font-size: 36px;
    padding: 0px 0px 30px 0px;
    color: #535862;
  }

.vsebina h2 {
  font-size: 26px;
  color: var(--green);
  font-weight: 600;
}

.vsebina h3 {
  font-size: 24px;
  padding: 0px 0px 10px 0px;
  margin: 0;
  font-weight: 600;
}

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

.vsebina a {
   color: #000;
}

.vsebina a:hover {
  color: var(--green);
}

.vsebina ul {
  padding: 15px 0px;
  margin: 0;
}

.vsebina ul li {
  padding: 5px 0px 5px 25px;
  margin: 0;
  list-style-type: none;
  background-image: url(/komunala/images/icons/bullet.svg);
  background-repeat: no-repeat;
  background-position: top 11px left 2px;
}

.domov .vsebina {
  display: none;
}

.bg-top {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background-color: #FAFAFA;
  background-image: url(/komunala/templates/joomstarter/images/ozadje.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 70%;
  margin-bottom: 50px;
  border-bottom: 1px solid #B9B9B9;
  padding-bottom: 20px;
}

.bg-top:not(:has(.moduletable.nivo)) {
    background: none;
    margin-bottom: 0px;
    border-bottom: none;
}

.bg-top > * {
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px;
}

.bg-top h2 {
  color: #181D27;
  font-size: 46px;
  margin-bottom: 50px;
}

.page-header {
  width: 100%;
}

.article-layout {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}

.article-main {
  flex: 1;
  min-width: 0;
}

.desno {
  width: 300px;
  flex-shrink: 0;
}

.com-content-article__body {
  width: 100%;
}

.com-content-article:has(.fields-container) .com-content-article__body {
  width: calc(100% - 300px);
  padding-right: 50px;
}

ul.fields-container {
  padding-top: 0;
}

.fields-container {
  width: 300px;
  list-style: none;
  margin: 0;
  position: relative;
  float: right;
}

.fields-container li {
  background-image: none !important;
  padding: 20px !important;
}

li.field-entry.kontakti {
  border: 1px solid #B9B9B9;
  border-radius: 10px;
}

li.field-entry.gumbi {
  padding: 0 !important;
  margin-top: 30px;
}

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

.fields-container a:hover {
  color: var(--green);
} 

.article-side {
width: 300px;
  list-style: none;
  margin: 0;
  position: relative;
  float: right;
}

.moduletable.kontakt {
  border: 1px solid #B9B9B9;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
}

/* blog */

.com-content-category-blog__items.blog-items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}

.com-content-category-blog__item.blog-item {
    border: 1px solid #B9B9B9;
    border-radius: 15px;
}

.com-content-category-blog__item.blog-item .item-content {
  padding: 20px;
  color: #535862;
}

.com-content-category-blog__item.blog-item .item-content h2 {
  font-size: 18px;
  color: #000;
}

.blog-item .item-image {
  height: 200px;
  overflow: hidden;
}

.blog-item .item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.blog-item:hover .item-image img {
  transform: scale(1.05);
}

.blog-item .item-image {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.readmore a {
  color: var(--green);
  background: none;
  border: none;
  padding: 5px 20px 5px 0px;
  margin: 15px 0px 0px 0px;
  background-image: url(/komunala/templates/joomstarter/images/vec.svg);
  background-position: right center;
  background-repeat: no-repeat;
  font-weight: 600;
}

.readmore a:hover {
  color: #000;
  background: none;
  padding: 5px 20px 5px 0px;
  margin: 15px 0px 0px 0px;
  background-image: url(/komunala/templates/joomstarter/images/vec.svg);
  background-position: right center;
  background-repeat: no-repeat;
}

/* meniji znotraj strani */

.nivo ul, .nivo4 ul, .abc ul {
  display: inline-block;
}

.nivo ul li {
  list-style-type: none;
  background: none;
  display: inline-block;
  padding: 0px 15px 15px 0px;
}

.abc ul li {
  list-style-type: none;
  background: none;
  display: inline-block;
  padding: 0px 20px 0px 0px;
}

.abc ul li a {
  font-size: 18px;
  color: var(--green);
}

.abc ul li a:hover, .abc ul li.active a  {
  font-size: 18px;
  color: #000;
}

.nivo ul li a {
  display: inline-block;
  padding: 7px 20px;
  border: 1px solid #B9B9B9;
  font-size: 18px;
  color: var(--green);
  border-radius: 100px;
  background: #fff;
}

.dropdown-toggle::after {
  display: none;
}

.nivo ul li a:hover, .nivo ul li.active a  {
  background: var(--green);
  color: #fff;
}

.nivo4 ul li a {
  display: inline-block;
  padding: 5px 10px;
  font-size: 16px;
  color: #535862;
  border-radius: 6px;
}

.nivo4 ul li.active a, .nivo4 ul li a:hover {
  background: #E5F0D8;
}

.nivo4 ul li {
  list-style-type: none;
  background: none;
  display: inline-block;
  padding: 0px;
  margin: 2px;
}

.moduletable.nivo4 {
  width: 100%;
  background: #FAFAFA;
  border: 1px solid #B9B9B9;
  border-radius: 10px;
  margin-bottom: 50px;
  padding: 4px 8px;
}

/* RSForm */

.formResponsive h2 {
  padding-bottom: 20px;
}

.formResponsive {
  max-width: 900px;
}

.rsform-block.rsform-block-text {
	text-align: center;
	margin-bottom: 50px;
	margin-bottom: 30px !important;
  }
  
  .formResponsive .formHorizontal .rsform-block {
	  margin-bottom: 0px !important;
  	 padding-top: 18px;
   }
  
  
  
  .formResponsive .formControls label {
	margin: 3px 10px 3px 4px;
	display: block;
  }
  
  
  .formResponsive textarea, .formResponsive input[type="text"] {
	padding: 14px 8px !important;
  }
  
  .formResponsive textarea, .formResponsive input[type="text"] {
	border-radius: 5px !important;
	padding: 12px !important;
	border: 1px solid #382d21;
	background: #fff; 
  }
  
  .formResponsive input[type="text"] {
	  width: 95% !important;
  }

.formResponsive .formHorizontal textarea {
  width: 95% !important;
}

.formResponsive .formHorizontal select {
  width: 96%;
  border-radius: 5px;
  padding: 8px;
}
  
  .rsform-submit-button {
	  border-radius: 3px !important;
	  text-align: center;
	  padding: 10px 35px !important;
	  background-color: var(--green) !important;
	  color: #fff !important;
	  font-size: 18px !important;
	  font-weight: 500;
	  background-image: none !important;
	  border:none !important;
  }

 
  .rsform-submit-button:hover {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15) !important;
  }
  
 
  .formControlLabel { text-align: left !important; padding: 0 0 0 3px !important; }
  .rsform-block.rsform-block-info .formControlLabel {width:95% !important; }
  .rsform-text-box { width: 97% !important; padding:8px !important;}
  
  
  
  .formResponsive .formHorizontal .formControlLabel {
	width: 290px !important;
	font-size: 16px;
  }
  
  .formResponsive .formHorizontal .formControls {
	margin-left: 300px !important;
  }

 
  .formResponsive label {
    height: auto !important;
    font-size: 14px;
    margin: 0px 0px 5px 0px !important;
  }


/* dodatki */

a.gumb-full {
	border:1px solid #B9B9B9;
	border-radius: 10px;
	padding: 20px;
	display: block;
	color: var(--green);
	text-decoration: none;
}

a.gumb-zeleni {
  background: var(--green);
  color: #fff;
  border-radius: 10px;
  display: inline-block;
  padding: 8px 15px;
  text-decoration: none;
}

a.gumb {
	border:1px solid #B9B9B9;
	border-radius: 10px;
	padding: 20px;
	display: inline-block;
	color: var(--green);
	text-decoration: none;
}

a.gumb-full:hover, a.gumb:hover {
  background: var(--green);
  color: #fff;
  border: 1px solid var(--green);
}

a.gumb-zeleni:hover {
  background: #8ac737;
  color: #fff;
}

#mod-custom147 {
  margin-top: 25px;
}

a.grob-gumb {
  display: block;
  border: 1px solid #B9B9B9;
  border-radius: 10px;
  color: #535862;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  background-image: url(/komunala/templates/joomstarter/images/grob.svg);
  background-repeat: no-repeat;
  background-position: center left 23px;
  padding: 20px 15px 20px 67px;
}

a.urnik-gumb {
  display: block;
  border: 1px solid #B9B9B9;
  border-radius: 10px;
  color: #535862;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  background-image: url(/komunala/templates/joomstarter/images/urnik.svg);
  background-repeat: no-repeat;
  background-position: center left 15px;
  padding: 20px 15px 20px 60px;
}

a.sms {
  display: block;
  border: 1px solid #B9B9B9;
  border-radius: 10px;
  color: #535862;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  background-image: url(/komunala/templates/joomstarter/images/sms.svg);
   background-size: 40px;
  background-repeat: no-repeat;
  background-position: center left 15px;
  padding: 12px 15px 12px 67px;
  margin-top: 25px;
  line-height: 20px;
}

a.abecednik-gumb {
  display: block;
  border: 1px solid #B9B9B9;
  border-radius: 10px;
  color: #535862;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  background-image: url(/komunala/templates/joomstarter/images/abecednik.svg);
  background-repeat: no-repeat;
  background-position: center left 15px;
  padding: 20px 15px 20px 66px;
}

a.urnik-gumb:hover, a.abecednik-gumb:hover, a.grob-gumb:hover, a.sms:hover  {
  background-color: var(--green);
  border: 1px solid var(--green);
  color: #fff;
}

a.sms:hover {
  background-image: url(/komunala/templates/joomstarter/images/sms-over.svg);
}

a.grob-gumb:hover {
  background-image: url(/komunala/templates/joomstarter/images/grob2.svg);
}

a.urnik-gumb:hover {
  background-image: url(/komunala/templates/joomstarter/images/urnik2.svg);
}

a.abecednik-gumb:hover {
  background-image: url(/komunala/templates/joomstarter/images/abecednik2.svg);
}

.odmik .vsebina {
  padding: 0px 0px 0px 0px;
}

table {
  width: 100%;
}

table tr:first-child {
  background:#E5F0D8;
} 

table tr td {
  border: 1px solid #B9B9B9;
  padding: 10px 12px;
  vertical-align: top;
}

.urnik table tr td {
  border: none;
}

.urnik table tr:first-child {
  background:none;
} 

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

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

.abe table tr td:nth-child(3) {
  width: 60%;
}

.abe .moduletable.kontakt {
  margin-top: 80px;
}

.vsebina .wf-columns {
  gap: 3rem;
}

/* video */ 

video {
  width: 100%;
    height: auto;
    display: block;
    max-width: 100%;
}

/* pagination */ 

ul.pagination li {
  background-image: none;
  padding: 0px 5px 0px 5px;
}

.pagination .active > .page-link {
  background-color: var(--green);
  border-color: var(--green);
}

/* tabsi */

.jwts_toggleControlTitle {
  font-size: 24px;
  font-weight: 600;
}

a.jwts_toggleControl.jwts_toggleOff, a.jwts_toggleControl.jwts_toggleOn {
  padding: 10px 0px !important;
  font-size: 24px !important;
}

.jwts_toggleControl.jwts_toggleOn {
  background: none !important;
  border-bottom: none !important;
}

.jwts_toggleControlNotice {
  display: none !important;
}

.jwts_content ul {
  padding: 0 !important;
}

/* video */

p:has(iframe[src*="youtube"]) {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 razmerje */
    height: 0;
}

p:has(iframe[src*="youtube"]) iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* galerija */

.osgalery-cat-tabs {
  display: none !important;
}

/* breadcrumbs */

.mod-breadcrumbs__wrapper {
  color: #B9B9B9;
  font-size: 14px;
  padding-bottom: 0;
}

.mod-breadcrumbs__wrapper a {
  color: #B9B9B9;
  text-decoration: none;
}

.mod-breadcrumbs__wrapper a:hover {
  color: var(--green);
  text-decoration: none;
}

.breadcrumb-item.active {
  color: var(--green) !important;
}

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

.mod-breadcrumbs__wrapper .py-2 {
  padding-top: 30px !important;
  padding-bottom: 15px !important;
}

/* mobi meni */

ul.dj-mobile-dark ul li.dj-mobileitem > a {
  background: #2f3443 !important;
}

.dj-offcanvas-dark, .dj-offcanvas-dark .dj-offcanvas-top, ul.dj-mobile-dark li.dj-mobileitem > a {
  background: #20242e !important;
}

ul.dj-mobile-dark li.dj-mobileitem:hover > a, ul.dj-mobile-dark li.dj-mobileitem.active > a {
  background: #2f3443 !important;
}

ul.dj-mobile-dark ul li.dj-mobileitem:hover > a, ul.dj-mobile-dark ul li.dj-mobileitem.active > a {
  background: #20242e !important;
}

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

.cpnb-message {
  width: 100%;
}

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

#cpnb_manager_wrap a:hover {
  text-decoration: underline;
}


@media only screen and (max-width: 1150px) {
  .moduletable.slogan1 {
    width: 90%;
  }
}

@media only screen and (max-width: 1024px) {

}

@media only screen and (max-width: 1020px) {
  .iskalnik {
    padding-top: 5px;
  }

  .glava {
    padding: 18px 0px;
  }
  .vsebina {
    padding: 145px 0px 80px 0px;
  }
}

@media only screen and (max-width: 990px) {
  .slogan h1 {
    font-size: 64px;
  }
}

@media only screen and (max-width: 979px) {

  .hitri-dostop {
    grid-template-columns: repeat(2, 1fr);
  }

  ul.newsflash-horiznovice {
    flex-wrap: wrap;
  }

  ul.newsflash-horiznovice li {
    flex: 0 0 calc(50% - 10px);
  }

  ul.newsflash-horizdej {
    grid-template-columns: repeat(2, 1fr);
  }

  .article-layout {
    flex-direction: column;
  }

  .desno {
    width: 100%;
  }

  .width50-wrap {
    display: block;
  }

  .com-content-category-blog__items.blog-items {
    grid-template-columns: repeat(3, 1fr);
  }

}

@media only screen and (max-width: 880px) {
  .formResponsive .formHorizontal .formControlLabel {
    width: 100% !important;
  }
  .formResponsive .formHorizontal .formControls {
    margin-left: 0px !important;
  }
}

@media only screen and (max-width: 768px) {
  .slogan h1 {
    font-size: 46px;
  }

  .top {
    display: none;
  }

  .vsebina {
    padding: 80px 0px 80px 0px;
  }

  .com-content-category-blog__items.blog-items {
    grid-template-columns: repeat(2, 1fr);
  }
    
  .bg-top {
    background-size:90%;
  }
  .banner {
    padding-top:0;
  }
}

@media only screen and (max-width: 650px) {
	.formResponsive .formHorizontal .rsform-block {
		width: 93% !important;
	 }
   .formResponsive .formHorizontal textarea {
    width: 100% !important;
  }

  .rsform-block.rsform-block-besedilo.rsform-type-freetext {
    padding: 12px 0px !important;
  }

  table {
    font-size: clamp(12px, 2vw, 16px);
  }

  table tr td {
  padding: 5px;
  }

  .bg-top {
    background-size:100%;
  }

}

@media only screen and (max-width: 500px) {
  .iskalnik {
    display: none;
  }

  .meni {
    width: calc(100% - 100px);
    text-align: right;
  }

  .novice-blog, .blog-item .item-image {
    height: 150px;
  }

  .com-content-category-blog__item.blog-item .item-content, .text-novice, ul.newsflash-horizdej li, .kartica-telo {
    padding: 15px;
  }

  .kartica-glava {
    padding: 15px 15px 0px 15px;
  }

  .com-content-category-blog__items.blog-items, ul.newsflash-horiznovice, ul.newsflash-horizdej, .hitri-dostop {
    gap: 15px;
  }
}


@media only screen and (max-width: 479px) {
  .content, .bg-top > * {
    padding: 0 15px;
  }
  
  .moduletable.slogan1 {
    width: 100%;
  }

  .kartica-ikona {
    width: 33px;
    height: 33px;
  }

  .kartica h3 {
    font-size: 16px;
  }

  .kartica-telo {
    margin: 0;
    border-radius: 0px 0px 10px 10px;
  }

  .kartica-glava {
    align-items: inherit;
    margin-bottom: 10px;
    min-height: 60px;
  }

  .nivo ul {
    display: none;
  }

  .vsebina h1 {
    font-size: 30px;
    padding: 0px 0px 20px 0px;
  }

  .bg-top {
    margin-bottom: 30px;
  }

  .bg-top h2 {
    font-size: 34px;
    margin-bottom: 20px;
  }

  .objave-header-1 {
    width: 100%;
  }

.objave-header-2 {
  display:  block;
  width: 100%;
  margin-top:20px;
}
  
}