/* Rauch Media · Leitstelle. Tinte auf Papier, Signalorange für den Notfall. */
:root {
  --ink: #26221F; --ink-2: #3A3533; --ink-3: #4A4442;
  --paper: #F6F3EC; --paper-2: #EDE8DD; --paper-3: #E4DDCE; --line: #D9D3C7;
  --slate: #605D5C; --signal: #9F2831; --signal-deep: #7A1E26; --signal-soft: #F6E3E4;
  --ok: #2F8F6A; --ok-soft: #DDF0E7; --white: #fff;
  --display: "Bricolage Grotesque", "Helvetica Neue", Arial, sans-serif;
  --body: "Instrument Sans", "Helvetica Neue", Arial, sans-serif;
  --mono: "JetBrains Mono", ui-monospace, Menlo, monospace;
  --radius: 4px; --radius-lg: 10px;
  --shadow: 0 1px 2px rgba(38,34,31,.06), 0 12px 32px -16px rgba(38,34,31,.25);
  --grid: repeating-linear-gradient(0deg, rgba(255,255,255,.04) 0 1px, transparent 1px 48px), repeating-linear-gradient(90deg, rgba(255,255,255,.04) 0 1px, transparent 1px 48px);
  --ease: cubic-bezier(.2,.7,.2,1);
}
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation: none !important; transition: none !important; } }
body { background: var(--paper); color: var(--ink); font-family: var(--body); font-size: 1.0625rem; line-height: 1.6; margin: 0; -webkit-font-smoothing: antialiased; }
body::before { /* feines Papierkorn */
  content: ""; position: fixed; inset: 0; pointer-events: none; z-index: 0; opacity: .5;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 .06 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
.wp-site-blocks { position: relative; z-index: 1; }
::selection { background: var(--signal); color: var(--white); }
:focus-visible { outline: 3px solid var(--signal); outline-offset: 3px; border-radius: 2px; }
.mono { font-family: var(--mono); font-size: .8rem; letter-spacing: .02em; }
h1, h2, h3, h4 { font-family: var(--display); font-weight: 600; line-height: 1.1; letter-spacing: -.015em; text-wrap: balance; margin: 0; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: .18em; }
a:hover { color: var(--signal-deep); }
img { max-width: 100%; height: auto; }

/* ---------- Kopfzeile ---------- */
.site-header { position: sticky; top: 0; z-index: 50; background: color-mix(in srgb, var(--paper) 88%, transparent); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border-bottom: 1px solid transparent; transition: border-color .3s, box-shadow .3s; }
.site-header.ist-gescrollt { border-bottom-color: var(--line); box-shadow: 0 8px 24px -20px rgba(38,34,31,.4); }
.site-header__inner { max-width: 76rem; margin: 0 auto; padding: .9rem 1.25rem; align-items: center; }
.site-brand { display: flex; align-items: center; margin: 0; line-height: 0; }
.site-brand img { width: clamp(150px, 18vw, 200px); height: auto; display: block; }
.site-brand:focus-visible { outline-offset: 6px; }
.site-nav { font-size: .95rem; font-weight: 500; }
.site-nav .wp-block-navigation-item a { text-decoration: none; padding: .45rem .7rem; border-radius: var(--radius); transition: background .2s; }
.site-nav .wp-block-navigation-item a:hover { background: var(--paper-2); color: var(--ink); }
.site-nav .current-menu-item > a { box-shadow: inset 0 -2px 0 var(--signal); border-radius: 0; }
.site-nav .nav-cta > a, .site-nav .nav-cta > a .wp-block-navigation-item__label { background: var(--signal); color: var(--white) !important; font-weight: 600; }
.site-nav .nav-cta > a { padding: .5rem .95rem; margin-left: .35rem; }
.site-nav .nav-cta > a:hover, .site-nav .nav-cta > a:hover .wp-block-navigation-item__label { background: var(--signal-deep); color: var(--white) !important; }
.wp-block-navigation__responsive-container.is-menu-open .nav-cta > a { display: inline-flex; margin: .75rem 0 0; }
.site-nav .wp-block-navigation__submenu-container { border: 1px solid var(--line) !important; border-radius: var(--radius-lg); background: var(--white) !important; box-shadow: var(--shadow); padding: .4rem !important; min-width: 16rem !important; }
.site-nav .wp-block-navigation__submenu-container a { padding: .5rem .7rem; }
.wp-block-navigation__responsive-container.is-menu-open { background: var(--paper); padding: 1.5rem; }
.wp-block-navigation__responsive-container.is-menu-open .site-nav, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container { font-size: 1.25rem; gap: .25rem; }
.wp-block-navigation__responsive-container-open, .wp-block-navigation__responsive-container-close { color: var(--ink); }

/* ---------- Hero ---------- */
.hero { position: relative; background: var(--ink); color: var(--paper); overflow: clip; isolation: isolate; }
.hero::before { content: ""; position: absolute; inset: 0; background-image: var(--grid); mask-image: linear-gradient(180deg, rgba(0,0,0,.9), transparent 90%); z-index: -1; }
.hero::after { content: ""; position: absolute; width: 60vw; height: 60vw; max-width: 720px; max-height: 720px; right: -18vw; top: -30%; border-radius: 50%; z-index: -1;
  background: radial-gradient(closest-side, rgba(159,40,49,.45), rgba(159,40,49,.10) 55%, transparent 72%); filter: blur(10px); }
.ist-leistung .hero::after { background: radial-gradient(closest-side, rgba(47,143,106,.30), rgba(47,143,106,.06) 55%, transparent 72%); }
/* Eine linke Kante für alles: Spalte 76rem, bündig mit dem Logo. WordPress' Block-Zentrierung wird hier abgeschaltet. */
.hero { padding-inline: max(1.25rem, calc((100% - 76rem) / 2 + 1.25rem)); }
.hero > * { margin-left: 0 !important; margin-right: 0 !important; max-width: none; }
.hero--front { padding-block: clamp(3.5rem, 8vw, 7rem) clamp(3rem, 6vw, 5rem); }
.hero--page { padding-block: clamp(2.75rem, 6vw, 4.5rem) clamp(2.25rem, 4vw, 3.25rem); }
.kicker { font-family: var(--mono); font-size: .78rem; letter-spacing: .06em; text-transform: uppercase; color: color-mix(in srgb, var(--paper) 72%, transparent); margin: 0 0 1.1rem; display: flex; align-items: center; gap: .6rem; }
.kicker__dot { width: .55rem; height: .55rem; border-radius: 50%; background: var(--signal); box-shadow: 0 0 0 4px rgba(159,40,49,.30); animation: puls 2.4s infinite; }
.ist-leistung .kicker__dot { background: var(--ok); box-shadow: 0 0 0 4px rgba(47,143,106,.28); }
@keyframes puls { 0%,100% { box-shadow: 0 0 0 3px rgba(159,40,49,.30);} 50% { box-shadow: 0 0 0 7px rgba(159,40,49,.10);} }
.hero__title { font-size: clamp(2.1rem, 5.2vw, 4.4rem); font-weight: 650; letter-spacing: -.03em; max-width: 20ch; margin: 0; color: var(--white); font-variation-settings: "opsz" 96, "wdth" 96; }
.hero--page .hero__title { font-size: clamp(1.9rem, 4.2vw, 3.4rem); max-width: 24ch; }
.hero__lead { font-size: clamp(1.1rem, 1.6vw, 1.35rem); line-height: 1.5; max-width: 42rem; margin: 1.5rem 0 0; color: color-mix(in srgb, var(--paper) 86%, transparent); text-wrap: pretty; }
.hero .cta-row { margin-top: 2rem; }
.trust { list-style: none; margin: 3rem 0 0; padding: 1.25rem 0 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(11rem, 1fr)); gap: 1.25rem 2rem; border-top: 1px solid rgba(246,243,236,.16); }
.trust li { display: grid; gap: .15rem; }
.trust strong { font-family: var(--display); font-size: 1.35rem; font-weight: 650; letter-spacing: -.02em; color: var(--white); }
.trust span { font-size: .9rem; color: color-mix(in srgb, var(--paper) 70%, transparent); }
.js-motion .hero .kicker, .js-motion .hero__title, .js-motion .hero__lead, .js-motion .hero .cta-row, .js-motion .trust { animation: rein .9s var(--ease) both; }
.js-motion .hero__title { animation-delay: .08s } .js-motion .hero__lead { animation-delay: .18s } .js-motion .hero .cta-row { animation-delay: .28s } .js-motion .trust { animation-delay: .4s }
@keyframes rein { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }

