/*
Theme Name: Schädling Bernhardt Dresden
Theme URI: https://bernhardt-schaedling-dresden.de
Description: Bespoke Theme für bernhardt-schaedling-dresden.de — Schädlingsbekämpfung in Dresden. Telefon-only (keine Formulare), self-hosted Fonts (Inter + Sora), JSON-LD (LocalBusiness/BreadcrumbList/FAQPage), WCAG 2.1 AA / BFSG. Palette „Elbe Petrol". Inhalte werden beim Aktivieren provisioniert.
Author: Schädling Bernhardt
Version: 1.0.0
Requires at least: 6.0
Tested up to: 7.0
Requires PHP: 7.4
Text Domain: bernhardt-schaedling-dresden
*/

/* ==========================================================================
   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
   ========================================================================== */
/* PALETTE „Elbe Petrol" — Dresden liegt im Elbtalkessel; Petrol steht für Hygiene und
   Ruhe, das Signalrot ausschließlich für die EINE Handlung: den Anruf.
   Alle Textpaare sind gegen WCAG 2.1 AA gerechnet (Werte als Kommentar).
   Die Struktur-Token (Radius, Container, Schatten, Schrift) sind unverändert aus der
   Vorlage übernommen — es ändern sich ausschließlich die Farbtöne. */
:root {
	/* --- semantische Namen (neu) --- */
	--brand:        #0d5b70;   /* Primär – Petrol. 7,64:1 auf Weiß */
	--brand-deep:   #0a4757;   /* Links, Hover. 10,23:1 auf Weiß */
	--brand-700:    #083945;
	--brand-tint:   #eaf3f6;   /* helle Flächen */
	--brand-tint-2: #d8e9ee;
	--cta:          #c62f12;   /* Signalrot – NUR für den Anruf. Weiß darauf 5,50:1 */
	--cta-deep:     #a32409;   /* Hover. Weiß darauf 7,46:1 */
	--cta-light:    #ff9b7a;   /* Akzent auf dunklen Bändern. 7,81:1 auf --ink */

	/* --- Kompatibilitäts-Aliase: die Vorlage referenziert diese Namen an ~700 Stellen.
	       Nur die Farbwerte wechseln, kein Selektor wird angefasst. --- */
	--green:        var(--brand);
	--green-deep:   var(--brand-deep);
	--green-700:    var(--brand-700);
	--green-tint:   var(--brand-tint);
	--green-tint-2: var(--brand-tint-2);
	--amber:        var(--cta);
	--amber-deep:   var(--cta-deep);
	--amber-light:  var(--cta-light);

	--ink:          #10242b;   /* Text + dunkle Sektionen. 16,04:1 auf Weiß */
	--ink-soft:     #23444e;   /* Fließtext-Lead. 10,46:1 auf Weiß */
	--muted:        #4d6771;   /* Sekundärtext. 6,01:1 auf Weiß, 5,34:1 auf --brand-tint */
	--paper:        #ffffff;
	--line:         #d5e3e8;   /* dekorative Trenner */
	--line-strong:  #b6ccd4;
	--line-btn:     #6f8f9a;   /* Rahmen von Bedien-Elementen. 3,46:1 auf Weiß (WCAG 1.4.11) */
	--ok:           #12795a;
	--err:          #b3261e;

	--radius:       14px;
	--radius-sm:    9px;
	--radius-lg:    22px;
	--container:    1320px;
	--shadow:       0 1px 2px rgba(16,36,43,.04), 0 8px 24px rgba(16,36,43,.06);
	--shadow-lg:    0 18px 50px rgba(16,36,43,.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; }
/* Die Vorlage setzte body:17px, ließ html aber auf dem Browser-Default (16px) — jedes
   rem im Stylesheet rechnete deshalb gegen 16px, und Buttons (.98rem) landeten bei
   15,7px. Wir heben stattdessen die Wurzel auf 18px: body erbt 1rem = 18px (A10) UND
   die gesamte Bedienoberfläche skaliert mit. Zielgruppe ist älter. */
html { font-size: 112.5%; -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);
	/* = 18px über die 112,5%-Wurzel. Untergrenze der Site-Standard-Vorgabe (A10). */
	font-size: 1rem;
	line-height: 1.65;
	color: var(--ink);
	background: var(--paper);
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

/* Deutsche Komposita („Schädlingsbekämpfung", „Holzschutzmittelprüfung") sprengen sonst
   schmale Grid-Spalten. hyphens+overflow-wrap statt Überlauf.
   hyphenate-limit-chars hält die Trennung dort, wo sie gebraucht wird: nur Wörter ab
   12 Zeichen, und nie weniger als 4 Zeichen je Teil. Ohne diese Grenze trennt Chrome
   auch „sau-ber" und „Be-trieb", was eine Überschrift zerhackt. */
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;
	hyphens: auto; -webkit-hyphens: auto;
	hyphenate-limit-chars: 12 4 4;
	overflow-wrap: break-word;
}
/* Trennung NUR in Überschriften reicht nicht. Ein Kompositum im Fließtext
   („Barrierefreiheitsstärkungsgesetz", 32 Zeichen) ist breiter als ein 320-px-Gerät
   und setzt damit den LAYOUT-Viewport der ganzen Seite — gemessen 358px statt 320.
   Auf der Barrierefreiheitserklärung ist das prompt passiert. */
p, li, dd, dt, figcaption, summary, .card__text, .step p, .highlights li, .faq__body {
	hyphens: auto; -webkit-hyphens: auto;
	hyphenate-limit-chars: 14 5 4;
	overflow-wrap: break-word;
}
p { margin: 0 0 1em; }
a { color: var(--brand-deep); text-decoration: none; }
a:hover { text-decoration: underline; }
/* Links im Fließtext brauchen eine nicht-farbliche Auszeichnung (WCAG 1.4.1 /
   axe „link-in-text-block"). Navigation, Buttons und Karten sind davon ausgenommen. */
main p a, main li a, .faq__body a, .legal a, .lead-line a { text-decoration: underline; text-underline-offset: .18em; }
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(--cta); outline-offset: 2px; border-radius: 4px; }
/* Auf dunklem Grund erreicht --cta keine 3:1 — dort der helle Akzent. */
.section--dark :focus-visible, .hero--dark :focus-visible, .site-footer :focus-visible,
.aside-card--accent :focus-visible, .cta-banner :focus-visible, .actionbar :focus-visible { outline-color: var(--cta-light); }

/* Telefonnummer als Text im Fließtext: KEIN tel:-Link.
   Jeder tel:-Anchor wird bei 390px vermessen und muss ≥44×44px sein (A11) —
   das ist in einem Satz nicht erreichbar. tel: bleibt den Buttons vorbehalten. */
