/* CCD Weber – Barrierefreiheit (entsolve, 06.09.2026)
   Wird vom mu-plugin ccdweber-barrierefreiheit.php nach den Divi-Stylesheets geladen. */

/* Slider-Punkte (Beitrags-Slider auf /news/): Divi zeichnet 7 × 7 px Links,
   WCAG 2.5.8 verlangt 24 × 24 px. Die Zielfläche wächst über padding,
   der sichtbare Punkt bleibt klein (background-clip: content-box). */
.et-pb-controllers a {
	box-sizing: border-box;
	width: 24px;
	height: 24px;
	padding: 8px;
	margin-right: 2px;
	border-radius: 12px;
	background-clip: content-box;
}
.et-pb-controllers {
	height: auto;
	line-height: 0;
}

/* Archivtitel (H1 aus dem mu-plugin auf Kategorie- und Autorseiten). */
h1.ccd-archiv-titel {
	padding-bottom: 20px;
}

/* Titelleiste: der Seitentitel ist jetzt eine H1 (dynamischer Inhalt im Textmodul
   mit module_class ccd-seitentitel). Divi gibt Überschriften 10 px Unterabstand,
   der Div-Text hatte keinen – damit die Leiste gleich hoch bleibt. */
.ccd-seitentitel .et_pb_text_inner > h1 {
	padding-bottom: 0;
}
