/* ==========================================================================
   KOHA — Redaktion für Energie, Haus, Steuern und Verbraucherthemen
   Gestaltung "Sandstein". Papier, Kiefer, Terrakotta.
   ========================================================================== */

:root {
    /* Flächen */
    --paper:        #F3EDE1;
    --surround:     #DED6C6;
    --panel:        #E9E1D1;
    --pine:         #12251F;
    --pine-soft:    #17302A;
    --pine-rule:    #274038;

    /* Schrift */
    --ink:          #1A1714;
    --ink-2:        #443C33;
    --ink-3:        #504639;
    --muted:        #6E6455;
    --faint:        #A2957F;
    --on-pine:      #EFE9DE;
    --on-pine-mute: #8FA79B;
    --on-pine-nav:  #C8C0B2;

    /* Akzent */
    --terra:        #A8431C;
    --terra-hi:     #C4703C;

    /* Linien */
    --rule:         #DAD1BF;
    --rule-2:       #E2D9C7;
    --rule-3:       #D6CBB6;

    /* Schriftfamilien. Ein Austausch geschieht hier und in fonts/fonts.css. */
    --serif: 'Signifier', 'Newsreader', Georgia, 'Times New Roman', serif;
    --sans:  'Soehne', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
    --mono:  'SoehneMono', ui-monospace, 'SF Mono', Menlo, Consolas, monospace;

    --gut: 44px;
    --max: 1280px;
}

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

html { -webkit-text-size-adjust: 100%; }

body {
    margin: 0;
    background: var(--surround);
    color: var(--ink);
    font-family: var(--serif);
    font-size: 18px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-variant-numeric: oldstyle-num;
}

img { max-width: 100%; height: auto; display: block; }

a { color: inherit; text-decoration: none; }
a:hover { color: var(--terra); }

h1, h2, h3, h4 { font-weight: 400; margin: 0; text-wrap: pretty; overflow-wrap: break-word; }

/* Lange deutsche Komposita sprengen auf schmalen Schirmen jede Spalte.
   Silbentrennung greift über das lang-Attribut am html-Element. */
@media (max-width: 900px) {
    h1, h2, h3 { hyphens: auto; -webkit-hyphens: auto; }
}

::selection { background: var(--terra); color: var(--paper); }

:focus-visible { outline: 2px solid var(--terra); outline-offset: 3px; }

/* Der Seitenkörper. Auf großen Schirmen eine Papierbahn auf dunklerem Grund. */
.koh-shell {
    max-width: var(--max);
    margin: 0 auto;
    background: var(--paper);
}

.koh-wrap { padding-left: var(--gut); padding-right: var(--gut); }

.koh-skip {
    position: absolute; left: -9999px;
    background: var(--pine); color: var(--on-pine);
    padding: 12px 18px; z-index: 100;
    font-family: var(--sans); font-size: 14px;
}
.koh-skip:focus { left: 12px; top: 12px; }

/* --------------------------------------------------------------- Auszeichnung
   Das Kleinlabel in Söhne, gesperrt und versal. Trägt die Terrakotta.        */

.koh-lbl {
    font-family: var(--sans);
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--terra);
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    font-variant-numeric: normal;
}
.koh-lbl i { font-size: 13px; line-height: 1; flex: none; }
.koh-lbl--mute { color: var(--muted); }
.koh-lbl--ink  { color: var(--ink); }

/* Ziffern und Daten stehen immer in Söhne Mono. */
.koh-num, time, .koh-date {
    font-family: var(--mono);
    font-variant-numeric: normal;
    letter-spacing: 0.01em;
}

/* ------------------------------------------------------------------- Kopfzeile */

.koh-strip {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    padding: 8px var(--gut);
    font-family: var(--mono);
    font-size: 11px;
    color: var(--muted);
    border-bottom: 1px solid var(--rule);
    font-variant-numeric: normal;
}
.koh-strip span { display: inline-flex; align-items: center; gap: 7px; }
.koh-strip i { font-size: 12px; line-height: 1; flex: none; }

.koh-head {
    background: var(--pine);
    color: var(--on-pine);
    padding: 34px var(--gut) 0;
    text-align: center;
}

.koh-brand {
    display: block;
    font-size: 46px;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1;
    color: var(--on-pine);
}
.koh-brand:hover { color: var(--on-pine); }

.koh-brand-sub {
    margin-top: 9px;
    font-family: var(--sans);
    font-size: 11.5px;
    font-weight: 500;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--on-pine-mute);
}

