/* Elbetal v14: Logo-/Farbwelt-Fix nach Visitenkarte, harte Lesbarkeits- und Header-Korrektur */
:root{
  --ef14-blue:#071d4f;
  --ef14-blue2:#0b3478;
  --ef14-cyan:#168fc8;
  --ef14-green:#72b72a;
  --ef14-yellow:#f5c322;
  --ef14-orange:#f47a20;
  --ef14-pink:#d72574;
  --ef14-ink:#10213f;
}

/* echtes Logo aus der Visitenkarte in der Navigation */
.ef-brand.ef-brand-image{
  min-width:clamp(220px,24vw,360px)!important;
  max-width:390px!important;
  padding:4px 0!important;
  display:flex!important;
  align-items:center!important;
}
.ef-brand-logo{
  display:block!important;
  width:clamp(215px,22vw,345px)!important;
  height:auto!important;
  object-fit:contain!important;
  filter:drop-shadow(0 10px 18px rgba(7,29,79,.08));
}
.ef-nav-inner{gap:18px!important;}
@media(max-width:1199px){
  .ef-brand.ef-brand-image{min-width:210px!important;max-width:270px!important;}
  .ef-brand-logo{width:240px!important;max-width:62vw!important;}
}
@media(max-width:575px){
  .ef-brand.ef-brand-image{min-width:178px!important;max-width:220px!important;}
  .ef-brand-logo{width:205px!important;max-width:60vw!important;}
}

/* Headerbilder: keine milchigen/transparenten Scheiben oder Glasflächen über den Bildern */
.swiper-slider-1,
.swiper-container,
.swiper-slide,
.swiper-slide-caption,
.breadcrumbs-custom,
.breadcrumb-wrapper{
  overflow:hidden!important;
}
.swiper-slide:before,
.swiper-slide:after,
.swiper-slide-caption .container:before,
.swiper-slide-caption .container:after,
.breadcrumbs-custom:after,
.breadcrumb-wrapper:after,
.breadcrumbs:after{
  content:none!important;
  display:none!important;
  opacity:0!important;
  background:none!important;
  border:0!important;
  box-shadow:none!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
}
.swiper-slider-1:before{
  opacity:.92!important;
  background:linear-gradient(90deg,var(--ef14-cyan) 0%,var(--ef14-green) 34%,var(--ef14-yellow) 56%,var(--ef14-orange) 74%,var(--ef14-pink) 100%)!important;
  pointer-events:none!important;
}
.swiper-slider-1:after{
  opacity:.18!important;
  pointer-events:none!important;
}
.swiper-slide-caption h6{
  background:rgba(7,29,79,.82)!important;
  border:0!important;
  border-radius:6px!important;
  color:#fff!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
}
.swiper-slide-caption h1,
.swiper-slide-caption h4{
  text-shadow:0 16px 38px rgba(0,0,0,.34)!important;
}

