.elementor-82 .elementor-element.elementor-element-8f177e3{--display:flex;}.elementor-82 .elementor-element.elementor-element-8f177e3.e-con{--flex-grow:0;--flex-shrink:0;}@media(min-width:768px){.elementor-82 .elementor-element.elementor-element-8f177e3{--width:90.051%;}}/* Start custom CSS for html, class: .elementor-element-fa43258 */:root{
  --bz-orange:#ed850f;
  --bz-blue:#78c6e6;
  --bz-text:#3c3c3c;
  --bz-muted:#6b7280;
  --bz-border:#e5e7eb;
  --bz-bg:#ffffff;
  --bz-alt:#f2fbff;
}

.bz-landing{
  color:var(--bz-text);
  background:var(--bz-bg);
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}
.bz-landing *{ box-sizing:border-box; }
.bz-container{ max-width:1100px; margin:0 auto; padding:0 18px; }

/* Anker-Offset */
#sofunkt, #sortiment, #preise, #meetings, #registrieren, #faq, #kontakt{
  scroll-margin-top: 120px;
}

/* Typo Reset */
.bz-landing h1,
.bz-landing h2,
.bz-landing h3{
  letter-spacing: -0.02em;
}
.bz-landing h2{ margin:0 0 10px 0; font-size:28px; line-height:1.15; }
.bz-landing h3{ margin:0 0 6px 0; font-size:18px; line-height:1.25; }
.bz-landing p{ margin:0 0 12px 0; }
.bz-lead{ color:var(--bz-muted); line-height:1.6; max-width:900px; }

/* Buttons */
.bz-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:12px 16px;
  border-radius:14px;
  text-decoration:none;
  font-weight:900;
  border:1px solid var(--bz-border);
  transition: transform .12s ease, box-shadow .12s ease, border-color .12s ease;
  cursor:pointer;
}
.bz-btn:hover{
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(0,0,0,0.08);
}
.bz-btn-primary{
  background: var(--bz-orange);
  color:#fff;
  border-color: rgba(237,133,15,0.45);
}
.bz-btn-secondary{
  background:#fff;
  color:var(--bz-text);
  border-color: rgba(120,198,230,0.85);
}

/* ============================
   HEADER (stabil)
   ============================ */
.bz-header{
  background:#fff;
  border-bottom:1px solid var(--bz-border);
  position: sticky;
  top: 0;
  z-index: 999;
}
.bz-header-inner{
  max-width:1100px;
  margin:0 auto;
  padding:10px 18px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
}
.bz-header img{
  display:block !important;
  max-width:none !important;
  height:auto !important;
}
.bz-brand,.bz-partner{
  display:flex;
  align-items:center;
  text-decoration:none;
  flex:0 0 auto;
}
.bz-center{
  flex:1 1 auto;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-width: 420px;
  text-align:center;
}
.bz-coop{
  font-weight:900;
  color:#4b5563;
  font-size:14px;
  line-height:1;
}
.bz-nav{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  flex-wrap:wrap;
}
.bz-nav a{
  color:var(--bz-text);
  text-decoration:none;
  font-weight:800;
  font-size:13px;
  padding:6px 8px;
  border-radius:10px;
}
.bz-nav a:hover{ background: rgba(120,198,230,0.18); }

.bz-header-actions{
  display:flex;
  align-items:center;
  gap:10px;
}
.bz-header-btn{ padding:10px 14px; border-radius:12px; }
.bz-header-sub{
  font-size:12px;
  color:var(--bz-muted);
  font-weight:800;
  white-space:nowrap;
}

/* ✅ Logos (größer wie Landingpage) */
.bz-header .bz-logo-round{
  width:110px !important;
  height:110px !important;
  border-radius:22px;
}
.bz-header .bz-logo-wide{
  height:86px !important;
  max-height:86px !important;
  width:auto !important;
  max-width:520px !important;
}

/* ============================
   HERO
   ============================ */