.koh-nav {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 26px;
    border-top: 1px solid var(--pine-rule);
    padding: 13px 0;
    font-family: var(--sans);
    font-size: 12.5px;
    font-weight: 500;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}
.koh-nav a { color: var(--on-pine-nav); padding-bottom: 3px; border-bottom: 2px solid transparent; }
.koh-nav a:hover { color: var(--on-pine); }
.koh-nav a.active { color: var(--on-pine); border-bottom-color: var(--terra-hi); }

/* --------------------------------------------------------------------- Aufmacher */

.koh-lead {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 400px;
    gap: 52px;
    padding: 40px var(--gut) 0;
    align-items: start;
}
.koh-lead h1 {
    margin: 16px 0 0;
    font-size: 58px;
    font-weight: 300;
    line-height: 1.04;
    letter-spacing: -0.012em;
}
.koh-lead-sub {
    margin: 20px 0 0;
    font-size: 21px;
    line-height: 1.5;
    color: var(--ink-2);
    max-width: 30em;
    font-style: italic;
    font-weight: 300;
}
.koh-byline {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 24px;
    padding-top: 12px;
    border-top: 1px solid var(--ink);
    font-family: var(--sans);
    font-size: 11.5px;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--muted);
}
.koh-byline .sep { color: var(--faint); }
.koh-byline .koh-date { letter-spacing: 0.04em; text-transform: none; }
.koh-byline span { display: inline-flex; align-items: center; gap: 6px; }
.koh-byline i { font-size: 13px; line-height: 1; flex: none; }

.koh-figcap {
    margin-top: 9px;
    font-family: var(--sans);
    font-size: 11.5px;
    line-height: 1.5;
    color: var(--muted);
}

/* ------------------------------------------------------------------ Dreispalter */

.koh-triple-out {
    margin: 44px var(--gut) 0;
    border-top: 1px solid var(--ink);
    border-bottom: 1px solid var(--ink);
    padding: 2px 0;
}
.koh-triple {
    border-top: 1px solid var(--ink);
    padding: 26px 0 28px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.koh-triple > * { padding: 0 30px; border-right: 1px solid var(--rule); }
.koh-triple > *:first-child { padding-left: 0; }
.koh-triple > *:last-child  { padding-right: 0; border-right: 0; }
.koh-triple h2 { margin: 11px 0 0; font-size: 25px; line-height: 1.15; }
.koh-triple p  { margin: 9px 0 0; font-size: 16.5px; line-height: 1.5; color: var(--ink-3); font-weight: 300; }

/* ----------------------------------------------------------- Register und Marginalie */

.koh-cols {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 400px;
    gap: 52px;
    padding: 40px var(--gut) 0;
    align-items: start;
}

.koh-sec-head {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 16px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--ink);
}
.koh-sec-head .koh-lbl { font-size: 11.5px; color: var(--ink); }
.koh-sec-head .koh-count { font-family: var(--mono); font-size: 11.5px; color: var(--muted); }

.koh-reg-row {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr) 130px;
    gap: 20px;
    padding: 16px 0;
    border-bottom: 1px solid var(--rule-2);
    align-items: baseline;
}
.koh-reg-no { font-family: var(--mono); font-size: 13px; color: var(--terra); }
.koh-reg-row h3 { font-size: 23px; line-height: 1.2; }
.koh-reg-row p  { margin: 6px 0 0; font-size: 16px; line-height: 1.45; color: var(--ink-3); font-weight: 300; }
.koh-reg-meta {
    font-family: var(--mono);
    font-size: 11.5px;
    color: var(--muted);
    text-align: right;
    line-height: 1.7;
}
.koh-reg-meta span { display: inline-flex; align-items: center; gap: 6px; justify-content: flex-end; }
.koh-reg-meta i { font-size: 12px; line-height: 1; flex: none; }

.koh-more {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-top: 22px;
    font-family: var(--sans);
    font-size: 12.5px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    border-bottom: 1px solid var(--ink);
    padding-bottom: 3px;
}
.koh-more:hover { color: var(--terra); border-bottom-color: var(--terra); }

.koh-aside { display: flex; flex-direction: column; gap: 30px; }

