/* Gegenanflug – Website (Start, Ratgeber, Vereine, Rechtstexte, 404).
   Setzt ../brand/tokens.css voraus (Farben, Schriften, Radien, Hell/Dunkel über data-theme).
   Designsprache wie VFRplan (Barlow Condensed + Inter, Eyebrows, Pill-Buttons); eigenes Motiv: liniertes Buchpapier.
   UI-Mockups: mockups.css. */

/* ================================================================ Grundlagen */
* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { -webkit-text-size-adjust: 100%; scroll-padding-top: 84px; }
@media (prefers-reduced-motion: no-preference) { html { scroll-behavior: smooth; } }
body { margin: 0; font: 400 16px/1.65 var(--f-body); color: var(--text); background: var(--ground); overflow-x: clip; }
h1, h2, h3 { font-family: var(--f-display); color: var(--ink); line-height: 1.1; margin: 0; letter-spacing: -0.01em; text-wrap: balance; }
p { margin: 0; }
a { color: var(--brand-fg); text-underline-offset: 3px; }
a:hover { color: var(--brand-dark); }
:root[data-theme="dark"] a:hover { color: var(--ink); }
img, svg { max-width: 100%; }
img { height: auto; display: block; }
b, strong { color: var(--ink); font-weight: 600; }
:focus-visible { outline: 3px solid var(--focus); outline-offset: 3px; border-radius: 4px; }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; }
.skip-link { position: absolute; left: 16px; top: -100px; z-index: 100; background: var(--ink); color: var(--on-ink);
  padding: 10px 16px; border-radius: 999px; font-weight: 600; text-decoration: none; }
.skip-link:focus { top: 12px; color: var(--on-ink); }

.wrap { max-width: 1120px; margin: 0 auto; padding: 0 16px; }
@media (min-width: 720px) { .wrap { padding: 0 28px; } }
.eyebrow { font: 600 12px/1.2 var(--f-display); letter-spacing: 0.28em; text-transform: uppercase; color: var(--brand-fg); }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 44px;
  font: 600 14px/1.1 var(--f-display); letter-spacing: 0.06em; text-transform: uppercase; text-align: center;
  padding: 12px 22px; border-radius: var(--radius-pill); border: 1px solid var(--rule-strong); color: var(--ink);
  background: var(--surface); text-decoration: none; cursor: pointer; transition: border-color .15s, color .15s, background-color .15s; }