/* ---------- Buttons ---------- */
.cta-row { display: flex; flex-wrap: wrap; gap: .75rem; margin: 1.75rem 0; }
.btn { display: inline-flex; align-items: center; gap: .5rem; font-family: var(--display); font-weight: 600; font-size: 1.02rem; letter-spacing: -.01em; padding: .8rem 1.25rem; border-radius: var(--radius); text-decoration: none; border: 1.5px solid transparent; transition: transform .2s var(--ease), background .2s, border-color .2s, color .2s; }
.btn:hover { transform: translateY(-1px); }
.btn:active { transform: translateY(0); }
.btn--primary { background: var(--ink); color: var(--white); border-color: var(--ink); }
.hero .btn--primary { background: var(--paper); color: var(--ink); border-color: var(--paper); }
.btn--primary:hover { background: var(--ink-3); border-color: var(--ink-3); color: var(--white); }
.hero .btn--primary:hover { background: var(--white); color: var(--ink); }
.btn--signal { background: var(--signal); color: var(--white); border-color: var(--signal); }
.btn--signal:hover { background: var(--signal-deep); border-color: var(--signal-deep); color: var(--white); }
.btn--ghost { background: transparent; color: var(--ink); border-color: var(--ink); }
.hero .btn--ghost { color: var(--paper); border-color: rgba(246,243,236,.5); }
.btn--ghost:hover { background: var(--ink); color: var(--white); }
.hero .btn--ghost:hover { background: rgba(246,243,236,.12); color: var(--white); }
.btn::after { content: "→"; font-family: var(--body); transition: transform .2s var(--ease); }
.btn:hover::after { transform: translateX(3px); }

