/* FANGWERK – statische Seiten (Rechtstexte). Farbsystem aus dem Briefing §9, Systemschrift. */
:root { --background: #EDF8F7; --surface: #D8EEED; --ink: #063C98; --action: #083FC0; --text: #0F2A44; --secondary: #344F63; --divider: #ABCBD0; --highlight: #BDFA71; }
* { box-sizing: border-box; }
html { color-scheme: light; }
body { margin: 0; background: var(--background); color: var(--text); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; font-size: 17px; line-height: 1.55; }
header { border-bottom: 1px solid var(--divider); background: var(--background); }
header .bar { max-width: 760px; margin: 0 auto; padding: 18px 20px; display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.wordmark { font-weight: 800; letter-spacing: 0.08em; color: var(--ink); text-decoration: none; font-size: 18px; }
nav a { color: var(--ink); text-decoration: none; margin-left: 18px; font-size: 15px; }
nav a:hover, main a:hover { text-decoration: underline; }
main { max-width: 760px; margin: 0 auto; padding: 32px 20px 64px; }
h1 { color: var(--ink); font-size: 34px; line-height: 1.15; margin: 0 0 8px; letter-spacing: -0.01em; }
h2 { color: var(--ink); font-size: 22px; margin: 36px 0 10px; }
h3 { color: var(--ink); font-size: 17px; margin: 24px 0 6px; }
p, li { margin: 0 0 12px; }
ul { padding-left: 22px; }
main a { color: var(--action); }
.kicker { color: var(--secondary); font-size: 13px; letter-spacing: 0.12em; text-transform: uppercase; font-weight: 600; margin-bottom: 6px; }
.stand { color: var(--secondary); font-size: 14px; margin-bottom: 28px; }
.panel { background: var(--surface); border-radius: 6px; padding: 16px 18px; margin: 20px 0; }
.panel p:last-child { margin-bottom: 0; }
table { border-collapse: collapse; width: 100%; margin: 12px 0 18px; font-size: 15px; }
th, td { text-align: left; vertical-align: top; padding: 8px 10px 8px 0; border-bottom: 1px solid var(--divider); }
th { color: var(--secondary); font-weight: 600; width: 34%; }
footer { border-top: 1px solid var(--divider); color: var(--secondary); font-size: 14px; }
footer .bar { max-width: 760px; margin: 0 auto; padding: 18px 20px; display: flex; gap: 18px; flex-wrap: wrap; }
footer a { color: var(--secondary); text-decoration: none; }
footer a:hover { text-decoration: underline; }
.cta { display: inline-block; background: var(--action); color: #fff !important; border-radius: 6px; padding: 12px 18px; font-weight: 600; text-decoration: none; }
@media (max-width: 480px) { body { font-size: 16px; } h1 { font-size: 28px; } nav a { margin-left: 12px; } }
