/* Aktivismusakademie — Design-Entwurf (Dummy 1, Stand 18.09.2026)

   Grundlage ist das Stylesheet von gesellschaft-vernetzt.de: Farben, Schriften,
   Radien, Abstände und Bausteine (Kicker · Überschrift · Text · Aufforderung)
   sind übernommen, nicht neu erfunden. Die Akademie ist ein Projekt des Vereins
   und soll auch so aussehen.

   Neu für die Akademie (am Ende der Datei, Abschnitt „Bausteine der Akademie“):
   Vertrauenszeile, Kennzahl-Reihe, Tabellen, Prinzip-Karten, Reiter, Rundbrief-
   Box, Zitatkarten, Nebenzeile. Alles in denselben Tokens.

   Zwei Regeln wie bei Gesellschaft vernetzt:
   1. Keine Inline-Styles im Markup (CSP ohne 'unsafe-inline').
   2. Schriftgrade in rem; der px-Wert steht im Kommentar. */

/* ---------------------------------------------------------------- Schriften
   Variable Schriften, selbst gehostet — keine Drittanbieter-Schriften, wie im
   Datenschutz-Baustein versprochen. Kursive wird synthetisch gerendert. */

@font-face {
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("../fonts/source-sans-3-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("../fonts/source-sans-3-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Source Serif 4";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("../fonts/source-serif-4-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Source Serif 4";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("../fonts/source-serif-4-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* ---------------------------------------------------------------- Tokens (identisch mit gesellschaft-vernetzt.de) */

:root {
  --papier: #faf7f1;
  --weiss: #ffffff;
  --linie: #e8e1d4;
  --linie-zart: #efe9dc;

  --petrol: #2f6b66;
  --petrol-dunkel: #244f4b;
  --petrol-lasur: rgba(47, 107, 102, 0.07);
  --ocker: #c98a3b;
  --ocker-hell: #e4c489;
  --ocker-dunkel: #8a5a18;

  --ink: #2e3532;
  --text: #4a524e;
  --text-lead: #59635e;
  --leise: #7c857f;
  --grau-zahl: #9aa39e;

  --auf-dunkel-titel: #fbf8f2;
  --auf-dunkel: #f3efe6;
  --auf-dunkel-text: #dce5df;

  --band-flaeche: #f3ead8;
  --band-text: #6e5320;
  --footer-flaeche: #2c3936;
  --footer-text: #c9d2cc;
  --footer-leise: #8c9891;
  --footer-ring-petrol: #8fb5af;
  --footer-ring-ocker: #d9b679;
  --erfolg-flaeche: #e9f1ea;
  --erfolg-rand: #b6cdb9;
  --erfolg-text: #2f5d3a;
  --fehler-flaeche: #f7ece7;
  --fehler-rand: #dcb9a8;
  --fehler-text: #8a3c1c;

  --ph-rand: #cdbfa4;
  --ph-flaeche: #efe8da;
  --ph-text: #8a806c;

  --serif: "Source Serif 4", Georgia, "Times New Roman", serif;
  --sans: "Source Sans 3", "Segoe UI", system-ui, -apple-system, sans-serif;

  --t-kicker: 0.8125rem;  /* 13 */
  --t-klein: 0.969rem;    /* 15.5 */
  --t-karte: 1rem;        /* 16 */
  --t-mittel: 1.031rem;   /* 16.5 */
  --t-text: 1.0625rem;    /* 17 */
  --t-lead: 1.1875rem;    /* 19 */

  --breit: 1060px;
  --text-breite: 780px;
  --schmal: 720px;
  --pad-x: 24px;
  --sektion-y: 64px;
  --radius: 16px;
  --radius-block: 20px;
  --radius-feld: 12px;
}

/* ---------------------------------------------------------------- Grundlagen */

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: auto; }

body {
  margin: 0;
  background: var(--papier);
  color: var(--ink);
  font-family: var(--sans);
  font-size: var(--t-karte);
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3 {
  font-family: var(--serif);
  font-weight: 600;
  color: var(--ink);
  margin: 0 0 0.5em;
  text-wrap: balance;
}
h1 { font-size: clamp(30px, 4.6vw, 44px); line-height: 1.16; }
h2 { font-size: 1.75rem; line-height: 1.24; }  /* 28 */
h3 { font-size: 1.1875rem; line-height: 1.3; } /* 19 */

p { margin: 0 0 1em; }
p:last-child { margin-bottom: 0; }
a { color: var(--petrol); text-underline-offset: 2px; }
a:hover { color: var(--petrol-dunkel); }
strong { font-weight: 700; color: var(--ink); }
em { font-style: italic; }
:focus-visible { outline: 3px solid var(--petrol); outline-offset: 2px; border-radius: 3px; }
img { max-width: 100%; height: auto; }

/* ---------------------------------------------------------------- Layout */

.container { width: 100%; max-width: var(--breit); margin: 0 auto; padding: 0 var(--pad-x); }
.container.narrow { max-width: var(--text-breite); }
.container.schmal { max-width: var(--schmal); }
.container.hero-breit { max-width: 860px; }
.container.kopf { max-width: 1080px; }

.center { text-align: center; }
.section { padding: var(--sektion-y) 0; }
.section-top0 { padding-top: 0; }
.section-lang { padding-bottom: 88px; }
.section-weiss {
  background: var(--weiss);
  border-top: 1px solid var(--linie);
  border-bottom: 1px solid var(--linie);
}
.section-weiss + .section-weiss { border-top: 0; }

.skip-link { position: absolute; left: -9999px; top: 0; background: var(--ink); color: var(--papier); padding: 10px 16px; z-index: 100; }
.skip-link:focus { left: 0; }

/* ---------------------------------------------------------------- Statusband */

.statusband {
  margin: 0;
  background: var(--band-flaeche);
  color: var(--band-text);
  font-size: 0.875rem; /* 14 */
  line-height: 1.5;
  letter-spacing: 0.01em;
  text-align: center;
  padding: 8px var(--pad-x);
}
.statusband a { color: inherit; font-weight: 600; }

/* ---------------------------------------------------------------- Kopfbereich */

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(250, 247, 241, 0.96);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  border-bottom: 1px solid var(--linie);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px 24px;
  padding-top: 14px;
  padding-bottom: 14px;
}
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; color: var(--ink); }
/* Ring-Marke: bei Gesellschaft vernetzt zwei Ringe, bei der Akademie drei —
   Lernen, Begleiten, Werkzeug. Erst zusammen bleibt etwas hängen. */