/* ---------- Fließtext ---------- */
.prose { padding: clamp(2.5rem, 5vw, 4.5rem) 1.25rem clamp(3rem, 6vw, 5rem); counter-reset: abschnitt; }
/* Inhalt beginnt an derselben linken Kante wie der Hero; breite Bausteine wachsen nach rechts bis 72rem. */
.prose { padding-inline: max(1.25rem, calc((100% - 76rem) / 2 + 1.25rem)); }
.prose > * { max-width: none; margin-inline: 0 !important; }
.prose .wp-block-post-content > * { max-width: 54rem; margin-left: 0 !important; margin-right: 0 !important; }
.prose p, .prose ul, .prose ol { margin: 0 0 1.15rem; }
.prose > p:first-child, .prose .entry-content > p:first-child { font-size: 1.25rem; max-width: 46rem; line-height: 1.55; color: var(--ink-2); text-wrap: pretty; }
.prose h2 { font-size: clamp(1.55rem, 2.6vw, 2.1rem); margin: 3rem 0 1rem; padding-top: 1.25rem; border-top: 1px solid var(--line); position: relative; counter-increment: abschnitt; }
.prose h2::before { content: counter(abschnitt, decimal-leading-zero); font-family: var(--mono); font-size: .75rem; font-weight: 500; letter-spacing: .08em; color: var(--signal-deep); display: block; margin-bottom: .5rem; }
.ist-leistung .prose h2::before { color: var(--ok); }
.prose h3 { font-size: 1.25rem; margin: 2rem 0 .6rem; }
.prose ul { padding-left: 1.2rem; } .prose ul li { padding-left: .2rem; margin-bottom: .45rem; }
.prose ul li::marker { color: var(--signal); }
.prose ol { padding-left: 0; list-style: none; counter-reset: schritt; }
.prose ol li { position: relative; padding-left: 2.6rem; margin-bottom: .8rem; counter-increment: schritt; }
.prose ol li::before { content: counter(schritt); position: absolute; left: 0; top: .1rem; width: 1.75rem; height: 1.75rem; border-radius: 50%; background: var(--ink); color: var(--white); font-family: var(--mono); font-size: .8rem; display: grid; place-items: center; }
.prose strong { font-weight: 650; }
.prose code { font-family: var(--mono); font-size: .88em; background: var(--paper-2); padding: .1em .35em; border-radius: 3px; }
.prose pre { background: var(--ink); color: var(--paper); font-family: var(--mono); font-size: .85rem; padding: 1rem 1.1rem; border-radius: var(--radius); overflow-x: auto; }
.prose pre code { background: none; padding: 0; color: inherit; }
.prose hr { border: 0; border-top: 1px solid var(--line); margin: 2.5rem 0; }
.prose .platzhalter, .prose .formular-platzhalter { background: var(--paper-2); border: 1px dashed var(--line); padding: .8rem 1rem; border-radius: var(--radius); color: var(--slate); font-size: .95rem; }

