:root {
  --ink: #0b1020;
  --muted: #5c6570;
  --primary: #0066ff;
  --accent: #ff5500;
  --provokation: #ffd2c2;
  --aussen: #f4f7ff;
  --wash: #f3f6ff;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body { font: 18px/1.45 "Source Sans 3", system-ui, sans-serif; color: var(--ink); background: var(--aussen); }
a { color: inherit; }
h1, h2, .name, table th { font-family: "IBM Plex Sans", system-ui, sans-serif; font-weight: 700; letter-spacing: -.03em; }
.buehne { max-width: 880px; margin: 0 auto; padding: 12px 20px 48px; }
.blatt { background: #fff; border-radius: 28px; box-shadow: 0 24px 60px rgba(11, 16, 32, .08); overflow: hidden; }
.kopf { padding: 16px 28px 8px; }
.wortmarke { display: flex; gap: 10px; align-items: center; text-decoration: none; line-height: 1; width: max-content; }
.wortmarke img { width: 40px; height: 40px; border-radius: 12px; }
.endlich { font-family: Caveat, "IBM Plex Sans", sans-serif; font-weight: 700; font-size: 1.18rem; letter-spacing: .02em; color: var(--accent); line-height: .85; display: block; }
.name { font-size: 1rem; line-height: 1.1; display: block; }
.inhalt { padding: 12px 28px 36px; }
.kante { font-family: Caveat, "IBM Plex Sans", sans-serif; font-weight: 700; font-size: 1.8rem; color: var(--accent); margin: 0 0 8px; line-height: 1; }
h1 { font-size: clamp(1.8rem, 4vw, 2.4rem); line-height: 1.1; margin: 0 0 14px; }
h2 { font-size: 1.15rem; margin: 1.6em 0 .5em; }
p { margin: 0 0 12px; max-width: 38em; }
.klein { font-size: .92rem; color: var(--muted); line-height: 1.4; }
.vertrauen { background: var(--wash); border-left: 4px solid var(--accent); border-radius: 0 16px 16px 0; padding: 16px 18px; margin: 0 0 22px; }
.vertrauen p { margin: 0; max-width: none; }
table.betraege { width: 100%; border-collapse: collapse; margin: 8px 0 18px; }
table.betraege th, table.betraege td { text-align: left; padding: 10px 8px; border-bottom: 1px solid #e8edf4; vertical-align: top; }
table.betraege th { font-size: .8rem; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); }
table.betraege td:last-child, table.betraege th:last-child { text-align: right; font-family: "IBM Plex Sans", system-ui, sans-serif; font-weight: 700; white-space: nowrap; }
.wege { margin: 8px 0 18px; display: flex; flex-direction: column; gap: 0; }
.weg { padding: 14px 0; border-bottom: 1px solid #e8edf4; }
.weg:first-child { border-top: 1px solid #e8edf4; }
.weg b { display: block; font-family: "IBM Plex Sans", system-ui, sans-serif; margin: 0 0 4px; }
.weg p { margin: 0; color: var(--muted); font-size: .95rem; max-width: none; }
.fuss { padding: 22px 28px; display: flex; justify-content: space-between; align-items: center; gap: 12px; flex-wrap: wrap; border-top: 1px solid #e8edf4; }
.fuss p { margin: 0; font-size: .85rem; color: var(--muted); }
.fuss a { color: var(--ink); text-underline-offset: 3px; }
.fuss img { width: 28px; height: 28px; border-radius: 8px; }
ol { padding-left: 1.2em; margin: 0 0 14px; }
ol li { margin: 0 0 8px; }

@media (max-width: 720px) {
  .buehne { padding: 8px; }
  .kopf, .inhalt, .fuss { padding-left: 16px; padding-right: 16px; }
  table.betraege td:last-child, table.betraege th:last-child { white-space: nowrap; }
}
