/* FRONTEND CSS
*********************************************/
html {
    overflow-y: scroll;
  }
  body {
    background-color: #FFFFFF;
    font-family: "Poppins", sans-serif;
    line-height: 180%;
  }
  
  * {
      -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:#405d7b;
    --peach: #ff8d6e;
  }
  
  strong, b {
    font-weight: 600;
  }

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

  /* top */

  .top {
    position: relative;
    float: left;
    width: 100%;
    padding: 15px 0px;
    background: #fff;
    position: fixed;
    z-index: 5;
    transition: all 0.5s ease;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.125);
  }

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

  /* top scroll */

  .top.scroll {
    padding: 10px 0px;
    transition: all 0.5s ease;
  }

  /* meni */

  .meni {
    float: left;
    width: calc(100% - 360px);
    text-align: right;
    margin-top: 15px;
  }

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

  .dj-megamenu-clean li a.dj-up_a {
    color: var(--blue);
    height: auto;
    padding: 7px 10px;
    font-size: 18px;
  }

  .dj-megamenu-clean li a.dj-up_a:hover {
    color: var(--peach);
  } 

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

  .dj-megamenu-clean li:last-child a.dj-up_a {
    border-radius: 100px;
    background: var(--peach);
    color: #fff;
    padding: 7px 20px;
    margin-left: 10px;
  }

  .dj-megamenu-clean li:last-child a.dj-up_a:hover {
    color: #000;
  }
  
  .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(--peach) !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;
  }

  /* jeziki */

  .jeziki {
    float: left;
    width: 100px;
    text-align: right;
    margin-top: 15px;
  }

  .dropdown-menu {
    min-width: 80px;
    border: none;
  }
  
  div.mod-languages a {
    padding: 0px 17px;
    color: #000;
  }

  div.mod-languages a:hover {
    color: var(--peach);
  } 

  div.mod-languages .btn-group {
    padding-left: 15px;
  }

  .jeziki .btn-secondary {
    border-radius: 100px;
    border: 2px solid #d9dfe5;
    background: none;
    color: #000;
    line-height: 27px;
    width: 80px;
    font-size: 16px;
  }

  div.mod-languages .dropdown-menu {
      padding: 0;
  }
  
  .btn {
    line-height: 14px;
  }

  .dropdown-toggle::after {
    margin-left: 1px;
  }
  
  .btn-group>.btn-check:checked+.btn, .btn-group>.btn-check:focus+.btn, .btn-group>.btn:hover, .btn-group>.btn:focus, .btn-group>.btn:active, .btn-group>.btn.active, .btn-group-vertical>.btn-check:checked+.btn, .btn-group-vertical>.btn-check:focus+.btn, .btn-group-vertical>.btn:hover, .btn-group-vertical>.btn:focus, .btn-group-vertical>.btn:active, .btn-group-vertical>.btn.active {
    box-shadow: none;
  }
  
  div.mod-languages ul li.lang-active {
      background: none !important;
  }
  
  div.mod-languages ul.lang-block li {
      padding: 0;
  }

  /* banner */

  .banner {
    position: relative;
    float: left;
    width: 100%;
    height: 60vh;
    background-image: url(/images/banners/Banner_478167194.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
    overflow: hidden;
    margin-top: 100px;
  }

  .banner::before {
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    bottom:0;
    z-index: 2;
    background: linear-gradient(274deg,rgba(238, 174, 202, 0) 14%, rgba(37, 57, 86, 0.92) 100%);;
  }

  .banner .content {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    height: 100%;
    margin: 0 auto;
    padding-bottom: 150px;
    box-sizing: border-box;
    z-index: 3;
  }

  .banner::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -10px; /* Razširitev čez robove */
    right: -10px;
    width: calc(100% + 20px);
    height: 43px;
    background: #fff;
    mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 10" preserveAspectRatio="none"><polygon points="0,0 50,10 100,0 100,10 0,10" fill="black"/></svg>');
    mask-size: 100% 100%;
    z-index: 4;
}

  .slogan {
    width: calc(100% - 360px);
    float: left;
    padding-right: 100px;
  }

  .action {
    width: 360px;
    float: left;
  }

  .slogan h1 {
    color: #fff;
    font-size: 65px;
  }

  .moduletable.akcija {
    background: rgba(255, 141, 110, 0.90);
    color: #fff;
    border-radius: 20px;
    padding: 30px;
    font-size: 24px;
    font-weight: 500;
    line-height: 35px;
  }

  .moduletable.akcija a.gumb {
    border-radius: 100px;
    background: #fff;
    font-size: 18px;
    display: inline-block;
    margin-top: 15px;
    padding: 2px 30px;
    color: #000;
    text-decoration: none;
  }

  .moduletable.akcija a.gumb:hover {
    box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.50);
  } 

  /* dodatki */

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

  a.gumb {
    background: rgba(255, 141, 110, 0.90);
    color: #fff;
    border-radius: 100px;
    padding: 8px 25px;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
  }

  a.gumb2 {
    background-color: rgba(255, 141, 110, 0.10);
    border-radius: 100px;
    display: inline-block;
    padding: 1px 15px;
    line-height: 140%;
  }

  a.gumb2:hover {
    background-color: var(--peach);
    color: #fff !important;
  }

  .okvir {
    background: #fffbf9;
    border-radius: 10px;
    padding: 30px;
  }

  /* tabela */

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