/* Abschnitts-Reveal */
.reveal { opacity: 0; transform: translateY(12px); transition: opacity .6s var(--ease), transform .6s var(--ease); }
.reveal.ist-sichtbar { opacity: 1; transform: none; }

/* ---------- Tabellen ---------- */
.table-wrap { max-width: 72rem; margin: 1.5rem auto 2rem; overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--white); box-shadow: var(--shadow); }
.table-wrap table { width: 100%; border-collapse: collapse; font-size: .95rem; }
.table-wrap th, .table-wrap td { padding: .8rem .95rem; text-align: left; vertical-align: top; border-bottom: 1px solid var(--line); }
.table-wrap thead th { font-family: var(--display); font-weight: 650; background: var(--paper-2); font-size: 1rem; }
.table-wrap tbody tr:last-child td { border-bottom: 0; }
.table-wrap td:first-child { font-weight: 550; color: var(--ink-2); width: 32%; }
.pricing thead th:nth-child(3) { background: var(--ink); color: var(--white); position: relative; }
.pricing thead th:nth-child(3)::after { content: "Empfohlen"; font-family: var(--mono); font-weight: 500; font-size: .65rem; letter-spacing: .08em; text-transform: uppercase; color: var(--signal); display: block; margin-top: .15rem; }
.pricing tbody td:nth-child(3) { background: color-mix(in srgb, var(--signal-soft) 45%, var(--white)); }
.pricing tbody tr:first-child td { font-family: var(--display); font-size: 1.5rem; font-weight: 650; letter-spacing: -.02em; }
.pricing tbody tr:first-child td:first-child { font-family: var(--body); font-size: .95rem; font-weight: 550; }

/* ---------- Karten (Startseite) ---------- */
.cards { max-width: 76rem; display: grid; grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr)); gap: 1rem; margin: 1.5rem auto 2rem; }
.card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 1.4rem 1.4rem 1.2rem; box-shadow: var(--shadow); display: grid; gap: .6rem; align-content: start; position: relative; overflow: hidden; transition: transform .25s var(--ease), border-color .25s; }
.card::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 4px; background: var(--ok); }
.card--notfall::before { background: var(--signal); }
.card:hover { transform: translateY(-3px); border-color: var(--paper-3); }
.card h3 { margin: 0; font-size: 1.3rem; }
.card p { margin: 0; color: var(--slate); font-size: .98rem; }
.card .card__links { display: flex; flex-wrap: wrap; gap: .35rem .75rem; margin-top: .4rem; font-size: .92rem; }
.card .card__links a { font-weight: 550; text-decoration: none; border-bottom: 1px solid var(--line); }
.card .card__links a:hover { border-color: var(--signal); }

/* ---------- FAQ ---------- */
details.faq { border-top: 1px solid var(--line); padding: .2rem 0; }
details.faq:last-of-type { border-bottom: 1px solid var(--line); margin-bottom: 1.5rem; }
details.faq summary { list-style: none; cursor: pointer; font-family: var(--display); font-weight: 600; font-size: 1.08rem; padding: .95rem 2.5rem .95rem 0; position: relative; }
details.faq summary::-webkit-details-marker { display: none; }
details.faq summary::after { content: "+"; position: absolute; right: .2rem; top: 50%; transform: translateY(-50%); font-family: var(--mono); font-size: 1.3rem; color: var(--signal-deep); transition: transform .25s var(--ease); }
details.faq[open] summary::after { transform: translateY(-50%) rotate(45deg); }
details.faq p { margin: 0 0 1rem; color: var(--ink-2); }