.brand-mark { flex: 0 0 auto; display: block; }
.brand-name {
  font-family: var(--serif);
  font-size: 1.25rem; /* 20 */
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}
.brand-name em { font-style: italic; font-weight: 500; color: var(--petrol); }

.nav-toggle { position: absolute; left: -9999px; }
.nav-toggle-label {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  padding: 11px;
  cursor: pointer;
  border: 1px solid var(--linie);
  border-radius: var(--radius-feld);
  background: var(--weiss);
}
.nav-toggle-label .bar { display: block; height: 2px; background: var(--ink); border-radius: 2px; }
.nav-toggle:focus-visible + .nav-toggle-label { outline: 3px solid var(--petrol); outline-offset: 2px; }

.site-nav { display: none; width: 100%; flex-direction: column; gap: 2px; padding-bottom: 6px; }
.nav-toggle:checked ~ .site-nav { display: flex; }
.site-nav a { font-size: var(--t-klein); font-weight: 600; color: var(--ink); text-decoration: none; }
.site-nav > a { display: block; padding: 11px 2px; border-bottom: 1px solid var(--linie-zart); }
.site-nav > a:hover { color: var(--petrol); }
.site-nav > a.is-active { color: var(--petrol); }
/* Die Hauptaufforderung sitzt in der Leiste als Schaltfläche. */
.site-nav > a.nav-btn {
  margin-top: 8px;
  border: none;
  background: var(--petrol);
  color: var(--auf-dunkel-titel);
  border-radius: 999px;
  padding: 11px 20px;
  text-align: center;
}
.site-nav > a.nav-btn:hover { background: var(--petrol-dunkel); color: var(--auf-dunkel-titel); }

/* ---------------------------------------------------------------- Hero und Textbausteine */

.hero { padding: 72px 0 56px; }
.hero-start { padding: 84px 0 64px; }
.hero h1 { margin-bottom: 0.42em; }
.hero-start h1 { font-size: clamp(34px, 5.5vw, 54px); line-height: 1.14; }
.page-head { padding: 72px 0 40px; }
.page-head + .section { padding-top: 40px; }

.lead { font-size: var(--t-lead); line-height: 1.6; color: var(--text-lead); text-wrap: pretty; margin-bottom: 0; }
.hero-center .lead { max-width: 640px; margin-left: auto; margin-right: auto; }
.hero-breit .lead { max-width: 700px; }

.kicker {
  font-size: var(--t-kicker);
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ocker);
  margin: 0 0 14px;
}

.section p, .hero p { font-size: var(--t-text); line-height: 1.68; color: var(--text); text-wrap: pretty; }
.section p.lead, .hero p.lead { font-size: var(--t-lead); line-height: 1.6; color: var(--text-lead); }
.section p.kicker, .hero p.kicker { font-size: var(--t-kicker); line-height: 1.4; color: var(--ocker); }
.section p.leise, .section p.hinweis, .section p.formhinweis, .section p.alt-kontakt, .section p.platzhalter-text,
.hero p.leise { font-size: var(--t-klein); line-height: 1.6; color: var(--leise); }
.section p.platzhalter-text { color: var(--ph-text); }
.section .card p { font-size: var(--t-karte); line-height: 1.6; }
.section .block-petrol p { color: var(--auf-dunkel-text); }
.section p.btn-row, .hero p.btn-row { font-size: inherit; }