.storitve table {
  width: 100%;
}

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

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

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

  /* uvod*/

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

  .uvod h2 {
    font-size: 34px;
    color: var(--blue);
    text-transform: uppercase;
    font-weight: 600;
  }

  a.mesec-g, a.leto-g {
    border-radius: 100px;
    border: 2px solid var(--peach);
    display: inline-block;
    color: #000;
    text-decoration: none;
    margin: 10px 5px;
    padding: 5px 20px;
    text-align: center;
    width: 120px;
    font-weight: 500;
    line-height: 30px;
  }

  a.mesec-g:hover, a.leto-g:hover {
    background: var(--peach);
    color: #fff;
  }

  .namesec, .naleto {
    display: none;
  }

  a.mesec-g.active,  a.leto-g.active  {
    background: var(--peach);
    color: #fff;
  }

  /* paketi */

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

  .moduletable.paketki ul li {
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.10);
    border-radius: 20px;
    padding: 30px;
    background-image: url(/templates/joomstarter/images/zig.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 300px;
    position: relative;
  }
  .moduletable.paketki ul li ul {
    padding: 15px 0px;
  }

  .moduletable.paketki ul li ul li {
    box-shadow: none;
    border-radius: none;
    text-align: left;
    background-image: url(/templates/joomstarter/images/check.png);
    background-position: top 8px left;
    background-repeat: no-repeat;
    padding: 6px 0px 6px 30px;
    background-size: 20px;
    line-height: 24px;
  }

  .paketki h3 {
    color: var(--blue);
    font-size: 30px;
  }

  .cena {
    margin: 20px -30px 20px -30px;
  }

  .readmore a {
    border: none;
    border-radius: 100px;
    background: #d9dfe5;
    color: var(--blue);
    padding: 6px 20px;
    line-height: 30px;
    width: 146px;
    text-align: center;
  }

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

  .mod-articlesnews-horizontal .readmore {
    text-align: right;
  }

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

  ul.fields-container {
    width: auto;
    position: absolute;
    bottom: 16px;
  }

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

  .naroci-paket a {
    background: var(--peach);
    color: #fff;
    border-radius: 100px;
    padding: 6px 20px;
    line-height: 30px;
    text-decoration: none;
    display: inline-block;
    width: 146px;
    text-align: center;
  }

  .naroci-paket a:hover {
    background: var(--blue);
  }

  /* Zakaj */

  .zakaj h3 {
    color: var(--blue);
    font-size: 36px;
    margin: 0;
    padding: 30px 0px;
    font-weight: 600;
  }

  .moduletable.zakaj {
    padding: 110px 0px 0px 0px;
  }

  .zakaj h4 {
    color: var(--blue);
    font-size: 20px;
  }

  .zakaj .wf-column {
    text-align: left;
  }

  .zakaj .wf-column img {
    width: 52px;
    float: left;
    margin-right: 10px;
  }

  .zakaj .wf-column p {
    padding-left: 62px;
  }
  
  .wf-columns {
    gap: 3rem;
  }

  /* Tukaj */

  .tukaj {
    position: relative;
    float: left;
    width: 100%;
    padding: 110px 0px;
    background: url(/templates/joomstarter/images/bg.jpg);
  } 

  .tukaj h3 {
    color: var(--blue);
    font-size: 36px;
    margin: 0;
    padding: 0px 0px 30px 0px;
    font-weight: 600;
  }

  .tukaj .wf-columns {
    gap: 5rem;
  }
  
  .obroba {
    background-size: cover;
    background-position: top center;
  }
  
  .obroba img {
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
  }

  .tukaj ul {
    padding: 15px 0px;
  }

  .tukaj ul li {
    text-align: left;
    background-image: url(/templates/joomstarter/images/check.png);
    background-position: top 8px left;
    background-repeat: no-repeat;
    padding: 6px 0px 6px 30px;
    background-size: 20px;
    line-height: 24px;
    list-style-type: none;
  }

  /* statistika */

  .statistika {
    position: relative;
    width: 100%;
    float: left;
    text-align: center;
    margin-top: -55px;
    padding: 0px 0px 110px 0px;
    border-bottom: 1px solid #eaeaea;
  }

  .statistika img {
    margin-bottom: 20px;
  }

  .count {
    font-size: 43px;
    font-weight: 600;
    color: var(--blue);
  }

  /* novice */

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

  .novice .content {
    max-width: 1460px;
  }

  .novice h3 {
    color: var(--blue);
    font-size: 36px;
    margin: 0;
    padding: 0px 0px 30px 0px;
    font-weight: 600;
  }

  .moduletable.clanki-novice {
    overflow: hidden;
  }

  ul.newsflash-horizclanki-novice {
    padding: 30px 0px 0px 0px;
    margin: 0;
    float: left;
    width: 100%;
    display: flex;
  }

  ul.newsflash-horizclanki-novice li {
  flex: 0 0 33.33%;
  max-width: calc(33.33% - 20px);
  box-sizing: border-box;
  background-image: none !important;
  padding: 0 !important;
  }


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


  .slika_1 {
    position: relative;
    width: 100%;
    height: 260px;
    border-radius: 20px;
    background-size: cover !important;
    margin-bottom: 20px;
  }

  a.readmore, .readmore a {
    background: var(--peach);
    color: #fff !important;
    border-radius: 100px;
    padding: 6px 20px;
    line-height: 30px;
    text-decoration: none;
    display: inline-block;
    margin-top: 15px;
  }

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