.koh-box { background: var(--panel); padding: 24px 26px; }
.koh-box .koh-lbl { color: #635948; }

.koh-kv { margin-top: 14px; font-family: var(--sans); font-size: 14px; }
.koh-kv div {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    padding: 9px 0;
    border-bottom: 1px solid var(--rule-3);
}
.koh-kv div:last-child { border-bottom: 0; }
.koh-kv span:first-child { color: var(--ink-3); }
.koh-kv span:last-child  { font-family: var(--mono); font-size: 13.5px; white-space: nowrap; }

.koh-aside-head {
    font-family: var(--sans);
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--muted);
    padding-bottom: 9px;
    border-bottom: 1px solid var(--ink);
    display: flex;
    align-items: center;
    gap: 8px;
}
.koh-aside-head i { font-size: 13px; line-height: 1; flex: none; }

.koh-author { display: flex; gap: 16px; margin-top: 16px; }
.koh-author img { width: 104px; height: 130px; object-fit: cover; flex: none; }
.koh-author-name { font-size: 20px; }
.koh-author p { margin: 6px 0 0; font-family: var(--sans); font-size: 13.5px; line-height: 1.5; color: var(--ink-3); }

/* Kennzahl mit Balken */
.koh-stat { border-top: 1px solid var(--ink); padding-top: 20px; }
.koh-stat-fig { display: flex; align-items: baseline; gap: 10px; margin-top: 12px; }
.koh-stat-fig b { font-family: var(--mono); font-size: 40px; font-weight: 400; letter-spacing: -0.03em; }
.koh-stat-fig i { font-family: var(--mono); font-size: 20px; color: var(--muted); font-style: normal; }
.koh-bar { display: flex; height: 10px; margin-top: 14px; }
.koh-bar > :first-child { background: var(--pine); }
.koh-bar > :last-child  { background: var(--terra); }
.koh-stat p { margin: 12px 0 0; font-family: var(--sans); font-size: 13px; line-height: 1.5; color: var(--ink-3); }

/* ------------------------------------------------------------------- Newsletter */

.koh-nl {
    margin-top: 48px;
    background: var(--pine);
    color: var(--on-pine);
    padding: 44px var(--gut);
    text-align: center;
}
.koh-nl .koh-lbl {
    color: var(--on-pine-mute);
    display: inline-flex;
    font-size: 11px;
    letter-spacing: 0.22em;
}
.koh-nl h2 {
    margin: 16px auto 0;
    max-width: 24em;
    font-size: 34px;
    font-weight: 300;
    line-height: 1.18;
}
.koh-nl-row {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 26px auto 0;
    max-width: 560px;
}
.koh-nl input[type=email] {
    flex: 1;
    min-width: 0;
    font-family: var(--sans);
    font-size: 15.5px;
    padding: 14px 16px;
    border: 1px solid #3A5249;
    background: var(--pine-soft);
    color: var(--on-pine);
    border-radius: 0;
}
.koh-nl input[type=email]::placeholder { color: var(--on-pine-mute); }
.koh-nl button {
    font-family: var(--sans);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    padding: 14px 26px;
    border: 0;
    background: var(--terra);
    color: var(--paper);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    white-space: nowrap;
    border-radius: 0;
}
.koh-nl button:hover { background: var(--terra-hi); color: var(--pine); }
.koh-nl button i { font-size: 15px; line-height: 1; flex: none; }

.koh-nl-consent {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    max-width: 560px;
    margin: 16px auto 0;
    text-align: left;
    font-family: var(--sans);
    font-size: 12.5px;
    line-height: 1.5;
    color: var(--on-pine-mute);
}
.koh-nl-consent input { margin: 2px 0 0; flex: none; accent-color: var(--terra); }
.koh-nl-consent a { color: var(--on-pine); text-decoration: underline; text-underline-offset: 2px; }

.koh-nl-fine {
    margin: 14px auto 0;
    max-width: 44em;
    font-family: var(--sans);
    font-size: 12px;
    line-height: 1.55;
    color: var(--on-pine-mute);
}
.koh-nl-msg {
    margin: 12px auto 0;
    max-width: 560px;
    font-family: var(--sans);
    font-size: 13px;
    color: var(--terra-hi);
    min-height: 1em;
}

/* ---------------------------------------------------------------- Artikelseite */

.koh-crumb {
    padding: 14px var(--gut) 0;
    font-family: var(--sans);
    font-size: 12px;
    color: var(--muted);
}
.koh-crumb a:hover { color: var(--terra); }

