:root {
  --snk-schrift: #171820;
  --snk-grund: #f7efe8;
  --snk-akzent: #9a63c8;
  --snk-ruhe: #3b7770;
  --snk-gold: #dfad54;
  --snk-linie: color-mix(in srgb, var(--snk-schrift) 14%, transparent);
  --snk-karte: color-mix(in srgb, white 78%, var(--snk-grund));
  --snk-schatten: 0 24px 70px rgba(15, 19, 28, .16);
  --snk-radius: 26px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.snk-seite { margin: 0; font-family: "Catamaran", system-ui, sans-serif; color: var(--snk-schrift); background: var(--snk-grund); line-height: 1.62; }
a { color: inherit; }
.snk-kopf { position: sticky; top: 0; z-index: 20; display: flex; align-items: center; gap: 22px; padding: 16px clamp(18px, 4vw, 54px); border-bottom: 1px solid var(--snk-linie); background: color-mix(in srgb, var(--snk-grund) 91%, white); backdrop-filter: blur(18px); }
.snk-logo { margin-right: auto; text-decoration: none; font: 700 clamp(23px, 2vw, 32px) "Quando", serif; }
.snk-navigation, .snk-fusslinks, .snk-rechtliches { display: flex; gap: 18px; align-items: center; flex-wrap: wrap; }
.snk-navigation a, .snk-fusslinks a, .snk-rechtliches a { text-decoration: none; font-size: 14px; }
.snk-menuschalter { display: none; border: 1px solid var(--snk-linie); border-radius: 999px; background: white; padding: 10px 14px; }
.snk-seitenfach { display: none; position: absolute; top: 68px; right: 18px; width: min(320px, calc(100vw - 36px)); padding: 18px; border: 1px solid var(--snk-linie); border-radius: var(--snk-radius); background: white; box-shadow: var(--snk-schatten); }
.snk-seitenfach a { display: block; padding: 9px 4px; text-decoration: none; }
.snk-seitenfach.snk-sichtbar { display: block; }
.snk-held { min-height: 78vh; padding: clamp(72px, 10vw, 126px) clamp(18px, 5vw, 72px) 48px; display: grid; gap: 34px; align-items: center; position: relative; }
.snk-held::before { content: ""; position: absolute; inset: 18px; border-radius: calc(var(--snk-radius) + 16px); border: 1px solid var(--snk-linie); pointer-events: none; }
.snk-heldgeteilt { grid-template-columns: 1.04fr .96fr; }
.snk-heldzentriert { text-align: center; justify-items: center; }
.snk-heldtext, .snk-kosmos, .snk-minireihe { position: relative; z-index: 1; }
.snk-augenbraue, .snk-titel p, .snk-kontakttext > p:first-child { text-transform: uppercase; letter-spacing: .08em; color: var(--snk-akzent); font-weight: 800; font-size: 12px; }
.snk-held h1, .snk-titel h2, .snk-dokument h1, .snk-dokument h2 { font-family: "Quando", serif; line-height: 1.05; letter-spacing: 0; }
.snk-held h1 { max-width: 920px; margin: 0 0 20px; font-size: clamp(42px, 7vw, 84px); }
.snk-held p { max-width: 720px; font-size: clamp(17px, 2vw, 21px); }
.snk-hinweis { max-width: 760px; margin: 18px 0 0; padding: 14px 16px; border-radius: calc(var(--snk-radius) - 4px); background: color-mix(in srgb, white 72%, var(--snk-gold)); border: 1px solid color-mix(in srgb, var(--snk-akzent) 38%, transparent); font-weight: 800; font-size: 15px; }
.snk-heldaktionen, .snk-schlussruf div { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 26px; }
.snk-heldaktionen a, .snk-planfeld a, .snk-formular button, .snk-schlussruf a, .snk-cookieleiste button { border: 0; border-radius: 999px; padding: 13px 18px; text-decoration: none; background: var(--snk-schrift); color: white; font-weight: 800; cursor: pointer; }
.snk-heldaktionen a:nth-child(2), .snk-schlussruf a:nth-child(2) { background: transparent; color: var(--snk-schrift); border: 1px solid var(--snk-linie); }
.snk-kosmos { min-height: 380px; border-radius: var(--snk-radius); background: radial-gradient(circle at 30% 20%, var(--snk-gold), transparent 23%), linear-gradient(135deg, var(--snk-schrift), var(--snk-ruhe)); color: white; padding: 30px; display: grid; align-content: end; overflow: hidden; box-shadow: var(--snk-schatten); }
.snk-kosmos span { position: absolute; font-size: clamp(40px, 8vw, 94px); opacity: .18; }
.snk-kosmos span:nth-child(1) { left: 13%; top: 18%; } .snk-kosmos span:nth-child(2) { right: 18%; top: 11%; } .snk-kosmos span:nth-child(3) { left: 48%; bottom: 22%; }
.snk-minireihe { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; width: min(900px, 100%); }
.snk-minikarte, .snk-vorteil, .snk-planfeld, .snk-stimme, .snk-lesekachel, .snk-frage, .snk-textblock, .snk-kontaktkarte, .snk-artikelblock { background: var(--snk-karte); border: 1px solid var(--snk-linie); border-radius: var(--snk-radius); padding: 24px; box-shadow: 0 10px 34px rgba(15,19,28,.06); }
.snk-minikarte b { display: block; font-family: "Quando", serif; font-size: 28px; }
.snk-abschnitt { padding: clamp(58px, 8vw, 104px) clamp(18px, 5vw, 72px); }
.snk-titel { max-width: 790px; margin-bottom: 30px; }
.snk-titel h2, .snk-dokument h1 { margin: 0; font-size: clamp(32px, 4.5vw, 58px); }
.snk-vorteilgitter, .snk-plangitter, .snk-stimmengitter, .snk-lesegitter, .snk-kontaktgitter { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.snk-plaene { background: color-mix(in srgb, var(--snk-ruhe) 12%, var(--snk-grund)); }
.snk-planfeld { min-height: 350px; display: flex; flex-direction: column; justify-content: space-between; }
.snk-planfeld em, .snk-lesekachel span, .snk-artikelblock span { color: var(--snk-akzent); font-style: normal; font-weight: 900; }
.snk-stimme blockquote { margin: 0 0 18px; font-size: 18px; }
.snk-stimme figcaption span { display: block; color: color-mix(in srgb, var(--snk-schrift) 62%, transparent); }
.snk-lesekachel { text-decoration: none; min-height: 210px; }
.snk-kontakt { display: grid; grid-template-columns: .85fr 1.15fr; gap: 24px; background: var(--snk-schrift); color: white; }
.snk-kontakttext a { color: white; font-weight: 800; }
.snk-formular { display: grid; gap: 14px; background: white; color: var(--snk-schrift); padding: 24px; border-radius: var(--snk-radius); }
.snk-formular label { display: grid; gap: 7px; font-weight: 800; }
.snk-formular input, .snk-formular textarea { width: 100%; border: 1px solid var(--snk-linie); border-radius: 14px; padding: 13px; font: inherit; }
.snk-status { min-height: 24px; margin: 0; color: var(--snk-ruhe); font-weight: 800; }
.snk-frageliste { max-width: 920px; display: grid; gap: 12px; }
.snk-frageknopf { width: 100%; border: 0; background: transparent; text-align: left; font: inherit; font-weight: 900; cursor: pointer; padding: 0; }
.snk-antwort { display: none; padding-top: 12px; }
.snk-frage.snk-offen .snk-antwort { display: block; }
.snk-schlussruf { background: linear-gradient(135deg, var(--snk-akzent), var(--snk-ruhe)); color: white; }
.snk-fuss { padding: 44px clamp(18px, 5vw, 72px); background: color-mix(in srgb, var(--snk-schrift) 94%, black); color: white; }
.snk-fussgitter { display: grid; gap: 26px; }
.snk-rechtliches { color: rgba(255,255,255,.74); }
.snk-cookieleiste { position: fixed; left: 18px; right: 18px; bottom: 18px; z-index: 30; display: none; gap: 18px; justify-content: space-between; align-items: center; padding: 16px; border-radius: var(--snk-radius); background: white; border: 1px solid var(--snk-linie); box-shadow: var(--snk-schatten); }
.snk-cookieleiste.snk-zeigen { display: flex; }
.snk-dokument { max-width: 1050px; margin: 0 auto; padding: clamp(56px, 8vw, 96px) 18px; }
.snk-brot { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 22px; color: var(--snk-akzent); }
.snk-leitung, .snk-stand { font-size: 19px; color: color-mix(in srgb, var(--snk-schrift) 72%, transparent); }
.snk-textblock, .snk-artikelblock { margin: 18px 0; }
.snk-zweispalte { columns: 2 320px; column-gap: 20px; }
.snk-zweispalte .snk-artikelblock { break-inside: avoid; }
.snk-auchlesen { margin-top: 22px; padding: 22px; border-radius: var(--snk-radius); background: color-mix(in srgb, var(--snk-gold) 20%, white); }
.snk-auchlesen a { margin-right: 14px; font-weight: 800; }
@media (max-width: 860px) {
  .snk-navigation { display: none; }
  .snk-menuschalter { display: inline-flex; }
  .snk-held, .snk-heldgeteilt, .snk-kontakt { grid-template-columns: 1fr; min-height: auto; }
  .snk-vorteilgitter, .snk-plangitter, .snk-stimmengitter, .snk-lesegitter, .snk-kontaktgitter, .snk-minireihe { grid-template-columns: 1fr; }
  .snk-cookieleiste { flex-direction: column; align-items: flex-start; }
}