.telnum { font-weight: 700; color: var(--brand-deep); white-space: nowrap; }
/* Auf dunklem Grund wäre --brand-deep nur 1,57:1 — dort schreibt die Nummer weiß. */
.site-footer .telnum, .section--dark .telnum, .aside-card--accent .telnum,
.cta-banner .telnum, .hero--dark .telnum, .actionbar .telnum { color: #fff; }

/* ==========================================================================
   3 · Icons (CSS-Masken, einfärbbar über currentColor)
   ========================================================================== */
.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>"); }

/* --- Schädling-spezifische Icons (gleicher Strich-Stil) ------------------- */
.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--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--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
   ========================================================================== */
.topbar { background: var(--ink); color: #cfdde3; font-size: .82rem; }
.topbar__inner { max-width: var(--container); margin: 0 auto; padding: 8px 24px; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.topbar a { color: #fff; }
.topbar .ico { color: var(--cta-light); margin-right: 5px; }
.topbar__right { display: flex; gap: 22px; align-items: center; }
@media (max-width: 760px) { .topbar__more, .topbar__right span:first-child { display: none; } }
/* Die kleine Topbar-Nummer ist bei 390px nur ~20px hoch und würde als tel:-Ziel unter
   44px vermessen (A11 = FAIL). Sie wird deshalb mobil KOMPLETT ausgeblendet — nur
   display:none liefert das 0×0-Rechteck, das der Prüfer überspringt.
   Der Anruf läuft mobil über die Sticky-Call-Bar. */
@media (max-width: 820px) { .topbar { display: none; } }

/* ==========================================================================
   5 · Header / Navigation
   ========================================================================== */
.site-header { position: sticky; top: 0; z-index: 60; background: rgba(255,255,255,.92); 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(16,36,43,.09); }
.header__inner { max-width: var(--container); margin: 0 auto; padding: 12px 24px; display: flex; align-items: center; gap: 22px; }

/* RESPONSIVE-FIX (Kopfzeile).
   In der Vorlage stand .brand auf `flex: none` und .nav-toggle hatte KEIN flex —
   ein langer Markenname („Schädling Bernhardt" + Claim) konnte deshalb nicht
   schrumpfen und hat stattdessen den Burger-Button zusammengedrückt bzw. aus dem
   Viewport geschoben. Jetzt umgekehrt: der Burger ist unantastbar, der Markenname
   schrumpft und kürzt notfalls mit Ellipse. */
/* Am Desktop darf die Marke NICHT schrumpfen — dort ist Platz, und ein gekürzter
   Firmenname („Schä…") wäre schlimmer als eine engere Navigation. Erst unterhalb der
   Burger-Schwelle wird sie flexibel. */
.brand { display: flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.brand:hover { text-decoration: none; }
.brand__logo { display: block; flex: none; }
.brand__text { display: flex; flex-direction: column; line-height: 1.1; min-width: 0; }
.brand__name { font-family: var(--display); font-weight: 800; font-size: 1.12rem; color: var(--ink); letter-spacing: -.02em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.brand__claim { font-size: .72rem; color: var(--muted); font-weight: 600; letter-spacing: .01em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
@media (max-width: 1279px) { .brand { flex: 0 1 auto; min-width: 0; } }
/* Zwischen 1081 und 1300px wird es in der Kopfzeile eng: dort rückt die Navigation
   zusammen, statt die Marke zu kürzen. */
/* Zwischen der Burger-Schwelle und ~1460px wird es in der Kopfzeile eng: dort rückt
   die Navigation zusammen, statt die Marke zu kürzen oder die Anruf-Schaltfläche
   abzuschneiden. */
@media (min-width: 1280px) and (max-width: 1460px) {
	.header__inner { gap: 12px; }
	.nav__list > li > a, .nav__parent { padding-left: 9px; padding-right: 9px; font-size: .9rem; }
	.brand__claim { display: none; }
}
@media (max-width: 560px) {
	.header__inner { gap: 12px; padding: 10px 16px; }
	.brand { gap: 9px; }
	.brand__logo { width: 38px; height: 38px; }
	.brand__name { font-size: 1rem; }
}
/* Unter ~380px trägt der Claim nichts mehr bei und kostet nur Breite. */
@media (max-width: 380px) { .brand__claim { display: none; } }

.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: block; padding: 9px 12px; border-radius: 8px; color: var(--ink); font-weight: 600; font-size: .95rem; white-space: nowrap; }
.nav__list a:hover { background: var(--green-tint); color: var(--green-deep); text-decoration: none; }
.nav__list .current-menu-item > a, .nav__list .current-page-ancestor > a { color: var(--green-deep); }
.nav__list li { position: relative; }

/* Dropdowns */
.nav__list .sub-menu { list-style: none; position: absolute; top: calc(100% + 8px); left: 0; min-width: 240px; 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 { 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: 1279px) { .site-header .header__cta { display: none; } }

/* Burger — `flex: none` ist die zweite Hälfte des Kopfzeilen-Fixes: der Button
   darf niemals schrumpfen, und 48×48 hält die 44px-Mindestgröße (A11) ein. */
.nav-toggle { display: none; position: relative; z-index: 80; margin-left: auto; flex: none; width: 48px; height: 48px; border: 1px solid var(--line-btn); 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); }

/* Abdunkelnder Hintergrund hinter dem Off-Canvas-Menü (nur mobil) */
.nav-backdrop { display: none; }

@media (max-width: 1279px) {
	.nav-toggle { display: flex; }
	/* WICHTIG: backdrop-filter macht den Header zum Containing-Block für position:fixed –
	   das Off-Canvas-Menü (liegt IM Header) wäre sonst nur so hoch wie der Header (kurze
	   Box oben). Auf Mobil daher entfernen, damit das Menü volle Viewport-Höhe bekommt. */
	.site-header { backdrop-filter: none; -webkit-backdrop-filter: none; background: #fff; }
	.nav { position: fixed; top: 0; right: 0; bottom: 0; left: auto; height: 100dvh; width: min(86vw, 340px); 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.05rem; }
	.nav__list .sub-menu { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; border: none; border-left: 2px solid var(--green-tint); 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: .97rem; }
	.nav-backdrop { display: block; position: fixed; inset: 0; background: rgba(8,40,50,.5); z-index: 55; opacity: 0; visibility: hidden; transition: opacity .28s ease; }
	body.nav-open .nav-backdrop { opacity: 1; visibility: visible; }
}

/* ==========================================================================
   6 · Breadcrumbs
   ========================================================================== */
.breadcrumbs { background: var(--green-tint); border-bottom: 1px solid var(--line); }
.breadcrumbs__inner { max-width: var(--container); margin: 0 auto; padding: 11px 24px; font-size: .85rem; color: var(--muted); display: flex; flex-wrap: wrap; gap: 7px; align-items: center; }
.breadcrumbs a { color: var(--green-deep); font-weight: 600; }
.breadcrumbs__sep { color: var(--line-strong); }
.breadcrumbs__current { color: var(--ink); font-weight: 600; }

/* ==========================================================================
   7 · Buttons
   ========================================================================== */
/* min-height 48px hält jedes tel:-Ziel über der 44px-Grenze (A11). */
.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.15; border: 2px solid transparent; cursor: pointer; transition: transform .12s, box-shadow .2s, background .2s, border-color .2s; text-decoration: none; white-space: nowrap; }
.btn:hover { text-decoration: none; transform: translateY(-1px); }
.btn .ico { width: 1.05em; height: 1.05em; }
.btn--accent { background: var(--cta); color: #fff; box-shadow: 0 6px 16px rgba(198,47,18,.30); }
.btn--accent:hover { background: var(--cta-deep); color: #fff; box-shadow: 0 10px 22px rgba(198,47,18,.34); }
.btn--ghost { background: transparent; color: var(--ink); border-color: var(--line-btn); }
.btn--ghost:hover { border-color: var(--brand); color: var(--brand-deep); background: var(--brand-tint); }
.btn--green { background: var(--brand); color: #fff; box-shadow: 0 6px 16px rgba(13,91,112,.26); }
.btn--green:hover { background: var(--brand-deep); color: #fff; }
.btn--lg { padding: 15px 26px; font-size: 1.06rem; border-radius: 13px; }

/* RESPONSIVE-FIX (Layout-Viewport).
   `white-space: nowrap` + ein langes Label („Jetzt anrufen: 0176 4287 6094") ergibt eine
   min-content-Breite von ~335px. Zusammen mit 2×24px Container-Padding zwingt das den
   LAYOUT-Viewport auf ~376px: Chrome rendert 320–375px-Geräte dann herunterskaliert statt
   fluid. `body{overflow-x:clip}` verdeckt das Symptom, deshalb fällt es im Screenshot nicht
   auf — messbar ist es nur an `window.innerWidth !== Gerätebreite`.
   Unterhalb von 420px darf das Label deshalb umbrechen. */
@media (max-width: 420px) {
	.btn { white-space: normal; padding-left: 14px; padding-right: 14px; text-align: center; }
	.btn--lg { padding: 14px 16px; font-size: 1rem; }
}
/* Auf dunklem Grund */
.section--dark .btn--ghost, .hero--dark .btn--ghost { color: #fff; border-color: rgba(255,255,255,.34); }
.section--dark .btn--ghost:hover, .hero--dark .btn--ghost:hover { background: rgba(255,255,255,.1); border-color: #fff; }

/* ==========================================================================
   8 · Sektionen
   ========================================================================== */
.section { padding: 72px 0; }
.section--alt { background: var(--green-tint); }
.section--tint2 { background: var(--green-tint-2); }
.section--dark { background: var(--ink); color: #cfe0e6; 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: .04; -webkit-mask: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M4 21c0-9 6-15 16-16-1 10-7 16-16 16z' 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='M4 21c0-9 6-15 16-16-1 10-7 16-16 16z' 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: 820px; 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(--green); margin: 0 0 .55em; }
.section--dark .section__kicker { color: var(--amber); }
.section__title { font-size: clamp(1.7rem, 3.4vw, 2.4rem); margin: 0 0 .45em; }
.section__lead { font-size: 1.12rem; color: var(--muted); max-width: 60ch; margin: 0 0 1.6em; }
.section--dark .section__lead { color: #b2ccd4; }

/* ==========================================================================
   9 · Hero
   ========================================================================== */
.hero { position: relative; background: var(--paper); padding: 72px 0 64px; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; background:
	radial-gradient(720px 420px at 88% -8%, var(--green-tint-2), transparent 60%),
	radial-gradient(560px 360px at 5% 108%, var(--green-tint), transparent 55%); pointer-events: none; }
/* Startseite: Hero ohne Farbverlauf (flacher, einfarbiger Hintergrund) */
body.home .hero { background: #fff; }
body.home .hero::before { display: 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(--green-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(2.1rem, 5vw, 3.4rem); font-weight: 800; max-width: 18ch; margin: 0 0 .4em; }
.hero__lead { font-size: clamp(1.08rem, 1.7vw, 1.28rem); color: var(--ink-soft); max-width: 56ch; margin: 0 0 1.8em; }
.hero__ctas { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.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: .95rem; color: var(--ink-soft); }
.hero__badges .ico { color: var(--green); background: var(--green-tint); width: 1.7em; height: 1.7em; padding: .34em; border-radius: 50%; }
/* Dunkle Hero-Variante */
.hero--dark { background: var(--ink); color: #d2e4ea; }
.hero--dark .hero__title { color: #fff; }
.hero--dark .hero__lead { color: #b2ccd4; }
.hero--dark .hero__kicker { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.18); color: #fff; }
.hero--dark::before { background: radial-gradient(700px 420px at 88% -10%, rgba(13,91,112,.5), transparent 60%); }

/* ==========================================================================
   10 · Grid + Cards
   ========================================================================== */
.grid { display: grid; gap: 22px; }
.grid--2 { grid-template-columns: repeat(2, 1fr); }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 920px) { .grid--3, .grid--4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .grid--2, .grid--3, .grid--4 { grid-template-columns: 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; }
.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(--green-tint); color: var(--green); margin-bottom: 16px; }
.card__icon .ico { width: 1.5em; height: 1.5em; }
.card__title { font-size: 1.2rem; margin: 0 0 .4em; }
.card__text { color: var(--muted); margin: 0 0 1em; font-size: .98rem; }
.card__link { font-weight: 700; color: var(--green-deep); display: inline-flex; align-items: center; gap: 6px; }
.card__link:hover { text-decoration: none; gap: 9px; }
.card--link { display: block; color: inherit; }
.card--link:hover { text-decoration: none; }

/* Pest-Kachel-Auswahl (Schädling wählen) */
.pests { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
@media (max-width: 920px) { .pests { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 600px) { .pests { grid-template-columns: repeat(2, 1fr); } }
.pest { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 10px; padding: 22px 14px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); color: var(--ink); font-weight: 700; box-shadow: var(--shadow); transition: transform .16s, box-shadow .2s, border-color .2s; }
.pest:hover { transform: translateY(-3px); border-color: var(--green); box-shadow: var(--shadow-lg); text-decoration: none; }
.pest .ico { width: 30px; height: 30px; color: var(--green); }

/* ==========================================================================
   11 · Steps (Ablauf)
   ========================================================================== */
.steps { list-style: none; counter-reset: step; padding: 0; margin: 0; display: grid; gap: 22px; grid-template-columns: repeat(4, 1fr); }
@media (max-width: 920px) { .steps { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .steps { grid-template-columns: 1fr; } }
.step { position: relative; padding: 26px 22px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.step__num, .step::before { counter-increment: step; }
.step__num { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; border-radius: 50%; background: var(--green); color: #fff; font-family: var(--display); font-weight: 800; margin-bottom: 14px; }
.step__num::before { content: counter(step); }
.step__title { font-size: 1.1rem; margin: 0 0 .35em; }
.step p { color: var(--muted); font-size: .96rem; margin: 0; }

/* ==========================================================================
   12 · Checklist / Listen
   ========================================================================== */
.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: 1px; width: 22px; height: 22px; border-radius: 50%; background: var(--green-tint); color: var(--green); -webkit-mask: none; }
.checklist li::after { content: ""; position: absolute; left: 4px; top: 5px; width: 14px; height: 14px; background: var(--green); -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: #c3d9e0; }
.section--dark .checklist li::before { background: rgba(255,255,255,.12); }
.section--dark .checklist li::after { background: var(--amber); }

/* ==========================================================================
   13 · Badges / Pills (Vertrauen)
   ========================================================================== */
.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: .9rem; color: var(--ink); box-shadow: var(--shadow); }
.badge .ico { color: var(--green); }
.badge--amber .ico { color: var(--amber); }

/* ==========================================================================
   14 · Stats
   ========================================================================== */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; text-align: center; }
@media (max-width: 760px) { .stats { grid-template-columns: repeat(2, 1fr); } }
.stat__num { font-family: var(--display); font-weight: 800; font-size: clamp(2rem, 4vw, 2.8rem); color: var(--green); line-height: 1; }
.section--dark .stat__num { color: var(--amber); }
.stat__label { color: var(--muted); font-size: .95rem; font-weight: 600; margin-top: .4em; }
.section--dark .stat__label { color: #b2ccd4; }

/* ==========================================================================
   15 · Split (Text + Medien/Box)
   ========================================================================== */
.split { display: grid; grid-template-columns: 1.1fr .9fr; gap: 48px; align-items: center; }
@media (max-width: 880px) { .split { grid-template-columns: 1fr; gap: 30px; } }
.split__media { background: var(--green-tint); border: 1px solid var(--line); border-radius: var(--radius-lg); min-height: 280px; padding: 32px; display: flex; flex-direction: column; justify-content: center; }

/* ==========================================================================
   16 · Quote / Testimonial
   ========================================================================== */
.quote { background: #fff; border: 1px solid var(--line); border-left: 4px solid var(--green); border-radius: var(--radius); padding: 28px 30px; box-shadow: var(--shadow); }
.quote__text { font-size: 1.18rem; 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: .92rem; }
.quote__stars { color: var(--amber); display: inline-flex; gap: 2px; margin-bottom: .6em; }

/* ==========================================================================
   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 h3 { margin: 0 0 .35em; }
.notice p:last-child { margin-bottom: 0; }
.notice--info { background: var(--green-tint); border-color: var(--line-strong); }
.notice--warn { background: #fff1ec; border-color: #f2c8ba; }
.notice--warn h3 { color: var(--amber-deep); }

/* ==========================================================================
   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 52px 18px 22px; font-family: var(--display); font-weight: 700; font-size: 1.05rem; color: var(--ink); position: relative; }
.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(--green); -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; }
.faq__body > div, .faq__item .faq__body { padding: 0 22px; }
.faq__body p { padding: 0; margin: 0 0 1em; color: var(--ink-soft); }
.faq__item[open] .faq__body { padding-bottom: 6px; }
.faq__body :first-child { margin-top: 0; }
.faq__body { padding: 0 22px 4px; }

/* ==========================================================================
   19 · CTA-Banner
   ========================================================================== */
.cta-banner { background: linear-gradient(120deg, var(--green-deep), var(--green)); 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.6rem, 3vw, 2.2rem); margin: 0 0 .4em; }
.cta-banner p { color: #d6e9f0; max-width: 56ch; margin: 0 auto 1.4em; }
.cta-banner .hero__ctas, .cta-banner__actions { justify-content: center; display: flex; flex-wrap: wrap; gap: 14px; }
.cta-banner .btn--ghost { color: #fff; border-color: rgba(255,255,255,.4); }
.cta-banner .btn--ghost:hover { background: rgba(255,255,255,.12); border-color: #fff; }

/* ==========================================================================
   20 · (Formular-Baustein ENTFERNT)
   Das Telefon ist der einzige Auftragskanal. Es gibt auf dieser Website kein
   <form>, kein <input>, kein <select>, kein <textarea> — weder Kontakt- noch
   Rückruf-, Angebots- oder Newsletter-Formular. Die Formular-Styles der Vorlage
   sind deshalb ersatzlos gestrichen, damit sie niemand versehentlich wieder
   benutzt. Auch die Live-Suche der Einsatzgebiete (ein <input>) ist entfallen;
   das Verzeichnis ist eine reine Linkliste.
   ========================================================================== */

/* ==========================================================================
   21 · Einsatzgebiete-Verzeichnis
   ========================================================================== */
.verzeichnis { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
@media (max-width: 920px) { .verzeichnis { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .verzeichnis { grid-template-columns: 1fr; } }
.verzeichnis a { display: flex; align-items: center; gap: 8px; padding: 12px 16px; background: #fff; border: 1px solid var(--line); border-radius: 10px; font-weight: 600; color: var(--ink); box-shadow: var(--shadow); }
.verzeichnis a:hover { border-color: var(--green); color: var(--green-deep); text-decoration: none; }
.verzeichnis a::before { content: ""; width: 16px; height: 16px; flex: none; background: var(--green); -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; }
.areasearch__none { color: var(--muted); }

/* ==========================================================================
   22 · Mobile Action-Bar + 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(16,36,43,.97); backdrop-filter: blur(6px); color: #fff; box-shadow: 0 -6px 20px rgba(0,0,0,.18); }
.actionbar__txt { font-weight: 700; font-size: .9rem; display: flex; align-items: center; gap: 7px; flex: 1; }
.actionbar__txt .ico { color: var(--amber); }
.actionbar__call { background: var(--amber); color: #fff; padding: 10px 16px; }
.actionbar__ghost { border: 1px solid rgba(255,255,255,.4); color: #fff; padding: 10px 14px; }
@media (max-width: 820px) { .actionbar { display: flex; } .actionbar__txt { display: none; } body { padding-bottom: 64px; } .actionbar__call, .actionbar__ghost { flex: 1; justify-content: center; } }

.to-top { position: fixed; right: 18px; bottom: 18px; z-index: 50; width: 46px; height: 46px; border-radius: 50%; border: none; background: var(--green); 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); }
@media (max-width: 820px) { .to-top { bottom: 74px; } }

/* ==========================================================================
   23 · Footer
   ========================================================================== */
.site-footer { background: var(--ink); color: #adc6ce; padding: 60px 0 0; }
.footer__grid { max-width: var(--container); margin: 0 auto; padding: 0 24px 48px; display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 40px; }
@media (max-width: 880px) { .footer__grid { grid-template-columns: 1fr 1fr; gap: 32px; } }
@media (max-width: 520px) { .footer__grid { grid-template-columns: 1fr; } }
.site-footer h4 { 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: #adc6ce; font-weight: 500; }
.site-footer a:hover { color: #fff; }
.footer__name { font-family: var(--display); font-weight: 800; color: #fff; font-size: 1.15rem; display: block; margin-bottom: .6em; }
.footer__pitch { font-size: .94rem; color: #9bb9c2; 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(--amber); }
.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: #89a6af; }
.footer__legal { display: flex; gap: 18px; list-style: none; padding: 0; margin: 0; }

/* ==========================================================================
   24 · Utilities
   ========================================================================== */
.text-center { text-align: center; }
.mt-0 { margin-top: 0; }
.lead { font-size: 1.14rem; color: var(--ink-soft); }
.muted { color: var(--muted); }
.placeholder { outline: 2px dashed var(--line-strong); outline-offset: 3px; border-radius: 6px; color: var(--muted); }

/* ==========================================================================
   25 · Bausteine für Detail-/Unterseiten
   ========================================================================== */
/* Zentrierter Sektionskopf */
.section__head { text-align: center; max-width: 660px; margin: 0 auto 2.4em; }
.section__head .section__lead { margin-left: auto; margin-right: auto; }

/* Anzeichen-Liste (amber Punkt) */
.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: 7px; width: 12px; height: 12px; border-radius: 50%; background: var(--amber); box-shadow: 0 0 0 4px rgba(198,47,18,.16); }

/* Kontakt-/Info-Liste */
.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(--green); width: 1.55em; height: 1.55em; flex: none; margin-top: 2px; }
.infolist strong { display: block; color: var(--ink); }
.infolist span, .infolist a { color: var(--muted); }

/* Platzhalter-Medienbox (Foto / Karte) */
.ph-box { background: var(--green-tint); border: 1px dashed var(--line-strong); border-radius: var(--radius-lg); min-height: 240px; display: flex; flex-direction: column; gap: 8px; align-items: center; justify-content: center; color: var(--muted); font-weight: 600; text-align: center; padding: 24px; }
.ph-box .ico { width: 2em; height: 2em; color: var(--line-strong); }

/* Team-Karten mit Avatar-Platzhalter */
.team { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
@media (max-width: 760px) { .team { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px) { .team { grid-template-columns: 1fr; } }
.team .card { text-align: center; }
.avatar { width: 84px; height: 84px; border-radius: 50%; background: var(--green-tint); border: 1px solid var(--line); margin: 0 auto 14px; display: flex; align-items: center; justify-content: center; color: var(--green); }
.avatar .ico { width: 2.1em; height: 2.1em; }

/* Verwandte Links / Nachbar-Gebiete 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; padding: 8px 14px; 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(--green); color: var(--green-deep); text-decoration: none; }
.tags .ico { color: var(--green); }

/* Legal-Text (Impressum/Datenschutz/Barrierefreiheit) */
.legal h2 { font-size: 1.25rem; margin: 1.9em 0 .5em; padding-top: .9em; border-top: 1px solid var(--line); }
.legal h2:first-child { margin-top: 0; padding-top: 0; border-top: none; }
.legal p { color: var(--ink-soft); }
/* Anschriften stehen als Block, nicht im Fließtext — sie werden abgeschrieben. */
.legal-address { background: var(--brand-tint); border-left: 3px solid var(--brand); border-radius: 0 var(--radius-sm) var(--radius-sm) 0; padding: 16px 20px; line-height: 1.55; }
/* Begriff/Wert-Paare: auf dem Desktop zweispaltig, mobil untereinander. */
.legal-rows { display: grid; grid-template-columns: minmax(0, 13rem) minmax(0, 1fr); gap: 0; margin: 1.2em 0 1.6em; }
.legal-rows dt { font-weight: 700; color: var(--ink); padding: 11px 16px 11px 0; border-top: 1px solid var(--line); }
.legal-rows dd { margin: 0; color: var(--ink-soft); padding: 11px 0; border-top: 1px solid var(--line); }
.legal-rows dt:first-child, .legal-rows dt:first-child + dd { border-top: none; }
@media (max-width: 560px) {
	.legal-rows { grid-template-columns: minmax(0, 1fr); }
	.legal-rows dt { padding-bottom: 0; border-top: 1px solid var(--line); }
	.legal-rows dd { padding-top: 2px; border-top: none; }
	.legal-rows dt:first-child { border-top: none; }
}

/* ==========================================================================
   26 · UX-Ausbau (gleiches Theme): Micro-Animationen, Split-Hero, Quick-Help,
        Routen, Feature, Mega-Menü, Trust-Band, Detail-Layout, Pre-Footer
   ========================================================================== */

/* --- Micro-Animationen (Progressive Enhancement) ---
   BEWUSST NUR TRANSFORM, KEINE OPACITY. Ein headless-Prüflauf scrollt nie, also blieben
   Elemente unterhalb des Falzes dauerhaft auf `opacity:0` — axe rechnet dann den Kontrast
   gegen den Hintergrund und meldet jede Sektion als Kontrastfehler. Text ist hier zu jedem
   Zeitpunkt voll deckend; die Bewegung allein trägt den Effekt. */
.reveal { will-change: transform; }
html.anim .reveal { transform: translateY(22px); transition: transform .8s cubic-bezier(.2,.7,.2,1); }
html.anim .reveal.is-in { transform: none; }
html.anim .hero-in { transform: translateY(16px); }
html.anim .hero-in.hero-in--show { transform: none; transition: transform 1s cubic-bezier(.2,.7,.2,1); }
@media (prefers-reduced-motion: reduce) { html.anim .reveal, html.anim .hero-in { transform: none !important; transition: none !important; } }

/* --- Asymmetrischer Hero mit Quick-Help-Panel --- */
.hero--split .hero__inner { display: grid; grid-template-columns: 1.15fr .85fr; gap: 52px; align-items: center; }
@media (max-width: 940px) { .hero--split .hero__inner { grid-template-columns: 1fr; gap: 38px; } }
.quickhelp { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); padding: 26px; }
.quickhelp__title { font-family: var(--display); font-weight: 800; font-size: 1.18rem; margin: 0 0 2px; }
.quickhelp__sub { color: var(--muted); font-size: .9rem; margin: 0; }
.quickhelp__call { display: flex; align-items: center; justify-content: center; gap: 10px; background: var(--amber); color: #fff; font-weight: 700; font-size: 1.18rem; padding: 14px; border-radius: 11px; margin: 16px 0; box-shadow: 0 8px 18px rgba(198,47,18,.3); transition: background .2s ease; }
.quickhelp__call:hover { background: var(--amber-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: center; gap: 10px; font-weight: 600; font-size: .93rem; color: var(--ink-soft); }
.quickhelp__facts .ico { color: var(--green); flex: none; }
.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, 1fr); gap: 8px; }
.quickhelp__router a { display: flex; flex-direction: column; align-items: center; gap: 7px; padding: 13px 6px; border: 1px solid var(--line); border-radius: 10px; font-size: .82rem; font-weight: 600; color: var(--ink); text-align: center; transition: border-color .2s ease, background .2s ease, color .2s ease; }
.quickhelp__router a:hover { border-color: var(--green); color: var(--green-deep); background: var(--green-tint); text-decoration: none; }
.quickhelp__router .ico { width: 1.55em; height: 1.55em; color: var(--green); }

/* --- Routen „nach Bedarf" --- */
.routes { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
@media (max-width: 720px) { .routes { grid-template-columns: 1fr; } }
.route { display: block; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 36px; color: inherit; box-shadow: var(--shadow); transition: transform .25s cubic-bezier(.2,.7,.2,1), box-shadow .25s ease, border-color .25s ease; }
.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(--green-tint); color: var(--green); 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 h3 { font-size: 1.5rem; margin: 0 0 .3em; }
.route p { color: var(--muted); margin: 0 0 1.1em; }
.route__cta { font-weight: 700; color: var(--green-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, #fff1ec, #fff 70%); border-color: #f2c8ba; }
.route--urgent .route__icon { background: rgba(198,47,18,.16); color: var(--amber-deep); }
.route--urgent .route__cta { color: var(--amber-deep); }

/* --- Feature-Layout (1 groß + Kachelraster) --- */
.feature { display: grid; grid-template-columns: .92fr 1.08fr; gap: 28px; align-items: stretch; }
@media (max-width: 880px) { .feature { grid-template-columns: 1fr; } }
.feature__hero { background: var(--ink); color: #fff; border-radius: var(--radius-lg); padding: 40px; display: flex; flex-direction: column; justify-content: center; position: relative; overflow: hidden; }
.feature__hero::after { content: ""; position: absolute; right: -34px; bottom: -44px; width: 220px; height: 220px; background: #fff; opacity: .06; -webkit-mask: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M4 21c0-9 6-15 16-16-1 10-7 16-16 16z' 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='M4 21c0-9 6-15 16-16-1 10-7 16-16 16z' fill='black'/></svg>") center/contain no-repeat; pointer-events: none; }
.feature__hero > * { position: relative; }
.feature__badge { display: inline-flex; align-items: center; gap: 7px; align-self: flex-start; background: rgba(198,47,18,.2); color: #ffc9b3; font-weight: 700; font-size: .76rem; letter-spacing: .08em; text-transform: uppercase; padding: 6px 12px; border-radius: 999px; margin-bottom: 16px; }
.feature__hero .ico--big { width: 44px; height: 44px; color: var(--amber); margin-bottom: 14px; }
.feature__hero h3 { color: #fff; font-size: 1.7rem; margin: 0 0 .3em; }
.feature__hero p { color: #cbdce3; margin: 0 0 1.5em; }
.feature__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
@media (max-width: 480px) { .feature__grid { grid-template-columns: 1fr; } }

/* --- Mega-Menü (Leistungen) – nur Desktop --- */
@media (min-width: 1280px) {
	.nav__list .menu-item.mega { position: static; }
	/* Das Mega-Menü trägt 13 Leistungen + 10 häufige Fälle. Drei Spalten halten es
	   flach genug, dass es ohne Scrollen in den Viewport passt. */
	.nav__list .menu-item.mega > .sub-menu { left: 50%; transform: translate(-50%, 6px); width: min(920px, calc(100vw - 48px)); max-height: 78vh; overflow-y: auto; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 2px 10px; padding: 16px; align-content: start; }
	.nav__list .menu-item.mega:hover > .sub-menu,
	.nav__list .menu-item.mega:focus-within > .sub-menu,
	.nav__list .menu-item.mega > .sub-menu.is-open { transform: translate(-50%, 0); }
	.nav__list .menu-item.mega > .sub-menu a { display: flex; align-items: center; gap: 11px; padding: 11px 12px; }
	.nav__list .menu-item.mega > .sub-menu .ico { width: 1.3em; height: 1.3em; color: var(--brand); flex: none; }
	/* Die Zwischenüberschrift beginnt eine neue Spalte. */
	.nav__list .menu-item.mega > .sub-menu .sub-menu__label { grid-column: 1 / -1; }
}
.nav__list .sub-menu .ico { color: var(--brand); }
.sub-menu__label { padding: 14px 12px 6px; font-size: .74rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); border-top: 1px solid var(--line); margin-top: 6px; }
.sub-menu__label:first-child { border-top: none; margin-top: 0; padding-top: 4px; }

/* --- Trust-Band --- */
.trustband { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 12px 20px; padding: 22px 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: .95rem; white-space: nowrap; }
.trustband__item .ico { flex: none; }
/* volle Desktop-Breite: garantiert eine Reihe (Inhalt passt hier sicher) */
@media (min-width: 1220px) { .trustband { flex-wrap: nowrap; } }
.trustband__item .ico { color: var(--amber); width: 1.5em; height: 1.5em; }
.trustband__divider { width: 1px; height: 26px; background: var(--line); }
@media (max-width: 600px) { .trustband__divider { display: none; } }

/* --- In-Page-Navigation (Detailseiten) --- */
.inpage-nav { position: sticky; top: 63px; z-index: 30; background: rgba(255,255,255,.93); 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 { padding: 15px 14px; font-weight: 600; font-size: .92rem; 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(--green-deep); border-bottom-color: var(--green); }
@media (max-width: 720px) { .inpage-nav { display: none; } }

/* --- Detail-Layout: Inhalt + Sticky-Aside --- */
.detail { display: grid; grid-template-columns: 1fr 340px; gap: 50px; align-items: start; }
@media (max-width: 980px) { .detail { grid-template-columns: 1fr; gap: 30px; } }
.detail__main > .detail-sec { padding: 44px 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.5rem, 2.6vw, 1.9rem); }
.detail .detail-sec > .section__kicker { margin-top: 0; }
.detail .steps { grid-template-columns: repeat(2, 1fr); }
@media (max-width: 560px) { .detail .steps { grid-template-columns: 1fr; } }
.detail__aside { display: grid; gap: 18px; position: sticky; top: 128px; }
@media (max-width: 980px) { .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 h3, .aside-card--accent p { color: #fff; }
.aside-card h3 { font-size: 1.15rem; margin: 0 0 .7em; }
.aside-card .btn { width: 100%; justify-content: center; }
.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(--green); flex: none; margin-top: 2px; }
.aside-facts strong { display: block; color: var(--ink); font-size: .96rem; }
.aside-facts span { color: var(--muted); font-size: .88rem; }

/* --- Pre-Footer-CTA-Band --- */
.prefooter { background: var(--green-tint); border-top: 1px solid var(--line); }
.prefooter__inner { max-width: var(--container); margin: 0 auto; padding: 52px 24px; display: grid; grid-template-columns: 1.5fr auto; gap: 30px; align-items: center; }
@media (max-width: 760px) { .prefooter__inner { grid-template-columns: 1fr; } }
.prefooter__kicker { font-weight: 700; font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; color: var(--amber-deep); margin: 0 0 .5em; }
.prefooter__title { font-size: clamp(1.5rem, 2.7vw, 2.1rem); margin: 0 0 .3em; }
.prefooter__text { color: var(--muted); margin: 0; max-width: 54ch; }
.prefooter__actions { display: flex; flex-wrap: wrap; gap: 12px; }

/* --- Fokus-Politur --- */
.card:focus-visible, .route:focus-visible, .pest:focus-visible, .verzeichnis a:focus-visible, .quickhelp__router a:focus-visible, .tags a:focus-visible { outline: 3px solid var(--amber); outline-offset: 3px; }

/* ==========================================================================
   27 · Wespen-Nische: „Wespe oder Hornisse?", Hero-Deko, Micro-Animationen
   ========================================================================== */
.identify { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
@media (max-width: 820px) { .identify { grid-template-columns: 1fr; } }
.id-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; box-shadow: var(--shadow); transition: transform .25s cubic-bezier(.2,.7,.2,1), box-shadow .25s, border-color .25s; }
.id-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: var(--line-strong); }
.id-card__head { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.id-card__icon { width: 50px; height: 50px; border-radius: 13px; background: var(--green-tint); color: var(--green); display: inline-flex; align-items: center; justify-content: center; flex: none; }
.id-card__icon .ico { width: 1.55em; height: 1.55em; }
.id-card h3 { margin: 0; font-size: 1.22rem; }
.id-card__tag { display: inline-block; font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; padding: 4px 10px; border-radius: 999px; margin-bottom: 14px; }
.id-card__tag--remove { background: rgba(198,47,18,.16); color: var(--amber-deep); }
.id-card__tag--protected { background: var(--green-tint); color: var(--green-deep); }
.id-card ul { list-style: none; padding: 0; margin: 0 0 1.1em; display: grid; gap: 9px; }
.id-card li { position: relative; padding-left: 22px; color: var(--ink-soft); font-size: .97rem; }
.id-card li::before { content: ""; position: absolute; left: 0; top: 8px; width: 7px; height: 7px; border-radius: 50%; background: var(--amber); }
.id-card--protected li::before { background: var(--green); }
.id-card__note { font-size: .9rem; color: var(--muted); border-top: 1px solid var(--line); padding-top: 13px; margin: 0; }

/* Dekoratives schwebendes Wespen-Symbol im Hero */
.hero__deco { position: absolute; top: 16%; right: 7%; width: 60px; height: 60px; color: var(--amber); pointer-events: none; z-index: 1; filter: drop-shadow(0 8px 18px rgba(198,47,18,.3)); }
.hero__deco .ico { width: 100%; height: 100%; }
@media (max-width: 940px) { .hero__deco { display: none; } }

/* Micro-Animationen (nur wenn der Nutzer Bewegung erlaubt) */
@media (prefers-reduced-motion: no-preference) {
	@keyframes sd-float { 0%, 100% { transform: translateY(0) rotate(-5deg); } 50% { transform: translateY(-12px) rotate(5deg); } }
	@keyframes sd-pulse { 0%, 100% { box-shadow: 0 6px 18px rgba(198,47,18,.34); } 50% { box-shadow: 0 6px 18px rgba(198,47,18,.34), 0 0 0 10px rgba(198,47,18,.10); } }
	.float-anim { animation: sd-float 4.5s ease-in-out infinite; }
	.pulse-cta { animation: sd-pulse 2.2s ease-in-out infinite; }
}

/* Hinweis neben dem Anruf-Button (statt zweitem Button) */
.hero__cta-note { font-size: .9rem; color: var(--muted); align-self: center; max-width: 24ch; line-height: 1.35; }

/* Saison-Banner (Layout-Variante D).
   Die Vorlage setzte dunkelbraunen Text auf den Akzent-Verlauf — mit dem Signalrot sind
   das nur 3,0:1. Weiß auf demselben Verlauf liefert 5,5:1 (hell) bis 7,5:1 (dunkel). */
.season { background: linear-gradient(90deg, var(--cta), var(--cta-deep)); color: #fff; border-top: 1px solid rgba(0,0,0,.08); border-bottom: 1px solid rgba(0,0,0,.14); }
.season__inner { max-width: var(--container); margin: 0 auto; padding: 14px 24px; display: flex; align-items: center; justify-content: center; gap: 12px; flex-wrap: wrap; text-align: center; }
.season__inner .ico { width: 1.3em; height: 1.3em; color: #fff; flex: none; }
.season__inner strong { color: #fff; }
.season__inner span { font-weight: 600; }
.season__inner a { color: #fff; font-weight: 800; text-decoration: underline; }

/* Bewertungs-/NAP-/Karten-Platzhalter (Hinweis bis echte Daten da sind) */
.ph-block { border: 1px dashed var(--line-strong); border-radius: var(--radius); background: var(--green-tint); padding: 22px 24px; color: var(--muted); font-size: .96rem; }
.ph-block strong { color: var(--ink); }

/* 28 · Städte-Verzeichnis (alle Orte nach Region gruppiert) */
.cityhub { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.cityhub__region { border: 1px solid var(--line); border-radius: var(--radius); background: #fff; padding: 22px 22px 24px; }
.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.16rem; line-height: 1.2; }
.cityhub__h .ico { width: 1.15em; height: 1.15em; color: var(--green); flex: none; }
.cityhub__count { flex: none; font-size: .74rem; font-weight: 700; color: var(--green-deep); background: var(--green-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, 1fr); gap: 8px; }
.cityhub__link { display: block; padding: 9px 12px; border-radius: 10px; background: var(--bg-soft, #f4f8fa); border: 1px solid transparent; color: var(--ink-soft); font-size: .95rem; font-weight: 600; text-decoration: none; transition: background .15s, color .15s, border-color .15s, transform .15s; }
.cityhub__link:hover { background: var(--green-tint); color: var(--green-deep); border-color: var(--green); transform: translateY(-1px); }
.cityhub__link--main { background: var(--green); color: #fff; }
.cityhub__link--main:hover { background: var(--green-deep); color: #fff; border-color: var(--green-deep); }
@media (max-width: 900px) { .cityhub { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .cityhub__grid { grid-template-columns: 1fr; } }

/* 29 · Fließtext-Aufwertung: Lead-Satz, Highlight-Karten, Bild-Text-Split */
.lead-line { font-size: 1.2rem; line-height: 1.55; color: var(--ink); font-weight: 500; margin: 0 0 .9em; }
.section--dark .lead-line { color: #fff; }
.detail__main .lead-line { font-size: 1.1rem; }

.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); }
.highlights li .ico { width: 1.35em; height: 1.35em; color: var(--green); flex: none; margin-top: 2px; }
.highlights li > div { color: var(--ink-soft); }
.highlights strong { color: var(--ink); }

.mediasplit { display: grid; grid-template-columns: 1.05fr .95fr; gap: 44px; align-items: center; }
.mediasplit__body > .section__title { margin-top: 0; }
.mediasplit--rev .mediasplit__body { order: 2; }
@media (max-width: 820px) { .mediasplit { grid-template-columns: 1fr; gap: 26px; } .mediasplit--rev .mediasplit__body { order: 0; } }

.figph { margin: 0; min-height: 300px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 16px; text-align: center; padding: 30px; border-radius: var(--radius-lg); border: 1px solid var(--line-strong); background: linear-gradient(140deg, var(--green-tint), #ffffff 70%); position: relative; overflow: hidden; }
.figph::after { content: ""; position: absolute; right: -40px; bottom: -50px; width: 200px; height: 200px; border-radius: 50%; background: var(--green); opacity: .05; }
.figph .ico { width: 58px; height: 58px; color: var(--green); opacity: .55; position: relative; }
.figph figcaption { font-size: .82rem; color: var(--muted); letter-spacing: .02em; max-width: 32ch; position: relative; }
@media (max-width: 820px) { .figph { min-height: 200px; } }

/* 30 · Zusätzliche Themen-Icons für die Bild-Platzhalter (figph) */
.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--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--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>"); }

/* 31 · Hero mit Bild (Split, Variante A)
   RESPONSIVE-FIX (Hero-Bild). Drei Ursachen, warum das Hero-Bild in der Vorlage auf dem
   Handy nicht responsiv wirkte:
   1) `1.05fr .95fr` — eine fr-Spur hat `min-width:auto`, also min-content. Ein deutsches
      Kompositum in der Textspalte hielt das Raster breiter als den Viewport. → minmax(0,…)
   2) `aspect-ratio: 4/3` wurde auf jede Breite vererbt. Ein 4:3-Bild über die volle
      Handybreite ist ~290px hoch und schiebt Überschrift und Anruf-Button unter den Falz.
      → mobil flacheres 16:10, ab 640px 3:2, erst am Desktop 4:3.
   3) Das Bild lag ohne `sizes` vor, also lud ein 390px-Gerät die 1920px-Datei.
      → `sizes` unten, srcset kommt aus dem Bild-Helper. */
.hero--media .hero__inner { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: 50px; align-items: center; }
.hero--media .hero__ctas { margin-bottom: 0; }
.hero--media .hero__badges { margin-bottom: 0; }
.hero__media { position: relative; min-width: 0; }
.hero__figure { position: relative; margin: 0; aspect-ratio: 16 / 10; border-radius: 22px; overflow: hidden; background: var(--brand-tint); box-shadow: 0 30px 60px -24px rgba(13,91,112,.42); }
.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; }
@media (min-width: 641px)  { .hero__figure { aspect-ratio: 3 / 2; } }
@media (min-width: 901px)  { .hero__figure { aspect-ratio: 4 / 3; } }
@media (max-width: 480px)  { .hero__figure { border-radius: 16px; } }
/* Abstrakte Elbtal-Silhouette als Notfall-Füllung, falls einer Seite kein Foto zugeordnet
   ist. Rein dekorativ, in den Palettentönen. */
.hero__figure--placeholder { background: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 480' preserveAspectRatio='xMidYMid slice'><defs><linearGradient id='s' x1='0' y1='0' x2='0' y2='1'><stop offset='0' stop-color='%23d8e9ee'/><stop offset='1' stop-color='%23eaf3f6'/></linearGradient></defs><rect width='640' height='480' fill='url(%23s)'/><circle cx='515' cy='118' r='74' fill='%230d5b70' opacity='.16'/><path d='M0 330 280 205 560 330Z' fill='%230a4757'/><rect y='330' width='640' height='150' fill='%23083945'/><g stroke='%2310242b' stroke-width='3' opacity='.4'><path d='M30 358h580M30 390h580M30 422h580'/></g><g fill='%23c62f12'><ellipse cx='372' cy='150' rx='9' ry='6'/><ellipse cx='300' cy='198' rx='7' ry='5'/></g></svg>") center/cover no-repeat; }
.hero__figure-tag { position: absolute; left: 14px; bottom: 14px; margin: 0; background: rgba(255,255,255,.92); color: var(--ink); font-size: .74rem; font-weight: 700; padding: 6px 12px; border-radius: 999px; display: inline-flex; gap: 6px; align-items: center; }
.hero__figure-tag .ico { width: 1em; height: 1em; color: var(--green); }
.hero__stat { position: absolute; left: -16px; bottom: 26px; background: #fff; border-radius: 16px; padding: 13px 18px; box-shadow: 0 22px 44px -16px rgba(0,0,0,.3); display: flex; flex-direction: column; line-height: 1.15; }
.hero__stat strong { font-family: var(--display); font-size: 1.5rem; color: var(--green); }
.hero__stat span { font-size: .78rem; color: var(--muted); font-weight: 600; }
@media (max-width: 900px) { .hero--media .hero__inner { grid-template-columns: 1fr; gap: 30px; } .hero__stat { left: 12px; } }

/* 32 · Figph als echtes Foto (statt Platzhalter-Panel) */
.figph--photo { padding: 0; min-height: 0; border: none; background: none; aspect-ratio: 4 / 3; overflow: hidden; box-shadow: 0 26px 54px -24px rgba(13,91,112,.4); }
.figph--photo::after { display: none; }
.figph img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* 33 · Foto-CTA-Band — Bild mit dunklem Petrol-Verlauf.
   Das Bild wird NICHT hier verdrahtet (die Vorlage hatte einen absoluten, site-spezifischen
   Pfad im Stylesheet stehen). Es kommt per --cta-photo aus dem Markup, damit das Theme
   portabel bleibt und jede Seite ein anderes Motiv setzen kann. */
.cta-banner--photo { background: linear-gradient(120deg, rgba(8,40,50,.94) 0%, rgba(8,40,50,.70) 52%, rgba(8,40,50,.46) 100%), var(--cta-photo, linear-gradient(120deg, var(--brand-deep), var(--brand))) center 32%/cover no-repeat; padding: 62px 44px; text-shadow: 0 1px 14px rgba(0,0,0,.35); }
.cta-banner--photo h2 { text-shadow: 0 2px 18px rgba(0,0,0,.4); }
.cta-banner--photo p { color: #e8f2f6; }
@media (max-width: 600px) { .cta-banner--photo { padding: 46px 26px; } }

/* 34 · Makro-Foto im Bestimmungs-Card */
.id-card { overflow: hidden; }
.id-card__media { margin: -26px -26px 18px; aspect-ratio: 16 / 10; overflow: hidden; background: var(--brand-tint); }
.id-card__media img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* ==========================================================================
   35 · Akzent auf dunklem Grund
   Das Signalrot --cta erreicht auf --ink nur 2,91:1 und darf dort weder Text noch
   Bedien-Grafik einfärben. Überall auf dunklen Bändern übernimmt --cta-light (7,81:1).
   ========================================================================== */
.section--dark .section__kicker,
.section--dark .stat__num,
.feature__hero .ico--big,
.actionbar__txt .ico,
.footer__contact .ico,
.aside-card--accent .ico { color: var(--cta-light); }
.section--dark .checklist li::after { background: var(--cta-light); }
.feature__badge { background: rgba(255,155,122,.18); color: var(--cta-light); }
/* Anrufleiste und Abschlussband liegen im <footer>. Dort gilt `.site-footer a { color:
   #adc6ce }` — und das schlägt eine einklassige Regel wie `.actionbar__call`. Die
   Schrift auf dem roten Button wäre dann hellgrau auf Rot (2,4:1). Deshalb hier
   dieselbe Spezifität wie die Footer-Regel. */
.site-footer .btn--accent, .site-footer .btn--accent:hover,
.site-footer .actionbar__call, .site-footer .actionbar__call:hover,
.site-footer .prefooter__actions a, .actionbar .btn--accent, .actionbar__call { color: #fff; }

/* ==========================================================================
   36 · Sticky-Anrufleiste
   `.callbar` ist der kanonische Haken für die Sticky-Call-Bar (C2). Die Klasse liegt
   zusätzlich zu `.actionbar` am selben Element, damit die Leiste auch bei einer rein
   statischen Auswertung des Markups erkannt wird — unabhängig davon, wo das CSS liegt.
   ========================================================================== */
.callbar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 55; }

/* ==========================================================================
   37 · Bilder im Inhalt
   Jedes <img> braucht Format webp, srcset ODER <picture>, und width+height als
   Attribute (sonst Layout-Shift). Die Hüllen hier liefern nur Rahmen und Bildschnitt.
   ========================================================================== */
.imgfig { margin: 0; border-radius: var(--radius-lg); overflow: hidden; background: var(--brand-tint); box-shadow: 0 22px 46px -22px rgba(13,91,112,.38); position: relative; }
.imgfig img { width: 100%; height: 100%; object-fit: cover; display: block; }
.imgfig--4x3 { aspect-ratio: 4 / 3; }
.imgfig--16x10 { aspect-ratio: 16 / 10; }
.imgfig--16x9 { aspect-ratio: 16 / 9; }
@media (max-width: 640px) { .imgfig--4x3 { aspect-ratio: 16 / 10; } }
.imgfig__cap { position: absolute; left: 0; right: 0; bottom: 0; margin: 0; padding: 26px 18px 12px; background: linear-gradient(to top, rgba(8,40,50,.82), rgba(8,40,50,0)); color: #fff; font-size: .82rem; font-weight: 600; line-height: 1.35; }
/* Freistehende Bildunterschrift unter dem Bild (kein Overlay) */
.figcap { margin: .7em 0 0; font-size: .84rem; color: var(--muted); line-height: 1.45; }

/* ==========================================================================
   38 · Restliche Responsive-Härtung
   ========================================================================== */
/* Eine `1fr`-Spur ist min-content-breit. Deutsche Komposita in Karten sprengen damit
   auf 320px das Raster. minmax(0,1fr) erlaubt der Spur zu schrumpfen. */
.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: 920px) { .grid--3, .grid--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 600px) { .grid--2, .grid--3, .grid--4 { grid-template-columns: minmax(0, 1fr); } }
.steps { grid-template-columns: repeat(4, minmax(0, 1fr)); }
@media (max-width: 920px) { .steps { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 600px) { .steps { grid-template-columns: minmax(0, 1fr); } }
.stats { grid-template-columns: repeat(4, minmax(0, 1fr)); }
@media (max-width: 760px) { .stats { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
.pests { grid-template-columns: repeat(4, minmax(0, 1fr)); }
@media (max-width: 920px) { .pests { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 600px) { .pests { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
.detail { grid-template-columns: minmax(0, 1fr) 340px; }
@media (max-width: 980px) { .detail { grid-template-columns: minmax(0, 1fr); } }
.mediasplit { grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); }
@media (max-width: 820px) { .mediasplit { grid-template-columns: minmax(0, 1fr); } }
.split { grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); }
@media (max-width: 880px) { .split { grid-template-columns: minmax(0, 1fr); } }
.routes, .cityhub { grid-template-columns: repeat(2, minmax(0, 1fr)); }
@media (max-width: 720px) { .routes { grid-template-columns: minmax(0, 1fr); } }
@media (max-width: 900px) { .cityhub { grid-template-columns: minmax(0, 1fr); } }
.identify { grid-template-columns: repeat(3, minmax(0, 1fr)); }
@media (max-width: 820px) { .identify { grid-template-columns: minmax(0, 1fr); } }
/* `.hero__text` ist im Split-Hero eine nackte Grid-Zelle ohne eigene Regel — ohne
   min-width:0 hält ein langes Wort darin die Bildspalte auseinander. */
.hero__text { min-width: 0; }
.section__inner, .hero__inner { min-width: 0; }
/* Lange Wörter dürfen nirgends aus ihrem Container laufen. */
.card__text, .step p, .highlights li > div, .aside-facts strong, .pest, .verzeichnis a,
.tags a, .badge, .trustband__item { overflow-wrap: break-word; }
/* Auf sehr schmalen Geräten darf das Trust-Band umbrechen statt zu überlaufen. */
@media (max-width: 400px) { .trustband__item { white-space: normal; } }

/* ==========================================================================
   39 · Sprungmarke
   Erstes fokussierbares Element der Seite, sichtbar sobald es Fokus bekommt.
   ========================================================================== */
.skip-link { position: absolute; left: 8px; top: -60px; z-index: 200; background: var(--cta); color: #fff; font-weight: 700; padding: 13px 20px; border-radius: 0 0 10px 10px; transition: top .18s ease; }
.skip-link:focus { top: 0; text-decoration: none; }

/* ==========================================================================
   40 · Untermenü-Schalter
   Der Elternpunkt eines Dropdowns ist ein <button>, kein Link ins Leere: er
   öffnet etwas, also ist er ein Schalter — bedienbar mit Maus, Tastatur und
   Screenreader, und er täuscht kein Ziel vor.
   ========================================================================== */
.nav__parent { display: block; width: 100%; text-align: left; font-family: var(--sans); font-weight: 600; font-size: .95rem; color: var(--ink); background: none; border: 0; cursor: pointer; padding: 12px 12px; border-radius: 8px; white-space: nowrap; }
.nav__parent::after { content: "▾"; font-size: .7em; margin-left: 5px; color: var(--muted); display: inline-block; transition: transform .2s; }
.nav__parent:hover { background: var(--brand-tint); color: var(--brand-deep); }
.menu-item-has-children > a::after { content: none; }

/* Bedienziele: jeder Navigationslink wird auf 390px vermessen und soll 44px hoch
   sein. Die Vorlage lag mit 9px Innenabstand bei ~39px. */
/* min-width hält auch kurze Beschriftungen („Start", „FAQ") über der 44px-Grenze. */
.nav__list > li > a, .nav__parent { padding: 12px 12px; min-width: 44px; }
.nav__list .sub-menu a { padding: 13px 11px; min-width: 44px; }
/* Die Brotkrumen stehen in einem <nav>, also werden auch ihre Links als
   Bedienflächen vermessen. „Start" ist nur 36 px breit — min-width hebt es über
   die 44-px-Grenze, ohne dass sich optisch etwas ändert. */
.breadcrumbs a, .breadcrumbs__current { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; min-width: 44px; }
.footer__legal a, .site-footer ul a { display: inline-flex; align-items: center; min-height: 44px; }
.site-footer ul { gap: 2px; }

/* Anruf-Aktion im mobilen Schubfach */
.nav__call { display: none; margin-top: 18px; }
.nav__call .btn { width: 100%; }
@media (max-width: 1279px) {
	.nav__call { display: block; }
	/* Im Schubfach ist das Untermenü ein echtes Akkordeon. */
	.nav__list .sub-menu { display: none; }
	.nav__list .sub-menu.is-open { display: block; }
	.nav__parent[aria-expanded="true"]::after { transform: rotate(180deg); }
	.nav__parent { font-size: 1.05rem; padding: 13px 14px; }
}
@media (min-width: 1280px) {
	/* Auf dem Desktop öffnet zusätzlich Hover/Fokus — der Schalter bleibt bedienbar. */
	.nav__list li:hover > .sub-menu, .nav__list li:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: translateY(0); }
	.nav__list .sub-menu.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
}

/* ==========================================================================
   41 · Fuß-Ergänzungen
   Die Spaltenüberschriften sind <h2>. Ein <h4> nach einem <h2> im Seitenkörper
   wäre eine übersprungene Ebene — die Gliederung wird über das ganze Dokument
   geprüft, Fuß eingeschlossen.
   ========================================================================== */
.footer__h { color: #fff; font-size: 1rem; margin: 0 0 .8em; }
.footer__brand .btn { margin-top: 4px; }
.prefooter { background: transparent; border-top: none; border-bottom: 1px solid rgba(255,255,255,.12); }
.prefooter__kicker { color: var(--cta-light); }
.prefooter__title { color: #fff; }
.prefooter__text { color: #adc6ce; }
.site-footer { padding-top: 0; }
.footer__grid { padding-top: 48px; }

/* ==========================================================================
   42 · Sektionskopf links (Standard) vs. zentriert
   ========================================================================== */
.section__head--left { text-align: left; max-width: 70ch; margin: 0 0 2em; }
.section__head--left .section__lead { margin-left: 0; margin-right: 0; }
.mediasplit__media { min-width: 0; }
.cta-banner__note { font-size: .88rem; color: #d6e9f0; margin: 1.1em 0 0; }
.cta-banner__actions { justify-content: center; }
.section--flush { padding-top: 34px; padding-bottom: 34px; }
.intro-rest { margin-top: 2em; max-width: 74ch; }

/* ==========================================================================
   43 · Hero-Varianten
   Vier Behandlungen, die über die Seiten rotieren — Bild rechts, Bild links,
   ruhig ohne Bild, dunkel. Geschwisterseiten bekommen dadurch nicht dieselbe
   Eröffnung, obwohl sie derselben Familie angehören.
   ========================================================================== */
.hero--media-rev .hero__inner { grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); }
.hero--plain .hero__title { max-width: 20ch; }
.hero--plain .hero__inner { max-width: min(var(--container), 100%); }
@media (max-width: 900px) {
	.hero--media .hero__inner, .hero--media-rev .hero__inner { grid-template-columns: minmax(0, 1fr); gap: 28px; }
	/* Auf dem Handy steht der Text zuerst — die Überschrift und der Anruf-Button
	   sollen über dem Falz liegen, nicht das Foto. */
	.hero--media-rev .hero__media { order: 2; }
	.hero { padding: 40px 0 44px; }
}
/* Variante 3: breites Bildband oben, Text darunter. Das Motiv ist damit auch hier
   das erste Bild im Dokument und wird zuerst geladen. */
.hero--banner { padding-top: 0; }
.hero__band { max-width: var(--container); margin: 0 auto 34px; padding: 0 24px; }
.hero__figure--wide { aspect-ratio: 21 / 9; border-radius: 0 0 var(--radius-lg) var(--radius-lg); }
@media (max-width: 900px) { .hero__figure--wide { aspect-ratio: 16 / 9; } }
@media (max-width: 560px) { .hero__band { padding: 0; margin-bottom: 26px; } .hero__figure--wide { aspect-ratio: 3 / 2; border-radius: 0; } }
.hero--banner .hero__title { max-width: 22ch; }

.hero--dark .hero__figure { box-shadow: 0 30px 60px -24px rgba(0,0,0,.6); }
.hero--dark .hero__cta-note { color: #b2ccd4; }
.hero--dark .hero__badges li { color: #d2e4ea; }

/* Icon-Chip in der Hero-Merkmalsliste.
   In der Vorlage bekam `.ico` selbst einen background — `.ico` malt das Piktogramm
   aber MIT background (currentColor + Maske), dadurch wurde das Zeichen blass statt
   ein Chip zu entstehen. Der Chip braucht ein eigenes Element. */
.hero__badges .ico { background: currentColor; width: 1.15em; height: 1.15em; padding: 0; border-radius: 0; }
.hero__badge-ico { display: inline-flex; align-items: center; justify-content: center; width: 1.9em; height: 1.9em; border-radius: 50%; background: var(--brand-tint); color: var(--brand); flex: none; }
.hero--dark .hero__badge-ico { background: rgba(255,255,255,.12); color: var(--cta-light); }

/* ==========================================================================
   44 · Preis-Auszeichnung
   Die eine Geldangabe der Website bekommt eine eigene, ruhige Stelle statt in
   einem Absatz unterzugehen.
   ========================================================================== */
.price-callout { margin-top: 2em; padding: 28px 30px; border-radius: var(--radius-lg); background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.16); }
.price-callout__line { font-family: var(--display); font-weight: 700; font-size: clamp(1.15rem, 2.4vw, 1.5rem); color: #fff; margin: 0 0 .5em; }
.price-callout__note { color: #b2ccd4; font-size: .95rem; margin: 0 0 1.3em; }
.section--dark .price-callout .btn--accent { color: #fff; }