.opis {
  text-align: left;
  padding: 0px 15px;
}

.opis h4 {
  font-size: 24px;
  font-weight: 600;
  color: var(--blue);
  margin: 0;
  padding: 10px 0px 15px 0px;
}

.moduletable.objave {
  float: left;
  width: 100%;
  margin-top: 30px;
}

.moduletable.objave a {
  border-radius: 100px;
  border: 1px solid var(--blue);
  color: var(--blue);
  text-decoration: none;
  display: inline-block;
  text-align: center;
  padding: 5px 25px;
  width: 50%;
}

.moduletable.objave a:hover {
  color: #fff;
  background: var(--blue);
}

/* puščice */

.puscice {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}

.puscice img {
  margin: 0px 10px;
}

/* blog */

.com-content-category-blog__item.blog-item {
  position: relative;
  width: calc(33.33% - 20px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  justify-content: flex-start;
  padding-bottom: 20px;
}


.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: 30px;
}

.left.item-image {
  position: relative;
  height: 280px;
  margin-bottom: 20px;
}

.left.item-image img {
  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);
}

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

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

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

/* action2 */

.action2 {
  position: relative;
  float: left;
  width: 100%;
  z-index: 2;
  overflow: hidden;
}

.moduletable.akcija2 {
  border-radius: 20px;
  padding: 0px 50px 50px 50px;
  font-size: 18px;
  background: url(/templates/joomstarter/images/action.jpg);
  background-size: cover;
  position: relative;
  float: left;
  width: 100%;
}

.moduletable.akcija2::before {
  content: "";
  background: url(/templates/joomstarter/images/crta.png);
  position: absolute;
  z-index: 2;
  background-repeat: no-repeat;
  width: 100%;
  height: 46px;
  background-position: top left;
}

#mod-custom123, #mod-custom136 {
  padding: 50px 0px 50px 50px;
}

.action2 h3 {
  color: #fff;font-size: 30px;
  margin: 0;
  padding: 0px 0px 20px 0px;
}

.levo {
  width: calc(100% - 250px);
  float: left;
  padding-right: 50px;
}

.desno {
  float: left;
  width: 250px;
}

a.gumb-a {
  background: #fff;
  color: #000;
  font-weight: 500;
  font-size: 18px;
  display: inline-block;
  border-radius: 100px;
  padding: 8px 25px;
  text-decoration: none;
}

a.gumb-a:hover {
  box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.50);
}

/* bott */

.bott {
  position: relative;
  float: left;
  width: 100%;
  background: url(/templates/joomstarter/images/bott.jpg);
  background-size: cover;
  background-position: top center;
  padding: 200px 0px 0px 0px;
  z-index: 1;
  margin-top: -100px;
  color: #fff;
}

