/* leibrecht.com 2.0 — „Der Macher-Coach"
 * Werkbank statt Hochglanz: Weiß, Signal-Gelb als Textmarker, Fast-Schwarz,
 * riesige Typo. Mobile first. */
:root {
  --gelb: #FFCD00; --gelb-hover: #E6B800; --gelb-soft: #FFF4CC;
  --schwarz: #1A1A1A; --grau: #555; --grau-soft: #999;
  --linie: #E5E5E5; --bg: #FFFFFF; --bg-mute: #F5F4F1;
  --radius: 14px; --radius-lg: 22px;
  --shadow: 0 6px 24px rgba(31,27,22,.07), 0 2px 6px rgba(31,27,22,.04);
  --max: 1080px;
  --font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 106px; }
body { margin: 0; font-family: var(--font); font-size: 17px; line-height: 1.65; color: var(--schwarz); background: var(--bg); -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--schwarz); text-decoration: underline; text-decoration-color: var(--gelb); text-decoration-thickness: 2px; text-underline-offset: 3px; }
a:hover { text-decoration-color: var(--schwarz); }
:focus-visible { outline: 3px solid var(--gelb); outline-offset: 2px; border-radius: 4px; }
h2 { font-size: clamp(1.9rem, 4.5vw, 3rem); font-weight: 900; letter-spacing: -.025em; line-height: 1.1; margin: 0 0 .5em; }
h3 { font-size: clamp(1.15rem, 2.4vw, 1.45rem); font-weight: 800; margin: 0 0 .4em; }
p { margin: 0 0 1.1em; }
.lead { font-size: clamp(1.1rem, 2vw, 1.3rem); color: var(--grau); }
.lead b, .lead strong { color: var(--schwarz); }
.mark { background: linear-gradient(transparent 55%, var(--gelb) 55%); padding: 0 .1em; }
.wrap { max-width: var(--max); margin: 0 auto; padding: 0 clamp(1.2rem, 4vw, 2.5rem); }
section { padding: clamp(3.5rem, 8vh, 6rem) 0; }
@media (max-width: 600px) { section { padding: 2.4rem 0; } }
.eyebrow { display: inline-block; font-size: .78rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; background: var(--gelb); padding: .35em .8em; border-radius: 6px; margin-bottom: 1.1rem; }