.btn:hover { border-color: var(--brand-fg); color: var(--brand-fg); }
.btn.primary { background: var(--brand); border-color: var(--brand); color: #fff; box-shadow: 0 8px 20px -10px color-mix(in srgb, var(--brand) 70%, transparent); }
.btn.primary:hover { background: var(--brand-dark); border-color: var(--brand-dark); color: #fff; }
.acts { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }

/* Offene Stellen für den Produktinhaber: auffällig, nie mit echtem Inhalt zu verwechseln (wie VFRplan) */
.offen { background: #fff3b0; color: #5c3b00; outline: 2px dashed #c98a00; outline-offset: 1px; border-radius: 4px;
  padding: 1px 6px; font-size: .92em; font-style: normal; box-decoration-break: clone; -webkit-box-decoration-break: clone; }
.offen::before { content: "OFFEN · "; font-weight: 700; letter-spacing: .04em; }
div.offen, p.offen, li.offen { display: block; padding: 12px 14px; margin: 12px 0 0; }
li.offen { list-style: none; }
:root[data-theme="dark"] .offen { background: rgba(251, 191, 36, .14); color: #fde68a; outline-color: #f59e0b; }

/* ================================================================ Kopf */
.site-head { position: sticky; top: 0; z-index: 50; background: color-mix(in srgb, var(--surface) 92%, transparent);
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); border-bottom: 1px solid var(--rule); }
.site-head__inner { max-width: 1120px; margin: 0 auto; padding: 0 16px; min-height: 64px; display: flex; align-items: center; gap: 8px 20px; }
.site-head__logo { display: inline-flex; align-items: center; gap: 9px; text-decoration: none; color: var(--brand-fg); margin-right: auto; min-height: 44px; }
.site-head__logo svg { width: 30px; height: 30px; flex: none; }
.site-head__logo b { font: 700 25px/1 var(--f-display); letter-spacing: -0.015em; color: var(--ink); }
.site-head__logo b i { font-style: normal; color: var(--brand-fg); }
.site-head__logo small { display: block; font: 400 11px/1.1 var(--f-body); color: var(--muted); letter-spacing: .01em; margin-top: 2px; }
.site-head__nav ul { list-style: none; margin: 0; padding: 0; display: flex; gap: 4px 22px; }
.site-head__nav a { color: var(--text); text-decoration: none; font-size: 15px; display: inline-block; padding: 10px 0; white-space: nowrap; }
.site-head__cta { white-space: nowrap; }
.site-head__nav a:hover { color: var(--brand-fg); }
.site-head__nav a[aria-current] { color: var(--ink); font-weight: 600; box-shadow: inset 0 -2px 0 var(--brand-fg); }
.site-head__nav .site-head__nav-cta { display: none; }
.site-head__toggle, .site-head__thema { display: none; align-items: center; justify-content: center; gap: 8px; min-height: 44px; min-width: 44px; padding: 0 12px;
  border: 1px solid var(--rule-strong); border-radius: 999px; background: var(--surface); color: var(--ink); cursor: pointer;
  font: 600 14px/1 var(--f-display); letter-spacing: .06em; text-transform: uppercase; }
.js .site-head__thema { display: inline-flex; flex: none; font: 500 14px/1 var(--f-body); letter-spacing: 0; text-transform: none; }
.site-head__thema svg { width: 18px; height: 18px; flex: none; }
.site-head__thema:hover, .site-head__toggle:hover { border-color: var(--brand-fg); color: var(--brand-fg); }
.site-head__thema .thema-sonne, .site-head__thema[aria-pressed="true"] .thema-mond { display: none; }
.site-head__thema[aria-pressed="true"] .thema-sonne { display: block; }
.site-head__toggle-icon { width: 18px; height: 12px; position: relative; border-block: 2px solid currentColor; }
.site-head__toggle-icon::after { content: ""; position: absolute; left: 0; right: 0; top: 3px; border-top: 2px solid currentColor; }
.site-head__toggle[aria-expanded="true"] .site-head__toggle-icon { border-color: transparent; }
.site-head__toggle[aria-expanded="true"] .site-head__toggle-icon::before,
.site-head__toggle[aria-expanded="true"] .site-head__toggle-icon::after { content: ""; position: absolute; left: 0; right: 0; top: 3px; border-top: 2px solid currentColor; transform: rotate(45deg); }
.site-head__toggle[aria-expanded="true"] .site-head__toggle-icon::before { transform: rotate(-45deg); }
@media (max-width: 1179.98px) {
  .js .site-head__toggle { display: inline-flex; order: 3; }
  .site-head__thema { padding: 0; }
  .site-head__thema-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
  .site-head__inner { gap: 8px 10px; }
  .js .site-head__nav { display: none; position: absolute; left: 0; right: 0; top: 100%; background: var(--surface);
    border-bottom: 1px solid var(--rule); box-shadow: 0 18px 30px -20px rgba(0, 0, 0, .35); padding: 8px 16px 18px; }
  .js .site-head__nav.is-open { display: block; }
  .js .site-head__nav ul { flex-direction: column; gap: 0; }
  .js .site-head__nav li + li { border-top: 1px solid var(--rule); }
  .js .site-head__nav a { display: block; padding: 12px 2px; font-size: 16px; }
  .js .site-head__nav a[aria-current] { box-shadow: inset 3px 0 0 var(--brand-fg); padding-left: 12px; }
  .js .site-head__nav .site-head__nav-cta a { display: flex; padding: 12px 22px; box-shadow: none; }
  .site-head__nav ul { flex-wrap: wrap; }
  .site-head__cta { padding: 10px 14px; font-size: 13px; }
}
@media (max-width: 479.98px) {
  .site-head__logo small { display: none; }
  .js .site-head__cta { display: none; }
  .js .site-head__nav .site-head__nav-cta { display: block; margin-top: 10px; border-top: 0; }
}

/* ================================================================ Fuß */
.site-foot { border-top: 1px solid var(--rule); background: var(--surface); color: var(--muted); font: 400 14px/1.6 var(--f-body); padding: 48px 0 40px; }
.site-foot__inner { max-width: 1120px; margin: 0 auto; padding: 0 16px; }
.site-foot__marke { display: flex; align-items: center; gap: 10px; color: var(--brand-fg); margin-bottom: 28px; }
.site-foot__marke svg { width: 28px; height: 28px; }
.site-foot__marke b { font: 700 22px/1 var(--f-display); color: var(--ink); }
.site-foot__marke b i { font-style: normal; color: var(--brand-fg); }
.site-foot__marke span { color: var(--muted); }
.site-foot__cols { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 28px 40px; }
.site-foot__title { font: 600 12px/1.2 var(--f-display); letter-spacing: .22em; text-transform: uppercase; color: var(--ink); margin: 0 0 12px; }
.site-foot ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 6px; }
.site-foot a { color: var(--muted); text-decoration: none; }
.site-foot a:hover { color: var(--brand-fg); text-decoration: underline; }
.site-foot__haftung { margin-top: 36px; padding-top: 20px; border-top: 1px solid var(--rule); color: var(--text); max-width: 90ch; }
.site-foot__bottom { margin-top: 14px; font-size: 13px; }
@media (min-width: 720px) { .site-head__inner, .site-foot__inner { padding: 0 28px; } }

/* ================================================================ Abschnitte */
main > section, .band { padding: 72px 0; }
.alt { background: var(--zinc-50); border-block: 1px solid var(--rule); }
.section-head { max-width: 66ch; margin-bottom: 36px; }
.section-head h2 { font-size: clamp(30px, 4.2vw, 42px); font-weight: 700; margin-top: 10px; }
.section-head p { margin-top: 14px; }
.prose { max-width: 68ch; }
.prose p + p { margin-top: 14px; }
.klein { font-size: 14px; color: var(--muted); }

/* Motiv „liniertes Buchpapier“: feine Zeilen + Randlinie in Markenfarbe (nur Dekor) */
.papier { background-image:
    linear-gradient(90deg, transparent 0 calc(var(--rand, 0px) - 1px), color-mix(in srgb, var(--brand-fg) 28%, transparent) calc(var(--rand, 0px) - 1px) var(--rand, 0px), transparent var(--rand, 0px)),
    repeating-linear-gradient(180deg, transparent 0 31px, color-mix(in srgb, var(--brand-fg) 9%, transparent) 31px 32px); }

/* ---------------------------------------------------------------- Aufmacher */
.hero { padding: 64px 0 56px; position: relative; isolation: isolate; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -1; opacity: .9;
  background: radial-gradient(ellipse 60% 80% at 88% 0%, var(--brand-soft), transparent 70%); }
.hero h1 { font-size: clamp(38px, 6.2vw, 66px); font-weight: 700; max-width: 21ch; margin-top: 12px; }
.hero h1 em { font-style: normal; color: var(--brand-fg); }
.hero .lead { font-size: clamp(17px, 2vw, 19.5px); max-width: 62ch; margin-top: 20px; }
.hero .acts { margin-top: 28px; }
.vertrauen { margin: 18px 0 0; font-size: 14px; color: var(--muted); display: flex; flex-wrap: wrap; gap: 6px 0; padding: 0; list-style: none; }
.vertrauen li { display: inline-flex; align-items: center; gap: 6px; }
.vertrauen li:not(:last-child)::after { content: "·"; margin: 0 10px; color: var(--faint); }
.vertrauen svg { width: 16px; height: 16px; color: var(--brand-fg); flex: none; }
.haftung-kurz { margin-top: 16px; font-size: 14.5px; color: var(--text); max-width: 72ch; border-left: 3px solid var(--rule-strong); padding-left: 12px; }
.nfl-marke { display: inline-flex; align-items: center; gap: 8px; margin-top: 4px; padding: 5px 12px 5px 6px; border-radius: 999px;
  border: 1px solid var(--rule-strong); background: var(--surface); font-size: 13.5px; color: var(--text); text-decoration: none; }
.nfl-marke b { white-space: nowrap; flex: none; font: 600 12px/1 var(--f-display); letter-spacing: .12em; text-transform: uppercase; color: #fff; background: var(--brand); padding: 5px 8px; border-radius: 999px; }
.nfl-marke:hover { border-color: var(--brand-fg); color: var(--ink); }

/* ---------------------------------------------------------------- Zielgruppen */
.gruppen { display: grid; gap: 20px; grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr)); }
.gruppe { border: 1px solid var(--rule); border-top: 4px solid var(--brand); border-radius: var(--radius); background: var(--surface); padding: 22px 22px 24px; display: flex; flex-direction: column; gap: 10px; }
.gruppe .ico { width: 36px; height: 36px; color: var(--brand-fg); }
.gruppe h3 { font-size: 25px; font-weight: 700; }
.gruppe .rolle { font: 600 12px/1.2 var(--f-display); letter-spacing: .2em; text-transform: uppercase; color: var(--muted); }
.gruppe .liste { margin-top: 6px; font-size: 15px; }

