/* Eigener, isolierter Dokumentstil. Wird ausschließlich von den
   Informationsdokumenten geladen; keine globalen App-Styles, keine Bilder,
   keine externen Schriften oder Skripte. */
:root { color-scheme: light; }
* { box-sizing: border-box; }
body {
  margin: 0;
  padding: 1.5rem 1rem 4rem;
  font: 16px/1.65 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: #16202c;
  background: #ffffff;
}
main { max-width: 46rem; margin: 0 auto; }
.skip { position: absolute; left: -9999px; }
.skip:focus { position: static; display: inline-block; margin-bottom: 1rem; }
.preview {
  max-width: 46rem; margin: 0 auto 1.5rem; padding: 0.75rem 1rem;
  border: 2px solid #b42318; border-radius: 6px; background: #fff5f4;
  font-weight: 600; font-size: 0.9rem; color: #7a1710;
}
h1 { font-size: 1.75rem; line-height: 1.25; margin: 0 0 0.75rem; }
h2 { font-size: 1.3rem; line-height: 1.3; margin: 2.25rem 0 0.75rem; }
h3 { font-size: 1.05rem; margin: 1.5rem 0 0.5rem; }
p { margin: 0 0 1rem; }
.lead { font-size: 1.05rem; font-weight: 600; }
.statement { font-weight: 600; }
.byline { font-size: 0.85rem; color: #4a5866; margin-bottom: 1.5rem; }
.note { font-size: 0.9rem; color: #4a5866; }
a { color: #0a5ea8; }
a:hover { text-decoration: none; }
ul { margin: 0 0 1rem; padding-left: 1.25rem; }
li { margin-bottom: 0.35rem; }
.cta a {
  display: inline-block; padding: 0.6rem 1rem; border: 1px solid #0a5ea8;
  border-radius: 4px; font-weight: 600; text-decoration: none;
}
.table-scroll { overflow-x: auto; margin: 0 0 1.25rem; }
table { width: 100%; border-collapse: collapse; font-size: 0.92rem; }
caption { text-align: left; font-weight: 600; padding-bottom: 0.5rem; }
th, td { border: 1px solid #d5dde5; padding: 0.5rem 0.6rem; text-align: left; vertical-align: top; }
thead th { background: #f2f6fa; }
code { font-size: 0.85rem; background: #f2f6fa; padding: 0.1rem 0.3rem; border-radius: 3px; }
.doc-footer { font-size: 0.82rem; color: #4a5866; margin-top: 2rem; }
@media (max-width: 560px) {
  body { padding: 1rem 0.85rem 3rem; }
  h1 { font-size: 1.5rem; }
  table { font-size: 0.85rem; min-width: 32rem; }
}

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