@font-face {
  font-family: 'Archivo';
  src: url('/fonts/archivo-latin.woff2') format('woff2');
  font-weight: 100 900; font-style: normal; font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Archivo';
  src: url('/fonts/archivo-latin-ext.woff2') format('woff2');
  font-weight: 100 900; font-style: normal; font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* LeadBakery - gemeinsames Stylesheet der Unterseiten
   Beim Design-Wechsel wird nur diese Datei ersetzt. */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --bg:        #F7F9FC;
  --surface:   #ffffff;
  --ink:       #0F2A4A;
  --body:      #47576B;
  --soft:      #5E6E85;
  --line:      rgba(15,42,74,0.10);
  --line-2:    rgba(15,42,74,0.18);
  --accent:    #185FA5;
  --hl:        #D85A30;
  --amber:     #EF9F27;
  --accent-sf: #E6F1FB;
  --dark:      #0F1E33;
  --ok:        #15803d;
  --bad:       #dc2626;
  --mono:      ui-monospace, "SF Mono", "Cascadia Mono", Menlo, Consolas, monospace;
  --sans:      "Archivo", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

html { scroll-behavior: smooth; background: var(--bg); }
[id] { scroll-margin-top: 96px; }

body {
  font-family: var(--sans);
  background: var(--bg);
  color: var(--body);
  font-size: 17px;
  line-height: 1.72;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: var(--accent); text-underline-offset: 2px; }
a:focus-visible, summary:focus-visible, button:focus-visible {
  outline: 2px solid var(--accent); outline-offset: 3px; border-radius: 5px;
}

.wrap { max-width: 780px; margin: 0 auto; padding: 0 24px; }

/* ── Kopfzeile ── */
.topbar {
  background: var(--dark);
  border-bottom: 1px solid rgba(255,255,255,0.08);
  position: sticky; top: 0; z-index: 40;
}
.topbar-in {
  max-width: 1120px; margin: 0 auto; padding: 0 24px;
  height: 58px; display: flex; align-items: center; justify-content: space-between; gap: 1rem;
}
.brand { display: flex; align-items: center; text-decoration: none; }
.topbar a.cta {
  font-size: 0.83rem; font-weight: 600; color: var(--dark);
  background: #f2f4f7; padding: 0.5rem 1.05rem; border-radius: 999px;
  text-decoration: none; white-space: nowrap;
}
.topbar a.cta:hover { background: #fff; }

/* ── Brotkrume ── */
.crumbs { font-size: 0.8rem; color: var(--soft); padding: 22px 0 0; }
.crumbs a { color: var(--soft); text-decoration: none; }
.crumbs a:hover { color: var(--ink); text-decoration: underline; }
.crumbs span { margin: 0 0.4rem; color: var(--line-2); }

/* ── Artikel ── */
article { padding: 14px 0 72px; }
.stand {
  font-family: var(--mono); font-size: 0.7rem; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--soft); display: block; margin-bottom: 1.1rem;
}
h1 {
  font-size: clamp(1.9rem, 4.6vw, 2.75rem); font-weight: 700; color: var(--ink);
  line-height: 1.14; letter-spacing: -0.025em; text-wrap: balance; margin-bottom: 1.1rem;
}
.answer {
  font-size: 1.12rem; line-height: 1.68; color: var(--ink); font-weight: 500;
  border-left: 3px solid var(--accent); padding: 0.1rem 0 0.1rem 1.15rem; margin-bottom: 2.2rem;
}
h2 {
  font-size: clamp(1.32rem, 3vw, 1.68rem); font-weight: 700; color: var(--ink);
  line-height: 1.24; letter-spacing: -0.018em; text-wrap: balance;
  margin: 2.6rem 0 0.85rem;
}
h3 { font-size: 1.06rem; font-weight: 600; color: var(--ink); margin: 1.8rem 0 0.45rem; }
p { margin-bottom: 1.05rem; }
article ul, article ol { margin: 0 0 1.15rem 1.15rem; }
article li { margin-bottom: 0.42rem; }
article li::marker { color: var(--line-2); }
strong { color: var(--ink); font-weight: 600; }
.small { font-size: 0.86rem; color: var(--soft); }

/* ── Kennzahlen ── */
.figures {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 1px; background: var(--line); border: 1px solid var(--line);
  border-radius: 12px; overflow: hidden; margin: 1.8rem 0 2rem;
}
.fig { background: var(--surface); padding: 1.15rem 1.25rem; }
.fig b {
  display: block; font-size: 1.5rem; font-weight: 700; color: var(--ink);
  letter-spacing: -0.02em; line-height: 1.15; font-variant-numeric: tabular-nums;
}
.fig span { display: block; font-size: 0.84rem; color: var(--soft); margin-top: 0.2rem; line-height: 1.45; }

/* ── Tabellen ── */
.scroller { overflow-x: auto; margin: 1.5rem 0 1.8rem; border: 1px solid var(--line); border-radius: 12px; background: var(--surface); }
table { border-collapse: collapse; width: 100%; font-size: 0.93rem; min-width: 540px; }
th, td { text-align: left; padding: 0.75rem 1.05rem; border-bottom: 1px solid var(--line); vertical-align: top; }
thead th {
  font-family: var(--mono); font-size: 0.68rem; font-weight: 600; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--soft); background: var(--bg); border-bottom: 1px solid var(--line-2);
}
tbody tr:last-child td { border-bottom: none; }
td:first-child { color: var(--ink); font-weight: 500; }

