/* sehbehinderung.net – Stylesheet (Relaunch 09/2026)
   Schriften: Atkinson Hyperlegible Next (Fließtext, für Menschen mit Sehbehinderung entwickelt),
   Fraunces (Überschriften). Alle Farben als Tokens; Modi: hell, dunkel, hoher Kontrast. */

@font-face { font-family: "Atkinson Next"; src: url(/fonts/atkinson-next-latin.woff2) format("woff2");
  font-weight: 200 800; font-style: normal; font-display: swap; }
@font-face { font-family: "Atkinson Next"; src: url(/fonts/atkinson-next-latin-italic.woff2) format("woff2");
  font-weight: 200 800; font-style: italic; font-display: swap; }
@font-face { font-family: "Fraunces"; src: url(/fonts/fraunces-latin.woff2) format("woff2");
  font-weight: 100 900; font-style: normal; font-display: swap; }

:root {
  --bg: #fbf8f3;
  --bg-tint: #f3eee5;
  --surface: #ffffff;
  --text: #1a2233;
  --text-muted: #4a5468;
  --heading: #14264d;
  --line: #e2d9ca;
  --line-strong: #c9bca6;
  --brand: #24438c;
  --brand-2: #2d7d71;
  --link: #1f47a8;
  --link-visited: #5a3a9a;
  --accent-soft: #e8eefb;
  --teal-soft: #e3f1ee;
  --warn-soft: #fdf1dc;
  --warn-line: #e3b862;
  --focus: #ffbf1f;
  --focus-ink: #14264d;
  --dark-band: #14264d;
  --dark-band-text: #f4f1ea;
  --shadow: 0 1px 2px rgba(20, 38, 77, .06), 0 6px 18px rgba(20, 38, 77, .06);
  --radius: 16px;
  --radius-sm: 10px;
  --font-body: "Atkinson Next", "Atkinson Hyperlegible Next", "Atkinson Hyperlegible", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  --font-head: "Fraunces", Georgia, "Times New Roman", serif;
  --measure: 70ch;
  --lh: 1.65;
  --ls: 0;
  --ws: 0;
  color-scheme: light;
}

:root[data-theme="dark"] {
  --bg: #0f1522; --bg-tint: #151d2e; --surface: #182236; --text: #e8ecf4; --text-muted: #b3bdd0;
  --heading: #f1f4fa; --line: #2c3a55; --line-strong: #3e5075; --brand: #8fb0ff; --brand-2: #7fd1c3;
  --link: #9dbcff; --link-visited: #c9b0ff; --accent-soft: #1d2a47; --teal-soft: #173432; --warn-soft: #3a2e14;
  --warn-line: #b88a2e; --dark-band: #0a0f19; --dark-band-text: #eef1f7; --shadow: none; color-scheme: dark;
}
@media (prefers-color-scheme: dark) {
  :root:not([data-theme]), :root[data-theme="auto"] {
    --bg: #0f1522; --bg-tint: #151d2e; --surface: #182236; --text: #e8ecf4; --text-muted: #b3bdd0;
    --heading: #f1f4fa; --line: #2c3a55; --line-strong: #3e5075; --brand: #8fb0ff; --brand-2: #7fd1c3;
    --link: #9dbcff; --link-visited: #c9b0ff; --accent-soft: #1d2a47; --teal-soft: #173432; --warn-soft: #3a2e14;
    --warn-line: #b88a2e; --dark-band: #0a0f19; --dark-band-text: #eef1f7; --shadow: none; color-scheme: dark;
  }
}
/* Hoher Kontrast: Gelb auf Schwarz – von vielen Menschen mit Sehbehinderung bevorzugt */
:root[data-theme="contrast"] {
  --bg: #000; --bg-tint: #000; --surface: #000; --text: #fff; --text-muted: #fff; --heading: #ffeb3b;
  --line: #fff; --line-strong: #fff; --brand: #ffeb3b; --brand-2: #ffeb3b; --link: #ffeb3b; --link-visited: #ffd54f;
  --accent-soft: #000; --teal-soft: #000; --warn-soft: #000; --warn-line: #ffeb3b; --focus: #00e5ff; --focus-ink: #000;
  --dark-band: #000; --dark-band-text: #fff; --shadow: none; color-scheme: dark;
}
:root[data-theme="contrast"] img { filter: grayscale(.2) contrast(1.1); }
:root[data-theme="contrast"] .card, :root[data-theme="contrast"] .tile a, :root[data-theme="contrast"] .topic,
:root[data-theme="contrast"] .product, :root[data-theme="contrast"] .summary, :root[data-theme="contrast"] .note,
:root[data-theme="contrast"] .toc, :root[data-theme="contrast"] .org { border-width: 2px; }

