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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* =========================================================
   10. ComniCRM-Bausteine (Region, Mock, Szenen, Warum …)
   ========================================================= */

/* Kopf-Schriftzug: „CRM" in Markenrot */
.cc-marke span b { color: var(--cc-red); font-weight: 800; }

/* --- Hero-Region: Betriebe als rote Punkte, WiFö als Nabe --- */
.cc-region { position: relative; }
.cc-region .karte { width: 100%; height: auto; display: block; overflow: visible; filter: drop-shadow(var(--cc-shadow-lg)); }
.cc-region .land { fill: #e7ecf3; }
.cc-region .grenze { fill: none; stroke: #cbd3df; stroke-width: 1.4; stroke-dasharray: 2 5; stroke-linecap: round; }
.cc-region .rand { fill: none; stroke: var(--cc-gray-2); stroke-width: 2; }
.cc-region .verb { stroke: var(--cc-muted); stroke-width: 1.2; stroke-dasharray: 3 4; opacity: .5; }
.cc-region .betrieb { fill: var(--cc-red); }
.cc-region .betrieb.halo { opacity: .16; }
.cc-region .grund { fill: #c9ced6; }
.cc-region .nabe-tile { fill: var(--cc-ink); }
.cc-region .etikett rect { fill: #fff; stroke: var(--cc-line); stroke-width: 1; }
.cc-region .etikett text { font-family: var(--cc-font); font-weight: 600; font-size: 12px; fill: var(--cc-ink); letter-spacing: -.01em; }
.cc-kartenlegende { display: flex; gap: 18px; margin-top: 16px; font-size: .78rem; color: var(--cc-muted); }
.cc-kartenlegende span { display: inline-flex; align-items: center; gap: 7px; }
.cc-kartenlegende .pkt { width: 9px; height: 9px; border-radius: 50%; }

/* --- Kennzahlenband --- */
.cc-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; }
@media (max-width: 900px) { .cc-stats { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .cc-stats { grid-template-columns: 1fr; } }
.cc-stat .zahl { font-family: var(--cc-font); font-weight: 800; font-size: clamp(1.8rem, 3.2vw, 2.4rem); color: var(--cc-red); letter-spacing: -.03em; line-height: 1.1; }
.cc-stat .txt { color: var(--cc-muted); font-size: .95rem; margin-top: 4px; }

/* --- Szenen: echte Fragen aus dem Arbeitsalltag --- */
.cc-szenen { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
@media (max-width: 980px) { .cc-szenen { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .cc-szenen { grid-template-columns: 1fr; } }
.cc-szene { background: #fff; border: 1px solid var(--cc-line); border-radius: var(--cc-radius); padding: 26px 24px; box-shadow: var(--cc-shadow); display: flex; flex-direction: column; gap: 14px; }
.cc-szene__marker { font-family: var(--cc-font); font-weight: 700; font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; color: var(--cc-muted); }
.cc-szene__frage { font-family: var(--cc-font); font-weight: 700; font-size: 1.18rem; line-height: 1.3; letter-spacing: -.02em; color: var(--cc-ink); }
.cc-szene__frage::before { content: "\201E"; } .cc-szene__frage::after { content: "\201C"; }
.cc-szene__antwort { color: var(--cc-muted); font-size: .98rem; margin: 0; }
.cc-szene__antwort b { color: var(--cc-ink); font-weight: 600; }

/* --- Warum ComniCRM: 9 Kacheln mit rotem Brand-Punkt --- */
.cc-warum { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
@media (max-width: 900px) { .cc-warum { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .cc-warum { grid-template-columns: 1fr; } }
.cc-wkarte { background: #fff; border: 1px solid var(--cc-line); border-radius: var(--cc-radius); padding: 24px; box-shadow: var(--cc-shadow); display: flex; flex-direction: column; gap: 10px; }
.cc-wkarte .wpunkt { width: 11px; height: 11px; border-radius: 50%; background: var(--cc-red); box-shadow: 0 0 0 5px var(--cc-red-light); }
.cc-wkarte h3 { margin: 0; font-size: 1.1rem; }
.cc-wkarte p { margin: 0; color: var(--cc-muted); font-size: .95rem; }

/* --- Produkt-Mock mit waagerechter Navigation --- */
.cc-mock { background: #fff; border: 1px solid var(--cc-line); border-radius: var(--cc-radius); overflow: hidden; box-shadow: var(--cc-shadow-lg); }
.cc-mock__bar { display: flex; align-items: center; gap: 8px; padding: 11px 14px; border-bottom: 1px solid var(--cc-line); background: var(--cc-gray); }
.cc-mock__bar i { width: 10px; height: 10px; border-radius: 50%; background: var(--cc-gray-2); display: block; }
.cc-mock__bar b { margin-left: 8px; font-weight: 600; font-size: .8rem; color: var(--cc-muted); }
.cc-mock__app { display: flex; align-items: center; gap: 12px 16px; padding: 10px 14px; border-bottom: 1px solid var(--cc-line); flex-wrap: wrap; }
.cc-mock__marke { display: inline-flex; align-items: center; gap: 8px; font-family: var(--cc-font); font-weight: 700; font-size: .82rem; white-space: nowrap; }
.cc-mock__marke .tile { width: 22px; height: 22px; border-radius: 6px; background: var(--cc-ink); color: #fff; display: grid; place-items: center; font-size: .66rem; font-weight: 700; }
.cc-mock__nav { display: flex; gap: 2px; flex-wrap: wrap; margin-left: auto; }
.cc-mock__nav a { font-family: var(--cc-font); font-weight: 600; font-size: .72rem; color: var(--cc-muted); padding: 4px 8px; border-radius: 6px; text-decoration: none; white-space: nowrap; }
.cc-mock__nav a.an { color: var(--cc-red); background: var(--cc-red-light); }
.cc-mock__body { padding: 16px 18px; display: flex; flex-direction: column; gap: 11px; }
.cc-mock__body h4 { margin: 0; font-size: 1rem; }
.cc-zeile { display: flex; align-items: center; gap: 10px; padding: 9px 11px; border: 1px solid var(--cc-line); border-radius: 9px; background: var(--cc-gray); font-size: .82rem; }
.cc-zeile .pkt { width: 8px; height: 8px; border-radius: 50%; flex: none; }
.cc-zeile .rest { margin-left: auto; color: var(--cc-muted); font-size: .72rem; }
.cc-tag { font-family: var(--cc-font); font-size: .62rem; font-weight: 600; letter-spacing: .05em; text-transform: uppercase; padding: 2px 7px; border-radius: 5px; background: #fff; color: var(--cc-muted); border: 1px solid var(--cc-line); }
.cc-woche { display: grid; grid-template-columns: 34px repeat(3, 1fr); gap: 1px; background: var(--cc-line); border: 1px solid var(--cc-line); border-radius: 9px; overflow: hidden; font-size: .68rem; }
.cc-woche > div { background: #fff; padding: 6px 5px; }
.cc-woche .kopf { font-family: var(--cc-font); font-weight: 600; color: var(--cc-muted); text-align: center; font-size: .64rem; }
.cc-woche .zeit { color: var(--cc-muted); text-align: right; padding-right: 6px; }
.cc-woche .ev { color: #fff; border-radius: 5px; padding: 3px 5px; font-weight: 600; font-size: .62rem; line-height: 1.2; margin: 1px; }
.cc-ev-t { background: #B40217; } .cc-ev-v { background: #356B9E; } .cc-ev-w { background: #8A7326; }

/* --- Monitoringbogen-Beispiel --- */
.cc-bogen { background: #fff; border: 1px solid var(--cc-line); border-radius: var(--cc-radius); box-shadow: var(--cc-shadow); padding: 22px; }
.cc-bogen__kopf { display: flex; align-items: center; gap: 8px; margin-bottom: 14px; }
.cc-bogen__kopf b { font-family: var(--cc-font); font-weight: 600; }
.cc-bogen__kopf .spr { margin-left: auto; font-size: .72rem; color: var(--cc-muted); }

/* --- Flaggen-Reihe --- */
.cc-flaggen { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.cc-flaggen span { font-family: var(--cc-font); font-weight: 600; font-size: .72rem; letter-spacing: .04em; color: var(--cc-muted); border: 1px solid var(--cc-line); background: #fff; border-radius: 999px; padding: 4px 11px; }

/* --- Hero-Häkchen inline --- */
.cc-hero__checks { display: flex; flex-wrap: wrap; gap: 8px 22px; margin-top: 22px; font-size: .9rem; color: var(--cc-muted); }
.cc-hero__checks span { display: inline-flex; align-items: center; gap: 8px; }
.cc-hero__checks span::before { content: ""; width: 18px; height: 18px; flex: none; background: var(--cc-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.4' stroke-linecap='round' stroke-linejoin='round'><path d='m6 10.5 2.5 2.5 5.5-6'/></svg>") center/12px no-repeat; border-radius: 50%; }
