.elementor-75 .elementor-element.elementor-element-a33ccab{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-4b111f3 */.wb-footer{
  position:relative;
  padding:120px 0 36px;
  background:
    radial-gradient(circle at 15% 20%, rgba(255,43,43,0.10), transparent 22%),
    radial-gradient(circle at 85% 10%, rgba(255,43,43,0.08), transparent 18%),
    linear-gradient(180deg, #0f1723 0%, #0b1119 100%);
  overflow:hidden;
}

.wb-footer::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(rgba(255,255,255,0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.02) 1px, transparent 1px);
  background-size: 38px 38px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.35), rgba(0,0,0,0));
  pointer-events:none;
}

.wb-footer .wb-container{
  position:relative;
  z-index:2;
}

/* CTA oben */
.wb-footer-cta{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:30px;
  padding:38px 40px;
  margin-bottom:54px;
  border-radius:28px;
  background:rgba(255,255,255,0.06);
  border:1px solid rgba(255,255,255,0.10);
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
  box-shadow:0 20px 60px rgba(0,0,0,0.24);
  transition:all .45s cubic-bezier(.22,.61,.36,1);
}

.wb-footer-cta:hover{
  transform:translateY(-4px);
  box-shadow:0 28px 80px rgba(0,0,0,0.30);
  border-color:rgba(255,255,255,0.16);
}

.wb-footer-eyebrow{
  display:inline-block;
  margin-bottom:12px;
  color:rgba(255,255,255,0.70);
  font-size:13px;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-weight:700;
}

.wb-footer-cta-text h2{
  margin:0 0 12px;
  color:#fff;
  font-size:clamp(28px,3vw,44px);
  line-height:1.08;
  letter-spacing:-0.03em;
}

.wb-footer-cta-text p{
  margin:0;
  color:rgba(255,255,255,0.72);
  font-size:17px;
  line-height:1.7;
  max-width:720px;
}

.wb-footer-cta-actions{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
}

.wb-footer-btn{
  min-height:58px;
  padding:0 28px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  font-weight:700;
  font-size:15px;
  transition:all .35s cubic-bezier(.22,.61,.36,1);
  white-space:nowrap;
}

.wb-footer-btn-primary{
  background:#ff2b2b;
  color:#fff !important;
  box-shadow:0 16px 35px rgba(255,43,43,.25);
}

.wb-footer-btn-primary:hover{
  transform:translateY(-3px);
  background:#e32020;
  color:#fff !important;
  box-shadow:0 22px 45px rgba(255,43,43,.32);
}

.wb-footer-btn-secondary{
  background:transparent;
  border:1px solid rgba(255,255,255,0.18);
  color:#fff !important;
}

.wb-footer-btn-secondary:hover{
  transform:translateY(-3px);
  background:#fff;
  color:#0f1723 !important;
  border-color:#fff;
}

/* Hauptgrid */
.wb-footer-main{
  display:grid;
  grid-template-columns:1.5fr 1fr 1fr .8fr;
  gap:40px;
}

.wb-footer-logo{
  font-size:34px;
  line-height:1;
  font-weight:800;
  letter-spacing:-0.04em;
  color:#fff;
  margin-bottom:18px;
}

.wb-footer-logo span{
  color:#ff2b2b;
}

.wb-footer-text{
  margin:0 0 22px;
  color:rgba(255,255,255,0.68);
  font-size:16px;
  line-height:1.8;
  max-width:420px;
}

.wb-footer-contact-list{
  display:grid;
  gap:10px;
}

.wb-footer-contact-list a,
.wb-footer-contact-list span{
  color:#fff;
  text-decoration:none;
  font-size:15px;
  line-height:1.6;
  opacity:.86;
  transition:all .3s ease;
}

.wb-footer-contact-list a:hover{
  opacity:1;
  transform:translateX(4px);
}

.wb-footer-links-col h4{
  margin:0 0 18px;
  color:#fff;
  font-size:17px;
  font-weight:700;
}

.wb-footer-links-col ul{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  gap:12px;
}

.wb-footer-links-col a{
  position:relative;
  color:rgba(255,255,255,0.68);
  text-decoration:none;
  font-size:15px;
  transition:all .32s ease;
  display:inline-block;
}

.wb-footer-links-col a::after{
  content:"";
  position:absolute;
  left:0;
  bottom:-4px;
  width:0;
  height:1px;
  background:#ff2b2b;
  transition:width .32s ease;
}

.wb-footer-links-col a:hover{
  color:#fff;
  transform:translateX(4px);
}

.wb-footer-links-col a:hover::after{
  width:100%;
}

/* Bottom */
.wb-footer-bottom{
  margin-top:42px;
}

.wb-footer-bottom-line{
  width:100%;
  height:1px;
  background:linear-gradient(90deg, rgba(255,255,255,0.10), rgba(255,255,255,0.02), rgba(255,255,255,0.10));
  margin-bottom:20px;
}

.wb-footer-bottom-row{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:20px;
}

.wb-footer-bottom-row span{
  color:rgba(255,255,255,0.55);
  font-size:14px;
}

.wb-footer-top{
  color:#fff;
  text-decoration:none;
  font-size:14px;
  opacity:.78;
  transition:all .3s ease;
}

.wb-footer-top:hover{
  opacity:1;
  color:#ff2b2b;
  transform:translateY(-2px);
}

/* Responsive */
@media (max-width: 1100px){
  .wb-footer-main{
    grid-template-columns:1fr 1fr;
    gap:34px 24px;
  }

  .wb-footer-cta{
    flex-direction:column;
    align-items:flex-start;
  }
}

@media (max-width: 767px){
  .wb-footer{
    padding:90px 0 30px;
  }

  .wb-footer-cta{
    padding:26px 22px;
    border-radius:22px;
  }

  .wb-footer-main{
    grid-template-columns:1fr;
  }

  .wb-footer-cta-actions{
    width:100%;
  }

  .wb-footer-btn{
    width:100%;
  }

  .wb-footer-bottom-row{
    flex-direction:column;
    align-items:flex-start;
  }
}
.wb-footer-logo img {
  max-width: 180px;
  height: auto;
  display: block;
  /* falls Logo dunkel ist → wird weiß */
  transition: 0.4s ease;
}

.wb-footer-logo img:hover {
  transform: translateY(-3px);
  opacity: 0.85;
}/* End custom CSS */