/* Sander first, Anfrageseite. Sander-CD: Sander-Rot, Graphit, Weiß, Lichtgrau, gerade Kanten. */
:root {
  --rot: #AA0020;
  --rot-dunkel: #8a0019;
  --graphit: #4d4d4d;
  --tinte: #1e1e1e;
  --grau: #6b6b6b;
  --grau-mittel: #a1a1a1;
  --grau-hell: #d2d2d2;
  --lichtgrau: #e9e9e9;
  --papier: #f5f5f3;
  --weiss: #ffffff;
  --font: "FF Daxline Pro", "FF Dax Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --container: 1240px;
  --rand: clamp(20px, 4.2vw, 56px);
  --kopf-h: 76px;
  --t-hero: clamp(2.5rem, 5.6vw, 4.9rem);
  --t-h2: clamp(1.9rem, 3.9vw, 3.3rem);
  --t-h3: clamp(1.3rem, 2vw, 1.65rem);
  --ease: cubic-bezier(.2, .7, .2, 1);
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body {
  margin: 0;
  font-family: var(--font);
  font-size: 1.0625rem;
  line-height: 1.55;
  color: var(--tinte);
  background: var(--weiss);
  -webkit-font-smoothing: antialiased;
}
body::before { content: ""; display: block; height: 6px; background: var(--rot); }
img { max-width: 100%; display: block; }
a { color: inherit; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { font-weight: 700; letter-spacing: -.015em; text-wrap: balance; }
.innen { max-width: var(--container); margin: 0 auto; padding: 0 var(--rand); }
.nur-sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
:focus-visible { outline: 3px solid var(--rot); outline-offset: 3px; }

/* Kopfzeile */
.kopf { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.96); border-bottom: 1px solid transparent; transition: border-color .2s, box-shadow .2s; }
.kopf--gescrollt { border-bottom-color: var(--lichtgrau); box-shadow: 0 6px 24px rgba(0,0,0,.05); }
.kopf-innen { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; min-height: var(--kopf-h); }
.kopf-logo img { height: 40px; width: auto; }
.kopf-rechts { display: flex; align-items: center; gap: 1.6rem; }
.kopf-ort { color: var(--grau); font-size: .95rem; }
.kopf-ort a { text-decoration: none; }
.kopf-ort a:hover { text-decoration: underline; }

/* Knöpfe: gerade Kanten laut CD */
.btn { display: inline-block; background: var(--rot); color: #fff; font-weight: 700; font-size: 1.02rem; line-height: 1.1; padding: 1rem 1.55rem; text-decoration: none; border: 0; border-radius: 0; cursor: pointer; white-space: nowrap; transition: background .18s var(--ease), transform .18s var(--ease); font-family: inherit; }
.btn:hover { background: var(--rot-dunkel); }
.btn:active { transform: translateY(1px); }
.btn--klein { padding: .75rem 1.15rem; font-size: .95rem; }
.btn--voll { width: 100%; white-space: normal; text-align: center; padding: 1.1rem 1.5rem; font-size: 1.08rem; }

/* Hero */
.hero { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(0, 1fr); min-height: min(88vh, 860px); }
.hero-text { display: flex; flex-direction: column; justify-content: center; padding: clamp(48px, 7vw, 120px) clamp(28px, 5vw, 80px) clamp(48px, 6vw, 96px) max(var(--rand), calc((100vw - var(--container)) / 2)); }
.hero h1 { font-size: var(--t-hero); line-height: 1.02; letter-spacing: -.022em; max-width: 13ch; }
.hero-lead { margin-top: 1.4rem; font-size: clamp(1.15rem, 1.55vw, 1.35rem); line-height: 1.45; color: var(--graphit); max-width: 34ch; }
.hero-aktion { margin-top: 2rem; display: flex; align-items: center; gap: 1.2rem; flex-wrap: wrap; }
.hero-hinweis { color: var(--grau); font-size: .95rem; }
.hero-vertrauen { margin-top: 2.6rem; padding-top: 1.2rem; border-top: 1px solid var(--grau-hell); color: var(--graphit); font-size: .98rem; max-width: 40ch; }
.hero-bild { position: relative; min-height: 420px; }
.hero-bild img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 72% 50%; }

/* Abschnitte */
.abschnitt { padding: clamp(64px, 8.5vw, 136px) 0; }
.abschnitt--eng { padding-top: clamp(40px, 5vw, 80px); }
.abschnitt--papier { background: var(--papier); }
.abschnitt h2 { font-size: var(--t-h2); line-height: 1.06; }
.abschnitt .lead { margin-top: 1.3rem; font-size: clamp(1.1rem, 1.35vw, 1.25rem); color: var(--graphit); line-height: 1.5; }
.abschnitt p + p { margin-top: 1rem; }
.text-max { max-width: 60ch; }

.zwei { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(32px, 5vw, 88px); align-items: center; }
.zwei--bildlinks { grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); }
.zwei--bildlinks .bild { order: -1; }
.bild img { width: 100%; height: auto; }
.bild--hoch img { aspect-ratio: 4 / 5; object-fit: cover; }
.bildzeile { margin-top: .7rem; font-size: .9rem; color: var(--grau); }