/* ---------- Formular-Slot ---------- */
.form-slot { max-width: 72rem; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 1.6rem; box-shadow: var(--shadow); margin: 1.5rem auto 2rem; position: relative; overflow: hidden; }
.form-slot::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 4px; background: var(--ok); }
.form-slot--A::before { background: var(--signal); }
.form-slot h3 { margin: 0 0 .35rem; font-size: 1.35rem; }
.form-slot .form-slot__hint { color: var(--slate); font-size: .95rem; margin: 0 0 1.1rem; }
.rm-form { display: grid; gap: .9rem; }
.rm-form label { display: grid; gap: .3rem; font-size: .92rem; font-weight: 550; }
.rm-form input, .rm-form select, .rm-form textarea { font: inherit; font-size: 1rem; padding: .7rem .8rem; border: 1.5px solid var(--line); border-radius: var(--radius); background: var(--paper); color: var(--ink); width: 100%; box-sizing: border-box; transition: border-color .2s, box-shadow .2s; }
.rm-form input:focus, .rm-form select:focus, .rm-form textarea:focus { outline: none; border-color: var(--ink); box-shadow: 0 0 0 3px rgba(38,34,31,.12); background: var(--white); }
.rm-form textarea { min-height: 6rem; resize: vertical; }
.rm-form .rm-form__zwei { display: grid; grid-template-columns: 1fr 1fr; gap: .9rem; }
@media (min-width: 52rem) { .rm-form { grid-template-columns: 1fr 1fr; column-gap: 1.2rem; } .rm-form > label:has(textarea), .rm-form .rm-form__zwei, .rm-form > button, .rm-form > .rm-form__zusage, .rm-form > input[type=hidden] { grid-column: 1 / -1; } .rm-form .rm-form__zwei { grid-template-columns: 1fr 1fr; } }
.rm-form button { justify-self: start; cursor: pointer; }
.rm-form .rm-form__zusage { font-family: var(--mono); font-size: .78rem; line-height: 1.6; color: var(--slate); margin: 0; }
.rm-form .rm-form__zusage a { color: var(--ink); text-decoration-color: var(--line); }
.rm-form .rm-form__zusage .status-dot { vertical-align: middle; }
.rm-form .rm-form__hp { position: absolute; left: -9999px; }
.rm-form__ok { background: var(--ok-soft); border: 1px solid var(--ok); border-radius: var(--radius); padding: 1rem 1.1rem; }
.rm-form__ok strong { display: block; font-family: var(--display); font-size: 1.15rem; margin-bottom: .25rem; }
.rm-form__fehler { background: color-mix(in srgb, var(--signal) 9%, var(--white)); border: 1px solid var(--signal); border-radius: var(--radius); padding: .9rem 1.1rem; margin: 0 0 1rem; }
.rm-form__fehler strong { color: var(--signal); }
.rm-form .h-captcha { margin: .2rem 0 1rem; }
.status-dot { display: inline-block; width: .55rem; height: .55rem; border-radius: 50%; background: var(--ok); margin-right: .45rem; box-shadow: 0 0 0 3px var(--ok-soft); }
@media (max-width: 40rem) { .rm-form .rm-form__zwei { grid-template-columns: 1fr; } }

/* ---------- Notfall-Knopf ---------- */
.notfall-fab { position: fixed; right: 1.1rem; bottom: 1.1rem; z-index: 60; display: inline-flex; align-items: center; gap: .55rem; background: var(--signal); color: var(--white); font-family: var(--display); font-weight: 650; font-size: .98rem; padding: .75rem 1.1rem; border-radius: 999px; text-decoration: none; box-shadow: 0 10px 30px -10px rgba(159,40,49,.7); transition: transform .25s var(--ease), opacity .25s; }
.notfall-fab:hover { transform: translateY(-2px); color: var(--white); }
.notfall-fab.ist-versteckt { opacity: 0; pointer-events: none; transform: translateY(8px); }
.notfall-fab__dot { width: .55rem; height: .55rem; border-radius: 50%; background: var(--white); animation: puls 2s infinite; }
@media (max-width: 40rem) { .notfall-fab { left: 1rem; right: 1rem; justify-content: center; } }

/* ---------- Fuß ---------- */
.site-footer { background: var(--ink); color: color-mix(in srgb, var(--paper) 80%, transparent); margin-top: 3rem; position: relative; }
.site-footer::before { content: ""; position: absolute; inset: 0; background-image: var(--grid); opacity: .5; pointer-events: none; }
.site-footer__inner { position: relative; max-width: 76rem; margin: 0 auto; padding: 3.5rem 1.25rem 6rem; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 2rem; font-size: .95rem; }
.site-footer__logo { display: inline-block; margin: 0 0 1.1rem; line-height: 0; }
.site-footer__logo img { width: 190px; height: auto; display: block; }
.site-footer__logo:focus-visible { outline-offset: 6px; }
.site-footer__claim { margin: 0 0 1rem; max-width: 28rem; }
.site-footer__status { margin: 0; color: color-mix(in srgb, var(--paper) 60%, transparent); }
.site-footer__head { font-family: var(--mono); font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; color: color-mix(in srgb, var(--paper) 55%, transparent); margin: 0 0 .7rem; }
.site-footer__col a { display: block; color: var(--paper); text-decoration: none; padding: .22rem 0; }
.site-footer__col a:hover { color: var(--signal); }
.site-footer__small { margin-top: 1rem; font-size: .85rem; color: color-mix(in srgb, var(--paper) 55%, transparent); }
@media (max-width: 52rem) { .site-footer__inner { grid-template-columns: 1fr 1fr; } .site-footer__brand { grid-column: 1 / -1; } }
@media (max-width: 34rem) { .site-footer__inner { grid-template-columns: 1fr; } }