.koh-art-head {
    max-width: 780px;
    margin: 0 auto;
    padding: 40px var(--gut) 0;
    text-align: center;
}
.koh-art-head .koh-lbl { justify-content: center; font-size: 11px; letter-spacing: 0.22em; }
.koh-art-head h1 {
    margin: 18px 0 0;
    font-size: 56px;
    font-weight: 300;
    line-height: 1.06;
    letter-spacing: -0.012em;
}
.koh-art-sub {
    margin: 20px auto 0;
    max-width: 26em;
    font-size: 22px;
    line-height: 1.45;
    font-style: italic;
    font-weight: 300;
    color: var(--ink-2);
}
.koh-art-head .koh-byline {
    justify-content: center;
    margin: 24px 0 0;
    padding: 11px 0;
    border-top: 1px solid var(--ink);
    border-bottom: 1px solid var(--ink);
}

/* Der Hinweisstreifen. Steht unmittelbar unter dem Titel. */
.koh-notice {
    max-width: 780px;
    margin: 26px auto 0;
    background: var(--panel);
    border-left: 3px solid var(--terra);
    padding: 16px 20px;
    font-family: var(--sans);
    font-size: 13.5px;
    line-height: 1.6;
    color: var(--ink-3);
}
.koh-notice b { color: var(--ink); font-weight: 600; }

.koh-art-img { margin: 30px auto 0; max-width: 1192px; padding: 0 var(--gut); }

.koh-art-cols {
    max-width: 1060px;
    margin: 0 auto;
    padding: 34px var(--gut) 0;
    display: grid;
    grid-template-columns: minmax(0, 660px) 280px;
    gap: 60px;
    justify-content: center;
    align-items: start;
}

.koh-body { font-size: 20px; line-height: 1.68; min-width: 0; }
.koh-body > p { margin: 20px 0 0; }
.koh-body > p:first-child { margin-top: 0; }
.koh-body h2 {
    margin: 36px 0 0;
    font-family: var(--sans);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}
.koh-body h2 + p { margin-top: 14px; }
.koh-body h3 { margin: 28px 0 0; font-size: 24px; font-weight: 400; }
.koh-body h3 + p { margin-top: 10px; }
.koh-body a { color: var(--terra); text-decoration: underline; text-underline-offset: 2px; }
.koh-body ul, .koh-body ol { margin: 18px 0 0; padding-left: 1.2em; }
.koh-body li { margin-bottom: 10px; }
.koh-body li::marker { color: var(--terra); }
.koh-body strong { font-weight: 500; }

/* Initial */
.koh-drop::first-letter {
    float: left;
    font-size: 76px;
    line-height: 0.78;
    font-weight: 300;
    margin: 7px 12px 0 0;
    color: var(--terra);
}

/* Zwischenruf */
.koh-pull {
    margin: 34px 0;
    padding: 26px 0;
    border-top: 1px solid var(--ink);
    border-bottom: 1px solid var(--ink);
    text-align: center;
    font-size: 27px;
    font-weight: 300;
    font-style: italic;
    line-height: 1.35;
}
.koh-pull > * { max-width: 24em; margin: 0 auto; }

.koh-figure { margin: 30px 0; }
.koh-figure figcaption { margin-top: 9px; font-family: var(--sans); font-size: 11.5px; line-height: 1.5; color: var(--muted); }

/* Kennzahlenpaar im Fließtext */
.koh-figs { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin: 32px 0; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.koh-figs > div { padding: 22px 24px; border-right: 1px solid var(--rule); }
.koh-figs > div:last-child { border-right: 0; }
.koh-figs b { display: block; font-family: var(--mono); font-size: 38px; font-weight: 400; letter-spacing: -0.03em; line-height: 1; }
.koh-figs span { display: block; margin-top: 10px; font-family: var(--sans); font-size: 13px; line-height: 1.5; color: var(--ink-3); }

/* Tabellen */
.koh-scroll { overflow-x: auto; max-width: 100%; margin: 28px 0; -webkit-overflow-scrolling: touch; }
.koh-tbl { width: 100%; border-collapse: collapse; font-family: var(--sans); font-size: 15px; }
.koh-tbl caption {
    text-align: left;
    font-family: var(--sans);
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--terra);
    padding-bottom: 12px;
}
.koh-tbl th, .koh-tbl td { padding: 11px 14px; border-bottom: 1px solid var(--rule); text-align: left; }
.koh-tbl thead th { border-bottom: 1px solid var(--ink); font-weight: 600; font-size: 13px; }
.koh-tbl td.num, .koh-tbl th.num { text-align: right; font-family: var(--mono); font-size: 14px; white-space: nowrap; }
.koh-tbl tbody tr:last-child td { border-bottom: 1px solid var(--ink); }