/* Typografische Liste statt Kacheln */
.liste { margin-top: 2.4rem; border-top: 1px solid var(--grau-hell); }
.liste-zeile { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: 1rem 2.5rem; padding: 1.5rem 0; border-bottom: 1px solid var(--grau-hell); }
.liste-zeile h3 { font-size: var(--t-h3); line-height: 1.15; }
.liste-zeile p { color: var(--graphit); }

/* Vollbreites Bild */
.voll img { width: 100%; height: min(72vh, 780px); object-fit: cover; }
.voll .bildzeile { margin-top: .9rem; }

/* Zwei Textspalten */
.spalten { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 4vw, 64px); margin-top: 2.6rem; }
.spalten > div { padding-top: 1.4rem; border-top: 3px solid var(--tinte); }
.spalten h3 { font-size: var(--t-h3); line-height: 1.15; margin-bottom: .8rem; }
.spalten p { color: var(--graphit); }
.spalten .bild { margin-top: 1.4rem; }

/* Zitat-Block */
.zitat { margin-top: 2.6rem; padding: 2rem clamp(20px, 3vw, 40px); border-left: 6px solid var(--rot); background: var(--weiss); font-size: clamp(1.2rem, 1.8vw, 1.55rem); line-height: 1.35; font-weight: 700; letter-spacing: -.01em; max-width: 34ch; }
.zitat small { display: block; margin-top: .9rem; font-size: .92rem; font-weight: 400; color: var(--grau); letter-spacing: 0; }

/* Anfrage */
.anfrage { background: var(--papier); }
.anfrage-grid { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(32px, 5vw, 88px); align-items: start; }
.anfrage-kontakt { margin-top: 2rem; padding-top: 1.4rem; border-top: 1px solid var(--grau-hell); color: var(--graphit); }
.anfrage-kontakt a { text-decoration: none; font-weight: 700; color: var(--tinte); }
.anfrage-kontakt a:hover { text-decoration: underline; }
.anfrage-kontakt p + p { margin-top: .6rem; }
.formular { background: var(--weiss); padding: clamp(24px, 3vw, 44px); border: 1px solid var(--grau-hell); }
.feld { margin-bottom: 1.15rem; }
.feld label { display: block; font-size: .95rem; font-weight: 700; margin-bottom: .45rem; }
.feld-optional { font-weight: 400; color: var(--grau); }
.feld input, .feld select, .feld textarea { width: 100%; font: inherit; color: var(--tinte); background: var(--weiss); border: 1px solid var(--grau-mittel); border-radius: 0; padding: .9rem 1rem; }
.feld select { appearance: none; -webkit-appearance: none; background-image: linear-gradient(45deg, transparent 50%, var(--graphit) 50%), linear-gradient(135deg, var(--graphit) 50%, transparent 50%); background-position: calc(100% - 22px) 55%, calc(100% - 16px) 55%; background-size: 6px 6px, 6px 6px; background-repeat: no-repeat; padding-right: 2.6rem; }
.feld input:focus, .feld select:focus, .feld textarea:focus { border-color: var(--rot); outline: 2px solid var(--rot); outline-offset: 0; }
.feld textarea { min-height: 96px; resize: vertical; }
.feld--zwei { display: grid; grid-template-columns: 1fr 1fr; gap: 1.15rem; }
.feld--zwei > * { min-width: 0; }
.feld-hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.feld-check { display: flex; gap: .75rem; align-items: flex-start; font-size: .9rem; color: var(--graphit); }
.feld-check input { width: 18px; height: 18px; flex: none; margin: .2rem 0 0; accent-color: var(--rot); }
.form-hinweis { margin-top: .9rem; font-size: .88rem; color: var(--grau); }
.form-platzhalter { margin-bottom: 1.1rem; padding: .9rem 1rem; background: var(--lichtgrau); font-size: .93rem; color: var(--graphit); }
.form-status { margin-top: 1rem; font-size: .95rem; min-height: 1.4em; color: var(--graphit); }
.form-status--fehler { color: var(--rot); font-weight: 700; }
.erfolg { background: var(--weiss); padding: clamp(28px, 4vw, 56px); border-top: 6px solid var(--rot); }
.erfolg h3 { font-size: var(--t-h2); line-height: 1.05; }
.erfolg p { margin-top: 1rem; color: var(--graphit); font-size: 1.1rem; max-width: 40ch; }

