:root {
  --ink: #202124;
  --ink-2: #313338;
  --muted: #636971;
  --white: #ffffff;
  --ice: #edf2f5;
  --ice-2: #dce6ec;
  --ice-strong: #adbeca;
  --bordeaux: #833b39;
  --bordeaux-dark: #692f2e;
  --bordeaux-soft: #f3e8e7;
  --line: #dfe4e7;
  --shadow: 0 22px 70px rgba(32,33,36,.11);
  --radius: 18px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, "Segoe UI", Arial, Helvetica, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.6;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.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; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 999; padding: 10px 14px; background: var(--white); color: var(--ink); border-radius: 8px; }
.skip-link:focus { top: 16px; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(32,33,36,.09); backdrop-filter: blur(14px); }
.nav-wrap { min-height: 86px; display: flex; align-items: center; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; min-width: 285px; }
.brand-signet { width: 66px; height: 34px; object-fit: contain; flex: none; }
.brand-copy { display: grid; line-height: 1.06; }
.brand-copy strong { font-size: 18px; font-weight: 700; letter-spacing: .045em; }
.brand-copy span { color: #6d7076; font-size: 9.5px; letter-spacing: .08em; margin-top: 5px; white-space: nowrap; }
.main-nav { margin-left: auto; display: flex; align-items: center; gap: 17px; }
.main-nav a { text-decoration: none; font-size: 14px; color: #45494f; white-space: nowrap; }
.main-nav a:hover { color: var(--bordeaux); }
.menu-button { display: none; }

.button { display: inline-flex; justify-content: center; align-items: center; min-height: 48px; padding: 0 21px; border-radius: 999px; background: var(--bordeaux); color: var(--white); text-decoration: none; font-weight: 700; font-size: 14px; border: 1px solid var(--bordeaux); transition: transform .15s ease, background .15s ease, border-color .15s ease; }
.button:hover { transform: translateY(-1px); background: var(--bordeaux-dark); border-color: var(--bordeaux-dark); }
.button-small { min-height: 42px; padding-inline: 18px; font-size: 13px; }
.button-secondary { background: transparent; color: var(--ink); border-color: #aeb4b9; }
.button-secondary:hover { color: var(--white); background: var(--ink); border-color: var(--ink); }
.button-light { background: var(--white); color: var(--ink); border-color: var(--white); }
.button-light:hover { background: var(--ice); color: var(--ink); border-color: var(--ice); }
.button-outline-light { background: transparent; color: var(--white); border-color: rgba(255,255,255,.48); }
.button-outline-light:hover { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.72); }

.hero { position: relative; overflow: hidden; background: linear-gradient(115deg, var(--ice) 0%, #f8fafb 42%, #fff 77%); padding: 88px 0 78px; border-bottom: 1px solid var(--line); }
.hero::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 5px; background: var(--bordeaux); }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr); gap: 52px; align-items: center; }
.eyebrow { margin: 0 0 16px; color: var(--bordeaux); text-transform: uppercase; letter-spacing: .12em; font-weight: 800; font-size: 12px; }
.eyebrow.light { color: #e1c3c1; }
h1, h2, h3 { color: var(--ink); line-height: 1.12; margin-top: 0; font-weight: 700; }
h1 { font-size: clamp(42px, 5.3vw, 68px); letter-spacing: -.035em; margin-bottom: 24px; max-width: 900px; }
h1 span { color: var(--bordeaux); }
h2 { font-size: clamp(32px, 3.8vw, 48px); letter-spacing: -.03em; }
h3 { font-size: 26px; margin-bottom: 12px; letter-spacing: -.02em; }
.hero-lead { font-size: 20px; max-width: 760px; color: #555b63; margin: 0 0 30px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-facts { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 28px; color: #616871; font-size: 13px; }
.hero-facts span::before { content: "•"; color: var(--bordeaux); margin-right: 8px; }
.portrait-card { background: var(--ink); border-radius: 26px; padding: 22px; color: var(--white); box-shadow: var(--shadow); border-bottom: 4px solid var(--bordeaux); }
.portrait-frame { overflow: hidden; border-radius: 17px; background: #d9d9d9; aspect-ratio: 4/3; }
.portrait-frame picture { display: block; width: 100%; height: 100%; }
.portrait-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center center; image-rendering: auto; }
.portrait-copy { padding: 20px 4px 4px; }
.portrait-copy p { color: #d7a8a5; text-transform: uppercase; letter-spacing: .1em; font-size: 11px; margin: 0 0 4px; font-weight: 800; }
.portrait-copy h2 { color: var(--white); font-size: 29px; margin-bottom: 7px; }
.portrait-copy span { font-size: 13px; color: #cbd0d5; }

.quick-help { background: var(--ink); color: var(--white); border-bottom: 4px solid var(--bordeaux); }
.quick-grid { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.quick-grid div { display: flex; gap: 18px; align-items: baseline; }
.quick-grid span { color: #c7ccd1; }
.quick-grid a { color: #f0c8c6; text-decoration: none; font-weight: 700; white-space: nowrap; }

.section { padding: 96px 0; }
.section-heading { max-width: 780px; margin-bottom: 42px; }
.section-heading > p:last-child { font-size: 18px; color: var(--muted); }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card { position: relative; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; background: var(--white); min-height: 360px; display: flex; flex-direction: column; box-shadow: 0 10px 34px rgba(32,33,36,.035); }
.card.featured { background: var(--bordeaux-soft); border-color: #ead7d5; }
.card.authority-card { grid-column: span 2; background: var(--ice); border-color: #d4e0e7; }
.card-number { position: absolute; right: 24px; top: 22px; color: #b8bdc2; font-size: 26px; font-weight: 700; }
.card-kicker { color: var(--bordeaux); font-size: 12px; text-transform: uppercase; letter-spacing: .1em; font-weight: 800; margin: 0 0 38px; padding-right: 45px; }
.card p { color: #5a6068; }
.card ul { padding-left: 18px; color: #4f555d; margin-bottom: 22px; }
.text-link { margin-top: auto; color: var(--ink); font-weight: 800; text-decoration: none; }
.text-link:hover { color: var(--bordeaux); }
.tag-list { display: flex; flex-wrap: wrap; gap: 8px; margin: 12px 0 24px; }
.tag-list span { border: 1px solid #cbd6dd; background: rgba(255,255,255,.8); border-radius: 999px; padding: 7px 11px; font-size: 12px; color: #4e555d; }

.section-dark { background: var(--ink); color: #d7dadd; border-top: 4px solid var(--bordeaux); }
.section-dark h2 { color: var(--white); }
.authority-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: start; }
.lead-light { color: var(--white); font-size: 19px; }
.authority-list { display: grid; border-top: 1px solid rgba(255,255,255,.15); }
.authority-list div { display: grid; grid-template-columns: .8fr 1.2fr; gap: 18px; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.15); }
.authority-list strong { color: var(--white); }
.authority-list span { color: #b7bdc3; }
.scope-note { margin: 18px 0 0; padding: 14px 16px; border: 1px solid rgba(255,255,255,.15); border-radius: 12px; color: #d7dadd; font-size: 14px; background: rgba(255,255,255,.035); }

.notice-section { background: var(--ice); }
.notice-grid { display: grid; grid-template-columns: 1fr auto; gap: 60px; align-items: center; }
.notice-grid h2 { margin-bottom: 18px; }
.notice-grid p:last-child { max-width: 820px; color: var(--muted); }

.split { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; }
.prose { font-size: 18px; color: #535a62; }
.prose p:first-child { margin-top: 0; }

.contact-section { background: var(--ice-strong); color: #283039; border-top: 1px solid #9eb2bf; }
.contact-section h2 { color: var(--ink); }
.contact-section .eyebrow { color: var(--bordeaux-dark); }
.contact-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: center; }
.contact-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.contact-card { font-style: normal; background: rgba(255,255,255,.56); border: 1px solid rgba(32,33,36,.13); border-radius: 18px; padding: 28px; display: grid; gap: 8px; }
.contact-card strong { color: var(--ink); font-size: 18px; }
.contact-card hr { border: 0; border-top: 1px solid rgba(32,33,36,.14); width: 100%; margin: 12px 0; }
.contact-section .button-light { background: var(--bordeaux); color: var(--white); border-color: var(--bordeaux); }
.contact-section .button-outline-light { color: var(--ink); border-color: rgba(32,33,36,.42); }

.site-footer { background: #191a1d; color: #c8cbd0; padding: 32px 0 90px; border-top: 4px solid var(--bordeaux); }
.footer-grid { display: flex; justify-content: space-between; gap: 30px; }
.footer-grid > div { display: grid; }
.footer-grid strong { color: var(--white); }
.footer-grid nav { display: flex; gap: 22px; }
.footer-grid a { text-decoration: none; }
.footer-grid a:hover { color: #efc6c3; }
.mobile-contact-bar { display: none; }

@media (max-width: 1080px) {
  .brand { min-width: 260px; }
  .header-call { display: none; }
  .main-nav { gap: 14px; }
  .cards { grid-template-columns: repeat(2, 1fr); }
  .card.authority-card { grid-column: span 2; }
}

@media (max-width: 860px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .nav-wrap { min-height: 74px; }
  .brand { min-width: 0; }
  .brand-signet { width: 58px; height: 30px; }
  .menu-button { margin-left: auto; width: 46px; height: 42px; background: transparent; border: 0; display: grid; align-content: center; gap: 5px; padding: 8px; cursor: pointer; }
  .menu-button span:not(.sr-only) { display: block; width: 100%; height: 2px; background: var(--ink); }
  .main-nav { position: absolute; top: 74px; left: 0; right: 0; display: none; padding: 14px 20px 22px; background: var(--white); border-bottom: 1px solid var(--line); box-shadow: 0 18px 30px rgba(32,33,36,.08); }
  .main-nav.open { display: grid; gap: 4px; }
  .main-nav a { padding: 10px 0; font-size: 15px; }
  .hero { padding: 60px 0 54px; }
  .hero-grid { grid-template-columns: 1fr; gap: 34px; }
  .portrait-card { max-width: 620px; }
  .quick-grid, .quick-grid div { align-items: flex-start; }
  .quick-grid { padding: 18px 0; }
  .quick-grid div { display: grid; gap: 2px; }
  .section { padding: 72px 0; }
  .authority-grid, .contact-grid, .split { grid-template-columns: 1fr; gap: 42px; }
  .notice-grid { grid-template-columns: 1fr; gap: 24px; }
  .cards { grid-template-columns: 1fr; }
  .card.authority-card { grid-column: auto; }
  .authority-list div { grid-template-columns: 1fr; gap: 4px; }
}

@media (max-width: 620px) {
  body { padding-bottom: 62px; }
  .brand-copy strong { font-size: 15px; }
  .brand-copy span { font-size: 8.3px; letter-spacing: .05em; }
  .hero h1 { font-size: 42px; }
  .hero-lead { font-size: 18px; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .hero-facts { display: grid; gap: 5px; }
  .quick-grid { display: grid; }
  .section { padding: 58px 0; }
  .card { min-height: auto; padding: 24px; }
  .section-heading { margin-bottom: 30px; }
  .footer-grid { display: grid; }
  .footer-grid nav { flex-wrap: wrap; }
  .mobile-contact-bar { position: fixed; z-index: 60; bottom: 0; left: 0; right: 0; height: 62px; display: grid; grid-template-columns: 1fr 1fr; background: var(--ink); border-top: 3px solid var(--bordeaux); box-shadow: 0 -8px 24px rgba(0,0,0,.13); }
  .mobile-contact-bar a { display: grid; place-items: center; color: var(--white); text-decoration: none; font-weight: 800; border-right: 1px solid rgba(255,255,255,.15); }
}

/* Rechtliche Seiten */
.legal-hero {
  background: linear-gradient(115deg, var(--ice) 0%, #f8fafb 58%, #fff 100%);
  border-bottom: 1px solid var(--line);
  border-left: 5px solid var(--bordeaux);
  padding: 74px 0 62px;
}
.legal-hero-inner { max-width: 900px; }
.legal-hero h1 { font-size: clamp(44px, 5vw, 64px); margin-bottom: 16px; }
.legal-hero p:last-child { max-width: 760px; margin: 0; color: var(--muted); font-size: 18px; }
.legal-section { padding-top: 72px; }
.legal-layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 72px; align-items: start; }
.legal-content { max-width: 820px; }
.legal-content section { padding: 0 0 36px; margin: 0 0 36px; border-bottom: 1px solid var(--line); }
.legal-content section:last-child { border-bottom: 0; margin-bottom: 0; }
.legal-content h2 { font-size: clamp(25px, 2.7vw, 34px); margin-bottom: 16px; }
.legal-content p, .legal-content li { color: #50575f; }
.legal-content a { color: var(--bordeaux-dark); text-underline-offset: 3px; }
.legal-content ul { padding-left: 22px; }
.legal-link { font-weight: 750; }
.legal-side {
  position: sticky;
  top: 116px;
  display: grid;
  gap: 8px;
  padding: 24px;
  border-radius: 16px;
  background: var(--ice);
  border: 1px solid #d4e0e7;
  color: #555c64;
  font-size: 14px;
}
.legal-side strong { color: var(--ink); font-size: 16px; }
.legal-side hr { border: 0; border-top: 1px solid #cfd9df; width: 100%; margin: 12px 0; }
.legal-side a { color: var(--ink); font-weight: 700; text-decoration: none; }
.legal-side a:hover { color: var(--bordeaux); }
.footer-grid a[aria-current="page"] { color: #efc6c3; }

@media (max-width: 860px) {
  .legal-hero { padding: 52px 0 44px; }
  .legal-layout { grid-template-columns: 1fr; gap: 34px; }
  .legal-side { position: static; order: -1; }
}