/* ---------------------------------------------------------------- Listen */
.liste { list-style: none; padding: 0; margin: 0; display: grid; gap: 9px; max-width: 76ch; }
.liste > li { padding-left: 26px; position: relative; }
.liste > li::before { content: ""; position: absolute; left: 2px; top: 8px; width: 12px; height: 7px; border-left: 2.5px solid var(--brand-fg); border-bottom: 2.5px solid var(--brand-fg); transform: rotate(-45deg); }
.liste--nein > li::before { width: 12px; height: 0; border-left: 0; transform: none; top: 12px; border-bottom-color: var(--muted); }
.liste--punkte > li::before { width: 7px; height: 7px; border: 0; border-radius: 50%; background: var(--brand-fg); transform: none; top: 10px; }
.liste > li.offen { padding-left: 14px; }
.liste > li.offen::before { content: "OFFEN · "; position: static; display: inline; width: auto; height: auto; border: 0; background: none; transform: none; }
.spalten { display: grid; gap: 32px 48px; grid-template-columns: repeat(auto-fit, minmax(min(100%, 340px), 1fr)); align-items: start; }

/* ---------------------------------------------------------------- Ablauf einer Meldung */
.meldung { display: grid; gap: 40px; grid-template-columns: 1fr; align-items: start; }
@media (min-width: 900px) { .meldung { grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); } }
.zeitleiste { list-style: none; margin: 0; padding: 0; display: grid; gap: 0; }
.zeitleiste > li { position: relative; padding: 0 0 22px 56px; }
.zeitleiste > li::before { content: attr(data-t); position: absolute; left: 0; top: 0; width: 44px; height: 28px; border-radius: 999px;
  display: grid; place-items: center; background: var(--brand-soft); color: var(--brand-fg); border: 1px solid color-mix(in srgb, var(--brand-fg) 35%, transparent);
  font: 600 13px/1 var(--f-display); letter-spacing: .04em; font-variant-numeric: tabular-nums; }