/* Merkkasten */
.koh-note {
    margin: 30px 0;
    background: var(--panel);
    padding: 22px 26px;
    border-top: 3px solid var(--terra);
    font-family: var(--sans);
    font-size: 15px;
    line-height: 1.6;
    color: var(--ink-3);
}
.koh-note p { margin: 10px 0 0; }
.koh-note ul { margin: 10px 0 0; padding-left: 1.2em; }
.koh-note li { margin-bottom: 7px; }

/* Marginalspalte */
.koh-side { display: flex; flex-direction: column; gap: 26px; padding-top: 6px; }
.koh-toc { display: flex; flex-direction: column; gap: 9px; margin-top: 12px; font-family: var(--sans); font-size: 14px; line-height: 1.35; }
.koh-toc a span { font-family: var(--mono); color: var(--terra); margin-right: 9px; }
.koh-flag {
    border-left: 2px solid var(--terra);
    padding-left: 15px;
    font-family: var(--sans);
    font-size: 14px;
    line-height: 1.5;
    color: var(--ink-2);
}
.koh-flag > span:first-child {
    display: flex; align-items: center; gap: 7px;
    color: var(--terra); margin-bottom: 5px;
}
.koh-flag i { font-size: 14px; line-height: 1; flex: none; }
.koh-flag b { font-size: 10.5px; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; }
.koh-side-txt { margin-top: 12px; font-family: var(--sans); font-size: 13px; line-height: 1.6; color: var(--ink-3); }

/* Quellen und Fußnoten */
.koh-srcs { margin-top: 44px; padding-top: 22px; border-top: 1px solid var(--ink); }
.koh-srcs ol { margin: 14px 0 0; padding-left: 1.4em; font-family: var(--sans); font-size: 13.5px; line-height: 1.65; color: var(--ink-3); }
.koh-srcs li { margin-bottom: 10px; }
.koh-srcs a { color: var(--terra); word-break: break-word; }

.koh-disc {
    margin-top: 30px;
    padding: 20px 22px;
    background: var(--panel);
    font-family: var(--sans);
    font-size: 12.5px;
    line-height: 1.65;
    color: var(--muted);
}
.koh-disc p { margin: 0 0 10px; }
.koh-disc p:last-child { margin-bottom: 0; }

/* --------------------------------------------------------------- Rubrikseiten */

.koh-cat-head { padding: 48px var(--gut) 0; border-bottom: 1px solid var(--ink); padding-bottom: 26px; margin-bottom: 0; }
.koh-cat-head h1 { margin: 14px 0 0; font-size: 52px; font-weight: 300; line-height: 1.06; letter-spacing: -0.012em; }
.koh-cat-head p { margin: 14px 0 0; max-width: 34em; font-size: 20px; line-height: 1.5; color: var(--ink-2); font-weight: 300; font-style: italic; }

.koh-list { padding: 0 var(--gut); }
.koh-item {
    display: grid;
    grid-template-columns: 300px minmax(0, 1fr);
    gap: 34px;
    padding: 30px 0;
    border-bottom: 1px solid var(--rule);
    align-items: start;
}
.koh-item img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.koh-item h2 { margin: 11px 0 0; font-size: 30px; font-weight: 400; line-height: 1.13; }
.koh-item p  { margin: 10px 0 0; font-size: 17px; line-height: 1.5; color: var(--ink-3); font-weight: 300; }
.koh-item-meta { margin-top: 12px; font-family: var(--mono); font-size: 11.5px; color: var(--muted); }

/* Verwandte Beiträge */
.koh-rel { padding: 46px var(--gut) 0; }
.koh-rel-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin-top: 22px; }
.koh-rel-item img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; margin-bottom: 12px; }
.koh-rel-item h3 { margin: 8px 0 0; font-size: 21px; line-height: 1.2; }

/* ------------------------------------------------------------------ Rechtstexte */

.koh-legal { max-width: 760px; margin: 0 auto; padding: 48px var(--gut) 20px; }
.koh-legal h1 { font-size: 46px; font-weight: 300; line-height: 1.08; letter-spacing: -0.012em; }
.koh-legal h2 {
    margin: 38px 0 0;
    font-family: var(--sans);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}