/* Große Serifen-Aussage. */
.section p.aussage, .aussage {
  font-family: var(--serif);
  font-size: clamp(24px, 3.4vw, 32px);
  line-height: 1.35;
  font-weight: 500;
  color: var(--ink);
  text-wrap: balance;
  margin: 0 0 22px;
}
/* Merksatz — zentrierte Serifen-Kursive, kein Kasten. */
.section p.merksatz, .merksatz {
  font-family: var(--serif);
  font-size: 1.375rem; /* 22 */
  font-style: italic;
  line-height: 1.4;
  color: var(--ink);
  text-align: center;
  margin: 22px 0 0;
}
.leise, .hinweis { font-size: var(--t-klein); line-height: 1.6; color: var(--leise); margin: 0; }
.hinweis { font-style: italic; }

/* Platzhalter — vor dem Live-Gang ersetzen, deshalb sichtbar markiert. */
.platzhalter-karte {
  background: var(--weiss);
  border: 1.5px dashed var(--ph-rand);
  border-radius: var(--radius);
  padding: 30px 28px;
  display: flex;
  gap: 22px;
  align-items: center;
  flex-wrap: wrap;
}
.section-weiss .platzhalter-karte { background: var(--papier); }
.platzhalter-karte.hoch { flex-direction: column; align-items: flex-start; gap: 12px; }
.platzhalter-foto {
  width: 88px; height: 88px; border-radius: 50%;
  background: var(--ph-flaeche); border: 1.5px dashed var(--ph-rand);
  display: flex; align-items: center; justify-content: center;
  font-size: 0.75rem; color: #9a8b6b; text-align: center; flex: 0 0 auto;
}
.platzhalter-text { flex: 1; min-width: 240px; font-size: var(--t-klein); line-height: 1.6; font-style: italic; color: var(--ph-text); margin: 0; }
.platzhalter-inline {
  color: var(--leise);
  font-style: italic;
  background: repeating-linear-gradient(-45deg, transparent, transparent 7px, rgba(201, 138, 59, 0.1) 7px, rgba(201, 138, 59, 0.1) 14px);
  padding: 2px 6px;
  border-radius: 4px;
}

/* ---------------------------------------------------------------- Schaltflächen */

.btn {
  display: inline-block;
  font-family: var(--sans);
  font-size: var(--t-karte);
  font-weight: 600;
  line-height: 1.3;
  padding: 14px 28px;
  border-radius: 999px;
  border: none;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}
.btn-primary { background: var(--petrol); color: var(--auf-dunkel-titel); }
.btn-primary:hover { background: var(--petrol-dunkel); color: var(--auf-dunkel-titel); }
.btn-ghost { background: transparent; border: 1.5px solid var(--petrol); color: var(--petrol); padding: 12.5px 28px; }
.btn-ghost:hover { background: var(--petrol-lasur); color: var(--petrol); }
.btn-small { font-size: var(--t-klein); padding: 10px 22px; background: transparent; border: 1.5px solid var(--petrol); color: var(--petrol); }
.btn-small:hover { background: var(--petrol-lasur); color: var(--petrol); }
.btn-hell { background: var(--auf-dunkel-titel); color: var(--ink); padding: 13px 26px; font-size: var(--t-klein); }
.btn-hell:hover { background: var(--ph-flaeche); color: var(--ink); }
.btn-hell-ghost { background: transparent; border: 1.5px solid rgba(251, 248, 242, 0.6); color: var(--auf-dunkel-titel); padding: 11.5px 26px; font-size: var(--t-klein); }
.btn-hell-ghost:hover { border-color: var(--auf-dunkel-titel); color: var(--auf-dunkel-titel); }

.btn-row { display: flex; flex-wrap: wrap; gap: 14px; margin: 1.5em 0 0; }
.btn-row-center { justify-content: center; }

/* ---------------------------------------------------------------- Karten und Blöcke */

.cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; margin-top: 26px; }
.cards-2 { grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }
.cards-3 { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.cards-eng { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 18px; }

.card { background: var(--weiss); border: 1px solid var(--linie); border-radius: var(--radius); padding: 28px 26px; }
.section-weiss .card { background: var(--papier); }
.card h2, .card h3, .card-title { font-family: var(--serif); font-weight: 600; margin: 0 0 8px; }
.card h3 { font-size: 1.1875rem; color: var(--petrol); }
.card-title { font-size: 1.4375rem; color: var(--ink); } /* 23 */
.card p { font-size: var(--t-karte); line-height: 1.6; color: var(--text); margin: 0 0 0.75em; }
.card p:last-of-type { margin-bottom: 0; }
.card-hinweis { text-align: center; }
.section-weiss .card-hinweis { background: var(--papier); }
.card-hinweis .btn-row { justify-content: center; margin-top: 18px; }
.card-hinweis .formhinweis { margin-top: 12px; }
.card-num { font-family: var(--serif); font-size: 1.375rem; font-weight: 700; color: var(--ocker); margin-bottom: 12px; line-height: 1; }
.card-num + h3 { color: var(--ink); font-size: 1.375rem; }
.card-kicker { font-size: 0.875rem; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; color: var(--ocker); margin: 0 0 14px; }
.card-cta { margin: 18px 0 0; }
.card-weg { display: flex; flex-direction: column; }
.card-weg .card-cta { margin-top: auto; padding-top: 18px; }
.card .stand { margin-top: 16px; padding-top: 14px; border-top: 1px solid var(--linie); font-size: var(--t-klein); color: var(--leise); }
.section .card p.stand { font-size: var(--t-klein); color: var(--leise); }

.zahl-gross { font-family: var(--serif); font-size: 1.875rem; font-weight: 700; color: var(--petrol); line-height: 1.1; margin-bottom: 10px; }

.split { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 40px; align-items: center; }
.split-oben { align-items: start; }
.split-13 { grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }
@media (min-width: 900px) { .split-13 { grid-template-columns: 1.6fr 1fr; } }

.pullcard { background: var(--papier); border: 1px solid var(--linie); border-radius: var(--radius); padding: 36px 32px; text-align: center; }
.section-weiss .pullcard { background: var(--papier); }
.section:not(.section-weiss) .pullcard { background: var(--weiss); }
.pullcard-zahl { font-family: var(--serif); font-size: 3.5rem; font-weight: 700; color: var(--petrol); line-height: 1; }
.pullcard-zahl.mittel { font-size: 2.625rem; } /* 42 */
.pullcard p { font-size: var(--t-karte); line-height: 1.55; color: var(--text-lead); margin: 16px 0 0; }
.section .pullcard p { font-size: var(--t-karte); color: var(--text-lead); }

.block-petrol { background: var(--petrol); border-radius: var(--radius-block); padding: clamp(36px, 6vw, 52px); color: var(--auf-dunkel); }
.block-petrol h2, .block-petrol h3 { color: var(--auf-dunkel-titel); }
.block-petrol h2 { font-size: clamp(26px, 4vw, 36px); margin: 0 0 16px; }
.block-petrol .kicker { color: var(--ocker-hell); }
.block-petrol p { color: var(--auf-dunkel-text); line-height: 1.68; }
.block-petrol .btn-row { margin-top: 26px; }
.block-petrol-text { max-width: 640px; }
.block-petrol .nebenzeile { color: var(--auf-dunkel-text); opacity: 0.85; }
.section .block-petrol p.nebenzeile { font-size: var(--t-klein); color: var(--auf-dunkel-text); margin-top: 18px; }
.block-petrol .platzhalter-inline { color: var(--ocker-hell); background: repeating-linear-gradient(-45deg, transparent, transparent 7px, rgba(251, 248, 242, 0.12) 7px, rgba(251, 248, 242, 0.12) 14px); }

.linkbox { margin-top: 30px; text-align: left; background: var(--weiss); border: 1px solid var(--linie); border-left: 4px solid var(--ocker); border-radius: var(--radius); padding: 24px 26px; }
.section-weiss .linkbox { background: var(--papier); }
.linkbox h3 { color: var(--ink); margin-bottom: 0.4em; }
.linkbox.oben { margin-top: 0; }

/* ---------------------------------------------------------------- Listen */

.ul-plain { list-style: disc; padding-left: 20px; margin: 0 0 14px; display: flex; flex-direction: column; gap: 8px; }
.ul-plain li { font-size: var(--t-karte); line-height: 1.55; color: var(--text); }
.ul-plain li::marker { color: var(--ocker); }
.ul-plain.gross li { font-size: var(--t-text); line-height: 1.6; }
.ul-plain li strong { display: block; }
.ul-plain.inline-strong li strong { display: inline; }

.steps { list-style: none; counter-reset: schritt; padding: 0; margin: 0 0 1.2em; display: flex; flex-direction: column; gap: 20px; }
.steps li { counter-increment: schritt; position: relative; padding-left: 56px; font-size: var(--t-mittel); line-height: 1.62; color: var(--text); }
.steps li::before {
  content: counter(schritt);
  position: absolute; left: 0; top: -2px;
  width: 38px; height: 38px;
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 1.0625rem;
  color: var(--auf-dunkel-titel); background: var(--petrol); border-radius: 50%;
}
.steps li strong { display: block; font-family: var(--serif); font-size: 1.1875rem; font-weight: 600; margin-bottom: 2px; }
.steps li strong .dauer { font-family: var(--sans); font-size: var(--t-klein); font-weight: 400; color: var(--leise); margin-left: 8px; }

.steps-ocker { list-style: none; counter-reset: schritt; padding: 0; margin: 0 0 1.2em; display: flex; flex-direction: column; gap: 18px; }
.steps-ocker li { counter-increment: schritt; display: flex; gap: 16px; align-items: baseline; font-size: var(--t-mittel); line-height: 1.62; color: var(--text); }
.steps-ocker li::before { content: counter(schritt, decimal-leading-zero); font-family: var(--serif); font-size: 1.25rem; font-weight: 700; color: var(--ocker); flex: 0 0 auto; }

/* Häkchen-Liste für Ergebnisse (Sprint, Lizenz). */
.ul-check { list-style: none; padding: 0; margin: 0 0 14px; display: flex; flex-direction: column; gap: 12px; }
.ul-check li { position: relative; padding-left: 34px; font-size: var(--t-text); line-height: 1.6; color: var(--text); }
.ul-check li::before {
  content: "";
  position: absolute; left: 2px; top: 7px;
  width: 9px; height: 15px;
  border-right: 2.5px solid var(--petrol);
  border-bottom: 2.5px solid var(--petrol);
  transform: rotate(45deg);
}

a.src {
  display: inline-block; font-family: var(--sans); font-size: 0.72rem; font-weight: 700; line-height: 1.2;
  text-transform: uppercase; letter-spacing: 0.04em; text-decoration: none; color: var(--ocker-dunkel);
  background: rgba(201, 138, 59, 0.12); border: 1px solid rgba(201, 138, 59, 0.3); border-radius: 999px;
  padding: 2px 9px; margin-left: 6px; vertical-align: 2px; white-space: nowrap;
}
a.src:hover { background: var(--ocker); color: var(--weiss); border-color: var(--ocker); }
a.src.offen { border-style: dashed; background: transparent; }

/* ---------------------------------------------------------------- Fragen und Antworten */

.faq-akkordeon { background: var(--weiss); border: 1px solid var(--linie); border-radius: var(--radius); padding: 8px 28px; }
.section-weiss .faq-akkordeon { background: var(--papier); }
.faq-akkordeon details { border-bottom: 1px solid var(--linie-zart); padding: 6px 0; }
.faq-akkordeon details:last-child { border-bottom: 0; }
.faq-akkordeon summary { cursor: pointer; font-family: var(--serif); font-weight: 600; font-size: 1.156rem; line-height: 1.35; color: var(--ink); padding: 16px 0; }
.faq-akkordeon summary::marker { color: var(--ocker); }
.faq-akkordeon summary::-webkit-details-marker { color: var(--ocker); }
.faq-akkordeon summary:hover { color: var(--petrol); }
.faq-akkordeon p { font-size: var(--t-karte); line-height: 1.65; color: var(--text); margin: 0 0 16px; }
.section .faq-akkordeon p { font-size: var(--t-karte); }

/* ---------------------------------------------------------------- Formular */

.formular { margin-top: 8px; }
.feld { margin-bottom: 20px; }
.feld label { display: block; font-weight: 600; font-size: var(--t-klein); margin-bottom: 6px; }
.feld input[type="text"], .feld input[type="email"], .feld input[type="tel"], .feld input[type="number"], .feld select, .feld textarea {
  width: 100%; font-family: var(--sans); font-size: var(--t-karte); line-height: 1.5; color: var(--ink);
  background: var(--weiss); border: 1px solid var(--linie); border-radius: var(--radius-feld); padding: 12px 14px;
}
.feld textarea { resize: vertical; min-height: 140px; }
.feld input:focus, .feld select:focus, .feld textarea:focus { border-color: var(--petrol); }
.pflicht { color: var(--ocker-dunkel); }
.feld-paar { display: grid; grid-template-columns: 1fr; gap: 0; }
.feld-check .check { display: flex; gap: 12px; align-items: flex-start; font-weight: 400; font-size: var(--t-klein); line-height: 1.55; cursor: pointer; }
.feld-check input[type="checkbox"] { width: 22px; height: 22px; margin: 2px 0 0; flex: 0 0 auto; accent-color: var(--petrol); }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.formhinweis { font-size: 0.9rem; color: var(--leise); margin-top: -4px; }
.formmeldung {
  font-size: var(--t-klein); line-height: 1.55; margin: 0 0 20px;
  padding: 12px 14px; border: 1px solid; border-radius: var(--radius-feld);
}
.formmeldung-ok { background: var(--erfolg-flaeche); border-color: var(--erfolg-rand); color: var(--erfolg-text); }
.formmeldung-fehler { background: var(--fehler-flaeche); border-color: var(--fehler-rand); color: var(--fehler-text); }
.formmeldung a { color: inherit; }
.feldfehler { display: block; font-size: 0.875rem; color: var(--fehler-text); margin-top: 6px; }
.alt-kontakt { margin-top: 28px; padding-top: 20px; border-top: 1px solid var(--linie); color: var(--leise); font-size: var(--t-klein); }
button[disabled] { opacity: 0.6; cursor: default; }

/* ---------------------------------------------------------------- Rechtsseiten */

.rechtstext h2 { font-size: 1.25rem; margin-top: 1.8em; }
.rechtstext h2:first-of-type { margin-top: 0; }

/* ---------------------------------------------------------------- Fußbereich */

.site-footer { background: var(--footer-flaeche); color: var(--footer-text); font-size: 0.906rem; }
.footer-inner { display: flex; flex-wrap: wrap; gap: 28px; justify-content: space-between; align-items: flex-start; padding-top: 44px; padding-bottom: 44px; }
.footer-brand { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
.footer-brand-name { font-family: var(--serif); font-size: 1.125rem; font-weight: 700; color: var(--auf-dunkel); }
.footer-brand-name em { font-style: italic; font-weight: 500; color: var(--footer-ring-petrol); }
.footer-adresse { margin: 0; line-height: 1.6; }
.footer-adresse a { color: var(--footer-text); }
.footer-adresse a:hover { color: var(--auf-dunkel); }
.footer-motto { margin: 10px 0 0; font-family: var(--serif); font-style: italic; color: var(--footer-ring-ocker); }
.footer-rechts { display: flex; flex-direction: column; gap: 8px; }
.footer-mail { color: var(--auf-dunkel); font-weight: 600; text-decoration: none; }
.footer-mail:hover { color: var(--footer-ring-ocker); }
.footer-links { display: flex; flex-wrap: wrap; gap: 4px 10px; color: var(--footer-leise); }
.footer-links a { color: var(--footer-leise); text-decoration: none; }
.footer-links a:hover { color: var(--auf-dunkel); }
.footer-trenner { color: var(--footer-leise); }
.footer-links .platzhalter-inline { color: var(--footer-leise); background: repeating-linear-gradient(-45deg, transparent, transparent 7px, rgba(217, 182, 121, 0.15) 7px, rgba(217, 182, 121, 0.15) 14px); }

/* ================================================================ Bausteine der Akademie
   Alles unterhalb ist neu — in denselben Tokens, damit es sich wie ein Teil von
   gesellschaft-vernetzt.de anfühlt. */

/* Vertrauenszeile unter jedem Hero: drei Zusagen, mit Punkten getrennt. */
.vertrauenszeile {
  list-style: none;
  padding: 0;
  margin: 28px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 0;
  justify-content: center;
  font-size: var(--t-klein);
  color: var(--leise);
  line-height: 1.5;
}
.vertrauenszeile li { display: flex; align-items: baseline; }
.vertrauenszeile li + li::before { content: "·"; color: var(--ocker); font-weight: 700; margin: 0 12px; }
.hero:not(.hero-center) .vertrauenszeile { justify-content: flex-start; }
@media (max-width: 600px) {
  .vertrauenszeile { flex-direction: column; align-items: center; gap: 4px; }
  .hero:not(.hero-center) .vertrauenszeile { align-items: flex-start; }
  .vertrauenszeile li + li::before { content: none; }
}

/* Kohorten-Hinweis / Nebenzeile unter Aufforderungen. */
.nebenzeile { font-size: var(--t-klein); color: var(--leise); margin: 18px 0 0; }
.hero p.nebenzeile, .section p.nebenzeile { font-size: var(--t-klein); color: var(--leise); }

/* Kennzahl-Reihe: 60 → 25 → 5. Zahlen aus dem Text, keine erfundenen. */
.zahlenreihe { background: var(--papier); border: 1px solid var(--linie); border-radius: var(--radius); padding: 34px 30px; }
.section:not(.section-weiss) .zahlenreihe { background: var(--weiss); }
.zahlenreihe-inner { display: flex; align-items: baseline; justify-content: center; gap: 14px; flex-wrap: wrap; }
.zahlenreihe-teil { text-align: center; min-width: 88px; }
.zahlenreihe-zahl { font-family: var(--serif); font-size: 2.625rem; font-weight: 700; line-height: 1.1; color: var(--grau-zahl); }
.zahlenreihe-teil:last-child .zahlenreihe-zahl { color: var(--petrol); }
.zahlenreihe-label { font-size: 0.844rem; line-height: 1.4; color: var(--leise); }
.zahlenreihe-pfeil { font-size: 1.625rem; color: var(--ocker); align-self: center; }
.zahlenreihe-unter { margin: 18px 0 0; text-align: center; }
.section .zahlenreihe p.zahlenreihe-unter { font-size: var(--t-klein); color: var(--text-lead); }
@media (max-width: 520px) {
  .zahlenreihe-inner { flex-direction: column; gap: 10px; }
  .zahlenreihe-pfeil { transform: rotate(90deg); }
}

/* Tabellen: Ablauf, Wertstapel, Module, Kohorten. Auf Papier weiß, kopfzeile
   im Bandton. Schmal wird jede Zeile zur Karte. */
.tabelle-huelle { margin-top: 26px; overflow-x: auto; }
.tabelle { width: 100%; border-collapse: separate; border-spacing: 0; background: var(--weiss); border: 1px solid var(--linie); border-radius: var(--radius); overflow: hidden; }
.section-weiss .tabelle { background: var(--papier); }
.tabelle th, .tabelle td { padding: 14px 18px; text-align: left; vertical-align: top; font-size: var(--t-klein); line-height: 1.55; color: var(--text); border-bottom: 1px solid var(--linie-zart); }
.tabelle th { background: var(--band-flaeche); color: var(--band-text); font-weight: 700; font-size: var(--t-kicker); letter-spacing: 0.08em; text-transform: uppercase; }
.tabelle tr:last-child td { border-bottom: 0; }
.tabelle td:first-child { font-weight: 600; color: var(--ink); }
.tabelle td.serif { font-family: var(--serif); font-size: 1.0625rem; }
.tabelle td .zeit { display: block; font-size: var(--t-kicker); font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ocker); margin-bottom: 2px; }
.tabelle-unter { margin-top: 16px; }
.section p.tabelle-unter { font-size: var(--t-klein); color: var(--leise); }
@media (max-width: 640px) {
  .tabelle-huelle { overflow: visible; }
  .tabelle, .tabelle tbody, .tabelle tr, .tabelle td { display: block; }
  .tabelle thead { position: absolute; left: -9999px; }
  .tabelle tr { padding: 8px 0; border-bottom: 1px solid var(--linie); }
  .tabelle tr:last-child { border-bottom: 0; }
  .tabelle td { border-bottom: 0; padding: 6px 18px; }
  .tabelle td::before { content: attr(data-l); display: block; font-size: var(--t-kicker); font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ocker); margin-bottom: 1px; }
  .tabelle td:first-child { padding-top: 12px; font-family: var(--serif); font-size: 1.0625rem; }
  .tabelle td:last-child { padding-bottom: 12px; }
}

