/* DM 2030 – Frontend-Ergänzungen (Tailwind CDN übernimmt Utilities) */
html {
	font-family: Arial, Helvetica, sans-serif;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5;
	font-weight: 400;
}

/* Schrift: Arial; Überschriften fett (700) — setzt starke Tailwind-Gewichte zurück */
:is(h1, h2, h3, h4, h5, h6) {
	font-family: Arial, Helvetica, sans-serif !important;
	font-weight: 700 !important;
	letter-spacing: -0.01em;
}

.title-italic {
	font-style: italic;
	font-weight: 700 !important;
	letter-spacing: -0.015em;
}

/* Tastatur-Fokus Hauptnavigation */
nav.glass-nav .dm2030-nav-links a:focus-visible {
	outline: 2px solid #d5312d;
	outline-offset: 3px;
}

/* Navigation: Labels schwarz, aktiver Punkt weiterhin CI-Rot (ohne Kontakt-Kasten) */
nav.glass-nav .dm2030-nav-links a:not(.text-dm2030-red):not(.dm2030-nav-cta) {
	color: #000000 !important;
}
nav.glass-nav .dm2030-nav-links a:not(.text-dm2030-red):not(.dm2030-nav-cta):visited {
	color: #000000 !important;
}

/* Alle Nav-Punkte gleiche Zeilenhöhe, kein Umbruch innerhalb eines Labels */
.dm2030-nav-links a {
	display: inline-flex;
	align-items: center;
	white-space: nowrap;
}

/* Kontakt: Kasten-Button (dunkel wie CTA-Referenz, Hover & aktiv = CI-Rot) */
nav.glass-nav .dm2030-nav-links a.dm2030-nav-cta {
	color: #ffffff !important;
	background-color: #0f172a;
	border-color: #0f172a;
}
nav.glass-nav .dm2030-nav-links a.dm2030-nav-cta:visited {
	color: #ffffff !important;
}
nav.glass-nav .dm2030-nav-links a.dm2030-nav-cta:hover {
	color: #ffffff !important;
	background-color: #d5312d;
	border-color: #d5312d;
}
nav.glass-nav .dm2030-nav-links a.dm2030-nav-cta.dm2030-nav-cta--active {
	color: #ffffff !important;
	background-color: #d5312d;
	border-color: #d5312d;
}
.dm2030-nav-cta-icon {
	display: block;
}

/* CI: Primärfarben Rot/Gelb/Schwarz; Sekundär nur Blau (kein Orange). */
.dm2030-accent-red {
	color: #d5312d;
}
.bg-dm2030-cta {
	background-color: #d5312d;
}

@keyframes dm2030-zoomIn {
	from {
		transform: scale(1);
	}
	to {
		transform: scale(1.15);
	}
}
/* Hero-Split: Vollbild-Motiv ohne Zoom-Animation */
.dm2030-split-hero__visual .slide-bg {
	position: absolute;
	inset: 0;
	opacity: 0;
	transition: opacity 0.65s ease-in-out;
	background-size: cover;
	background-position: center;
}
.dm2030-split-hero__visual .slide-bg.active {
	opacity: 1;
	animation: none;
}

.dm2030-split-hero h1#hero-heading,
.dm2030-split-hero h1.dm2030-split-hero__heading {
	font-weight: 700 !important;
	font-style: normal !important;
}

/* Normale Überschriftengröße für die linke Hero-Spalte (keine XXL-Display-Schrift) */
#hero-heading.dm2030-split-hero__heading {
	font-size: clamp(1.25rem, 0.95vw + 1.08rem, 2.375rem);
	line-height: 1.18 !important;
	max-width: 100%;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

.dm2030-split-hero__heading-inner {
	display: inline-block;
	max-width: 100%;
	white-space: normal;
}

/* Erstes Wort: CI-Gelb (Standard); per JS überschreibbar, außer zu helles Weiß */
.dm2030-split-hero #hero-title-1.dm2030-split-hero__title1 {
	color: #f9d614;
}

.dm2030-split-hero #hero-subtitle {
	color: #000000 !important;
}

.dm2030-split-hero__btn {
	border: 1px solid #dfe3e8;
	box-sizing: border-box;
	background-color: #ffffff;
	color: #000000;
	cursor: pointer;
}

