/* Bausparvorteil – Gestaltung. Schrift DM Sans (selbst gehostet), Farben aus dem INTERNA-Logo. */
@font-face { font-family: 'DM Sans'; font-style: normal; font-weight: 100 1000; font-display: swap; src: url('/assets/fonts/dm-sans-latin.woff2') format('woff2'); 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: 'DM Sans'; font-style: normal; font-weight: 100 1000; font-display: swap; src: url('/assets/fonts/dm-sans-latin-ext.woff2') format('woff2'); 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; }

:root {
  --blau: #003E90; --nacht: #0B2350; --orange: #D23C0E; --orange-dunkel: #B5330B; --gold: #F5A623;
  --text: #1A1A2E; --grau: #3F4555; --grau2: #5B6272; --linie: #E4EAF3; --flaeche: #F6F8FB; --hellblau: #EEF3FB; --weiss: #FFFFFF;
  --radius: 16px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: 'DM Sans', system-ui, sans-serif; color: var(--text); background: var(--weiss); font-size: 16px; line-height: 1.6; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
h1, h2, h3 { margin: 0; line-height: 1.15; letter-spacing: -0.4px; }
p { margin: 0; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 2px; }
.wrap { max-width: 1200px; margin: 0 auto; padding: 0 32px; }
.sektion { padding: 88px 0; scroll-margin-top: 80px; }
.flaeche { background: var(--flaeche); }
.dunkel { background: var(--nacht); color: var(--weiss); }
.oberzeile { font-size: 14px; font-weight: 700; color: var(--orange); letter-spacing: 0.6px; text-transform: uppercase; }
.dunkel .oberzeile { color: var(--gold); }
.titel { font-size: 38px; color: var(--blau); }
.dunkel .titel { color: var(--weiss); }
.kopf { max-width: 760px; display: flex; flex-direction: column; gap: 14px; margin-bottom: 44px; }
.einleitung { font-size: 17px; color: var(--grau); }
.dunkel .einleitung { color: #D6E1F2; }
.grid { display: grid; gap: 20px; }
.g2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.g3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.g4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.reihe { display: flex; gap: 56px; align-items: center; }
.reihe > * { flex: 1; min-width: 0; }
.karte { background: var(--weiss); border: 1.5px solid var(--linie); border-radius: var(--radius); padding: 28px; display: flex; flex-direction: column; gap: 12px; }
.knopf { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 30px; border-radius: 500px; font-weight: 700; font-size: 16px; text-decoration: none; border: none; cursor: pointer; font-family: inherit; transition: background-color .18s ease; }
.knopf-orange { background: var(--orange); color: var(--weiss); }
.knopf-orange:hover { background: var(--orange-dunkel); }
.knopf-hell { background: var(--weiss); color: var(--blau); border: 1.5px solid #BFD0EA; }
.knopf-hell:hover { background: var(--linie); }
.bild { border-radius: 20px; width: 100%; object-fit: cover; }
.fussnote { font-size: 13px; color: var(--grau2); margin-top: 16px; }

/* Kopfzeile */
.kopfzeile { position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,.97); border-bottom: 1px solid var(--linie); }
.kopfzeile .wrap { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-top: 12px; padding-bottom: 12px; }
.marke { display: flex; flex-direction: column; line-height: 1; text-decoration: none; }
.marke b { font-size: 26px; font-weight: 800; letter-spacing: -0.6px; color: var(--blau); }
.marke b span { color: var(--orange); }
.marke small { font-size: 11px; font-weight: 600; color: var(--grau2); margin-top: 5px; }
.nav { display: flex; gap: 24px; font-size: 15px; font-weight: 500; color: var(--grau); }
.nav a { text-decoration: none; }
.nav a:hover { color: var(--blau); }
.kopf-rechts { display: flex; align-items: center; gap: 14px; }
.telefon { font-weight: 700; color: var(--blau); text-decoration: none; white-space: nowrap; }
.sprachwahl { position: relative; }
.sprachwahl summary { list-style: none; cursor: pointer; display: flex; align-items: center; gap: 8px; border: 1.5px solid var(--linie); border-radius: 500px; padding: 0 14px; min-height: 44px; font-size: 14px; font-weight: 700; color: var(--blau); }
.sprachwahl summary::-webkit-details-marker { display: none; }
.sprachwahl ul { position: absolute; right: 0; top: 52px; z-index: 40; width: 300px; margin: 0; padding: 8px; list-style: none; background: var(--weiss); border: 1px solid var(--linie); border-radius: 14px; box-shadow: 0 18px 40px -16px rgba(0,30,80,.35); }
.sprachwahl li a { display: flex; align-items: center; gap: 12px; padding: 10px 12px; min-height: 48px; border-radius: 10px; text-decoration: none; font-weight: 600; }
.sprachwahl li a:hover, .sprachwahl li a[aria-current] { background: var(--hellblau); }
.flaggen { display: flex; gap: 4px; flex-shrink: 0; }
.flaggen img { width: 22px; height: 16px; object-fit: cover; border-radius: 3px; }

/* Einstieg */
.hero { background: linear-gradient(180deg, var(--flaeche) 0%, var(--weiss) 100%); padding: 56px 0; }
.hero h1 { font-size: 52px; line-height: 1.08; color: var(--blau); }
.hero .unterzeile { font-size: 19px; color: var(--grau); max-width: 560px; }
.hero-text { display: flex; flex-direction: column; gap: 24px; }
.knoepfe { display: flex; gap: 14px; flex-wrap: wrap; }
.kennzahlen { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; padding-top: 24px; border-top: 1px solid var(--linie); }
.kennzahlen b { display: block; font-size: 26px; font-weight: 800; color: var(--blau); }
.kennzahlen span { font-size: 13px; color: var(--grau2); }
.portraet { position: relative; max-width: 480px; margin: 0 auto; }
.portraet img { aspect-ratio: 4 / 5; object-fit: cover; object-position: center 20%; border-radius: 24px; }
.zitatkarte { position: absolute; left: -28px; bottom: 36px; max-width: 300px; background: var(--weiss); border-radius: 16px; padding: 18px 20px; box-shadow: 0 18px 40px -16px rgba(0,30,80,.35); font-size: 15px; }
.zitatkarte cite { display: block; font-style: normal; font-size: 13px; font-weight: 700; color: var(--blau); margin-top: 8px; }
.stand { font-size: 13px; color: var(--grau2); }

/* Sprachen */
.sprachband { background: var(--flaeche); border-radius: 20px; padding: 28px 32px; display: flex; gap: 32px; align-items: center; }
.sprachband > div:first-child { flex: 1; }
.sprachband h2 { font-size: 24px; color: var(--blau); margin-bottom: 8px; }
.flaggenraster { flex: 1.2; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 10px; }
.flaggenraster a { display: flex; flex-direction: column; align-items: center; gap: 6px; background: var(--weiss); border: 1.5px solid var(--linie); border-radius: 12px; padding: 10px 4px; text-decoration: none; font-size: 12px; font-weight: 600; }
.flaggenraster a[aria-current], .flaggenraster a:hover { border-color: var(--blau); background: var(--hellblau); }
.flaggenraster img { width: 40px; height: 30px; object-fit: cover; border-radius: 4px; box-shadow: 0 0 0 1px rgba(0,0,0,.08); }

/* Kurz erklärt */
.nummer { width: 48px; height: 48px; border-radius: 12px; background: var(--blau); color: var(--weiss); display: flex; align-items: center; justify-content: center; font-size: 22px; font-weight: 800; }
.erklaerkarte { background: var(--flaeche); border-radius: var(--radius); padding: 30px; display: flex; flex-direction: column; gap: 14px; }
.erklaerkarte h3 { font-size: 21px; }
.erklaerkarte p { color: var(--grau); }
.streifen { margin-top: 48px; background: var(--blau); color: var(--weiss); border-radius: 20px; padding: 40px; display: flex; flex-direction: column; gap: 24px; }
.streifen-zeile { display: flex; align-items: center; gap: 20px; }
.streifen-feld { flex: 1; background: rgba(255,255,255,.1); border-radius: 14px; padding: 22px; text-align: center; }
.streifen-feld b { display: block; font-size: 34px; font-weight: 800; }
.streifen-feld span { font-size: 14px; color: #D6E1F2; }
.streifen-feld.gold b { color: var(--gold); }
.plus { font-size: 34px; font-weight: 800; color: var(--gold); }

/* Lebenslagen */
.fall .zitat { font-size: 13px; font-weight: 700; color: var(--orange); }
.fall h3 { font-size: 20px; line-height: 1.3; }
.fall p { font-size: 15px; color: var(--grau); }
.rechnung { margin-top: auto; background: var(--flaeche); border-radius: 12px; padding: 16px; font-size: 14px; }
.rechnung dt { font-weight: 700; margin-bottom: 6px; }
.rechnung dd { margin: 0; display: flex; justify-content: space-between; gap: 12px; }
.rechnung dd.staat { color: var(--blau); font-weight: 700; }
.rechnung dd.summe { font-weight: 800; border-top: 1px solid var(--linie); padding-top: 6px; margin-top: 4px; }
.rechnung .hinweis { font-size: 13px; color: var(--grau2); margin-top: 4px; }
.grundregel { margin-top: 20px; background: var(--blau); color: var(--weiss); border-radius: var(--radius); padding: 32px; display: flex; gap: 32px; align-items: center; }
.grundregel > div { flex: 1; }
.grundregel h3 { font-size: 24px; line-height: 1.3; margin: 10px 0; }
.tabelle-hell { width: 100%; border-collapse: collapse; font-size: 15px; background: rgba(255,255,255,.08); border-radius: 10px; overflow: hidden; }
.tabelle-hell th { text-align: left; padding: 10px 14px; color: #BFD0EA; }
.tabelle-hell td { padding: 8px 14px; border-top: 1px solid rgba(255,255,255,.12); }
.tabelle-hell tr:last-child td { font-weight: 800; color: var(--gold); }

/* Doppelt gefördert */
.vertrag { border-color: var(--linie); }
.vertrag.eins { border-color: var(--blau); }
.vertrag .label { font-size: 13px; font-weight: 700; letter-spacing: .4px; }
.vertrag.eins .label { color: var(--blau); }
.vertrag.zwei .label { color: var(--orange); }
.vertrag h3 { font-size: 22px; }
.vertrag dl { margin: 0; }
.vertrag dl div { display: flex; justify-content: space-between; gap: 12px; padding: 10px 0; border-top: 1px solid var(--linie); }
.vertrag dt { color: var(--grau); }
.vertrag dd { margin: 0; font-weight: 700; color: var(--blau); white-space: nowrap; }
.summe-band { margin-top: 20px; background: var(--blau); color: var(--weiss); border-radius: var(--radius); padding: 24px 28px; font-size: 18px; font-weight: 700; }

/* Tabellen */
.tabelle { width: 100%; border-collapse: separate; border-spacing: 0; border: 1px solid var(--linie); border-radius: var(--radius); overflow: hidden; font-size: 15px; }
.tabelle th { text-align: left; background: var(--blau); color: var(--weiss); padding: 16px 20px; }
.tabelle th:last-child { color: var(--gold); }
.tabelle td { padding: 16px 20px; border-top: 1px solid var(--linie); vertical-align: top; }
.tabelle tr:nth-child(even) td { background: var(--flaeche); }
.tabelle td:first-child { font-weight: 700; }
.tabelle td:last-child { font-weight: 700; color: var(--blau); }
.tabelle.ehrlich th { background: var(--flaeche); color: var(--grau); }
.tabelle.ehrlich td:last-child { font-weight: 400; color: var(--grau); }
.tabelle.ehrlich td:first-child { font-weight: 400; }
.marke-nein, .marke-ja { display: inline-block; font-weight: 800; border-radius: 500px; padding: 4px 12px; white-space: nowrap; }
.marke-nein { color: #1B6B3A; background: #E6F4EA; }
.marke-ja { color: #B3261E; background: #FDECEA; }
.merksatz { margin-top: 20px; background: var(--hellblau); border-radius: 14px; padding: 20px 24px; font-weight: 700; color: var(--blau); }

/* Zeitstrahl */
.schritt { padding-top: 22px; border-top: 4px solid var(--grau2); display: flex; flex-direction: column; gap: 10px; }
.schritt:nth-child(1) { border-color: var(--orange); }
.schritt:nth-child(2) { border-color: var(--blau); }
.schritt .label { font-size: 14px; font-weight: 700; }
.schritt:nth-child(1) .label { color: var(--orange); }
.schritt:nth-child(2) .label { color: var(--blau); }
.schritt h3 { font-size: 20px; }
.schritt p { font-size: 15px; color: var(--grau); }
.riesterbox { margin-top: 36px; background: #FFF6E8; border-radius: 14px; padding: 20px 24px; color: #5C3F12; }

/* Förder-Check */
.check-reihe { display: flex; gap: 56px; align-items: center; }
.check-reihe > div:first-child { flex: 1; display: flex; flex-direction: column; gap: 20px; }
.haken { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 12px; }
.haken li { display: flex; gap: 12px; align-items: flex-start; }
.haken li::before { content: ''; flex-shrink: 0; width: 22px; height: 22px; margin-top: 2px; background: no-repeat center/22px url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23F5A623' stroke-width='2.4'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E"); }
.checkkarte { width: 500px; flex-shrink: 0; background: var(--weiss); color: var(--text); border-radius: 24px; box-shadow: 0 30px 70px -30px rgba(0,0,0,.6); overflow: hidden; }
.check-kopf { padding: 22px 28px 0; }
.check-kopf div { display: flex; justify-content: space-between; align-items: baseline; }
.check-kopf strong { font-size: 19px; color: var(--blau); }
.check-kopf span { font-size: 13px; font-weight: 600; color: var(--grau2); }
.balken { height: 6px; background: var(--linie); border-radius: 6px; overflow: hidden; margin-top: 12px; }
.balken i { display: block; height: 6px; background: var(--orange); border-radius: 6px; transition: width .26s ease; }
#fc { padding: 24px 28px 28px; min-height: 420px; display: flex; flex-direction: column; gap: 14px; }
#fc .frage { font-size: 21px; font-weight: 700; }
#fc .hilfe { font-size: 15px; color: var(--grau2); }
.optionen { display: grid; gap: 10px; }
.opt { text-align: left; padding: 15px 16px; border-radius: 12px; border: 2px solid var(--linie); background: var(--weiss); color: var(--text); font: 600 16px/1.3 'DM Sans', sans-serif; min-height: 54px; cursor: pointer; }
.opt:hover { border-color: var(--blau); }
.opt[aria-pressed="true"] { background: var(--blau); border-color: var(--blau); color: var(--weiss); }
.opt small { display: block; font-size: 13px; font-weight: 400; margin-top: 4px; opacity: .85; }
.feld { width: 100%; padding: 13px 14px; border-radius: 10px; border: 1.5px solid #C9D3E3; font: 16px 'DM Sans', sans-serif; min-height: 48px; }
label { font-size: 13px; font-weight: 600; }
.ergebnis-zahl { font-size: 54px; font-weight: 800; color: var(--blau); line-height: 1; }
.aufstellung { display: flex; flex-direction: column; gap: 8px; padding: 14px 0; border-top: 1px solid var(--linie); border-bottom: 1px solid var(--linie); font-size: 15px; }
.aufstellung div { display: flex; justify-content: space-between; gap: 12px; }
.aufstellung b { font-weight: 700; }
.aufstellung .zehn { color: var(--blau); font-weight: 700; }
.tipp { font-size: 14px; border-radius: 10px; padding: 12px 14px; background: var(--hellblau); color: var(--blau); }
.tipp.gelb { background: #FFF6E8; color: #5C3F12; }
.einwilligung { display: flex; gap: 10px; align-items: flex-start; font-size: 12px; font-weight: 400; line-height: 1.5; color: var(--grau); }
.einwilligung input { width: 20px; height: 20px; margin: 0; flex-shrink: 0; }
.fehler { font-size: 13px; color: #B3261E; font-weight: 600; }
.zurueck { align-self: flex-start; background: none; border: none; color: var(--blau); font: 600 15px 'DM Sans', sans-serif; padding: 10px 0; min-height: 44px; cursor: pointer; }
.klein-grau { font-size: 12px; color: var(--grau2); text-align: center; }

/* Persönlich, Stimmen */
.stimme { margin: 0; background: var(--weiss); border: 1px solid var(--linie); border-radius: 18px; padding: 28px; display: flex; flex-direction: column; gap: 16px; box-shadow: 0 10px 30px -18px rgba(0,30,80,.25); }
.stimme .muster { align-self: flex-start; font-size: 11px; font-weight: 700; color: #8A5A1C; background: #FFF6E8; border-radius: 500px; padding: 4px 10px; }
.stimme blockquote { margin: 0; font-size: 17px; }
.stimme figcaption { display: flex; align-items: center; gap: 12px; margin-top: auto; padding-top: 8px; border-top: 1px solid var(--linie); font-size: 14px; font-weight: 600; color: var(--grau); }
.kuerzel { width: 44px; height: 44px; border-radius: 50%; background: var(--blau); color: var(--weiss); display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 14px; flex-shrink: 0; }
.zahlenband { background: var(--flaeche); border-radius: 20px; padding: 36px; margin-bottom: 28px; }
.zahlenband b { display: block; font-size: 36px; font-weight: 800; color: var(--blau); }
.zahlenband span { font-size: 14px; color: var(--grau); }

/* Fragen */
.faq details { border: 1px solid var(--linie); border-radius: 12px; background: var(--weiss); margin-bottom: 12px; }
.faq summary { list-style: none; cursor: pointer; padding: 20px 22px; font-weight: 700; font-size: 17px; display: flex; justify-content: space-between; gap: 16px; align-items: center; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; font-size: 24px; color: var(--blau); transition: transform .18s ease; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { padding: 0 22px 20px; color: var(--grau); }

/* Ende, Hinweise, Fuß */
.abschluss { background: var(--blau); border-radius: 24px; overflow: hidden; display: flex; }
.abschluss > div { flex: 1; padding: 56px 48px; display: flex; flex-direction: column; gap: 18px; justify-content: center; color: var(--weiss); }
.abschluss h2 { font-size: 36px; }
.abschluss p { color: #D6E1F2; }
.abschluss figure { flex: .9; margin: 0; min-height: 340px; }
.abschluss figure img { width: 100%; height: 100%; object-fit: cover; }
.knopf-glas { background: rgba(255,255,255,.12); color: var(--weiss); }
.hinweisbox { background: var(--weiss); border: 1px solid var(--linie); border-radius: 16px; padding: 24px 28px; }
.hinweisbox h2 { font-size: 18px; color: var(--blau); margin-bottom: 6px; }
.hinweisbox p { font-size: 14px; color: var(--grau); }
.impressum-raster { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; font-size: 14px; color: var(--grau); }
.impressum-raster strong { display: block; color: var(--text); }
.ki-marke { position: absolute; top: 12px; right: 12px; background: rgba(11,35,80,.78); color: var(--weiss); font-size: 11px; font-weight: 700; border-radius: 500px; padding: 4px 10px; }
.fuss { background: var(--nacht); color: #C9D6EA; padding: 56px 0 104px; font-size: 13px; }
.fuss .wrap { display: flex; justify-content: space-between; gap: 40px; }
.fuss a { text-decoration: none; }
.fuss nav { display: flex; gap: 24px; font-size: 14px; flex-wrap: wrap; }
.mobil-leiste { display: none; }

@media (max-width: 900px) {
  .wrap { padding: 0 16px; }
  .sektion { padding: 64px 0; }
  .nav, .telefon, .kopf-rechts .knopf { display: none; }
  .reihe, .check-reihe, .sprachband, .grundregel, .abschluss, .streifen-zeile, .fuss .wrap { flex-direction: column; align-items: stretch; }
  .g2, .g3, .g4, .impressum-raster { grid-template-columns: 1fr; }
  .kennzahlen, .zahlenband .grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero h1 { font-size: 36px; }
  .titel { font-size: 28px; }
  .checkkarte { width: 100%; }
  .zitatkarte { left: 12px; right: 12px; bottom: 12px; max-width: none; }
  .nur-desktop, .abschluss figure { display: none; }
  .tabelle, .tabelle tbody, .tabelle tr, .tabelle td { display: block; width: 100%; }
  .tabelle thead { display: none; }
  .tabelle tr { border-top: 1px solid var(--linie); }
  .tabelle td { border: none; padding: 8px 16px; }
  .mobil-leiste { display: flex; position: fixed; left: 0; right: 0; bottom: 0; z-index: 30; gap: 10px; padding: 12px 16px; background: rgba(255,255,255,.98); border-top: 1px solid var(--linie); }
  .mobil-leiste .knopf { flex: 1; min-height: 50px; }
  /* Handy: lange Wörter (tr, bhs, sq, de) trennen statt aus der Box laufen */
  h1, h2, h3, .vertrag dt, .tabelle-hell th, .opt, .stimme blockquote { overflow-wrap: break-word; hyphens: auto; }
  .knopf { text-align: center; line-height: 1.25; padding: 12px 24px; }
  .karte, .erklaerkarte, .stimme { padding: 22px 20px; }
  .grundregel, .streifen { padding: 24px 20px; }
  .tabelle-hell { font-size: 14px; }
  .tabelle-hell th, .tabelle-hell td { padding: 8px 10px; }
  .zahlenband { padding: 24px 20px; }
  .zahlenband .grid { gap: 20px 12px; }
  .zahlenband b { font-size: 28px; }
  .sprachband { padding: 22px 20px; gap: 18px; }
  .flaggenraster { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .flaggenraster a { flex-direction: row; justify-content: flex-start; gap: 8px; padding: 10px; min-height: 48px; font-size: 14px; min-width: 0; }
  .flaggenraster img { width: 28px; height: 21px; flex-shrink: 0; }
  .kopfzeile .wrap { gap: 12px; }
  .marke { min-width: 0; }
  .sprachwahl summary .flaggen img:nth-child(n+2) { display: none; }
  .ergebnis-zahl { font-size: 44px; overflow-wrap: anywhere; }
  #fc { padding: 20px 18px 24px; }
  .check-kopf { padding: 20px 18px 0; }
}
@media (max-width: 340px) {
  .sprachband { padding: 18px 14px; }
  .flaggenraster a { font-size: 13px; padding: 10px 8px; }
}
@media (prefers-reduced-motion: reduce) { * { transition: none !important; scroll-behavior: auto !important; } }

/* Rechtsseiten */
.rechtstext { max-width: 820px; }
.rechtstext h1 { font-size: 38px; color: var(--blau); margin-bottom: 20px; }
.rechtstext h2 { font-size: 20px; color: var(--blau); margin: 32px 0 8px; }
.rechtstext p, .rechtstext li { color: var(--grau); margin-bottom: 10px; }
.rechtstext a { color: var(--blau); }
.honig { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
