.hero{min-height:690px;position:relative;background:#111;overflow:hidden}
.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(10,12,14,.82) 0%,rgba(10,12,14,.45) 48%,rgba(10,12,14,.12) 100%);z-index:1}
.hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 55%;opacity:0;transition:opacity 1.2s ease-in-out;z-index:0}
.hero-bg.is-active{opacity:1;z-index:0}
.hero-inner{position:relative;z-index:2;max-width:1240px;margin:auto;padding:130px 24px 100px;color:#fff}
.kicker{display:inline-flex;align-items:center;gap:9px;text-transform:uppercase;letter-spacing:.14em;font-size:12px;font-weight:900;color:#fff}
.kicker:before{content:"";width:28px;height:3px;background:var(--red);display:block}
.hero h1{font-size:clamp(50px,6.5vw,92px);line-height:.98;max-width:760px;margin:20px 0;font-weight:900;letter-spacing:-.045em}
.hero h1 span{color:#d71920}
.hero p{max-width:650px;font-size:18px;color:#e5e7e9;margin:0 0 30px}

/* V1.2.86 – Startseiten-Header nur noch als einzelnes Bild. */
.hero-slideshow .hero-bg{opacity:1;transition:none}