/* Status-Marke in Tabellen und Karten (Stufe 1 / in Vorbereitung / Warteliste). */
.marke {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.2;
  padding: 3px 10px;
  border-radius: 999px;
  white-space: nowrap;
  background: var(--petrol-lasur);
  color: var(--petrol);
  border: 1px solid rgba(47, 107, 102, 0.25);
}
.marke-ocker { background: rgba(201, 138, 59, 0.12); color: var(--ocker-dunkel); border-color: rgba(201, 138, 59, 0.3); }
.marke-leise { background: transparent; color: var(--leise); border-color: var(--linie); }

/* Prinzip-Karten: drei Sätze, die man im Kernteam aussprechen kann. Serifen-
   Kursive wie der Merksatz, aber als Karte, damit man sie teilen kann. */
.prinzip-karten { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 16px; margin-top: 26px; }
.prinzip-karte {
  background: var(--weiss);
  border: 1px solid var(--linie);
  border-radius: var(--radius);
  padding: 26px 24px 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
  min-height: 150px;
}
.section-weiss .prinzip-karte { background: var(--papier); }
.prinzip-karte blockquote { margin: 0; font-family: var(--serif); font-style: italic; font-size: 1.25rem; line-height: 1.35; color: var(--ink); text-wrap: balance; }
.prinzip-karte blockquote::before { content: "„"; color: var(--ocker); }
.prinzip-karte blockquote::after { content: "“"; color: var(--ocker); }
.prinzip-karte .prinzip-fuss { font-size: var(--t-kicker); font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ocker); }

