/*
Theme Name: berlin-schaedling-bernhardt
Theme URI: https://berlin-schaedling-bernhardt.de
Description: Klassisches WordPress-Theme für die Schädlingsbekämpfung in Berlin. Abgeleitet vom Projekt-Template „Clean Hygiene" (Herkunft siehe CLONE-NOTES.md): gleiche Design-Sprache, gleiche Komponenten, gleiche Interaktionen – neu eingefärbt (Petrol/Teal-Blau + Signal-Orange), auf 18px Basisschrift gehoben, formularfrei (Telefon ist der einzige Kanal) und barrierefrei nachgeschärft. Self-hosted Fonts (Inter + Sora), JSON-LD (LocalBusiness/Breadcrumb/FAQ).
Author: Beratung & Service Thomas
Version: 1.0
Requires at least: 6.0
Tested up to: 7.0
Requires PHP: 7.4
Text Domain: berlin-schaedling-bernhardt
*/

/* ==========================================================================
   0 · Fonts (self-hosted, DSGVO-konform – keine externen Requests)
   ========================================================================== */
@font-face { font-family: "Inter"; font-style: normal; font-weight: 400; font-display: swap; src: url("fonts/inter-400.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 600; font-display: swap; src: url("fonts/inter-600.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 700; font-display: swap; src: url("fonts/inter-700.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 800; font-display: swap; src: url("fonts/inter-800.woff2") format("woff2"); }
@font-face { font-family: "Sora"; font-style: normal; font-weight: 600; font-display: swap; src: url("fonts/sora-600.woff2") format("woff2"); }
@font-face { font-family: "Sora"; font-style: normal; font-weight: 700; font-display: swap; src: url("fonts/sora-700.woff2") format("woff2"); }
@font-face { font-family: "Sora"; font-style: normal; font-weight: 800; font-display: swap; src: url("fonts/sora-800.woff2") format("woff2"); }

/* ==========================================================================
   1 · Design-Tokens
   Gleiche Token-Struktur wie das Template – nur die Farbwerte sind neu
   (Petrol/Teal-Blau statt Grün, Signal-Orange statt Amber). Jeder Wert ist
   gegen WCAG 2.1 AA (4,5:1 für Text) gerechnet, auch die Buttons.
   ========================================================================== */
:root {
	--brand:        #0f5f74;   /* Primär – Petrol/Teal-Blau (Hygiene + Vertrauen) */
	--brand-deep:   #0a4757;
	--brand-700:    #073744;
	--brand-tint:   #eef5f7;   /* helle Flächen */
	--brand-tint-2: #dceaee;
	--ink:          #0c2129;   /* Text + dunkle Sektionen */
	--ink-soft:     #24424d;
	--muted:        #4e6b77;   /* Sekundärtext – 5,2:1 auf --brand-tint */
	--accent:       #c2410c;   /* CTA – Signal-Orange, 5,2:1 mit weißer Schrift */
	--accent-deep:  #9a3412;
	--accent-soft:  #f7a072;   /* Akzent auf dunklem Grund (8,1:1 auf --ink) */
	--paper:        #ffffff;
	--line:         #dde7ea;
	--line-strong:  #c2d5da;
	--on-dark:      #cfe0e6;   /* Fließtext auf --ink */
	--on-dark-soft: #a9c6d1;

	--radius:       14px;
	--radius-sm:    9px;
	--radius-lg:    22px;
	--container:    1320px;
	--shadow:       0 1px 2px rgba(12,33,41,.04), 0 8px 24px rgba(12,33,41,.06);
	--shadow-lg:    0 18px 50px rgba(12,33,41,.12);

	--sans:    "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
	--display: "Sora", var(--sans);
}

/* ==========================================================================
   2 · Reset / Base
   ========================================================================== */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
	margin: 0;
	overflow-x: clip;
	font-family: var(--sans);
	font-size: 18px;              /* Site-Standard A10: Basisschrift ≥ 18px */
	line-height: 1.65;
	color: var(--ink);
	background: var(--paper);
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

/* Lange deutsche Komposita (Schädlingsbekämpfung, Charlottenburg-Wilmersdorf)
   dürfen auf schmalen Viewports nicht aus ihrer Grid-Spalte laufen. */
h1, h2, h3, h4 {
	font-family: var(--display); font-weight: 700; line-height: 1.15; color: var(--ink);
	margin: 0 0 .5em; letter-spacing: -.01em;
	overflow-wrap: break-word; word-break: normal; hyphens: auto;
}
p { margin: 0 0 1em; }
a { color: var(--brand-deep); text-decoration: none; }
a:hover { text-decoration: underline; }
img { max-width: 100%; height: auto; }
ul { margin: 0 0 1em; padding-left: 1.2em; }
strong { font-weight: 700; }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 2px; border-radius: 4px; }

/* Links im Fließtext sind unterstrichen (WCAG 1.4.1 – nicht nur Farbe). */
#main p a, #main li a, .faq__body a, .prose a { text-decoration: underline; text-underline-offset: .15em; }
#main p a:hover, #main li a:hover, .faq__body a:hover { text-decoration-thickness: 2px; }

/* Sichtbare Rufnummer im Fließtext – bewusst KEIN Link (ein 20px hoher
   tel:-Link wäre ein zu kleines Tap-Target). Anrufen passiert über die
   großen CTA-Buttons und die Sticky-Bar. */
.telnum { font-weight: 700; color: var(--brand-deep); white-space: nowrap; }

/* Skip-Link */
.skip-link { position: absolute; left: -9999px; top: 0; z-index: 200; background: var(--accent); color: #fff; font-weight: 700; padding: 14px 22px; border-radius: 0 0 10px 0; }
.skip-link:focus { left: 0; text-decoration: none; }

.visually-hidden { position: absolute !important; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }

/* ==========================================================================
   3 · Icons (CSS-Masken, einfärbbar über currentColor) — aus dem Template
   ========================================================================== */
.ico {
	display: inline-block;
	width: 1.15em; height: 1.15em;
	vertical-align: -.18em;
	background: currentColor;
	-webkit-mask-repeat: no-repeat; mask-repeat: no-repeat;
	-webkit-mask-position: center; mask-position: center;
	-webkit-mask-size: contain; mask-size: contain;
	flex: none;
}
.ico--phone  { -webkit-mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M22 16.92v3a2 2 0 0 1-2.18 2 19.8 19.8 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6A19.8 19.8 0 0 1 2.12 4.18 2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.13.96.36 1.9.7 2.81a2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45c.91.34 1.85.57 2.81.7A2 2 0 0 1 22 16.92z'/></svg>"); mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M22 16.92v3a2 2 0 0 1-2.18 2 19.8 19.8 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6A19.8 19.8 0 0 1 2.12 4.18 2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.13.96.36 1.9.7 2.81a2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45c.91.34 1.85.57 2.81.7A2 2 0 0 1 22 16.92z'/></svg>"); }
.ico--mail   { -webkit-mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><rect x='2' y='4' width='20' height='16' rx='2'/><path d='m22 7-10 6L2 7'/></svg>"); mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><rect x='2' y='4' width='20' height='16' rx='2'/><path d='m22 7-10 6L2 7'/></svg>"); }
.ico--clock  { -webkit-mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><circle cx='12' cy='12' r='9'/><path d='M12 7v5l3 3'/></svg>"); mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><circle cx='12' cy='12' r='9'/><path d='M12 7v5l3 3'/></svg>"); }
.ico--map    { -webkit-mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z'/><circle cx='12' cy='10' r='3'/></svg>"); mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z'/><circle cx='12' cy='10' r='3'/></svg>"); }
.ico--home   { -webkit-mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M3 9.5 12 3l9 6.5V21a1 1 0 0 1-1 1h-5v-7H9v7H4a1 1 0 0 1-1-1z'/></svg>"); mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M3 9.5 12 3l9 6.5V21a1 1 0 0 1-1 1h-5v-7H9v7H4a1 1 0 0 1-1-1z'/></svg>"); }
.ico--up     { -webkit-mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M12 19V5M5 12l7-7 7 7'/></svg>"); mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M12 19V5M5 12l7-7 7 7'/></svg>"); }
.ico--check  { -webkit-mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'><path d='M20 6 9 17l-5-5'/></svg>"); mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'><path d='M20 6 9 17l-5-5'/></svg>"); }
.ico--shield { -webkit-mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M12 2 4 5v6c0 5 3.4 8.5 8 10 4.6-1.5 8-5 8-10V5z'/><path d='M9 12l2 2 4-4'/></svg>"); mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M12 2 4 5v6c0 5 3.4 8.5 8 10 4.6-1.5 8-5 8-10V5z'/><path d='M9 12l2 2 4-4'/></svg>"); }
.ico--leaf   { -webkit-mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M4 21c0-9 6-15 16-16-1 10-7 16-16 16z'/><path d='M4 21c4-6 8-9 12-11'/></svg>"); mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M4 21c0-9 6-15 16-16-1 10-7 16-16 16z'/><path d='M4 21c4-6 8-9 12-11'/></svg>"); }
.ico--bug    { -webkit-mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M12 8a5 6 0 0 0-5 6 5 6 0 0 0 10 0 5 6 0 0 0-5-6z'/><path d='M9 5 8 3M15 5l1-2M7 12H3M21 12h-4M7 17l-3 2M17 17l3 2M12 8V20'/></svg>"); mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M12 8a5 6 0 0 0-5 6 5 6 0 0 0 10 0 5 6 0 0 0-5-6z'/><path d='M9 5 8 3M15 5l1-2M7 12H3M21 12h-4M7 17l-3 2M17 17l3 2M12 8V20'/></svg>"); }
.ico--star   { -webkit-mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'><path d='M12 3l2.6 5.4 5.9.8-4.3 4.1 1 5.9-5.2-2.8-5.2 2.8 1-5.9-4.3-4.1 5.9-.8z'/></svg>"); mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'><path d='M12 3l2.6 5.4 5.9.8-4.3 4.1 1 5.9-5.2-2.8-5.2 2.8 1-5.9-4.3-4.1 5.9-.8z'/></svg>"); }
.ico--arrow  { -webkit-mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M5 12h14M13 6l6 6-6 6'/></svg>"); mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M5 12h14M13 6l6 6-6 6'/></svg>"); }
.ico--award  { -webkit-mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><circle cx='12' cy='8' r='5'/><path d='M9 12.5 7 21l5-3 5 3-2-8.5'/></svg>"); mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><circle cx='12' cy='8' r='5'/><path d='M9 12.5 7 21l5-3 5 3-2-8.5'/></svg>"); }
.ico--roof     { -webkit-mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M3 11 12 4l9 7'/><path d='M5 10v9a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-9'/></svg>"); mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M3 11 12 4l9 7'/><path d='M5 10v9a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-9'/></svg>"); }
.ico--window   { -webkit-mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><rect x='4' y='4' width='16' height='16' rx='1'/><path d='M4 8.5h16M4 12h16M4 15.5h16'/></svg>"); mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><rect x='4' y='4' width='16' height='16' rx='1'/><path d='M4 8.5h16M4 12h16M4 15.5h16'/></svg>"); }
.ico--alert    { -webkit-mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M10.3 4.3 2.5 18a2 2 0 0 0 1.7 3h15.6a2 2 0 0 0 1.7-3L13.7 4.3a2 2 0 0 0-3.4 0z'/><path d='M12 9v4M12 17h.01'/></svg>"); mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M10.3 4.3 2.5 18a2 2 0 0 0 1.7 3h15.6a2 2 0 0 0 1.7-3L13.7 4.3a2 2 0 0 0-3.4 0z'/><path d='M12 9v4M12 17h.01'/></svg>"); }
.ico--calendar { -webkit-mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><rect x='3' y='5' width='18' height='16' rx='2'/><path d='M3 9h18M8 3v4M16 3v4'/></svg>"); mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><rect x='3' y='5' width='18' height='16' rx='2'/><path d='M3 9h18M8 3v4M16 3v4'/></svg>"); }
.ico--search   { -webkit-mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><circle cx='11' cy='11' r='7'/><path d='m21 21-4.35-4.35'/></svg>"); mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><circle cx='11' cy='11' r='7'/><path d='m21 21-4.35-4.35'/></svg>"); }
.ico--tool     { -webkit-mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.77-3.77a6 6 0 0 1-7.94 7.94l-6.91 6.91a2.12 2.12 0 0 1-3-3l6.91-6.91a6 6 0 0 1 7.94-7.94l-3.76 3.76z'/></svg>"); mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.77-3.77a6 6 0 0 1-7.94 7.94l-6.91 6.91a2.12 2.12 0 0 1-3-3l6.91-6.91a6 6 0 0 1 7.94-7.94l-3.76 3.76z'/></svg>"); }
.ico--doc      { -webkit-mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M14 3H7a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V8z'/><path d='M14 3v5h5M9 13h6M9 17h4'/></svg>"); mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M14 3H7a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V8z'/><path d='M14 3v5h5M9 13h6M9 17h4'/></svg>"); }
.ico--drop     { -webkit-mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M12 3s6 6.4 6 10.4A6 6 0 0 1 6 13.4C6 9.4 12 3 12 3z'/></svg>"); mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M12 3s6 6.4 6 10.4A6 6 0 0 1 6 13.4C6 9.4 12 3 12 3z'/></svg>"); }

/* --- Schädling-spezifische Icons (gleicher Strich-Stil wie im Template) --- */
.ico--wasp   { -webkit-mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'><ellipse cx='12' cy='14' rx='3.2' ry='4.7'/><path d='M9 12.8h6M9 15.4h6'/><circle cx='12' cy='7.4' r='1.9'/><path d='M11 5.9 9.6 4.2M13 5.9 14.4 4.2'/><path d='M9.2 11.3C5.5 9.6 4.6 11.2 5.5 13.2M14.8 11.3c3.7-1.7 4.6-.1 3.7 1.9'/></svg>"); mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'><ellipse cx='12' cy='14' rx='3.2' ry='4.7'/><path d='M9 12.8h6M9 15.4h6'/><circle cx='12' cy='7.4' r='1.9'/><path d='M11 5.9 9.6 4.2M13 5.9 14.4 4.2'/><path d='M9.2 11.3C5.5 9.6 4.6 11.2 5.5 13.2M14.8 11.3c3.7-1.7 4.6-.1 3.7 1.9'/></svg>"); }
.ico--bee    { -webkit-mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'><ellipse cx='12' cy='14' rx='4' ry='5'/><path d='M8 12.5h8M8 15.5h8'/><circle cx='12' cy='6.8' r='2'/><path d='M11 5.4 9.8 4M13 5.4 14.2 4'/><path d='M8 11C4.3 9.2 3.6 11.7 5.4 13.4M16 11c3.7-1.8 4.4.7 2.6 2.4'/></svg>"); mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'><ellipse cx='12' cy='14' rx='4' ry='5'/><path d='M8 12.5h8M8 15.5h8'/><circle cx='12' cy='6.8' r='2'/><path d='M11 5.4 9.8 4M13 5.4 14.2 4'/><path d='M8 11C4.3 9.2 3.6 11.7 5.4 13.4M16 11c3.7-1.8 4.4.7 2.6 2.4'/></svg>"); }
.ico--rat    { -webkit-mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'><path d='M3 15.5c0-3 3-5 7-5s6 2 6 4-2 3.5-4 3.5H6c-1.7 0-3-1-3-2.5z'/><circle cx='13.6' cy='11.4' r='1.6'/><circle cx='8' cy='15' r='.5' fill='black'/><path d='M16 12.8c2-1 4.3.2 5.1 2.5'/></svg>"); mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'><path d='M3 15.5c0-3 3-5 7-5s6 2 6 4-2 3.5-4 3.5H6c-1.7 0-3-1-3-2.5z'/><circle cx='13.6' cy='11.4' r='1.6'/><circle cx='8' cy='15' r='.5' fill='black'/><path d='M16 12.8c2-1 4.3.2 5.1 2.5'/></svg>"); }
.ico--mouse  { -webkit-mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'><path d='M4 16c0-3 3-5 7-5s6 2 6 4-2 3.5-4 3.5H7c-1.7 0-3-1-3-2.5z'/><circle cx='13' cy='9.6' r='2.6'/><circle cx='8.6' cy='15' r='.5' fill='black'/><path d='M17 14.3c2 0 3 1 3.2 3'/></svg>"); mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'><path d='M4 16c0-3 3-5 7-5s6 2 6 4-2 3.5-4 3.5H7c-1.7 0-3-1-3-2.5z'/><circle cx='13' cy='9.6' r='2.6'/><circle cx='8.6' cy='15' r='.5' fill='black'/><path d='M17 14.3c2 0 3 1 3.2 3'/></svg>"); }
.ico--bedbug { -webkit-mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'><path d='M3 17v-4.5A1.5 1.5 0 0 1 4.5 11h15a1.5 1.5 0 0 1 1.5 1.5V17M3 14.5h18M3 17v2.5M21 17v2.5M7 11V9a1 1 0 0 1 1-1h3a1 1 0 0 1 1 1v2'/></svg>"); mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'><path d='M3 17v-4.5A1.5 1.5 0 0 1 4.5 11h15a1.5 1.5 0 0 1 1.5 1.5V17M3 14.5h18M3 17v2.5M21 17v2.5M7 11V9a1 1 0 0 1 1-1h3a1 1 0 0 1 1 1v2'/></svg>"); }
.ico--roach  { -webkit-mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'><ellipse cx='12' cy='13' rx='4' ry='6'/><path d='M9.5 8 6.5 4M14.5 8 17.5 4'/><path d='M8 11 4 9.5M8 13.5 4 14M8 16 5 18M16 11 20 9.5M16 13.5 20 14M16 16 19 18'/></svg>"); mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'><ellipse cx='12' cy='13' rx='4' ry='6'/><path d='M9.5 8 6.5 4M14.5 8 17.5 4'/><path d='M8 11 4 9.5M8 13.5 4 14M8 16 5 18M16 11 20 9.5M16 13.5 20 14M16 16 19 18'/></svg>"); }
.ico--ant    { -webkit-mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'><ellipse cx='12' cy='18' rx='3' ry='3.5'/><circle cx='12' cy='11' r='2.2'/><circle cx='12' cy='5.6' r='1.8'/><path d='M11 4.1 9.5 2.2M13 4.1 14.5 2.2'/><path d='M10 10.5 6 8.5M10 12 5.5 12.5M10.5 13.5 6.5 16M14 10.5 18 8.5M14 12 18.5 12.5M13.5 13.5 17.5 16'/></svg>"); mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'><ellipse cx='12' cy='18' rx='3' ry='3.5'/><circle cx='12' cy='11' r='2.2'/><circle cx='12' cy='5.6' r='1.8'/><path d='M11 4.1 9.5 2.2M13 4.1 14.5 2.2'/><path d='M10 10.5 6 8.5M10 12 5.5 12.5M10.5 13.5 6.5 16M14 10.5 18 8.5M14 12 18.5 12.5M13.5 13.5 17.5 16'/></svg>"); }
.ico--marten { -webkit-mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'><ellipse cx='8' cy='9.5' rx='1.5' ry='2'/><ellipse cx='12' cy='8' rx='1.5' ry='2'/><ellipse cx='16' cy='9.5' rx='1.5' ry='2'/><path d='M12 11.5c-3 0-5.2 2-5.2 4.4 0 2 2.2 3.1 5.2 3.1s5.2-1.1 5.2-3.1C17.2 13.5 15 11.5 12 11.5z'/></svg>"); mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'><ellipse cx='8' cy='9.5' rx='1.5' ry='2'/><ellipse cx='12' cy='8' rx='1.5' ry='2'/><ellipse cx='16' cy='9.5' rx='1.5' ry='2'/><path d='M12 11.5c-3 0-5.2 2-5.2 4.4 0 2 2.2 3.1 5.2 3.1s5.2-1.1 5.2-3.1C17.2 13.5 15 11.5 12 11.5z'/></svg>"); }
.ico--pigeon { -webkit-mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'><path d='M15.5 7.4a2.5 2.5 0 1 0-2.4-3'/><path d='M4 13c3.5.5 5.5-.5 8.5-1 3-.5 5.5-1.5 6.5-3l-.5 5c-.7 3-3.5 5-6.5 5-2.8 0-4.8-1.6-5-3.5'/><path d='M6.5 19.5 9 17M10 21l2-3'/></svg>"); mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'><path d='M15.5 7.4a2.5 2.5 0 1 0-2.4-3'/><path d='M4 13c3.5.5 5.5-.5 8.5-1 3-.5 5.5-1.5 6.5-3l-.5 5c-.7 3-3.5 5-6.5 5-2.8 0-4.8-1.6-5-3.5'/><path d='M6.5 19.5 9 17M10 21l2-3'/></svg>"); }
.ico--flea   { -webkit-mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'><ellipse cx='13.5' cy='13' rx='3' ry='4.2' transform='rotate(25 13.5 13)'/><path d='M11.6 10 8.6 7M15 11.5 18 9M11 15 9 18M14.6 15.5 16.6 18.5'/><path d='M3 19c1.5-4 4.5-7 8.5-8.5'/></svg>"); mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'><ellipse cx='13.5' cy='13' rx='3' ry='4.2' transform='rotate(25 13.5 13)'/><path d='M11.6 10 8.6 7M15 11.5 18 9M11 15 9 18M14.6 15.5 16.6 18.5'/><path d='M3 19c1.5-4 4.5-7 8.5-8.5'/></svg>"); }
.ico--wood   { -webkit-mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'><rect x='3' y='8' width='18' height='8' rx='1'/><circle cx='8' cy='12' r='1.1'/><circle cx='13' cy='11' r='.8'/><circle cx='16.5' cy='13' r='1'/></svg>"); mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'><rect x='3' y='8' width='18' height='8' rx='1'/><circle cx='8' cy='12' r='1.1'/><circle cx='13' cy='11' r='.8'/><circle cx='16.5' cy='13' r='1'/></svg>"); }
.ico--moth   { -webkit-mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'><path d='M12 8.5v8'/><path d='M12 9.5C9.2 4.8 3 6 3 10.4c0 3.8 5 4.6 9 2.6M12 9.5c2.8-4.7 9-3.5 9 .9 0 3.8-5 4.6-9 2.6'/><path d='M11 7 9.5 4.5M13 7 14.5 4.5'/></svg>"); mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'><path d='M12 8.5v8'/><path d='M12 9.5C9.2 4.8 3 6 3 10.4c0 3.8 5 4.6 9 2.6M12 9.5c2.8-4.7 9-3.5 9 .9 0 3.8-5 4.6-9 2.6'/><path d='M11 7 9.5 4.5M13 7 14.5 4.5'/></svg>"); }
.ico--silverfish { -webkit-mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'><path d='M4 12c3-3 8-4 13-2.5'/><path d='M17 9.5c1.6.6 2.6 1.6 3 2.5-1.3 1.4-3.6 2.4-6.6 2.6C9 15 6 14 4 12'/><path d='M18.5 10.6 21 9M18.5 13.4 21 15'/><path d='M12 10.2 11 7.6M9 10.6 7.6 8.2M15 10.6 14.2 8M12 14.4 11 17M9 14.2 7.6 16.6M15 14.2 14.4 16.8'/></svg>"); mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'><path d='M4 12c3-3 8-4 13-2.5'/><path d='M17 9.5c1.6.6 2.6 1.6 3 2.5-1.3 1.4-3.6 2.4-6.6 2.6C9 15 6 14 4 12'/><path d='M18.5 10.6 21 9M18.5 13.4 21 15'/><path d='M12 10.2 11 7.6M9 10.6 7.6 8.2M15 10.6 14.2 8M12 14.4 11 17M9 14.2 7.6 16.6M15 14.2 14.4 16.8'/></svg>"); }
.ico--monitor{ -webkit-mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'><rect x='5' y='4' width='14' height='17' rx='2'/><path d='M9 4V3a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v1z'/><path d='M9 12l2 2 4-4M9 17h6'/></svg>"); mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'><rect x='5' y='4' width='14' height='17' rx='2'/><path d='M9 4V3a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v1z'/><path d='M9 12l2 2 4-4M9 17h6'/></svg>"); }

/* ==========================================================================
   4 · Topbar  (liegt IM <header> – Chrome, nicht Seiteninhalt)
   ========================================================================== */
/* Die Topbar liegt IM sticky <header>. Damit die klebende Leiste beim Scrollen
   nicht zu hoch wird, klappt sie ab dem ersten Scroll weich ein. */
.topbar { background: var(--ink); color: #cfe1e8; font-size: .82rem; max-height: 60px; overflow: hidden; transition: max-height .28s ease; }
.site-header.is-scrolled .topbar { max-height: 0; }
@media (prefers-reduced-motion: reduce) { .topbar { transition: none; } }
.topbar__inner { max-width: var(--container); margin: 0 auto; padding: 8px 24px; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.topbar .ico { color: var(--accent-soft); margin-right: 5px; }
.topbar__right { display: flex; gap: 22px; align-items: center; }
.topbar .telnum { color: #fff; }
@media (max-width: 860px) { .topbar__more, .topbar__right span:first-child { display: none; } }
@media (max-width: 560px) { .topbar { display: none; } }

/* ==========================================================================
   5 · Header / Navigation
   ========================================================================== */
.site-header { position: sticky; top: 0; z-index: 60; background: rgba(255,255,255,.94); backdrop-filter: saturate(160%) blur(8px); border-bottom: 1px solid var(--line); transition: box-shadow .25s; }
.site-header.is-scrolled { box-shadow: 0 6px 22px rgba(12,33,41,.09); }
.header__inner { max-width: var(--container); margin: 0 auto; padding: 12px 24px; display: flex; align-items: center; gap: 22px; }

/* Marke: darf auf schmalen Viewports NIE den Burger wegschieben.
   min-width:0 + flex-shrink erlauben das Kürzen, der Burger bleibt flex:none. */
.brand { display: flex; align-items: center; gap: 12px; min-width: 0; flex: 0 1 auto; }
.brand:hover { text-decoration: none; }
.brand__logo { display: block; flex: none; }
.brand__text { display: flex; flex-direction: column; line-height: 1.15; min-width: 0; }
.brand__name { font-family: var(--display); font-weight: 800; font-size: 1.05rem; color: var(--ink); letter-spacing: -.02em; overflow-wrap: anywhere; }
.brand__claim { font-size: .72rem; color: var(--muted); font-weight: 600; letter-spacing: .01em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.nav { margin-left: auto; }
.nav__list { list-style: none; display: flex; gap: 3px; margin: 0; padding: 0; align-items: center; }
.nav__list > li { flex: none; }
.nav__list a { display: flex; align-items: center; min-height: 44px; padding: 9px 12px; border-radius: 8px; color: var(--ink); font-weight: 600; font-size: .93rem; white-space: nowrap; }
.nav__list a:hover { background: var(--brand-tint); color: var(--brand-deep); text-decoration: none; }
.nav__list .current-menu-item > a, .nav__list .current-page-ancestor > a, .nav__list a[aria-current="page"] { color: var(--brand-deep); background: var(--brand-tint); }
.nav__list li { position: relative; }

/* Dropdowns */
.nav__list .sub-menu { list-style: none; position: absolute; top: calc(100% + 8px); left: 0; min-width: 250px; max-height: 76vh; overflow-y: auto; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-lg); padding: 8px; margin: 0; opacity: 0; visibility: hidden; transform: translateY(6px); transition: .18s; }
.nav__list li:hover > .sub-menu, .nav__list li:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.nav__list .sub-menu a { min-height: 44px; padding: 8px 11px; font-size: .9rem; font-weight: 600; border-radius: 7px; }
.menu-item-has-children > a::after { content: "▾"; font-size: .7em; margin-left: 5px; color: var(--muted); }

.header__cta { flex: none; }
@media (max-width: 1160px) { .site-header .header__cta { display: none; } }

/* Burger */
.nav-toggle { display: none; position: relative; z-index: 80; margin-left: auto; width: 48px; height: 46px; flex: none; border: 1px solid var(--line-strong); border-radius: 10px; background: #fff; cursor: pointer; padding: 0; flex-direction: column; justify-content: center; align-items: center; gap: 5px; }
.nav-toggle span { width: 22px; height: 2px; background: var(--ink); border-radius: 2px; transition: .25s; }
body.nav-open .nav-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
body.nav-open .nav-toggle span:nth-child(2) { opacity: 0; }
body.nav-open .nav-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.nav-backdrop { display: none; }

@media (max-width: 1160px) {
	.nav-toggle { display: flex; }
	/* backdrop-filter macht den Header zum Containing-Block für position:fixed –
	   das Off-Canvas-Menü läge sonst nur in der Header-Box. Mobil daher aus. */
	.site-header { backdrop-filter: none; -webkit-backdrop-filter: none; background: #fff; }
	.header__inner { gap: 12px; }
	.nav { position: fixed; top: 0; right: 0; bottom: 0; left: auto; height: 100dvh; width: min(88vw, 350px); margin: 0; background: #fff; transform: translateX(100%); transition: transform .28s ease; z-index: 70; box-shadow: var(--shadow-lg); overflow-y: auto; -webkit-overflow-scrolling: touch; padding: 88px 16px 28px; }
	body.nav-open { overflow: hidden; }
	body.nav-open .nav { transform: translateX(0); }
	.nav__list { flex-direction: column; align-items: stretch; gap: 2px; }
	.nav__list > li > a { padding: 13px 14px; font-size: 1.02rem; }
	.nav__list .sub-menu { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; border: none; border-left: 2px solid var(--brand-tint-2); border-radius: 0; margin: 2px 0 8px 12px; max-height: none; padding: 2px 0 2px 8px; }
	.nav__list .sub-menu a { padding: 11px 12px; font-size: .95rem; }
	.nav-backdrop { display: block; position: fixed; inset: 0; background: rgba(8,32,40,.5); z-index: 55; opacity: 0; visibility: hidden; transition: opacity .28s ease; }
	body.nav-open .nav-backdrop { opacity: 1; visibility: visible; }
}
/* Sehr schmal: nur noch der Kurzname, damit der Burger nie gedrückt wird. */
@media (max-width: 700px) {
	.brand__claim { display: none; }
	.brand__name { font-size: .95rem; }
	.brand__logo { width: 38px; height: 38px; }
}
@media (max-width: 400px) {
	.header__inner { padding: 10px 14px; gap: 8px; }
	.brand { gap: 8px; }
	.brand__name { font-size: .86rem; }
}
/* Sehr kleine Geräte (320px): der lange Domainname darf den Burger nicht
   bedrängen – Logo und Schrift schrumpfen, der Burger behält seine 48px. */
@media (max-width: 360px) {
	.brand__logo { width: 32px; height: 32px; }
	.brand__name { font-size: .8rem; letter-spacing: -.03em; }
}

/* ==========================================================================
   6 · Breadcrumbs  (<nav> – Chrome)
   ========================================================================== */
.breadcrumbs { background: var(--brand-tint); border-bottom: 1px solid var(--line); }
.breadcrumbs__inner { max-width: var(--container); margin: 0 auto; padding: 2px 24px; font-size: .85rem; color: var(--muted); display: flex; flex-wrap: wrap; gap: 0 7px; align-items: center; }
/* Brotkrumen-Links sind echte Tap-Targets (≥44×44px, A11) – nicht nur
   3 mm hohe Textzeilen wie in den meisten Umsetzungen. Kurze Namen wie
   „Start" oder „Flöhe" brauchen dafür auch eine Mindestbreite. */
.breadcrumbs a { color: var(--brand-deep); font-weight: 600; display: inline-flex; align-items: center; justify-content: center; min-height: 44px; min-width: 46px; }
.breadcrumbs__current, .breadcrumbs__sep { display: inline-flex; align-items: center; min-height: 44px; }
.breadcrumbs__sep { color: var(--line-strong); }
.breadcrumbs__current { color: var(--ink); font-weight: 600; }

/* ==========================================================================
   7 · Buttons
   ========================================================================== */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 48px; padding: 12px 20px; border-radius: 11px; font-family: var(--sans); font-weight: 700; font-size: .98rem; line-height: 1.2; border: 2px solid transparent; cursor: pointer; transition: transform .12s, box-shadow .2s, background .2s, border-color .2s; text-decoration: none; }
.btn:hover { text-decoration: none; transform: translateY(-1px); }
.btn .ico { width: 1.05em; height: 1.05em; }
.btn--accent { background: var(--accent); color: #fff; box-shadow: 0 6px 16px rgba(194,65,12,.28); }
.btn--accent:hover { background: var(--accent-deep); color: #fff; box-shadow: 0 10px 22px rgba(194,65,12,.34); }
.btn--ghost { background: transparent; color: var(--ink); border-color: var(--line-strong); }
.btn--ghost:hover { border-color: var(--brand); color: var(--brand-deep); background: var(--brand-tint); }
.btn--brand { background: var(--brand); color: #fff; box-shadow: 0 6px 16px rgba(15,95,116,.26); }
.btn--brand:hover { background: var(--brand-deep); color: #fff; }
.btn--lg { min-height: 56px; padding: 15px 26px; font-size: 1.05rem; border-radius: 13px; }
.section--dark .btn--ghost, .hero--dark .btn--ghost { color: #fff; border-color: rgba(255,255,255,.38); }
.section--dark .btn--ghost:hover, .hero--dark .btn--ghost:hover { background: rgba(255,255,255,.1); border-color: #fff; }
/* Im Footer würde .site-footer a{color} sonst die Buttonschrift überschreiben. */
.site-footer .btn--accent, .site-footer .btn--accent:hover { color: #fff; }
.site-footer .btn--ghost, .site-footer .btn--ghost:hover { color: #fff; border-color: rgba(255,255,255,.42); }

/* ==========================================================================
   8 · Sektionen
   ========================================================================== */
.section { padding: 72px 0; }
.section--alt { background: var(--brand-tint); }
.section--tint2 { background: var(--brand-tint-2); }
.section--dark { background: var(--ink); color: var(--on-dark); position: relative; overflow: hidden; }
.section--dark h1, .section--dark h2, .section--dark h3, .section--dark h4 { color: #fff; }
.section--dark a { color: #fff; }
.section--dark::after { content: ""; position: absolute; right: -60px; bottom: -60px; width: 320px; height: 320px; background: currentColor; opacity: .05; -webkit-mask: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M12 2 4 5v6c0 5 3.4 8.5 8 10 4.6-1.5 8-5 8-10V5z' fill='black'/></svg>") center/contain no-repeat; mask: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M12 2 4 5v6c0 5 3.4 8.5 8 10 4.6-1.5 8-5 8-10V5z' fill='black'/></svg>") center/contain no-repeat; pointer-events: none; }
.section__inner { max-width: var(--container); margin: 0 auto; padding: 0 24px; position: relative; }
.section__inner--narrow { max-width: 860px; margin-left: auto; margin-right: auto; padding-left: 24px; padding-right: 24px; }
.section__kicker { font-family: var(--sans); font-weight: 700; font-size: .8rem; letter-spacing: .09em; text-transform: uppercase; color: var(--brand); margin: 0 0 .55em; }
.section--dark .section__kicker { color: var(--accent-soft); }
.section__title { font-size: clamp(1.7rem, 3.4vw, 2.4rem); margin: 0 0 .45em; }
.section__lead { font-size: 1.1rem; color: var(--muted); max-width: 62ch; margin: 0 0 1.6em; }
.section--dark .section__lead { color: var(--on-dark-soft); }
.section__head { text-align: center; max-width: 680px; margin: 0 auto 2.4em; }
.section__head .section__lead { margin-left: auto; margin-right: auto; }
/* Sektions-Icon-Chip: gibt jedem Abschnitt einen visuellen Anker, ganz ohne Text. */
.section__chip { display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 14px; background: var(--brand-tint); color: var(--brand); margin: 0 0 16px; }
.section__chip .ico { width: 1.5em; height: 1.5em; }
.section--dark .section__chip { background: rgba(255,255,255,.1); color: var(--accent-soft); }
.section__head .section__chip { margin-left: auto; margin-right: auto; }

/* Fließtext */
.prose > p, .prose > ul, .prose > ol { max-width: 74ch; }
.prose > p { color: var(--ink-soft); }

/* ==========================================================================
   9 · Hero
   ========================================================================== */
.hero { position: relative; background: var(--paper); padding: 64px 0 56px; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; background:
	radial-gradient(720px 420px at 88% -8%, var(--brand-tint-2), transparent 60%),
	radial-gradient(560px 360px at 5% 108%, var(--brand-tint), transparent 55%); pointer-events: none; }
.hero__inner { position: relative; max-width: var(--container); margin: 0 auto; padding: 0 24px; }
.hero__kicker { display: inline-flex; align-items: center; gap: 7px; background: #fff; border: 1px solid var(--line-strong); color: var(--brand-deep); font-weight: 700; font-size: .82rem; letter-spacing: .02em; padding: 7px 14px; border-radius: 999px; margin: 0 0 18px; box-shadow: var(--shadow); }
.hero__title { font-size: clamp(1.95rem, 4.6vw, 3.2rem); font-weight: 800; max-width: 20ch; margin: 0 0 .4em; }
.hero__lead { font-size: clamp(1.05rem, 1.6vw, 1.22rem); color: var(--ink-soft); max-width: 58ch; margin: 0 0 1.6em; }
.hero__ctas { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
/* Preisbasis direkt unter dem Anruf-Button — das ist auf dieser Site echte
   Information, kein Schmuck, deshalb prominent und nicht im Kleingedruckten. */
.hero__price { display: flex; align-items: flex-start; gap: 10px; margin: 18px 0 0; padding: 13px 18px; background: var(--brand-tint); border: 1px solid var(--line-strong); border-left: 4px solid var(--accent); border-radius: 12px; font-size: .97rem; line-height: 1.5; color: var(--ink-soft); max-width: 60ch; }
.hero__price .ico { color: var(--accent); flex: none; margin-top: 4px; }
/* Der Text ist EIN Flex-Item. Ohne diesen Wrapper würde jedes <strong> zu
   einem eigenen Item und die Preiszeile bräche in Spalten auseinander. */
.hero__price-text { min-width: 0; }
.hero__price strong { color: var(--ink); }
.hero--dark .hero__price { background: rgba(255,255,255,.07); border-color: rgba(255,255,255,.16); color: var(--on-dark); }
.hero__lead--sm { font-size: 1rem; margin-top: 1em; margin-bottom: 0; }
.cta-inline { margin: 1.4em 0; }
.faq__after { margin-top: 1.6em; color: var(--ink-soft); }
.faq__after p:last-child { margin-bottom: 0; }

.hero__badges { display: flex; flex-wrap: wrap; gap: 10px 22px; margin: 26px 0 0; padding: 0; list-style: none; }
.hero__badges li { display: inline-flex; align-items: center; gap: 9px; font-weight: 600; font-size: .94rem; color: var(--ink-soft); }
.hero__badges .ico { color: var(--brand); background: var(--brand-tint); width: 1.7em; height: 1.7em; padding: .34em; border-radius: 50%; }
.hero--dark { background: var(--ink); color: var(--on-dark); }
.hero--dark .hero__title { color: #fff; }
.hero--dark .hero__lead { color: var(--on-dark-soft); }
.hero--dark .hero__kicker { background: rgba(255,255,255,.09); border-color: rgba(255,255,255,.2); color: #fff; }
.hero--dark::before { background: radial-gradient(700px 420px at 88% -10%, rgba(15,95,116,.5), transparent 60%); }

/* --- Hero mit Foto: responsiv, ohne Überlauf, ohne Layout-Shift ---------- */
.hero--media .hero__inner { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr); gap: 48px; align-items: center; }
.hero--media .hero__badges { margin-bottom: 0; }
.hero__media { position: relative; min-width: 0; }
.hero__figure { position: relative; margin: 0; width: 100%; aspect-ratio: 16 / 10; border-radius: 22px; overflow: hidden; background: var(--brand-tint); box-shadow: 0 30px 60px -26px rgba(15,95,116,.5); }
.hero__figure img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hero__figure::after { content: ""; position: absolute; inset: 0; border-radius: 22px; box-shadow: inset 0 0 0 1px rgba(255,255,255,.5); pointer-events: none; }
.hero__figure-tag { position: absolute; left: 14px; bottom: 14px; margin: 0; background: rgba(255,255,255,.94); color: var(--ink); font-size: .76rem; font-weight: 700; padding: 7px 13px; border-radius: 999px; display: inline-flex; gap: 6px; align-items: center; max-width: calc(100% - 28px); }
.hero__figure-tag .ico { width: 1em; height: 1em; color: var(--brand); flex: none; }
.hero__figure-tag span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
@media (max-width: 960px) {
	.hero--media .hero__inner { grid-template-columns: minmax(0, 1fr); gap: 30px; }
	.hero__media { order: -1; }                 /* Bild zuerst – wirkt auf dem Handy stärker */
	.hero__figure { aspect-ratio: 16 / 9; max-height: 46vh; }
	.hero__title { max-width: none; }
}
@media (max-width: 560px) {
	.hero { padding: 34px 0 40px; }
	.hero__figure { aspect-ratio: 4 / 3; max-height: 40vh; border-radius: 16px; }
	.hero__ctas .btn { width: 100%; }
}

/* Hero-Split mit Soforthilfe-Panel */
.hero--split .hero__inner { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); gap: 48px; align-items: center; }
@media (max-width: 980px) { .hero--split .hero__inner { grid-template-columns: minmax(0, 1fr); gap: 34px; } }

/* ==========================================================================
   10 · Grid + Cards
   ========================================================================== */
.grid { display: grid; gap: 22px; }
.grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
@media (max-width: 940px) { .grid--3, .grid--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 620px) { .grid--2, .grid--3, .grid--4 { grid-template-columns: minmax(0, 1fr); } }

.card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; box-shadow: var(--shadow); transition: transform .16s, box-shadow .2s, border-color .2s; min-width: 0; }
.card:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); border-color: var(--line-strong); }
.card__icon { display: inline-flex; align-items: center; justify-content: center; width: 52px; height: 52px; border-radius: 14px; background: var(--brand-tint); color: var(--brand); margin-bottom: 16px; }
.card__icon .ico { width: 1.5em; height: 1.5em; }
.card__title { font-size: 1.18rem; margin: 0 0 .4em; }
.card__text { color: var(--muted); margin: 0 0 1em; font-size: .96rem; }
.card__link { font-weight: 700; color: var(--brand-deep); display: inline-flex; align-items: center; gap: 6px; margin-top: auto; }
.card__link .ico { transition: transform .2s ease; }

/* Klickbare Karte OHNE verschachtelte <a>: die Karte ist ein <div>, der
   Titel-Link wird per ::after über die ganze Fläche gezogen. Ein <a> im <a>
   wäre ungültiges HTML — der Parser bricht es auf und das Raster zerfällt. */
.card--link { display: flex; flex-direction: column; position: relative; color: inherit; }
.card--link .card__title { margin-bottom: .4em; }
.card--link .card__title a { color: var(--ink); text-decoration: none; }
.card--link .card__title a::after { content: ""; position: absolute; inset: 0; border-radius: inherit; }
.card--link:hover .card__title a { color: var(--brand-deep); }
.card--link:hover .card__link .ico { transform: translateX(4px); }
.card--link .card__title a:focus-visible { outline: none; }
.card--link:has(.card__title a:focus-visible) { outline: 3px solid var(--accent); outline-offset: 3px; }
/* Links IM Kartentext müssen über der Klickfläche liegen, sonst sind sie tot. */
.card--link .card__text a { position: relative; z-index: 1; }
.card--media { padding: 0; overflow: hidden; display: flex; flex-direction: column; }
.card__media { margin: 0; aspect-ratio: 16 / 10; overflow: hidden; background: var(--brand-tint); }
.card__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.card--media .card__body { padding: 22px 24px 26px; }

/* Schädling-Kacheln */
.pests { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
@media (max-width: 940px) { .pests { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 620px) { .pests { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
.pest { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 10px; min-height: 108px; justify-content: center; padding: 20px 12px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); color: var(--ink); font-weight: 700; font-size: .95rem; box-shadow: var(--shadow); transition: transform .16s, box-shadow .2s, border-color .2s; overflow-wrap: anywhere; }
.pest:hover { transform: translateY(-3px); border-color: var(--brand); box-shadow: var(--shadow-lg); text-decoration: none; }
.pest .ico { width: 30px; height: 30px; color: var(--brand); }

/* ==========================================================================
   11 · Steps (Ablauf)
   ========================================================================== */
/* Schrittkarten richten sich nach der VERFÜGBAREN Breite, nicht nach dem
   Viewport: in einem halbbreiten Foto-Split ergäben vier feste Spalten Karten
   von ~140px, in denen jedes Wort einzeln umbricht. auto-fit legt nur so viele
   Spalten an, wie mit 210px Mindestbreite hineinpassen. */
.steps { list-style: none; counter-reset: step; padding: 0; margin: 0; display: grid; gap: 22px; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); }
@media (max-width: 620px) { .steps { grid-template-columns: minmax(0, 1fr); } }
.step { position: relative; padding: 26px 22px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); min-width: 0; }
.step__num { counter-increment: step; display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; border-radius: 50%; background: var(--brand); color: #fff; font-family: var(--display); font-weight: 800; margin-bottom: 14px; }
.step__num::before { content: counter(step); }
.step__title { font-size: 1.08rem; margin: 0 0 .35em; }
.step p { color: var(--muted); font-size: .95rem; margin: 0; }
.steps--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
@media (max-width: 620px) { .steps--2 { grid-template-columns: minmax(0, 1fr); } }

/* ==========================================================================
   12 · Listen: Checklist / Signs / Highlights
   ========================================================================== */
.checklist { list-style: none; padding: 0; margin: 0 0 1em; display: grid; gap: 12px; }
.checklist li { position: relative; padding-left: 34px; color: var(--ink-soft); }
.checklist li::before { content: ""; position: absolute; left: 0; top: 2px; width: 22px; height: 22px; border-radius: 50%; background: var(--brand-tint); }
.checklist li::after { content: ""; position: absolute; left: 4px; top: 6px; width: 14px; height: 14px; background: var(--brand); -webkit-mask: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><path d='M20 6 9 17l-5-5'/></svg>") center/contain no-repeat; mask: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><path d='M20 6 9 17l-5-5'/></svg>") center/contain no-repeat; }
.section--dark .checklist li { color: var(--on-dark); }
.section--dark .checklist li::before { background: rgba(255,255,255,.12); }
.section--dark .checklist li::after { background: var(--accent-soft); }

.signs { list-style: none; padding: 0; margin: 0 0 1em; display: grid; gap: 12px; }
.signs li { position: relative; padding-left: 30px; color: var(--ink-soft); }
.signs li::before { content: ""; position: absolute; left: 0; top: 9px; width: 12px; height: 12px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 4px rgba(194,65,12,.14); }

.highlights { list-style: none; padding: 0; margin: 1.3em 0; display: grid; gap: 12px; }
.highlights li { display: flex; gap: 13px; align-items: flex-start; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 15px 18px; box-shadow: var(--shadow); min-width: 0; }
.highlights li .ico { width: 1.35em; height: 1.35em; color: var(--brand); flex: none; margin-top: 3px; }
.highlights li > div { color: var(--ink-soft); min-width: 0; overflow-wrap: break-word; }
.highlights strong { color: var(--ink); }
.highlights--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
@media (max-width: 780px) { .highlights--2 { grid-template-columns: minmax(0, 1fr); } }

.infolist { list-style: none; padding: 0; margin: 0; display: grid; gap: 18px; }
.infolist li { display: flex; gap: 14px; align-items: flex-start; }
.infolist .ico { color: var(--brand); width: 1.55em; height: 1.55em; flex: none; margin-top: 3px; }
.infolist strong { display: block; color: var(--ink); }
.infolist span { color: var(--muted); }

/* ==========================================================================
   13 · Badges / Trust-Band
   ========================================================================== */
.badges { display: flex; flex-wrap: wrap; gap: 12px; list-style: none; padding: 0; margin: 0; }
.badge { display: inline-flex; align-items: center; gap: 8px; background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: 9px 16px; font-weight: 700; font-size: .89rem; color: var(--ink); box-shadow: var(--shadow); }
.badge .ico { color: var(--brand); }
.badge--accent .ico { color: var(--accent); }

.trustband { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 12px 20px; padding: 22px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.trustband__item { display: flex; align-items: center; gap: 9px; font-weight: 700; color: var(--ink-soft); font-size: .94rem; }
.trustband__item .ico { flex: none; color: var(--accent); width: 1.5em; height: 1.5em; }
.trustband__divider { width: 1px; height: 26px; background: var(--line); }
@media (max-width: 640px) { .trustband__divider { display: none; } .trustband { gap: 14px; } }

/* ==========================================================================
   14 · Stats
   ========================================================================== */
.stats { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; text-align: center; }
@media (max-width: 780px) { .stats { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
.stat__num { font-family: var(--display); font-weight: 800; font-size: clamp(1.7rem, 3.6vw, 2.6rem); color: var(--brand); line-height: 1.1; overflow-wrap: anywhere; }
.section--dark .stat__num { color: var(--accent-soft); }
.stat__label { color: var(--muted); font-size: .93rem; font-weight: 600; margin-top: .4em; }
.section--dark .stat__label { color: var(--on-dark-soft); }

/* ==========================================================================
   15 · Split / Mediasplit
   ========================================================================== */
.split { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); gap: 48px; align-items: center; }
@media (max-width: 900px) { .split { grid-template-columns: minmax(0, 1fr); gap: 30px; } }

.mediasplit { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: 44px; align-items: center; }
.mediasplit__body > .section__title { margin-top: 0; }
/* Sicherheitsnetz: In der halben Breite eines Foto-Splits wird jedes
   mehrspaltige Raster einspaltig — zwei 280px-Karten nebeneinander sind
   unlesbar. (Der Renderer meidet diese Kombination bereits, das hier fängt
   den Rest ab.) */
.mediasplit__body .grid--2,
.mediasplit__body .grid--3,
.mediasplit__body .grid--4,
.mediasplit__body .highlights--2,
.mediasplit__body .verzeichnis { grid-template-columns: minmax(0, 1fr); }
.mediasplit--rev .mediasplit__body { order: 2; }
@media (max-width: 860px) { .mediasplit { grid-template-columns: minmax(0, 1fr); gap: 26px; } .mediasplit--rev .mediasplit__body { order: 0; } }

.figure { margin: 0; border-radius: var(--radius-lg); overflow: hidden; background: var(--brand-tint); box-shadow: 0 26px 54px -26px rgba(15,95,116,.42); aspect-ratio: 4 / 3; }
.figure img { width: 100%; height: 100%; object-fit: cover; display: block; }
.figure--wide { aspect-ratio: 16 / 9; }
/* Mit Bildunterschrift: die Box darf mitwachsen, nur das Bild bleibt im Format. */
.figure--caption { aspect-ratio: auto; background: none; box-shadow: none; border-radius: 0; }
.figure--caption img { aspect-ratio: 4 / 3; height: auto; border-radius: var(--radius-lg); box-shadow: 0 26px 54px -26px rgba(15,95,116,.42); }
.figure--caption figcaption { margin-top: 12px; font-size: .87rem; color: var(--muted); line-height: 1.45; }

/* ==========================================================================
   16 · Quote
   ========================================================================== */
.quote { background: #fff; border: 1px solid var(--line); border-left: 4px solid var(--brand); border-radius: var(--radius); padding: 28px 30px; box-shadow: var(--shadow); }
.quote__text { font-size: 1.16rem; font-family: var(--display); font-weight: 600; color: var(--ink); margin: 0 0 .7em; line-height: 1.45; }
.quote__cite { color: var(--muted); font-weight: 600; font-style: normal; font-size: .9rem; }

/* ==========================================================================
   17 · Notice / Hinweis
   ========================================================================== */
.notice { border-radius: var(--radius); padding: 22px 26px; margin: 1.6em 0; border: 1px solid var(--line); background: #fff; box-shadow: var(--shadow); }
.notice h2, .notice h3 { margin: 0 0 .35em; }
.notice p:last-child { margin-bottom: 0; }
.notice--info { background: var(--brand-tint); border-color: var(--line-strong); }
.notice--warn { background: #fff4ec; border-color: #f2cdb4; }
.notice--warn h2, .notice--warn h3 { color: var(--accent-deep); }
.notice p { color: var(--ink-soft); }

/* ==========================================================================
   18 · FAQ (details/summary)
   ========================================================================== */
.faq { display: grid; gap: 12px; }
.faq__item { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.faq__item summary { list-style: none; cursor: pointer; padding: 18px 54px 18px 22px; font-family: var(--display); font-weight: 700; font-size: 1.03rem; color: var(--ink); position: relative; min-height: 44px; }
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary::after { content: ""; position: absolute; right: 20px; top: 50%; width: 14px; height: 14px; transform: translateY(-50%); background: var(--brand); -webkit-mask: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round'><path d='M6 9l6 6 6-6'/></svg>") center/contain no-repeat; mask: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round'><path d='M6 9l6 6 6-6'/></svg>") center/contain no-repeat; transition: transform .25s; }
.faq__item[open] summary::after { transform: translateY(-50%) rotate(180deg); }
.faq__body { overflow: hidden; transition: height .28s ease; padding: 0 22px 4px; }
.faq__body p { margin: 0 0 1em; color: var(--ink-soft); }
.faq__item[open] .faq__body { padding-bottom: 8px; }
.faq__body :first-child { margin-top: 0; }

/* ==========================================================================
   19 · CTA-Banner
   ========================================================================== */
.cta-banner { background: linear-gradient(120deg, var(--brand-700), var(--brand)); color: #fff; border-radius: var(--radius-lg); padding: 44px 40px; text-align: center; position: relative; overflow: hidden; }
.cta-banner h2 { color: #fff; font-size: clamp(1.55rem, 3vw, 2.15rem); margin: 0 0 .4em; }
.cta-banner p { color: #dbeaef; max-width: 62ch; margin: 0 auto 1.4em; }
/* Links im CTA-Band erben sonst --brand-deep und stehen dunkel auf dunkel —
   praktisch unsichtbar. (axe übersieht das: über einem Farbverlauf kann es den
   Hintergrund nicht berechnen und meldet „incomplete" statt „violation".) */
.cta-banner a { color: #fff; text-decoration: underline; text-underline-offset: .15em; }
.cta-banner a:hover { text-decoration-thickness: 2px; }
.cta-banner .btn { text-decoration: none; }
.cta-banner__actions { justify-content: center; display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.cta-banner .btn--ghost { color: #fff; border-color: rgba(255,255,255,.44); }
.cta-banner .btn--ghost:hover { background: rgba(255,255,255,.12); border-color: #fff; }
.cta-banner__note { color: #dbeaef; font-size: .92rem; margin: 1.2em 0 0; }
.cta-banner .telnum { color: #fff; }
@media (max-width: 620px) { .cta-banner { padding: 34px 22px; } .cta-banner__actions .btn { width: 100%; } }

/* Foto-CTA-Band */
.cta-banner--photo { background-image: linear-gradient(120deg, rgba(7,55,68,.94) 0%, rgba(7,55,68,.72) 52%, rgba(7,55,68,.5) 100%), var(--cta-photo); background-size: cover; background-position: center 35%; background-repeat: no-repeat; padding: 60px 44px; }
@media (max-width: 620px) { .cta-banner--photo { padding: 38px 22px; } }

/* ==========================================================================
   20 · Verzeichnis (Bezirks-/Leistungslisten)
   ========================================================================== */
.verzeichnis { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; }
@media (max-width: 940px) { .verzeichnis { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 560px) { .verzeichnis { grid-template-columns: minmax(0, 1fr); } }
.verzeichnis a { display: flex; align-items: center; gap: 8px; min-height: 48px; padding: 12px 16px; background: #fff; border: 1px solid var(--line); border-radius: 10px; font-weight: 600; font-size: .95rem; color: var(--ink); box-shadow: var(--shadow); overflow-wrap: anywhere; }
.verzeichnis a:hover { border-color: var(--brand); color: var(--brand-deep); text-decoration: none; }
.verzeichnis a::before { content: ""; width: 16px; height: 16px; flex: none; background: var(--brand); -webkit-mask: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z'/><circle cx='12' cy='10' r='3'/></svg>") center/contain no-repeat; mask: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z'/><circle cx='12' cy='10' r='3'/></svg>") center/contain no-repeat; }

/* Verwandte Links als Pills */
.tags { display: flex; flex-wrap: wrap; gap: 10px; list-style: none; padding: 0; margin: 0; }
.tags a { display: inline-flex; align-items: center; gap: 7px; min-height: 44px; padding: 9px 15px; border: 1px solid var(--line); border-radius: 999px; background: #fff; font-weight: 600; font-size: .9rem; color: var(--ink); box-shadow: var(--shadow); }
.tags a:hover { border-color: var(--brand); color: var(--brand-deep); text-decoration: none; }
.tags .ico { color: var(--brand); }

/* ==========================================================================
   21 · Mobile Action-Bar (Sticky-Call) + To-Top
   ========================================================================== */
.actionbar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 55; display: none; align-items: center; gap: 10px; padding: 10px 14px; background: rgba(12,33,41,.97); backdrop-filter: blur(6px); color: #fff; box-shadow: 0 -6px 20px rgba(0,0,0,.2); }
.actionbar__txt { font-weight: 700; font-size: .9rem; display: flex; align-items: center; gap: 7px; flex: 1; }
.actionbar__txt .ico { color: var(--accent-soft); }
.actionbar .btn { min-height: 48px; }
.actionbar__call { background: var(--accent); color: #fff; padding: 11px 18px; }
.actionbar__call:hover { background: var(--accent-deep); color: #fff; }
.actionbar__ghost { border: 2px solid rgba(255,255,255,.42); color: #fff; padding: 11px 16px; }
.actionbar__ghost:hover { background: rgba(255,255,255,.12); color: #fff; }
@media (max-width: 880px) { .actionbar { display: flex; } .actionbar__txt { display: none; } body { padding-bottom: 70px; } .actionbar__call, .actionbar__ghost { flex: 1; justify-content: center; } }

.to-top { position: fixed; right: 18px; bottom: 18px; z-index: 50; width: 48px; height: 48px; border-radius: 50%; border: none; background: var(--brand); color: #fff; cursor: pointer; opacity: 0; visibility: hidden; transform: translateY(10px); transition: .22s; box-shadow: var(--shadow-lg); display: inline-flex; align-items: center; justify-content: center; }
.to-top.is-visible { opacity: 1; visibility: visible; transform: translateY(0); }
.to-top:hover { background: var(--brand-deep); }
@media (max-width: 880px) { .to-top { bottom: 82px; } }

/* ==========================================================================
   22 · Pre-Footer + Footer  (alles im <footer> – Chrome)
   ========================================================================== */
.prefooter { background: var(--brand-tint); border-top: 1px solid var(--line); }
.prefooter__inner { max-width: var(--container); margin: 0 auto; padding: 52px 24px; display: grid; grid-template-columns: minmax(0, 1.5fr) auto; gap: 30px; align-items: center; }
@media (max-width: 800px) { .prefooter__inner { grid-template-columns: minmax(0, 1fr); } }
.prefooter__kicker { font-weight: 700; font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; color: var(--accent-deep); margin: 0 0 .5em; }
.prefooter__title { font-size: clamp(1.45rem, 2.7vw, 2rem); margin: 0 0 .3em; }
.prefooter__text { color: var(--muted); margin: 0; max-width: 56ch; }
.prefooter__actions { display: flex; flex-wrap: wrap; gap: 12px; }
@media (max-width: 560px) { .prefooter__actions .btn { width: 100%; } }

.site-footer { background: var(--ink); color: #b4cad3; padding: 60px 0 0; }
.footer__grid { max-width: var(--container); margin: 0 auto; padding: 0 24px 48px; display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr); gap: 40px; }
@media (max-width: 900px) { .footer__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px; } }
@media (max-width: 540px) { .footer__grid { grid-template-columns: minmax(0, 1fr); } }
.site-footer h3 { color: #fff; font-size: 1rem; margin: 0 0 1em; }
.site-footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 9px; }
.site-footer a { color: #b4cad3; font-weight: 500; }
.site-footer a:hover { color: #fff; }
.footer__name { font-family: var(--display); font-weight: 800; color: #fff; font-size: 1.1rem; display: block; margin-bottom: .6em; overflow-wrap: anywhere; }
.footer__pitch { font-size: .93rem; color: #a7c2cc; margin-bottom: 1.2em; }
.footer__contact { display: grid; gap: 10px; }
.footer__contact li { display: flex; align-items: center; gap: 9px; }
.footer__contact .ico { color: var(--accent-soft); flex: none; }
.footer__contact .telnum { color: #fff; }
.footer__bottom { border-top: 1px solid rgba(255,255,255,.1); }
.footer__bottom-inner { max-width: var(--container); margin: 0 auto; padding: 20px 24px; display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap; font-size: .85rem; color: #93aeb9; }
.footer__legal { display: flex; gap: 18px; list-style: none; padding: 0; margin: 0; flex-wrap: wrap; }

/* ==========================================================================
   23 · Detail-Layout (Inhalt + Sticky-Aside) + In-Page-Nav
   ========================================================================== */
.inpage-nav { position: sticky; top: 68px; z-index: 30; background: rgba(255,255,255,.94); backdrop-filter: saturate(150%) blur(9px); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.inpage-nav__inner { max-width: var(--container); margin: 0 auto; padding: 0 24px; display: flex; gap: 4px; overflow-x: auto; scrollbar-width: none; }
.inpage-nav__inner::-webkit-scrollbar { display: none; }
.inpage-nav a { display: flex; align-items: center; min-height: 48px; padding: 12px 14px; font-weight: 600; font-size: .91rem; color: var(--muted); white-space: nowrap; border-bottom: 2px solid transparent; transition: color .2s ease, border-color .2s ease; }
.inpage-nav a:hover { color: var(--ink); text-decoration: none; }
.inpage-nav a.is-active { color: var(--brand-deep); border-bottom-color: var(--brand); }
@media (max-width: 760px) { .inpage-nav { display: none; } }

.detail { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 50px; align-items: start; }
@media (max-width: 1020px) { .detail { grid-template-columns: minmax(0, 1fr); gap: 30px; } }
.detail__main { min-width: 0; }
.detail__main > .detail-sec { padding: 42px 0; border-bottom: 1px solid var(--line); }
.detail__main > .detail-sec:first-child { padding-top: 6px; }
.detail__main > .detail-sec:last-child { border-bottom: none; }
.detail__main .section__title { font-size: clamp(1.45rem, 2.6vw, 1.85rem); }
.detail .steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
@media (max-width: 600px) { .detail .steps { grid-template-columns: minmax(0, 1fr); } }
.detail__aside { display: grid; gap: 18px; position: sticky; top: 132px; }
@media (max-width: 1020px) { .detail__aside { position: static; } }
.aside-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow); padding: 24px; }
.aside-card--accent { background: var(--ink); color: #fff; }
.aside-card--accent h2, .aside-card--accent h3, .aside-card--accent p { color: #fff; }
.aside-card--accent .aside-facts strong { color: #fff; }
.aside-card--accent .aside-facts span { color: var(--on-dark-soft); }
.aside-card--accent .aside-facts .ico { color: var(--accent-soft); }
.aside-card h2, .aside-card h3 { font-size: 1.12rem; margin: 0 0 .7em; }
.aside-card .btn { width: 100%; }
.aside-facts { list-style: none; padding: 0; margin: 0; display: grid; gap: 14px; }
.aside-facts li { display: flex; align-items: flex-start; gap: 12px; }
.aside-facts .ico { color: var(--brand); flex: none; margin-top: 3px; }
.aside-facts strong { display: block; color: var(--ink); font-size: .95rem; }
.aside-facts span { color: var(--muted); font-size: .87rem; }

/* ==========================================================================
   24 · Micro-Animationen (Progressive Enhancement)
   WICHTIG: NUR transform, niemals opacity — sonst meldet axe im Headless-
   Render (der nie scrollt) Kontrastfehler für alles unterhalb des Falzes.
   ========================================================================== */
.reveal { will-change: transform; }
html.anim .reveal { transform: translateY(20px); transition: transform .7s cubic-bezier(.2,.7,.2,1); }
html.anim .reveal.is-in { transform: none; }
html.anim .hero-in { transform: translateY(14px); }
html.anim .hero-in.hero-in--show { transform: none; transition: transform .9s cubic-bezier(.2,.7,.2,1); }
@media (prefers-reduced-motion: reduce) { html.anim .reveal, html.anim .hero-in { transform: none !important; transition: none !important; } }

@media (prefers-reduced-motion: no-preference) {
	@keyframes sd-pulse { 0%, 100% { box-shadow: 0 6px 18px rgba(194,65,12,.3); } 50% { box-shadow: 0 6px 18px rgba(194,65,12,.3), 0 0 0 10px rgba(194,65,12,.1); } }
	.pulse-cta { animation: sd-pulse 2.4s ease-in-out infinite; }
}

/* ==========================================================================
   25 · Soforthilfe-Panel (Hero-Split)
   ========================================================================== */
.quickhelp { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); padding: 26px; min-width: 0; }
.quickhelp__title { font-family: var(--display); font-weight: 800; font-size: 1.16rem; margin: 0 0 2px; }
.quickhelp__sub { color: var(--muted); font-size: .89rem; margin: 0; }
.quickhelp__call { display: flex; align-items: center; justify-content: center; gap: 10px; min-height: 56px; background: var(--accent); color: #fff; font-weight: 700; font-size: 1.16rem; padding: 14px; border-radius: 11px; margin: 16px 0; box-shadow: 0 8px 18px rgba(194,65,12,.28); transition: background .2s ease; }
.quickhelp__call:hover { background: var(--accent-deep); color: #fff; text-decoration: none; }
.quickhelp__facts { list-style: none; padding: 0; margin: 0 0 18px; display: grid; gap: 11px; }
.quickhelp__facts li { display: flex; align-items: flex-start; gap: 10px; font-weight: 600; font-size: .92rem; color: var(--ink-soft); }
.quickhelp__facts .ico { color: var(--brand); flex: none; margin-top: 3px; }
.quickhelp__router-label { font-size: .74rem; text-transform: uppercase; letter-spacing: .1em; color: var(--muted); font-weight: 700; margin: 0 0 9px; }
.quickhelp__router { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
.quickhelp__router a { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 7px; min-height: 76px; padding: 12px 6px; border: 1px solid var(--line); border-radius: 10px; font-size: .8rem; font-weight: 600; color: var(--ink); text-align: center; overflow-wrap: anywhere; transition: border-color .2s ease, background .2s ease, color .2s ease; }
.quickhelp__router a:hover { border-color: var(--brand); color: var(--brand-deep); background: var(--brand-tint); text-decoration: none; }
.quickhelp__router .ico { width: 1.5em; height: 1.5em; color: var(--brand); }

/* ==========================================================================
   26 · Routen „nach Bedarf"
   ========================================================================== */
.routes { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
@media (max-width: 760px) { .routes { grid-template-columns: minmax(0, 1fr); } }
.route { display: block; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 34px; color: inherit; box-shadow: var(--shadow); transition: transform .25s cubic-bezier(.2,.7,.2,1), box-shadow .25s ease, border-color .25s ease; min-width: 0; }
.route:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); text-decoration: none; border-color: var(--line-strong); }
.route__icon { display: inline-flex; align-items: center; justify-content: center; width: 58px; height: 58px; border-radius: 16px; background: var(--brand-tint); color: var(--brand); margin-bottom: 18px; transition: transform .3s cubic-bezier(.2,.7,.2,1); }
.route:hover .route__icon { transform: scale(1.06); }
.route__icon .ico { width: 1.75em; height: 1.75em; }
.route h2, .route h3 { font-size: 1.42rem; margin: 0 0 .3em; }
.route p { color: var(--muted); margin: 0 0 1.1em; }
.route__cta { font-weight: 700; color: var(--brand-deep); display: inline-flex; align-items: center; gap: 7px; transition: gap .2s ease; }
.route:hover .route__cta { gap: 12px; }
.route--urgent { background: linear-gradient(to bottom right, #fff4ec, #fff 70%); border-color: #f2cdb4; }
.route--urgent .route__icon { background: rgba(194,65,12,.12); color: var(--accent-deep); }
.route--urgent .route__cta { color: var(--accent-deep); }

/* ==========================================================================
   27 · Feature-Layout (1 groß + Kachelraster)
   ========================================================================== */
.feature { display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); gap: 28px; align-items: stretch; }
@media (max-width: 900px) { .feature { grid-template-columns: minmax(0, 1fr); } }
.feature__hero { background: var(--ink); color: #fff; border-radius: var(--radius-lg); padding: 38px; display: flex; flex-direction: column; justify-content: center; position: relative; overflow: hidden; }
.feature__hero > * { position: relative; }
.feature__badge { display: inline-flex; align-items: center; gap: 7px; align-self: flex-start; background: rgba(194,65,12,.28); color: #fbd7c2; font-weight: 700; font-size: .76rem; letter-spacing: .08em; text-transform: uppercase; padding: 6px 12px; border-radius: 999px; margin-bottom: 16px; }
.feature__hero h2, .feature__hero h3 { color: #fff; font-size: 1.6rem; margin: 0 0 .3em; }
.feature__hero p { color: var(--on-dark); margin: 0 0 1.4em; }
.feature__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
@media (max-width: 520px) { .feature__grid { grid-template-columns: minmax(0, 1fr); } }

/* ==========================================================================
   28 · Bezirks-Verzeichnis (gruppiert)
   ========================================================================== */
.cityhub { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.cityhub__region { border: 1px solid var(--line); border-radius: var(--radius); background: #fff; padding: 22px 22px 24px; min-width: 0; }
.cityhub__head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 16px; padding-bottom: 13px; border-bottom: 1px solid var(--line); }
.cityhub__h { display: flex; align-items: center; gap: 9px; margin: 0; font-size: 1.12rem; line-height: 1.2; }
.cityhub__h .ico { width: 1.15em; height: 1.15em; color: var(--brand); flex: none; }
.cityhub__count { flex: none; font-size: .74rem; font-weight: 700; color: var(--brand-deep); background: var(--brand-tint); padding: 4px 10px; border-radius: 999px; white-space: nowrap; }
.cityhub__grid { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.cityhub__link { display: flex; align-items: center; min-height: 44px; padding: 9px 12px; border-radius: 10px; background: #f4f7f8; border: 1px solid transparent; color: var(--ink-soft); font-size: .94rem; font-weight: 600; text-decoration: none; overflow-wrap: anywhere; transition: background .15s, color .15s, border-color .15s; }
.cityhub__link:hover { background: var(--brand-tint); color: var(--brand-deep); border-color: var(--brand); }
@media (max-width: 920px) { .cityhub { grid-template-columns: minmax(0, 1fr); } }
@media (max-width: 500px) { .cityhub__grid { grid-template-columns: minmax(0, 1fr); } }

/* ==========================================================================
   29 · Fließtext-Aufwertung
   ========================================================================== */
.lead-line { font-size: 1.18rem; line-height: 1.55; color: var(--ink); font-weight: 500; margin: 0 0 .9em; max-width: 68ch; }
.section--dark .lead-line { color: #fff; }
.detail__main .lead-line { font-size: 1.08rem; }

/* Rechtlicher Fließtext (Impressum/Datenschutz/Barrierefreiheit).
   Am Stück lesbar und zitierbar — keine Karten, keine Akkordeons. */
.legal { font-size: 1.02rem; }
.legal h2 { font-size: 1.3rem; margin: 2em 0 .5em; padding-top: 1.2em; border-top: 1px solid var(--line); }
.legal h2:first-child { margin-top: 0; padding-top: 0; border-top: none; }
.legal h3 { font-size: 1.08rem; margin: 1.5em 0 .4em; }
.legal p { color: var(--ink-soft); max-width: 74ch; }
.legal a { text-decoration: underline; text-underline-offset: .15em; }
.legal ul, .legal ol { max-width: 74ch; margin: 0 0 1.2em; padding-left: 0; }
.legal ol { padding-left: 1.3em; }
.legal ol li { color: var(--ink-soft); margin-bottom: .5em; }
.legal__list { list-style: none; display: grid; gap: 10px; }
.legal__list li { position: relative; padding-left: 26px; color: var(--ink-soft); }
.legal__list li::before { content: ""; position: absolute; left: 0; top: .62em; width: 8px; height: 8px; border-radius: 50%; background: var(--brand); }
.legal strong { color: var(--ink); }

/* ==========================================================================
   30 · Fokus-Politur
   ========================================================================== */
.card:focus-visible, .route:focus-visible, .pest:focus-visible, .verzeichnis a:focus-visible,
.quickhelp__router a:focus-visible, .tags a:focus-visible, .cityhub__link:focus-visible { outline: 3px solid var(--accent); outline-offset: 3px; }

/* Drucken */
@media print {
	.topbar, .nav, .nav-toggle, .actionbar, .to-top, .inpage-nav, .prefooter { display: none !important; }
	body { font-size: 12pt; padding-bottom: 0; }
}
