/* Consent Manager Pro – Frontend
   Alle Farben/Maße kommen aus CSS-Variablen, die aus den Einstellungen erzeugt werden. */

.cmp-root,
.cmp-root *,
.cmp-fab.cmp-fab,
.cmp-placeholder.cmp-placeholder,
.cmp-placeholder.cmp-placeholder * {
	box-sizing: border-box;
}

.cmp-root {
	font-family: var(--cmp-font, inherit) !important;
	font-size: var(--cmp-font-size, 15px) !important;
	line-height: 1.55 !important;
	color: var(--cmp-text, #1a1a1a) !important;
}

.cmp-root[hidden] { display: none; }

/* Scroll-Sperre bei offenem Dialog.
   Der Hintergrund wird fixiert, die Position merkt sich das Skript und
   stellt sie beim Schließen wieder her – deshalb kein Sprung nach oben. */

html.cmp-lock {
	overflow: hidden;
}

html.cmp-lock body {
	position: fixed;
	left: 0;
	right: 0;
	width: 100% !important;
	overflow: hidden;
}

.cmp-sr.cmp-sr {
	position: absolute !important;
	width: 1px !important; height: 1px !important;
	padding: 0 !important; margin: -1px !important;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap !important; border: 0 !important;
}

/* --- Abschirmung gegen Theme-Stile -------------------------------------
   Themes setzen Listenpunkte, Button-Flächen, Schriftgrößen und Abstände
   oft sehr breit. Innerhalb des Widgets werden diese Vorgaben neutralisiert,
   damit der Dialog überall gleich aussieht. */

.cmp-root, .cmp-root *, .cmp-root *::before, .cmp-root *::after, .cmp-fab, .cmp-fab *, .cmp-placeholder, .cmp-placeholder * {
	box-sizing: border-box;
}

.cmp-root ul, .cmp-root ol, .cmp-root li, .cmp-root dl, .cmp-root dt, .cmp-root dd, .cmp-root p, .cmp-root h2, .cmp-root h3, .cmp-root h4, .cmp-root figure, .cmp-root table, .cmp-root fieldset, .cmp-root span, .cmp-root strong, .cmp-root label, .cmp-root a, .cmp-placeholder p, .cmp-placeholder label, .cmp-noscript p {
	font-size: inherit !important;
	line-height: inherit !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: none !important;
	font-family: inherit !important;
	list-style: none !important;
	text-transform: none !important;
	letter-spacing: normal !important;
	word-spacing: normal;
	text-indent: 0;
	font-style: normal;
	text-align: left !important;
	float: none;
}

.cmp-root li::before, .cmp-root li::marker {
	content: none !important;
	display: none !important;
}

.cmp-root button, .cmp-root input, .cmp-root select, .cmp-root textarea, .cmp-fab, .cmp-placeholder button, .cmp-placeholder input, .cmp-debug button {
	font-family: inherit !important;
	font-size: inherit !important;
	line-height: inherit !important;
	letter-spacing: normal !important;
	text-transform: none !important;
	margin: 0 !important;
	min-height: 0 !important;
	min-width: 0 !important;
	height: auto !important;
	width: auto !important;
	box-shadow: none !important;
	text-shadow: none !important;
	background-image: none !important;
}

.cmp-root a {
	box-shadow: none !important;
	text-shadow: none !important;
	background-image: none !important;
}

.cmp-root svg {
	display: inline-block;
	vertical-align: middle !important;
	max-width: none !important;
	height: auto !important;
	fill: none !important;
}

.cmp-root code {
	font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace !important;
	background: none !important;
	padding: 0 !important;
	border: 0 !important;
	font-size: inherit !important;
	color: inherit !important;
}

.cmp-root img { max-width: 100% !important; height: auto !important; }

/* --- Overlay ---------------------------------------------------------- */

.cmp-root .cmp-overlay {
	position: fixed;
	inset: 0;
	background: var(--cmp-overlay, rgba(0,0,0,.55)) !important;
	z-index: 2147483000;
	animation: cmp-fade .2s ease-out;
}

.cmp-root:not(.cmp-visible) .cmp-overlay { display: none; }

/* --- Banner ----------------------------------------------------------- */

.cmp-root .cmp-banner {
	position: fixed;
	z-index: 2147483001;
	background: var(--cmp-bg, #fff) !important;
	color: var(--cmp-text, #1a1a1a) !important;
	box-shadow: var(--cmp-shadow, 0 6px 32px rgba(0,0,0,.18)) !important;
	border: 1px solid var(--cmp-border, #e3e3e3) !important;
}

.cmp-root .cmp-banner[hidden] { display: none; }

.cmp-root .cmp-banner__inner {
	position: relative;
	margin: 0 auto !important;
	max-width: var(--cmp-max-width, 1100px) !important;
	padding: 22px 24px !important;
	display: flex;
	gap: 24px;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.cmp-root .cmp-banner__content { flex: 1 1 380px; min-width: 0 !important; }

.cmp-root .cmp-banner__title {
	margin: 0 0 6px !important;
	font-size: 1.15em !important;
	line-height: 1.3 !important;
	font-weight: 700 !important;
	color: inherit !important;
}

.cmp-root .cmp-banner__text { margin: 0 !important; color: var(--cmp-muted, #5c5c5c) !important; }
.cmp-root .cmp-banner__text p { margin: 0 0 .5em !important; }
.cmp-root .cmp-banner__text p:last-child { margin-bottom: 0 !important; }

.cmp-root .cmp-banner__links,
.cmp-root .cmp-prefs__links {
	margin: 10px 0 0 !important;
	font-size: .9em !important;
	color: var(--cmp-muted, #5c5c5c) !important;
}

.cmp-root .cmp-banner__links a,
.cmp-root .cmp-prefs__links a,
.cmp-root .cmp-service__link a {
	color: var(--cmp-link, #0a5dc2) !important;
	text-decoration: underline !important;
	text-underline-offset: 2px !important;
}

.cmp-root .cmp-banner__actions {
	display: flex;
	gap: 10px;
	flex: 0 1 auto;
	flex-wrap: wrap;
	align-items: center;
}

.cmp-root .cmp-logo {
	display: block;
	max-height: 38px !important;
	width: auto !important;
	margin-bottom: 12px !important;
}

/* Layout: Leiste */
.cmp-root.cmp-layout-bar .cmp-banner { left: 0; right: 0; }
.cmp-root.cmp-layout-bar.cmp-pos-bottom .cmp-banner { bottom: 0; border-width: 1px 0 0 !important; }
.cmp-root.cmp-layout-bar.cmp-pos-top .cmp-banner { top: 0; border-width: 0 0 1px !important; }

/* Layout: Box */
.cmp-root.cmp-layout-box .cmp-banner {
	width: min(100% - 32px, 460px) !important;
	border-radius: var(--cmp-radius-box, 10px) !important;
	bottom: 16px;
	left: 16px;
}
.cmp-root.cmp-layout-box.cmp-pos-bottom-right .cmp-banner { left: auto; right: 16px; }
.cmp-root.cmp-layout-box.cmp-pos-bottom .cmp-banner { left: 50%; transform: translateX(-50%); }
.cmp-root.cmp-layout-box.cmp-pos-top .cmp-banner { bottom: auto; top: 16px; left: 50%; transform: translateX(-50%); }
.cmp-root.cmp-layout-box .cmp-banner__inner { flex-direction: column; align-items: stretch; gap: 16px; }
.cmp-root.cmp-layout-box .cmp-banner__actions { flex-direction: column; align-items: stretch; }

/* Layout: Modal */
.cmp-root.cmp-layout-modal .cmp-banner {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: min(100% - 32px, 560px) !important;
	border-radius: var(--cmp-radius-box, 10px) !important;
	max-height: calc(100vh - 48px) !important;
	overflow-y: auto;
}
.cmp-root.cmp-layout-modal .cmp-banner__inner { flex-direction: column; align-items: stretch; gap: 18px; }
.cmp-root.cmp-layout-modal .cmp-banner__actions { flex-direction: column; align-items: stretch; }

/* --- Buttons ---------------------------------------------------------- */

.cmp-root .cmp-btn {
	appearance: none !important;
	font: inherit !important;
	font-weight: 600 !important;
	line-height: 1.2 !important;
	cursor: pointer !important;
	padding: 12px 22px !important;
	border-radius: var(--cmp-radius-btn, 6px) !important;
	border: 1px solid transparent !important;
	white-space: nowrap !important;
	transition: filter .15s ease, background-color .15s ease;
}

.cmp-root .cmp-btn:hover { filter: brightness(.94); }
.cmp-root .cmp-btn:focus-visible { outline: 2px solid var(--cmp-link, #0a5dc2) !important; outline-offset: 2px; }

.cmp-root .cmp-btn--accept { background: var(--cmp-accept-bg) !important; color: var(--cmp-accept-text) !important; border-color: var(--cmp-accept-bg) !important; }
.cmp-root .cmp-btn--reject { background: var(--cmp-reject-bg) !important; color: var(--cmp-reject-text) !important; border-color: var(--cmp-border) !important; }
.cmp-root .cmp-btn--settings { background: var(--cmp-settings-bg) !important; color: var(--cmp-settings-text) !important; border-color: var(--cmp-border) !important; }

/* Button-Stil: Outline */
.cmp-root.cmp-btn-outline .cmp-btn--accept { background: transparent !important; color: var(--cmp-accept-bg) !important; border-color: var(--cmp-accept-bg) !important; }
.cmp-root.cmp-btn-outline .cmp-btn--reject,
.cmp-root.cmp-btn-outline .cmp-btn--settings { background: transparent !important; }

/* Button-Stil: Soft */
.cmp-root.cmp-btn-soft .cmp-btn--reject,
.cmp-root.cmp-btn-soft .cmp-btn--settings {
	background: color-mix(in srgb, var(--cmp-text) 7%, transparent) !important;
	border-color: transparent !important;
}

/* Gleichwertige Buttons: identische Fläche, Schrift, Größe und Gewichtung.
   Gilt unabhängig vom gewählten Button-Stil. */

.cmp-root.cmp-equal .cmp-btn--accept,
.cmp-root.cmp-equal .cmp-btn--reject,
.cmp-root.cmp-equal .cmp-btn--settings {
	background: var(--cmp-accept-bg) !important;
	color: var(--cmp-accept-text) !important;
	border-color: var(--cmp-accept-bg) !important;
	font-weight: 600 !important;
	font-size: 1em !important;
	padding: 12px 22px !important;
	text-transform: none !important;
	letter-spacing: normal !important;
	opacity: 1;
}

.cmp-root.cmp-equal.cmp-btn-outline .cmp-btn--accept,
.cmp-root.cmp-equal.cmp-btn-outline .cmp-btn--reject,
.cmp-root.cmp-equal.cmp-btn-outline .cmp-btn--settings {
	background: transparent !important;
	color: var(--cmp-accept-bg) !important;
	border-color: var(--cmp-accept-bg) !important;
}

.cmp-root.cmp-equal.cmp-btn-soft .cmp-btn--accept,
.cmp-root.cmp-equal.cmp-btn-soft .cmp-btn--reject,
.cmp-root.cmp-equal.cmp-btn-soft .cmp-btn--settings {
	background: color-mix(in srgb, var(--cmp-accept-bg) 14%, transparent) !important;
	color: var(--cmp-text) !important;
	border-color: transparent !important;
}

/* Gleiche Breite, damit auch die Fläche keinen Button bevorzugt */
.cmp-root.cmp-equal .cmp-banner__actions .cmp-btn,
.cmp-root.cmp-equal .cmp-prefs__actions .cmp-btn {
	flex: 1 1 0;
	min-width: 150px !important;
}

/* Reihenfolge */
.cmp-root.cmp-order-reject-first .cmp-banner__actions,
.cmp-root.cmp-order-reject-first .cmp-prefs__actions { flex-direction: row-reverse; }
.cmp-root.cmp-order-reject-first.cmp-layout-box .cmp-banner__actions,
.cmp-root.cmp-order-reject-first.cmp-layout-modal .cmp-banner__actions { flex-direction: column-reverse; }

/* Volle Breite */
.cmp-root.cmp-btn-block .cmp-banner__actions { flex-direction: column; align-items: stretch; width: 100% !important; }
.cmp-root.cmp-btn-block .cmp-btn { width: 100% !important; }

.cmp-root .cmp-close {
	position: absolute;
	top: 8px;
	right: 8px;
	background: transparent !important;
	border: 0 !important;
	color: inherit !important;
	width: 36px !important;
	height: 36px !important;
	border-radius: 50% !important;
	cursor: pointer !important;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 0 !important;
}
.cmp-root .cmp-close:hover { background: rgba(127,127,127,.15) !important; }

/* --- Einstellungs-Dialog ----------------------------------------------
   Ruhiges Raster: flache Abschnitte statt verschachtelter Kästen,
   eine einzige Trennlinienstärke, Details nur auf Wunsch sichtbar. */

.cmp-root .cmp-prefs {
	position: fixed;
	inset: 0;
	z-index: 2147483002;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px !important;
	background: var(--cmp-overlay, rgba(0,0,0,.55)) !important;
}

.cmp-root .cmp-prefs[hidden] { display: none; }

.cmp-root .cmp-prefs__inner {
	background: var(--cmp-bg, #fff) !important;
	color: var(--cmp-text) !important;
	border-radius: var(--cmp-radius-box, 10px) !important;
	box-shadow: var(--cmp-shadow) !important;
	width: min(100%, 640px) !important;
	max-height: min(86vh, 860px) !important;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	animation: cmp-pop .18s ease-out;
}

.cmp-root .cmp-prefs__head {
	position: relative;
	padding: 20px 56px 16px 28px !important;
	border-bottom: 1px solid var(--cmp-border) !important;
	flex: 0 0 auto;
}

.cmp-root .cmp-prefs__title {
	margin: 0 !important;
	font-size: 1.05em !important;
	font-weight: 600 !important;
	letter-spacing: -.01em !important;
}

.cmp-root .cmp-prefs__head .cmp-close { top: 12px; right: 14px; width: 32px !important; height: 32px !important; }

.cmp-root .cmp-prefs__body {
	padding: 4px 28px 8px !important;
	overflow-y: auto;
	overscroll-behavior: contain;
	-webkit-overflow-scrolling: touch;
	flex: 1 1 auto;
}

.cmp-root .cmp-prefs__intro {
	margin: 18px 0 4px !important;
	color: var(--cmp-muted) !important;
	font-size: .9em !important;
	line-height: 1.55 !important;
}

.cmp-root .cmp-prefs__foot {
	padding: 16px 28px 18px !important;
	border-top: 1px solid var(--cmp-border) !important;
	flex: 0 0 auto;
}

.cmp-root .cmp-prefs__actions { display: flex; gap: 8px; flex-wrap: wrap; }
.cmp-root .cmp-prefs__actions .cmp-btn { flex: 1 1 auto; }

.cmp-root .cmp-prefs__links {
	margin: 12px 0 0 !important;
	font-size: .82em !important;
	color: var(--cmp-muted) !important;
}

/* --- Kategorie -------------------------------------------------------- */

.cmp-root .cmp-cat {
	padding: 20px 0 !important;
	border-bottom: 1px solid var(--cmp-border) !important;
}

.cmp-root .cmp-cat:last-child { border-bottom: 0 !important; }

.cmp-root .cmp-cat__head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 20px;
}

.cmp-root .cmp-cat__text { min-width: 0 !important; }

.cmp-root .cmp-cat__title {
	margin: 0 !important;
	font-size: 1.02em !important;
	font-weight: 650 !important;
	line-height: 1.3 !important;
	letter-spacing: -.011em !important;
}

.cmp-root .cmp-cat__desc {
	margin: 4px 0 0 !important;
	color: var(--cmp-muted) !important;
	font-size: .86em !important;
	line-height: 1.5 !important;
}

/* Ausklapper einer Kategorie */
.cmp-root .cmp-cat__more {
	appearance: none !important;
	background: none !important;
	border: 0 !important;
	margin: 12px 0 0 !important;
	padding: 0 !important;
	font: inherit !important;
	font-size: .84em !important;
	color: var(--cmp-muted) !important;
	cursor: pointer !important;
	display: inline-flex;
	align-items: center;
	gap: 7px;
}

.cmp-root .cmp-cat__more:hover { color: var(--cmp-text) !important; }
.cmp-root .cmp-cat__more:focus-visible { outline: 2px solid var(--cmp-link) !important; outline-offset: 3px; border-radius: 3px !important; }

.cmp-root .cmp-cat__count {
	font-size: .92em !important;
	line-height: 1 !important;
	padding: 3px 7px !important;
	border-radius: 999px !important;
	background: color-mix(in srgb, currentColor 12%, transparent) !important;
}

.cmp-root .cmp-chevron { transition: transform .15s ease; flex: 0 0 auto; }
[aria-expanded="true"] > .cmp-chevron { transform: rotate(180deg); }

.cmp-root .cmp-cat__details {
	margin: 10px 0 0 2px !important;
	padding-left: 16px !important;
	border-left: 1px solid var(--cmp-border) !important;
}
.cmp-root .cmp-cat__details[hidden] { display: none; }

/* --- Anbieter --------------------------------------------------------- */

.cmp-root .cmp-services {
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.cmp-root .cmp-service { padding: 12px 0 4px !important; }
.cmp-root .cmp-service:first-child { padding-top: 4px !important; }
.cmp-root .cmp-service + .cmp-service { border-top: 1px solid color-mix(in srgb, var(--cmp-border) 70%, transparent) !important; }

.cmp-root .cmp-service__row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

.cmp-root .cmp-service__text { display: flex; flex-direction: column; gap: 1px; min-width: 0 !important; }

.cmp-root .cmp-service__name {
	font-size: .9em !important;
	font-weight: 550 !important;
	line-height: 1.35 !important;
}

.cmp-root .cmp-service__provider {
	font-size: .78em !important;
	color: var(--cmp-muted) !important;
	line-height: 1.4 !important;
}

.cmp-root .cmp-service__desc {
	margin: 6px 0 0 !important;
	font-size: .84em !important;
	line-height: 1.5 !important;
	color: var(--cmp-muted) !important;
}

.cmp-root .cmp-service__more {
	appearance: none !important;
	background: none !important;
	border: 0 !important;
	margin: 8px 0 0 !important;
	padding: 0 !important;
	font: inherit !important;
	font-size: .78em !important;
	color: var(--cmp-muted) !important;
	cursor: pointer !important;
	display: inline-flex;
	align-items: center;
	gap: 5px;
	opacity: .85;
}

.cmp-root .cmp-service__more:hover { opacity: 1; color: var(--cmp-text) !important; }
.cmp-root .cmp-service__more:focus-visible { outline: 2px solid var(--cmp-link) !important; outline-offset: 3px; border-radius: 3px !important; }

.cmp-root .cmp-service__detail { margin: 10px 0 4px !important; }
.cmp-root .cmp-service__detail[hidden] { display: none; }

.cmp-root .cmp-service__link {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	margin-top: 10px !important;
	font-size: .78em !important;
	color: var(--cmp-muted) !important;
	text-decoration: none !important;
	border-bottom: 1px solid color-mix(in srgb, currentColor 35%, transparent) !important;
}

.cmp-root .cmp-service__link:hover { color: var(--cmp-link) !important; }

/* --- Cookies ---------------------------------------------------------- */

.cmp-root .cmp-cookies {
	margin: 0 !important;
	padding: 12px 14px !important;
	border-radius: 8px !important;
	background: color-mix(in srgb, var(--cmp-text) 4%, transparent) !important;
	font-size: .78em !important;
}

.cmp-cookie-policy .cmp-cookies {
	margin: 0 !important;
	padding: 12px 14px !important;
	border-radius: 8px !important;
	background: color-mix(in srgb, var(--cmp-text) 4%, transparent) !important;
	font-size: .78em !important;
}

.cmp-root .cmp-cookie { display: flex; gap: 12px; align-items: baseline; padding: 3px 0 !important; }

.cmp-cookie-policy .cmp-cookie { display: flex; gap: 12px; align-items: baseline; padding: 3px 0 !important; }
.cmp-root .cmp-cookie dt { flex: 0 0 auto; min-width: 98px !important; }
.cmp-cookie-policy .cmp-cookie dt { flex: 0 0 auto; min-width: 98px !important; }
.cmp-root .cmp-cookie dt code { font-size: .95em !important; word-break: break-all !important; opacity: .9; }
.cmp-cookie-policy .cmp-cookie dt code { font-size: .95em !important; word-break: break-all !important; opacity: .9; }
.cmp-root .cmp-cookie dd { margin: 0 !important; color: var(--cmp-muted) !important; display: flex; gap: 10px; flex: 1 1 auto; justify-content: space-between; }
.cmp-cookie-policy .cmp-cookie dd { margin: 0 !important; color: var(--cmp-muted) !important; display: flex; gap: 10px; flex: 1 1 auto; justify-content: space-between; }
.cmp-root .cmp-cookie__duration { opacity: .75; white-space: nowrap !important; }
.cmp-cookie-policy .cmp-cookie__duration { opacity: .75; white-space: nowrap !important; }

/* --- Kennzeichnung „immer aktiv" -------------------------------------- */

.cmp-root .cmp-tag {
	flex: 0 0 auto;
	font-size: .74em !important;
	line-height: 1 !important;
	padding: 6px 10px !important;
	border-radius: 999px !important;
	color: var(--cmp-muted) !important;
	background: color-mix(in srgb, var(--cmp-text) 6%, transparent) !important;
	white-space: nowrap !important;
}

/* --- Schalter --------------------------------------------------------- */

.cmp-root .cmp-switch {
	position: relative;
	display: inline-flex;
	align-items: center;
	flex: 0 0 auto;
	cursor: pointer !important;
}

.cmp-root .cmp-switch input {
	position: absolute;
	opacity: 0;
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	cursor: pointer !important;
}

.cmp-root .cmp-switch__track {
	width: 40px !important;
	height: 23px !important;
	border-radius: 999px !important;
	background: color-mix(in srgb, var(--cmp-text) 22%, transparent) !important;
	display: block;
	position: relative;
	transition: background-color .16s ease;
}

.cmp-root .cmp-switch__thumb {
	position: absolute;
	top: 3px;
	left: 3px;
	width: 17px !important;
	height: 17px !important;
	border-radius: 50% !important;
	background: #fff !important;
	box-shadow: 0 1px 2px rgba(0,0,0,.25) !important;
	transition: transform .16s ease;
}

.cmp-root .cmp-switch input:checked + .cmp-switch__track { background: var(--cmp-toggle-on, #0a8a3c) !important; }
.cmp-root .cmp-switch input:checked + .cmp-switch__track .cmp-switch__thumb { transform: translateX(17px); }
.cmp-root .cmp-switch input:focus-visible + .cmp-switch__track { outline: 2px solid var(--cmp-link) !important; outline-offset: 3px; }

.cmp-root .cmp-switch--small .cmp-switch__track { width: 34px !important; height: 20px !important; }
.cmp-root .cmp-switch--small .cmp-switch__thumb { width: 14px !important; height: 14px !important; }
.cmp-root .cmp-switch--small input:checked + .cmp-switch__track .cmp-switch__thumb { transform: translateX(14px); }

/* Teilweise erlaubt: Schalter in Akzentfarbe, Griff mittig, Strich statt Punkt.
   So ist der Zwischenzustand auf einen Blick von „aus" und „an" unterscheidbar. */
.cmp-root .cmp-cat--partial .cmp-cat__head .cmp-switch__track {
	background: color-mix(in srgb, var(--cmp-toggle-on, #0a8a3c) 45%, transparent) !important;
}

.cmp-root .cmp-cat--partial .cmp-cat__head .cmp-switch__thumb {
	transform: translateX(8.5px);
	width: 17px !important;
	border-radius: 999px !important;
}

.cmp-root .cmp-cat--partial .cmp-cat__head .cmp-switch__thumb::after {
	content: '' !important;
	position: absolute;
	inset: 0;
	margin: auto !important;
	width: 7px !important;
	height: 2px !important;
	border-radius: 2px !important;
	background: var(--cmp-toggle-on, #0a8a3c) !important;
}

/* --- Nachweis --------------------------------------------------------- */

.cmp-root .cmp-prefs__proof {
	margin: 12px 0 0 !important;
	padding-top: 12px !important;
	border-top: 1px solid var(--cmp-border) !important;
	font-size: .75em !important;
	color: var(--cmp-muted) !important;
	display: flex;
	align-items: center;
	gap: 8px;
	flex-wrap: wrap;
}

.cmp-root .cmp-prefs__proof[hidden] { display: none; }

.cmp-root .cmp-proof__copy {
	appearance: none !important;
	background: none !important;
	border: 0 !important;
	padding: 0 !important;
	font: inherit !important;
	color: var(--cmp-link) !important;
	cursor: pointer !important;
	border-bottom: 1px solid currentColor !important;
}

/* --- Platzhalter für blockierte Einbettungen -------------------------- */

.cmp-placeholder.cmp-placeholder {
	line-height: 1.5 !important;
	line-height: 1.5 !important;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 200px !important;
	padding: 24px !important;
	background: #f4f5f7 !important;
	border: 1px solid #e3e3e3 !important;
	border-radius: var(--cmp-radius-box, 10px) !important;
	font-family: var(--cmp-font, inherit) !important;
	text-align: center !important;
	color: #333 !important;
}

.cmp-placeholder.cmp-placeholder iframe,
.cmp-placeholder.cmp-placeholder [data-cmp-src] { display: none; }
.cmp-placeholder__inner.cmp-placeholder__inner { max-width: 460px !important; }
.cmp-placeholder__text.cmp-placeholder__text { margin: 0 0 14px !important; font-size: .95em !important; line-height: 1.5 !important; }

.cmp-placeholder__btn.cmp-placeholder__btn {
	appearance: none !important;
	font: inherit !important;
	font-weight: 600 !important;
	cursor: pointer !important;
	padding: 11px 20px !important;
	border-radius: var(--cmp-radius-btn, 6px) !important;
	border: 0 !important;
	background: var(--cmp-accept-bg, #0a5dc2) !important;
	color: var(--cmp-accept-text, #fff) !important;
}

.cmp-placeholder__always.cmp-placeholder__always {
	display: block;
	margin-top: 12px !important;
	font-size: .85em !important;
	color: #5c5c5c !important;
}

/* --- Widerrufs-Icon ---------------------------------------------------- */

.cmp-fab.cmp-fab {
	position: fixed;
	z-index: 2147482999;
	width: var(--cmp-fab-size, 44px) !important;
	height: var(--cmp-fab-size, 44px) !important;
	border-radius: 999px !important;
	border: 1px solid var(--cmp-border, #e3e3e3) !important;
	background: var(--cmp-fab-bg, #fff) !important;
	color: var(--cmp-fab-icon, #1a1a1a) !important;
	box-shadow: 0 2px 12px rgba(0,0,0,.2) !important;
	cursor: pointer !important;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 0 !important;
	font: inherit !important;
	font-family: var(--cmp-font, inherit) !important;
	font-size: 13px !important;
	line-height: 1 !important;
	opacity: .9;
	transition: opacity .15s ease, transform .15s ease;
	animation: cmp-fade .3s ease-out;
}

.cmp-fab.cmp-fab:hover { opacity: 1; transform: scale(1.06); }
.cmp-fab.cmp-fab:focus-visible { outline: 2px solid var(--cmp-link, #0a5dc2) !important; outline-offset: 2px; }
.cmp-fab.cmp-fab[hidden] { display: none; }

.cmp-fab--bottom-left.cmp-fab--bottom-left  { left: var(--cmp-fab-offset, 16px); bottom: var(--cmp-fab-offset, 16px); }
.cmp-fab--bottom-right.cmp-fab--bottom-right { right: var(--cmp-fab-offset, 16px); bottom: var(--cmp-fab-offset, 16px); }
.cmp-fab--top-left.cmp-fab--top-left     { left: var(--cmp-fab-offset, 16px); top: var(--cmp-fab-offset, 16px); }
.cmp-fab--top-right.cmp-fab--top-right    { right: var(--cmp-fab-offset, 16px); top: var(--cmp-fab-offset, 16px); }

.cmp-fab--labelled.cmp-fab--labelled {
	width: auto !important;
	padding: 0 16px 0 12px !important;
	border-radius: 999px !important;
}

.cmp-fab__label.cmp-fab__label { white-space: nowrap !important; font-weight: 600 !important; }
.cmp-fab__icon.cmp-fab__icon { flex: 0 0 auto; }
.cmp-fab__logo.cmp-fab__logo { width: 60% !important; height: auto !important; border-radius: 50% !important; }

@media (prefers-reduced-motion: reduce) {
	.cmp-fab.cmp-fab { animation: none; transition: none; }
	.cmp-fab.cmp-fab:hover { transform: none; }
}

/* --- Ohne JavaScript --------------------------------------------------- */

.cmp-noscript.cmp-noscript {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2147482998;
	background: var(--cmp-bg, #fff) !important;
	color: var(--cmp-text, #1a1a1a) !important;
	border-top: 1px solid var(--cmp-border, #e3e3e3) !important;
	box-shadow: var(--cmp-shadow, 0 -4px 20px rgba(0,0,0,.12)) !important;
	font-family: var(--cmp-font, inherit) !important;
	font-size: 14px !important;
	line-height: 1.5 !important;
}

.cmp-noscript.cmp-noscript p {
	max-width: var(--cmp-max-width, 1100px) !important;
	margin: 0 auto !important;
	padding: 14px 24px !important;
}

.cmp-noscript.cmp-noscript a { color: var(--cmp-link, #0a5dc2) !important; }

/* --- Debug-Ansicht ----------------------------------------------------- */

.cmp-debug.cmp-debug {
	position: fixed;
	right: 16px;
	top: 16px;
	z-index: 2147483003;
	max-width: 480px !important;
	max-height: 70vh !important;
	overflow: auto;
	background: #10131a !important;
	color: #e6e9ef !important;
	border-radius: 8px !important;
	padding: 14px 16px !important;
	font: 12px/1.5 ui-monospace, SFMono-Regular, Menlo, monospace !important;
	box-shadow: 0 10px 40px rgba(0,0,0,.4) !important;
}

.cmp-debug.cmp-debug table { width: 100% !important; border-collapse: collapse; margin-top: 8px !important; }
.cmp-debug.cmp-debug td { padding: 3px 6px !important; border-bottom: 1px solid #262b35 !important; vertical-align: top !important; }
.cmp-debug.cmp-debug p { margin: 6px 0 0 !important; color: #97a0b0 !important; }

.cmp-debug__close.cmp-debug__close {
	margin-top: 10px !important;
	background: #2a3140 !important;
	color: inherit !important;
	border: 0 !important;
	border-radius: 4px !important;
	padding: 5px 12px !important;
	cursor: pointer !important;
	font: inherit !important;
}

/* --- Animationen ------------------------------------------------------ */

/* Hinweis, wenn neben das Banner geklickt wird, ohne dass eine Entscheidung vorliegt */
@keyframes cmp-attention {
	0%, 100% { transform: scale(1); }
	30% { transform: scale(1.012); }
	60% { transform: scale(0.996); }
}

/* Animiert wird der innere Container – das Banner selbst nutzt transform
   bereits zur Zentrierung. */
.cmp-root .cmp-banner.cmp-attention {
	box-shadow: 0 0 0 3px var(--cmp-accept-bg), var(--cmp-shadow, 0 6px 32px rgba(0,0,0,.18)) !important;
}

.cmp-root .cmp-banner.cmp-attention .cmp-banner__inner {
	animation: cmp-attention .45s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
	.cmp-root .cmp-banner.cmp-attention .cmp-banner__inner { animation: none; }
}

@keyframes cmp-fade { from { opacity: 0; } to { opacity: 1; } }
@keyframes cmp-pop { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
@keyframes cmp-slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } }
@keyframes cmp-slide-down { from { transform: translateY(-100%); } to { transform: translateY(0); } }

.cmp-root.cmp-anim-slide.cmp-layout-bar.cmp-pos-bottom .cmp-banner { animation: cmp-slide-up .3s ease-out; }
.cmp-root.cmp-anim-slide.cmp-layout-bar.cmp-pos-top .cmp-banner { animation: cmp-slide-down .3s ease-out; }
.cmp-root.cmp-anim-fade .cmp-banner { animation: cmp-fade .25s ease-out; }
.cmp-root.cmp-anim-none .cmp-banner,
.cmp-root.cmp-anim-none .cmp-overlay { animation: none; }

@media (prefers-reduced-motion: reduce) {
	.cmp-root .cmp-banner, .cmp-root .cmp-overlay, .cmp-root .cmp-prefs__inner { animation: none !important; }
}

/* --- Mobil ------------------------------------------------------------ */

@media (max-width: 640px) {
	.cmp-root .cmp-banner__inner { padding: 18px 16px !important; gap: 16px; }
	.cmp-root .cmp-banner__actions { width: 100% !important; flex-direction: column; align-items: stretch; }
	.cmp-root .cmp-banner__actions .cmp-btn { width: 100% !important; }
	.cmp-root.cmp-layout-box .cmp-banner,
	.cmp-root.cmp-layout-modal .cmp-banner {
		left: 8px; right: 8px; width: auto !important; transform: none; bottom: 8px; top: auto;
	}
	.cmp-root .cmp-prefs { padding: 0 !important; }
	.cmp-root .cmp-prefs__inner { max-height: 100vh !important; height: 100% !important; border-radius: 0 !important; width: 100% !important; }
	.cmp-root .cmp-prefs__actions { flex-direction: column; }
	.cmp-root .cmp-cookies { font-size: .8em !important; }
	.cmp-cookie-policy .cmp-cookies { font-size: .8em !important; }
	.cmp-root .cmp-cookies th:nth-child(2), .cmp-root .cmp-cookies td:nth-child(2) { white-space: nowrap !important; }
	.cmp-cookie-policy .cmp-cookies th:nth-child(2), .cmp-cookie-policy .cmp-cookies td:nth-child(2) { white-space: nowrap !important; }
}

/* --- Vorschau im Backend ---------------------------------------------- */

.cmp-root.cmp-preview { position: relative; }
.cmp-root.cmp-preview .cmp-overlay { position: absolute; }
.cmp-root.cmp-preview .cmp-banner { position: absolute; }
.cmp-root.cmp-preview .cmp-prefs { position: absolute; }