.width25 {
  float: left;
  width: 25%;
}

.log img {
  width: 220px;
}

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

.bott a:hover {
  color: var(--peach);
}

.bott h3 {
  color: var(--peach);
  font-weight: 600;
  font-size: 18px;
}

.pravice {
  width: 100%;
  float: left;
  border-top: 1px solid rgba(255, 255, 255, 0.20);
  padding: 20px 0px;
  margin-top: 100px;
}

.footer2 {
  display: none;
}

/* vsebina */

.home .vsebina {
  display: none;
}

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

.vsebina h1 {
  font-size: 34px;
  color: var(--peach);
  margin: 0;
  padding: 0px 0px 30px 0px;
}

.vsebina h2 {
  font-size: 24px;
}

.vsebina .slika img{
  border-radius: 20px;
  margin: 50px 0px;
}

.vsebina a {
  color: var(--peach);
  text-decoration: none;
}

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

.vsebina .slika {
  position: relative;
  width: 100vw;
  max-width: 1600px;
  padding: 0px 30px;
  left: 50%;
  transform: translateX(-50%);
}

.vsebina .slika::before {
  content: "";
  position: absolute;
  display: block;
  top: 50px;
  left: 100px;
  transform: translateX(-50%);
  width: 2px;
  height: 55px;
  background: url(/templates/joomstarter/images/crta.png) no-repeat;
  background-position: top left;
  background-size: cover;
  z-index: 2;
}

.vsebina ul.fields-container {
  display: none;
}

.vsebina h3 {
  font-size: 20px;
  margin: 0;
  padding: 0px 0px 15px 0px;
}

/* RSForm */

.rsform-submit-button {
	background: var(--peach) !important;
	border-radius: 100px !important;
	color: #fff !important;
	border: none !important;
	padding: 12px 30px !important;
	font-size: 16px !important;
	text-shadow: none !important;
}

.rsform-submit-button:hover {
	background: var(--blue) !important;
} 

.formResponsive button[type="button"] {
	margin-top: 17px;
}

.rsform-block.rsform-block-text {
	margin-bottom: 50px;
	font-size: 14px;
	margin-bottom: 30px !important;
  }
  
  .formResponsive .formHorizontal .rsform-block {
	  margin-bottom: 0;
   }
  
  .formResponsive textarea, .formResponsive input[type="text"] {
	padding: 14px 8px !important;
  }
  
  .formResponsive textarea, .formResponsive input[type="text"] {
	border-radius: 2px !important;
	padding: 15px !important;
	border: 1px solid #eee;
  }
  
  .formResponsive input[type="text"] {
	width: 100% !important;
  }
  
  .formControlLabel { 
	text-align: left !important; 
	padding: 0 !important; 
	width: 100%; 
  }

  .formResponsive .formControls label {
    margin: 3px 25px 3px 0;
  }

  .rsform-text-box { 
    width: 97% !important; 
    padding:8px !important;
  }

  .formResponsive h2 {
    font-size: 34px;
    color: var(--peach);
    margin: 0;
    padding: 0px 0px 30px 0px;
  }
    
  .rsform-block.rsform-block-ime, .rsform-block.rsform-block-email, .rsform-block.rsform-block-email, .rsform-block.rsform-block-drzav, .rsform-block.rsform-block-naslov, .rsform-block.rsform-block-telefon { 
	float: left; 
	width: calc(50% - 50px);
	margin-right: 50px;
	}

  .rsform-block.rsform-block-produkti, .rsform-block.rsform-block-payment { 
    float: left; 
    width: calc(50% - 50px);
    margin-right: 50px;
	}

  .rsform-block.rsform-block-total {
    float: left;
    width: 100%;
    border-bottom:  1px solid #ddd;
    padding-bottom: 30px;
    margin-bottom: 30px !important;
    color: var(--peach);
  }

  .rsform-block.rsform-block-total .formControls {
    font-size: 34px;
    font-weight: 500;
    padding-top: 20px;
  }

  .formResponsive select {
    width: 100%;
  }

  .rsform-block.rsform-block-text.rsform-type-freetext {
    margin-top: 30px;
  }
  
  .rsform-block.rsform-block-sporocilo {
	width: 98%;
  }
  
  .formResponsive .formHorizontal .formControlLabel {
	width: 100% !important;
  float: initial;
  }
  
  .formResponsive .formHorizontal .formControls {
	  margin-left: 0 !important;
  }
  
  .formResponsive label {
	height: auto !important;
  }
  
  .formResponsive input[type="radio"], .formResponsive input[type="checkbox"] {
	margin-top: 11px !important;
  }