/* ── Hinweiskasten ── */
.box {
  background: var(--surface); border: 1px solid var(--line); border-left: 3px solid var(--accent);
  padding: 1.15rem 1.35rem; border-radius: 0 12px 12px 0; margin: 1.8rem 0;
}
.box p:last-child { margin-bottom: 0; }
.box .lbl {
  font-family: var(--mono); font-size: 0.68rem; letter-spacing: 0.13em; text-transform: uppercase;
  color: var(--accent); display: block; margin-bottom: 0.4rem;
}

/* ── FAQ ── */
details {
  background: var(--surface); border: 1px solid var(--line); border-radius: 12px;
  margin-bottom: 0.6rem;
}
summary {
  cursor: pointer; list-style: none; padding: 1rem 3rem 1rem 1.25rem;
  font-weight: 600; color: var(--ink); font-size: 0.99rem; position: relative;
}
summary::-webkit-details-marker { display: none; }
summary::after {
  content: '+'; position: absolute; right: 1.25rem; top: 50%; transform: translateY(-50%);
  color: var(--accent); font-size: 1.35rem; font-weight: 300; line-height: 1;
}
details[open] summary::after { content: '\2212'; }
details .a { padding: 0 1.25rem 1.2rem; font-size: 0.94rem; }

/* ── CTA ── */
.cta-band {
  background: var(--dark); border-radius: 16px; padding: 2.2rem 2rem; margin: 2.8rem 0 0; text-align: center;
}
.cta-band h2 { color: #fff; margin: 0 0 0.7rem; }
.cta-band p { color: rgba(230,241,251,0.7); margin: 0 auto 1.5rem; max-width: 46ch; }
.btn {
  display: inline-flex; align-items: center; gap: 0.5rem;
  background: linear-gradient(180deg, #2C7AC9, #185FA5); color: #fff;
  font-weight: 600; font-size: 0.95rem; padding: 0.82rem 1.7rem; border-radius: 999px;
  text-decoration: none; border: 1px solid rgba(255,255,255,0.22);
  box-shadow: 0 10px 26px -10px rgba(24,95,165,0.6);
}
.btn:hover { filter: brightness(1.06); }

/* ── Weiterlesen ── */
.more { margin-top: 2.8rem; border-top: 1px solid var(--line-2); padding-top: 1.6rem; }
.more h2 { margin-top: 0; font-size: 1.1rem; }
.more ul { list-style: none; margin: 0; }
.more li { margin-bottom: 0.5rem; }
.more a { text-decoration: none; font-weight: 500; }
.more a:hover { text-decoration: underline; }
.more em { font-style: normal; color: var(--soft); font-weight: 400; }

/* ── Fußzeile ── */
footer { border-top: 1px solid var(--line); background: rgba(255,255,255,0.55); padding: 2.4rem 0 3rem; }
.foot { max-width: 1120px; margin: 0 auto; padding: 0 24px; }
.foot-links { display: flex; gap: 1.4rem; flex-wrap: wrap; margin-bottom: 1.3rem; }
.foot-links a { color: var(--body); text-decoration: none; font-size: 0.86rem; }
.foot-links a:hover { color: var(--ink); }
.foot-copy { font-size: 0.77rem; color: var(--soft); padding-top: 1.3rem; border-top: 1px solid var(--line); }

@media (max-width: 560px) {
  body { font-size: 16.5px; }
  .cta-band { padding: 1.8rem 1.3rem; }
}

/* ── Markenlogo in der Kopfzeile ── */
.brand img { height: 26px; width: auto; display: block; }