/* Zitatkarten: Sätze, die wir von Netzwerken hören. Wie Prinzip-Karten, aber
   in Sans und ohne Fuß — es sind fremde Sätze, keine eigenen. */
.zitate { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 16px; margin-top: 26px; }
.zitat { background: var(--weiss); border: 1px solid var(--linie); border-radius: var(--radius); padding: 22px 24px; font-family: var(--serif); font-size: 1.125rem; line-height: 1.4; color: var(--ink); margin: 0; }
.section-weiss .zitat { background: var(--papier); }
.zitat::before { content: "„"; color: var(--ocker); font-weight: 700; }
.zitat::after { content: "“"; color: var(--ocker); font-weight: 700; }

/* Reiter (Filter auf der Blaupausen-Seite). */
.reiter { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; padding: 0; list-style: none; }
.reiter a {
  display: inline-block;
  font-size: var(--t-klein);
  font-weight: 600;
  text-decoration: none;
  color: var(--petrol);
  border: 1.5px solid var(--linie);
  background: var(--weiss);
  border-radius: 999px;
  padding: 9px 18px;
  min-height: 44px;
  line-height: 24px;
}
.reiter a:hover { border-color: var(--petrol); }
.reiter a.is-active { background: var(--petrol); border-color: var(--petrol); color: var(--auf-dunkel-titel); }

