/* Grundlagen: Schriften, Reset, Typografie, Fokus, Seitenraster. */
@font-face { font-family: "Caprasimo"; font-style: normal; font-weight: 400; font-display: swap;
  src: url("/static/fonts/caprasimo-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: "Caprasimo"; font-style: normal; font-weight: 400; font-display: swap;
  src: url("/static/fonts/caprasimo-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: "Figtree"; font-style: normal; font-weight: 300 900; font-display: swap;
  src: url("/static/fonts/figtree-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: "Figtree"; font-style: normal; font-weight: 300 900; font-display: swap;
  src: url("/static/fonts/figtree-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; }

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; height: 100%; }
body {
  margin: 0; min-height: 100%; background: var(--bg); color: var(--ink);
  font: 400 var(--t-std)/1.45 var(--font-body);
  -webkit-font-smoothing: antialiased; overscroll-behavior-y: none;
}
h1, h2, h3, h4 { font-family: var(--font-heading); font-weight: 400; letter-spacing: -.015em; margin: 0; line-height: 1.08; }
h1 { font-size: var(--t-h1); line-height: 1.05; }
h2 { font-size: var(--t-h2); }
h3 { font-size: 20px; }
.h2--28 { font-size: var(--t-h2-28); }
.h2--30 { font-size: var(--t-h2-30); }
p { margin: 0; }
a { color: var(--ac-d); text-underline-offset: 3px; }
a:hover { color: var(--ac); }
button { font: inherit; color: inherit; }
button, [role="button"] { cursor: pointer; -webkit-tap-highlight-color: transparent; touch-action: manipulation; }
img, svg { display: block; max-width: 100%; }
input, textarea, select { font: inherit; color: inherit; }
ul, ol { margin: 0; padding-left: 1.2em; }
[hidden] { display: none !important; }

/* Fokus – nie Browser-Standard */
:focus { outline: none; }
:focus-visible { outline: 2px solid var(--ac); outline-offset: 2px; border-radius: 6px; }
::selection { background: var(--ac-l); color: var(--ac-d); }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden;
  clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

/* Typo-Hilfen */
.kicker { font: 700 var(--t-kicker)/1 var(--font-body); letter-spacing: .07em; text-transform: uppercase; color: var(--ink-35); }
.kicker--hell { color: inherit; opacity: .85; }
.text { font-family: var(--font-body); }
.text--60 { color: var(--ink-60); }
.text--35 { color: var(--ink-35); }
.text--ac-d { color: var(--ac-d); }
.text--ac2-d { color: var(--ac2-d); }
.text--700 { font-weight: 700; }
.text--600 { font-weight: 600; }
.text--11 { font-size: var(--t-11); } .text--12 { font-size: var(--t-12); } .text--125 { font-size: var(--t-sek); }
.text--13 { font-size: var(--t-13); } .text--135 { font-size: var(--t-135); } .text--14 { font-size: var(--t-14); }
.text--145 { font-size: var(--t-145); } .text--17 { font-size: var(--t-17); }
.mono { font: 700 var(--t-12)/1 var(--mono); }
.zahl { font-family: var(--font-heading); line-height: 1; }
.zahl--22 { font-size: 22px; } .zahl--24 { font-size: 24px; } .zahl--26 { font-size: 26px; }
.zahl--30 { font-size: 30px; } .zahl--38 { font-size: 38px; } .zahl--40 { font-size: 40px; } .zahl--48 { font-size: 48px; }

/* Layout-Hilfen */
.seite { padding: var(--s-oben) var(--s-screen) 30px; display: flex; flex-direction: column; gap: 18px; min-height: 100vh; min-height: 100dvh; }
.seite--schmal { max-width: 520px; margin: 0 auto; width: 100%; padding-top: calc(env(safe-area-inset-top, 0px) + 56px); }
.stapel { display: flex; flex-direction: column; }
.stapel--2 { gap: 2px; } .stapel--4 { gap: 4px; } .stapel--6 { gap: 6px; } .stapel--8 { gap: 8px; }
.stapel--10 { gap: 10px; } .stapel--12 { gap: 12px; } .stapel--14 { gap: 14px; } .stapel--18 { gap: 18px; } .stapel--20 { gap: 20px; }
.zeile { display: flex; align-items: center; }
.zeile--6 { gap: 6px; } .zeile--8 { gap: 8px; } .zeile--10 { gap: 10px; } .zeile--12 { gap: 12px; } .zeile--14 { gap: 14px; }
.zeile--auseinander { justify-content: space-between; }
.zeile--umbruch { flex-wrap: wrap; }
.wachsen { flex: 1; min-width: 0; }
.fest { flex: none; }
.raster-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.raster-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.mitte { text-align: center; }
.rechts { text-align: right; }
.abschneiden { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.fliesstext h3 { margin-top: 8px; font-size: 20px; }
.fliesstext p, .fliesstext li { color: var(--ink-60); font-size: var(--t-14); line-height: 1.55; }
.fliesstext strong { color: var(--ink); }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; transition-duration: .001ms !important; }
}
