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

/* =========================================================
   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 {
	--cs-ink:        #111418;
	--cs-ink-soft:   #1f242c;
	--cs-red:        #B40217;
	--cs-red-dark:   #8e0112;
	--cs-red-light:  #fbeef0;
	--cs-gray:       #f2f3f5;
	--cs-gray-2:     #e6e8ec;
	--cs-line:       #dcdfe5;
	--cs-muted:      #5d6572;
	--cs-white:      #ffffff;
	--cs-green:      #146c2e;

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

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

/* =========================================================
   3. Grundlagen
   ========================================================= */
body {
	font-family: var(--cs-font);
	color: var(--cs-ink);
	background: var(--cs-white);
	font-size: 17px;
	line-height: 1.7;
	-webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4 {
	font-family: var(--cs-font);
	color: var(--cs-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(--cs-red); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--cs-red-dark); }
p.cs-lead, .cs-lead { font-size: clamp(1.08rem, 1.5vw, 1.28rem); line-height: 1.6; color: var(--cs-muted); }
.cs-muted { color: var(--cs-muted); }

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

/* =========================================================
   4. Kopf
   ========================================================= */
.site-header { background: var(--cs-white); border-bottom: 1px solid var(--cs-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(--cs-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(--cs-red) !important; }
.inside-header { padding: 14px 24px; max-width: var(--cs-wrap); }
.site-logo img { height: 34px; width: auto; }
.cs-marke { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; color: var(--cs-ink); font-weight: 800; font-size: 1.35rem; letter-spacing: -.03em; }
.cs-marke:hover { color: var(--cs-ink); }
.cs-marke img { display: block; height: 34px; width: 34px; }
.cs-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(--cs-font); }
.main-navigation .main-nav ul li a {
	font-size: .95rem; font-weight: 600; color: var(--cs-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(--cs-red); background: transparent; }
.main-navigation .main-nav ul li.cs-nav-cta > a {
	background: var(--cs-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.cs-nav-cta > a:hover { background: var(--cs-red-dark) !important; color: #fff !important; }
.main-navigation .main-nav ul li.cs-nav-quiet > a { color: var(--cs-muted); font-weight: 500; }
.main-navigation .menu-toggle, .main-navigation .mobile-bar-items a { color: var(--cs-ink); }
.main-navigation.toggled .main-nav > ul { background: #fff; border-top: 1px solid var(--cs-line); }
.main-navigation.toggled .main-nav ul li a { line-height: 48px; }
.main-navigation.toggled .main-nav ul li.cs-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; }
	.cs-marke { font-size: 1.2rem; }
	.cs-marke img { height: 30px; width: 30px; }
}

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

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

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

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

/* =========================================================
   6. Buttons
   ========================================================= */
.wp-block-buttons { gap: 12px; }
.cs-main .wp-block-buttons { margin-top: 30px; }
.cs-main .wp-block-button .wp-block-button__link, .cs-btn {
	font-family: var(--cs-font); font-size: .98rem; font-weight: 600; line-height: 1.2;
	padding: 15px 26px; border-radius: 999px; border: 1px solid transparent;
	background: var(--cs-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);
}
.cs-main .wp-block-button .wp-block-button__link:hover, .cs-btn:hover { background: var(--cs-red-dark); color: #fff; transform: translateY(-1px); }
.cs-main .cs-btns .wp-block-button:not(:first-child) .wp-block-button__link {
	background: transparent; color: var(--cs-ink); border-color: var(--cs-line); box-shadow: none;
}
.cs-main .cs-btns .wp-block-button:not(:first-child) .wp-block-button__link:hover { border-color: var(--cs-ink); color: var(--cs-ink); background: transparent; }
.cs-main .cs-bg-ink .cs-btns .wp-block-button:not(:first-child) .wp-block-button__link,
.cs-main .cs-bg-red .cs-btns .wp-block-button:not(:first-child) .wp-block-button__link { color: #fff; border-color: rgba(255,255,255,.35); }
.cs-main .cs-bg-red .cs-btns .wp-block-button:first-child .wp-block-button__link { background: #fff; color: var(--cs-red); box-shadow: none; }
.cs-main .cs-bg-red .cs-btns .wp-block-button:first-child .wp-block-button__link:hover { background: #fbeef0; }

/* =========================================================
   7. Hero
   ========================================================= */
.cs-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(--cs-white); }
.cs-hero .cs-split { align-items: center; }
.cs-hero h1 { margin-bottom: 20px; }
.cs-hero h1 em { font-style: normal; color: var(--cs-red); }
.cs-hero .cs-lead { margin-bottom: 0; }
.cs-hero__note { font-size: .88rem; color: var(--cs-muted); margin-top: 18px; }
.cs-hero__note strong { color: var(--cs-ink); font-weight: 600; }

/* Mail-Attrappe mit Signatur */
.cs-mail {
	background: #fff; border: 1px solid var(--cs-line); border-radius: var(--cs-radius);
	box-shadow: var(--cs-shadow-lg); overflow: hidden; font-size: 14px; max-width: 560px; margin-inline: auto;
}
.cs-mail__bar { display: flex; gap: 6px; padding: 12px 14px; background: var(--cs-gray); border-bottom: 1px solid var(--cs-line); }
.cs-mail__bar i { width: 10px; height: 10px; border-radius: 50%; background: var(--cs-gray-2); display: block; }
.cs-mail__bar i:first-child { background: #e8b1b8; }
.cs-mail__head { padding: 10px 18px; border-bottom: 1px solid var(--cs-line); color: var(--cs-muted); font-size: 13px; }
.cs-mail__head span { color: var(--cs-ink); }
.cs-mail__body { padding: 18px 18px 6px; color: var(--cs-ink); line-height: 1.55; }
.cs-mail__body p { margin: 0 0 10px; font-size: 14px; }
.cs-sig { display: grid; grid-template-columns: 64px 1fr auto; gap: 16px; align-items: start; padding: 16px 18px 20px; border-top: 3px solid var(--cs-red); margin-top: 6px; font-family: Arial, Helvetica, sans-serif; }
.cs-sig__portrait { width: 64px; height: 64px; border-radius: 50%; background: linear-gradient(135deg, #2b3138, #111418); color: #fff; display: grid; place-items: center; font-weight: 700; font-size: 20px; font-family: var(--cs-font); }
.cs-sig__name { font-weight: 700; font-size: 15px; margin: 0 0 2px; }
.cs-sig__role { color: var(--cs-muted); font-size: 12.5px; margin: 0 0 8px; }
.cs-sig__line { font-size: 12.5px; margin: 0; line-height: 1.5; }
.cs-sig__line a { color: var(--cs-red); text-decoration: none; }
.cs-sig__logo { font-family: var(--cs-font); font-weight: 800; font-size: 15px; letter-spacing: -.02em; color: var(--cs-ink); text-align: right; }
.cs-sig__logo b { color: var(--cs-red); }
.cs-sig__banner { grid-column: 1 / -1; margin-top: 8px; background: linear-gradient(90deg, var(--cs-red), #d8253a); color: #fff; border-radius: 6px; padding: 10px 14px; font-size: 12.5px; font-weight: 600; display: flex; justify-content: space-between; align-items: center; }
.cs-sig__banner span { font-weight: 400; opacity: .9; }
.cs-sig__legal { grid-column: 1 / -1; font-size: 10.5px; color: #8a919c; margin: 6px 0 0; line-height: 1.5; }
@media (max-width: 480px) { .cs-sig { grid-template-columns: 52px 1fr; } .cs-sig__logo { grid-column: 1 / -1; text-align: left; } }

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

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

.cs-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>"); }
.cs-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>"); }
.cs-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>"); }
.cs-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>"); }
.cs-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>"); }
.cs-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>"); }
.cs-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>"); }
.cs-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>"); }
.cs-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>"); }
.cs-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>"); }
.cs-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>"); }
.cs-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>"); }

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

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

/* Häkchenliste */
.cs-check { list-style: none; padding: 0; margin: 20px 0 0; }
.cs-check li { position: relative; padding-left: 32px; margin-bottom: 12px; }
.cs-check li::before {
	content: ""; position: absolute; left: 0; top: 4px; width: 20px; height: 20px; border-radius: 50%;
	background: var(--cs-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;
}
.cs-bg-ink .cs-check li::before { background-color: rgba(255,255,255,.1); }

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

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

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

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

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

/* Vorlagen-Galerie */
.cs-galerie { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
@media (max-width: 800px) { .cs-galerie { grid-template-columns: 1fr; } }
.cs-galerie__item { margin: 0; display: flex; flex-direction: column; gap: 12px; }
.cs-galerie__bild { background: #fff; border: 1px solid var(--cs-line); border-radius: var(--cs-radius); box-shadow: var(--cs-shadow); overflow: hidden; display: flex; align-items: flex-start; min-height: 220px; }
.cs-galerie__bild img { display: block; max-width: 100%; height: auto; }
.cs-galerie figcaption { font-size: .92rem; color: var(--cs-muted); line-height: 1.5; }
.cs-galerie figcaption strong { display: block; color: var(--cs-ink); font-size: 1rem; margin-bottom: 2px; }
.cs-bg-gray .cs-galerie__bild { box-shadow: none; }

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

/* =========================================================
   9. Fuß
   ========================================================= */
.site-footer { background: var(--cs-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(--cs-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); }
.cs-footer-brand strong { color: #fff; font-size: 1.15rem; display: inline-flex; align-items: center; gap: 8px; }
.cs-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(--cs-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; }