.bz-hero{
  padding:42px 0 52px;
  background:
    radial-gradient(circle at 12% 18%, rgba(120,198,230,0.18) 0 180px, transparent 181px),
    radial-gradient(circle at 88% 14%, rgba(237,133,15,0.10) 0 210px, transparent 211px),
    linear-gradient(180deg, #ffffff 0%, #ffffff 55%, var(--bz-alt) 100%);
}
.bz-hero-grid{
  display:grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap:22px;
  align-items:start;
}
.bz-hero h1{
  margin:0 0 12px 0;
  line-height:1.1;
  font-size:38px;
}
.bz-subline{
  margin:0 0 10px 0;
  color:var(--bz-muted);
  font-size:16px;
  line-height:1.55;
}
.bz-checks{
  list-style:none;
  padding:0;
  margin:0 0 18px 0;
  display:grid;
  gap:10px;
}
.bz-checks li{
  position:relative;
  padding-left:26px;
  color:var(--bz-text);
  font-weight:700;
}
.bz-checks li::before{
  content:"✓";
  position:absolute;
  left:0;
  top:0;
  color:#16a34a;
  font-weight:900;
}
.bz-cta{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:6px;
}
.bz-hero-card{
  background:#fff;
  border:1px solid var(--bz-border);
  border-radius:18px;
  padding:18px;
  box-shadow: 0 16px 34px rgba(0,0,0,0.06);
}
.bz-hero-card-title{ font-weight:900; margin-bottom:8px; }
.bz-hero-card-text{ color:var(--bz-muted); line-height:1.55; font-weight:700; }

/* Nur “komische” Links im Hero ausblenden, NICHT Buttons */
.bz-hero-text a:not(.bz-btn){
  display:none !important;
}

/* ============================
   SECTIONS
   ============================ */
.bz-section{ padding:52px 0; }
.bz-alt{
  background: var(--bz-alt);
  border-top:1px solid rgba(229,231,235,0.7);
  border-bottom:1px solid rgba(229,231,235,0.7);
}

/* TESTLAUF */
.bz-testlauf{
  padding:44px 0;
  background:#fff;
}
.bz-testlauf h2{ margin:0 0 10px 0; }
.bz-testlauf .bz-btn{ margin-top:8px; }

/* SO FUNKTIONIERT'S */
.bz-steps{
  display:grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap:16px;
  margin-top:18px;
}
.bz-step{
  background:#fff;
  border:1px solid var(--bz-border);
  border-radius:18px;
  padding:18px;
  box-shadow: 0 14px 28px rgba(0,0,0,0.05);
  position:relative;
  min-height: 140px;
}
.bz-step-num{
  width:34px;
  height:34px;
  border-radius:999px;
  background: rgba(120,198,230,0.22);
  border: 1px solid rgba(120,198,230,0.55);
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:900;
  color:#1f2937;
  margin-bottom:12px;
}
.bz-step p{ color:var(--bz-muted); line-height:1.5; margin:0; }

/* Cards */
.bz-cards{
  display:grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap:16px;
  margin-top:18px;
}
.bz-card{
  background:#fff;
  border:1px solid var(--bz-border);
  border-radius:18px;
  padding:18px;
  box-shadow: 0 14px 28px rgba(0,0,0,0.05);
}
.bz-card p{ color:var(--bz-muted); margin:0; }

.bz-reg-grid{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:16px;
  margin-top:16px;
}
.bz-reg-box{
  background:#fff;
  border:1px solid var(--bz-border);
  border-radius:18px;
  padding:18px;
  box-shadow: 0 14px 28px rgba(0,0,0,0.05);
}
.bz-list{ margin:10px 0 0 18px; color:var(--bz-text); }
.bz-list li{ margin:6px 0; }
.bz-ol{ margin:10px 0 0 18px; color:var(--bz-text); }
.bz-ol li{ margin:6px 0; }
.bz-note-top{ color:var(--bz-muted); line-height:1.55; }
.bz-reg-cta{ display:flex; gap:12px; flex-wrap:wrap; margin-top:16px; }
.bz-small-note{ margin-top:10px; color:var(--bz-muted); font-weight:700; }

/* FAQ */
.bz-faq{
  display:grid;
  gap:10px;
  margin-top:14px;
}
.bz-faq details{
  background:#fff;
  border:1px solid var(--bz-border);
  border-radius:16px;
  padding:12px 14px;
}
.bz-faq summary{ cursor:pointer; font-weight:900; }
.bz-faq p{ margin-top:10px; color:var(--bz-muted); line-height:1.55; }

/* WPForms */
.bz-wpform-wrap{ margin-top:18px; }
.bz-wpform-wrap .wpforms-container{ margin:0 !important; }
.bz-wpform-wrap input,
.bz-wpform-wrap textarea,
.bz-wpform-wrap select{
  border-radius:12px !important;
  border:1px solid var(--bz-border) !important;
}
.bz-wpform-wrap button[type="submit"]{
  background: var(--bz-orange) !important;
  border: none !important;
  border-radius:14px !important;
  font-weight:900 !important;
  padding:12px 16px !important;
}

/* Responsive */
@media (max-width: 980px){
  #sofunkt, #sortiment, #preise, #meetings, #registrieren, #faq, #kontakt{
    scroll-margin-top: 96px;
  }

  .bz-header-inner{ padding:10px 14px; gap:10px; }
  .bz-center{ min-width:0; gap:8px; }
  .bz-header-actions{ display:none; }

  /* ✅ Mobile-Logos größer, aber nicht zu fett */
  .bz-header .bz-logo-round{ width:86px !important; height:86px !important; }
  .bz-header .bz-logo-wide{ height:62px !important; max-height:62px !important; max-width:320px !important; }

  .bz-nav a{ display:none; }
  .bz-nav a[href="#sofunkt"],
  .bz-nav a[href="#preise"],
  .bz-nav a[href="#registrieren"],
  .bz-nav a[href="#kontakt"]{
    display:inline-flex;
  }

  .bz-hero-grid{ grid-template-columns:1fr; }
  .bz-hero h1{ font-size:30px; }

  .bz-steps{ grid-template-columns:1fr; }
  .bz-cards{ grid-template-columns:1fr; }
  .bz-reg-grid{ grid-template-columns:1fr; }
}/* End custom CSS */