/* w-feaaa1 */

.hero-buehne{
  position:relative;
  min-height:100vh;
  overflow:hidden;
}
.hero-buehne .hb-foto{
  position:absolute;
  inset:0;
  left:clamp(0px, calc(64vw - 504px), 22vw);
  background-size:cover;
  background-position:var(--hx,62%) var(--hy,30%);
  opacity:calc(1 - 0.08 * var(--ht,0));
}
.hero-buehne .hb-ton{
  position:absolute;
  inset:0;
  left:clamp(0px, calc(64vw - 504px), 22vw);
  background:linear-gradient(180deg, rgba(0,87,118,0.10) 0%, rgba(143,214,189,0.16) 100%);
  mix-blend-mode:soft-light;
}
.hero-buehne .hb-blende{
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,
    rgba(var(--bg-rgb),1) 0%,
    rgba(var(--bg-rgb),1) var(--b1,34%),
    rgba(var(--bg-rgb),var(--a2,0.86)) var(--b2,46%),
    rgba(var(--bg-rgb),var(--a3,0.35)) var(--b3,58%),
    rgba(var(--bg-rgb),var(--a4,0)) var(--b4,72%));
}
.hero-buehne .hb-blende::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,
    rgba(var(--bg-rgb),0) 0%,
    rgba(var(--bg-rgb),0) 25%,
    rgba(var(--bg-rgb),0.52) 35%,
    rgba(var(--bg-rgb),0.52) 100%);
  opacity:var(--hv,0);
}
.hero-buehne .hb-boden{
  position:absolute;
  left:0;right:0;bottom:0;height:120px;
  background:linear-gradient(180deg, rgba(var(--bg-rgb),0) 0%, rgba(var(--bg-rgb),1) 100%);
}
.hero-buehne .hb-decke{
  position:absolute;
  left:0;right:0;top:0;height:150px;
  background:linear-gradient(180deg, rgba(var(--bg-rgb),0.92) 0%, rgba(var(--bg-rgb),0.55) 55%, rgba(var(--bg-rgb),0) 100%);
}

/* w-0e9308 */
.hero-buehne.spiegel .hb-foto,
.hero-buehne.spiegel .hb-ton{
  left:0;
  right:clamp(0px, calc(64vw - 504px), 22vw);
}
.hero-buehne.spiegel .hb-blende{
  background:linear-gradient(270deg,
    rgba(var(--bg-rgb),1) 0%,
    rgba(var(--bg-rgb),1) var(--b1,34%),
    rgba(var(--bg-rgb),var(--a2,0.86)) var(--b2,46%),
    rgba(var(--bg-rgb),var(--a3,0.35)) var(--b3,58%),
    rgba(var(--bg-rgb),var(--a4,0)) var(--b4,72%));
}

.hero-buehne .hb-inhalt{
  position:relative;
  z-index:2;
  max-width:1280px;
  margin:0 auto;
  padding:0 56px;
  min-height:100vh;
  display:flex;
  flex-direction:column;
}
/* w-35ba41 */
.hero-buehne .hb-inhalt .nav{
  width:100%;
  max-width:none;
  margin:0;
  padding:34px 0 0;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  position:relative;
  z-index:60;
}

.hero-buehne .hb-held{
  flex:1;
  display:flex;
  flex-direction:column;
  justify-content:center;
  max-width:min(640px, var(--heldmax,640px));
  padding:64px 0 96px;
}
.hero-buehne.spiegel .hb-held{margin-left:auto;}

.hb-eyebrow{
  font-size:15px;
  font-weight:600;
  color:var(--sub);
  margin-bottom:26px;
}
.hero-buehne h1{
  font-size:clamp(36px, 4.2vw, 56px);
  font-weight:800;
  line-height:1.08;
  letter-spacing:-0.018em;
}
.hero-buehne .punkt{color:var(--smaragd);}
.hb-subline{
  margin-top:26px;
  font-size:17px;
  line-height:1.65;
  font-weight:500;
  color:var(--sub);
  max-width:480px;
}
.hb-cta{
  margin-top:40px;
  display:flex;
  align-items:center;
  gap:28px;
  flex-wrap:wrap;
}
.hb-subline .fn-stern{color:var(--smaragd);text-decoration:none;font-weight:700;}
/* w-49af2c */

/* w-11ee31 */
@media (prefers-reduced-motion: no-preference){
  .hb-eyebrow,.hero-buehne h1,.hb-subline,.hb-cta{animation:hb-auftauchen .7s ease both;}
  .hero-buehne h1{animation-delay:.07s;}
  .hb-subline{animation-delay:.16s;}
  .hb-cta{animation-delay:.24s;}
  @keyframes hb-auftauchen{
    from{opacity:0;transform:translateY(10px);}
    to{opacity:1;transform:translateY(0);}
  }
}

/* w-21a515 */
@media (max-width:1009px){
  .hero-buehne .hb-foto, .hero-buehne .hb-ton{ left:auto; right:0; width:868px; }
  .hero-buehne.spiegel .hb-foto, .hero-buehne.spiegel .hb-ton{ right:auto; left:0; width:868px; }
}
@media (max-width:860px){
  .hero-buehne .hb-inhalt{padding:0 26px;}
}
@media (max-width:760px){
  .hb-cta{flex-direction:column;align-items:flex-start;gap:22px;}
  .hb-cta .cta{white-space:nowrap;}
}

/* w-c7b022 */
@media (max-width:660px){
  .hero-buehne .hb-foto,
  .hero-buehne .hb-ton,
  .hero-buehne .hb-blende,
  .hero-buehne .hb-boden,
  .hero-buehne .hb-decke{display:none;}
  .hero-buehne .hb-inhalt{min-height:auto;}
  /* w-87d3fa */
  .hero-buehne .hb-inhalt .nav{justify-content:center;padding:44px 0 0;position:relative;}
  /* w-95f62b */
  .hero-buehne .hb-inhalt .nav .nav-rechts{position:absolute;right:0;top:40px;}
  .hero-buehne .hb-inhalt .nav .marke img{height:44px;}
  .hero-buehne .hb-held{max-width:none;margin:0 auto;text-align:center;align-items:center;padding:40px 0 110px;}
  .hb-eyebrow{margin-bottom:18px;}
  .hero-buehne h1{font-size:32px;line-height:1.2;}
  .hb-subline{margin-left:auto;margin-right:auto;margin-top:22px;font-size:16px;line-height:1.6;}
  .hb-cta{align-items:center;justify-content:center;margin-top:30px;}
}
