/* ============================================================
   Manea — Skin (v1, Phase 1)
   Bleibt im QO7-Design (clean, Space Grotesk, TYPO3-Orange).
   Manea-Identität = Wortmarke + Inhalt, NICHT abgespaltene Farbwelt.
   Light-Theme. Kein CDN (DSGVO).
   ============================================================ */

:root {
  --accent:      #EE6A00;   /* TYPO3-Orange (QO7) */
  --accent-d:    #CC5A00;   /* dunkler (Hover) */
  --accent-soft: #FDEEE2;   /* Tint-Hintergrund */
  --accent-line: #F6D7BE;

  --ink:    #141416;        /* Headlines / Ink-Panels */
  --ink-2:  #45464B;        /* Fließtext */
  --ink-3:  #87888F;        /* gedämpft */

  --bg:      #FBFBFB;
  --surface: #FFFFFF;
  --line:    #ECECEE;
  --line-2:  #F4F4F5;

  --radius:    12px;
  --radius-lg: 18px;
  --shadow:    0 1px 2px rgba(20,20,22,.04), 0 8px 30px rgba(20,20,22,.05);
  --shadow-lg: 0 4px 12px rgba(20,20,22,.06), 0 20px 50px rgba(20,20,22,.08);

  --head: 'Space Grotesk', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --sans: 'Space Grotesk', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  --mono: 'JetBrains Mono', ui-monospace, 'SFMono-Regular', Menlo, monospace;

  --maxw: 1140px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0; background: var(--bg); color: var(--ink-2);
  font-family: var(--sans); font-size: 17px; line-height: 1.6;
  -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
}
h1, h2, h3 { font-family: var(--head); color: var(--ink); line-height: 1.15; letter-spacing: -.02em; margin: 0; font-weight: 700; }
p { margin: 0; }
a { color: inherit; text-decoration: none; }
em { font-style: normal; color: var(--accent); }
img, svg { max-width: 100%; }

.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.wrap-narrow { max-width: 820px; }

.skip { position: absolute; left: -999px; top: 0; background: var(--accent); color: #fff; padding: 10px 16px; border-radius: 0 0 8px 0; z-index: 100; }
.skip:focus { left: 0; }

/* ───── Buttons ───── */
.btn {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: var(--sans); font-weight: 600; font-size: 15px;
  padding: 11px 20px; border-radius: 10px; border: 1.5px solid transparent;
  cursor: pointer; transition: .18s ease; white-space: nowrap;
}
.btn svg { width: 18px; height: 18px; }
.btn-lg { padding: 14px 26px; font-size: 16px; }
.btn-primary { background: var(--accent); color: #fff; box-shadow: 0 6px 18px rgba(238,106,0,.22); }
.btn-primary:hover { background: var(--accent-d); transform: translateY(-1px); box-shadow: 0 10px 24px rgba(238,106,0,.28); }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--line); }
.btn-ghost:hover { border-color: var(--accent); color: var(--accent); }
.btn-on-accent { background: #fff; color: var(--ink); }
.btn-on-accent:hover { color: var(--accent-d); transform: translateY(-1px); box-shadow: 0 12px 30px rgba(0,0,0,.18); }

/* ───── Topbar ───── */
.nav { position: sticky; top: 0; z-index: 50; background: rgba(251,251,251,.85); backdrop-filter: saturate(1.4) blur(10px); border-bottom: 1px solid var(--line); }
.nav-in { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; height: 68px; display: flex; align-items: center; gap: 26px; }
.brand { display: inline-flex; align-items: center; gap: 10px; }
.brand-mark { color: var(--accent); width: 32px; height: 32px; display: inline-flex; }
.brand-mark svg { width: 32px; height: 32px; }
.brand-wm { font-family: var(--head); font-weight: 700; font-size: 22px; color: var(--ink); letter-spacing: -.03em; }
.nav-links { display: flex; gap: 26px; margin-left: 8px; }
.nav-links a { font-weight: 500; font-size: 15px; color: var(--ink-2); }
.nav-links a:hover { color: var(--accent); }
.nav-cta { margin-left: auto; display: flex; align-items: center; gap: 10px; }
.nav-burger { display: none; margin-left: auto; background: none; border: 0; color: var(--ink); padding: 6px; cursor: pointer; }
.nav-burger svg { width: 26px; height: 26px; }

/* ───── Hero ───── */
.hero { padding: 80px 0 60px; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; }
.eyebrow { display: inline-block; font-weight: 600; font-size: 12.5px; letter-spacing: .07em; text-transform: uppercase; color: var(--accent); background: var(--accent-soft); padding: 6px 12px; border-radius: 999px; margin-bottom: 20px; }
.hero h1 { font-size: clamp(34px, 5vw, 53px); margin-bottom: 20px; }
.lead { font-size: 19px; color: var(--ink-2); max-width: 36em; }
.hero-cta { display: flex; gap: 12px; margin: 28px 0 22px; flex-wrap: wrap; }
.hero-marks { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 8px 22px; }
.hero-marks li { position: relative; padding-left: 22px; font-size: 14.5px; font-weight: 500; color: var(--ink-2); }
.hero-marks li::before { content: ""; position: absolute; left: 0; top: 7px; width: 12px; height: 12px; border-radius: 50%; background: var(--accent-soft); box-shadow: inset 0 0 0 2px var(--accent); }

/* Hero-Card (Archiv-Mock) */
.hero-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); overflow: hidden; }
.hc-head { display: flex; align-items: center; gap: 7px; padding: 14px 18px; border-bottom: 1px solid var(--line-2); background: var(--line-2); }
.hc-dot { width: 10px; height: 10px; border-radius: 50%; background: #DEDEE1; }
.hc-title { margin-left: 8px; font-family: var(--mono); font-size: 12.5px; color: var(--ink-3); }
.hc-search { display: flex; align-items: center; gap: 10px; margin: 18px; padding: 11px 14px; border: 1px solid var(--line); border-radius: 10px; color: var(--ink-3); font-size: 14px; }
.hc-search svg { width: 17px; height: 17px; color: var(--accent); }
.hc-rows { padding: 0 18px 20px; display: grid; gap: 10px; }
.hc-row { padding: 13px 15px; border: 1px solid var(--line-2); border-radius: 10px; background: var(--bg); }
.hc-from { font-weight: 700; color: var(--ink); font-size: 14.5px; }
.hc-sub { font-size: 14px; color: var(--ink-2); }
.hc-meta { font-size: 12px; color: var(--ink-3); margin-top: 3px; font-family: var(--mono); }
.hc-meta b { color: var(--accent); font-weight: 600; }

/* ───── Trust-Band ───── */
.band { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--surface); }
.band-in { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 14px; padding: 18px 24px; }
.band-in span { font-weight: 600; font-size: 14px; color: var(--ink-2); }
.band-in i { width: 5px; height: 5px; border-radius: 50%; background: var(--accent-line); }

