/*
Theme Name: Sanitär – Scandinavian Bath
Theme URI: http://localhost/sanitaer
Description: Wiederverwendbares Branchen-Boilerplate für Sanitär / Heizung / SHK. Helles, minimalistisches „Scandinavian Bath"-Design (Sand + gedämpftes Blau + Messing), self-hosted Fonts (Fraunces + Inter), dezente Micro-Animationen (Scroll-Reveal, weiche Hovers), JSON-LD (Plumber/Breadcrumb/FAQ), an-/abschaltbarer Ratgeber. Inhalte werden separat eingepflegt.
Author: Beratung & Service Thomas
Version: 1.0
Requires at least: 6.0
Tested up to: 7.0
Requires PHP: 7.4
Text Domain: sanitaer
*/

/* ==========================================================================
   0 · Fonts (self-hosted, DSGVO-konform)
   ========================================================================== */
@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: "Fraunces"; font-style: normal; font-weight: 400; font-display: swap; src: url("fonts/fraunces-400.woff2") format("woff2"); }
@font-face { font-family: "Fraunces"; font-style: normal; font-weight: 500; font-display: swap; src: url("fonts/fraunces-500.woff2") format("woff2"); }
@font-face { font-family: "Fraunces"; font-style: normal; font-weight: 600; font-display: swap; src: url("fonts/fraunces-600.woff2") format("woff2"); }
@font-face { font-family: "Fraunces"; font-style: normal; font-weight: 700; font-display: swap; src: url("fonts/fraunces-700.woff2") format("woff2"); }

/* ==========================================================================
   1 · Design-Tokens
   ========================================================================== */
:root {
	--blue:        #3f6f86;   /* gedämpftes Blau (Primär) */
	--blue-deep:   #335a6e;
	--blue-700:    #284a5b;
	--blue-tint:   #eef3f5;
	--sand:        #f4f2ee;   /* warmer Sand */
	--sand-2:      #ece7df;
	--ink:         #20303a;   /* warmes Dunkel (Text/Dunkelsektionen) */
	--ink-soft:    #41555f;
	--muted:       #6c7c83;
	--brass:       #b08d57;   /* Messing-Akzent */
	--brass-deep:  #98763f;
	--paper:       #ffffff;
	--line:        #e7e3db;
	--line-strong: #d6cfc2;

	--radius:      8px;
	--radius-sm:   5px;
	--radius-lg:   14px;
	--container:   1180px;
	--shadow:      0 1px 2px rgba(32,48,58,.03), 0 10px 30px rgba(32,48,58,.05);
	--shadow-lg:   0 22px 60px rgba(32,48,58,.10);

	--sans:  "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
	--serif: "Fraunces", Georgia, "Times New Roman", serif;

	--ease:  cubic-bezier(.2,.7,.2,1);
}

/* ==========================================================================
   2 · Reset / Base
   ========================================================================== */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
	margin: 0;
	font-family: var(--sans);
	font-size: 17px;
	line-height: 1.7;
	color: var(--ink);
	background: var(--paper);
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

h1, h2, h3, h4 { font-family: var(--serif); font-weight: 600; line-height: 1.18; color: var(--ink); margin: 0 0 .5em; letter-spacing: -.005em; }
p { margin: 0 0 1em; }
a { color: var(--blue-deep); text-decoration: none; transition: color .2s var(--ease); }
a:hover { text-decoration: underline; }
img { max-width: 100%; height: auto; }
ul { margin: 0 0 1em; padding-left: 1.2em; }
strong { font-weight: 700; }
:focus-visible { outline: 3px solid var(--brass); outline-offset: 2px; border-radius: 4px; }
::selection { background: var(--blue-tint); }

/* ==========================================================================
   3 · Micro-Animationen
   ========================================================================== */
/* Progressive Enhancement: Inhalte sind ohne JS/Animation sichtbar.
   Erst wenn das JS die Klasse `anim` an <html> setzt, wird ein-/ausgeblendet. */