/* Rundbrief-Box: Karte mit Formular, auf Startseite, Blaupausen und Über uns. */
.rundbrief { background: var(--weiss); border: 1px solid var(--linie); border-radius: var(--radius-block); padding: clamp(28px, 4vw, 40px); display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 32px; align-items: start; }
.section-weiss .rundbrief { background: var(--papier); }
.rundbrief h2 { font-size: 1.625rem; margin-bottom: 10px; } /* 26 */
.section .rundbrief p { font-size: var(--t-karte); }
.rundbrief .feld { margin-bottom: 14px; }
.rundbrief .btn { margin-top: 4px; }
.rundbrief .formhinweis { margin-top: 12px; }

/* Beleg-Pille ohne Ziel: markiert Zahlen, die vor Veröffentlichung einen Link brauchen. */
.beleg-offen { display: inline-block; font-size: 0.72rem; font-weight: 700; line-height: 1.2; text-transform: uppercase; letter-spacing: 0.04em; color: var(--ph-text); border: 1px dashed var(--ph-rand); border-radius: 999px; padding: 2px 9px; margin-left: 6px; vertical-align: 2px; white-space: nowrap; }

/* Kennzahl-Karten in einer Reihe (vier Zahlen, an denen wir es messen). */
.kennzahlen { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin-top: 22px; }
.kennzahl { background: var(--weiss); border: 1px solid var(--linie); border-radius: var(--radius); padding: 18px 20px; }
.section-weiss .kennzahl { background: var(--papier); }
.kennzahl .kennzahl-nr { font-family: var(--serif); font-size: 1.25rem; font-weight: 700; color: var(--ocker); line-height: 1; margin-bottom: 8px; }
.kennzahl .kennzahl-name { font-weight: 600; color: var(--ink); font-size: var(--t-karte); line-height: 1.4; }