.dm2030-split-hero__btn:hover {
	background-color: #d5312d !important;
	border-color: #d5312d !important;
	color: #ffffff !important;
}

.dm2030-split-hero__btn:active {
	background-color: #b02824 !important;
	border-color: #b02824 !important;
	color: #ffffff !important;
}

.dm2030-split-hero__btn:disabled,
.dm2030-split-hero__btn:disabled:hover,
.dm2030-split-hero__btn:disabled:active {
	background-color: #ffffff !important;
	border-color: #dfe3e8 !important;
	color: #9ca3af !important;
	opacity: 0.5;
	cursor: not-allowed;
}

.dm2030-split-hero #hero-progress-fill.dm2030-split-hero__prog-fill {
	background-color: #d5312d !important;
}

.dm2030-split-hero .dm2030-split-hero__btn:focus-visible {
	outline: 2px solid #d5312d;
	outline-offset: 2px;
}

/* Kampagnen Spotlight (MOBILITÄT.CORE / React-Referenz, sans Framer Motion) */
.dm2030-campaign-spotlight {
	background-color: #e8ecf1;
}

.dm2030-spot-headlines {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 30pt;
	font-weight: 700 !important;
	letter-spacing: -0.02em;
	line-height: 1.15;
	color: #0f172a;
	word-wrap: break-word;
}

@media (max-width: 639px) {
	.dm2030-spot-headlines {
		font-size: clamp(1.35rem, 7vw, 26pt);
	}
}

.dm2030-cc-deck {
	overflow: hidden;
}

.dm2030-cc-deck-slot {
	z-index: 1;
}

.dm2030-cc-ghost {
	position: absolute;
	right: 0;
	top: 50%;
	width: 80%;
	height: 80%;
	transform: translate(75%, -50%) scale(0.9);
	border-radius: 48px;
	background: #e2e8f0;
	opacity: 0.3;
	box-shadow: none;
	z-index: 0;
	pointer-events: none;
}

.dm2030-cc-ghost.dm2030-cc-ghost--pop {
	animation: dm2030-cc-ghost-pop 0.65s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}

@keyframes dm2030-cc-ghost-pop {
	0% {
		opacity: 0.18;
		transform: translate(62%, -50%) scale(0.82);
	}
	100% {
		opacity: 0.3;
		transform: translate(75%, -50%) scale(0.9);
	}
}

.dm2030-cc-card-layer {
	opacity: 0;
	transform: translate3d(-32px, 0, 0) scale(0.94);
	pointer-events: none;
	z-index: 1;
	transition:
		opacity 0.42s cubic-bezier(0.4, 0, 0.2, 1),
		transform 0.52s cubic-bezier(0.34, 1.45, 0.64, 1),
		filter 0.35s ease;
	will-change: opacity, transform;
}

.dm2030-cc-card-layer.is-active {
	opacity: 1;
	transform: translate3d(0, 0, 0) scale(1);
	pointer-events: auto;
	filter: none;
	z-index: 5;
}

.dm2030-cc-card {
	box-shadow: none;
}

.dm2030-cc-card-img {
	box-shadow: none;
}

.dm2030-cc-copy[hidden] {
	display: none !important;
}

.dm2030-cc-copy--has-kicker .dm2030-cc-title,
.dm2030-cc-copy--has-kicker .dm2030-cc-desc,
.dm2030-cc-copy--has-kicker .dm2030-cc-action-row {
	padding-left: calc(2rem + 0.75rem);
}