.zeitleiste > li::after { content: ""; position: absolute; left: 21px; top: 30px; bottom: 2px; border-left: 2px dotted var(--rule-strong); }
.zeitleiste > li:last-child::after { display: none; }
.zeitleiste h4 { margin: 3px 0 4px; font: 600 19px/1.2 var(--f-display); color: var(--ink); }
.zeitleiste p { font-size: 15px; }
.stoppuhr { display: flex; flex-wrap: wrap; gap: 12px; margin: 0 0 26px; }
.stoppuhr div { border: 1px solid var(--rule); border-radius: 12px; background: var(--surface); padding: 12px 16px; min-width: 150px; }
.stoppuhr dt { font: 700 34px/1 var(--f-display); color: var(--brand-fg); font-variant-numeric: tabular-nums; }
.stoppuhr dd { margin: 4px 0 0; font-size: 14px; }
.meldung__bilder { display: flex; flex-wrap: wrap; gap: 20px; justify-content: center; }

/* ---------------------------------------------------------------- Grundsätze */
.grundsaetze { display: grid; gap: 18px; grid-template-columns: repeat(auto-fit, minmax(min(100%, 250px), 1fr)); counter-reset: g; list-style: none; margin: 0; padding: 0; }
.grundsaetze > li { counter-increment: g; border: 1px solid var(--rule); border-radius: var(--radius); background: var(--surface); padding: 20px; position: relative; }
.grundsaetze > li::before { content: counter(g, decimal-leading-zero); font: 700 15px/1 var(--f-display); letter-spacing: .1em; color: var(--brand-fg); }
.grundsaetze h3 { font-size: 22px; margin: 8px 0 8px; }
.grundsaetze p { font-size: 15px; }
.grundsaetze .quelle { display: block; margin-top: 10px; font-size: 13px; color: var(--muted); }

