/*
Theme Name: ComniWatch
Theme URI: https://comniwatch.de
Description: Child-Theme der Produktseite comniwatch.de. Basiert auf GeneratePress.
Author: SW-Comnizept GmbH & Co. KG
Template: generatepress
Version: 1.0.0
Text Domain: comniwatch
*/

/* =========================================================
   1. Schrift (selbst gehostet – kein Aufruf bei Google)
   ========================================================= */
@font-face { font-family: "Montserrat"; font-style: normal; font-weight: 400; font-display: swap; src: url("fonts/montserrat-400.woff2") format("woff2"); }
@font-face { font-family: "Montserrat"; font-style: normal; font-weight: 500; font-display: swap; src: url("fonts/montserrat-500.woff2") format("woff2"); }
@font-face { font-family: "Montserrat"; font-style: normal; font-weight: 600; font-display: swap; src: url("fonts/montserrat-600.woff2") format("woff2"); }
@font-face { font-family: "Montserrat"; font-style: normal; font-weight: 700; font-display: swap; src: url("fonts/montserrat-700.woff2") format("woff2"); }
@font-face { font-family: "Montserrat"; font-style: normal; font-weight: 800; font-display: swap; src: url("fonts/montserrat-800.woff2") format("woff2"); }

/* =========================================================
   2. Design-Tokens – die Comni-Familie
   ========================================================= */
:root {
	--cw-ink:        #111418;
	--cw-ink-soft:   #1f242c;
	--cw-red:        #B40217;
	--cw-red-dark:   #8e0112;
	--cw-red-light:  #fbeef0;
	--cw-gray:       #f2f3f5;
	--cw-gray-2:     #e6e8ec;
	--cw-line:       #dcdfe5;
	--cw-muted:      #5d6572;
	--cw-white:      #ffffff;
	--cw-green:      #146c2e;

	--cw-radius:     14px;
	--cw-radius-sm:  9px;
	--cw-shadow:     0 1px 2px rgba(17,20,24,.05), 0 14px 36px -14px rgba(17,20,24,.16);
	--cw-shadow-lg:  0 2px 4px rgba(17,20,24,.06), 0 32px 64px -24px rgba(17,20,24,.32);

	--cw-font: "Montserrat", "Segoe UI", system-ui, -apple-system, sans-serif;
	--cw-wrap: 1180px;
	--cw-section: clamp(64px, 8vw, 112px);
}

/* =========================================================
   3. Grundlagen
   ========================================================= */
body {
	font-family: var(--cw-font);
	color: var(--cw-ink);
	background: var(--cw-white);
	font-size: 17px;
	line-height: 1.7;
	-webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4 {
	font-family: var(--cw-font);
	color: var(--cw-ink);
	font-weight: 700;
	line-height: 1.15;
	letter-spacing: -.025em;
	margin-top: 0;
}
h1 { font-size: clamp(2.3rem, 4.6vw, 3.6rem); font-weight: 800; }
h2 { font-size: clamp(1.7rem, 3vw, 2.4rem); }
h3 { font-size: clamp(1.15rem, 1.6vw, 1.35rem); }
a { color: var(--cw-red); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--cw-red-dark); }
p.cw-lead, .cw-lead { font-size: clamp(1.08rem, 1.5vw, 1.28rem); line-height: 1.6; color: var(--cw-muted); }
.cw-muted { color: var(--cw-muted); }

/* GeneratePress-Container auf unser Raster bringen */
.site-content .content-area { padding: 0; }
.cw-main .site-content > .container,
.cw-main .site-content .grid-container { max-width: 100%; width: 100%; padding: 0; }
.cw-main .content-area { width: 100%; float: none; }
.cw-main .separate-containers .site-main { margin: 0; }
.cw-main .entry-content > * { margin-block: 0; }
.cw-main .entry-content { margin-top: 0; }
.cw-main .inside-article { padding: 0; }
.cw-main .entry-header { display: none; }
[class*="cw-"] > .wp-block-group__inner-container { display: contents; }

/* =========================================================
   4. Kopf
   ========================================================= */