@media print { .site-header, .notfall-fab, .site-footer { display: none; } .hero { background: none; color: var(--ink); } .hero__title { color: var(--ink); } }

/* ---------- Ratgeber ---------- */
.hero__meta { margin: 1rem 0 0; color: color-mix(in srgb, var(--paper) 60%, transparent); font-size: .78rem; letter-spacing: .04em; }
.hero__meta .wp-block-post-date { display: inline; font-family: var(--mono); }
.ratgeber-cta { margin: 3rem auto 0; padding: 1.6rem; background: var(--white); border: 1px solid var(--line); border-left: 4px solid var(--ok); border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.ratgeber-cta__head { font-family: var(--display); font-weight: 650; font-size: 1.3rem; margin: 0 0 .4rem; }
.ratgeber-cta p { margin: 0 0 .6rem; color: var(--ink-2); }
.ratgeber-cta .cta-row { margin: 1rem 0 0; }
.ratgeber-item { padding: 1.4rem 0; border-top: 1px solid var(--line); }
.ratgeber-item:last-child { border-bottom: 1px solid var(--line); }
.ratgeber-item h2 { font-size: 1.45rem; margin: 0 0 .5rem; border: 0; padding: 0; counter-increment: none; }
.ratgeber-item h2::before { content: none; }
.ratgeber-item h2 a { text-decoration: none; }
.ratgeber-item h2 a:hover { color: var(--signal-deep); }
.ratgeber-item .wp-block-post-excerpt__excerpt { margin: 0; color: var(--slate); }
.ratgeber-item .wp-block-post-excerpt__more-link { font-weight: 600; }
.prose .ratgeber-hinweis { background: var(--paper-2); border-left: 4px solid var(--signal); padding: .9rem 1.1rem; border-radius: var(--radius); font-size: .98rem; }


/* ---------- Porträts ---------- */
.wer { display: flex; align-items: center; gap: .8rem; margin: 0 0 1.1rem; }
.wer img { width: 56px; height: 56px; border-radius: 50%; object-fit: cover; box-shadow: 0 0 0 3px var(--white), 0 0 0 4px var(--line); flex: none; }
.wer span { font-size: .95rem; color: var(--ink-2); }
.wer strong { font-family: var(--display); font-weight: 650; }
.autor-box { display: flex; gap: 1.1rem; align-items: center; margin: 2.5rem auto 0; padding: 1.2rem 1.3rem; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--white); }
.autor-box img { width: 88px; height: 88px; border-radius: 50%; object-fit: cover; flex: none; }
.autor-box p { margin: 0; font-size: .95rem; color: var(--slate); }
.autor-box .autor-box__name { font-family: var(--display); font-weight: 650; font-size: 1.1rem; color: var(--ink); margin-bottom: .15rem; }
.prose figure.portrait { float: left; width: 17rem; max-width: 45%; margin: .35rem 2.2rem 1rem 0; }
.prose figure.portrait img { width: 100%; height: auto; border-radius: var(--radius-lg); display: block; box-shadow: var(--shadow); }
.prose figure.portrait figcaption { font-family: var(--mono); font-size: .75rem; letter-spacing: .04em; color: var(--slate); margin-top: .6rem; }
.prose figure.portrait--klein { float: right; width: 15rem; max-width: 42%; margin: .35rem 0 1rem 2.2rem; }
.wer-block { max-width: 54rem; margin: 2.5rem auto; display: flex; flex-wrap: wrap; gap: 1.5rem; align-items: center; padding: 1.5rem; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.wer-block > img { width: 160px; height: 160px; border-radius: 50%; object-fit: cover; flex: none; }
.wer-block > div { flex: 1 1 18rem; min-width: 0; }
.wer-block .cta-row { margin: .5rem 0 0; }
.wer-block h2 { margin: 0 0 .4rem !important; padding: 0 !important; border: 0 !important; font-size: 1.4rem !important; }
.wer-block h2::before { content: none !important; }
.wer-block p { margin: 0 0 .5rem; color: var(--ink-2); }
@media (max-width: 40rem) { .wer-block { justify-content: center; text-align: center; } .wer-block .cta-row { justify-content: center; } }

/* ---------- Kundenlogos ---------- */
.prose .logos { max-width: 72rem; margin: 3rem auto; padding: 2rem 1.5rem; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow); text-align: center; }
.prose .logos .kicker { justify-content: center; color: var(--slate); margin-bottom: .6rem; }
.prose .logos .kicker__dot { background: var(--ok); box-shadow: 0 0 0 4px rgba(47,143,106,.18); animation: none; }
.prose .logos h2 { margin: 0 0 1.5rem; padding: 0; border: 0; font-size: 1.45rem; }
.prose .logos h2::before { content: none; }
.logos__liste { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 1.6rem 2.4rem; }
.logos__liste li { margin: 0; padding: 0; display: flex; align-items: center; }
.logos__liste img { height: 40px; width: auto; max-width: 150px; object-fit: contain; filter: grayscale(1); opacity: .72; transition: filter .3s, opacity .3s; }
.logos__liste li:hover img { filter: none; opacity: 1; }
.prose .logos .logos__hinweis { margin: 1.5rem 0 0; font-size: .9rem; color: var(--slate); }
@media (max-width: 40rem) { .logos__liste { gap: 1.1rem 1.6rem; } .logos__liste img { height: 30px; max-width: 110px; } }
@media (prefers-reduced-motion: no-preference) { .logos__liste img { transition: filter .3s, opacity .3s; } }