/* ---------------------------------------------------------------- Module */
.module { display: grid; gap: 18px; grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr)); }
.modul { border: 1px solid var(--rule); border-radius: var(--radius); background: var(--surface); padding: 20px 22px; display: flex; flex-direction: column; gap: 8px; }
.modul__kopf { display: flex; align-items: center; gap: 12px; }
.modul__kopf svg { width: 30px; height: 30px; color: var(--brand-fg); flex: none; }
.modul h3 { font-size: 23px; }
.modul p { font-size: 15px; }
.stufe { align-self: flex-start; font: 600 11.5px/1 var(--f-display); letter-spacing: .14em; text-transform: uppercase; padding: 5px 9px; border-radius: 999px;
  border: 1px solid var(--rule-strong); color: var(--muted); }
.stufe--kern { border-color: var(--brand-fg); color: var(--brand-fg); }
.modul .mock-klein { margin-top: 8px; }

/* ---------------------------------------------------------------- Kasten, Tabelle, Anfrage */
.kasten { border: 1px solid var(--rule-strong); border-left: 4px solid var(--brand); border-radius: 12px; background: var(--surface); padding: 20px 22px; margin-top: 32px; max-width: 80ch; }
.kasten h3 { font-size: 21px; margin-bottom: 6px; }
.kasten p + p, .kasten p + ul { margin-top: 10px; }
.kasten--hinweis { border-color: var(--warn-line); border-left-color: var(--warn-strong); background: var(--warn-bg); }
.tabelle { overflow-x: auto; border: 1px solid var(--rule); border-radius: 12px; background: var(--surface); margin: 18px 0; }
.tabelle table { border-collapse: collapse; width: 100%; min-width: 560px; font-size: 15px; }
.tabelle caption { text-align: left; padding: 12px 14px 4px; font-weight: 600; color: var(--ink); }
.tabelle th, .tabelle td { text-align: left; padding: 11px 14px; border-bottom: 1px solid var(--rule); vertical-align: top; }
.tabelle tr:last-child > * { border-bottom: 0; }
.tabelle thead th { font: 600 12px/1.3 var(--f-display); letter-spacing: .14em; text-transform: uppercase; color: var(--muted); background: var(--zinc-50); }
.tabelle tbody th { font-weight: 600; color: var(--ink); }
.anfrage { background: var(--brand-ink); color: #e6ebfb; }
.anfrage h2, .anfrage b { color: #fff; }
.anfrage .eyebrow { color: #b7c4f2; }
.anfrage a:not(.btn) { color: #fff; }
.anfrage .btn.primary { background: #fff; color: var(--brand-ink); border-color: #fff; box-shadow: none; }
.anfrage .btn.primary:hover { background: #dfe5fb; color: var(--brand-ink); }
.anfrage .btn:not(.primary) { background: transparent; color: #fff; border-color: rgba(255, 255, 255, .5); }
.anfrage .btn:not(.primary):hover { border-color: #fff; }
.anfrage .prose { margin-top: 14px; }
.anfrage .liste > li::before { border-color: #b7c4f2; }
.anfrage .offen { color: #5c3b00; }
:root[data-theme="dark"] .anfrage .offen { color: #fde68a; }
.pilot-marke { font: 700 34px/1.05 var(--f-display); color: var(--ink); }
.pilot-marke small { display: block; margin-top: 6px; font: 400 16px/1.35 var(--f-body); color: var(--muted); }
.anfrage .pilot-marke, .anfrage .pilot-marke small { color: inherit; }

/* ---------------------------------------------------------------- FAQ */
.faq-item { border-bottom: 1px solid var(--rule); max-width: 82ch; }
.faq-item summary { cursor: pointer; list-style: none; padding: 16px 40px 16px 0; position: relative; font-weight: 600; color: var(--ink); }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: ""; position: absolute; right: 8px; top: 22px; width: 9px; height: 9px;
  border-right: 2px solid var(--muted); border-bottom: 2px solid var(--muted); transform: rotate(45deg); transition: transform .15s; }
.faq-item[open] summary::after { transform: rotate(-135deg); top: 26px; }
.faq-item summary:hover { color: var(--brand-fg); }
.faq-antwort { padding: 0 0 18px; }
.faq-antwort p + p { margin-top: 10px; }

/* ================================================================ Artikel (Ratgeber, Grundsätze) und Rechtstexte */
.artikel { max-width: 76ch; padding-top: 40px; padding-bottom: 80px; }
.artikel .pfad { font-size: 14px; color: var(--muted); }
.artikel .pfad a { color: var(--muted); }
.artikel h1, .doc h1 { font-size: clamp(32px, 5vw, 46px); font-weight: 700; margin: 14px 0 12px; }
.artikel .stand { font-size: 14px; color: var(--muted); }
.artikel .lead { font-size: clamp(17px, 2vw, 19px); margin-top: 18px; }
.artikel h2, .doc h2 { font-size: 27px; font-weight: 600; margin: 44px 0 12px; }
.artikel h3 { font-size: 21px; font-weight: 600; margin: 28px 0 8px; }
.artikel p + p, .artikel p + ul, .artikel ul + p, .artikel p + ol, .artikel ol + p, .doc p + p { margin-top: 14px; }
.artikel ul:not(.liste), .artikel ol, .doc ul { padding-left: 22px; display: grid; gap: 7px; margin: 12px 0; }
.fundstelle { font-size: 13.5px; color: var(--muted); }
.fundstelle::before { content: "Fundstelle: "; font-weight: 600; }
.beleg { display: inline-block; font: 600 11px/1 var(--f-display); letter-spacing: .12em; text-transform: uppercase; padding: 4px 7px; border-radius: 999px; vertical-align: 2px;
  border: 1px solid var(--rule-strong); color: var(--muted); }
.beleg--primaer { border-color: var(--ok-line); color: var(--ok); background: var(--ok-bg); }
.inhalt { border: 1px solid var(--rule); border-radius: 12px; padding: 14px 18px; margin-top: 26px; background: var(--surface); }
.inhalt h2 { font: 600 12px/1.2 var(--f-display); letter-spacing: .22em; text-transform: uppercase; color: var(--muted); margin: 0 0 8px; }
.inhalt ol { margin: 0; padding-left: 20px; display: grid; gap: 4px; font-size: 15px; }
.hilft { margin-top: 48px; border: 1px solid var(--brand-fg); border-radius: 16px; background: var(--brand-soft); padding: 22px 24px; }
.hilft h2 { margin-top: 0; }
.hilft .acts { margin-top: 18px; }
.quellen { font-size: 14px; }
.quellen li { overflow-wrap: anywhere; }
.doc { max-width: 76ch; padding-top: 56px; padding-bottom: 80px; }
.doc p, .doc li { font-size: 15.5px; }
.doc .acts { margin-top: 28px; }

/* ---------------------------------------------------------------- Formular */
.formular { display: grid; gap: 18px; max-width: 640px; margin-top: 28px; }
.feld { display: grid; gap: 6px; }
.feld label, .feld legend { font-weight: 600; color: var(--ink); font-size: 15px; }
.feld .hilfe { font-size: 13.5px; color: var(--muted); }
.feld input, .feld select, .feld textarea { font: inherit; color: var(--ink); background: var(--surface); border: 1px solid var(--rule-strong);
  border-radius: 10px; padding: 11px 13px; min-height: 48px; width: 100%; }
.feld textarea { min-height: 140px; resize: vertical; }
.feld input:focus-visible, .feld select:focus-visible, .feld textarea:focus-visible { outline: 3px solid var(--focus); outline-offset: 1px; }
.feld--zwei { display: grid; gap: 18px; align-items: start; grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr)); }
fieldset.feld { border: 0; padding: 0; margin: 0; }
.wahl { display: flex; flex-wrap: wrap; gap: 8px; }
.wahl label { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; padding: 8px 14px; border: 1px solid var(--rule-strong); border-radius: 999px; font-weight: 500; cursor: pointer; }
.wahl input { width: 18px; height: 18px; min-height: 0; accent-color: var(--brand); }
.wahl label:has(input:checked) { border-color: var(--brand-fg); background: var(--brand-soft); color: var(--ink); }
.pflicht { color: var(--muted); font-weight: 400; font-size: 13px; }

@media (max-width: 719.98px) {
  main > section, .band { padding: 52px 0; }
  .hero { padding: 36px 0 44px; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { transition: none !important; animation: none !important; } }
@media print {
  .site-head, .skip-link, .site-head__thema { display: none !important; }
  body { background: #fff; color: #000; }
  .anfrage { background: none; color: #000; }
}