.rsform-block.rsform-block-paket {
  float: left;
  width: 100%;
  border-top: 1px solid #ddd;
  padding-top: 30px;
}

.rsform-block.rsform-block-zakup {
  float: left;
  width: 100%;
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px;
  margin-bottom: 30px !important;
}

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

@media only screen and (max-width: 1200px) {
  .slogan h1 {
    font-size: 65px;
  }
  .moduletable.paketki ul li {
    padding: 20px;
  }
  .cena {
    margin: 20px -20px 20px -20px;
  }
  ul.fields-container {
    bottom: 5px;
  }
  ul.newsflash-horizclanki-novice li {
    padding: 0px 15px;
  }
  .tukaj .wf-columns {
    gap: 2rem;
  }
}

@media only screen and (max-width: 1150px) {
  .mod-articlesnews-horizontal {
    grid-gap: 20px;
  }
  .naroci-paket a, .readmore a {
    padding: 6px 14px;
    width: 135px;
  }
  .slogan h1 {
    font-size: 55px;
  }
}

@media only screen and (max-width: 1045px) {
  .mod-articlesnews-horizontal {
    display: block;
  }
  .moduletable.paketki ul li {
    margin-bottom: 30px;
  }
  .moduletable.paketki ul li ul li{
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 999px) {
  .statistika .wf-columns {
    gap: 0;
  }

  ul.newsflash-horizclanki-novice li {
    width: 50%;
  }

  .statistika .wf-columns-stack-medium>.wf-column, .statistika .wf-columns .wf-column {
    width: 50%;
    padding-bottom: 30px;
  }
  .levo {
    width: 100%;
    padding-right: 0;
  }
  .desno {
    width: 100%;
    margin-top: 30px;
  }
  .width25 {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  .pravice {
    text-align: center;
    margin-top: 50px;
  }
  .slogan h1 {
    font-size: 42px;
  }
  .slogan {
    width: calc(100% - 270px);
  }
  .action {
    width: 270px;
  }
  .moduletable.akcija {
    padding: 20px;
    font-size: 18px;
    line-height: 28px;
  }
  .moduletable.akcija a.gumb {
    font-size: 16px;
  }
  .logo {
    width: 220px;
  }

  .meni {
    width: calc(100% - 320px);
    margin-top: 8px;
  }
  .jeziki {
    margin-top: 8px;
  }
  .banner {
    margin-top: 90px;
  }
}

@media only screen and (max-width: 769px) {
  .action {
    display: none;
  }
  .slogan {
    width: 100%;
  }
    ul.newsflash-horizclanki-novice li {
      flex: 0 0 50%;
      max-width: calc(50% - 20px);
  }
  .com-content-category-blog__item.blog-item {
    width: calc(50% - 20px);
  }
}

@media only screen and (max-width: 479px) {
  .statistika .wf-columns-stack-medium>.wf-column, .statistika .wf-columns .wf-column {
    width: 100%;
  }
  ul.newsflash-horizclanki-novice li {
    width: 100%;
  }

  .content {
    padding: 0px 20px;
  }
  .logo {
    width: 200px;
  }
  .meni {
    width: calc(100% - 300px);
    margin-top: 7px;
  }
  .jeziki {
    margin-top: 7px;
  }
  .banner {
    margin-top: 84px;
  }
  .banner .content {
    padding-bottom: 100px;
  }
  .slogan h1 {
    font-size: 35px;
    text-align: center;
  }
  .moduletable.akcija2 {
    padding: 30px;
    text-align:  center;
  }

  .moduletable.akcija2::before {
    display: none;
  }
  #mod-custom123 {
    padding: 0;
  }
  .uvod, .tukaj, .novice {
    padding: 60px 0px;
  }
  .moduletable.zakaj {
    padding: 0px;
  }
  .statistika {
    padding: 0px 0px 60px 0px;
  }
  .vsebina {
    padding: 130px 0px 60px 0px;
  }
  ul.newsflash-horizclanki-novice li {
      flex: 0 0 100%;
      max-width: 100%;
  }
  .puscice {
    display: none;
  }
  ul.newsflash-horizclanki-novice {
    flex-wrap: wrap;
  }
  .com-content-category-blog__item.blog-item {
    width: 100%;
  }

}

.cpnb-message {
  width: 100%;
}

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

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