/* Weg-Übersicht: fünf Schritte nebeneinander (Startseite). */
.weg { list-style: none; counter-reset: schritt; padding: 0; margin: 26px 0 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 16px; }
.weg li { counter-increment: schritt; background: var(--weiss); border: 1px solid var(--linie); border-radius: var(--radius); padding: 22px 20px; font-size: var(--t-klein); line-height: 1.55; color: var(--text); display: flex; flex-direction: column; gap: 8px; }
.section-weiss .weg li { background: var(--papier); }
.weg li::before { content: counter(schritt); width: 34px; height: 34px; display: flex; align-items: center; justify-content: center; font-weight: 700; color: var(--auf-dunkel-titel); background: var(--petrol); border-radius: 50%; margin-bottom: 4px; }
.weg li strong { font-family: var(--serif); font-size: 1.0625rem; font-weight: 600; color: var(--ink); line-height: 1.3; hyphens: auto; overflow-wrap: anywhere; }
.weg li .dauer { font-size: var(--t-kicker); font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--ocker); }

@media (min-width: 1000px) { .weg { grid-template-columns: repeat(5, minmax(0, 1fr)); } }

/* Fehlerseite */
.fehlerseite { padding: 120px 0 140px; }
.fehlerseite h1 { font-size: clamp(40px, 7vw, 72px); }

/* ---------------------------------------------------------------- Desktop */

@media (min-width: 760px) {
  :root { --sektion-y: 72px; }
  h2 { font-size: 2rem; } /* 32 */
  .hero { padding: 72px 0 56px; }
  .feld-paar { grid-template-columns: 1fr 1fr; gap: 0 20px; }
}

@media (min-width: 960px) {
  .nav-toggle-label { display: none; }
  .site-nav { display: flex; flex-direction: row; align-items: center; width: auto; flex-wrap: wrap; gap: 2px 20px; padding-bottom: 0; }
  .site-nav > a { padding: 6px 0; border-bottom: 2px solid transparent; }
  .site-nav > a.is-active { border-bottom-color: var(--petrol); color: var(--ink); }
  .site-nav > a:hover { color: var(--petrol); }
  .site-nav > a.nav-btn { margin: 0 0 0 6px; padding: 9px 18px; border-bottom: 0; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; scroll-behavior: auto !important; }
}