.reveal { will-change: opacity, transform; }
html.anim .reveal { opacity: 0; transform: translateY(22px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
html.anim .reveal.is-in { opacity: 1; transform: none; }
html.anim .hero-in { opacity: 0; transform: translateY(16px); }
html.anim .hero-in.hero-in--show { opacity: 1; transform: none; transition: opacity 1s ease, transform 1s var(--ease); }
@media (prefers-reduced-motion: reduce) {
	html.anim .reveal, html.anim .hero-in { opacity: 1 !important; transform: none !important; transition: none !important; }
}

/* ==========================================================================
   4 · Icons (CSS-Masken)
   ========================================================================== */
.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--award   { -webkit-mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><circle cx='12' cy='8' r='5'/><path d='M9 12.5 7 21l5-3 5 3-2-8.5'/></svg>"); mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><circle cx='12' cy='8' r='5'/><path d='M9 12.5 7 21l5-3 5 3-2-8.5'/></svg>"); }
.ico--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--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>"); }
/* --- Sanitär-spezifische Icons --- */
.ico--droplet { -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='M12 3s7 7.5 7 12a7 7 0 0 1-14 0c0-4.5 7-12 7-12z'/></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='M12 3s7 7.5 7 12a7 7 0 0 1-14 0c0-4.5 7-12 7-12z'/></svg>"); }
.ico--leak    { -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='M12 3s7 7.5 7 12a7 7 0 0 1-14 0c0-4.5 7-12 7-12z'/><path d='M12 10v3.5M12 16.5h.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='1.8' stroke-linecap='round' stroke-linejoin='round'><path d='M12 3s7 7.5 7 12a7 7 0 0 1-14 0c0-4.5 7-12 7-12z'/><path d='M12 10v3.5M12 16.5h.01'/></svg>"); }
.ico--pipe    { -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='M6 21v-7a8 8 0 0 1 8-8h4'/><rect x='3' y='18' width='6' height='4' rx='1'/><rect x='17' y='3' width='4' height='6' rx='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'><path d='M6 21v-7a8 8 0 0 1 8-8h4'/><rect x='3' y='18' width='6' height='4' rx='1'/><rect x='17' y='3' width='4' height='6' rx='1'/></svg>"); }
.ico--plunger { -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='M8 3h8l-1.4 7H9.4z'/><path d='M12 10v9'/><path d='M9 19h6'/></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='M8 3h8l-1.4 7H9.4z'/><path d='M12 10v9'/><path d='M9 19h6'/></svg>"); }
.ico--bath    { -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 13h18v3a4 4 0 0 1-4 4H7a4 4 0 0 1-4-4z'/><path d='M6 13V6a2 2 0 0 1 2-2 2 2 0 0 1 2 2'/><path d='M7 20l-1 2M18 20l1 2'/></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 13h18v3a4 4 0 0 1-4 4H7a4 4 0 0 1-4-4z'/><path d='M6 13V6a2 2 0 0 1 2-2 2 2 0 0 1 2 2'/><path d='M7 20l-1 2M18 20l1 2'/></svg>"); }
.ico--shower  { -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='M4 21v-9a6 6 0 0 1 12 0'/><path d='M16 7V4a2 2 0 0 1 2-2h2'/><circle cx='16' cy='9' r='2'/><path d='M8 16v.5M11 18v.5M8 19v.5M12 21v.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.8' stroke-linecap='round' stroke-linejoin='round'><path d='M4 21v-9a6 6 0 0 1 12 0'/><path d='M16 7V4a2 2 0 0 1 2-2h2'/><circle cx='16' cy='9' r='2'/><path d='M8 16v.5M11 18v.5M8 19v.5M12 21v.5'/></svg>"); }
.ico--toilet  { -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='M6 3v6'/><path d='M5 9h11a1 1 0 0 1 1 1 6 6 0 0 1-5 5.9V21H9v-5.1A6 6 0 0 1 4 10a1 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='1.8' stroke-linecap='round' stroke-linejoin='round'><path d='M6 3v6'/><path d='M5 9h11a1 1 0 0 1 1 1 6 6 0 0 1-5 5.9V21H9v-5.1A6 6 0 0 1 4 10a1 1 0 0 1 1-1z'/></svg>"); }
.ico--radiator{ -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='4' y='5' width='16' height='12' rx='1'/><path d='M8 5v12M12 5v12M16 5v12M6 17v2.5M18 17v2.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.8' stroke-linecap='round' stroke-linejoin='round'><rect x='4' y='5' width='16' height='12' rx='1'/><path d='M8 5v12M12 5v12M16 5v12M6 17v2.5M18 17v2.5'/></svg>"); }
.ico--gauge   { -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.5 16a9 9 0 1 1 17 0'/><path d='M12 13l4-3'/><circle cx='12' cy='13' r='1.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.8' stroke-linecap='round' stroke-linejoin='round'><path d='M3.5 16a9 9 0 1 1 17 0'/><path d='M12 13l4-3'/><circle cx='12' cy='13' r='1.3'/></svg>"); }
.ico--boiler  { -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='6' y='3' width='12' height='18' rx='3'/><path d='M9 7h6M9 10.5h6'/><circle cx='12' cy='16' r='2'/></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='6' y='3' width='12' height='18' rx='3'/><path d='M9 7h6M9 10.5h6'/><circle cx='12' cy='16' r='2'/></svg>"); }
.ico--faucet  { -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 12h6'/><path d='M9 12V9a3 3 0 0 1 3-3h3'/><path d='M15 6h5'/><path d='M17.5 6v3a4 4 0 0 1-4 4h-1.5v3'/><rect x='10' y='18' width='4' height='3' rx='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'><path d='M3 12h6'/><path d='M9 12V9a3 3 0 0 1 3-3h3'/><path d='M15 6h5'/><path d='M17.5 6v3a4 4 0 0 1-4 4h-1.5v3'/><rect x='10' y='18' width='4' height='3' rx='1'/></svg>"); }
.ico--wrench  { -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='M14.7 6.3a4 4 0 0 0 5.3 5.3l-9.1 9.1a2.1 2.1 0 0 1-3-3l9.1-9.1a4 4 0 0 1 5.3-5.3l-3.2 3.2 1.7 1.7 3.2-3.2'/></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='M14.7 6.3a4 4 0 0 0 5.3 5.3l-9.1 9.1a2.1 2.1 0 0 1-3-3l9.1-9.1a4 4 0 0 1 5.3-5.3l-3.2 3.2 1.7 1.7 3.2-3.2'/></svg>"); }
.ico--gear    { -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'><circle cx='12' cy='12' r='3'/><path d='M12 2v3M12 19v3M22 12h-3M5 12H2M18.4 5.6l-2.1 2.1M7.7 16.3l-2.1 2.1M18.4 18.4l-2.1-2.1M7.7 7.7 5.6 5.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='1.8' stroke-linecap='round' stroke-linejoin='round'><circle cx='12' cy='12' r='3'/><path d='M12 2v3M12 19v3M22 12h-3M5 12H2M18.4 5.6l-2.1 2.1M7.7 16.3l-2.1 2.1M18.4 18.4l-2.1-2.1M7.7 7.7 5.6 5.6'/></svg>"); }
.ico--flame   { -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='M12 3c1.2 3 4.5 4.2 4.5 8.2a4.5 4.5 0 0 1-9 0c0-1.2.5-2.2 1.2-3C8.8 11.5 12 9.5 12 3z'/></svg>"); mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'><path d='M12 3c1.2 3 4.5 4.2 4.5 8.2a4.5 4.5 0 0 1-9 0c0-1.2.5-2.2 1.2-3C8.8 11.5 12 9.5 12 3z'/></svg>"); }

/* ==========================================================================
   5 · Topbar
   ========================================================================== */
.topbar { background: var(--ink); color: #c4d2d8; font-size: .82rem; }
.topbar__inner { max-width: var(--container); margin: 0 auto; padding: 9px 24px; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.topbar a { color: #fff; }
.topbar .ico { color: var(--brass); margin-right: 5px; }
.topbar__right { display: flex; gap: 22px; align-items: center; }
@media (max-width: 820px) { .topbar__more, .topbar__right span:first-child { display: none; } }

/* ==========================================================================
   6 · Header / Navigation
   ========================================================================== */
.site-header { position: sticky; top: 0; z-index: 60; background: rgba(255,255,255,.9); backdrop-filter: saturate(150%) blur(9px); border-bottom: 1px solid var(--line); transition: box-shadow .3s var(--ease); }
.site-header.is-scrolled { box-shadow: 0 8px 28px rgba(32,48,58,.08); }
.header__inner { max-width: var(--container); margin: 0 auto; padding: 14px 24px; display: flex; align-items: center; gap: 22px; }

.brand { display: flex; align-items: center; gap: 12px; flex: none; }
.brand:hover { text-decoration: none; }
.brand__logo { display: block; flex: none; transition: transform .4s var(--ease); }
.brand:hover .brand__logo { transform: translateY(-1px) rotate(-3deg); }
.brand__text { display: flex; flex-direction: column; line-height: 1.12; }
.brand__name { font-family: var(--serif); font-weight: 600; font-size: 1.16rem; color: var(--ink); letter-spacing: -.01em; }
.brand__claim { font-size: .72rem; color: var(--muted); font-weight: 600; letter-spacing: .02em; text-transform: uppercase; }

.nav { margin-left: auto; }
.nav__list { list-style: none; display: flex; gap: 2px; margin: 0; padding: 0; align-items: center; }
.nav__list > li { flex: none; }
.nav__list a { display: block; padding: 9px 12px; border-radius: 7px; color: var(--ink); font-weight: 600; font-size: .94rem; white-space: nowrap; transition: background .2s var(--ease), color .2s var(--ease); }
.nav__list a:hover { background: var(--blue-tint); color: var(--blue-deep); text-decoration: none; }
.nav__list .current-menu-item > a, .nav__list .current-page-ancestor > a { color: var(--blue-deep); }
.nav__list li { position: relative; }

.nav__list .sub-menu { list-style: none; position: absolute; top: calc(100% + 8px); left: 0; min-width: 250px; max-height: 76vh; overflow-y: auto; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-lg); padding: 8px; margin: 0; opacity: 0; visibility: hidden; transform: translateY(8px); transition: .22s var(--ease); }
.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: 9px 11px; font-size: .9rem; font-weight: 600; border-radius: 6px; }
.menu-item-has-children > a::after { content: "▾"; font-size: .7em; margin-left: 5px; color: var(--muted); }

.header__cta { flex: none; }
@media (max-width: 1080px) { .header__cta { display: none; } }

.nav-toggle { display: none; margin-left: auto; width: 46px; height: 42px; border: 1px solid var(--line); border-radius: 9px; 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 var(--ease); }
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); }

@media (max-width: 1080px) {
	.nav-toggle { display: flex; }
	.nav { position: fixed; inset: 0 0 0 auto; width: min(86vw, 360px); margin: 0; background: #fff; transform: translateX(100%); transition: transform .32s var(--ease); z-index: 70; box-shadow: var(--shadow-lg); overflow-y: auto; padding: 86px 18px 24px; }
	body.nav-open .nav { transform: translateX(0); }
	.nav__list { flex-direction: column; align-items: stretch; gap: 2px; }
	.nav__list a { padding: 12px 14px; font-size: 1.02rem; }
	.nav__list .sub-menu { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; border: none; border-left: 2px solid var(--line); border-radius: 0; margin: 2px 0 6px 12px; max-height: none; padding: 0 0 0 6px; }
}

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

/* ==========================================================================
   8 · Buttons
   ========================================================================== */
.btn { display: inline-flex; align-items: center; gap: 9px; padding: 12px 22px; border-radius: 9px; font-family: var(--sans); font-weight: 700; font-size: .98rem; line-height: 1; border: 1.5px solid transparent; cursor: pointer; transition: transform .18s var(--ease), box-shadow .25s var(--ease), background .2s var(--ease), border-color .2s var(--ease); text-decoration: none; white-space: nowrap; }
.btn:hover { text-decoration: none; transform: translateY(-2px); }
.btn .ico { width: 1.05em; height: 1.05em; }
.btn--accent { background: var(--blue-deep); color: #fff; box-shadow: 0 8px 20px rgba(51,90,110,.24); }
.btn--accent:hover { background: var(--blue-700); color: #fff; box-shadow: 0 12px 26px rgba(51,90,110,.3); }
.btn--brass { background: var(--brass); color: #fff; box-shadow: 0 8px 20px rgba(176,141,87,.26); }
.btn--brass:hover { background: var(--brass-deep); color: #fff; }
.btn--ghost { background: transparent; color: var(--ink); border-color: var(--line-strong); }
.btn--ghost:hover { border-color: var(--blue); color: var(--blue-deep); background: var(--blue-tint); }
.btn--lg { padding: 15px 28px; font-size: 1.05rem; border-radius: 11px; }
.section--dark .btn--ghost, .hero--dark .btn--ghost, .aside-card--accent .btn--ghost { color: #fff; border-color: rgba(255,255,255,.32); }
.section--dark .btn--ghost:hover, .hero--dark .btn--ghost:hover, .aside-card--accent .btn--ghost:hover { background: rgba(255,255,255,.1); border-color: #fff; color: #fff; }

/* ==========================================================================
   9 · Sektionen
   ========================================================================== */
.section { padding: 84px 0; }
.section--alt { background: var(--sand); }
.section--tint { background: var(--blue-tint); }
.section--dark { background: var(--ink); color: #c8d6dc; 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: -50px; bottom: -70px; width: 320px; height: 320px; background: currentColor; opacity: .05; -webkit-mask: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M12 3s7 7.5 7 12a7 7 0 0 1-14 0c0-4.5 7-12 7-12z' fill='black'/></svg>") center/contain no-repeat; mask: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M12 3s7 7.5 7 12a7 7 0 0 1-14 0c0-4.5 7-12 7-12z' 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: 1040px; margin-left: auto; margin-right: auto; padding-left: 24px; padding-right: 24px; }
.section__kicker { font-family: var(--sans); font-weight: 700; font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; color: var(--brass-deep); margin: 0 0 .7em; display: inline-flex; align-items: center; gap: 9px; }
.section__kicker::before { content: ""; width: 22px; height: 1.5px; background: var(--brass); display: inline-block; }
.section--dark .section__kicker { color: var(--brass); }
.section__title { font-size: clamp(1.8rem, 3.6vw, 2.6rem); font-weight: 600; margin: 0 0 .45em; }
.section__lead { font-size: 1.13rem; color: var(--muted); max-width: 62ch; margin: 0 0 1.7em; }
.section--dark .section__lead { color: #aec3cb; }
.section__head { text-align: center; max-width: 680px; margin: 0 auto 2.6em; }
.section__head .section__kicker { display: inline-flex; }
.section__head .section__lead { margin-left: auto; margin-right: auto; }

/* ==========================================================================
   10 · Hero
   ========================================================================== */
.hero { position: relative; background: var(--paper); padding: 86px 0 76px; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; background:
	radial-gradient(760px 460px at 92% -10%, var(--sand), transparent 60%),
	radial-gradient(620px 420px at 0% 110%, var(--blue-tint), transparent 58%); pointer-events: none; }
.hero__inner { position: relative; max-width: var(--container); margin: 0 auto; padding: 0 24px; }
.hero__kicker { display: inline-flex; align-items: center; gap: 8px; background: #fff; border: 1px solid var(--line); color: var(--brass-deep); font-weight: 700; font-size: .8rem; letter-spacing: .04em; text-transform: uppercase; padding: 8px 15px; border-radius: 999px; margin: 0 0 22px; box-shadow: var(--shadow); }
.hero__kicker .ico { color: var(--brass); }
.hero__title { font-family: var(--serif); font-size: clamp(2.3rem, 5.2vw, 3.7rem); font-weight: 600; max-width: 18ch; margin: 0 0 .4em; line-height: 1.08; }
.hero__lead { font-size: clamp(1.1rem, 1.7vw, 1.3rem); color: var(--ink-soft); max-width: 56ch; margin: 0 0 1.9em; }
.hero__ctas { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.hero__badges { display: flex; flex-wrap: wrap; gap: 12px 26px; margin: 30px 0 0; padding: 0; list-style: none; }
.hero__badges li { display: inline-flex; align-items: center; gap: 10px; font-weight: 600; font-size: .95rem; color: var(--ink-soft); }
.hero__badges .ico { color: var(--blue); background: var(--blue-tint); width: 1.8em; height: 1.8em; padding: .36em; border-radius: 50%; }
.hero--dark { background: var(--ink); color: #c8d6dc; }
.hero--dark .hero__title { color: #fff; }
.hero--dark .hero__lead { color: #aec3cb; }

/* ==========================================================================
   11 · Grid + Cards
   ========================================================================== */
.grid { display: grid; gap: 24px; }
.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: 28px; box-shadow: var(--shadow); transition: transform .25s var(--ease), box-shadow .25s var(--ease), border-color .25s var(--ease); }
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: var(--line-strong); }
.card__icon { display: inline-flex; align-items: center; justify-content: center; width: 54px; height: 54px; border-radius: 12px; background: var(--blue-tint); color: var(--blue); margin-bottom: 18px; transition: background .25s var(--ease), color .25s var(--ease); }
.card:hover .card__icon { background: var(--blue); color: #fff; }
.card__icon .ico { width: 1.55em; height: 1.55em; }
.card__title { font-size: 1.22rem; margin: 0 0 .4em; }
.card__text { color: var(--muted); margin: 0 0 1em; font-size: .98rem; }
.card__link { font-weight: 700; color: var(--blue-deep); display: inline-flex; align-items: center; gap: 6px; }
.card__link:hover { text-decoration: none; gap: 10px; color: var(--brass-deep); }
.card--link { display: block; color: inherit; }
.card--link:hover { text-decoration: none; }

/* Leistungs-Kachelwahl */
.pests { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
@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: 12px; padding: 26px 14px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); color: var(--ink); font-weight: 600; box-shadow: var(--shadow); transition: transform .25s var(--ease), box-shadow .25s var(--ease), border-color .25s var(--ease); }
.pest:hover { transform: translateY(-4px); border-color: var(--blue); box-shadow: var(--shadow-lg); text-decoration: none; }
.pest .ico { width: 30px; height: 30px; color: var(--blue); transition: transform .3s var(--ease); }
.pest:hover .ico { transform: scale(1.12); color: var(--brass); }

/* ==========================================================================
   12 · Steps
   ========================================================================== */
.steps { list-style: none; counter-reset: step; padding: 0; margin: 0; display: grid; gap: 24px; 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: 28px 24px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.step__num { counter-increment: step; display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 50%; background: var(--blue-tint); color: var(--blue-deep); font-family: var(--serif); font-weight: 600; font-size: 1.15rem; margin-bottom: 16px; }
.step__num::before { content: counter(step); }
.step__title { font-size: 1.12rem; margin: 0 0 .35em; }
.step p { color: var(--muted); font-size: .96rem; margin: 0; }

/* ==========================================================================
   13 · Checklist / Signs
   ========================================================================== */
.checklist { list-style: none; padding: 0; margin: 0 0 1em; display: grid; gap: 13px; }
.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(--blue-tint); }
.checklist li::after { content: ""; position: absolute; left: 4px; top: 5px; width: 14px; height: 14px; background: var(--blue); -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: #c0d3da; }
.section--dark .checklist li::before { background: rgba(255,255,255,.12); }
.section--dark .checklist li::after { background: var(--brass); }
.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: 8px; width: 11px; height: 11px; border-radius: 50%; background: var(--brass); box-shadow: 0 0 0 4px rgba(176,141,87,.16); }

/* ==========================================================================
   14 · Badges / Stats
   ========================================================================== */
.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: 600; font-size: .9rem; color: var(--ink); box-shadow: var(--shadow); }
.badge .ico { color: var(--blue); }
.badge--brass .ico { color: var(--brass); }

.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; text-align: center; }
@media (max-width: 760px) { .stats { grid-template-columns: repeat(2, 1fr); } }
.stat__num { font-family: var(--serif); font-weight: 600; font-size: clamp(2.1rem, 4vw, 3rem); color: #fff; line-height: 1; }
.section:not(.section--dark) .stat__num { color: var(--blue-deep); }
.stat__label { color: #aec3cb; font-size: .95rem; font-weight: 600; margin-top: .5em; }
.section:not(.section--dark) .stat__label { color: var(--muted); }

/* ==========================================================================
   15 · Split / Quote / Notice
   ========================================================================== */
.split { display: grid; grid-template-columns: 1.05fr .95fr; gap: 52px; align-items: center; }
@media (max-width: 880px) { .split { grid-template-columns: 1fr; gap: 32px; } }
.split__media { background: var(--sand); border: 1px solid var(--line); border-radius: var(--radius-lg); min-height: 300px; padding: 34px; display: flex; flex-direction: column; justify-content: center; }

.quote { background: #fff; border: 1px solid var(--line); border-left: 3px solid var(--brass); border-radius: var(--radius); padding: 30px 32px; box-shadow: var(--shadow); }
.quote__text { font-size: 1.2rem; font-family: var(--serif); font-weight: 500; color: var(--ink); margin: 0 0 .7em; line-height: 1.5; }
.quote__cite { color: var(--muted); font-weight: 600; font-style: normal; font-size: .92rem; }
.quote__stars { color: var(--brass); display: inline-flex; gap: 3px; margin-bottom: .6em; }

.notice { border-radius: var(--radius); padding: 24px 28px; margin: 1.6em 0; border: 1px solid var(--line); background: #fff; box-shadow: var(--shadow); }
.notice h3 { margin: 0 0 .35em; display: flex; align-items: center; gap: 9px; }
.notice p:last-child { margin-bottom: 0; }
.notice--info { background: var(--blue-tint); border-color: #cfe0e6; }
.notice--warn { background: #faf4ea; border-color: #ecd9bb; }
.notice--warn h3 { color: var(--brass-deep); }

/* ==========================================================================
   16 · FAQ
   ========================================================================== */
.faq { display: grid; gap: 12px; }
.faq__item { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); transition: border-color .2s var(--ease); }
.faq__item[open] { border-color: var(--line-strong); }
.faq__item summary { list-style: none; cursor: pointer; padding: 19px 54px 19px 24px; font-family: var(--serif); font-weight: 600; font-size: 1.08rem; color: var(--ink); position: relative; }
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary::after { content: ""; position: absolute; right: 22px; top: 50%; width: 14px; height: 14px; transform: translateY(-50%); background: var(--blue); -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 .3s var(--ease); }
.faq__item[open] summary::after { transform: translateY(-50%) rotate(180deg); }
.faq__body { overflow: hidden; transition: height .3s var(--ease); }
.faq__body p { padding: 0; margin: 0 0 1em; color: var(--ink-soft); }
.faq__body { padding: 0 24px 4px; }
.faq__body :first-child { margin-top: 0; }
.faq__item[open] .faq__body { padding-bottom: 8px; }

/* ==========================================================================
   17 · CTA-Banner
   ========================================================================== */
.cta-banner { background: var(--ink); color: #fff; border-radius: var(--radius-lg); padding: 50px 44px; text-align: center; position: relative; overflow: hidden; }
.cta-banner::before { content: ""; position: absolute; inset: 0; background: radial-gradient(540px 280px at 50% -30%, rgba(63,111,134,.5), transparent 65%); pointer-events: none; }
.cta-banner > * { position: relative; }
.cta-banner h2 { color: #fff; font-size: clamp(1.7rem, 3vw, 2.3rem); margin: 0 0 .4em; }
.cta-banner p { color: #c0d3da; max-width: 56ch; margin: 0 auto 1.5em; }
.cta-banner__actions, .cta-banner .hero__ctas { justify-content: center; display: flex; flex-wrap: wrap; gap: 14px; }

/* ==========================================================================
   18 · Formular
   ========================================================================== */
.form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 32px; box-shadow: var(--shadow); }
@media (max-width: 640px) { .form { grid-template-columns: 1fr; padding: 24px; } }
.form__field { display: flex; flex-direction: column; gap: 6px; }
.form__field--full { grid-column: 1 / -1; }
.form label { font-weight: 600; font-size: .92rem; color: var(--ink); }
.form input, .form select, .form textarea { font-family: var(--sans); font-size: 1rem; padding: 13px 15px; border: 1px solid var(--line-strong); border-radius: 8px; background: #fdfdfc; color: var(--ink); transition: border-color .18s var(--ease), box-shadow .18s var(--ease); }
.form input:focus, .form select:focus, .form textarea:focus { outline: none; border-color: var(--blue); box-shadow: 0 0 0 3px rgba(63,111,134,.16); }
.form textarea { min-height: 140px; resize: vertical; }
.form__consent { grid-column: 1 / -1; display: flex; gap: 10px; align-items: flex-start; font-weight: 500; font-size: .9rem; color: var(--muted); }
.form__consent input { margin-top: 3px; }
.form__submit { grid-column: 1 / -1; }
.form__hp { position: absolute; left: -9999px; }
.req { color: var(--brass-deep); }
.form-result { grid-column: 1 / -1; padding: 14px 18px; border-radius: 8px; font-weight: 600; margin-bottom: 4px; }
.form-result--ok { background: #e9f3ee; color: #1d6042; border: 1px solid #bce0cd; }
.form-result--error { background: #fbeceb; color: #98342c; border: 1px solid #f1c6c1; }

/* ==========================================================================
   19 · Verzeichnis + Live-Suche
   ========================================================================== */
.areasearch__field { position: relative; max-width: 460px; margin: 0 0 26px; }
.areasearch__field input { width: 100%; font-size: 1.02rem; padding: 14px 16px 14px 44px; border: 1px solid var(--line-strong); border-radius: 10px; background: #fff; }
.areasearch__field input:focus { outline: none; border-color: var(--blue); box-shadow: 0 0 0 3px rgba(63,111,134,.16); }
.areasearch__field .ico { position: absolute; left: 15px; top: 50%; transform: translateY(-50%); color: var(--muted); }
.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: 9px; padding: 13px 16px; background: #fff; border: 1px solid var(--line); border-radius: 8px; font-weight: 600; color: var(--ink); box-shadow: var(--shadow); transition: border-color .2s var(--ease), color .2s var(--ease), transform .2s var(--ease); }
.verzeichnis a:hover { border-color: var(--blue); color: var(--blue-deep); text-decoration: none; transform: translateX(3px); }
.verzeichnis a::before { content: ""; width: 16px; height: 16px; flex: none; background: var(--blue); -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); }

/* ==========================================================================
   20 · Detailseiten-Bausteine
   ========================================================================== */
.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(--blue); 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); }
.ph-box { background: var(--sand); 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 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
@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(--blue-tint); border: 1px solid var(--line); margin: 0 auto 14px; display: flex; align-items: center; justify-content: center; color: var(--blue); }
.avatar .ico { width: 2.1em; height: 2.1em; }
.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: 9px 15px; border: 1px solid var(--line); border-radius: 999px; background: #fff; font-weight: 600; font-size: .9rem; color: var(--ink); box-shadow: var(--shadow); transition: border-color .2s var(--ease), color .2s var(--ease), transform .2s var(--ease); }
.tags a:hover { border-color: var(--blue); color: var(--blue-deep); text-decoration: none; transform: translateY(-2px); }
.tags .ico { color: var(--blue); }
.legal h2 { font-size: 1.3rem; margin: 1.6em 0 .4em; }
.legal h2:first-child { margin-top: 0; }
.legal p { color: var(--ink-soft); }

/* ==========================================================================
   21 · 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(32,48,58,.97); backdrop-filter: blur(6px); color: #fff; box-shadow: 0 -6px 20px rgba(0,0,0,.16); }
.actionbar__txt { font-weight: 700; font-size: .9rem; display: flex; align-items: center; gap: 7px; flex: 1; }
.actionbar__txt .ico { color: var(--brass); }
.actionbar__call { background: var(--brass); color: #fff; padding: 10px 16px; }
.actionbar__ghost { border: 1px solid rgba(255,255,255,.4); color: #fff; padding: 10px 14px; }
@media (max-width: 860px) { .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(--blue-deep); color: #fff; cursor: pointer; opacity: 0; visibility: hidden; transform: translateY(10px); transition: .25s var(--ease); box-shadow: var(--shadow-lg); display: inline-flex; align-items: center; justify-content: center; }
.to-top.is-visible { opacity: 1; visibility: visible; transform: translateY(0); }
.to-top:hover { background: var(--brass); }
@media (max-width: 860px) { .to-top { bottom: 74px; } }

/* ==========================================================================
   22 · Footer
   ========================================================================== */
.site-footer { background: var(--ink); color: #9fb4bc; padding: 64px 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: 42px; }
@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: 1.05rem; margin: 0 0 1em; }
.site-footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 9px; }
.site-footer a { color: #9fb4bc; font-weight: 500; }
.site-footer a:hover { color: #fff; }
.footer__name { font-family: var(--serif); font-weight: 600; color: #fff; font-size: 1.2rem; display: block; margin-bottom: .6em; }
.footer__pitch { font-size: .94rem; color: #8ba3ac; 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(--brass); }
.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: #7e98a1; }
.footer__legal { display: flex; gap: 18px; list-style: none; padding: 0; margin: 0; }

/* ==========================================================================
   24 · UX-Ausbau: Split-Hero, Quick-Help, Routen, Feature, Mega-Menü,
        Trust-Band, Detail-Layout (Sticky-Aside + In-Page-Nav), Pre-Footer
   ========================================================================== */

/* --- 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(--serif); font-weight: 600; 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(--blue-deep); color: #fff; font-weight: 700; font-size: 1.18rem; padding: 14px; border-radius: 10px; margin: 16px 0; transition: background .2s var(--ease); }
.quickhelp__call:hover { background: var(--blue-700); 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(--blue); 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: 9px; font-size: .82rem; font-weight: 600; color: var(--ink); text-align: center; transition: border-color .2s var(--ease), background .2s var(--ease), color .2s var(--ease); }
.quickhelp__router a:hover { border-color: var(--blue); color: var(--blue-deep); background: var(--blue-tint); text-decoration: none; }
.quickhelp__router .ico { width: 1.55em; height: 1.55em; color: var(--blue); }

/* --- Service-Hero-Figur (große Leistungs-Ikone) --- */
.hero__figure { background: linear-gradient(165deg, var(--blue-tint), #fff 72%); border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); padding: 40px 34px; text-align: center; }
.hero__figure--brass { background: linear-gradient(165deg, #faf4ea, #fff 72%); }
.hero__figure-icon { display: inline-flex; align-items: center; justify-content: center; width: 96px; height: 96px; border-radius: 26px; background: #fff; color: var(--blue); box-shadow: var(--shadow); margin-bottom: 20px; }
.hero__figure--brass .hero__figure-icon { color: var(--brass-deep); }
.hero__figure-icon .ico { width: 46px; height: 46px; }
.hero__figure-label { font-family: var(--serif); font-weight: 600; font-size: 1.32rem; margin: 0 0 20px; }
.hero__figure-facts { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; text-align: left; }
.hero__figure-facts li { display: flex; align-items: center; gap: 11px; font-weight: 600; font-size: .93rem; color: var(--ink-soft); }
.hero__figure-facts .ico { color: var(--blue); flex: none; width: 1.25em; height: 1.25em; }
.hero__figure--brass .hero__figure-facts .ico { color: var(--brass-deep); }

/* --- City-Hero-Einsatzgebiet (Stadtteil-Chips) --- */
.hero__area { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); padding: 28px; }
.hero__area-title { font-size: .74rem; text-transform: uppercase; letter-spacing: .1em; color: var(--muted); font-weight: 700; margin: 0 0 16px; display: flex; align-items: center; gap: 8px; }
.hero__area-title .ico { color: var(--brass); }
.hero__chips { display: flex; flex-wrap: wrap; gap: 9px; margin: 0 0 16px; }
.hero__chips a { display: inline-flex; align-items: center; background: var(--sand); border: 1px solid var(--line); border-radius: 999px; padding: 8px 14px; font-weight: 600; font-size: .86rem; color: var(--ink); transition: border-color .2s var(--ease), background .2s var(--ease), color .2s var(--ease); }
.hero__chips a:hover { border-color: var(--blue); color: var(--blue-deep); background: var(--blue-tint); text-decoration: none; }
.hero__area-note { font-size: .88rem; color: var(--muted); margin: 0; }

/* --- Routen „nach Bedarf" --- */
.routes { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
@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 var(--ease), box-shadow .25s var(--ease), border-color .25s var(--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: 14px; background: var(--blue-tint); color: var(--blue); margin-bottom: 18px; transition: transform .3s var(--ease); }
.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(--blue-deep); display: inline-flex; align-items: center; gap: 7px; transition: gap .2s var(--ease); }
.route:hover .route__cta { gap: 12px; }
.route--urgent { background: linear-gradient(to bottom right, #faf4ea, #fff 70%); border-color: #ecd9bb; }
.route--urgent .route__icon { background: rgba(176,141,87,.16); color: var(--brass-deep); }
.route--urgent .route__cta { color: var(--brass-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='M12 3s7 7.5 7 12a7 7 0 0 1-14 0c0-4.5 7-12 7-12z' fill='black'/></svg>") center/contain no-repeat; mask: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M12 3s7 7.5 7 12a7 7 0 0 1-14 0c0-4.5 7-12 7-12z' 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(176,141,87,.2); color: #e7cfa3; 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(--brass); margin-bottom: 14px; }
.feature__hero h3 { color: #fff; font-size: 1.75rem; margin: 0 0 .3em; }
.feature__hero p { color: #c0d3da; 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: 1081px) {
	.nav__list .menu-item.mega { position: relative; }
	.nav__list .menu-item.mega > .sub-menu { width: 600px; max-height: none; display: grid; grid-template-columns: 1fr 1fr; gap: 2px 8px; padding: 14px; }
	.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(--blue); flex: none; }
}
.nav__list .sub-menu .ico { color: var(--blue); }

/* --- Trust-Band --- */
.trustband { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 16px 36px; padding: 28px 30px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.trustband__item { display: flex; align-items: center; gap: 10px; font-weight: 700; color: var(--ink-soft); font-size: .96rem; }
.trustband__item .ico { color: var(--brass); 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; -ms-overflow-style: none; 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 var(--ease), border-color .2s var(--ease); }
.inpage-nav a:hover { color: var(--ink); text-decoration: none; }
.inpage-nav a.is-active { color: var(--blue-deep); border-bottom-color: var(--blue); }
@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__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(--blue); 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; }
.aside-card--accent + .aside-card .aside-facts strong { color: var(--ink); }
/* Inhalte in der schmaleren Detail-Spalte */
.detail .steps { grid-template-columns: repeat(2, 1fr); }
@media (max-width: 560px) { .detail .steps { grid-template-columns: 1fr; } }
.detail .detail-sec > .section__kicker { margin-top: 0; }

/* --- Pre-Footer-CTA-Band --- */
.prefooter { background: var(--sand); 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(--brass-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(--brass); outline-offset: 3px; }

/* ==========================================================================
   23 · 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); }