/* ===== Buttons ===== */
.btn { display: inline-block; background: var(--schwarz); color: #fff; font-weight: 800; padding: .8em 1.6em; border-radius: 999px; text-decoration: none; border: 2px solid var(--schwarz); cursor: pointer; font-size: 1rem; font-family: var(--font); transition: transform .12s ease; }
.btn:hover { transform: translateY(-2px) rotate(-1deg); }
.btn.gelb { background: var(--gelb); color: var(--schwarz); border-color: var(--gelb); }
.btn.ghost { background: transparent; color: var(--schwarz); }
.btn.ghost:hover { background: var(--schwarz); color: #fff; }

/* ===== Header ===== */
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.94); backdrop-filter: blur(10px); border-bottom: 1px solid var(--linie); }
.nav { display: flex; align-items: center; justify-content: space-between; height: 108px; gap: 1rem; }
.logo { display: flex; align-items: center; text-decoration: none; }
.logo img { height: 86px; width: auto; transition: transform .15s ease; }
.logo:hover img { transform: rotate(-2deg) scale(1.04); }
@media (max-width: 600px) { .nav { height: 84px; } .logo img { height: 68px; } .nav > .btn { white-space: nowrap; font-size: .92rem; padding: .7em 1.15em; } }
.nav ul { display: flex; gap: 1.5rem; list-style: none; margin: 0; padding: 0; }
.nav ul a { text-decoration: none; font-weight: 650; font-size: .93rem; color: var(--grau); }
.nav ul a:hover { color: var(--schwarz); }
.burger { display: none; background: none; border: 0; cursor: pointer; padding: .6rem; margin-left: auto; }
.burger span, .burger span::before, .burger span::after { display: block; width: 26px; height: 3px; background: var(--schwarz); border-radius: 2px; position: relative; transition: transform .2s ease, opacity .2s ease; content: ""; }
.burger span::before { position: absolute; top: -8px; }
.burger span::after { position: absolute; top: 8px; }
.burger[aria-expanded="true"] span { background: transparent; }
.burger[aria-expanded="true"] span::before { transform: translateY(8px) rotate(45deg); }
.burger[aria-expanded="true"] span::after { transform: translateY(-8px) rotate(-45deg); }
@media (max-width: 900px) {
  .nav ul { display: none; }
  .burger { display: block; }
  .nav ul.offen { display: flex; flex-direction: column; position: absolute; top: 100%; left: 0; right: 0; background: #fff; border-bottom: 1px solid var(--linie); padding: 1rem clamp(1.2rem, 4vw, 2.5rem) 1.4rem; gap: 1.1rem; box-shadow: var(--shadow); }
  .nav ul.offen a { font-size: 1.05rem; color: var(--schwarz); }
}

/* ===== Hero ===== */
.hero { padding: clamp(3rem, 9vh, 6.5rem) 0 clamp(3rem, 7vh, 5rem); overflow: hidden; }
@media (max-width: 600px) { .hero { padding-top: 1.1rem; } }
.hero-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
@media (max-width: 860px) { .hero-grid { grid-template-columns: 1fr; } }
.hero h1 { margin: 0; }
.konjunktiv span { display: block; font-size: clamp(1.9rem, 5.5vw, 3.6rem); font-weight: 900; letter-spacing: -.03em; line-height: 1.12; color: #B5B5B5; position: relative; width: fit-content; }
.konjunktiv span::after { content: ""; position: absolute; left: -3%; right: -3%; top: 52%; height: .14em; background: var(--gelb); border-radius: 3px; transform: scaleX(0) rotate(-2deg); transform-origin: left center; animation: strike .5s cubic-bezier(.7,0,.3,1) forwards; }
.konjunktiv span:nth-child(1)::after { animation-delay: .5s; }
.konjunktiv span:nth-child(2)::after { animation-delay: 1.0s; }
.konjunktiv span:nth-child(3)::after { animation-delay: 1.5s; }
.konjunktiv span:nth-child(4)::after { animation-delay: 2.0s; }
@keyframes strike { to { transform: scaleX(1) rotate(-2deg); } }
.machen-wort { display: block; font-size: clamp(3.4rem, 12vw, 8.5rem); font-weight: 900; letter-spacing: -.04em; line-height: .95; margin-top: .05em; opacity: 0; transform: translateY(14px); animation: pop .55s cubic-bezier(.2,.8,.3,1.2) 2.6s forwards; }
.machen-wort .punkt { color: var(--gelb); }
.hero .mit { display: block; font-size: clamp(1.15rem, 2.6vw, 1.8rem); font-weight: 800; margin-top: .4em; opacity: 0; animation: pop .5s ease 3.1s forwards; }
@keyframes pop { to { opacity: 1; transform: none; } }
/* Hero-Animation läuft bewusst auch bei prefers-reduced-motion — Kundenwunsch. */
.hero .sub { margin-top: 1.6rem; max-width: 560px; }
.hero-cta { display: flex; gap: 1rem; align-items: center; flex-wrap: wrap; margin-top: 1.8rem; }
.hand { font-size: .95rem; color: var(--grau); transform: rotate(-2deg); }
.hero-foto { position: relative; }
.hero-foto img { border-radius: var(--radius-lg); box-shadow: 8px 8px 0 var(--gelb); }
.hero-foto .badge { position: absolute; bottom: -16px; left: -14px; background: #fff; border: 2px solid var(--schwarz); border-radius: var(--radius); padding: .6rem 1rem; font-weight: 800; font-size: .9rem; transform: rotate(-2deg); box-shadow: var(--shadow); }

/* ===== Proof-Leiste ===== */
.proof { border-top: 1px solid var(--linie); border-bottom: 1px solid var(--linie); padding: 2rem 0; background: #fff; }
.proof .wrap { display: flex; gap: clamp(1.5rem, 5vw, 3.5rem); flex-wrap: wrap; align-items: center; justify-content: center; }
.proof-stat { display: flex; align-items: center; gap: .7rem; }
.proof-stat b { font-size: clamp(2rem, 4vw, 2.8rem); font-weight: 900; letter-spacing: -.03em; line-height: 1; }
.proof-stat span { font-size: .82rem; line-height: 1.3; color: var(--grau); text-transform: uppercase; letter-spacing: .06em; font-weight: 700; }
.proof-quote { max-width: 320px; font-size: .95rem; line-height: 1.5; border-left: 3px solid var(--gelb); padding-left: 1rem; }
.proof-quote a { font-weight: 800; }
.proof-quote span { color: var(--grau); }
.proof-quote em { color: var(--grau); font-style: normal; font-size: .85rem; }

#referenzen { padding-bottom: clamp(1.5rem, 3vh, 2.5rem); }
.momente { padding-top: clamp(1.5rem, 3vh, 2.5rem); }
.swipe-hinweis { margin: -.4rem 0 0; font-size: .88rem; color: var(--grau-soft); transform: rotate(-1deg); }
.trust { background: var(--bg-mute); }
.sterne { color: var(--gelb); letter-spacing: .1em; }
.trust-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.2rem; margin-top: 2rem; }
.bewertung { margin: 0; background: #fff; border: 1px solid var(--linie); border-radius: var(--radius); padding: 1.4rem 1.5rem; box-shadow: var(--shadow); }
.bewertung blockquote { margin: 0 0 .9rem; font-size: .98rem; line-height: 1.6; }
.bewertung figcaption { font-weight: 800; font-size: .9rem; }
.bewertung figcaption span { font-weight: 600; color: var(--grau-soft); }
/* ===== Momente ===== */
.momente-strip { display: flex; gap: 1.2rem; margin-top: 2rem; overflow-x: auto; padding: 1rem .5rem 1.5rem; scroll-snap-type: x mandatory; }
.momente-strip figure { margin: 0; flex: 0 0 clamp(230px, 30vw, 320px); scroll-snap-align: start; background: #fff; border: 1px solid var(--linie); border-radius: var(--radius); padding: .7rem .7rem .5rem; box-shadow: var(--shadow); transition: transform .15s ease; }
.momente-strip figure:nth-child(odd) { transform: rotate(-1.3deg); }
.momente-strip figure:nth-child(even) { transform: rotate(1.2deg); }
.momente-strip figure:hover { transform: rotate(0) scale(1.03); }
.momente-strip img { border-radius: 8px; aspect-ratio: 4/3; object-fit: cover; width: 100%; }
.momente-strip figcaption { font-size: .85rem; font-weight: 700; padding: .5rem .2rem .2rem; color: var(--grau); }

.quiz-hinweis { margin: 1rem 0 0; font-size: .85rem; color: var(--grau-soft); }
.quiz-zurueck { background: none; border: 0; color: var(--grau-soft); font-family: var(--font); font-size: .88rem; cursor: pointer; padding: .4rem 0 0; text-align: left; }
.quiz-zurueck:hover { color: var(--schwarz); text-decoration: underline; text-decoration-color: var(--gelb); text-decoration-thickness: 2px; }
/* ===== Spiegel ===== */
.spiegel { background: var(--bg-mute); }
.szenen { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.2rem; margin-top: 2rem; }
.szene { background: #fff; border: 1px solid var(--linie); border-radius: var(--radius-lg); padding: 1.6rem; box-shadow: var(--shadow); }
.szene .tag { display: inline-block; background: var(--gelb); font-weight: 800; font-size: .74rem; padding: .2em .7em; border-radius: 999px; margin-bottom: .9rem; }
.szene b { display: block; margin-bottom: .4rem; font-size: 1.08rem; }
.szene p { margin: 0; color: var(--grau); }

/* ===== Check ===== */
.check-box { background: #fff; border: 2px solid var(--schwarz); border-radius: var(--radius-lg); padding: clamp(1.6rem, 4vw, 3rem); max-width: 700px; margin: 2rem auto 0; box-shadow: 8px 8px 0 var(--gelb); }
.frage { font-size: clamp(1.15rem, 2.6vw, 1.45rem); font-weight: 800; margin: 0 0 1.3rem; min-height: 2.5em; }
.antworten { display: grid; gap: .8rem; }
.antwort { text-align: left; background: #fff; border: 2px solid var(--linie); border-radius: var(--radius); padding: 1rem 1.2rem; font-size: 1.02rem; font-family: var(--font); cursor: pointer; transition: border-color .12s, transform .12s; font-weight: 600; color: var(--schwarz); }
.antwort:hover { border-color: var(--gelb); transform: translateX(4px); }
.fortschritt { display: flex; gap: .4rem; margin-bottom: 1.5rem; }
.fortschritt span { height: 6px; flex: 1; background: var(--linie); border-radius: 3px; }
.fortschritt span.voll { background: var(--gelb); }
#ergebnis { display: none; }
#ergebnis .typ-emoji { font-size: 3.4rem; line-height: 1; }
#ergebnis h3 { font-size: clamp(1.5rem, 3.6vw, 2.1rem); font-weight: 900; margin: .4rem 0; }
#ergebnis .diagnose { color: var(--grau); font-size: 1.08rem; }
.schritt { background: var(--gelb-soft); border: 2px solid var(--gelb); border-radius: var(--radius); padding: 1.1rem 1.3rem; margin: 1.3rem 0; font-weight: 600; }
.schritt b { display: block; margin-bottom: .3rem; }
.mail-fang { margin-top: 1.2rem; border-top: 1px solid var(--linie); padding-top: 1.2rem; }
.mail-fang form { display: flex; gap: .6rem; flex-wrap: wrap; margin-top: .6rem; }
.mail-fang input[type=email] { flex: 1; min-width: 220px; padding: .75em 1em; border: 2px solid var(--linie); border-radius: 999px; font-family: var(--font); font-size: 1rem; }
.mail-fang input[type=email]:focus { outline: none; border-color: var(--gelb); }
.nochmal { background: none; border: none; color: var(--grau); text-decoration: underline; cursor: pointer; font-size: .88rem; margin-top: 1rem; font-family: var(--font); }
.konfetti { position: fixed; width: 10px; height: 14px; top: -20px; z-index: 99; pointer-events: none; animation: fall linear forwards; }
@keyframes fall { to { transform: translateY(105vh) rotate(720deg); } }

/* ===== Unternehmer ===== */
.firmen { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.2rem; margin-top: 2rem; }
.firma { border: 1px solid var(--linie); border-radius: var(--radius-lg); padding: 1.8rem 1.6rem; background: #fff; box-shadow: var(--shadow); }
.firma .fname { font-size: 1.25rem; font-weight: 900; letter-spacing: -.01em; }
.firma .fname a { text-decoration: none; }
.firma .fname a:hover { text-decoration: underline; text-decoration-color: var(--gelb); text-decoration-thickness: 3px; }
.firma .frolle { display: inline-block; background: var(--gelb); font-size: .74rem; font-weight: 800; padding: .2em .7em; border-radius: 999px; margin: .5rem 0 .8rem; }
.firma p { margin: 0; color: var(--grau); font-size: .98rem; }
.maschinenraum { margin-top: 2.2rem; font-size: clamp(1.15rem, 2.4vw, 1.5rem); font-weight: 800; }
.unternehmer-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
@media (max-width: 860px) { .unternehmer-grid { grid-template-columns: 1fr; } }
.unternehmer-grid img { border-radius: var(--radius-lg); box-shadow: var(--shadow); }

/* ===== Wege / Angebote ===== */
.wege { background: var(--bg-mute); }
.wege-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(270px, 1fr)); gap: 1.3rem; margin-top: 2rem; }
.weg { background: #fff; border: 1px solid var(--linie); border-radius: var(--radius-lg); padding: 2rem 1.7rem; display: flex; flex-direction: column; box-shadow: var(--shadow); transition: transform .15s ease; }
.weg:hover { transform: translateY(-4px); }
.weg.highlight { border: 2px solid var(--schwarz); box-shadow: 6px 6px 0 var(--gelb); }
.weg .wname { font-size: 1.3rem; font-weight: 900; letter-spacing: .04em; }
.weg .wfuer { color: var(--grau); font-size: .9rem; margin-bottom: 1rem; }
.weg ul { margin: 0 0 1.4rem; padding-left: 1.2em; color: var(--grau); flex: 1; }
.weg li { margin-bottom: .45em; }
.weg li b { color: var(--schwarz); }

/* ===== Tipps ===== */
.tipps-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 1.2rem; margin-top: 2rem; }
.tipp { background: var(--gelb-soft); border: 2px solid var(--gelb); border-radius: var(--radius-lg); padding: 1.5rem; }
.tipp .tnum { font-size: 1.6rem; font-weight: 900; color: var(--gelb-hover); }
.tipp b { display: block; margin: .3rem 0 .4rem; font-size: 1.05rem; }
.tipp p { margin: 0; color: #6b5d1f; font-size: .95rem; }
.tipp.dunkel { background: var(--schwarz); border-color: var(--schwarz); color: #fff; }
.tipp.dunkel b { color: var(--gelb); }
.tipp.dunkel p { color: #cfcfcf; }
.abo-zeile { margin-top: 2.2rem; background: #fff; border: 2px solid var(--schwarz); border-radius: var(--radius-lg); padding: 1.6rem; display: flex; gap: 1.2rem; align-items: center; flex-wrap: wrap; box-shadow: 6px 6px 0 var(--gelb); }
.abo-zeile .abo-text { flex: 1; min-width: 260px; }
.abo-zeile form { display: flex; gap: .6rem; flex-wrap: wrap; }
.abo-zeile input[type=email] { padding: .75em 1em; border: 2px solid var(--linie); border-radius: 999px; font-family: var(--font); font-size: 1rem; min-width: 230px; }
.abo-zeile input[type=email]:focus { outline: none; border-color: var(--gelb); }

/* ===== Buch-Zitat ===== */
.quote-band { background: var(--bg-mute); text-align: center; }
.quote-band blockquote { margin: 0 auto; max-width: 820px; font-size: clamp(1.5rem, 3.4vw, 2.4rem); font-weight: 900; letter-spacing: -.02em; line-height: 1.3; }
.quote-band cite { display: block; margin-top: 1.3rem; font-style: normal; color: var(--grau); font-weight: 600; font-size: .95rem; }

/* ===== Kontakt ===== */
.kontakt-sektion { background: var(--schwarz); color: #fff; }
.kontakt-sektion h2 { color: #fff; font-size: clamp(2.6rem, 6vw, 4.2rem); }
.kontakt-sektion .lead { color: #cfcfcf; }
.kontakt-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
@media (max-width: 860px) { .kontakt-grid { grid-template-columns: 1fr; } }
.kontakt-sektion ul { list-style: none; padding: 0; margin: 1.4rem 0 0; }
.kontakt-sektion ul li { padding: .5rem 0; border-bottom: 1px solid #333; }
.kontakt-sektion ul a { color: #fff; text-decoration-color: var(--gelb); }
.kontakt-sektion .btn.ghost { color: #fff; border-color: #fff; }
.kontakt-sektion .btn.ghost:hover { background: #fff; color: var(--schwarz); }
.kontakt-foto img { border-radius: var(--radius-lg); box-shadow: 8px 8px 0 var(--gelb); }
.unterschrift { height: 116px; width: auto; margin-top: 1.6rem; transform: rotate(-2deg); opacity: .97; }

/* ===== Footer ===== */
.site-footer { background: #fff; border-top: 1px solid var(--linie); font-size: .92rem; padding: clamp(2.5rem, 6vw, 4rem) 0 1.5rem; }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1.2fr 1fr; gap: clamp(1.5rem, 4vw, 3rem); }
@media (max-width: 980px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .footer-grid { grid-template-columns: 1fr; } }
.footer-grid h4 { font-size: .8rem; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; margin: 0 0 .8rem; color: var(--grau); }
.footer-claim { font-weight: 900; font-size: 1.3rem; letter-spacing: -.02em; margin: 0 0 .4rem; }
.footer-claim .punkt { color: var(--gelb); }
.footer-grid p, .footer-grid ul { color: var(--grau); margin: 0; }
.footer-grid ul { list-style: none; padding: 0; }
.footer-grid li { padding: .22rem 0; }
.footer-grid a { text-decoration: none; color: var(--grau); font-weight: 600; }
.footer-grid a:hover { color: var(--schwarz); text-decoration: underline; text-decoration-color: var(--gelb); text-decoration-thickness: 2px; }
.footer-bottom { display: flex; justify-content: space-between; gap: .8rem; flex-wrap: wrap; margin-top: 2.5rem; padding-top: 1.2rem; border-top: 1px solid var(--linie); color: var(--grau-soft); font-size: .85rem; }
.footer-bottom a { color: var(--grau-soft); }

/* ===== Textseiten ===== */
.page { padding: clamp(3rem, 6vw, 5rem) 0; }
.page .wrap { max-width: 760px; }
.page h1 { font-size: clamp(2rem, 4.5vw, 3rem); font-weight: 900; letter-spacing: -.02em; }
.page h2 { font-size: 1.35rem; margin-top: 1.8em; }

/* ===== Schwebender WhatsApp-Button ===== */
.wa-float { position: fixed; right: 18px; bottom: 18px; z-index: 90; width: 56px; height: 56px; border-radius: 50%; background: #25D366; display: flex; align-items: center; justify-content: center; box-shadow: 0 6px 20px rgba(0,0,0,.3); transition: transform .15s ease; }
.wa-float:hover { transform: scale(1.1) rotate(-4deg); }
.wa-float svg { width: 30px; height: 30px; fill: #fff; }

/* ===== Footer-Logo ===== */
.footer-logo { display: inline-block; background: #fff; border-radius: var(--radius); padding: .7rem 1rem; }
.footer-logo img { width: 100%; max-width: 360px; height: auto; display: block; }
@media (max-width: 600px) { .footer-logo img { max-width: 210px; } }

/* ===== Medien & Referenzen (Wortmarken, grau) ===== */
.medien { border-bottom: 1px solid var(--linie); background: #fff; padding: .9rem 0; }
.medien .wrap { display: flex; gap: clamp(1rem, 3.5vw, 2.4rem); flex-wrap: wrap; align-items: baseline; justify-content: center; }
.medien-label { font-size: .72rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; color: var(--grau-soft); }
.medien .wortmarke { font-weight: 800; font-size: 1.02rem; letter-spacing: -.01em; color: #9a9a9a; white-space: nowrap; }
.kundenmarken { display: flex; flex-wrap: wrap; gap: .9rem 2rem; margin-top: 2rem; align-items: baseline; }
.kundenmarken .wortmarke { font-weight: 800; font-size: clamp(.98rem, 1.8vw, 1.15rem); letter-spacing: -.01em; color: #ADADAD; white-space: nowrap; transition: color .15s; }
.kundenmarken .wortmarke:hover { color: var(--schwarz); }

/* ===== Logo-Referenzen (grau, Farbe bei Hover) ===== */
.medien .medienlogo { height: 22px; width: auto; filter: grayscale(1); opacity: .6; vertical-align: middle; align-self: center; }
@media (max-width: 600px) {
  .medien .wrap { gap: .7rem 1.1rem; align-items: center; }
  .medien .medienlogo { height: 17px; }
  .medien .wortmarke { font-size: .88rem; }
  .medien-label { flex-basis: 100%; text-align: center; }
}
.logoband { position: relative; overflow-x: auto; overflow-y: hidden; margin-top: 2.4rem; scrollbar-width: none; -ms-overflow-style: none; -webkit-overflow-scrolling: touch; }
.logoband::-webkit-scrollbar { display: none; }
.logoband::before, .logoband::after { content: ""; position: absolute; top: 0; bottom: 0; width: clamp(30px, 7vw, 80px); z-index: 2; pointer-events: none; }
.logoband::before { left: 0; background: linear-gradient(90deg, #fff, rgba(255,255,255,0)); }
.logoband::after { right: 0; background: linear-gradient(270deg, #fff, rgba(255,255,255,0)); }
.logoband-track { display: flex; gap: clamp(2.4rem, 6vw, 4.8rem); align-items: center; width: max-content; padding-right: clamp(2.4rem, 6vw, 4.8rem); }
.logoband-track img { height: 52px; width: auto; filter: grayscale(1); opacity: .55; flex: 0 0 auto; }
@media (max-width: 600px) { .logoband-track img { height: 36px; } }
/* Laufband läuft bewusst auch bei prefers-reduced-motion — Kundenwunsch. */
.weitere-kunden { margin-top: 1.8rem; font-size: .85rem; line-height: 1.9; color: var(--grau-soft); }

.social { display: flex; flex-wrap: wrap; gap: .7rem; }
.social a { display: flex; align-items: center; justify-content: center; width: 42px; height: 42px; border-radius: 50%; background: var(--gelb); text-decoration: none; transition: transform .12s ease; }
.social a:hover { transform: translateY(-2px) rotate(-4deg); }
.social svg { width: 20px; height: 20px; fill: var(--schwarz); }

/* ===== Events ===== */
.event-liste { display: grid; gap: 1.2rem; margin-top: 2rem; max-width: 720px; }
.event { display: flex; gap: 1.4rem; align-items: flex-start; background: #fff; border: 1px solid var(--linie); border-radius: var(--radius-lg); padding: 1.4rem 1.6rem; box-shadow: var(--shadow); text-decoration: none; transition: transform .15s ease; }
.event:hover { transform: translateY(-3px) rotate(-.5deg); }
.event-datum { flex: 0 0 auto; text-align: center; background: var(--gelb); border-radius: var(--radius); padding: .7rem .9rem; }
.event-datum b { display: block; font-size: 1.7rem; line-height: 1; }
.event-datum span { font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.event-info b { font-size: 1.12rem; }
.event-info p { margin: .35rem 0 .5rem; color: var(--grau); font-size: .95rem; }
.event-ort { font-size: .85rem; font-weight: 700; color: var(--grau); }
@media (max-width: 600px) { .event { flex-direction: column; gap: .9rem; } }

/* ===== Cookie-Banner ===== */
.cookie-banner { position: fixed; left: 1rem; right: 1rem; bottom: 1rem; z-index: 90; background: #fff; border: 2px solid var(--schwarz); border-radius: var(--radius-lg); box-shadow: var(--shadow); padding: 1.1rem 1.3rem; max-width: 560px; margin: 0 auto; }
.cookie-banner p { margin: 0 0 .8rem; font-size: .92rem; }
.cookie-banner .cb-buttons { display: flex; gap: .7rem; flex-wrap: wrap; align-items: center; }
.cookie-banner .btn { font-size: .9rem; padding: .55em 1.2em; }
.cookie-banner a { font-size: .82rem; color: var(--grau); }

/* ===== Sprint ===== */
.sprint { display: flex; gap: 1.5rem; align-items: center; justify-content: space-between; flex-wrap: wrap; margin-top: 2rem; background: #fff; border: 2px solid var(--gelb); border-radius: var(--radius-lg); padding: 1.5rem 1.8rem; box-shadow: var(--shadow); }
.sprint-name { font-size: 1.15rem; font-weight: 900; letter-spacing: -.01em; }
.sprint-name span { font-weight: 800; color: var(--grau); }
.sprint-info { flex: 1 1 380px; }
.sprint-info p { margin: .5rem 0 0; color: var(--grau); font-size: .96rem; }
.sprint-buchen { display: flex; flex-direction: column; align-items: center; gap: .5rem; }
.sprint-preis { font-size: 1.5rem; font-weight: 900; }
.sprint-preis span { font-size: .8rem; font-weight: 600; color: var(--grau); }

.frage:focus { outline: none; }
.sprint-recht { font-size: .78rem; color: var(--grau-soft); }

/* ===== Namen-Wolke (Namensentwicklung) ===== */
.namen-wolke { display: flex; flex-wrap: wrap; gap: .6rem; margin: 1.2rem 0 2rem; }
.namen-wolke span { background: #fff; border: 1px solid var(--linie); border-radius: 999px; padding: .35em 1em; font-weight: 800; font-size: .95rem; box-shadow: var(--shadow); }
.namen-wolke span:nth-child(3n) { background: var(--gelb); border-color: var(--gelb); }

/* ===== Engagement ===== */
.engagement-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.2rem; margin-top: 2rem; }
.mitglied { display: flex; gap: 1.1rem; align-items: center; background: #fff; border: 1px solid var(--linie); border-radius: var(--radius); padding: 1.1rem 1.3rem; box-shadow: var(--shadow); text-decoration: none; transition: transform .15s ease; }
.mitglied:hover { transform: translateY(-3px); }
.mitglied img { height: 48px; width: auto; max-width: 90px; object-fit: contain; flex: 0 0 auto; }
.mitglied b { display: block; font-size: .98rem; line-height: 1.3; }
.mitglied span { font-size: .85rem; color: var(--grau); line-height: 1.4; }
