/* KI-Detektor Bausteine 2.1.0 - schlank, mit Zonen-Rhythmus.
   Zentriert, 1040px, eine Farbe (Gruen). Getoente Zonen laufen
   ueber die volle Breite, Inhalt bleibt in der Spalte zentriert. */

.kidb-hero,
.kidb-hinweis,
.kidb-faq,
.kidb-footer {
	font-family: inherit;
	color: #17161c;
	max-width: 1040px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}

@media (max-width: 1088px) {
	.kidb-hero, .kidb-hinweis, .kidb-faq, .kidb-footer,
	.kidb-block-innen {
		padding-left: 24px;
		padding-right: 24px;
	}
}

.kidb-hero { padding-top: 2.5rem; padding-bottom: 1.75rem; border-bottom: 1px solid #e4e2e6; }
.kidb-kicker { font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 600; color: #2b4fd8; margin: 0 0 1.25rem; }
.kidb-h1 { font-size: 44px; line-height: 1.04; font-weight: 800; letter-spacing: -0.035em; margin: 0; }
.kidb-hero-text { font-size: 17px; line-height: 1.55; color: #56545e; max-width: 480px; margin: 1rem 0 0; }

/* Block: innere Huelle zentriert den Inhalt in der Spalte. */
.kidb-block { font-family: inherit; color: #17161c; box-sizing: border-box; border-bottom: 1px solid #e4e2e6; max-width: 1040px; margin-left: auto; margin-right: auto; }
.kidb-block-innen {
	display: grid;
	grid-template-columns: 88px 1fr;
	box-sizing: border-box;
}



.kidb-block-spalte { padding-top: 1.5rem; }
.kidb-nr { font-size: 22px; font-weight: 800; letter-spacing: -0.03em; }
.kidb-block-inhalt { padding-top: 1.5rem; padding-bottom: 1.5rem; }
.kidb-label { font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; font-weight: 600; color: #8d8b95; margin: 0 0 10px; }
.kidb-h2 { font-size: 26px; font-weight: 800; letter-spacing: -0.02em; line-height: 1.15; margin: 0 0 12px; }
.kidb-fliesstext { font-size: 17px; line-height: 1.7; }
.kidb-fliesstext p { margin: 0 0 12px; }
.kidb-fliesstext p:last-child { margin-bottom: 0; }
.kidb-fliesstext a { color: #2b4fd8; }

.kidb-hinweis { display: flex; align-items: baseline; gap: 10px; padding: 0.9rem 0; font-size: 14px; line-height: 1.6; color: #56545e; }
.kidb-punkt { width: 6px; height: 6px; border-radius: 50%; background: #2b4fd8; flex: none; position: relative; top: 6px; }
.kidb-hinweis-text a { color: #2b4fd8; }

.kidb-faq { padding: 1.75rem 0; border-top: 2px solid #17161c; border-bottom: 2px solid #17161c; margin: 1.5rem auto; }
.kidb-faq-item { border-top: 1px solid #e4e2e6; padding: 14px 0; }
.kidb-faq-item:first-of-type { border-top: none; padding-top: 0; }
.kidb-faq-frage { font-size: 17px; font-weight: 700; margin: 0 0 6px; }
.kidb-faq-antwort { font-size: 16px; line-height: 1.65; color: #56545e; margin: 0; }

.kidb-footer { padding: 1.5rem 0; display: flex; justify-content: space-between; gap: 1rem; font-size: 12px; font-weight: 500; color: #56545e; }
.kidb-footer-marke { color: #8d8b95; font-weight: 800; }
.kidb-akzent { color: #2b4fd8; }

@media (max-width: 600px) {
	.kidb-h1 { font-size: 33px; }
	.kidb-h2 { font-size: 23px; }
	.kidb-block { grid-template-columns: 1fr; }
	.kidb-block-spalte { padding-bottom: 0; }
	.kidb-footer { flex-direction: column; gap: 0.5rem; }
}

/* Icon in der Randspalte, unter der Ziffer, in der Akzentfarbe. */
.kidb-block-spalte { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.kidb-icon { color: #2b4fd8; display: inline-flex; }
.kidb-icon svg { display: block; }
@media (max-width: 600px) {
	.kidb-block-spalte { flex-direction: row; gap: 14px; align-items: center; }
}

/* Kartenraster fuer Artikel-Uebersichten. */
.kidb-karten {
	max-width: 1040px;
	width: 100%;
	margin: 1.5rem auto;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	box-sizing: border-box;
}
.kidb-karte {
	border: 1px solid #e4e2e6;
	border-radius: 6px;
	padding: 20px;
	text-decoration: none;
	color: #17161c;
	display: flex;
	flex-direction: column;
	transition: border-color 0.15s ease, transform 0.15s ease;
}
.kidb-karte:hover {
	border-color: #17161c;
	transform: translateY(-2px);
}
.kidb-karte .kidb-icon { color: #2b4fd8; margin-bottom: 10px; }
.kidb-karte-titel {
	font-weight: 800;
	font-size: 17px;
	letter-spacing: -0.01em;
	margin-bottom: 6px;
	color: #17161c;
}
.kidb-karte-text {
	font-size: 14px;
	line-height: 1.55;
	color: #56545e;
}
@media (max-width: 1088px) {
	.kidb-karten { padding-left: 24px; padding-right: 24px; }
}
@media (max-width: 600px) {
	.kidb-karten { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
	.kidb-karte { transition: none; }
}

/* Saubere Liste. Gruenes Zeichen, jeder Punkt mit Abstand. */
.kidb-liste {
	list-style: none;
	padding: 0;
	margin: 0 0 12px;
}
.kidb-liste li {
	position: relative;
	padding-left: 22px;
	margin-bottom: 12px;
	font-size: 17px;
	line-height: 1.7;
}
.kidb-liste li:last-child { margin-bottom: 0; }
.kidb-liste li::before {
	content: "\2013";
	position: absolute;
	left: 0;
	top: 0;
	color: #2b4fd8;
	font-weight: 700;
}

/* Grosser Statement-Hero fuer die Startseite.
   Hintergrund: feines Punktraster mit Lichtfleck, laeuft ueber die
   volle Breite (Pseudo-Element-Trick, stabil, kein margin-Rechnen). */
.kidb-hero-gross {
	max-width: 1040px;
	margin: 0 auto;
	padding: 4rem 0 3rem;
	box-sizing: border-box;
	position: relative;
	z-index: 0;
}
.kidb-hero-gross::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100vw;
	z-index: -1;
	background-color: #fbfaf8;
	background-image:
		radial-gradient(circle at 82% 0%, rgba(43,79,216,0.12) 0%, transparent 46%),
		radial-gradient(#dbd9d3 1px, transparent 1px);
	background-size: 100% 100%, 22px 22px;
	border-bottom: 1px solid #e4e2e6;
}
/* Sicherung gegen horizontalen Scrollbalken durch das 100vw-Element. */
.wp-site-blocks { overflow-x: hidden; overflow-x: clip; }
.kidb-h1-gross {
	font-size: 72px;
	line-height: 1.0;
	font-weight: 800;
	letter-spacing: -0.045em;
	margin: 0;
	color: #17161c;
	max-width: 900px;
}
.kidb-akzent-gruen { color: #2b4fd8; }
.kidb-hero-gross-text {
	font-size: 20px;
	line-height: 1.5;
	color: #56545e;
	max-width: 520px;
	margin: 1.75rem 0 0;
}
@media (max-width: 1088px) {
	.kidb-hero-gross { padding-left: 24px; padding-right: 24px; }
}
@media (max-width: 780px) {
	.kidb-h1-gross { font-size: 48px; }
	.kidb-hero-gross-text { font-size: 18px; }
}
@media (max-width: 480px) {
	.kidb-h1-gross { font-size: 38px; }
}