/* Fuß */
.fuss { background: var(--graphit); color: #fff; padding: clamp(40px, 5vw, 72px) 0 2.2rem; }
.fuss-grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr) minmax(0, 1fr); gap: 2rem 3rem; align-items: start; }
.fuss img { height: 34px; width: auto; }
.fuss p { margin-top: 1rem; color: rgba(255,255,255,.82); font-size: .95rem; }
.fuss a { color: #fff; }
.fuss-links { display: flex; flex-wrap: wrap; gap: .4rem 1.6rem; font-size: .95rem; }
.fuss-unten { margin-top: 2.6rem; padding-top: 1.2rem; border-top: 1px solid rgba(255,255,255,.18); display: flex; flex-wrap: wrap; justify-content: space-between; gap: .6rem 1.5rem; font-size: .88rem; color: rgba(255,255,255,.7); }
.fuss-slogan { font-weight: 700; color: #fff; letter-spacing: .01em; }

/* Zustimmung Pixel (nur sichtbar, wenn eine Pixel-ID konfiguriert ist) */
.consent { position: fixed; left: 0; right: 0; bottom: 0; z-index: 60; background: #fff; border-top: 1px solid var(--grau-hell); box-shadow: 0 -8px 30px rgba(0,0,0,.08); padding: 1rem var(--rand); }
.consent-innen { max-width: var(--container); margin: 0 auto; display: flex; flex-wrap: wrap; align-items: center; gap: .8rem 1.6rem; font-size: .92rem; color: var(--graphit); }
.consent-innen p { flex: 1 1 420px; }
.consent-knoepfe { display: flex; gap: .6rem; }
.btn--leise { background: transparent; color: var(--tinte); border: 1px solid var(--grau-mittel); }
.btn--leise:hover { background: var(--lichtgrau); }

/* Rechtsseiten */
.rechts { padding: clamp(40px, 6vw, 96px) 0; }
.rechts h1 { font-size: var(--t-h2); margin-bottom: 1.6rem; }
.rechts h2 { font-size: 1.35rem; margin: 2.2rem 0 .7rem; }
.rechts h3 { font-size: 1.1rem; margin: 1.6rem 0 .5rem; }
.rechts p { margin: 0 0 .9rem; max-width: 72ch; }
.rechts ul { margin: 0 0 .9rem; padding-left: 1.2rem; max-width: 72ch; }
.rechts .delta { margin-top: 3rem; padding: 1.4rem 1.6rem; background: var(--papier); border-left: 6px solid var(--rot); }
.rechts .delta h2 { margin-top: 0; }
.rechts a { color: var(--rot); }

/* Einblenden */
.js .reveal { opacity: 0; transform: translateY(12px); transition: opacity .45s var(--ease), transform .45s var(--ease); }
.js .reveal.sichtbar { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .js .reveal { opacity: 1; transform: none; transition: none; } }

/* Kleine Bildschirme */
@media (max-width: 960px) {
  .hero { grid-template-columns: 1fr; min-height: 0; }
  .hero-text { padding: clamp(40px, 8vw, 72px) var(--rand) clamp(36px, 6vw, 56px); }
  .hero h1 { max-width: none; }
  .hero-bild { min-height: 0; aspect-ratio: 4 / 3; }
  .hero-bild img { object-position: 66% 50%; }
  .zwei, .zwei--bildlinks { grid-template-columns: 1fr; }
  .zwei .bild { order: -1; }
  .liste-zeile { grid-template-columns: 1fr; gap: .5rem; }
  .spalten { grid-template-columns: 1fr; }
  .anfrage-grid { grid-template-columns: 1fr; }
  .fuss-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  body { font-size: 1rem; }
  .kopf-ort { display: none; }
  .kopf-logo img { height: 32px; }
  .btn--klein { padding: .7rem .95rem; font-size: .9rem; }
  .feld--zwei { grid-template-columns: 1fr; }
  .voll img { height: 58vh; }
  .hero-aktion .btn { width: 100%; text-align: center; white-space: normal; }
}