.koh-legal h3 { margin: 26px 0 0; font-size: 22px; }
.koh-legal p, .koh-legal address, .koh-legal ul { font-size: 17px; line-height: 1.65; color: var(--ink-3); }
.koh-legal p { margin: 14px 0 0; }
.koh-legal address { font-style: normal; margin: 14px 0 0; }
.koh-legal ul { margin: 14px 0 0; padding-left: 1.2em; }
.koh-legal li { margin-bottom: 8px; }
.koh-legal a { color: var(--terra); text-decoration: underline; text-underline-offset: 2px; word-break: break-word; }
.koh-legal table { width: 100%; border-collapse: collapse; margin: 18px 0 0; font-family: var(--sans); font-size: 15px; }
.koh-legal th, .koh-legal td { padding: 10px 12px; border-bottom: 1px solid var(--rule); text-align: left; vertical-align: top; }
.koh-legal thead th { border-bottom: 1px solid var(--ink); font-weight: 600; font-size: 13px; }

/* Der Datenblock im Impressum */
.koh-ident { margin: 20px 0 0; background: var(--panel); padding: 24px 26px; border-top: 3px solid var(--terra); }
.koh-ident dl { margin: 14px 0 0; font-family: var(--sans); font-size: 14.5px; }
.koh-ident div { display: grid; grid-template-columns: 210px 1fr; gap: 14px; padding: 10px 0; border-bottom: 1px solid var(--rule-3); }
.koh-ident div:last-child { border-bottom: 0; }
.koh-ident dt { color: var(--muted); }
.koh-ident dd { margin: 0; color: var(--ink); }
.koh-ident dd.mono { font-family: var(--mono); }

/* Bestätigungsseite */
.koh-danke { max-width: 640px; margin: 0 auto; padding: 80px var(--gut); text-align: center; }
.koh-danke .koh-lbl { justify-content: center; }
.koh-danke h1 { margin: 18px 0 0; font-size: 46px; font-weight: 300; line-height: 1.1; letter-spacing: -0.012em; }
.koh-danke p { margin: 18px 0 0; font-size: 19px; line-height: 1.6; color: var(--ink-3); }
.koh-danke .koh-more { margin-top: 32px; }
.koh-danke-mark {
    width: 62px; height: 62px; margin: 0 auto;
    border-radius: 50%; background: var(--terra); color: var(--paper);
    display: flex; align-items: center; justify-content: center;
}
.koh-danke-mark i { font-size: 30px; line-height: 1; }

/* ------------------------------------------------------------------------ Fuß */