/* ───── Sections ───── */
.sec { padding: 74px 0; }
.sec-alt { background: var(--surface); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.sec-head { text-align: center; max-width: 680px; margin: 0 auto 44px; }
.kicker { display: block; font-weight: 600; font-size: 12.5px; letter-spacing: .09em; text-transform: uppercase; color: var(--accent); margin-bottom: 12px; }
.sec-head h2 { font-size: clamp(27px, 3.4vw, 37px); }
.sec-head p { margin-top: 12px; font-size: 18px; color: var(--ink-2); }

/* Cards */
.cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px 22px; box-shadow: var(--shadow); transition: .2s ease; }
.card:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); border-color: var(--accent-line); }
.card-ico { display: inline-flex; align-items: center; justify-content: center; width: 46px; height: 46px; border-radius: 11px; background: var(--accent-soft); color: var(--accent); margin-bottom: 16px; }
.card-ico svg { width: 24px; height: 24px; }
.card h3 { font-size: 18px; margin-bottom: 8px; }
.card p { font-size: 15px; color: var(--ink-2); line-height: 1.6; }

/* Steps */
.steps { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.steps li { position: relative; padding-top: 8px; }
.step-n { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 12px; background: var(--accent-soft); color: var(--accent); font-family: var(--head); font-weight: 700; font-size: 19px; margin-bottom: 16px; }
.steps h3 { font-size: 19px; margin-bottom: 8px; }
.steps p { font-size: 15.5px; color: var(--ink-2); }

/* Preis */
.price { display: grid; grid-template-columns: .9fr 1.1fr; gap: 0; max-width: 900px; margin: 0 auto; border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); background: var(--surface); }
.price-main { background: var(--ink); color: #fff; padding: 40px 34px; display: flex; flex-direction: column; justify-content: center; }
.price-amt { display: flex; align-items: flex-end; gap: 10px; }
.price-amt .num { font-family: var(--head); font-weight: 700; font-size: 52px; line-height: 1; letter-spacing: -.03em; }
.price-amt .per { font-size: 14px; line-height: 1.25; opacity: .8; padding-bottom: 6px; }
.price-vat { font-size: 13px; opacity: .72; margin: 8px 0 22px; }
.price-main .btn { width: 100%; justify-content: center; }
.price-fine { font-size: 12.5px; opacity: .65; margin-top: 12px; text-align: center; }
.price-feat { list-style: none; margin: 0; padding: 36px 34px; display: grid; gap: 13px; align-content: center; }
.price-feat li { position: relative; padding-left: 30px; font-size: 15.5px; color: var(--ink); font-weight: 500; }
.price-feat li::before { content: ""; position: absolute; left: 0; top: 1px; width: 20px; height: 20px; border-radius: 50%; background: var(--accent-soft); }
.price-feat li::after { content: ""; position: absolute; left: 6px; top: 6px; width: 8px; height: 5px; border-left: 2px solid var(--accent); border-bottom: 2px solid var(--accent); transform: rotate(-45deg); }

/* Note / GoBD */
.note { display: flex; gap: 18px; align-items: flex-start; max-width: 880px; margin: 0 auto; background: var(--accent-soft); border: 1px solid var(--accent-line); border-left: 4px solid var(--accent); border-radius: var(--radius); padding: 24px 26px; }
.note-ico { flex: 0 0 auto; color: var(--accent); }
.note-ico svg { width: 26px; height: 26px; }
.note p { font-size: 15.5px; color: var(--ink-2); line-height: 1.65; }
.note b { color: var(--ink); }

/* FAQ */
.faq { display: grid; gap: 12px; }
.faq details { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.faq summary { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 18px 22px; font-weight: 600; font-size: 16.5px; color: var(--ink); cursor: pointer; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary svg { width: 20px; height: 20px; color: var(--accent); transition: transform .2s ease; flex: 0 0 auto; }
.faq details[open] summary svg { transform: rotate(180deg); }
.faq-a { padding: 0 22px 20px; font-size: 15.5px; color: var(--ink-2); line-height: 1.65; }

/* Schluss-CTA */
.cta-band { background: var(--ink); color: #fff; }
.cta-in { text-align: center; padding: 68px 24px; }
.cta-band h2 { color: #fff; font-size: clamp(26px, 3.6vw, 38px); }
.cta-band p { margin: 14px 0 28px; font-size: 18px; opacity: .82; }

/* ───── Footer ───── */
.foot { background: var(--ink); color: #B6B7BC; }
.foot-in { max-width: var(--maxw); margin: 0 auto; padding: 52px 24px 30px; display: grid; grid-template-columns: 1.4fr 1fr 1.2fr; gap: 32px; align-items: start; }
.foot-brand .brand-wm { color: #fff; display: block; margin-bottom: 10px; }
.foot-brand p { font-size: 14px; color: #8C8D93; max-width: 28em; }
.foot-links { display: flex; flex-direction: column; gap: 10px; }
.foot-links a { font-weight: 500; font-size: 14.5px; color: #B6B7BC; }
.foot-links a:hover { color: #fff; }
.foot-trust { display: flex; flex-direction: column; gap: 11px; }
.chip { display: inline-flex; align-items: center; gap: 9px; font-size: 13.5px; color: #B6B7BC; }
.chip svg { width: 18px; height: 18px; color: var(--accent); }
.foot-base { border-top: 1px solid rgba(255,255,255,.08); padding: 18px 24px; max-width: var(--maxw); margin: 0 auto; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px; font-size: 13px; color: #7C7D83; }

/* ───── Responsive ───── */
@media (max-width: 920px) {
  .hero-grid { grid-template-columns: 1fr; gap: 36px; }
  .hero-card { order: 2; }
  .cards { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: 1fr; gap: 22px; }
  .price { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  body { font-size: 16px; }
  .nav-links, .nav-cta .btn-ghost { display: none; }
  .nav-burger { display: inline-flex; }
  .nav-cta { margin-left: 0; }
  body.nav-open .nav-links { display: flex; flex-direction: column; position: absolute; top: 68px; left: 0; right: 0; background: var(--surface); border-bottom: 1px solid var(--line); padding: 16px 24px; gap: 4px; box-shadow: var(--shadow-lg); }
  body.nav-open .nav-links a { padding: 10px 0; border-bottom: 1px solid var(--line-2); }
  .hero { padding: 50px 0 46px; }
  .sec { padding: 54px 0; }
  .cards { grid-template-columns: 1fr; }
  .foot-in { grid-template-columns: 1fr; gap: 26px; }
}
/* ============================================================
   Premium-Effekte — dezent, enterprise (nicht verspielt)
   ============================================================ */
/* Reveal-on-Scroll: Progressive Enhancement (nur mit JS aktiv, sonst alles sichtbar) */
html.js .rv { opacity: 0; transform: translateY(18px); will-change: opacity, transform; }
html.js .rv.in { opacity: 1; transform: none; transition: opacity .7s cubic-bezier(.22,.7,.2,1) var(--d,0s), transform .7s cubic-bezier(.22,.7,.2,1) var(--d,0s); }

/* Hero-Ambiente: weicher Orange-Glow + sehr feines Raster (maskiert) */
.hero { position: relative; overflow: hidden; }
.hero .wrap { position: relative; z-index: 1; }
.hero-amb { position: absolute; inset: 0; pointer-events: none; z-index: 0;
  background:
    radial-gradient(680px 360px at 80% 6%, rgba(238,106,0,.07), transparent 60%),
    radial-gradient(520px 320px at 6% 92%, rgba(20,20,22,.03), transparent 60%); }
.hero-amb::after { content: ""; position: absolute; inset: 0; opacity: .55;
  background-image: linear-gradient(var(--line-2) 1px, transparent 1px), linear-gradient(90deg, var(--line-2) 1px, transparent 1px);
  background-size: 46px 46px;
  -webkit-mask-image: radial-gradient(660px 440px at 78% 14%, #000, transparent 72%);
          mask-image: radial-gradient(660px 440px at 78% 14%, #000, transparent 72%); }

/* Hero-Card: Such-Enter-Hinweis + schwebender Treffer-Chip */
.hc-kbd { margin-left: auto; font-family: var(--mono); font-size: 11px; color: var(--ink-3); border: 1px solid var(--line); border-radius: 6px; padding: 1px 7px; }
.hc-float { position: absolute; right: -14px; bottom: 30px; display: flex; align-items: center; gap: 11px; background: var(--surface); border: 1px solid var(--line); border-radius: 13px; padding: 11px 15px; box-shadow: var(--shadow-lg); }
.hc-float svg { width: 32px; height: 32px; padding: 7px; border-radius: 9px; background: var(--accent-soft); color: var(--accent); }
.hc-float b { display: block; font-family: var(--head); font-weight: 700; font-size: 16px; color: var(--ink); line-height: 1.1; letter-spacing: -.02em; }
.hc-float span { font-size: 11.5px; color: var(--ink-3); }

/* Micro-Interactions (zurückhaltend) */
.nav-links a { position: relative; }
.nav-links a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--accent); border-radius: 2px; transition: right .28s cubic-bezier(.22,.7,.2,1); }
.nav-links a:hover::after { right: 0; }
.card-ico { transition: transform .25s ease; }
.card:hover .card-ico { transform: translateY(-2px) scale(1.05); }

/* Schluss-CTA-Ambiente */
.cta-band { position: relative; overflow: hidden; }
.cta-in { position: relative; z-index: 1; }
.cta-amb { position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(560px 300px at 50% -12%, rgba(238,106,0,.18), transparent 65%); }

@media (max-width: 720px) { .hc-float { right: 8px; bottom: 14px; } }

/* Reduced-Motion: alles ruhig, Reveals trotzdem sichtbar */
@media (prefers-reduced-motion: reduce) {
  * { transition: none !important; scroll-behavior: auto !important; animation: none !important; }
  html.js .rv { opacity: 1 !important; transform: none !important; }
}

/* ───── „von QO7" an der Wortmarke ───── */
.brand-by { align-self: flex-end; display: inline-flex; align-items: center; gap: 5px; margin: 0 0 5px 1px; padding-left: 10px; border-left: 1px solid var(--line); font-size: 12px; font-weight: 600; color: var(--ink-3); }
.brand-by .qb { height: 22px; width: auto; display: inline-block; }
.brand-by .qb-dark { display: none; }
html.dark .brand-by .qb-light { display: none; }
html.dark .brand-by .qb-dark { display: inline-block; }
/* Sprach-Umschalter */
.lang { display: inline-flex; align-items: center; gap: 1px; border: 1px solid var(--line); border-radius: 9px; padding: 2px; }
.lang a { font-size: 12.5px; font-weight: 700; color: var(--ink-3); padding: 4px 9px; border-radius: 7px; line-height: 1; }
.lang a:hover { color: var(--ink); }
.lang a.on { background: var(--accent-soft); color: var(--accent); }
/* Umschalter im (immer dunklen) Footer */
.lang-foot { border-color: rgba(255,255,255,.16); }
.lang-foot a { color: #9A9BA1; }
.lang-foot a:hover { color: #fff; }
.lang-foot a.on { background: rgba(238,106,0,.16); color: var(--accent); }

/* ───── Bestellformular (Checkout) ───── */
.ocard { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow); padding: 28px; position: relative; }
.ogrid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { margin-bottom: 16px; }
.field > label { display: block; font-size: 13.5px; font-weight: 700; color: var(--ink); margin-bottom: 7px; }
.field .opt { color: var(--ink-3); font-weight: 500; }
.inp { width: 100%; padding: 11px 13px; border: 1px solid var(--line); border-radius: 10px; font-family: var(--sans); font-size: 15px; color: var(--ink); background: var(--bg); transition: border-color .15s, box-shadow .15s; }
.inp:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px var(--accent-soft); }
.hint { display: block; margin-top: 7px; font-size: 12.5px; color: var(--ink-3); line-height: 1.5; }
.err { display: block; margin-top: 6px; font-size: 12.5px; color: #C9534A; font-weight: 600; }
.oradio { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.orad { display: flex; align-items: center; gap: 10px; padding: 12px 14px; border: 1px solid var(--line); border-radius: 11px; cursor: pointer; transition: .15s ease; }
.orad:has(input:checked) { border-color: var(--accent); background: var(--accent-soft); }
.orad input { accent-color: var(--accent); width: 16px; height: 16px; flex: none; }
.orad span { display: flex; flex-direction: column; line-height: 1.3; }
.orad b { font-size: 14px; color: var(--ink); }
.orad small { font-size: 12px; color: var(--ink-3); }
.ocheck { display: flex; align-items: flex-start; gap: 10px; margin: 10px 0; font-size: 14px; color: var(--ink-2); cursor: pointer; }
.ocheck input { accent-color: var(--accent); width: 16px; height: 16px; margin-top: 2px; flex: none; }
.ocheck a { color: var(--accent); font-weight: 600; }
.ofine { margin-top: 14px; font-size: 12.5px; color: var(--ink-3); text-align: center; line-height: 1.55; }
@media (max-width: 560px) { .ogrid, .oradio { grid-template-columns: 1fr; } }
@media (max-width: 720px) { .brand-by { display: none; } }

/* ───── „Der Name" — editorial, premium ───── */
.naming { padding: 66px 0; text-align: center; }
.naming-in { max-width: 760px; margin: 0 auto; }
.naming-claim { font-family: var(--head); font-weight: 700; font-size: clamp(25px, 3.4vw, 35px); color: var(--ink); letter-spacing: -.02em; line-height: 1.25; margin-top: 4px; }
.naming-claim em { font-style: italic; color: var(--accent); }
.naming-sub { margin-top: 15px; font-size: 18px; color: var(--ink-2); line-height: 1.6; }

/* ───── QO7-Absender im Footer ───── */
.foot-by { display: inline-flex; align-items: center; gap: 12px; margin-top: 18px; }
.foot-by span { font-size: 13px; color: #8C8D93; }
.foot-by img { height: 36px; width: auto; opacity: .95; transition: opacity .2s ease; }
.foot-by:hover img { opacity: 1; }

@media (max-width: 720px) { .brand-by { display: none; } }

/* ============================================================
   Dark Mode — optionaler Toggle (Default bleibt Light)
   Aktiv über html.dark; Anti-Flash über html.pre-dark (Head-Script).
   ============================================================ */
html.dark {
  --accent-soft: #36230F;
  --accent-line: #573A1D;
  --ink:    #F2F3F5;
  --ink-2:  #C3C7CE;
  --ink-3:  #8B919A;
  --bg:      #15171B;
  --surface: #1C1F25;
  --line:    #2B2F37;
  --line-2:  #23272E;
  --shadow:    0 1px 2px rgba(0,0,0,.3), 0 10px 30px rgba(0,0,0,.4);
  --shadow-lg: 0 6px 16px rgba(0,0,0,.45), 0 24px 60px rgba(0,0,0,.55);
}
/* Topbar transluzent dunkel */
html.dark .nav { background: rgba(21,23,27,.82); }
/* Panels, die var(--ink) als BG nutzen (würde sonst auf hell kippen) → dunkel halten */
html.dark .price-main, html.dark .cta-band, html.dark .foot { background: #0E1014; }
html.dark .hc-dot { background: #3A3F47; }
/* Theme-Toggle-Button */
.icbtn { display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px; border-radius: 10px; border: 1.5px solid var(--line); background: transparent; color: var(--ink-2); cursor: pointer; transition: .18s ease; }
.icbtn:hover { border-color: var(--accent); color: var(--accent); }
.icbtn svg { width: 19px; height: 19px; }
.icbtn .moon { display: none; }
html.dark .icbtn .sun { display: none; }
html.dark .icbtn .moon { display: inline; }
/* Anti-Flash beim Laden */
html.pre-dark, html.pre-dark body { background: #15171B; }