/* ---------- Kundenstimmen ---------- */
.prose .stimmen { max-width: 72rem; margin: 3rem auto; text-align: left; }
.prose .stimmen .kicker { color: var(--slate); margin-bottom: .6rem; }
.prose .stimmen .kicker__dot { background: var(--ok); box-shadow: 0 0 0 4px rgba(47,143,106,.18); animation: none; }
.prose .stimmen h2 { margin: 0 0 .5rem; padding: 0; border: 0; font-size: clamp(1.5rem, 2.4vw, 2rem); }
.prose .stimmen h2::before { content: none; }
.prose .stimmen .stimmen__intro { color: var(--slate); margin: 0 0 1.5rem; }
.stimmen__liste { display: grid; grid-template-columns: repeat(auto-fit, minmax(17rem, 1fr)); gap: 1.2rem; }
.stimme { margin: 0; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 1.5rem 1.5rem 1.3rem; box-shadow: var(--shadow); display: flex; flex-direction: column; gap: 1rem; position: relative; }
.stimme::before { content: "„"; position: absolute; top: .4rem; right: 1.1rem; font-family: var(--display); font-size: 4rem; line-height: 1; color: var(--paper-3); }
.stimme__seit { font-family: var(--mono); font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; color: var(--ok); }
.stimme blockquote { margin: 0; font-size: 1rem; line-height: 1.55; color: var(--ink-2); flex: 1; }
.stimme figcaption { display: flex; align-items: center; gap: .9rem; padding-top: .9rem; border-top: 1px solid var(--line); font-size: .9rem; color: var(--slate); }
.stimme figcaption img { height: 34px; width: auto; max-width: 110px; object-fit: contain; flex: none; }
.stimme figcaption b { color: var(--ink); font-family: var(--display); font-weight: 650; font-size: 1rem; }
.prose .stimmen .stimmen__mehr { margin: 1.2rem 0 0; font-weight: 600; }