.koh-foot {
    margin-top: 56px;
    background: var(--pine);
    color: var(--on-pine-mute);
    padding: 34px var(--gut) 30px;
}
.koh-foot-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1fr;
    gap: 34px;
    padding-bottom: 26px;
    border-bottom: 1px solid var(--pine-rule);
}
.koh-foot-brand { font-family: var(--serif); font-size: 24px; color: var(--on-pine); }
.koh-foot-blurb { margin-top: 8px; font-family: var(--sans); font-size: 12.5px; line-height: 1.6; }
.koh-foot-col { font-family: var(--sans); font-size: 13px; display: flex; flex-direction: column; gap: 8px; }
.koh-foot-col b { font-size: 10.5px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--on-pine-mute); }
.koh-foot-col a { display: inline-flex; align-items: center; gap: 8px; }
.koh-foot-col a:hover { color: var(--on-pine); }
.koh-foot-col i { font-size: 13px; line-height: 1; flex: none; }
.koh-foot-base {
    padding-top: 18px;
    font-family: var(--mono);
    font-size: 11px;
    color: var(--on-pine-mute);
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

/* ---------------------------------------------------------------- Cookiehinweis */

.koh-cookie {
    position: fixed; left: 0; right: 0; bottom: 0; z-index: 60;
    background: var(--pine); color: var(--on-pine);
    border-top: 3px solid var(--terra);
    padding: 18px var(--gut);
    display: none;
}
.koh-cookie.show { display: block; }
.koh-cookie-in {
    max-width: 1192px; margin: 0 auto;
    display: flex; align-items: center; gap: 26px; flex-wrap: wrap;
    font-family: var(--sans); font-size: 13px; line-height: 1.55;
}
.koh-cookie-txt { flex: 1; min-width: 260px; color: var(--on-pine-mute); }
.koh-cookie-txt a { color: var(--on-pine); text-decoration: underline; text-underline-offset: 2px; }
.koh-cookie button {
    font-family: var(--sans); font-size: 12.5px; font-weight: 600;
    letter-spacing: 0.14em; text-transform: uppercase;
    padding: 12px 24px; border: 0; cursor: pointer; border-radius: 0;
    background: var(--terra); color: var(--paper);
}
.koh-cookie button:hover { background: var(--terra-hi); color: var(--pine); }

/* ================================================================== Anpassungen */

@media (max-width: 1100px) {
    :root { --gut: 32px; }
    .koh-lead, .koh-cols { grid-template-columns: minmax(0, 1fr) 340px; gap: 40px; }
    .koh-lead h1 { font-size: 50px; }
    .koh-art-head h1 { font-size: 48px; }
    .koh-art-cols { grid-template-columns: minmax(0, 1fr) 250px; gap: 44px; }
}

@media (max-width: 900px) {
    body { font-size: 17px; }
    .koh-lead, .koh-cols, .koh-art-cols { grid-template-columns: minmax(0, 1fr); gap: 36px; }
    .koh-lead-media { max-width: 460px; }
    .koh-triple { grid-template-columns: 1fr; }
    .koh-triple > * { padding: 0 0 24px; border-right: 0; border-bottom: 1px solid var(--rule); min-width: 0; }
    .koh-triple > *:last-child { padding-bottom: 0; border-bottom: 0; }
    .koh-triple > * + * { padding-top: 24px; }
    .koh-rel-grid { grid-template-columns: 1fr 1fr; }
    .koh-foot-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
    .koh-side { border-top: 1px solid var(--ink); padding-top: 24px; }
}

@media (max-width: 680px) {
    :root { --gut: 20px; }
    body { font-size: 16px; }

    .koh-strip { font-size: 10px; gap: 10px; }
    .koh-head { padding-top: 26px; }
    .koh-brand { font-size: 36px; }
    .koh-brand-sub { font-size: 10px; letter-spacing: 0.18em; }
    .koh-nav { gap: 18px; margin-top: 20px; font-size: 11.5px; letter-spacing: 0.1em; }

    .koh-lead { padding-top: 30px; }
    .koh-lead h1 { font-size: 36px; }
    .koh-lead-sub { font-size: 18px; }

    .koh-art-head { padding-top: 30px; }
    .koh-art-head h1 { font-size: 34px; }
    .koh-art-sub { font-size: 18px; }
    .koh-byline { gap: 10px; font-size: 10.5px; }

    .koh-body { font-size: 18px; }
    .koh-drop::first-letter { font-size: 58px; margin-right: 9px; }
    .koh-pull { font-size: 21px; }
    .koh-figs { grid-template-columns: 1fr; }
    .koh-figs > div { border-right: 0; border-bottom: 1px solid var(--rule); }
    .koh-figs > div:last-child { border-bottom: 0; }

    .koh-reg-row { grid-template-columns: 40px minmax(0, 1fr); gap: 14px; }
    .koh-reg-row h3 { font-size: 20px; }
    .koh-reg-meta { grid-column: 2; text-align: left; }
    .koh-reg-meta span { justify-content: flex-start; }
    .koh-reg-meta br { display: none; }
    .koh-reg-meta::before { content: ''; }

    .koh-item { grid-template-columns: minmax(0, 1fr); gap: 16px; }
    .koh-item h2 { font-size: 25px; }
    .koh-cat-head h1 { font-size: 36px; }
    .koh-cat-head p { font-size: 18px; }

    .koh-rel-grid { grid-template-columns: 1fr; gap: 24px; }

    .koh-nl { padding: 34px var(--gut); }
    .koh-nl h2 { font-size: 26px; }
    .koh-nl-row { flex-direction: column; }
    .koh-nl button { justify-content: center; }

    .koh-foot-grid { grid-template-columns: 1fr; }
    .koh-legal h1 { font-size: 34px; }
    .koh-ident div { grid-template-columns: 1fr; gap: 4px; }
    .koh-danke { padding: 56px var(--gut); }
    .koh-danke h1 { font-size: 32px; }
    .koh-author img { width: 84px; height: 105px; }
}

@media print {
    .koh-nav, .koh-nl, .koh-cookie, .koh-rel, .koh-side { display: none; }
    body { background: #fff; font-size: 11pt; }
}

/* Registercode und Umsatzsteuernummer stehen unmittelbar unter dem Firmennamen
   und werden hervorgehoben, damit sie bei einer Sichtprüfung nicht übersehen
   werden. */
.koh-ident dd.koh-key {
    font-size: 16px;
    color: var(--ink);
    letter-spacing: 0.02em;
}
.koh-ident dd strong { font-weight: 500; font-size: 16.5px; }

/* Registercode und Umsatzsteuernummer stehen unmittelbar unter dem Firmennamen
   und werden hervorgehoben, damit sie bei einer Sichtprüfung nicht übersehen
   werden. */
.koh-ident dd.koh-key {
    font-size: 16px;
    color: var(--ink);
    letter-spacing: 0.02em;
}
.koh-ident dd strong { font-weight: 500; font-size: 16.5px; }

/* Eintragefeld unmittelbar unter dem Beitragstext. Schmaler als der Block am
   Seitenfuß, damit es in die Textspalte passt. */
.koh-nl--artikel {
    margin: 44px 0 0;
    padding: 34px 32px 32px;
}
.koh-nl--artikel h2 { font-size: 27px; max-width: 18em; }
.koh-nl--artikel .koh-nl-row { max-width: 100%; }
.koh-nl--artikel .koh-nl-consent,
.koh-nl--artikel .koh-nl-msg { max-width: 100%; }
.koh-nl--artikel .koh-nl-fine { max-width: 100%; }

@media (max-width: 680px) {
    .koh-nl--artikel { padding: 26px 20px 24px; margin-top: 34px; }
    .koh-nl--artikel h2 { font-size: 22px; }
}

/* ---------------------------------------- Eintragefeld unter dem Beitragstext
   Der Block am Seitenfuß ist zentriert und läuft über die volle Breite. In der
   660px-Textspalte wirkt dieselbe Zentrierung gedrängt, deshalb hier links-
   bündig, flacher und mit kleinerer Überschrift. Er steht innerhalb von
   .koh-body, dessen Regeln für h2, p und a gleich spezifisch sind und später
   im Stylesheet stehen — sie werden darum ausdrücklich zurückgesetzt.        */

.koh-nl--artikel {
    margin: 44px 0 0;
    padding: 30px 32px 30px;
    text-align: left;
    border-top: 3px solid var(--terra);
}
.koh-body .koh-nl--artikel .koh-lbl {
    display: flex;
    justify-content: flex-start;
    margin: 0;
    font-size: 10.5px;
    letter-spacing: 0.2em;
    color: var(--on-pine-mute);
}
.koh-body .koh-nl--artikel h2 {
    font-family: var(--serif);
    font-size: 26px;
    font-weight: 300;
    letter-spacing: 0;
    text-transform: none;
    line-height: 1.22;
    margin: 12px 0 0;
    max-width: 17em;
    color: var(--on-pine);
}
.koh-body .koh-nl--artikel p { margin: 0; }
.koh-body .koh-nl--artikel .koh-nl-fine {
    margin: 10px 0 0;
    max-width: 34em;
    font-family: var(--sans);
    font-size: 13px;
    line-height: 1.55;
    color: var(--on-pine-mute);
}
.koh-nl--artikel .koh-nl-row {
    margin: 20px 0 0;
    max-width: 100%;
    justify-content: flex-start;
}
.koh-nl--artikel .koh-nl-consent {
    margin: 12px 0 0;
    max-width: 100%;
    font-size: 12.5px;
}
.koh-body .koh-nl--artikel a { color: var(--on-pine); }
.koh-nl--artikel .koh-nl-msg { margin: 8px 0 0; max-width: 100%; font-size: 13px; }
/* Der Widerrufshinweis steht schon in der Zustimmungszeile darüber. */
.koh-nl--artikel form > .koh-nl-fine { display: none; }

@media (max-width: 680px) {
    .koh-nl--artikel { padding: 24px 20px; margin-top: 34px; }
    .koh-body .koh-nl--artikel h2 { font-size: 22px; }
}

/* Registercode und Umsatzsteuernummer stehen unmittelbar unter dem Firmennamen
   und werden hervorgehoben, damit sie bei einer Sichtprüfung nicht übersehen
   werden. */
.koh-ident dd.koh-key {
    font-size: 16px;
    color: var(--ink);
    letter-spacing: 0.02em;
}
.koh-ident dd strong { font-weight: 500; font-size: 16.5px; }
