:root {
  --text: #29363a;
  --muted: #596368;
  --bg: #faf8f1;
  --paper: #ffffff;
  --quarz: #e3eef1;
  --wiese: #dfe9dc;
  --kies: #d8d5cc;
  --line: #cdd6ce;
  --brand: #315b43;
  --brand-dark: #244735;
  --accent: #79530f;
  --graphit: #26322d;
  --fehler: #a32121;
  --focus: #8b5f0b;
  --radius: 12px;
  --shadow: 0 18px 48px rgba(38, 50, 45, .11);
  --max: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; overflow-x: clip; }
body { margin: 0; overflow-x: clip; background: var(--bg); color: var(--text); font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif; font-size: 18px; line-height: 1.66; }
img { display: block; width: 100%; height: auto; }
a { color: inherit; }
button, input, textarea { font: inherit; }
button { color: inherit; }

.sprunglink { position: fixed; left: 16px; top: -90px; z-index: 1000; padding: 11px 17px; border: 2px solid #111; background: #fff; color: #111; }
.sprunglink:focus { top: 16px; }
:focus-visible { outline: 3px solid var(--focus); outline-offset: 3px; }

.rahmen { width: min(var(--max), calc(100% - 48px)); margin-inline: auto; }
.betreiber { padding: 7px 20px; background: var(--graphit); color: #fff; text-align: center; font-size: 13px; letter-spacing: .018em; }
.kopf { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid var(--line); background: rgba(250, 248, 241, .96); backdrop-filter: blur(12px); }
.kopf-innen { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.marke { min-width: 0; text-decoration: none; font-size: 20px; font-weight: 850; letter-spacing: -.025em; }
.marke span { display: block; }
.marke small { display: block; margin-top: -2px; color: var(--muted); font-size: 10px; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
.navigation { display: flex; align-items: center; gap: 24px; }
.navigation a { text-decoration: none; font-size: 15px; font-weight: 700; }
.navigation a:hover { text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 5px; }
.menue-schalter { display: none; min-height: 44px; padding: 8px 12px; border: 1px solid var(--line); border-radius: 8px; background: var(--paper); font-weight: 750; }

.bildrahmen { position: relative; overflow: hidden; border-radius: var(--radius); background: var(--kies); box-shadow: var(--shadow); }
.bildrahmen img { height: 100%; object-fit: cover; }
.symbolbild { position: absolute; right: 8px; bottom: 8px; margin: 0; padding: 4px 8px; border-radius: 5px; background: rgba(29, 41, 36, .78); color: #fff; font-size: 11px; line-height: 1.25; letter-spacing: .02em; }
.einordnung { display: inline-block; margin-bottom: 12px; color: var(--accent); font-size: 13px; font-weight: 850; letter-spacing: .115em; text-transform: uppercase; }
.abschnitt { padding: 82px 0; }
.abschnitt h2, .fachhinweis h2, .vertrauen h2, .kontakt h2, .formular h2 { margin: 0; color: var(--graphit); font-size: clamp(31px, 4vw, 40px); line-height: 1.12; letter-spacing: -.035em; }
.abschnitt h3 { margin: 0; color: var(--graphit); font-size: 21px; line-height: 1.25; }
.vorspann { max-width: 780px; margin: 18px 0 0; color: var(--muted); font-size: 19px; }

.knopf { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 11px 20px; border: 1px solid var(--brand); border-radius: 8px; background: var(--brand); color: #fff; text-decoration: none; font-weight: 800; }
.knopf:hover { background: var(--brand-dark); border-color: var(--brand-dark); }
.knopf-sekundaer { background: transparent; color: var(--brand-dark); }
.knopf-sekundaer:hover { background: var(--brand); color: #fff; }
.textlink { display: inline-flex; align-items: center; gap: 8px; margin-top: 7px; color: var(--brand-dark); font-weight: 800; text-underline-offset: 4px; }

.formular-bereich { padding: 78px 0; border-top: 1px solid var(--line); background: var(--quarz); }
.formular-raster { display: grid; grid-template-columns: minmax(220px, .63fr) minmax(0, 1.37fr); align-items: start; gap: 58px; }
.formular-einleitung { padding-top: 14px; }
.formular-einleitung p { max-width: 360px; margin: 0; color: var(--muted); font-size: 19px; }
.formular { padding: 34px; border: 1px solid rgba(49, 91, 67, .16); border-radius: var(--radius); background: var(--paper); box-shadow: var(--shadow); }
.formular h2 { margin-bottom: 27px; }
.honigfeld { position: absolute !important; width: 1px !important; height: 1px !important; margin: -1px !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; white-space: nowrap !important; }
.honigfeld input, .honigfeld label { width: 1px !important; height: 1px !important; padding: 0 !important; border: 0 !important; }
.auswahl { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; margin-bottom: 25px; }
.auswahl label { position: relative; display: flex; min-height: 62px; align-items: center; justify-content: center; padding: 10px 10px 10px 34px; border: 1px solid #a9b4ad; border-radius: 8px; background: #fff; text-align: center; font-size: 14px; font-weight: 800; line-height: 1.25; cursor: pointer; }
.auswahl input { position: absolute; opacity: 0; }
.auswahl label::before { content: ""; position: absolute; left: 11px; top: 50%; width: 14px; height: 14px; border: 2px solid #64716a; border-radius: 50%; background: #fff; transform: translateY(-50%); }
.auswahl label:has(input:checked) { border-color: var(--brand); background: #eef4eb; box-shadow: inset 0 0 0 1px var(--brand); }
.auswahl label:has(input:checked)::before { border: 4px solid var(--brand); }
.auswahl label:has(input:focus-visible) { outline: 3px solid var(--focus); outline-offset: 3px; }
.feld { display: block; margin-bottom: 17px; font-weight: 750; }
.feld input, .feld textarea { display: block; width: 100%; margin-top: 7px; padding: 12px 13px; border: 1px solid #78848c; border-radius: 8px; background: #fff; color: #17231d; }
.feld textarea { min-height: 148px; resize: vertical; }
.feld input[aria-invalid="true"], .feld textarea[aria-invalid="true"] { border-color: var(--fehler); box-shadow: 0 0 0 2px rgba(163, 33, 33, .15); }
.freiwillig { margin: 5px 0 19px; border-block: 1px solid var(--line); }
.freiwillig summary { padding: 16px 2px; cursor: pointer; font-weight: 800; }
.freiwillig-innen { display: grid; grid-template-columns: 1fr 1fr; gap: 0 14px; padding: 4px 0 7px; }
.feld-breit { grid-column: 1 / -1; }
.zustimmung { display: flex; align-items: flex-start; gap: 11px; margin: 18px 0; font-size: 14px; line-height: 1.5; }
.zustimmung input { flex: 0 0 auto; width: 20px; height: 20px; margin-top: 2px; accent-color: var(--brand); }
.zustimmung input[aria-invalid="true"] { outline: 2px solid var(--fehler); outline-offset: 2px; }
.absenden { width: 100%; border: 0; cursor: pointer; }
.formular-fehler { margin: 13px 0 0; color: var(--fehler); font-size: 15px; font-weight: 800; }
.formular-fehler:empty { display: none; }
.vertraulichkeit { margin: 8px 0 0; color: var(--muted); text-align: center; font-size: 13px; }

.kontakt { padding: 50px 0 58px; border-top: 1px solid var(--line); background: var(--paper); }
.kontakt-innen { display: flex; align-items: flex-end; justify-content: space-between; gap: 38px; }
.kontakt h2 { font-size: 33px; }
.kontakt p { margin: 7px 0 0; }
.kontaktdaten { display: flex; flex-wrap: wrap; gap: 16px 26px; }
.kontaktdaten a { text-decoration: none; font-size: 18px; font-weight: 850; overflow-wrap: anywhere; }
.kontaktdaten a:hover { text-decoration: underline; text-underline-offset: 4px; }
.kontaktdaten span { display: block; color: var(--muted); font-size: 12px; font-weight: 750; letter-spacing: .09em; text-transform: uppercase; }

.footer { padding: 28px 0; background: var(--graphit); color: #fff; font-size: 14px; }
.footer-innen { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 14px 24px; }
.footer p { margin: 0; }
.footer nav { display: flex; flex-wrap: wrap; gap: 10px 16px; }
.footer a { color: #fff; }
.bildhinweis { flex-basis: 100%; color: rgba(255, 255, 255, .82); font-size: 12px; line-height: 1.5; }

@media (max-width: 900px) {
  .rahmen { width: min(var(--max), calc(100% - 32px)); }
  .kopf-innen { min-height: 66px; gap: 12px; }
  .menue-schalter { display: block; flex: 0 0 auto; }
  .navigation { display: none; position: absolute; left: 0; right: 0; top: 100%; padding: 15px 20px 21px; border-bottom: 1px solid var(--line); background: var(--paper); box-shadow: var(--shadow); flex-direction: column; align-items: stretch; }
  .navigation[data-offen="true"] { display: flex; }
  .navigation a { min-height: 42px; display: flex; align-items: center; }
  .formular-raster { grid-template-columns: 1fr; gap: 26px; }
  .formular-einleitung { padding-top: 0; }
  .formular-einleitung p { max-width: 680px; }
}

@media (max-width: 760px) {
  body { font-size: 17px; }
  .rahmen { width: calc(100% - 28px); }
  .abschnitt { padding: 58px 0; }
  .abschnitt h2, .fachhinweis h2, .vertrauen h2, .kontakt h2, .formular h2 { overflow-wrap: anywhere; font-size: clamp(28px, 8vw, 34px); hyphens: auto; }
  .vorspann { font-size: 18px; }
  .formular-bereich { padding: 58px 0; }
  .formular { padding: 24px 18px; }
  .auswahl, .freiwillig-innen { grid-template-columns: 1fr; }
  .auswahl label { min-height: 50px; justify-content: flex-start; text-align: left; }
  .feld-breit { grid-column: auto; }
  .kontakt-innen, .footer-innen { align-items: flex-start; flex-direction: column; }
  .kontaktdaten { flex-direction: column; gap: 8px; }
  .knopf { width: 100%; }
}

@media (max-width: 360px) {
  .rahmen { width: calc(100% - 22px); }
  .kopf-innen { gap: 7px; }
  .marke { font-size: 18px; }
  .marke small { max-width: 165px; overflow-wrap: anywhere; font-size: 9px; }
  .menue-schalter { padding-inline: 9px; }
  .formular { padding-inline: 13px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