/* ruhiger Öffnungszeiten-Container, einheitlich und ohne Umbruch-Murks */
.ef-hours-section{
  background:linear-gradient(180deg,#ffffff 0%,#f6f9fc 100%)!important;
  padding-top:56px!important;
  padding-bottom:56px!important;
}
.ef-hours-section:before,
.ef-hours-section:after,
.ef-hours-card:before,
.ef-hours-card:after,
.ef-hours-content h3:after,
.ef-hours-content h3:before{
  content:none!important;
  display:none!important;
}
.ef-hours-card,
.ef-hours-clean-card{
  max-width:930px!important;
  margin:0 auto!important;
  padding:0!important;
  border-radius:22px!important;
  background:#fff!important;
  border:1px solid rgba(7,29,79,.10)!important;
  box-shadow:0 22px 55px rgba(7,29,79,.11)!important;
  overflow:hidden!important;
}
.ef-hours-content{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:22px!important;
  text-align:left!important;
  padding:28px 34px!important;
}
.ef-hours-content h3,
.ef-hours-content p,
.ef-hours-content h5{
  margin:0!important;
  line-height:1.25!important;
  color:var(--ef14-blue)!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  white-space:nowrap!important;
}
.ef-hours-content h3{
  font-size:clamp(24px,2.3vw,34px)!important;
  font-weight:900!important;
  letter-spacing:-.03em!important;
  padding-left:18px!important;
  border-left:5px solid var(--ef14-green)!important;
}
.ef-hours-content .strong,
.ef-hours-content p{
  font-size:17px!important;
  font-weight:800!important;
}
.ef-hours-content .italic{
  font-style:normal!important;
  color:#44546b!important;
}
.ef-hours-content h5{
  font-size:18px!important;
  font-weight:900!important;
}
.ef-hours-content a{color:var(--ef14-blue2)!important;}
@media(max-width:991px){
  .ef-hours-content{display:block!important;text-align:center!important;padding:28px 22px!important;}
  .ef-hours-content h3{display:inline-block!important;padding-left:0!important;border-left:0!important;margin-bottom:14px!important;}
  .ef-hours-content p,.ef-hours-content h5{margin-top:8px!important;white-space:normal!important;}
}

/* Website erstellen: Kontrast erzwingen und gleichzeitig optisch stark machen */
section.ef-web-wow-section,
section.ef-web-v12-section{
  color:#fff!important;
  background:
    radial-gradient(circle at 12% 18%,rgba(22,143,200,.38),transparent 28%),
    radial-gradient(circle at 90% 20%,rgba(114,183,42,.28),transparent 26%),
    linear-gradient(135deg,var(--ef14-blue) 0%,var(--ef14-blue2) 58%,#041332 100%)!important;
  padding-top:96px!important;
  padding-bottom:96px!important;
  position:relative!important;
  isolation:isolate!important;
}
section.ef-web-wow-section:before,
section.ef-web-v12-section:before{
  content:""!important;
  position:absolute!important;
  inset:auto -8% -26% -8%!important;
  height:45%!important;
  z-index:-1!important;
  border-radius:50% 50% 0 0!important;
  background:linear-gradient(90deg,var(--ef14-cyan),var(--ef14-green),var(--ef14-yellow),var(--ef14-orange),var(--ef14-pink))!important;
  opacity:.94!important;
  box-shadow:0 -24px 65px rgba(0,0,0,.16)!important;
}
section.ef-web-wow-section:after,
section.ef-web-v12-section:after{
  content:""!important;
  position:absolute!important;
  right:6%!important;
  top:10%!important;
  width:190px!important;
  height:130px!important;
  opacity:.26!important;
  background-image:url('../images/elbetal-mark-visitenkarte.png')!important;
  background-repeat:no-repeat!important;
  background-size:contain!important;
  pointer-events:none!important;
}
section.ef-web-wow-section .ef-web-wow-shell,
section.ef-web-v12-section .ef-web-v12-shell,
section.ef-web-wow-section .ef-web-wow-copy,
section.ef-web-v12-section .ef-web-v12-copy{
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
}
section.ef-web-wow-section .ef-web-wow-shell,
section.ef-web-v12-section .ef-web-v12-shell{
  display:grid!important;
  grid-template-columns:minmax(0,1.08fr) minmax(300px,.92fr)!important;
  gap:48px!important;
  align-items:center!important;
}
section.ef-web-wow-section h3,
section.ef-web-v12-section h3,
section.ef-web-wow-section p,
section.ef-web-v12-section p,
section.ef-web-wow-section b,
section.ef-web-v12-section b,
section.ef-web-wow-section li,
section.ef-web-v12-section li,
section.ef-web-wow-section .list-marked,
section.ef-web-v12-section .list-marked{
  color:#fff!important;
  text-shadow:none!important;
}
section.ef-web-wow-section h3,
section.ef-web-v12-section h3{
  font-size:clamp(34px,4.6vw,64px)!important;
  line-height:.98!important;
  font-weight:1000!important;
  letter-spacing:-.055em!important;
  margin-bottom:24px!important;
  max-width:760px!important;
}
section.ef-web-wow-section h3:after,
section.ef-web-v12-section h3:after{display:none!important;content:none!important;}
section.ef-web-wow-section p,
section.ef-web-v12-section p{
  font-size:18px!important;
  line-height:1.75!important;
  max-width:780px!important;
  color:rgba(255,255,255,.91)!important;
}
section.ef-web-wow-section .list-marked li,
section.ef-web-v12-section .list-marked li{
  color:#fff!important;
  font-weight:800!important;
  font-size:16px!important;
}
section.ef-web-wow-section .list-marked li:before,
section.ef-web-v12-section .list-marked li:before{
  background:linear-gradient(135deg,var(--ef14-green),var(--ef14-yellow))!important;
}
section.ef-web-wow-section .button,
section.ef-web-v12-section .button{
  background:#fff!important;
  color:var(--ef14-blue)!important;
  border:0!important;
  border-radius:8px!important;
  box-shadow:0 16px 34px rgba(0,0,0,.22)!important;
}
section.ef-web-wow-section .button:hover,
section.ef-web-v12-section .button:hover{
  background:var(--ef14-green)!important;
  color:#fff!important;
}
section.ef-web-wow-section .ef-device-card,
section.ef-web-v12-section .ef-device-card{
  background:rgba(255,255,255,.96)!important;
  border:1px solid rgba(255,255,255,.42)!important;
  box-shadow:0 30px 90px rgba(0,0,0,.32)!important;
}
@media(max-width:991px){
  section.ef-web-wow-section .ef-web-wow-shell,
  section.ef-web-v12-section .ef-web-v12-shell{grid-template-columns:1fr!important;gap:28px!important;}
}

/* Partner: blauer Bereich, keine weißen Logo-Karten */
section.ef-partners-blue,
section.ef-partners-blue .parallax-content,
section.ef-partners-blue .owl-stage-outer,
section.ef-partners-blue .owl-stage,
section.ef-partners-blue .owl-item{
  background:linear-gradient(135deg,var(--ef14-blue) 0%,var(--ef14-blue2) 100%)!important;
  color:#fff!important;
}
section.ef-partners-blue:before,
section.ef-partners-blue:after,
section.ef-partners-blue .material-parallax,
section.ef-partners-blue .material-parallax img{
  display:none!important;
  content:none!important;
}
section.ef-partners-blue .clients-modern{
  background:transparent!important;
  border:1px solid rgba(255,255,255,.18)!important;
  box-shadow:none!important;
  min-height:118px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}
section.ef-partners-blue .clients-modern img{
  opacity:1!important;
  filter:brightness(0) invert(1) drop-shadow(0 8px 20px rgba(0,0,0,.18))!important;
  max-height:76px!important;
  object-fit:contain!important;
}

/* Footer/Newsletter in tiefem Blau mit Farb-Welle wie Keyvisual */
.footer-classic,
.footer-classic.bg-gray-8,
section.bg-gray-8{
  background:linear-gradient(145deg,var(--ef14-blue) 0%,var(--ef14-blue2) 100%)!important;
  color:#fff!important;
}
.footer-classic a,.footer-classic p,.footer-classic li,.footer-classic h1,.footer-classic h2,.footer-classic h3,.footer-classic h4,.footer-classic h5,.footer-classic h6,
section.bg-gray-8 a,section.bg-gray-8 p,section.bg-gray-8 li,section.bg-gray-8 h1,section.bg-gray-8 h2,section.bg-gray-8 h3,section.bg-gray-8 h4,section.bg-gray-8 h5,section.bg-gray-8 h6{
  color:#fff!important;
}
.footer-classic:before{
  background:linear-gradient(90deg,var(--ef14-cyan),var(--ef14-green),var(--ef14-yellow),var(--ef14-orange),var(--ef14-pink))!important;
  opacity:.85!important;
}

/* Mehr Farbvielfalt gezielt, nicht chaotisch */
.ef-site-header:before{
  content:"";
  display:block;
  height:5px;
  background:linear-gradient(90deg,var(--ef14-cyan),var(--ef14-green),var(--ef14-yellow),var(--ef14-orange),var(--ef14-pink));
}
.box-icon-modern:nth-child(5n+1),.services-creative:nth-child(5n+1){border-top:4px solid var(--ef14-cyan)!important;}
.box-icon-modern:nth-child(5n+2),.services-creative:nth-child(5n+2){border-top:4px solid var(--ef14-green)!important;}
.box-icon-modern:nth-child(5n+3),.services-creative:nth-child(5n+3){border-top:4px solid var(--ef14-yellow)!important;}
.box-icon-modern:nth-child(5n+4),.services-creative:nth-child(5n+4){border-top:4px solid var(--ef14-orange)!important;}
.box-icon-modern:nth-child(5n+5),.services-creative:nth-child(5n+5){border-top:4px solid var(--ef14-pink)!important;}