.site-header { background: var(--cw-white); border-bottom: 1px solid var(--cw-line); }
.site-header .site-branding, .site-header .site-title, .site-header .site-description { display: none; }
/* Marke und Navigation auf einer Höhe – GP lässt beide schwimmen, dann hängt
   das Logo oben, weil die Navigation ihre eigene Zeilenhöhe mitbringt. */
.site-header .inside-header { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.site-header .inside-header::before, .site-header .inside-header::after { display: none; }
.site-header .site-logo, .site-header .main-navigation { float: none; margin: 0; }
.site-header .site-logo { display: flex; align-items: center; }
.main-navigation, .main-navigation .inside-navigation, .main-navigation .main-nav > ul { background: transparent !important; }
.main-navigation .main-nav ul li a, .main-navigation .menu-toggle { color: var(--cw-ink) !important; background: transparent !important; }
.main-navigation .main-nav ul li a:hover, .main-navigation .main-nav ul li.current-menu-item > a { color: var(--cw-red) !important; }
.inside-header { padding: 14px 24px; max-width: var(--cw-wrap); }
.site-logo img { height: 34px; width: auto; }
.cw-marke { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; color: var(--cw-ink); font-weight: 800; font-size: 1.35rem; letter-spacing: -.03em; }
.cw-marke:hover { color: var(--cw-ink); }
.cw-marke img { display: block; height: 34px; width: 34px; }
.cw-footer-brand strong::before { content: ""; display: inline-block; width: 26px; height: 26px; background: url("img/marke-invers.svg") center/contain no-repeat; }
.main-navigation, .main-navigation a { font-family: var(--cw-font); }
.main-navigation .main-nav ul li a {
	font-size: .95rem; font-weight: 600; color: var(--cw-ink);
	padding: 0 14px; line-height: 56px;
}
.main-navigation .main-nav ul li:hover > a,
.main-navigation .main-nav ul li.current-menu-item > a { color: var(--cw-red); background: transparent; }
.main-navigation .main-nav ul li.cw-nav-cta > a {
	background: var(--cw-red) !important; color: #fff !important; border-radius: 999px;
	line-height: 40px; padding: 0 20px; margin-left: 10px; margin-top: 8px;
}
.main-navigation .main-nav ul li.cw-nav-cta > a:hover { background: var(--cw-red-dark) !important; color: #fff !important; }
.main-navigation .main-nav ul li.cw-nav-quiet > a { color: var(--cw-muted); font-weight: 500; }
.main-navigation .menu-toggle, .main-navigation .mobile-bar-items a { color: var(--cw-ink); }
.main-navigation.toggled .main-nav > ul { background: #fff; border-top: 1px solid var(--cw-line); }
.main-navigation.toggled .main-nav ul li a { line-height: 48px; }
.main-navigation.toggled .main-nav ul li.cw-nav-cta > a { margin: 8px 14px; display: inline-block; line-height: 40px; }

/* Schmale Schirme: Marke links, Menüknopf rechts, aufgeklapptes Menü darunter */
@media (max-width: 768px) {
	.site-header .inside-header { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; padding: 10px 16px; text-align: left; }
	.site-header .site-logo { margin: 0; }
	.site-header .main-navigation { flex: 0 0 auto; }
	.main-navigation .menu-toggle { padding: 8px 4px; font-weight: 600; }
	.main-navigation.toggled { flex-basis: 100%; }
	.main-navigation.toggled .main-nav { margin-top: 8px; }
	.cw-marke { font-size: 1.2rem; }
	.cw-marke img { height: 30px; width: 30px; }
}

/* =========================================================
   5. Sektionen, Raster
   ========================================================= */
.cw-section { padding-top: var(--cw-section); padding-bottom: var(--cw-section); }
.cw-section--tight { padding-top: clamp(44px, 5vw, 72px); padding-bottom: clamp(44px, 5vw, 72px); }
.cw-wrap { max-width: var(--cw-wrap); margin-inline: auto; padding-inline: 24px; box-sizing: border-box; }
.cw-wrap-text { max-width: 800px; }
.cw-wrap-text h2 { font-size: 1.4rem; margin-top: 44px; margin-bottom: 12px; }
.cw-wrap-text h2:first-child { margin-top: 0; }
.cw-wrap-text h3 { font-size: 1.1rem; margin-top: 28px; margin-bottom: 8px; }
.cw-wrap-text p, .cw-wrap-text ul { margin-bottom: 16px; }
.cw-bg-gray { background: var(--cw-gray); }
.cw-bg-ink { background: var(--cw-ink); color: #fff; }
.cw-bg-ink h1, .cw-bg-ink h2, .cw-bg-ink h3, .cw-bg-ink p, .cw-bg-ink li { color: #fff; }
.cw-bg-ink p, .cw-bg-ink .cw-lead { color: rgba(255,255,255,.8); }
.cw-bg-red { background: var(--cw-red); color: #fff; }
.cw-bg-red h2, .cw-bg-red h3, .cw-bg-red p { color: #fff; }

.cw-eyebrow {
	display: inline-block; font-size: .76rem; font-weight: 700; letter-spacing: .14em;
	text-transform: uppercase; color: var(--cw-red); margin-bottom: 14px !important;
}
.cw-bg-ink .cw-eyebrow, .cw-bg-red .cw-eyebrow { color: rgba(255,255,255,.7); }
.cw-head { max-width: 760px; margin-bottom: 48px !important; }
.cw-head h2 { margin-bottom: 14px; }
.cw-head p { margin-bottom: 0; }
.cw-head--center { margin-inline: auto; text-align: center; }

.cw-grid { display: grid; gap: 22px; }
.cw-grid--2 { grid-template-columns: repeat(2, 1fr); }
.cw-grid--3 { grid-template-columns: repeat(3, 1fr); }
.cw-grid--4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 980px) { .cw-grid--3, .cw-grid--4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .cw-grid--2, .cw-grid--3, .cw-grid--4 { grid-template-columns: 1fr; } }

.cw-split { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(32px, 6vw, 80px); align-items: center; }
.cw-split--rev { direction: rtl; } .cw-split--rev > * { direction: ltr; }
@media (max-width: 900px) { .cw-split, .cw-split--rev { grid-template-columns: 1fr; direction: ltr; } }

/* =========================================================
   6. Buttons
   ========================================================= */
.wp-block-buttons { gap: 12px; }
.cw-main .wp-block-buttons { margin-top: 30px; }
.cw-main .wp-block-button .wp-block-button__link, .cw-btn {
	font-family: var(--cw-font); font-size: .98rem; font-weight: 600; line-height: 1.2;
	padding: 15px 26px; border-radius: 999px; border: 1px solid transparent;
	background: var(--cw-red); color: #fff; text-decoration: none; display: inline-block;
	transition: transform .15s ease, background .15s ease, color .15s ease;
	box-shadow: 0 10px 22px -12px rgba(180,2,23,.7);
}
.cw-main .wp-block-button .wp-block-button__link:hover, .cw-btn:hover { background: var(--cw-red-dark); color: #fff; transform: translateY(-1px); }
.cw-main .cw-btns .wp-block-button:not(:first-child) .wp-block-button__link {
	background: transparent; color: var(--cw-ink); border-color: var(--cw-line); box-shadow: none;
}
.cw-main .cw-btns .wp-block-button:not(:first-child) .wp-block-button__link:hover { border-color: var(--cw-ink); color: var(--cw-ink); background: transparent; }
.cw-main .cw-bg-ink .cw-btns .wp-block-button:not(:first-child) .wp-block-button__link,
.cw-main .cw-bg-red .cw-btns .wp-block-button:not(:first-child) .wp-block-button__link { color: #fff; border-color: rgba(255,255,255,.35); }
.cw-main .cw-bg-red .cw-btns .wp-block-button:first-child .wp-block-button__link { background: #fff; color: var(--cw-red); box-shadow: none; }
.cw-main .cw-bg-red .cw-btns .wp-block-button:first-child .wp-block-button__link:hover { background: #fbeef0; }

/* =========================================================
   7. Hero
   ========================================================= */
.cw-hero { padding-top: clamp(56px, 8vw, 104px); padding-bottom: clamp(56px, 8vw, 104px); background:
	radial-gradient(1200px 600px at 80% -10%, rgba(180,2,23,.07), transparent 60%), var(--cw-white); }
.cw-hero .cw-split { align-items: center; }
.cw-hero h1 { margin-bottom: 20px; }
.cw-hero h1 em { font-style: normal; color: var(--cw-red); }
.cw-hero .cw-lead { margin-bottom: 0; }
.cw-hero__note { font-size: .88rem; color: var(--cw-muted); margin-top: 18px; }
.cw-hero__note strong { color: var(--cw-ink); font-weight: 600; }

/* Geräteliste-Attrappe: die Übersicht, wie sie im Programm aussieht –
   reines HTML/CSS, kein Screenshot, der beim nächsten Umbau veraltet. */
.cw-liste {
	background: #fff; border: 1px solid var(--cw-line); border-radius: var(--cw-radius);
	box-shadow: var(--cw-shadow-lg); overflow: hidden; font-size: 13px; max-width: 620px; margin-inline: auto;
	font-family: var(--cw-font);
}
.cw-liste__bar { display: flex; gap: 6px; padding: 12px 14px; background: var(--cw-gray); border-bottom: 1px solid var(--cw-line); align-items: center; }
.cw-liste__bar i { width: 10px; height: 10px; border-radius: 50%; background: var(--cw-gray-2); display: block; }
.cw-liste__bar i:first-child { background: #e8b1b8; }
.cw-liste__bar span { margin-left: auto; font-size: 11px; color: var(--cw-muted); font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }
.cw-liste__kopf { display: flex; align-items: baseline; gap: 10px; padding: 12px 18px; background: var(--cw-gray); border-bottom: 1px solid var(--cw-line); }
.cw-liste__kopf b { font-weight: 700; font-size: 14px; }
.cw-liste__kopf span { color: var(--cw-muted); font-size: 12px; }
.cw-liste__kopf em { font-style: normal; color: var(--cw-red); font-weight: 700; font-size: 12px; }
.cw-liste table { width: 100%; border-collapse: collapse; margin: 0; }
.cw-liste th { font-size: 10px; letter-spacing: .1em; text-transform: uppercase; color: var(--cw-muted); font-weight: 600; text-align: left; padding: 10px 12px 8px; border-bottom: 1px solid var(--cw-line); }
.cw-liste td { padding: 9px 10px; border-bottom: 1px solid var(--cw-gray-2); vertical-align: middle; color: var(--cw-ink); }
.cw-liste tr:last-child td { border-bottom: 0; }
/* GeneratePress gibt Tabellenzellen senkrechte Linien - hier nicht */
.cw-liste th, .cw-liste td { border-left: 0; border-right: 0; }
.cw-liste td.cw-l-punkt { width: 26px; padding-right: 0; }
.cw-liste .cw-punkt { display: inline-block; width: 10px; height: 10px; border-radius: 50%; background: #2e9e5b; }
.cw-liste .cw-punkt--warn { background: #e0a53a; }
.cw-liste .cw-punkt--rot { background: var(--cw-red); box-shadow: 0 0 0 4px rgba(180,2,23,.12); }
.cw-liste td.cw-l-name { font-weight: 600; }
.cw-liste td.cw-l-name small { display: block; font-weight: 400; color: var(--cw-muted); font-size: 11px; margin-top: 2px; white-space: nowrap; }
.cw-liste td.cw-l-still { color: var(--cw-muted); white-space: nowrap; }
.cw-liste td.cw-l-laut { color: var(--cw-red); font-weight: 700; white-space: nowrap; }
.cw-liste td.cw-l-warn { color: #8a5d00; font-weight: 600; }
.cw-liste .cw-marke-b { display: inline-block; font-size: 11.5px; font-weight: 600; border-radius: 6px; padding: 3px 8px; margin: 2px 4px 2px 0; border: 1px solid var(--cw-line); color: var(--cw-muted); background: var(--cw-gray); white-space: nowrap; }
.cw-liste .cw-marke-b--rot { background: #fbe7ea; border-color: #e9a9b2; color: var(--cw-red); }
.cw-liste .cw-marke-b--gelb { background: #fdf1da; border-color: #e3cd9a; color: #8a5d00; }
@media (max-width: 560px) {
	.cw-liste .cw-l-hide { display: none; }
}

/* Geräte-Zeile unter der Attrappe */
.cw-devices { display: flex; gap: 10px; flex-wrap: wrap; justify-content: center; margin-top: 18px; }
.cw-devices span { font-size: .8rem; font-weight: 600; color: var(--cw-muted); background: var(--cw-gray); border-radius: 999px; padding: 6px 12px; }

/* =========================================================
   8. Karten, Schritte, Zahlen
   ========================================================= */
.cw-card {
	background: #fff; border: 1px solid var(--cw-line); border-radius: var(--cw-radius);
	padding: 28px 26px; box-shadow: var(--cw-shadow); display: flex; flex-direction: column; gap: 8px;
}
.cw-card h3 { margin: 0; }
.cw-card p { margin: 0; color: var(--cw-muted); font-size: .98rem; }
.cw-main .cw-card .wp-block-buttons { margin: 10px 0 6px; }
.cw-card--icon::before {
	content: ""; width: 44px; height: 44px; border-radius: 12px; background: var(--cw-red-light); margin-bottom: 8px;
	background-repeat: no-repeat; background-position: center; background-size: 24px;
}
.cw-bg-ink .cw-card { background: var(--cw-ink-soft); border-color: rgba(255,255,255,.1); box-shadow: none; }
.cw-bg-ink .cw-card p { color: rgba(255,255,255,.72); }
.cw-bg-ink .cw-card--icon::before { background-color: rgba(255,255,255,.08); }

.cw-ico-phone::before { background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23B40217' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'><rect x='7' y='2.5' width='10' height='19' rx='2'/><path d='M11 18h2'/></svg>"); }
.cw-ico-desktop::before { background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23B40217' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'><rect x='3' y='4' width='18' height='12' rx='2'/><path d='M8 20h8M12 16v4'/></svg>"); }
.cw-ico-server::before { background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23B40217' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'><rect x='3' y='4' width='18' height='7' rx='1.5'/><rect x='3' y='13' width='18' height='7' rx='1.5'/><path d='M7 7.5h.01M7 16.5h.01'/></svg>"); }
.cw-ico-template::before { background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23B40217' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'><path d='M6 3h8l4 4v14H6z'/><path d='M14 3v4h4M9 12h6M9 16h4'/></svg>"); }
.cw-ico-law::before { background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23B40217' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'><path d='M12 3v18M5 7h14M7 7l-3 7a3 3 0 0 0 6 0zM17 7l-3 7a3 3 0 0 0 6 0z'/></svg>"); }
.cw-ico-banner::before { background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23B40217' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'><rect x='3' y='5' width='18' height='9' rx='1.5'/><path d='M7 9.5h7M8 19h8'/></svg>"); }
.cw-ico-users::before { background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23B40217' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'><circle cx='9' cy='8' r='3.2'/><path d='M3.5 19c0-3 2.5-5 5.5-5s5.5 2 5.5 5'/><path d='M16 5.5a3 3 0 0 1 0 6M17.5 14c2 .5 3 2.2 3 5'/></svg>"); }
.cw-ico-cloud::before { background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23B40217' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'><path d='M7 18a4 4 0 0 1-.5-8 5.5 5.5 0 0 1 10.6-1.2A4 4 0 0 1 17 18z'/></svg>"); }
.cw-ico-shield::before { background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23B40217' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'><path d='M12 3l7 3v6c0 4.5-3 7.5-7 9-4-1.5-7-4.5-7-9V6z'/><path d='m9 12 2 2 4-4'/></svg>"); }
.cw-ico-image::before { background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23B40217' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'><rect x='3' y='4' width='18' height='16' rx='2'/><circle cx='8.5' cy='9' r='1.5'/><path d='m4 18 5-5 3 3 3-4 5 6'/></svg>"); }
.cw-ico-sync::before { background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23B40217' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'><path d='M20 12a8 8 0 0 1-14 5.3M4 12a8 8 0 0 1 14-5.3'/><path d='M18 3v4h-4M6 21v-4h4'/></svg>"); }
.cw-ico-handshake::before { background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23B40217' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'><path d='M3 10h4l3-3 4 1 3 3 4-1v6l-4 2-3-1-3 3-4-1-3-3H3z'/></svg>"); }
.cw-ico-disk::before { background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23B40217' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'><circle cx='12' cy='12' r='8.5'/><circle cx='12' cy='12' r='2.5'/><path d='M12 3.5v2M12 18.5v2'/></svg>"); }
.cw-ico-backup::before { background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23B40217' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'><path d='M4 17a4 4 0 0 1 .6-7.9A5.5 5.5 0 0 1 15.3 8 4 4 0 0 1 17 16'/><path d='M12 21v-8M8.5 16.5 12 13l3.5 3.5'/></svg>"); }
.cw-ico-globe::before { background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23B40217' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'><circle cx='12' cy='12' r='8.5'/><path d='M3.5 12h17M12 3.5c3 3 3 14 0 17M12 3.5c-3 3-3 14 0 17'/></svg>"); }
.cw-ico-bell::before { background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23B40217' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'><path d='M6 16V11a6 6 0 0 1 12 0v5l1.5 2h-15z'/><path d='M10 20a2 2 0 0 0 4 0'/></svg>"); }
.cw-ico-report::before { background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23B40217' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'><rect x='4' y='3' width='16' height='18' rx='2'/><path d='M8 16v-4M12 16V8M16 16v-6'/></svg>"); }
.cw-ico-key::before { background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23B40217' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'><circle cx='8' cy='14' r='4'/><path d='M11 11l8-8M15 7l2 2M18 4l2 2'/></svg>"); }
.cw-ico-update::before { background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23B40217' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'><path d='M12 4v9M8.5 9.5 12 13l3.5-3.5'/><path d='M4 15v3a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-3'/></svg>"); }
.cw-ico-apple::before { background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23B40217' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'><path d='M15.5 3.5c-.2 1.6-1.4 2.8-2.9 3 .1-1.7 1.4-3 2.9-3z'/><path d='M12 7.5c1 0 1.9-.7 3.2-.7 1.4 0 2.6.7 3.3 1.8-2.6 1.6-2.2 5.4.6 6.4-.6 1.7-2.2 5-4.2 5-1.1 0-1.6-.7-2.9-.7s-1.9.7-2.9.7c-2.1 0-4.6-4.4-4.6-8 0-3 1.9-4.9 3.9-4.9 1.2 0 2.5.4 3.6.4z'/></svg>"); }
.cw-ico-linux::before { background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23B40217' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'><rect x='5' y='3' width='14' height='18' rx='1.5'/><path d='M8 7h8M8 11h8M8 15h5'/></svg>"); }
.cw-ico-eye::before { background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23B40217' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'><path d='M2.5 12s3.5-6 9.5-6 9.5 6 9.5 6-3.5 6-9.5 6-9.5-6-9.5-6z'/><circle cx='12' cy='12' r='2.8'/></svg>"); }
.cw-ico-lock::before { background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23B40217' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'><rect x='5' y='10' width='14' height='11' rx='2'/><path d='M8 10V7a4 4 0 0 1 8 0v3'/></svg>"); }
.cw-ico-clock::before { background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23B40217' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'><circle cx='12' cy='12' r='8.5'/><path d='M12 7.5V12l3 2'/></svg>"); }
.cw-ico-thermo::before { background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23B40217' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'><path d='M10 4a2 2 0 0 1 4 0v9.5a3.5 3.5 0 1 1-4 0z'/><path d='M12 9v6'/></svg>"); }
.cw-ico-mail::before { background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23B40217' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'><rect x='3' y='5' width='18' height='14' rx='2'/><path d='m3.5 7 8.5 6 8.5-6'/></svg>"); }
.cw-ico-list::before { background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23B40217' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'><path d='M8 6h12M8 12h12M8 18h12'/><circle cx='4' cy='6' r='1'/><circle cx='4' cy='12' r='1'/><circle cx='4' cy='18' r='1'/></svg>"); }

/* Nummerierte Schritte */
.cw-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; counter-reset: schritt; }
@media (max-width: 800px) { .cw-steps { grid-template-columns: 1fr; } }
.cw-step { position: relative; padding: 26px 26px 26px 26px; background: #fff; border: 1px solid var(--cw-line); border-radius: var(--cw-radius); }
.cw-step::before {
	counter-increment: schritt; content: counter(schritt);
	display: inline-grid; place-items: center; width: 38px; height: 38px; border-radius: 50%;
	background: var(--cw-red); color: #fff; font-weight: 800; margin-bottom: 14px;
}
.cw-step h3 { margin: 0 0 6px; }
.cw-step p { margin: 0; color: var(--cw-muted); font-size: .98rem; }
.cw-step__time { display: inline-block; margin-top: 12px !important; font-size: .8rem !important; font-weight: 600; color: var(--cw-red) !important; }

/* Drei Wege */
.cw-way { border-top: 4px solid var(--cw-red); }
.cw-way p.cw-way__for { font-size: .82rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--cw-red); margin: 0 0 4px; }
.cw-way ul { margin: 6px 0 0; padding-left: 18px; color: var(--cw-muted); font-size: .95rem; }
.cw-way li { margin-bottom: 4px; }

/* Häkchenliste */
.cw-check { list-style: none; padding: 0; margin: 20px 0 0; }
.cw-check li { position: relative; padding-left: 32px; margin-bottom: 12px; }
.cw-check li::before {
	content: ""; position: absolute; left: 0; top: 4px; width: 20px; height: 20px; border-radius: 50%;
	background: var(--cw-red-light) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none' stroke='%23B40217' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'><path d='m6 10.5 2.5 2.5 5.5-6'/></svg>") center/14px no-repeat;
}
.cw-bg-ink .cw-check li::before { background-color: rgba(255,255,255,.1); }

/* Vergleich CodeTwo */
.cw-table { overflow-x: auto; }
.cw-table table { width: 100%; border-collapse: collapse; font-size: .95rem; }
.cw-table th, .cw-table td { padding: 12px 14px; border-bottom: 1px solid var(--cw-line); text-align: left; vertical-align: top; }
.cw-table th { font-weight: 700; background: var(--cw-gray); }
.cw-table td:first-child { font-weight: 600; }

/* FAQ */
.cw-faq { margin-inline: auto; }
.cw-faq .wp-block-details { border-bottom: 1px solid var(--cw-line); padding: 6px 0; margin: 0; }
.cw-faq summary { font-weight: 600; cursor: pointer; padding: 12px 0; font-size: 1.04rem; list-style: none; position: relative; padding-right: 36px; }
.cw-faq summary::-webkit-details-marker { display: none; }
.cw-faq summary::after { content: "+"; position: absolute; right: 4px; top: 8px; font-size: 1.5rem; color: var(--cw-red); font-weight: 400; }
.cw-faq details[open] summary::after { content: "–"; }
.cw-faq details > p { margin: 0 0 14px; color: var(--cw-muted); }

/* CTA-Band */
.cw-cta { display: grid; grid-template-columns: 1.4fr 1fr; gap: 32px; align-items: center; }
@media (max-width: 800px) { .cw-cta { grid-template-columns: 1fr; } }
.cw-cta h2 { margin-bottom: 10px; }
.cw-cta p { margin: 0; }
.cw-cta .wp-block-buttons { justify-content: flex-end; margin-top: 0; }
@media (max-width: 800px) { .cw-cta .wp-block-buttons { justify-content: flex-start; } }

/* Infobox */
.cw-infobox { background: var(--cw-red-light); border-left: 4px solid var(--cw-red); border-radius: var(--cw-radius-sm); padding: 20px 24px; margin-top: 28px; }
.cw-infobox h3 { margin: 0 0 6px; font-size: 1.05rem; }
.cw-infobox p { margin: 0; color: var(--cw-ink); }
.cw-infobox--quiet { background: var(--cw-gray); border-left-color: var(--cw-muted); }

/* Kontaktkarte */
.cw-contact { display: grid; gap: 6px; }
.cw-contact p { margin: 0; }
.cw-contact .cw-contact__big { font-size: 1.3rem; font-weight: 700; }

/* Formular */
.cw-formular { display: grid; gap: 16px; }
.cw-formular__reihe { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (max-width: 640px) { .cw-formular__reihe { grid-template-columns: 1fr; } }
.cw-formular label { display: block; font-size: .9rem; font-weight: 600; color: var(--cw-ink); }
.cw-formular input[type="text"], .cw-formular input[type="email"], .cw-formular input[type="tel"],
.cw-formular select, .cw-formular textarea {
	display: block; width: 100%; margin-top: 6px; padding: 12px 14px; font: inherit; font-weight: 400; font-size: 1rem;
	border: 1px solid var(--cw-line); border-radius: var(--cw-radius-sm); background: #fff; color: var(--cw-ink); box-sizing: border-box;
}
.cw-formular input:focus, .cw-formular select:focus, .cw-formular textarea:focus { outline: 2px solid var(--cw-red); outline-offset: 1px; border-color: var(--cw-red); }
.cw-formular textarea { resize: vertical; min-height: 120px; }
.cw-pflicht { color: var(--cw-red); }
.cw-formular__topf { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.cw-formular__haken { display: flex; gap: 10px; align-items: flex-start; font-weight: 400 !important; font-size: .88rem !important; color: var(--cw-muted) !important; }
.cw-formular__haken input { margin-top: 4px; flex: none; }
.cw-formular .cw-btn { justify-self: start; border: 0; cursor: pointer; }
.cw-formular__hinweis { font-size: .9rem; color: var(--cw-muted); }
.cw-formular--danke { background: var(--cw-red-light); border-left: 4px solid var(--cw-red); border-radius: var(--cw-radius-sm); padding: 22px 26px; }
.cw-formular--danke h3 { margin: 0 0 6px; }
.cw-formular--danke p { margin: 0; }
.cw-formular-fehler { background: #fdecec; border-left: 4px solid #b00; border-radius: var(--cw-radius-sm); padding: 14px 18px; margin: 0 0 16px; }
.cw-kontaktraster { display: grid; grid-template-columns: 1.3fr .9fr; gap: 28px; align-items: start; }
@media (max-width: 900px) { .cw-kontaktraster { grid-template-columns: 1fr; } }

/* =========================================================
   9. Fuß
   ========================================================= */
.site-footer { background: var(--cw-ink); color: rgba(255,255,255,.75); font-size: .93rem; }
.footer-widgets-container, .inside-footer-widgets { background: transparent; }
.footer-widgets { background: transparent; padding: 56px 24px 24px; max-width: var(--cw-wrap); margin-inline: auto; }
.footer-widgets .widget-title { font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; color: #fff; margin-bottom: 14px; }
.footer-widgets a { color: rgba(255,255,255,.8); text-decoration: none; }
.footer-widgets a:hover { color: #fff; text-decoration: underline; }
.footer-widgets ul { list-style: none; margin: 0; padding: 0; }
.footer-widgets li { margin-bottom: 8px; }
.footer-widgets p { color: rgba(255,255,255,.75); }
.cw-footer-brand strong { color: #fff; font-size: 1.15rem; display: inline-flex; align-items: center; gap: 8px; }
.cw-footer-brand img { height: 26px; width: auto; }
.site-info { background: transparent; border-top: 1px solid rgba(255,255,255,.1); }
.inside-site-info { max-width: var(--cw-wrap); padding: 18px 24px; }
.copyright-bar { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px 24px; color: rgba(255,255,255,.55); font-size: .85rem; }
.copyright-bar a { color: rgba(255,255,255,.75); text-decoration: none; }
.copyright-bar a:hover { color: #fff; }