/* ---------- Zweispaltige Bausteine (automatisch aus dem Inhalt) ---------- */
.prose ul.grid-2 { max-width: 72rem; display: grid; grid-template-columns: repeat(auto-fit, minmax(19rem, 1fr)); gap: .9rem 1.4rem; padding: 0; list-style: none; margin: 1.2rem auto 1.6rem; }
.prose ul.grid-2 li { margin: 0; padding: 1rem 1.1rem; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); border-left: 3px solid var(--ok); }
.ist-notfall .prose ul.grid-2 li { border-left-color: var(--signal); }
.prose ul.grid-2 li strong { display: block; font-family: var(--display); font-size: 1.05rem; margin-bottom: .2rem; }
.prose ol.schritte { max-width: 72rem; display: grid; grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr)); gap: 1rem; margin: 1.2rem auto 1.6rem; counter-reset: schritt; }
.prose ol.schritte li { padding: 1.1rem 1.1rem 1.1rem 1.1rem; margin: 0; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); }
.prose ol.schritte li::before { position: static; display: grid; margin: 0 0 .8rem; width: 2rem; height: 2rem; font-size: .85rem; }
.prose .faq-grid { max-width: 72rem; display: grid; grid-template-columns: 1fr; gap: .75rem; align-items: start; margin: 0 auto 1.5rem; }
@media (min-width: 52rem) { .prose .faq-grid { grid-template-columns: 1fr 1fr; } }
.prose .faq-grid details.faq, .prose .faq-grid details.faq:last-of-type { border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); padding: 0 1.1rem; margin: 0; }
.prose .faq-grid details.faq[open] { border-color: var(--paper-3); box-shadow: var(--shadow); }
.prose .faq-grid details.faq summary { padding: .9rem 2.2rem .9rem 0; font-size: 1.02rem; line-height: 1.35; }
.prose .faq-grid details.faq p { padding-bottom: .3rem; }
.prose h2 { max-width: 72rem; clear: both; }


/* Breite Bausteine (nach den Kantenregeln, damit sie gewinnen) */
.prose .wp-block-post-content > .table-wrap, .prose .wp-block-post-content > ul.grid-2, .prose .wp-block-post-content > ol.schritte, .prose .wp-block-post-content > .faq-grid, .prose .wp-block-post-content > .logos, .prose .wp-block-post-content > .stimmen, .prose .wp-block-post-content > .cards, .prose .wp-block-post-content > h2, .prose .wp-block-post-content > .wer-block, .prose .wp-block-post-content > .form-slot { max-width: 72rem; }
.prose .wp-block-post-content > .form-slot { max-width: 72rem; }
.prose .wp-block-post-content > .wer-block { max-width: 54rem; }
.prose .wp-block-post-content > .autor-box, .prose .wp-block-post-content > .ratgeber-cta { max-width: 54rem; }
.prose .wp-block-post-content > p:first-child { max-width: 48rem; }
.prose .logos, .prose .stimmen { text-align: left; }
.prose .logos { text-align: center; }

/* ---------- Bildschirm-Abbildungen ---------- */
.prose figure.screen { margin: 1.4rem 0 2rem; max-width: 54rem; }
.prose figure.screen img { width: 100%; height: auto; display: block; border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.prose figure.screen figcaption { font-family: var(--mono); font-size: .74rem; letter-spacing: .03em; color: var(--slate); margin-top: .6rem; line-height: 1.5; }

.prose .wp-block-post-content > figure.portrait { max-width: 45%; margin: .35rem 2.4rem 1.2rem 0 !important; }
.prose .wp-block-post-content > figure.portrait--klein { float: none; width: 20rem; max-width: 100%; margin: 1rem 0 2rem !important; }
.prose .logos, .prose .stimmen, .prose .form-slot, .prose .wer-block { clear: both; }
@media (max-width: 40rem) { .prose figure.portrait, .prose .wp-block-post-content > figure.portrait { float: none; width: 100%; max-width: 100%; margin: 0 0 1.5rem !important; } }

/* Blick in die Leitstelle (Startseite): breiter Baustein mit Übersicht + zwei Details */
.prose .leitstelle, .prose .wp-block-post-content > .leitstelle { max-width: 72rem; margin: 3rem auto; clear: both; }
.prose .leitstelle .kicker { color: var(--slate); margin-bottom: .6rem; }
.prose .leitstelle .kicker__dot { background: var(--ok); box-shadow: 0 0 0 4px rgba(47,143,106,.18); animation: none; }
.prose .leitstelle h2 { margin: .2rem 0 .6rem; }
.prose .leitstelle .leitstelle__intro { max-width: 54rem; margin: 0 0 1.6rem; }
.prose .leitstelle figure.screen { max-width: none; margin: 0; }
.prose .leitstelle figure.screen--breit { margin: 0 0 1.4rem; }
.prose .leitstelle__paar { display: grid; grid-template-columns: 1fr 1fr; gap: 1.4rem; align-items: start; }
@media (max-width: 48rem) { .prose .leitstelle__paar { grid-template-columns: 1fr; } }