:root[data-size="125"] { font-size: 125%; }
:root[data-size="150"] { font-size: 150%; }
:root[data-spacing="wide"] { --lh: 2; --ls: .03em; --ws: .08em; }

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; scroll-padding-top: 1rem; }
@media (prefers-reduced-motion: no-preference) { html { scroll-behavior: smooth; } }
body {
  margin: 0; background: var(--bg); color: var(--text); font-family: var(--font-body);
  font-size: 1.1875rem; line-height: var(--lh); letter-spacing: var(--ls); word-spacing: var(--ws);
  font-variant-ligatures: none; -webkit-font-smoothing: antialiased; overflow-wrap: break-word;
}
img { max-width: 100%; height: auto; display: block; }
h1, h2, h3, h4 { font-family: var(--font-head); color: var(--heading); line-height: 1.18; font-weight: 650;
  letter-spacing: -.01em; margin: 0 0 .5em; font-optical-sizing: auto; hyphens: manual; }
h1 { font-size: clamp(2.1rem, 1.4rem + 3vw, 3.4rem); font-weight: 700; letter-spacing: -.02em; }
h2 { font-size: clamp(1.6rem, 1.3rem + 1.1vw, 2.15rem); }
h3 { font-size: 1.3rem; }
h4 { font-size: 1.1rem; }
p { margin: 0 0 1em; }
a { color: var(--link); text-decoration-thickness: .08em; text-underline-offset: .18em; }
a:hover { text-decoration-thickness: .16em; }
strong { font-weight: 700; }
kbd { font-family: inherit; font-size: .9em; border: 1px solid var(--line-strong); border-bottom-width: 2px;
  border-radius: 5px; padding: .05em .35em; background: var(--surface); white-space: nowrap; }
:focus-visible { outline: 3px solid var(--focus); outline-offset: 2px; box-shadow: 0 0 0 6px var(--focus-ink); border-radius: 4px; }
main:focus { outline: none; }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0);
  clip-path: inset(50%); white-space: nowrap; }
.icon { width: 1.15em; height: 1.15em; flex: none; vertical-align: -.18em; display: inline-block; }

.container { width: 100%; max-width: 1240px; margin: 0 auto; padding: 0 1rem; }
@media (min-width: 700px) { .container { padding: 0 2rem; } }
.narrow { max-width: 820px; }

.skip-link { position: absolute; left: 1rem; top: -100px; z-index: 100; background: var(--focus); color: var(--focus-ink);
  padding: .75rem 1rem; font-weight: 700; border-radius: 0 0 8px 8px; }
.skip-link:focus { top: 0; }

/* ---------------------------------------------------------------- header */
.site-header { background: var(--surface); border-bottom: 1px solid var(--line); position: relative; z-index: 20; }
.header-inner { display: flex; align-items: center; gap: .75rem; min-height: 76px; }
.brand { flex: none; display: inline-flex; align-items: center; gap: .6rem; text-decoration: none; color: var(--heading); margin-right: auto; }
.brand img { width: 40px; height: 40px; }
.brand-name { font-family: var(--font-head); font-weight: 700; font-size: 1.3rem; letter-spacing: -.01em; }
.brand-tld { color: var(--brand-2); }
.main-nav ul { list-style: none; margin: 0; padding: 0; display: flex; gap: .25rem; }
.main-nav a { display: block; white-space: nowrap; padding: .55rem .75rem; border-radius: 999px; color: var(--text); text-decoration: none; font-weight: 600; }
.main-nav a:hover { background: var(--accent-soft); color: var(--heading); }
.main-nav a[aria-current="page"], .main-nav a.is-active { background: var(--accent-soft); color: var(--heading);
  box-shadow: inset 0 -3px 0 var(--brand); border-radius: 10px 10px 4px 4px; }