.dm2030-cc-kicker-line {
	display: block;
	width: 2rem;
	height: 2px;
	border-radius: 1px;
	background: var(--cc-accent, #d5312d);
}

.dm2030-cc-kicker-text {
	font-family: Arial, Helvetica, sans-serif !important;
	font-weight: 900 !important;
	letter-spacing: 0.06em;
	text-transform: none;
	color: var(--cc-accent, #d5312d);
	line-height: 1.3;
}

.dm2030-cc-title {
	margin: 0 0 2rem;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: clamp(1.5rem, 3.5vw, 1.875rem);
	font-weight: 900 !important;
	line-height: 1.15;
	letter-spacing: -0.03em;
	color: rgb(15, 23, 42);
	background: none;
	-webkit-background-clip: border-box;
	background-clip: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-shadow: none;
	max-width: 28ch;
}

@media (min-width: 1024px) {
	.dm2030-cc-title {
		font-size: clamp(1.75rem, 2.5vw, 2.25rem);
	}
}

.dm2030-cc-desc {
	margin: 0 0 2.5rem;
	font-size: clamp(1.05rem, 1.85vw, 1.375rem);
	line-height: 1.65;
	color: #64748b;
	max-width: 28rem;
}

.dm2030-cc-cta {
	display: inline-flex;
	align-items: center;
	gap: 0.75rem;
	padding: 1.15rem 2.35rem;
	border-radius: 1rem;
	background: #0f172a;
	color: #ffffff !important;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 0.95rem;
	font-weight: 700 !important;
	text-decoration: none !important;
	transition:
		background 0.28s ease,
		transform 0.2s ease;
	box-shadow: none;
}

.dm2030-cc-cta:hover {
	background: #d5312d;
	color: #ffffff !important;
	transform: translateY(-1px);
	box-shadow: none;
}

.dm2030-cc-cta svg {
	transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
	flex-shrink: 0;
}

.dm2030-cc-cta:hover svg {
	transform: translate(4px, -4px);
}

.dm2030-cc-cta:focus-visible {
	outline: 2px solid #d5312d;
	outline-offset: 4px;
}

.dm2030-cc-cta.dm2030-cc-cta--controlled:hover {
	filter: brightness(1.06);
}

.dm2030-cc-cta.dm2030-cc-cta--secondary {
	box-shadow: none;
}

.dm2030-cc-cta.dm2030-cc-cta--secondary:hover {
	background: transparent !important;
	filter: none;
	opacity: 0.92;
	transform: translateY(-1px);
}

.dm2030-cc-secondary-link {
	font-size: 0.95rem;
	font-weight: 700;
	color: #475569;
	text-decoration: underline;
	text-underline-offset: 3px;
	transition: color 0.2s ease;
}

.dm2030-cc-secondary-link:hover {
	color: #d5312d;
}

.dm2030-cc-nav-btn {
	width: 3rem;
	height: 3rem;
	padding: 0;
	border-radius: 9999px;
	border: 1px solid #e5e7eb;
	background: #ffffff;
	color: #94a3b8;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition:
		border-color 0.25s ease,
		background 0.25s ease,
		color 0.25s ease;
}

.dm2030-cc-nav-btn:hover {
	border-color: #d5312d;
	color: #d5312d;
	background: rgba(249, 214, 20, 0.18);
}

.dm2030-cc-nav-btn:focus-visible {
	outline: 2px solid #d5312d;
	outline-offset: 2px;
}

.dm2030-cc-bar {
	width: 1rem;
	height: 0.375rem;
	padding: 0;
	border: 0;
	border-radius: 9999px;
	background: #e2e8f0;
	cursor: pointer;
	transition:
		width 0.52s cubic-bezier(0.4, 0, 0.2, 1),
		background 0.35s ease;
}

.dm2030-cc-bar.is-active {
	width: 2.55rem;
	background: #d5312d;
}

.dm2030-cc-bar:hover:not(.is-active) {
	background: rgba(213, 49, 45, 0.28);
}

.dm2030-cc-bar:focus-visible {
	outline: 2px solid #d5312d;
	outline-offset: 4px;
}

@media (max-width: 767px) {
	.dm2030-cc-ghost {
		transform: translate(58%, -50%) scale(0.88);
		opacity: 0.25;
	}
}

/* Menüleiste: helles Grau, Logo ohne Kappe — Standard-Flex Links/Rechts */
.glass-nav {
	box-sizing: border-box;
	background: #f4f5f7;
	color: #000000;
	height: auto;
	min-height: 0;
	padding-top: 0;
	padding-bottom: 0;
	overflow: visible;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}

.dm2030-nav-inner {
	position: relative;
	z-index: 50;
	display: flex;
	min-height: 3.35rem;
	padding-top: 0.45rem;
	padding-bottom: 0.3rem;
	overflow: visible;
	align-items: center;
}

@media (min-width: 768px) {
	.dm2030-nav-inner {
		min-height: 3.5rem;
		padding-top: 0.5rem;
		padding-bottom: 0.35rem;
	}
}

@media (min-width: 1024px) {
	.dm2030-nav-inner {
		min-height: 3.6rem;
		padding-top: 0.55rem;
		padding-bottom: 0.35rem;
	}
}

/* Logo ohne Rahmen — normale Zeilenhöhe */
.dm2030-logo-wrap {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
}

/* Logo PNG in der Kopfzeile */
img.dm2030-header-logo {
	height: 4.5rem;
	width: auto;
	max-height: none;
	display: block;
	object-fit: contain;
	object-position: left top;
}

@media (min-width: 640px) {
	img.dm2030-header-logo {
		height: 5.25rem;
	}
}

@media (min-width: 768px) {
	img.dm2030-header-logo {
		height: 6.25rem;
	}
}

@media (min-width: 1024px) {
	img.dm2030-header-logo {
		height: 7rem;
	}
}

@media (min-width: 1280px) {
	img.dm2030-header-logo {
		height: 7.75rem;
	}
}

/* Fußzeile: wie Menüleiste neutral weiß */
.dm2030-footer-bar {
	background: #ffffff;
	color: #000000;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	box-shadow: none;
}

/* Schriftgröße / Tracking: Variable von .dm2030-footer-bar (--dm2030-footer-meta-font-px), kein Tailwind text-*, damit Backend-Wert greift */
.dm2030-footer-meta.dm2030-footer-meta-size,
.dm2030-footer-meta-size {
	font-size: var(--dm2030-footer-meta-font-px, 13px);
	letter-spacing: 0.12em;
}

@media (min-width: 640px) {
	.dm2030-footer-meta.dm2030-footer-meta-size,
	.dm2030-footer-meta-size {
		letter-spacing: 0.14em;
	}
}

@media (min-width: 1024px) {
	.dm2030-footer-meta.dm2030-footer-meta-size,
	.dm2030-footer-meta-size {
		letter-spacing: 0.16em;
	}
}

/* Rechtslinks + Trenner nicht einzeln umbrechen (kein alleinstehendes „|“) */
.dm2030-footer-bar .dm2030-footer-legal-group {
	display: inline-flex;
	align-items: center;
	flex-wrap: nowrap;
	gap: 0.35rem;
}

@media (max-width: 479px) {
	.dm2030-footer-bar .dm2030-footer-legal-group {
		flex-wrap: wrap;
		justify-content: center;
		row-gap: 0.25rem;
	}
}

/* Fußzeile: eine Zeile — Logo 1 links, Text Mitte, Logo 2 rechts
 * Flex + nowrap: verhindert Umbruch [Logo 1 volle Zeile | Nav + Logo 2 darunter],
 * der bei Grid/Flex-Wrap mit sehr breitem Logo entstehen kann. */
.dm2030-footer-row {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	gap: clamp(0.5rem, 2.5vw, 1.25rem);
	width: 100%;
	box-sizing: border-box;
}

.dm2030-footer-row .dm2030-footer-logo-slot--left {
	flex: 0 1 auto;
	min-width: 0;
	max-width: min(38vw, 260px);
	order: 1;
}

.dm2030-footer-row .dm2030-footer-logo-slot--right {
	flex: 0 1 auto;
	min-width: 0;
	max-width: min(38vw, 260px);
	order: 3;
}

.dm2030-footer-row .dm2030-footer-meta--in-row {
	flex: 1 1 0;
	min-width: 0;
	max-width: 100%;
	order: 2;
	justify-content: center;
	text-align: center;
}

.dm2030-footer-row .dm2030-footer-logo-slot--left .dm2030-footer-partner-logo {
	max-height: var(--dm2030-footer-logo-1-max, 14px) !important;
	width: auto !important;
	height: auto !important;
	max-width: 100%;
	object-fit: contain;
	display: block;
}

.dm2030-footer-row .dm2030-footer-logo-slot--right .dm2030-footer-partner-logo {
	max-height: var(--dm2030-footer-logo-2-max, 14px) !important;
	width: auto !important;
	height: auto !important;
	max-width: 100%;
	object-fit: contain;
	display: block;
}

@media (min-width: 640px) {
	.dm2030-footer-row .dm2030-footer-meta--in-row.dm2030-footer-meta {
		flex-wrap: nowrap;
	}
}

@media (max-width: 479px) {
	.dm2030-footer-row {
		flex-direction: column;
		flex-wrap: nowrap;
		align-items: center;
		text-align: center;
	}

	.dm2030-footer-row .dm2030-footer-logo-slot--left,
	.dm2030-footer-row .dm2030-footer-logo-slot--right {
		max-width: 100%;
	}

	.dm2030-footer-row .dm2030-footer-logo-slot--left {
		order: 1;
	}

	.dm2030-footer-row .dm2030-footer-meta--in-row {
		order: 2;
	}

	.dm2030-footer-row .dm2030-footer-logo-slot--right {
		order: 3;
	}
}

/* Fußzeile: Menü-Look, Trennzeichen */
.dm2030-footer-meta .dm2030-footer-sep {
	color: currentColor;
	font-weight: 300;
	padding: 0 0.125rem;
	user-select: none;
}

.dm2030-footer-meta a.dm2030-footer-legal-link:focus-visible {
	outline: 2px solid #d5312d;
	outline-offset: 3px;
}

/* Logo (transparentes PNG) auf hellem Header */
.dm2030-site-logo img,
img.dm2030-header-logo {
	background: transparent !important;
	box-shadow: none;
	filter: none;
}
.dm2030-site-logo {
	background: transparent !important;
}

/* Bilanz / Counter – heller Block, Raster ohne Zwischenraum (nur Linien) */
.dm2030-bilanz-section .dm2030-counter-grid {
	overflow: visible;
}

.dm2030-bilanz-section .dm2030-counter-value {
	min-width: 0;
	font-variant-numeric: tabular-nums;
	line-height: 1;
}

.dm2030-bilanz-section .counter-label,
.dm2030-bilanz-section .counter-suffix {
	text-shadow: none;
}

.dm2030-bilanz-section .counter-label {
	margin: 0;
}

/* Ziffernrollen (digital / Uhr-ähnlich) */
.dm2030-bilanz-section .dm2030-roll-group {
	display: inline-flex;
	flex-direction: row;
	align-items: flex-start;
	line-height: 1;
	vertical-align: baseline;
	font-variant-numeric: tabular-nums;
}

.dm2030-bilanz-section .dm2030-roll-digit {
	display: inline-block;
	overflow: hidden;
	height: 1em;
	line-height: 1;
	vertical-align: top;
	position: relative;
}

.dm2030-bilanz-section .dm2030-roll-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	transform: translateY(0);
	will-change: transform;
}

.dm2030-bilanz-section .dm2030-roll-cell {
	height: 1em;
	line-height: 1;
	min-height: 1em;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: min-content;
	min-width: 0.52em;
}

/* Impressum & Datenschutz (heller Hintergrund, Text schwarz) */
.dm2030-legal-main {
	background: #ffffff !important;
	color: #000000;
}
.dm2030-legal-card {
	background: #ffffff;
	border-color: rgba(0, 0, 0, 0.1);
	backdrop-filter: none;
}
.dm2030-legal-prose {
	font-size: 1rem;
	line-height: 1.75;
	color: #000000;
}
.dm2030-legal-prose > * + * {
	margin-top: 1.1em;
}
.dm2030-legal-prose h2,
.dm2030-legal-prose .wp-block-heading h2,
.dm2030-legal-h2 {
	font-size: 1.35rem;
	font-weight: 700;
	color: #000000;
	margin-top: 1.75rem;
	margin-bottom: 0.75rem;
	letter-spacing: 0.02em;
}
.dm2030-legal-prose h2:first-child,
.dm2030-legal-h2:first-child {
	margin-top: 0;
}
.dm2030-legal-prose h3,
.dm2030-legal-prose .wp-block-heading h3,
.dm2030-legal-h3 {
	font-size: 1.05rem;
	font-weight: 700;
	color: #000000;
	margin-top: 1.5rem;
	margin-bottom: 0.5rem;
}
.dm2030-legal-prose p {
	color: #000000;
}
.dm2030-legal-prose a,
.dm2030-legal-link {
	color: #d5312d;
	text-decoration: underline;
	text-underline-offset: 3px;
	transition: color 0.2s ease, text-underline-offset 0.2s ease;
}
.dm2030-legal-prose a:hover,
.dm2030-legal-link:hover {
	color: #a82823;
	text-underline-offset: 5px;
}
.dm2030-legal-prose ul,
.dm2030-legal-prose ol {
	padding-left: 1.25rem;
	color: #000000;
}
.dm2030-legal-prose li {
	margin-top: 0.35em;
}
.dm2030-legal-prose strong {
	color: #000000;
	font-weight: 700;
}
.dm2030-legal-section-body {
	margin-bottom: 1.25rem;
}
.dm2030-legal-section-body:last-child {
	margin-bottom: 0;
}
.dm2030-legal-section-body p {
	margin-top: 0.65em;
	color: #000000;
}
.dm2030-legal-section-body p:first-child {
	margin-top: 0;
}
.dm2030-legal-h2 + .dm2030-legal-section-body {
	margin-top: 0.5rem;
}

/* Impressum & Datenschutz (Referenzlayout): linksbündig */
body.dm2030-impressum-page .dm2030-impressum-main,
body.dm2030-impressum-page .dm2030-impressum-main header,
body.dm2030-impressum-page .dm2030-impressum-branded,
body.dm2030-impressum-page .dm2030-impressum-branded section,
body.dm2030-impressum-page .dm2030-impressum-branded .dm2030-impressum-credits,
body.dm2030-impressum-page .dm2030-impressum-branded .dm2030-impressum-credits > section,
body.dm2030-datenschutz-page .dm2030-datenschutz-main,
body.dm2030-datenschutz-page .dm2030-datenschutz-main header,
body.dm2030-datenschutz-page .dm2030-datenschutz-branded {
	text-align: left;
}

body.dm2030-impressum-page .dm2030-impressum-branded section {
	max-width: none;
}

body.dm2030-impressum-page .dm2030-impressum-legalblocks {
	max-width: none;
	width: 100%;
}

body.dm2030-impressum-page .dm2030-impressum-legalblocks h3 {
	color: #e30613;
}

body.dm2030-impressum-page .dm2030-impressum-legalblocks p {
	color: #000000;
	max-width: none;
}

body.dm2030-datenschutz-page .dm2030-datenschutz-stack,
body.dm2030-datenschutz-page .dm2030-datenschutz-section {
	max-width: none;
}

body.dm2030-datenschutz-page .dm2030-datenschutz-section-body,
body.dm2030-datenschutz-page .dm2030-datenschutz-section-body p {
	color: #000000;
	max-width: none;
}

body.dm2030-datenschutz-page .dm2030-datenschutz-section h2 {
	color: #e30613;
}

body.dm2030-impressum-page ::selection,
body.dm2030-datenschutz-page ::selection {
	background-color: #000000 !important;
	color: #ffffff !important;
}

body.dm2030-impressum-page .dm2030-impressum-tile {
	border-radius: 0;
	box-shadow: none;
}

/* Datenschutz: Fallback nur Seiten-Inhalt ohne Metabox-Kacheln */
body.dm2030-datenschutz-page .dm2030-datenschutz-fallback,
body.dm2030-datenschutz-page .dm2030-datenschutz-fallback p,
body.dm2030-datenschutz-page .dm2030-datenschutz-fallback li {
	color: #000000;
}

body.dm2030-datenschutz-page .dm2030-datenschutz-fallback h2,
body.dm2030-datenschutz-page .dm2030-datenschutz-fallback h3 {
	font-size: inherit;
	line-height: 1.35;
	font-weight: 700;
	margin: 1.25rem 0 0.5rem;
	color: #000000;
}

body.dm2030-datenschutz-page .dm2030-datenschutz-fallback h2:first-child,
body.dm2030-datenschutz-page .dm2030-datenschutz-fallback h3:first-child {
	margin-top: 0;
}

body.dm2030-datenschutz-page .dm2030-datenschutz-fallback a {
	color: #000000;
	text-underline-offset: 2px;
}

/* Impressum: individueller Redaktionsinhalt unter Kacheln */
.dm2030-impressum-main .dm2030-impressum-dynamic-heading {
	font-size: 1rem;
	font-weight: 700;
	color: #0f172a;
	border-bottom: 1px solid #f8fafc;
	padding-bottom: 0.25rem;
	margin-top: 2rem;
	margin-bottom: 0.5rem;
	letter-spacing: normal;
}
.dm2030-impressum-main .dm2030-impressum-dynamic-heading:first-child {
	margin-top: 0;
}
.dm2030-impressum-main .dm2030-impressum-dynamic .dm2030-legal-section-body p,
.dm2030-impressum-main .dm2030-impressum-dynamic > p {
	color: #64748b;
}
