/* Cookie bar osnovni stil */
#cookieConsent {
 position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(100%);
  width: 100%;
  max-width: 100%;
  background: #008d36;
  color: #ffffff;
  font-weight: 500;
  padding: 20px 15px;
  z-index: 9999;
  box-shadow: 0 -2px 10px rgba(0,0,0,0.3);
    opacity: 0;
  /* transform: translateY(100%);*/
  transition: opacity 0.5s ease, transform 0.5s ease;
}

#cookieConsent.cookie-show {
  opacity: 1;
   transform: translateX(-50%) translateY(0);
}

  .cookie-inner {
  max-width: 1200px;
    display: flex;
    margin: 100 auto;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  flex-wrap: wrap;

}

#cookieConsent button {
  background: #f40267;
  color: #ffffff;
  border: none;
  padding: 5px 20px;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.3s ease;
}

#cookieConsent button:hover {
  background: #ffffff;
  color: #f40267; 
  font-weight: 600; 
  /* temnejši rožnati ton */
}

#gumbVecZgodb {
  background: #f40267;
  color: #ffffff;
  border: none;
  padding: 5px 20px;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.3s ease;
}

#gumbVecZgodb:hover {
  background: #ffffff;
  color: #f40267; 
  font-weight: 600; 
  /* temnejši rožnati ton */
}

#mod-custom143 img {
    border-radius: 10px;
  box-shadow: 0 0px 10px rgba(0,0,0,0.0);
        transition: transform 0.3s, box-shadow 0.3s;
}

img:hover {
    transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.50);
   }

#mod-custom142 img {
    border-radius: 10px;
  box-shadow: 0 0px 10px rgba(0,0,0,0.0);
        transition: transform 0.3s, box-shadow 0.3s;
}

img:hover {
    transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.50);
   }



img {
    border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.50);
        transition: transform 0.3s, box-shadow 0.3s;
}

img:hover {
    transform: translateY(-5px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.50);
    
}



#sp-main-body {
    padding: 70px 0px 30px 0px;
}

@media (max-width: 991px) {
  .sp-top-bar {
    background-color: #000; /* ali kakšna druga barva */
  }
}

/* Dodaj razmik pod naslovom (h2) in nad obrazcem */
.contact h2 {
  margin-bottom: 35px !important;  /* prostor pod naslovom */
}

.contact-form {
  margin-top: 0 !important; /* ohrani stik obrazca s spodnjim delom naslova */
}

/* Skrij "Pošlji e-pošto" v kontaktnem obrazcu */
.contact legend,
.contact .page-header legend,
.contact .legend {
    display: none !important;
}

/* Hover za linke v zgodbah */
a:hover,
a:focus {
  color: #f40267 !important;
  text-decoration: none;
}

/* ===== FORCE SHOW TOP BAR ON MOBILE (Helix 2.2.x bug) ===== */
@media (max-width: 991.98px) {
  #sp-top-bar {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    height: auto !important;
    overflow: visible !important;
    position: relative !important;
  }
}

/* --- Sprememba barve gumba .btn-success --- */
.btn-success {
  background-color: #008d36 !important;
  border-color: #008d36 !important;
  color: #fff !important;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active {
  background-color: #f40267 !important;  /* nekoliko temnejša za hover */
  border-color: #f40267 !important;
  color: #fff !important;
}

/* FORCE outline button color - highest specificity */
.btn.btn-outline-success,
.btn-outline-success {
  color: #02723e !important;
  border-color: #02723e !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

/* hover / focus / active */
.btn.btn-outline-success:hover,
.btn.btn-outline-success:focus,
.btn-outline-success:hover,
.btn-outline-success:focus,
.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active {
  color: #fff !important;
  background-color: #008d36 !important;
  border-color: #008d36 !important;
}



.btn-mail {
  font-size: 16px;
  font-type: bold;
    line-height: 52px;
    padding: 14px 62px 14px 38px;
    border-radius: 100px;
    background-color: #dd0b3d;
    color: #f5f9e9;
    position: relative;
    box-shadow: 5px 7px 11px 1px #1a0909;
}

.btn-mail:hover {
background-color: #ffffff;
color: #000;
border-left: 1px solid #000;
}
.btn-mail::after {
  content: "\F84C";
    font-size: 18px;
  font-family: 'Font Awesome 6 Free';
    padding-left: 15px;
  font-weight: 600;
margin-left: 15px;
  border-left: 1px solid #000;
  position: absolute;
  width: 30px;
  height: 49px;
  right: 20px;
  top: 0;
  line-height: 52px;
}  

.btn-tel {
font-size: 17px;
    line-height: 29px;
    padding: 3px 22px 3px 22px;
    border-radius: 100px;
    background-color: #ffffff96;
    color: #02723e;
    position: relative;
    box-shadow: 5px 7px 11px 1px #1a0909;
}
.btn-tel:hover {
background-color: #ffffff;
color: #000;
border-left: 1px solid #000;
}