.main-nav { display: flex; align-items: center; gap: .5rem; }
.nav-contact { background: var(--heading); color: var(--bg) !important; }
.nav-contact:hover { background: var(--brand) !important; color: #fff !important; }
.header-tools { display: flex; gap: .35rem; }
.tool-btn { display: inline-flex; align-items: center; gap: .4rem; min-height: 44px; padding: .45rem .75rem; border-radius: 999px;
  border: 1px solid var(--line-strong); background: var(--surface); color: var(--heading); font: inherit; font-size: 1rem;
  font-weight: 600; cursor: pointer; text-decoration: none; }
.tool-btn:hover { background: var(--accent-soft); }
.tool-btn[aria-expanded="true"] { background: var(--heading); color: var(--bg); border-color: var(--heading); }
.menu-btn { display: none; }

@media (max-width: 1279px) {
  .header-inner { flex-wrap: wrap; }
  .js .menu-btn { display: inline-flex; }
  .js .main-nav { display: none; width: 100%; order: 3; padding: .5rem 0 1rem; flex-direction: column; align-items: stretch; }
  .js .main-nav.is-open { display: flex; }
  .main-nav ul { flex-direction: column; width: 100%; }
  .main-nav a { border-radius: 10px; padding: .8rem 1rem; font-size: 1.1rem; }
  .main-nav a[aria-current="page"], .main-nav a.is-active { box-shadow: inset 4px 0 0 var(--brand); }
  .nav-contact { text-align: center; }
  html:not(.js) .main-nav { width: 100%; order: 3; flex-wrap: wrap; }
  html:not(.js) .main-nav ul { flex-direction: row; flex-wrap: wrap; }
}
@media (max-width: 560px) {
  .tool-label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
  .tool-btn { width: 46px; justify-content: center; padding: 0; }
  .brand-name { font-size: 1.12rem; }
  .brand img { width: 36px; height: 36px; }
}

/* Darstellungs-Panel */
.a11y-panel { border-top: 1px solid var(--line); background: var(--bg-tint); padding: 1.25rem 0 1rem; }
.a11y-title { font-size: 1.25rem; margin-bottom: .75rem; }
.a11y-groups { display: flex; flex-wrap: wrap; gap: 1rem 2rem; }
.a11y-groups fieldset { border: 0; padding: 0; margin: 0; }
.a11y-groups legend { font-weight: 700; margin-bottom: .4rem; }
.seg { display: flex; flex-wrap: wrap; gap: .35rem; }
.seg button { font: inherit; font-size: 1rem; min-height: 44px; padding: .4rem .9rem; border-radius: 999px; cursor: pointer;
  border: 2px solid var(--line-strong); background: var(--surface); color: var(--text); }
.seg button[aria-pressed="true"] { background: var(--heading); color: var(--bg); border-color: var(--heading); font-weight: 700; }
.a11y-hint { font-size: 1rem; color: var(--text-muted); margin: .9rem 0 0; }

/* ---------------------------------------------------------------- buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .5rem; min-height: 52px; padding: .7rem 1.35rem;
  border-radius: 12px; font: inherit; font-weight: 700; text-decoration: none; cursor: pointer; border: 2px solid transparent;
  line-height: 1.25; text-align: center; }
.btn--primary { background: var(--heading); color: var(--bg); }
.btn--primary:hover { background: var(--brand); color: #fff; }
.btn--secondary { background: var(--surface); color: var(--heading); border-color: var(--line-strong); }
.btn--secondary:hover { border-color: var(--heading); }
.btn--light { background: var(--dark-band-text); color: #14264d; }
.btn--light:hover { background: #fff; }
.btn--ghost-light { color: var(--dark-band-text); border-color: rgba(255,255,255,.55); }
.btn--ghost-light:hover { border-color: #fff; }
:root[data-theme="contrast"] .btn--primary, :root[data-theme="contrast"] .btn--light { background: #ffeb3b; color: #000; }
:root[data-theme="contrast"] .btn--secondary, :root[data-theme="contrast"] .btn--ghost-light { border-color: #fff; color: #fff; background: #000; }

/* ---------------------------------------------------------------- hero */
.home-hero { background:
  radial-gradient(1000px 500px at 85% -10%, var(--teal-soft), transparent 60%),
  radial-gradient(900px 500px at -10% 110%, var(--accent-soft), transparent 60%), var(--bg);
  padding: 3rem 0 3.5rem; border-bottom: 1px solid var(--line); }
.hero-grid { display: grid; gap: 2rem; align-items: center; }
@media (min-width: 1000px) { .hero-grid { grid-template-columns: 1.2fr .8fr; gap: 3rem; } }
.home-hero h1 { font-size: clamp(2.3rem, 1.5rem + 3.4vw, 3.9rem); }
.home-hero h1 em { font-style: normal; color: var(--brand-2); }
.eyebrow { display: inline-block; font-weight: 700; font-size: .95rem; letter-spacing: .06em; text-transform: uppercase;
  color: var(--brand-2); margin-bottom: .8rem; }
.lead { font-size: clamp(1.2rem, 1.1rem + .35vw, 1.4rem); color: var(--text); max-width: 40em; line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin: 1.6rem 0 1.4rem; }
.trust { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: .5rem 1.5rem; color: var(--text-muted); font-size: 1rem; }
.trust li { display: inline-flex; gap: .4rem; align-items: center; }
.trust .icon { color: var(--brand-2); }
.hero-media img { border-radius: 24px; box-shadow: var(--shadow); aspect-ratio: 16 / 10; object-fit: cover; width: 100%; }
@media (max-width: 999px) { .home-hero .hero-media { order: -1; } .home-hero .hero-media img { aspect-ratio: 16 / 8; } }

.page-hero { background: var(--bg-tint); border-bottom: 1px solid var(--line); padding: 1.25rem 0 2.25rem; }
.page-hero h1 { margin-top: .25rem; }
.page-hero .lead { margin-bottom: .5rem; }
.page-hero .hero-grid { align-items: end; }
.page-hero.has-media .hero-media img { aspect-ratio: 16 / 9; border-radius: 18px; }
@media (max-width: 999px) { .page-hero .hero-media { display: none; } }
.page-meta { color: var(--text-muted); font-size: 1rem; margin: .75rem 0 0; }
.page-meta .icon { vertical-align: -.2em; }

.breadcrumbs ol { list-style: none; margin: 0 0 1rem; padding: 0; display: flex; flex-wrap: wrap; gap: .25rem; font-size: 1rem; }
.breadcrumbs li { display: inline-flex; align-items: center; gap: .25rem; color: var(--text-muted); }
.breadcrumbs li + li::before { content: "›"; color: var(--text-muted); padding: 0 .2rem; }
.breadcrumbs a { color: var(--text-muted); }
.breadcrumbs a:hover { color: var(--link); }

/* ---------------------------------------------------------------- sections */
.section { padding: 3.5rem 0; }
.section--tint { background: var(--bg-tint); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.section-title { margin-bottom: .35rem; }
.section-intro { color: var(--text-muted); margin-bottom: 1.75rem; max-width: 46em; }
.section-head { display: flex; flex-wrap: wrap; gap: 1rem; align-items: end; justify-content: space-between; margin-bottom: .5rem; }
.more-link { font-weight: 700; display: inline-flex; gap: .35rem; align-items: center; margin-bottom: 1.75rem; }

/* Einstiegskacheln */
.tiles { list-style: none; margin: 0; padding: 0; display: grid; gap: 1rem; grid-template-columns: repeat(auto-fill, minmax(min(290px, 100%), 1fr)); }
.tile a { display: flex; align-items: center; gap: 1rem; height: 100%; padding: 1.15rem 1.2rem; background: var(--surface);
  border: 1px solid var(--line); border-radius: var(--radius); text-decoration: none; color: var(--text); box-shadow: var(--shadow); }
.tile a:hover { border-color: var(--brand); }
.tile-icon, .topic-icon, .card-icon { display: inline-grid; place-items: center; width: 52px; height: 52px; border-radius: 14px;
  background: var(--accent-soft); color: var(--brand); flex: none; }
.tile-icon .icon, .topic-icon .icon, .card-icon .icon { width: 28px; height: 28px; }
.tile-text { display: flex; flex-direction: column; flex: 1; }
.tile-title { font-weight: 700; color: var(--heading); font-size: 1.15rem; }
.tile-sub { color: var(--text-muted); font-size: 1rem; line-height: 1.45; }
.tile-arrow { color: var(--brand); }

.topics { list-style: none; margin: 0; padding: 0; display: grid; gap: 1rem; grid-template-columns: repeat(auto-fill, minmax(min(330px, 100%), 1fr)); }
@media (max-width: 400px) { .topics, .tiles { grid-template-columns: 1fr; } }
.topic { display: flex; gap: 1rem; padding: 1.2rem; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
  text-decoration: none; color: var(--text); height: 100%; }
.topic:hover { border-color: var(--brand); }
.topic-title { display: block; font-family: var(--font-head); font-size: 1.3rem; font-weight: 650; color: var(--heading); margin-bottom: .2rem; }
.topic-sub { display: block; color: var(--text-muted); font-size: 1rem; line-height: 1.5; }

/* Karten */
.cards { list-style: none; margin: 0; padding: 0; display: grid; gap: 1.25rem; grid-template-columns: repeat(auto-fill, minmax(min(300px, 100%), 1fr)); }
@media (max-width: 400px) { .cards { grid-template-columns: 1fr; } }
.cards > li { display: flex; }
.card { position: relative; display: flex; flex-direction: column; background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; width: 100%; }
.card:hover { border-color: var(--brand); }
.card:focus-within { outline: 3px solid var(--focus); outline-offset: 2px; }
.card-body { padding: 1.25rem 1.3rem 1.35rem; display: flex; flex-direction: column; gap: .35rem; }
.card-body p { margin: 0; color: var(--text-muted); font-size: 1.05rem; line-height: 1.55; }
.card-title { font-size: 1.3rem; margin: .1rem 0 .15rem; }
.card-title a { color: var(--heading); text-decoration: none; }
.card-title a::after { content: ""; position: absolute; inset: 0; }
.card-title a:focus-visible { outline: none; box-shadow: none; }
.card-title a:hover { text-decoration: underline; }
.card-meta { font-size: .95rem !important; font-weight: 700; color: var(--brand-2) !important; }
.card-icon { margin-bottom: .4rem; }
.card-media img { aspect-ratio: 16 / 9; object-fit: cover; width: 100%; }

/* ---------------------------------------------------------------- article layout */
.article-layout { padding-top: 2.25rem; padding-bottom: 1rem; }
.article-main { max-width: 780px; }
.prose { max-width: var(--measure); }
.prose--wide { max-width: 860px; }
.prose > section { margin-bottom: 1.5rem; }
.prose h2 { margin-top: 2.2rem; padding-top: .25rem; }
.prose h3 { margin-top: 1.6rem; }
.prose ul, .prose ol { padding-left: 1.4rem; margin: 0 0 1.2rem; }
.prose li { margin-bottom: .45rem; }
.prose li::marker { color: var(--brand-2); font-weight: 700; }
.prose blockquote { margin: 1.5rem 0; padding: .5rem 0 .5rem 1.25rem; border-left: 4px solid var(--brand-2); font-size: 1.15em; color: var(--heading); }
.prose figure { margin: 1.5rem 0; }
.prose figure img { border-radius: var(--radius-sm); }
.prose figcaption { font-size: 1rem; color: var(--text-muted); margin-top: .4rem; }
.prose dl dt { font-weight: 700; margin-top: .8rem; }
.prose dl dd { margin: 0 0 .5rem 0; }
.prose hr { border: 0; border-top: 1px solid var(--line); margin: 2rem 0; }
.prose .cards { margin: 1rem 0 1.5rem; }
.prose .steps { counter-reset: step; list-style: none; padding-left: 0; }
.prose .steps > li { counter-increment: step; position: relative; padding-left: 3.1rem; margin-bottom: 1rem; }
.prose .steps > li::before { content: counter(step); position: absolute; left: 0; top: .05rem; width: 2.1rem; height: 2.1rem; border-radius: 50%;
  display: grid; place-items: center; background: var(--heading); color: var(--bg); font-weight: 700; font-size: 1rem; }

.table-wrap { overflow-x: auto; margin: 1rem 0 1.5rem; border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--surface); }
table { border-collapse: collapse; width: 100%; font-size: 1.02rem; }
th, td { text-align: left; vertical-align: top; padding: .7rem .85rem; border-bottom: 1px solid var(--line); }
thead th { background: var(--bg-tint); color: var(--heading); }
tbody tr:last-child td { border-bottom: 0; }
caption { text-align: left; padding: .7rem .85rem; font-weight: 700; color: var(--heading); }

.summary { background: var(--teal-soft); border: 1px solid var(--line); border-left: 6px solid var(--brand-2); border-radius: var(--radius-sm);
  padding: 1.1rem 1.4rem .5rem; margin: 0 0 2rem; }
.summary-title { font-size: 1.3rem; margin-bottom: .6rem; }
.summary ul { padding-left: 1.25rem; margin: 0 0 .75rem; }
.summary li { margin-bottom: .45rem; }

.toc { border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 1rem 1.3rem .6rem; margin: 0 0 2rem; background: var(--surface); }
.toc-title { font-family: var(--font-body); font-size: 1.05rem; font-weight: 700; letter-spacing: .02em; margin-bottom: .5rem; color: var(--heading); }
.toc ul { margin: 0 0 .5rem; padding-left: 1.2rem; }
.toc li { margin-bottom: .3rem; }
@media (min-width: 700px) { .toc ul { columns: 2; column-gap: 2.5rem; } .toc li { break-inside: avoid; } }

.note { display: flex; gap: .85rem; align-items: flex-start; padding: 1rem 1.2rem; border-radius: var(--radius-sm); margin: 1.5rem 0;
  background: var(--accent-soft); border: 1px solid var(--line); }
.note > .icon { color: var(--brand); margin-top: .25rem; width: 1.4em; height: 1.4em; }
.note p:last-child { margin-bottom: 0; }
.note--warn { background: var(--warn-soft); border-color: var(--warn-line); }
.note--warn > .icon { color: #9a5b00; }
:root[data-theme="dark"] .note--warn > .icon, :root[data-theme="contrast"] .note--warn > .icon { color: var(--warn-line); }
.note--tip { background: var(--teal-soft); }
.note--tip > .icon { color: var(--brand-2); }

/* Organisations-Karten (Anlaufstellen) */
.orgs { list-style: none; padding: 0; margin: 1rem 0 2rem; display: grid; gap: 1rem; }
.org { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.2rem 1.35rem; }
.org h3 { margin: 0 0 .4rem; font-size: 1.25rem; }
.org p { margin: 0 0 .6rem; }
.org-links { display: flex; flex-wrap: wrap; gap: .3rem 1.25rem; margin: .4rem 0 0; padding: 0; list-style: none; font-weight: 600; }
.org-links li { margin: 0; }
.prose .org-links { padding-left: 0; }

.faq { margin: 2.5rem 0; }
.faq-item { border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--surface); margin-bottom: .75rem; }
.faq-item summary { cursor: pointer; padding: 1rem 1.2rem; list-style: none; display: flex; justify-content: space-between; gap: 1rem; align-items: center; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; font-size: 1.6rem; line-height: 1; color: var(--brand); font-weight: 400; }
.faq-item[open] summary::after { content: "–"; }
.faq-item summary h3 { margin: 0; font-size: 1.15rem; font-family: var(--font-body); font-weight: 700; letter-spacing: 0; }
.faq-a { padding: 0 1.2rem 1rem; }
.faq-a p:last-child { margin-bottom: 0; }

.sources { margin: 2.5rem 0 1rem; padding-top: 1.5rem; border-top: 1px solid var(--line); }
.sources h2 { font-size: 1.35rem; }
.sources ul { padding-left: 1.2rem; font-size: 1.02rem; }
.sources li { margin-bottom: .35rem; word-break: break-word; }

.related { padding: 2.5rem 0 3rem; }
.related h2 { font-size: 1.6rem; }
.collection { padding-top: 2.25rem; padding-bottom: 3rem; }
.section-block { margin: 0 0 2.5rem; }

/* Filter-Chips */
.filter-bar { margin: 0 0 1rem; }
.filter-label { font-weight: 700; margin-bottom: .5rem; }
.chips { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: .5rem; }
.chip { font: inherit; font-size: 1rem; min-height: 44px; padding: .45rem 1rem; border-radius: 999px; cursor: pointer;
  border: 2px solid var(--line-strong); background: var(--surface); color: var(--text); font-weight: 600; }
.chip:hover { border-color: var(--heading); }
.chip[aria-pressed="true"] { background: var(--heading); border-color: var(--heading); color: var(--bg); }
.chip-count { font-weight: 400; }
.result-count { color: var(--text-muted); font-size: 1rem; margin: .5rem 0 1rem; }
.cards--list > li[hidden] { display: none; }

/* Hilfsmittel */
.product-group { margin-bottom: 2.5rem; }
.product-group[hidden] { display: none; }
.products { list-style: none; padding: 0; margin: 0; display: grid; gap: 1.25rem; grid-template-columns: repeat(auto-fill, minmax(min(300px, 100%), 1fr)); }
@media (max-width: 400px) { .products { grid-template-columns: 1fr; } }
.product { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; display: flex; flex-direction: column; box-shadow: var(--shadow); }
.product-media { position: relative; background: var(--bg-tint); }
.product-media img { aspect-ratio: 3 / 2; object-fit: cover; width: 100%; }
.badge { position: absolute; left: .75rem; top: .75rem; background: rgba(20,38,77,.88); color: #fff; font-size: .85rem; font-weight: 700;
  padding: .2rem .6rem; border-radius: 999px; }
.product-body { padding: 1.1rem 1.25rem 1.3rem; display: flex; flex-direction: column; flex: 1; }
.product-body h3 { margin: .15rem 0 .5rem; }
.product-body p { font-size: 1.05rem; margin-bottom: .6rem; }
.product-facts { padding-left: 1.2rem; margin: 0 0 .7rem; font-size: 1.02rem; }
.product-facts li { margin-bottom: .25rem; }
.product-note { color: var(--text-muted); }
.product-price { font-weight: 700; color: var(--heading); margin-top: auto !important; }
.product-link { margin: 0 !important; font-weight: 700; }

/* CTA-Band */
.cta-band { background: var(--dark-band); color: var(--dark-band-text); padding: 3rem 0; }
.cta-band h2 { color: var(--dark-band-text); }
:root[data-theme="contrast"] .cta-band { border-top: 2px solid #fff; }
:root[data-theme="contrast"] .cta-band h2 { color: #ffeb3b; }
.cta-inner { display: grid; gap: 1.5rem; align-items: center; }
@media (min-width: 900px) { .cta-inner { grid-template-columns: 1.4fr 1fr; } }
.cta-inner p { max-width: 42em; margin: 0; opacity: .95; }
.cta-actions { display: flex; flex-wrap: wrap; gap: .75rem; }

/* Suche + Formulare */
.search-form label, .form label { display: block; font-weight: 700; margin-bottom: .35rem; }
.search-row { display: flex; gap: .5rem; flex-wrap: wrap; }
.search-row input { flex: 1 1 260px; }
input[type="search"], input[type="text"], input[type="email"], select, textarea {
  font: inherit; color: var(--text); background: var(--surface); border: 2px solid var(--line-strong); border-radius: 10px;
  padding: .7rem .9rem; min-height: 52px; width: 100%; }
input:focus-visible, select:focus-visible, textarea:focus-visible { border-color: var(--heading); }
.search-results { list-style: none; padding: 0; margin: 1rem 0 2rem; }
.search-results li { padding: 1rem 0; border-bottom: 1px solid var(--line); }
.search-results .sr-section { font-size: .95rem; font-weight: 700; color: var(--brand-2); margin: 0; }
.search-results h2 { font-size: 1.3rem; margin: .1rem 0 .3rem; }
.search-results p { margin: 0; color: var(--text-muted); }
.search-form { margin: 2rem 0 1rem; }
.form { display: grid; gap: 1.1rem; max-width: 640px; margin: 1.5rem 0 2rem; }
.form .check { display: flex; gap: .7rem; align-items: flex-start; font-weight: 400; }
.form .check input { width: 26px; height: 26px; margin-top: .15rem; flex: none; accent-color: var(--heading); }
.form .hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-status { padding: .9rem 1.1rem; border-radius: 10px; font-weight: 700; }
.form-status:empty { display: none; }
.form-status.ok { background: var(--teal-soft); border: 1px solid var(--brand-2); }
.form-status.err { background: var(--warn-soft); border: 1px solid var(--warn-line); }
.required-hint { color: var(--text-muted); font-size: 1rem; }

/* ---------------------------------------------------------------- footer */
.site-footer { background: var(--bg-tint); border-top: 1px solid var(--line); padding: 3rem 0 1.5rem; font-size: 1.05rem; }
.footer-grid { display: grid; gap: 2rem; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); }
.footer-about { grid-column: span 2; max-width: 30rem; }
@media (max-width: 700px) { .footer-about { grid-column: auto; } }
.footer-brand { display: flex; align-items: center; gap: .6rem; font-family: var(--font-head); font-weight: 700; font-size: 1.3rem; color: var(--heading); }
.footer-col h2 { font-family: var(--font-body); font-size: 1rem; text-transform: uppercase; letter-spacing: .08em; color: var(--text-muted); margin-bottom: .8rem; }
.footer-col ul { list-style: none; margin: 0; padding: 0; }
.footer-col li { margin-bottom: .5rem; }
.footer-col a, .footer-about a { color: var(--heading); }
.footer-bottom { border-top: 1px solid var(--line); margin-top: 2rem; padding-top: 1.25rem; color: var(--text-muted); font-size: .98rem;
  display: flex; flex-wrap: wrap; justify-content: space-between; gap: .5rem 2rem; }
.footer-bottom p { margin: 0; }

@media print {
  .site-header, .site-footer, .cta-band, .related, .toc, .skip-link, .hero-media, .filter-bar { display: none !important; }
  body { font-size: 12pt; background: #fff; color: #000; }
  a { color: #000; }
  .prose a[href^="http"]::after { content: " (" attr(href) ")"; font-size: .85em; }
}
@media (prefers-reduced-motion: reduce) { * { animation: none !important; transition: none !important; } }

/* Startseite: Schwerpunkt + Werte */
.section--focus { background: linear-gradient(135deg, var(--accent-soft), var(--teal-soft)); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.focus-grid { display: grid; gap: 2rem; align-items: center; }
@media (min-width: 900px) { .focus-grid { grid-template-columns: 1.1fr 1fr; gap: 3rem; } }
.focus-links { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.25rem; }
.focus-points { list-style: none; margin: 0; padding: 0; display: grid; gap: .75rem; }
.focus-points li { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-sm); padding: .9rem 1.1rem; }
.focus-points strong { color: var(--heading); }
.values { list-style: none; margin: 0; padding: 0; display: grid; gap: 1.25rem; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.values li { border-top: 4px solid var(--brand-2); background: var(--surface); border-radius: 0 0 var(--radius-sm) var(--radius-sm); padding: 1.2rem 1.3rem .4rem; border-left: 1px solid var(--line); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.values h3 { margin-bottom: .4rem; }
.values p { color: var(--text-muted); }
.product-media--icon { aspect-ratio: 3 / 2; display: grid; place-items: center; background: linear-gradient(135deg, var(--accent-soft), var(--teal-soft)); color: var(--brand); }
.product-media--icon .icon { width: 72px; height: 72px; stroke-width: 1.5; }
.prose .orgs { padding-left: 0; list-style: none; }
.prose .orgs > li { margin-bottom: 0; }
.prose .org ul:not(.org-links) { margin-bottom: .5rem; }
.note > div > ul { margin: .25rem 0 .75rem; padding-left: 1.2rem; }
.link-list { font-size: 1.15rem; }
/* Artikel mit Seitenspalte */
.article-aside { display: none; }
@media (min-width: 1100px) {
  .article-layout.has-aside { display: grid; grid-template-columns: minmax(0, 780px) 300px; gap: 3.5rem; align-items: start; }
  .article-aside { display: block; position: sticky; top: 1.5rem; }
  .article-aside .toc { margin-bottom: 1.25rem; }
  .article-aside .toc ul { columns: 1; }
  .toc--inline { display: none; }
}
.toc--side .toc-title { font-size: 1rem; }
.toc--side li { font-size: 1rem; line-height: 1.45; margin-bottom: .5rem; }
.aside-help { border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--teal-soft); padding: 1rem 1.2rem; font-size: 1rem; }
.aside-help p { margin: 0 0 .5rem; }
.aside-help-title { font-weight: 700; color: var(--heading); }
.nav-search { display: none; }
@media (max-width: 560px) {
  .js .tool-search { display: none; }
  .js .nav-search { display: block; }
  .header-inner { gap: .5rem; }
}

.tile-text, .topic, .card-body, .product-body, .org, .prose, .summary, .faq-item summary h3 { min-width: 0; hyphens: auto; -webkit-hyphens: auto; overflow-wrap: break-word; }
h1, h2 { overflow-wrap: break-word; hyphens: auto; -webkit-hyphens: auto; }
@media (max-width: 400px) { .tile a { padding: 1rem; gap: .75rem; } .tile-icon { width: 44px; height: 44px; } }
.tiles > li, .topics > li, .cards > li, .products > li { min-width: 0; }
.tile-sub, .topic-sub, .card-body p { overflow-wrap: anywhere; }
/* Vergrößerte Schrift: kompaktes Menü und einspaltige Artikel auf allen Breiten */
:root[data-size] .header-inner { flex-wrap: wrap; }
:root[data-size].js .menu-btn { display: inline-flex; }
:root[data-size].js .main-nav { display: none; width: 100%; order: 3; padding: .5rem 0 1rem; flex-direction: column; align-items: stretch; }
:root[data-size].js .main-nav.is-open { display: flex; }
:root[data-size] .main-nav ul { flex-direction: column; width: 100%; }
:root[data-size] .main-nav a { border-radius: 10px; padding: .8rem 1rem; }
:root[data-size] .nav-search { display: block; }
:root[data-size] .tool-search { display: none; }
:root[data-size] .article-layout.has-aside { display: block; }
:root[data-size] .article-aside { display: none; }
:root[data-size] .toc--inline { display: block; }
:root[data-size] .toc ul { columns: 1; }
:root[data-size] .hero-grid { grid-template-columns: 1fr; }
:root[data-size] .hero-media { display: none; }
.hero-grid > *, .article-layout > *, .focus-grid > *, .cta-inner > * { min-width: 0; }
:root[data-size] h1, :root[data-size] h2 { overflow-wrap: anywhere; }
