/* =============================================================================
   Realdot Places – Frontend-Styles (modern)
   Schrift wird vom Theme geerbt, Akzentfarbe über --rdp-accent (per JS aus dem
   YooTheme-Stil übernommen). Akzent-Tints via color-mix().
   ========================================================================== */

.rdp-locator, .rdp-searchbar {
	--rdp-accent: #e30921;
	--rdp-ink: #16181d;
	--rdp-muted: rgba(22, 24, 29, 0.58);
	--rdp-border: rgba(22, 24, 29, 0.12);
	--rdp-surface: #fff;
	--rdp-bg: #f6f7f9;
	--rdp-radius: 14px;
	--rdp-shadow: 0 6px 24px rgba(22, 24, 29, 0.07);
	--rdp-tint: color-mix(in srgb, var(--rdp-accent) 9%, #fff);
	--rdp-tint-strong: color-mix(in srgb, var(--rdp-accent) 14%, #fff);

	font-family: inherit;
	color: var(--rdp-ink);
}
.rdp-locator {
	display: flex;
	flex-direction: column;
	height: var(--rdp-h, 100%);
	max-height: 100vh;
	min-height: 420px;
	box-sizing: border-box;
}
.rdp-locator *, .rdp-locator *::before, .rdp-locator *::after,
.rdp-searchbar *, .rdp-searchbar *::before, .rdp-searchbar *::after { box-sizing: border-box; }

/* Reine Suchleiste */
.rdp-searchbar .rdp-search { margin-bottom: 0; }
.rdp-search__geo.is-busy { opacity: 0.5; pointer-events: none; }

/* --- Suchleiste ----------------------------------------------------------- */
.rdp-search {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: stretch;
	margin-bottom: 12px;
	flex: none;
}
.rdp-search__field {
	position: relative;
	flex: 1 1 280px;
	display: flex;
	align-items: center;
	background: var(--rdp-surface);
	border: 1px solid var(--rdp-border);
	border-radius: 12px;
	box-shadow: var(--rdp-shadow);
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.rdp-search__field:focus-within { border-color: var(--rdp-accent); box-shadow: 0 0 0 3px color-mix(in srgb, var(--rdp-accent) 18%, transparent); }
.rdp-search__icon { position: absolute; left: 14px; color: var(--rdp-muted); pointer-events: none; }
.rdp-search__address {
	flex: 1;
	width: 100%;
	border: 0;
	background: transparent;
	padding: 0.85em 2.6em 0.85em 2.8em;
	font-size: 1em;
	color: inherit;
	outline: none;
	border-radius: 12px;
}
.rdp-search__address::placeholder { color: var(--rdp-muted); }
.rdp-search__geo {
	position: absolute;
	right: 6px;
	width: 36px;
	height: 36px;
	border: 0;
	border-radius: 10px;
	background: transparent;
	color: var(--rdp-muted);
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: background 0.15s ease, color 0.15s ease;
}
.rdp-search__geo:hover { background: var(--rdp-tint); color: var(--rdp-accent); }

.rdp-search__radius-wrap {
	position: relative;
	display: flex;
	align-items: center;
	background: var(--rdp-surface);
	border: 1px solid var(--rdp-border);
	border-radius: 12px;
	box-shadow: var(--rdp-shadow);
}
.rdp-search__radius-icon { position: absolute; left: 12px; color: var(--rdp-muted); pointer-events: none; }
.rdp-search__radius {
	border: 0;
	background: transparent;
	padding: 0.85em 2.2em 0.85em 2.4em;
	font-size: 0.95em;
	color: inherit;
	cursor: pointer;
	outline: none;
	-webkit-appearance: none;
	appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23888' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 12px center;
}
.rdp-search__submit {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 0.85em 1.5em;
	border: 0;
	border-radius: 12px;
	background: var(--rdp-accent);
	color: #fff;
	font-weight: 600;
	font-size: 0.98em;
	cursor: pointer;
	box-shadow: 0 6px 18px color-mix(in srgb, var(--rdp-accent) 35%, transparent);
	transition: filter 0.15s ease, transform 0.05s ease;
}
.rdp-search__submit:hover { filter: brightness(1.07); }
.rdp-search__submit:active { transform: translateY(1px); }

/* --- Dienstleistungs-Filter (Chips) -------------------------------------- */
.rdp-filters {
	flex: none;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 14px;
}
.rdp-filter {
	border: 1px solid var(--rdp-border);
	background: var(--rdp-surface);
	color: var(--rdp-ink);
	padding: 0.45em 0.95em;
	border-radius: 999px;
	font-size: 0.86em;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.15s ease;
	line-height: 1.2;
}
.rdp-filter:hover { border-color: var(--rdp-accent); color: var(--rdp-accent); }
.rdp-filter.is-active { background: var(--rdp-accent); border-color: var(--rdp-accent); color: #fff; }

/* --- Layout: Liste + Karte ------------------------------------------------ */
.rdp-locator__body {
	flex: 1 1 auto;
	min-height: 0;
	display: grid;
	grid-template-columns: minmax(300px, 380px) 1fr;
	gap: 14px;
}
.rdp-results {
	display: flex;
	flex-direction: column;
	min-height: 0;
	border: 1px solid var(--rdp-border);
	border-radius: var(--rdp-radius);
	overflow: hidden;
	background: var(--rdp-surface);
	box-shadow: var(--rdp-shadow);
}
.rdp-results__meta {
	flex: none;
	margin: 0;
	padding: 13px 16px;
	border-bottom: 1px solid var(--rdp-border);
	font-weight: 600;
	font-size: 0.92em;
	color: var(--rdp-ink);
	background: linear-gradient(var(--rdp-surface), color-mix(in srgb, var(--rdp-bg) 60%, #fff));
}
.rdp-results__list { list-style: none; margin: 0; padding: 6px; overflow-y: auto; flex: 1 1 auto; min-height: 0; scrollbar-width: thin; }

.rdp-map {
	width: 100%;
	height: 100%;
	min-height: 360px;
	border-radius: var(--rdp-radius);
	overflow: hidden;
	border: 1px solid var(--rdp-border);
	box-shadow: var(--rdp-shadow);
}

/* --- Ergebnis-Card -------------------------------------------------------- */
.rdp-result {
	display: flex;
	gap: 12px;
	padding: 13px 12px;
	border-radius: 10px;
	cursor: pointer;
	transition: background 0.12s ease, box-shadow 0.12s ease;
}
.rdp-result + .rdp-result { margin-top: 2px; }
.rdp-result:hover { background: var(--rdp-bg); }
.rdp-result.is-active { background: var(--rdp-tint); box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--rdp-accent) 35%, transparent); }
.rdp-result__num {
	flex: none;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: var(--rdp-tint-strong);
	color: var(--rdp-accent);
	font-weight: 700;
	font-size: 0.82em;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 1px;
}
.rdp-result.is-active .rdp-result__num { background: var(--rdp-accent); color: #fff; }
.rdp-result__body { flex: 1; min-width: 0; }
.rdp-result__head { display: flex; align-items: flex-start; justify-content: space-between; gap: 10px; }
.rdp-result__name { margin: 0; font-size: 1em; line-height: 1.3; font-weight: 600; }
.rdp-result__dist {
	flex: none;
	font-size: 0.76em;
	font-weight: 700;
	color: var(--rdp-accent);
	background: var(--rdp-tint-strong);
	padding: 2px 8px;
	border-radius: 999px;
	white-space: nowrap;
}
.rdp-result__addr { display: flex; gap: 6px; color: var(--rdp-muted); font-size: 0.88em; margin-top: 4px; line-height: 1.4; }
.rdp-result__addr svg { flex: none; margin-top: 2px; opacity: 0.7; }
.rdp-result__services { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 8px; }
.rdp-chip {
	display: inline-block;
	padding: 2px 9px;
	border-radius: 999px;
	background: var(--rdp-bg);
	border: 1px solid var(--rdp-border);
	font-size: 0.74em;
	color: var(--rdp-muted);
	line-height: 1.5;
}
.rdp-result__actions { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 10px; }
.rdp-action {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	padding: 0.38em 0.7em;
	border-radius: 8px;
	background: var(--rdp-bg);
	color: var(--rdp-ink);
	text-decoration: none;
	font-size: 0.8em;
	font-weight: 500;
	transition: background 0.12s ease, color 0.12s ease;
	max-width: 100%;
}
.rdp-action svg { flex: none; opacity: 0.75; }
.rdp-action span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.rdp-action:hover { background: var(--rdp-tint-strong); color: var(--rdp-accent); }
.rdp-action--route { background: var(--rdp-accent); color: #fff; }
.rdp-action--route svg { opacity: 1; }
.rdp-action--route:hover { background: var(--rdp-accent); color: #fff; filter: brightness(1.07); }
.rdp-action--profile { background: var(--rdp-accent); color: #fff; }
.rdp-action--profile svg { opacity: 1; }
.rdp-action--profile:hover { background: var(--rdp-accent); color: #fff; filter: brightness(1.07); }
.rdp-result__name a { color: inherit; text-decoration: none; }
.rdp-result__name a:hover { color: var(--rdp-accent); }

.rdp-chip__icon { width: 14px; height: 14px; object-fit: contain; margin-right: 4px; vertical-align: -2px; }

/* --- Skeleton-Ladezustand ------------------------------------------------- */
.rdp-result--skel { cursor: default; pointer-events: none; }
.rdp-skel { position: relative; overflow: hidden; background: #e8eaed; border-radius: 6px; }
.rdp-skel.rdp-result__num { color: transparent; }
.rdp-skel--line { height: 11px; margin: 0 0 8px; }
.rdp-skel--sm { height: 9px; margin-bottom: 0; }
.rdp-skel::after {
	content: "";
	position: absolute;
	inset: 0;
	transform: translateX(-100%);
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.65), transparent);
	animation: rdp-shimmer 1.3s infinite;
}
@keyframes rdp-shimmer { 100% { transform: translateX(100%); } }
@media (prefers-reduced-motion: reduce) { .rdp-skel::after { animation: none; } }

/* --- Info-Fenster (Google Maps) ------------------------------------------ */
.rdp-iw {
	--rdp-accent: #e30921;
	--rdp-ink: #16181d;
	--rdp-muted: rgba(22, 24, 29, 0.55);
	--rdp-line: rgba(22, 24, 29, 0.1);
	font-family: inherit;
	color: var(--rdp-ink);
	line-height: 1.5;
	width: 320px;
	max-width: 100%;
	padding: 2px 4px 4px;
}
.rdp-iw__icons { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 14px; }
.rdp-iw__svc { width: 46px; height: 46px; border-radius: 12px; background: var(--rdp-ink); display: inline-flex; align-items: center; justify-content: center; }
.rdp-iw__svc img { width: 56%; height: 56%; object-fit: contain; display: block; }
.rdp-iw__name { margin: 0 0 6px; font-size: 1.3em; font-weight: 700; line-height: 1.2; }
.rdp-iw__name a { color: inherit; text-decoration: none; }
.rdp-iw__name a:hover { color: var(--rdp-accent); text-decoration: underline; }
.rdp-iw__addr { color: var(--rdp-muted); font-size: 0.95em; }
.rdp-iw__email { margin-top: 6px; font-size: 0.95em; }
.rdp-iw__email a { color: var(--rdp-muted); text-decoration: none; }
.rdp-iw__email a:hover { color: var(--rdp-accent); }

.rdp-iw__top { display: flex; align-items: center; gap: 14px; margin-top: 14px; }
.rdp-iw__dist { color: var(--rdp-muted); font-size: 0.95em; white-space: nowrap; }

.rdp-iw__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	padding: 0.45em 0.8em;
	border: 1px solid var(--rdp-line);
	border-radius: 8px;
	background: #fff;
	color: var(--rdp-ink) !important;
	text-decoration: none;
	font-size: 0.82em;
	font-weight: 600;
	white-space: nowrap;
	transition: border-color 0.15s ease, background 0.15s ease, color 0.15s ease;
}
.rdp-iw__btn svg { flex: none; width: 14px; height: 14px; }
.rdp-iw__btn:hover { border-color: var(--rdp-accent); color: var(--rdp-accent) !important; background: color-mix(in srgb, var(--rdp-accent) 6%, #fff); }

.rdp-iw__sep { height: 1px; background: var(--rdp-line); margin: 12px 0; }
.rdp-iw__buttons { display: flex; gap: 8px; flex-wrap: wrap; }
.rdp-iw__buttons .rdp-iw__btn { flex: 1 1 130px; }
.rdp-iw__btn--primary { background: var(--rdp-accent); border-color: var(--rdp-accent); color: #fff !important; }
.rdp-iw__btn--primary:hover { background: var(--rdp-accent); color: #fff !important; filter: brightness(1.07); }

.rdp-iw__about h4 { margin: 0 0 6px; font-size: 1.02em; font-weight: 700; }
.rdp-iw__about p { margin: 0; color: var(--rdp-muted); font-size: 0.9em; }

.rdp-iw__cols { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.rdp-iw__col h4 { display: flex; align-items: center; gap: 7px; margin: 0 0 8px; font-size: 0.98em; font-weight: 700; }
.rdp-iw__col h4 svg { flex: none; color: var(--rdp-muted); }
.rdp-iw__hours { display: grid; gap: 4px; font-size: 0.88em; color: var(--rdp-ink); }
.rdp-iw__hrow { display: flex; gap: 5px; }
.rdp-iw__hrow span:first-child::after { content: ":"; }
.rdp-iw__weblink { color: var(--rdp-accent); text-decoration: none; font-size: 0.88em; word-break: break-word; }
.rdp-iw__meta { display: flex; align-items: center; gap: 6px; margin-top: 8px; color: var(--rdp-muted); font-size: 0.88em; }
.rdp-iw__meta svg { flex: none; opacity: 0.7; }

@media (max-width: 420px) {
	.rdp-iw { width: 260px; }
	.rdp-iw__cols { grid-template-columns: 1fr; }
	.rdp-iw__buttons { flex-direction: column; }
}

.rdp-locator--nokey { display: block; height: auto; min-height: 0; padding: 1rem 1.2rem; border: 1px dashed var(--rdp-border); border-radius: var(--rdp-radius); color: var(--rdp-muted); }

/* --- Responsiv ------------------------------------------------------------ */
@media (max-width: 760px) {
	.rdp-locator { height: auto; max-height: none; min-height: 0; }
	.rdp-search__field { flex-basis: 100%; }
	.rdp-search__radius-wrap { flex: 1 1 auto; }
	.rdp-search__radius { width: 100%; }
	.rdp-locator__body { grid-template-columns: 1fr; }
	.rdp-map { height: 340px; min-height: 340px; order: -1; }
	.rdp-results { max-height: 62vh; }
}

/* --- Einzelansicht eines Standorts --------------------------------------- */
.rdp-single { --rdp-accent: #e30921; max-width: 920px; margin-inline: auto; }
.rdp-single__title { margin: 0 0 0.2em; }
.rdp-single__addr { color: rgba(0, 0, 0, 0.6); margin: 0 0 1em; font-size: 1.05em; }
.rdp-single__media img { width: 100%; height: auto; border-radius: 12px; margin: 0 0 1.2em; display: block; }
.rdp-single__content { margin: 0 0 1.4em; }
.rdp-single__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.6rem; margin: 1.2em 0; }
.rdp-single__col h2 { font-size: 1.15em; margin: 0 0 0.5em; }
.rdp-single__contact { list-style: none; margin: 0; padding: 0; line-height: 1.7; }
.rdp-single__contact a { color: var(--rdp-accent); text-decoration: none; }
.rdp-single__services { display: flex; flex-wrap: wrap; gap: 6px; }
.rdp-single__hours { width: 100%; border-collapse: collapse; }
.rdp-single__hours th { text-align: left; padding: 4px 12px 4px 0; font-weight: 600; white-space: nowrap; }
.rdp-single__hours td { padding: 4px 0; }
.rdp-single__actions { margin-top: 1.5em; }

/* --- Kontakt-aufnehmen-Formular ------------------------------------------- */
.rdp-contact {
	--rdp-accent: #e30921;
	--rdp-border: rgba(0, 0, 0, 0.12);
	--rdp-muted: rgba(0, 0, 0, 0.6);
	max-width: 680px;
	margin: 2.4em 0 0;
	padding: 1.6em 1.6em 1.8em;
	border: 1px solid var(--rdp-border);
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 6px 24px rgba(0, 0, 0, 0.06);
}
.rdp-contact__title { margin: 0 0 0.3em; }
.rdp-contact__intro { margin: 0 0 1.2em; color: var(--rdp-muted); }
.rdp-contact__hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.rdp-contact__row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 14px; }
.rdp-contact__field { display: block; margin-bottom: 14px; }
.rdp-contact__row .rdp-contact__field { margin-bottom: 0; }
.rdp-contact__field > span { display: block; font-weight: 600; font-size: 0.9em; margin-bottom: 5px; }
.rdp-contact__field input, .rdp-contact__field textarea {
	width: 100%;
	padding: 0.7em 0.9em;
	border: 1px solid var(--rdp-border);
	border-radius: 10px;
	font: inherit;
	box-sizing: border-box;
}
.rdp-contact__field input:focus, .rdp-contact__field textarea:focus {
	outline: none;
	border-color: var(--rdp-accent);
	box-shadow: 0 0 0 3px color-mix(in srgb, var(--rdp-accent) 18%, transparent);
}
.rdp-contact__consent { display: flex; gap: 8px; align-items: flex-start; margin: 6px 0 16px; font-size: 0.9em; color: var(--rdp-muted); }
.rdp-contact__consent input { margin-top: 3px; flex: none; }
.rdp-contact__consent a { color: var(--rdp-accent); }
.rdp-contact__actions { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.rdp-contact__submit {
	padding: 0.75em 1.6em;
	border: 0;
	border-radius: 10px;
	background: var(--rdp-accent);
	color: #fff;
	font-weight: 600;
	cursor: pointer;
	transition: filter 0.15s ease;
}
.rdp-contact__submit:hover { filter: brightness(1.07); }
.rdp-contact__submit:disabled { opacity: 0.6; cursor: default; }
.rdp-contact__status { font-size: 0.9em; }
.rdp-contact__status.is-error { color: #b32d2e; }
.rdp-contact__done {
	margin: 0;
	padding: 1em 1.2em;
	border-radius: 10px;
	background: color-mix(in srgb, #1a7f37 10%, #fff);
	color: #1a7f37;
	font-weight: 600;
}
@media (max-width: 560px) { .rdp-contact__row { grid-template-columns: 1fr; } }

/* --- Kontakt-Modal -------------------------------------------------------- */
.rdp-modal {
	position: fixed;
	inset: 0;
	z-index: 100000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 4vh 16px;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.22s ease, visibility 0.22s ease;
}
.rdp-modal[hidden] { display: none; }
.rdp-modal.is-open { opacity: 1; visibility: visible; }
.rdp-modal__backdrop { position: absolute; inset: 0; background: rgba(10, 12, 15, 0.55); -webkit-backdrop-filter: blur(2px); backdrop-filter: blur(2px); }
.rdp-modal__box {
	position: relative;
	z-index: 1;
	width: min(620px, 100%);
	max-height: 92vh;
	overflow-y: auto;
	background: #fff;
	border-radius: 16px;
	box-shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
	padding: 1.8em 1.8em 2em;
	transform: translateY(12px) scale(0.985);
	transition: transform 0.25s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.rdp-modal.is-open .rdp-modal__box { transform: none; }
.rdp-modal__close {
	position: absolute;
	top: 12px;
	right: 14px;
	width: 36px;
	height: 36px;
	border: 0;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.05);
	color: #16181d;
	font-size: 22px;
	line-height: 1;
	cursor: pointer;
	transition: background 0.15s ease;
}
.rdp-modal__close:hover { background: rgba(0, 0, 0, 0.1); }
.rdp-modal .rdp-contact { margin: 0; padding: 0; border: 0; box-shadow: none; max-width: none; background: transparent; }
.rdp-contact__place { color: var(--rdp-accent, #e30921); }
body.rdp-modal-open { overflow: hidden; }

.rdp-single .rdp-iw__route {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 0.65em 1.3em;
	background: var(--rdp-accent);
	color: #fff !important;
	border-radius: 10px;
	text-decoration: none;
	font-weight: 600;
}

/* =========================================================================
 * Regionen-Landingpages
 * ====================================================================== */
.rdp-region, .rdp-regions {
	--rdp-accent: #e30921;
	--rdp-ink: #16181d;
	--rdp-muted: rgba(22, 24, 29, 0.58);
	--rdp-border: rgba(22, 24, 29, 0.12);
	--rdp-surface: #fff;
	--rdp-radius: 14px;
	--rdp-shadow: 0 6px 24px rgba(22, 24, 29, 0.07);
	--rdp-tint: color-mix(in srgb, var(--rdp-accent) 9%, #fff);
	font-family: inherit;
	color: var(--rdp-ink);
}
.rdp-region {
	max-width: var(--rdp-content-width, 1100px);
	margin: 0 auto;
	padding: clamp(1.2rem, 4vw, 2.6rem) 1rem 3rem;
}
.rdp-region__hero { margin-bottom: 1.6rem; }
.rdp-region__eyebrow {
	margin: 0 0 0.4rem;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--rdp-accent);
}
.rdp-region__title {
	margin: 0 0 0.4rem;
	line-height: 1.12;
}
.rdp-region__meta {
	margin: 0 0 1rem;
	color: var(--rdp-muted);
	font-weight: 600;
}
.rdp-region__intro {
	max-width: 70ch;
	color: var(--rdp-ink);
	line-height: 1.65;
}
.rdp-region__intro p { margin: 0 0 0.8em; }

.rdp-region__map { margin: 0 0 2rem; }
.rdp-region__subtitle {
	margin: 0 0 1rem;
	font-size: 1.35rem;
}

/* Serverseitige Standortliste (crawlbar) */
.rdp-region-list {
	list-style: none;
	margin: 0 0 2.4rem;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
	gap: 12px;
}
.rdp-region-list__item {
	display: flex;
	flex-direction: column;
	gap: 4px;
	padding: 14px 16px;
	background: var(--rdp-surface);
	border: 1px solid var(--rdp-border);
	border-radius: var(--rdp-radius);
	box-shadow: var(--rdp-shadow);
}
.rdp-region-list__name {
	font-weight: 700;
	color: var(--rdp-ink);
	text-decoration: none;
}
.rdp-region-list__name:hover { color: var(--rdp-accent); }
.rdp-region-list__addr { font-size: 0.9em; color: var(--rdp-muted); }
.rdp-region-list__svc {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	margin-top: 4px;
}
.rdp-region-chip {
	font-size: 0.72em;
	font-weight: 600;
	padding: 2px 8px;
	border-radius: 999px;
	background: var(--rdp-tint);
	color: var(--rdp-ink);
}
.rdp-region-list__contact { font-size: 0.85em; margin-top: 4px; }
.rdp-region-list__contact a { color: var(--rdp-accent); text-decoration: none; }
.rdp-region__empty { color: var(--rdp-muted); }

/* Regionen-Übersicht ([realdot_regions]) */
.rdp-regions { font-family: inherit; }
.rdp-regions__title { margin: 0 0 1rem; }
.rdp-regions__grid {
	display: grid;
	grid-template-columns: repeat(var(--rdp-region-cols, 4), 1fr);
	gap: 12px;
}
.rdp-region-card {
	display: flex;
	flex-direction: column;
	gap: 3px;
	padding: 16px 18px;
	background: var(--rdp-surface);
	border: 1px solid var(--rdp-border);
	border-radius: var(--rdp-radius);
	box-shadow: var(--rdp-shadow);
	text-decoration: none;
	transition: transform 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}
.rdp-region-card:hover {
	transform: translateY(-2px);
	border-color: var(--rdp-accent);
	box-shadow: 0 10px 30px rgba(22, 24, 29, 0.12);
}
.rdp-region-card__name { font-weight: 700; color: var(--rdp-ink); }
.rdp-region-card__count { font-size: 0.85em; color: var(--rdp-muted); }

@media (max-width: 760px) {
	.rdp-regions__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 460px) {
	.rdp-regions__grid { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
	.rdp-region-card { transition: none; }
}

/* =========================================================================
 * Standort-Einzelseite (modern, Full-Width-Hero)
 * ====================================================================== */
.rdp-single {
	--rdp-accent: #e30921;
	--rdp-ink: #16181d;
	--rdp-muted: rgba(22, 24, 29, 0.58);
	--rdp-border: rgba(22, 24, 29, 0.10);
	--rdp-surface: #fff;
	--rdp-radius: 16px;
	--rdp-shadow: 0 10px 34px rgba(22, 24, 29, 0.08);
	--rdp-tint: color-mix(in srgb, var(--rdp-accent) 9%, #fff);
	--rdp-tint-strong: color-mix(in srgb, var(--rdp-accent) 14%, #fff);
	--rdp-content-width: 1240px;
	/* Volle Breite unabhängig vom Theme-Container (auch in Flex-/Grid-Layouts):
	   explizite Breite statt width:auto, per Margin mittig zum Viewport. */
	width: 100vw;
	max-width: 100vw;
	flex: none;
	margin-left: calc(50% - 50vw);
	margin-right: 0;
	background: #f4f6f8;
	font-family: inherit;
	color: var(--rdp-ink);
	padding-bottom: clamp(2.5rem, 5vw, 4.5rem);
}
.rdp-shell {
	max-width: var(--rdp-content-width, 1240px);
	margin: 0 auto;
	padding: 0 clamp(1.1rem, 4vw, 2rem);
}
.rdp-shell--hero {
	padding-top: clamp(1.3rem, 3vw, 2.2rem);
	padding-bottom: clamp(2rem, 4vw, 3.4rem);
}

/* Hero-Hintergrund: das definierte Galeriebild leicht angedeutet, bis „Vorteile". */
.rdp-herowrap { position: relative; isolation: isolate; }
.rdp-herowrap.has-img::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background-image: var(--rdp-heroimg);
	background-size: cover;
	background-position: center;
	opacity: 0.07;
	-webkit-mask-image: linear-gradient(to bottom, #000 68%, transparent);
	mask-image: linear-gradient(to bottom, #000 68%, transparent);
}

/* --- Hero (volle Breite) -------------------------------------------------- */
.rdp-hero {
	position: relative;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	min-height: 420px;
	padding-top: 64px; /* reserviert Platz, falls der Inhalt unter eine Overlay-Navbar geriete */
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	background-color: #1f2329;
	background-size: cover;
	background-position: center;
	color: #fff;
	isolation: isolate;
}
.rdp-hero--plain { background-image: linear-gradient(135deg, #2b2f36, #4a5360); }
.rdp-hero__scrim {
	position: absolute;
	inset: 0;
	z-index: -1;
	background: linear-gradient(180deg, rgba(15, 17, 21, 0.20) 0%, rgba(15, 17, 21, 0.55) 55%, rgba(15, 17, 21, 0.85) 100%);
}
.rdp-hero__inner {
	width: 100%;
	max-width: var(--rdp-content-width, 1180px);
	margin: 0 auto;
	padding: clamp(2.2rem, 7vw, 4.5rem) clamp(1.1rem, 4vw, 2rem) clamp(1.6rem, 4vw, 2.6rem);
}
.rdp-hero__crumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 16px;
	font-size: 0.85rem;
	color: rgba(255, 255, 255, 0.78);
}
.rdp-hero__crumbs a { color: rgba(255, 255, 255, 0.78); text-decoration: none; }
.rdp-hero__crumbs a:hover { color: #fff; }
.rdp-hero__eyebrow {
	margin: 0 0 0.45rem;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.92);
}
.rdp-hero__title {
	margin: 0 0 0.55rem;
	color: #fff;
	font-size: clamp(1.9rem, 4.6vw, 3rem);
	line-height: 1.08;
	text-shadow: 0 2px 18px rgba(0, 0, 0, 0.25);
}
.rdp-hero__addr {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 1rem;
	color: rgba(255, 255, 255, 0.92);
}
.rdp-hero__addr svg { flex: 0 0 auto; opacity: 0.9; }
.rdp-hero__status { display: flex; align-items: center; gap: 10px; margin: 0 0 1.3rem; }
.rdp-hero__until { font-size: 0.92rem; color: rgba(255, 255, 255, 0.85); }
.rdp-hero__actions { display: flex; flex-wrap: wrap; gap: 10px; }

.rdp-badge {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 0.34em 0.85em;
	border-radius: 999px;
	font-size: 0.82rem;
	font-weight: 700;
}
.rdp-badge::before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: currentColor;
}
.rdp-badge.is-open { background: #2e9e5b; color: #fff; }
.rdp-badge.is-closed { background: rgba(255, 255, 255, 0.16); color: #fff; border: 1px solid rgba(255, 255, 255, 0.35); }

/* --- Buttons -------------------------------------------------------------- */
.rdp-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 0.72em 1.3em;
	border-radius: 999px;
	border: 1px solid transparent;
	font: inherit;
	font-weight: 600;
	line-height: 1;
	text-decoration: none;
	cursor: pointer;
	transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease, border-color 0.15s ease;
}
.rdp-btn svg { width: 18px; height: 18px; flex: 0 0 auto; }
.rdp-btn--primary { background: var(--rdp-accent); color: #fff; }
.rdp-btn--primary:hover { transform: translateY(-1px); box-shadow: 0 10px 26px rgba(227, 9, 33, 0.32); color: #fff; }
.rdp-btn--glass {
	background: rgba(255, 255, 255, 0.14);
	color: #fff;
	border-color: rgba(255, 255, 255, 0.32);
	-webkit-backdrop-filter: blur(6px);
	backdrop-filter: blur(6px);
}
.rdp-btn--glass:hover { background: rgba(255, 255, 255, 0.26); color: #fff; }
.rdp-btn--block { width: 100%; margin-top: 14px; }

/* --- Layout --------------------------------------------------------------- */
/* Voll­breite Galerie-Showcase direkt unter dem Hero. */
.rdp-showcase__inner {
	max-width: var(--rdp-content-width, 1400px);
	margin: 0 auto;
	padding: clamp(2rem, 4.5vw, 3.4rem) clamp(1.1rem, 4vw, 2rem) 0;
}
.rdp-showcase__title {
	margin: 0 0 1rem;
	font-size: clamp(1.3rem, 2.2vw, 1.6rem);
}

.rdp-detail {
	max-width: var(--rdp-content-width, 1400px);
	margin: 0 auto;
	padding: clamp(2rem, 4.5vw, 3.4rem) clamp(1.1rem, 4vw, 2rem) clamp(3rem, 6vw, 4.5rem);
	display: grid;
	grid-template-columns: minmax(0, 1.55fr) minmax(340px, 400px);
	gap: clamp(24px, 3vw, 44px);
	align-items: start;
}
.rdp-detail__main { display: grid; gap: clamp(20px, 2.4vw, 28px); min-width: 0; }
.rdp-detail__aside { position: sticky; top: 24px; }

.rdp-card {
	background: var(--rdp-surface);
	border: 1px solid var(--rdp-border);
	border-radius: var(--rdp-radius);
	padding: clamp(18px, 3vw, 26px);
	box-shadow: var(--rdp-shadow);
}
.rdp-card__title {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 14px;
	font-size: 1.2rem;
	line-height: 1.2;
}
.rdp-card__title svg { color: var(--rdp-accent); flex: 0 0 auto; }

.rdp-prose { line-height: 1.7; color: var(--rdp-ink); max-width: 68ch; }
.rdp-prose > :first-child { margin-top: 0; }
.rdp-prose > :last-child { margin-bottom: 0; }
.rdp-prose img { max-width: 100%; height: auto; border-radius: 10px; }

/* --- Info-Liste (Kontakt) ------------------------------------------------- */
.rdp-info { list-style: none; margin: 0; padding: 0; display: grid; gap: 14px; }
.rdp-info li { display: flex; gap: 12px; align-items: flex-start; }
.rdp-info__ico {
	flex: 0 0 auto;
	width: 38px;
	height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	background: var(--rdp-tint);
	color: var(--rdp-accent);
}
.rdp-info__ico svg { width: 18px; height: 18px; }
.rdp-info__txt { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.rdp-info__label {
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: var(--rdp-muted);
}
.rdp-info__txt a { color: var(--rdp-ink); text-decoration: none; font-weight: 600; word-break: break-word; }
.rdp-info__txt a:hover { color: var(--rdp-accent); }

/* --- Adresse -------------------------------------------------------------- */
.rdp-address { font-style: normal; display: grid; gap: 3px; color: var(--rdp-ink); }

/* --- Öffnungszeiten ------------------------------------------------------- */
.rdp-hours { width: 100%; border-collapse: collapse; }
.rdp-hours th,
.rdp-hours td { padding: 8px 0; border-bottom: 1px solid var(--rdp-border); font-weight: 500; }
.rdp-hours th { text-align: left; color: var(--rdp-muted); }
.rdp-hours td { text-align: right; color: var(--rdp-ink); }
.rdp-hours tr:last-child th,
.rdp-hours tr:last-child td { border-bottom: 0; }
.rdp-hours .is-today th,
.rdp-hours .is-today td { color: var(--rdp-accent); font-weight: 700; }
.rdp-hours__closed { color: var(--rdp-muted); }

/* --- Leistungen ----------------------------------------------------------- */
.rdp-detail__services { display: flex; flex-wrap: wrap; gap: 8px; }
.rdp-detail__services .rdp-chip {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	padding: 5px 11px;
	border-radius: 999px;
	background: var(--rdp-tint);
	color: var(--rdp-ink);
	font-size: 0.85rem;
	font-weight: 600;
}
.rdp-detail__services .rdp-chip__icon { width: 15px; height: 15px; object-fit: contain; }

/* --- Galerie (gleichmäßiges Showcase-Raster) ------------------------------ */
.rdp-gallery {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
	gap: 14px;
}
.rdp-gallery__item {
	display: block;
	position: relative;
	aspect-ratio: 4 / 3;
	border-radius: 14px;
	overflow: hidden;
	background: var(--rdp-tint);
	box-shadow: var(--rdp-shadow);
}
.rdp-gallery__item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.4s ease;
}
.rdp-gallery__item::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 62%, rgba(0, 0, 0, 0.14));
	opacity: 0;
	transition: opacity 0.25s ease;
}
.rdp-gallery__item:hover img { transform: scale(1.05); }
.rdp-gallery__item:hover::after { opacity: 1; }
@media (max-width: 520px) {
	.rdp-gallery { grid-template-columns: repeat(2, 1fr); gap: 10px; }
}

/* --- Lightbox ------------------------------------------------------------- */
.rdp-lightbox {
	position: fixed;
	inset: 0;
	z-index: 100000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 4vw;
	background: rgba(10, 12, 15, 0.9);
	opacity: 0;
	transition: opacity 0.2s ease;
}
.rdp-lightbox.is-open { opacity: 1; }
.rdp-lightbox[hidden] { display: none; }
.rdp-lightbox__img {
	max-width: 92vw;
	max-height: 88vh;
	border-radius: 8px;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}
.rdp-lightbox__close,
.rdp-lightbox__nav {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	border: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
	font-size: 26px;
	line-height: 1;
	cursor: pointer;
	transition: background 0.15s ease;
}
.rdp-lightbox__close:hover,
.rdp-lightbox__nav:hover { background: rgba(255, 255, 255, 0.26); }
.rdp-lightbox__close { position: absolute; top: 18px; right: 22px; }
.rdp-lightbox__nav { position: absolute; top: 50%; transform: translateY(-50%); }
.rdp-lightbox__prev { left: 18px; }
.rdp-lightbox__next { right: 18px; }

/* --- Responsiv ------------------------------------------------------------ */
@media (max-width: 900px) {
	.rdp-detail { grid-template-columns: 1fr; }
	.rdp-detail__aside { position: static; }
	.rdp-hero { min-height: 360px; }
}
@media (prefers-reduced-motion: reduce) {
	.rdp-btn,
	.rdp-gallery__item img,
	.rdp-lightbox { transition: none; }
}

/* --- YooTheme-Integration: Hero hinter die (Overlay-)Navbar ---------------
 * Das Theme schiebt den Inhalt per Platzhalter + Container nach unten.
 * Auf der Standortseite (.rdp-page) heben wir das auf, damit der Hero
 * randlos oben sitzt und sich hinter die transparente Navbar legt.
 * ------------------------------------------------------------------------ */
.rdp-page .tm-main { padding-top: 0 !important; }
/* Kein horizontaler Scroll durch die 100vw-Vollbreite (clip bricht sticky nicht). */
body.rdp-page { overflow-x: clip; }
/* Desktop: Hero unter die transparente Overlay-Navbar legen. */
@media (min-width: 960px) {
	.rdp-page .tm-main > .tm-header-placeholder { display: none !important; }
	.rdp-shell--hero { padding-top: 118px; }
}
.rdp-page .tm-main > .uk-container {
	max-width: none !important;
	margin: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}
/* Auf dem Desktop höher + mehr Navbar-Reserve (Inhalt sitzt unten). */
@media (min-width: 960px) {
	.rdp-hero { min-height: 540px; padding-top: 92px; }
}

/* --- Kontaktformular als Card im Detail-Layout ---------------------------
 * Contact::form() bringt bereits Rahmen/Padding/Titel mit – im Single-
 * Layout volle Spaltenbreite, ohne Außenabstand, an die Card-Optik angeglichen.
 * ------------------------------------------------------------------------ */
.rdp-detail .rdp-contact {
	max-width: none;
	margin: 0;
	padding: clamp(18px, 3vw, 26px);
	border-radius: var(--rdp-radius);
	box-shadow: var(--rdp-shadow);
	border-color: var(--rdp-border);
}
.rdp-detail .rdp-contact__title {
	font-size: 1.35rem;
	line-height: 1.2;
	margin: 0 0 0.25em;
}

/* --- Card-Feinschliff ----------------------------------------------------- */
.rdp-card,
.rdp-detail .rdp-contact { transition: box-shadow 0.2s ease, border-color 0.2s ease; }
.rdp-card:hover,
.rdp-detail .rdp-contact:hover { box-shadow: 0 14px 38px rgba(22, 24, 29, 0.11); }
.rdp-info__ico {
	background: #f3f4f6;
	color: var(--rdp-accent);
	box-shadow: inset 0 0 0 1px rgba(22, 24, 29, 0.05);
}

/* --- Info-Karte (eine Karte, mehrere Sektionen) --------------------------- */
.rdp-infocard {
	background: var(--rdp-surface);
	border: 1px solid var(--rdp-border);
	border-top: 3px solid var(--rdp-accent);
	border-radius: var(--rdp-radius);
	box-shadow: var(--rdp-shadow);
	overflow: hidden;
}
.rdp-infocard__section { padding: clamp(18px, 2.2vw, 24px); }
.rdp-infocard__section + .rdp-infocard__section { border-top: 1px solid var(--rdp-border); }
.rdp-infocard__title {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 15px;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	color: var(--rdp-muted);
}
.rdp-infocard__title svg { width: 16px; height: 16px; color: var(--rdp-accent); flex: 0 0 auto; }
.rdp-infocard__title .rdp-badge--sm { margin-left: auto; }
.rdp-infocard .rdp-address { margin-bottom: 14px; }
.rdp-infocard .rdp-hours th,
.rdp-infocard .rdp-hours td { padding: 7px 0; }

/* Kleiner Status-Badge in der Info-Karte (heller Hintergrund). */
.rdp-badge--sm { padding: 0.22em 0.62em; font-size: 0.68rem; }
.rdp-badge--sm.is-open { background: #2e9e5b; color: #fff; border: 0; }
.rdp-badge--sm.is-closed {
	background: rgba(22, 24, 29, 0.07);
	color: var(--rdp-muted);
	border: 0;
}

@media (prefers-reduced-motion: reduce) {
	.rdp-card,
	.rdp-detail .rdp-contact { transition: none; }
}

/* =========================================================================
 * Standortseite – Sektions-Aufbau (Kontaktdetails, Karte, Impressionen, Anfrage)
 * ====================================================================== */

/* Hero-Untertitel (Claim) + Eyebrow als Badge */
.rdp-hero__tagline {
	display: block;
	margin-top: 0.3em;
	color: var(--rdp-accent);
	font-size: 0.58em;
	font-weight: 700;
	line-height: 1.2;
}
.rdp-hero__eyebrow {
	display: inline-block;
	margin: 0 0 0.85rem;
	padding: 0.34em 0.85em;
	border-radius: 6px;
	background: var(--rdp-accent);
	color: #fff;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

/* Sektion über volle Breite (unabhängig vom Theme-Container), Inhalt zentriert */
.rdp-section {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}
.rdp-section--alt { background: #f5f6f8; }
.rdp-section__inner {
	max-width: var(--rdp-content-width, 1480px);
	margin: 0 auto;
	padding: clamp(2.2rem, 4.5vw, 3.6rem) clamp(1.1rem, 4vw, 2rem);
}
.rdp-section__title {
	position: relative;
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 clamp(1.3rem, 2.6vw, 2rem);
	padding-bottom: 0.7rem;
	font-size: clamp(1.4rem, 2.4vw, 1.9rem);
	line-height: 1.15;
}
.rdp-section__title svg { color: var(--rdp-accent); flex: 0 0 auto; width: 22px; height: 22px; }
.rdp-section__title::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 46px;
	height: 3px;
	border-radius: 3px;
	background: var(--rdp-accent);
}
.rdp-section__title--plain { padding-bottom: 0; }
.rdp-section__title--plain::after { display: none; }

.rdp-section__head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 16px 24px;
	flex-wrap: wrap;
	margin-bottom: clamp(1.3rem, 2.6vw, 2rem);
}
.rdp-section__head .rdp-section__title { margin-bottom: 0.3rem; }
.rdp-section__subtitle { margin: 0; color: var(--rdp-muted); }
.rdp-impressions__all {
	color: var(--rdp-accent);
	font-weight: 600;
	text-decoration: none;
	white-space: nowrap;
}
.rdp-impressions__all:hover { text-decoration: underline; }

/* Kontaktdetails: Mini-Cards + Karte (links) / dunkle Zeiten (rechts) */
.rdp-cd {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 380px);
	gap: clamp(20px, 2.6vw, 36px);
	align-items: start;
}
.rdp-cd__main { display: grid; gap: 16px; min-width: 0; align-content: start; }
.rdp-cd__side { display: grid; gap: 16px; align-content: start; }
@media (max-width: 860px) { .rdp-cd { grid-template-columns: 1fr; } }

.rdp-minicards { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (max-width: 520px) { .rdp-minicards { grid-template-columns: 1fr; } }
.rdp-minicard {
	background: var(--rdp-surface);
	border: 1px solid var(--rdp-border);
	border-radius: var(--rdp-radius);
	padding: 18px 20px;
	box-shadow: var(--rdp-shadow);
}
.rdp-minicard__label {
	display: block;
	margin-bottom: 8px;
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--rdp-muted);
}
.rdp-minicard__value { font-style: normal; display: grid; gap: 3px; color: var(--rdp-ink); font-weight: 600; line-height: 1.5; }
.rdp-minicard__muted { color: var(--rdp-muted); font-weight: 500; }
.rdp-minicard__links a { color: var(--rdp-ink); text-decoration: none; word-break: break-word; }
.rdp-minicard__links a:hover { color: var(--rdp-accent); }

/* Kontaktliste mit Icons (Telefon & E-Mail-Card) */
.rdp-contactlist { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.rdp-contactlist li { display: flex; align-items: center; gap: 10px; }
.rdp-contactlist__ico {
	flex: 0 0 auto;
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 9px;
	background: var(--rdp-tint);
	color: var(--rdp-accent);
}
.rdp-contactlist__ico svg { width: 16px; height: 16px; }
.rdp-contactlist a { color: var(--rdp-ink); text-decoration: none; font-weight: 600; word-break: break-word; }
.rdp-contactlist a:hover { color: var(--rdp-accent); }

/* Eingebettete Karte */
.rdp-map {
	position: relative;
	aspect-ratio: 16 / 10;
	border: 1px solid var(--rdp-border);
	border-radius: var(--rdp-radius);
	overflow: hidden;
	box-shadow: var(--rdp-shadow);
	background: #e9ebee;
}
.rdp-map iframe { width: 100%; height: 100%; border: 0; display: block; }
.rdp-map__label {
	position: absolute;
	left: 14px;
	bottom: 14px;
	display: grid;
	gap: 1px;
	padding: 9px 13px;
	border-radius: 10px;
	background: rgba(22, 24, 29, 0.86);
	color: #fff;
	pointer-events: none;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.28);
}
.rdp-map__label strong { font-size: 0.9rem; }
.rdp-map__label span { font-size: 0.78rem; color: rgba(255, 255, 255, 0.75); }

/* Dunkle Öffnungszeiten-Card */
.rdp-hourscard {
	align-self: stretch;
	background: #16181d;
	color: #fff;
	border-radius: var(--rdp-radius);
	padding: clamp(20px, 2.6vw, 28px);
	box-shadow: 0 16px 40px rgba(22, 24, 29, 0.22);
	border-top: 3px solid var(--rdp-accent);
}
.rdp-hourscard__title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin: 0 0 1.3rem;
	color: #fff;
	font-size: 1.25rem;
}
.rdp-hourscard__title svg { color: var(--rdp-accent); vertical-align: -3px; }
.rdp-hours--dark { width: 100%; border-collapse: collapse; }
.rdp-hours--dark th,
.rdp-hours--dark td { padding: 10px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.10); }
.rdp-hours--dark th { text-align: left; color: rgba(255, 255, 255, 0.92); font-weight: 600; }
.rdp-hours--dark td { text-align: right; color: rgba(255, 255, 255, 0.68); font-weight: 500; }
.rdp-hours--dark tr:last-child th,
.rdp-hours--dark tr:last-child td { border-bottom: 0; }
.rdp-hours--dark .is-today th,
.rdp-hours--dark .is-today td { color: var(--rdp-accent); font-weight: 700; }
.rdp-hours--dark .rdp-hours__closed { color: rgba(255, 255, 255, 0.4); }
.rdp-hourscard__empty { margin: 0; color: rgba(255, 255, 255, 0.7); }
.rdp-hourscard .rdp-badge--sm.is-closed { background: rgba(255, 255, 255, 0.14); color: rgba(255, 255, 255, 0.85); }
.rdp-hourscard__note {
	display: flex;
	gap: 10px;
	align-items: flex-start;
	margin-top: 1.3rem;
	padding: 14px 16px;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.10);
	font-size: 0.88rem;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.85);
}
.rdp-hourscard__note svg { color: var(--rdp-accent); flex: 0 0 auto; margin-top: 1px; }

/* Direktanfrage + Vorteile */
.rdp-inquiry__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
	gap: clamp(28px, 4vw, 60px);
	align-items: start;
}
.rdp-inquiry__grid--single { grid-template-columns: 1fr; max-width: 720px; }
@media (max-width: 860px) { .rdp-inquiry__grid { grid-template-columns: 1fr; } }
.rdp-inquiry__lead { margin: 0 0 1.7rem; max-width: 46ch; color: var(--rdp-muted); line-height: 1.65; }
.rdp-inquiry__form .rdp-contact { max-width: none; margin: 0; }

.rdp-benefits { display: grid; gap: 16px; }
.rdp-benefit { display: flex; gap: 14px; align-items: flex-start; }
.rdp-benefit__icon {
	flex: 0 0 auto;
	width: 46px;
	height: 46px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 12px;
	background: var(--rdp-tint);
	color: var(--rdp-accent);
	box-shadow: inset 0 0 0 1px rgba(22, 24, 29, 0.05);
}
.rdp-benefit__title { margin: 2px 0 3px; font-size: 1.02rem; line-height: 1.25; }
.rdp-benefit__text { margin: 0; color: var(--rdp-muted); font-size: 0.92rem; line-height: 1.55; }

/* =========================================================================
 * Standortseite – Layout 2 (heller Hero, Kontaktkarte, Map, Vorteile-Grid)
 * ====================================================================== */

/* Breadcrumb */
.rdp-crumbs {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: clamp(1.2rem, 2.5vw, 2rem);
	font-size: 0.88rem;
	color: var(--rdp-muted);
}
.rdp-crumbs a { color: var(--rdp-muted); text-decoration: none; display: inline-flex; align-items: center; }
.rdp-crumbs a:hover { color: var(--rdp-accent); }
.rdp-crumbs__sep { color: rgba(22, 24, 29, 0.35); }
.rdp-crumbs__current { color: var(--rdp-accent); font-weight: 600; }

/* Top: Hero-Inhalt + Kontaktkarte */
.rdp-top {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 380px;
	gap: clamp(20px, 2.5vw, 38px);
	align-items: start;
}
.rdp-top__main { min-width: 0; display: grid; gap: clamp(18px, 2.4vw, 28px); }
@media (max-width: 900px) { .rdp-top { grid-template-columns: 1fr; } }

/* Lead (Titel, Intro, Tags, Meta) */
.rdp-lead__title { margin: 0 0 0.6rem; font-size: clamp(1.9rem, 3.6vw, 2.8rem); line-height: 1.1; }
.rdp-lead__intro { max-width: 62ch; font-size: 1.08rem; line-height: 1.6; color: var(--rdp-ink); }
.rdp-lead__intro p { margin: 0 0 0.5em; }
.rdp-lead__intro :last-child { margin-bottom: 0; }
.rdp-lead__tags { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 1.3rem; }
.rdp-tag {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	padding: 0.6em 1.1em;
	border: 1px solid var(--rdp-border);
	border-radius: 12px;
	background: var(--rdp-surface);
	font-weight: 600;
	box-shadow: 0 2px 8px rgba(22, 24, 29, 0.04);
}
.rdp-tag__icon { display: inline-flex; align-items: center; justify-content: center; width: 22px; height: 22px; object-fit: contain; color: var(--rdp-accent); }
.rdp-tag__icon--svg svg { width: 20px; height: 20px; }
.rdp-lead__meta { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 20px; margin-top: 1.3rem; color: var(--rdp-muted); }
.rdp-lead__metaitem { display: inline-flex; align-items: center; gap: 7px; font-weight: 500; }
.rdp-lead__metaitem svg { color: var(--rdp-accent); flex: 0 0 auto; }
.rdp-lead__metaitem + .rdp-lead__metaitem { padding-left: 20px; border-left: 1px solid var(--rdp-border); }

/* Map-Card (Adresse/Route + Karte) */
.rdp-mapcard {
	display: grid;
	grid-template-columns: minmax(220px, 300px) minmax(0, 1fr);
	background: var(--rdp-surface);
	border: 1px solid var(--rdp-border);
	border-radius: var(--rdp-radius);
	box-shadow: var(--rdp-shadow);
	overflow: hidden;
}
.rdp-mapcard__info { padding: clamp(18px, 2.4vw, 26px); display: flex; flex-direction: column; gap: 18px; }
.rdp-mapcard__addr { display: flex; gap: 12px; align-items: flex-start; }
.rdp-mapcard__pin { flex: 0 0 auto; width: 38px; height: 38px; display: flex; align-items: center; justify-content: center; border-radius: 10px; background: #16181d; color: var(--rdp-accent); }
.rdp-mapcard__addr > span { display: grid; gap: 2px; line-height: 1.5; }
.rdp-mapcard__addr strong { font-size: 1.02rem; }
.rdp-mapcard__muted { color: var(--rdp-muted); }
.rdp-mapcard__map { min-height: 280px; }
.rdp-mapcard__map iframe { width: 100%; height: 100%; min-height: 280px; border: 0; display: block; }
@media (max-width: 640px) { .rdp-mapcard { grid-template-columns: 1fr; } }

/* Routen-Formular */
.rdp-routeform { display: grid; gap: 10px; padding-top: 16px; border-top: 1px solid var(--rdp-border); }
.rdp-routeform__label { font-size: 0.75rem; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; color: var(--rdp-muted); }
.rdp-routeform__row { position: relative; }
.rdp-routeform__input {
	width: 100%;
	padding: 0.7em 2.6em 0.7em 0.9em;
	border: 1px solid var(--rdp-border);
	border-radius: 10px;
	font: inherit;
	box-sizing: border-box;
}
.rdp-routeform__input:focus { outline: none; border-color: var(--rdp-accent); box-shadow: 0 0 0 3px color-mix(in srgb, var(--rdp-accent) 16%, transparent); }
.rdp-routeform__geo {
	position: absolute;
	right: 6px;
	top: 50%;
	transform: translateY(-50%);
	width: 30px;
	height: 30px;
	border: 0;
	border-radius: 8px;
	background: transparent;
	color: var(--rdp-muted);
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}
.rdp-routeform__geo:hover { color: var(--rdp-accent); background: var(--rdp-tint); }

/* Kontaktkarte (Sidebar) */
.rdp-sidecard { position: sticky; top: 20px; }
@media (max-width: 900px) { .rdp-sidecard { position: static; } }
.rdp-contactcard {
	background: var(--rdp-surface);
	border: 1px solid var(--rdp-border);
	border-radius: var(--rdp-radius);
	box-shadow: 0 16px 44px rgba(22, 24, 29, 0.13);
	padding: clamp(20px, 2.4vw, 28px);
}
.rdp-contactcard__title { margin: 0 0 1.2rem; font-size: 1.3rem; }
.rdp-contactcard__list { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.rdp-contactcard__list li { display: flex; align-items: center; gap: 12px; }
.rdp-contactcard__ico { flex: 0 0 auto; width: 34px; height: 34px; display: flex; align-items: center; justify-content: center; border-radius: 9px; background: #16181d; color: var(--rdp-accent); }
.rdp-contactcard__list a { color: var(--rdp-ink); text-decoration: none; font-weight: 600; word-break: break-word; }
.rdp-contactcard__list a:hover { color: var(--rdp-accent); }
.rdp-contactcard__divider { height: 1px; background: var(--rdp-border); margin: 1.2rem 0; }
.rdp-contactcard__sub { margin: 0 0 0.8rem; font-size: 1.05rem; }
.rdp-contactcard__note { margin-top: 1rem; padding: 12px 14px; border-radius: 10px; background: var(--rdp-tint); color: var(--rdp-ink); font-size: 0.9rem; line-height: 1.5; }
.rdp-contactcard__actions { display: grid; gap: 10px; margin-top: 1.4rem; }
.rdp-contactcard__actions .rdp-btn { margin-top: 0; }

/* Öffnungszeiten-Liste */
.rdp-hourslist { list-style: none; margin: 0; padding: 0; display: grid; gap: 2px; }
.rdp-hourslist li { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 7px 10px; border-radius: 8px; }
.rdp-hourslist__day { display: inline-flex; align-items: center; gap: 8px; color: var(--rdp-ink); font-weight: 500; }
.rdp-hourslist__time { color: var(--rdp-muted); white-space: nowrap; }
.rdp-hourslist__closed { color: var(--rdp-muted); }
.rdp-hourslist .is-today { background: #16181d; }
.rdp-hourslist .is-today .rdp-hourslist__day,
.rdp-hourslist .is-today .rdp-hourslist__time { color: var(--rdp-accent); font-weight: 700; }
.rdp-hourslist .is-today .rdp-hourslist__closed { color: rgba(255, 255, 255, 0.6); }
.rdp-hourslist .rdp-badge { background: #2e9e5b; color: #fff; border: 0; font-size: 0.66rem; padding: 0.2em 0.55em; }

/* Button-Varianten */
.rdp-btn--outline { background: transparent; color: var(--rdp-accent); border-color: var(--rdp-accent); }
.rdp-btn--outline:hover { background: var(--rdp-accent); color: #fff; }
.rdp-btn--upper { text-transform: uppercase; letter-spacing: 0.04em; font-size: 0.85em; }

/* Vorteile-Grid */
.rdp-vsec { margin-top: clamp(2.6rem, 5vw, 4.2rem); text-align: center; }
.rdp-vsec__title { display: inline-block; position: relative; margin: 0 0 clamp(1.8rem, 3vw, 2.6rem); padding-bottom: 0.7rem; font-size: clamp(1.4rem, 2.6vw, 2rem); }
.rdp-vsec__title::after { content: ""; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); width: 52px; height: 3px; border-radius: 3px; background: var(--rdp-accent); }
.rdp-vgrid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 16px; }
.rdp-vcard {
	background: var(--rdp-surface);
	border: 1px solid var(--rdp-border);
	border-radius: var(--rdp-radius);
	box-shadow: var(--rdp-shadow);
	padding: clamp(18px, 2vw, 26px);
	text-align: center;
	transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.rdp-vcard:hover { transform: translateY(-3px); box-shadow: 0 14px 36px rgba(22, 24, 29, 0.12); }
.rdp-vcard__icon { display: inline-flex; align-items: center; justify-content: center; width: 56px; height: 56px; margin-bottom: 12px; border-radius: 14px; background: #16181d; color: var(--rdp-accent); }
.rdp-vcard__icon svg { width: 26px; height: 26px; }
.rdp-vcard__title { margin: 0 0 6px; font-size: 1.02rem; line-height: 1.25; }
.rdp-vcard__text { margin: 0; color: var(--rdp-muted); font-size: 0.9rem; line-height: 1.5; }

/* Standort & Leistungen */
.rdp-slsec { margin-top: clamp(2.6rem, 5vw, 4.2rem); }
.rdp-slsec__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr); gap: clamp(24px, 4vw, 56px); align-items: start; }
.rdp-slsec__grid--single { grid-template-columns: 1fr; }
.rdp-slsec__title { margin: 0 0 1rem; font-size: clamp(1.3rem, 2.4vw, 1.8rem); }
.rdp-slsec__side { padding-left: clamp(0px, 3vw, 40px); border-left: 1px solid var(--rdp-border); }
@media (max-width: 760px) {
	.rdp-slsec__grid { grid-template-columns: 1fr; }
	.rdp-slsec__side { padding-left: 0; border-left: 0; }
}
.rdp-checklist { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 12px 28px; }
.rdp-checklist li { display: flex; align-items: flex-start; gap: 10px; line-height: 1.45; }
.rdp-checklist__ico { flex: 0 0 auto; color: var(--rdp-accent); margin-top: 1px; }
.rdp-checklist__ico svg { width: 18px; height: 18px; }
@media (max-width: 560px) { .rdp-checklist { grid-template-columns: 1fr; } }

/* Impressionen (Titel; Galerie/Lightbox wiederverwendet) */
.rdp-impressions { margin-top: clamp(2.6rem, 5vw, 4.2rem); }
.rdp-impressions__title { margin: 0 0 1.2rem; font-size: clamp(1.3rem, 2.4vw, 1.8rem); }

@media (prefers-reduced-motion: reduce) {
	.rdp-vcard { transition: none; }
}

/* Kompaktere Buttons in Karten (sonst zu groß / sprengen das Layout). */
.rdp-contactcard__actions .rdp-btn,
.rdp-mapcard .rdp-btn {
	padding: 0.62em 1em;
	font-size: 0.82rem;
	gap: 7px;
	margin-top: 0;
}
.rdp-contactcard__actions .rdp-btn svg,
.rdp-mapcard .rdp-btn svg { width: 15px; height: 15px; }

/* Direktanfrage-Formular (inline, zentriert) */
.rdp-formsec { margin-top: clamp(2.6rem, 5vw, 4.2rem); }

/* =========================================================================
 * Iteration: schwarze Karten, rote Akzente, weiße Schrift
 * ====================================================================== */

/* Kontaktkarte komplett schwarz */
.rdp-contactcard {
	background: #16181d;
	border-color: rgba(255, 255, 255, 0.10);
	color: #fff;
	box-shadow: 0 18px 48px rgba(0, 0, 0, 0.28);
}
.rdp-contactcard__title,
.rdp-contactcard__sub { color: #fff; }
.rdp-contactcard__ico { background: rgba(255, 255, 255, 0.08); color: var(--rdp-accent); }
.rdp-contactcard__list a { color: #fff; }
.rdp-contactcard__list a:hover { color: var(--rdp-accent); }
.rdp-contactcard__divider { background: rgba(255, 255, 255, 0.12); }
.rdp-contactcard__note { background: rgba(255, 255, 255, 0.06); color: rgba(255, 255, 255, 0.82); }
.rdp-hourslist__day { color: #fff; }
.rdp-hourslist__time { color: rgba(255, 255, 255, 0.55); }
.rdp-hourslist__closed { color: rgba(255, 255, 255, 0.42); }
.rdp-hourslist .is-today { background: rgba(227, 9, 33, 0.16); }
.rdp-hourslist .is-today .rdp-hourslist__day,
.rdp-hourslist .is-today .rdp-hourslist__time { color: var(--rdp-accent); }
.rdp-hourslist .is-today .rdp-hourslist__closed { color: rgba(255, 255, 255, 0.7); }

/* Vorteile-Cards schwarz */
.rdp-vcard { background: #16181d; border-color: rgba(255, 255, 255, 0.08); color: #fff; }
.rdp-vcard:hover { box-shadow: 0 16px 40px rgba(0, 0, 0, 0.32); }
.rdp-vcard__icon { background: rgba(255, 255, 255, 0.07); color: var(--rdp-accent); }
.rdp-vcard__title { color: #fff; }
.rdp-vcard__text { color: rgba(255, 255, 255, 0.62); }

/* Buttons in Karten nicht mehr über die volle Breite */
.rdp-contactcard__actions { display: flex; flex-wrap: wrap; gap: 10px; }
.rdp-contactcard__actions .rdp-btn { width: auto; }
.rdp-routeform__btn { width: auto; justify-self: start; }
.rdp-contactcard__actions .rdp-btn--outline { color: #fff; border-color: rgba(255, 255, 255, 0.38); }
.rdp-contactcard__actions .rdp-btn--outline:hover { background: var(--rdp-accent); border-color: var(--rdp-accent); color: #fff; }

/* Direktanfrage: links Text/Headline, rechts Formular */
.rdp-formsec__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	gap: clamp(28px, 4vw, 60px);
	align-items: start;
}
.rdp-formsec__title { margin: 0 0 1rem; font-size: clamp(1.5rem, 2.6vw, 2.1rem); line-height: 1.15; }
.rdp-formsec__lead { margin: 0 0 1.5rem; max-width: 42ch; color: var(--rdp-muted); font-size: 1.05rem; line-height: 1.65; }
.rdp-formsec__contact { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.rdp-formsec__contact li { display: flex; align-items: center; gap: 12px; }
.rdp-formsec__ico { flex: 0 0 auto; width: 38px; height: 38px; display: flex; align-items: center; justify-content: center; border-radius: 10px; background: #16181d; color: var(--rdp-accent); }
.rdp-formsec__contact a { color: var(--rdp-ink); text-decoration: none; font-weight: 600; word-break: break-word; }
.rdp-formsec__contact a:hover { color: var(--rdp-accent); }
.rdp-formsec .rdp-contact { max-width: none; margin: 0; }
.rdp-formsec .rdp-contact__title,
.rdp-formsec .rdp-contact__intro { display: none; }
@media (max-width: 820px) { .rdp-formsec__grid { grid-template-columns: 1fr; } }

/* =========================================================================
 * Standort-Logo (Trefferliste, Popup, Hero) – immer proportional (contain)
 * ====================================================================== */
.rdp-result__meta { display: flex; align-items: center; gap: 8px; flex: 0 0 auto; }
.rdp-result__logo { height: 26px; max-width: 72px; width: auto; object-fit: contain; display: block; }

.rdp-iw__logo { margin: 0 0 8px; }
.rdp-iw__logo img { max-height: 46px; max-width: 160px; width: auto; height: auto; object-fit: contain; display: block; }

.rdp-lead__logo { margin: 0 0 1.1rem; }
.rdp-lead__logo img { max-height: 74px; max-width: 260px; width: auto; height: auto; object-fit: contain; display: block; }

/* =========================================================================
 * Ansprechpartner
 * ====================================================================== */
.rdp-personsec { margin-top: clamp(2.6rem, 5vw, 4.2rem); }
.rdp-personsec__title { margin: 0 0 clamp(1.3rem, 2.6vw, 2rem); font-size: clamp(1.3rem, 2.4vw, 1.8rem); }
.rdp-persongrid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 16px; }
.rdp-person {
	display: flex;
	gap: 16px;
	align-items: center;
	background: var(--rdp-surface);
	border: 1px solid var(--rdp-border);
	border-radius: var(--rdp-radius);
	box-shadow: var(--rdp-shadow);
	padding: 18px 20px;
}
.rdp-person__photo {
	flex: 0 0 auto;
	width: 74px;
	height: 74px;
	border-radius: 50%;
	overflow: hidden;
	background: var(--rdp-tint);
	display: flex;
	align-items: center;
	justify-content: center;
}
.rdp-person__photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.rdp-person__ph { color: var(--rdp-accent); display: flex; }
.rdp-person__info { min-width: 0; }
.rdp-person__name { margin: 0; font-size: 1.08rem; line-height: 1.2; }
.rdp-person__role { margin: 3px 0 8px; color: var(--rdp-accent); font-weight: 600; font-size: 0.9rem; }
.rdp-person__contact { list-style: none; margin: 0; padding: 0; display: grid; gap: 5px; }
.rdp-person__contact li { display: flex; align-items: center; gap: 8px; font-size: 0.9rem; }
.rdp-person__contact svg { color: var(--rdp-muted); width: 15px; height: 15px; flex: 0 0 auto; }
.rdp-person__contact a { color: var(--rdp-ink); text-decoration: none; word-break: break-word; }
.rdp-person__contact a:hover { color: var(--rdp-accent); }

/* =========================================================================
 * DESIGN-REFRESH 2.0 – Händlerseite
 * Leitidee „Stahl & Schweißnaht": rote Naht-Akzente (Stitch-Linien),
 * angeschrägte Plattenkanten (Chamfer) auf dunklen Flächen, präzise
 * weiße Karten, ein ruhiges Blueprint-Raster im Hero. Konsolidiert
 * und überschreibt frühere Einzelregeln (Kaskade).
 * ====================================================================== */

/* --- Token-Feinschliff ----------------------------------------------------- */
.rdp-single {
	--rdp-ink: #101216;
	--rdp-graphite: #15171c;
	--rdp-muted: rgba(16, 18, 22, 0.56);
	--rdp-border: rgba(16, 18, 22, 0.08);
	--rdp-bg: #f4f5f7;
	--rdp-radius: 18px;
	--rdp-shadow: 0 1px 2px rgba(16, 18, 22, 0.04), 0 10px 30px rgba(16, 18, 22, 0.07);
	--rdp-shadow-lg: 0 2px 4px rgba(16, 18, 22, 0.05), 0 22px 54px rgba(16, 18, 22, 0.13);
	--rdp-seam: linear-gradient(90deg, var(--rdp-accent) 0 48px, color-mix(in srgb, var(--rdp-accent) 22%, transparent) 48px);
	--rdp-hotedge: linear-gradient(90deg, var(--rdp-accent), color-mix(in srgb, var(--rdp-accent) 45%, transparent) 55%, transparent 88%);
	/* Licht-Strahl: heller Kern wandert über eine glühende Kante (animiert). */
	--rdp-beam: linear-gradient(90deg, transparent 0%, var(--rdp-accent) 28%, #ff8b96 50%, var(--rdp-accent) 72%, transparent 100%);
	background: var(--rdp-bg);
}
.rdp-single ::selection { background: var(--rdp-accent); color: #fff; }
.rdp-single a:focus-visible,
.rdp-single button:focus-visible,
.rdp-single input:focus-visible,
.rdp-single textarea:focus-visible { outline: 2px solid var(--rdp-accent); outline-offset: 2px; }

/* Gleichmäßiger Sektions-Rhythmus */
.rdp-vsec, .rdp-slsec, .rdp-personsec, .rdp-impressions, .rdp-formsec {
	margin-top: clamp(2.75rem, 5vw, 4rem);
}
.rdp-shell--hero { padding-bottom: clamp(1.6rem, 3vw, 2.6rem); }
#anfrage { scroll-margin-top: 120px; }

/* --- Hero: Blueprint-Raster + roter Licht-Sweep ---------------------------- */
.rdp-herowrap::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	pointer-events: none;
	background:
		radial-gradient(640px 320px at 8% -6%, color-mix(in srgb, var(--rdp-accent) 8%, transparent), transparent 70%),
		linear-gradient(rgba(16, 18, 22, 0.032) 1px, transparent 1px),
		linear-gradient(90deg, rgba(16, 18, 22, 0.032) 1px, transparent 1px);
	background-size: auto, 34px 34px, 34px 34px;
	-webkit-mask-image: linear-gradient(to bottom, #000 60%, transparent);
	mask-image: linear-gradient(to bottom, #000 60%, transparent);
}
/* Galeriebild als monochrome, saubere Textur (statt farbig-verwaschen). */
.rdp-herowrap.has-img::before { opacity: 0.1; filter: grayscale(1) contrast(1.05); }

/* --- Lead: Logo-Plakette, Naht unter dem Titel ----------------------------- */
.rdp-lead__logo {
	display: inline-flex;
	align-items: center;
	padding: 10px 16px;
	background: var(--rdp-surface);
	border: 1px solid var(--rdp-border);
	border-radius: 12px;
	box-shadow: var(--rdp-shadow);
	margin-bottom: 1.2rem;
}
.rdp-lead__logo img { max-height: 56px; }
.rdp-lead__title::after {
	content: "";
	display: block;
	width: 86px;
	height: 3px;
	margin-top: 0.42em;
	border-radius: 2px;
	background: var(--rdp-seam);
}
.rdp-lead__intro { font-size: 1.09rem; color: rgba(16, 18, 22, 0.78); }
.rdp-lead__intro strong { color: var(--rdp-accent); font-weight: 700; }

/* Leistungs-Tags: Stahl-Chips */
.rdp-tag {
	border-radius: 11px;
	box-shadow: var(--rdp-shadow);
	transition: transform 0.16s ease, border-color 0.16s ease;
}
.rdp-tag:hover {
	transform: translateY(-2px);
	border-color: color-mix(in srgb, var(--rdp-accent) 45%, transparent);
}
.rdp-tag__icon--svg { color: var(--rdp-accent); }

/* --- Map-Card -------------------------------------------------------------- */
.rdp-mapcard { border-radius: var(--rdp-radius); box-shadow: var(--rdp-shadow); }
.rdp-mapcard__map iframe { filter: saturate(0.85); }

/* --- Kontaktkarte: Graphit-Platte mit Schnittkante + Naht ------------------ */
.rdp-sidecard { top: 108px; }
.rdp-contactcard {
	position: relative;
	overflow: hidden;
	background: linear-gradient(180deg, #1b1e24, #121418 72%);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: var(--rdp-radius);
	box-shadow: 0 18px 44px rgba(10, 12, 15, 0.28);
}
.rdp-contactcard::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: var(--rdp-beam);
	background-size: 220% 100%;
	box-shadow: 0 0 14px color-mix(in srgb, var(--rdp-accent) 45%, transparent);
	animation: rdp-beam 6.5s linear infinite;
}
.rdp-contactcard__ico { background: #0c0e11; box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.07); }

/* Öffnungszeiten: heutiger Tag als markierte Zeile mit roter Kerbe */
.rdp-hourslist li { border-left: 3px solid transparent; }
.rdp-hourslist .is-today {
	background: color-mix(in srgb, var(--rdp-accent) 13%, transparent);
	border-left-color: var(--rdp-accent);
}
.rdp-hourslist .rdp-badge::before {
	width: 6px;
	height: 6px;
	animation: rdp-open-pulse 2.2s ease-out infinite;
}
@keyframes rdp-open-pulse {
	0% { box-shadow: 0 0 0 0 rgba(46, 158, 91, 0.55); }
	70% { box-shadow: 0 0 0 5px rgba(46, 158, 91, 0); }
	100% { box-shadow: 0 0 0 0 rgba(46, 158, 91, 0); }
}
.rdp-hourslist .rdp-badge { white-space: nowrap; flex: none; }

/* Aktionen: komponiertes Raster statt Flatterumbruch
   (Primär volle Breite, sekundäre halbe Breite; einzelner Sekundärer volle Breite). */
.rdp-contactcard__actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.rdp-contactcard__actions .rdp-btn { width: 100%; }
.rdp-contactcard__actions .rdp-btn--primary { grid-column: 1 / -1; }
.rdp-contactcard__actions .rdp-btn:nth-child(2):last-child { grid-column: 1 / -1; }

/* --- Buttons: satter Akzent mit Tiefe -------------------------------------- */
.rdp-btn { font-weight: 700; }
.rdp-btn--primary {
	background: linear-gradient(180deg, color-mix(in srgb, var(--rdp-accent) 86%, #fff), color-mix(in srgb, var(--rdp-accent) 86%, #000));
	box-shadow: 0 8px 22px color-mix(in srgb, var(--rdp-accent) 32%, transparent), inset 0 1px 0 rgba(255, 255, 255, 0.22);
}
.rdp-btn--primary:hover,
.rdp-btn--primary:focus-visible {
	transform: translateY(-1px);
	box-shadow: 0 12px 28px color-mix(in srgb, var(--rdp-accent) 42%, transparent), inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

/* --- Einheitlicher Sektions-Header (Eyebrow + Titel + Naht) ---------------- */
.rdp-shead { margin: 0 0 clamp(1.6rem, 3vw, 2.4rem); }
.rdp-shead__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--rdp-accent);
}
.rdp-shead__eyebrow::before { content: ""; width: 26px; height: 2px; border-radius: 1px; background: var(--rdp-accent); }
.rdp-shead__title { margin: 0.4em 0 0; font-size: clamp(1.5rem, 2.7vw, 2.15rem); line-height: 1.12; }
.rdp-shead__title::after {
	content: "";
	display: block;
	width: 76px;
	height: 3px;
	margin-top: 0.55em;
	border-radius: 2px;
	background: var(--rdp-seam);
}
.rdp-shead--center { text-align: center; }
.rdp-shead--center .rdp-shead__eyebrow::after { content: ""; width: 26px; height: 2px; border-radius: 1px; background: var(--rdp-accent); }
.rdp-shead--center .rdp-shead__title::after { margin-left: auto; margin-right: auto; width: 56px; background: var(--rdp-accent); }
.rdp-shead--light .rdp-shead__title { color: #fff; }

/* --- Vorteile: Graphit-Platten mit Schnittkante + Hover-Naht --------------- */
.rdp-vgrid { grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 18px; }
.rdp-vcard {
	position: relative;
	overflow: hidden;
	background: linear-gradient(170deg, #1d2129, #14161b 72%);
	border: 1px solid rgba(255, 255, 255, 0.07);
	border-radius: 16px;
	box-shadow: var(--rdp-shadow);
	transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.rdp-vcard::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: var(--rdp-beam);
	background-size: 220% 100%;
	box-shadow: 0 0 12px color-mix(in srgb, var(--rdp-accent) 45%, transparent);
	animation: rdp-beam 5.5s linear infinite;
	opacity: 0;
	transition: opacity 0.25s ease;
}
.rdp-vcard:hover {
	transform: translateY(-4px);
	box-shadow: 0 18px 40px rgba(10, 12, 15, 0.26);
}
.rdp-vcard:hover::before { opacity: 1; }
.rdp-vcard__icon {
	width: 58px;
	height: 58px;
	border-radius: 15px;
	background: #0c0e11;
	color: var(--rdp-accent);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06), 0 0 0 5px color-mix(in srgb, var(--rdp-accent) 9%, transparent);
}

/* --- Standort & Leistungen: Editorial + Checklisten-Karte ------------------ */
.rdp-slsec__grid { gap: clamp(24px, 4vw, 56px); }
.rdp-prose { font-size: 1.02rem; color: rgba(16, 18, 22, 0.8); }
.rdp-prose strong { color: var(--rdp-ink); }
.rdp-slsec__side {
	border-left: 0;
	padding: clamp(18px, 2.4vw, 26px);
	background: var(--rdp-surface);
	border: 1px solid var(--rdp-border);
	border-radius: var(--rdp-radius);
	box-shadow: var(--rdp-shadow);
}
.rdp-checklist { grid-template-columns: 1fr; gap: 0; }
.rdp-checklist li {
	align-items: center;
	padding: 11px 2px;
	border-bottom: 1px solid var(--rdp-border);
	font-weight: 600;
}
.rdp-checklist li:last-child { border-bottom: 0; }
.rdp-checklist__ico {
	width: 30px;
	height: 30px;
	margin-top: 0;
	border-radius: 9px;
	background: var(--rdp-graphite);
	color: var(--rdp-accent);
	display: flex;
	align-items: center;
	justify-content: center;
}
.rdp-checklist__ico svg { width: 16px; height: 16px; }
/* Ohne Beschreibungstext (volle Breite): Checkliste mehrspaltig. */
.rdp-slsec__grid--single .rdp-checklist { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 0 32px; }

/* --- Ansprechpartner: Karten mit Akzent-Ring ------------------------------- */
.rdp-persongrid { gap: 18px; }
.rdp-person {
	border-radius: var(--rdp-radius);
	box-shadow: var(--rdp-shadow);
	transition: transform 0.16s ease, box-shadow 0.16s ease;
}
.rdp-person:hover { transform: translateY(-3px); box-shadow: var(--rdp-shadow-lg); }
.rdp-person__photo {
	background: var(--rdp-graphite);
	box-shadow: 0 0 0 2px #fff, 0 0 0 4px color-mix(in srgb, var(--rdp-accent) 55%, transparent);
}

/* --- Galerie: ruhiges Raster mit Zoom-Chip --------------------------------- */
.rdp-gallery { gap: 16px; }
.rdp-gallery__item { border-radius: 16px; border: 1px solid var(--rdp-border); box-shadow: var(--rdp-shadow); }
.rdp-gallery__item::before {
	content: "";
	position: absolute;
	inset: 0;
	margin: auto;
	z-index: 2;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background:
		linear-gradient(#fff, #fff) center / 14px 2px no-repeat,
		linear-gradient(#fff, #fff) center / 2px 14px no-repeat,
		rgba(16, 18, 22, 0.55);
	opacity: 0;
	transform: scale(0.8);
	transition: opacity 0.2s ease, transform 0.2s ease;
}
.rdp-gallery__item:hover::before,
.rdp-gallery__item:focus-visible::before { opacity: 1; transform: scale(1); }
.rdp-impressions .rdp-gallery { grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); }

/* --- Direktanfrage: dunkles Abschluss-Panel -------------------------------- */
.rdp-formsec__panel {
	position: relative;
	background:
		radial-gradient(560px 280px at 90% -10%, color-mix(in srgb, var(--rdp-accent) 13%, transparent), transparent 70%),
		linear-gradient(180deg, #1a1d23, #101216 75%);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 24px;
	overflow: hidden;
	box-shadow: 0 24px 56px rgba(10, 12, 15, 0.24);
	padding: clamp(24px, 4vw, 52px);
}
.rdp-formsec__panel::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: var(--rdp-beam);
	background-size: 220% 100%;
	box-shadow: 0 0 16px color-mix(in srgb, var(--rdp-accent) 45%, transparent);
	animation: rdp-beam 8s linear infinite;
}
.rdp-formsec .rdp-shead { margin-bottom: 1.1rem; }
.rdp-formsec__lead { color: rgba(255, 255, 255, 0.66); }
.rdp-formsec__ico { background: #0c0e11; box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.07); }
.rdp-formsec__contact a { color: #fff; }
.rdp-formsec__contact a:hover { color: var(--rdp-accent); }
.rdp-formsec .rdp-contact {
	border: 0;
	border-radius: 16px;
	box-shadow: 0 14px 36px rgba(0, 0, 0, 0.28);
}

/* Formular-Absenden im Marken-Stil (gilt auch für das Locator-Modal) */
.rdp-contact__submit {
	border-radius: 999px;
	padding: 0.8em 1.9em;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	font-size: 0.85em;
	background: linear-gradient(180deg, color-mix(in srgb, var(--rdp-accent, #e30921) 86%, #fff), color-mix(in srgb, var(--rdp-accent, #e30921) 86%, #000));
	box-shadow: 0 8px 22px color-mix(in srgb, var(--rdp-accent, #e30921) 30%, transparent);
	transition: transform 0.16s ease, box-shadow 0.16s ease, filter 0.15s ease;
}
.rdp-contact__submit:hover {
	transform: translateY(-1px);
	filter: none;
	box-shadow: 0 12px 28px color-mix(in srgb, var(--rdp-accent, #e30921) 40%, transparent);
}

/* --- Reduzierte Bewegung ---------------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
	.rdp-tag,
	.rdp-vcard,
	.rdp-vcard::before,
	.rdp-person,
	.rdp-btn--primary,
	.rdp-contact__submit,
	.rdp-gallery__item::before { transition: none; }
	.rdp-vcard:hover,
	.rdp-person:hover,
	.rdp-btn--primary:hover,
	.rdp-contact__submit:hover { transform: none; }
	.rdp-hourslist .rdp-badge::before { animation: none; }
}

/* =========================================================================
 * Dynamik & Feinschliff (Beam-Animation, Status-Badge, Button-Korrekturen)
 * ====================================================================== */

/* Licht-Strahl: heller Kern wandert über die Kante. */
@keyframes rdp-beam {
	0% { background-position: 140% 0; }
	100% { background-position: -40% 0; }
}

/* AOS-Fallback: ohne bestätigte Initialisierung (html.rdp-aos) bleibt alles sichtbar. */
html:not(.rdp-aos) [data-aos] {
	opacity: 1 !important;
	transform: none !important;
	transition: none !important;
}

/* Status-Badge im Hero: dunkle Pille mit pulsierendem Punkt. */
.rdp-openbadge {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	padding: 0.5em 1.05em;
	border-radius: 999px;
	background: linear-gradient(180deg, #1b1e24, #121418);
	border: 1px solid rgba(255, 255, 255, 0.08);
	color: #fff;
	font-weight: 600;
	font-size: 0.88rem;
	line-height: 1;
	box-shadow: 0 8px 20px rgba(10, 12, 15, 0.18);
}
.rdp-openbadge__dot {
	flex: 0 0 auto;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #2ecc71;
	animation: rdp-dot-pulse 2.2s ease-out infinite;
}
.rdp-openbadge__until { color: rgba(255, 255, 255, 0.6); font-weight: 500; }
.rdp-openbadge.is-closed .rdp-openbadge__dot { background: #9aa0a8; animation: none; box-shadow: none; }
@keyframes rdp-dot-pulse {
	0% { box-shadow: 0 0 10px rgba(46, 204, 113, 0.85), 0 0 0 0 rgba(46, 204, 113, 0.45); }
	70% { box-shadow: 0 0 10px rgba(46, 204, 113, 0.85), 0 0 0 7px rgba(46, 204, 113, 0); }
	100% { box-shadow: 0 0 10px rgba(46, 204, 113, 0.85), 0 0 0 0 rgba(46, 204, 113, 0); }
}

/* Buttons: keine Versalien, kein Überlappen, klare Raster-Abstände. */
.rdp-btn--upper { text-transform: none; letter-spacing: 0; }
.rdp-contact__submit { text-transform: none; letter-spacing: 0; }
.rdp-contactcard__actions { gap: 12px; }
.rdp-contactcard__actions .rdp-btn {
	min-width: 0;
	padding: 0.68em 0.8em;
	white-space: nowrap;
	justify-content: center;
	font-size: 0.86rem;
}
.rdp-routeform__btn { white-space: nowrap; }

@media (prefers-reduced-motion: reduce) {
	.rdp-contactcard::before,
	.rdp-vcard::before,
	.rdp-formsec__panel::before { animation: none; background-position: 50% 0; }
	.rdp-openbadge__dot { animation: none; }
}

/* =========================================================================
 * LAYOUT „EDITORIAL" (.rdpe) – Händlerseite, Variante 2
 * Ruhig und präzise: kleine Typo-Skala, Haarlinien, Weißraum, große
 * stille Bilder, ein Akzent. Eigenständiger Namensraum; nur die
 * JS-Hooks (Routenformular, Lightbox, Kontaktformular) werden geteilt.
 * ====================================================================== */

.rdpe {
	/* Eigene Skala */
	--e-ink: #1d1d1f;
	--e-gray: #6e6e73;
	--e-hair: rgba(0, 0, 0, 0.09);
	--e-band: #f5f5f7;
	--e-accent: var(--rdp-accent, #e30921);
	/* Kompatibilitäts-Tokens für geteilte Komponenten (Routenformular, Formular) */
	--rdp-accent: #e30921;
	--rdp-ink: #1d1d1f;
	--rdp-muted: rgba(29, 29, 31, 0.55);
	--rdp-border: rgba(0, 0, 0, 0.09);
	--rdp-surface: #fff;
	--rdp-tint: #f5f5f7;
	/* Volle Breite unabhängig vom Theme-Container */
	width: 100vw;
	max-width: 100vw;
	flex: none;
	margin-left: calc(50% - 50vw);
	background: #fff;
	color: var(--e-ink);
	font-family: inherit;
	font-size: 16px;
	line-height: 1.6;
	padding-bottom: 0;
}
.rdpe-wrap { max-width: 1100px; margin: 0 auto; padding: 0 clamp(1.1rem, 4vw, 2rem); }
.rdpe ::selection { background: var(--e-accent); color: #fff; }
.rdpe a:focus-visible,
.rdpe button:focus-visible,
.rdpe input:focus-visible,
.rdpe textarea:focus-visible { outline: 2px solid var(--e-accent); outline-offset: 2px; }
.rdpe h1, .rdpe h2 { text-transform: uppercase; }
.rdpe h3 { text-transform: none; }
.rdpe #anfrage { scroll-margin-top: 130px; }

/* --- Hero (still, typografisch) -------------------------------------------- */
.rdpe-hero { padding: 44px 0 0; }
@media (min-width: 960px) { .rdpe-hero { padding-top: 150px; } }
.rdpe-crumbs { display: flex; gap: 8px; margin-bottom: 30px; font-size: 0.78rem; color: var(--e-gray); }
.rdpe-crumbs a { color: inherit; text-decoration: none; }
.rdpe-crumbs a:hover { color: var(--e-ink); }
.rdpe-hero__logo { margin-bottom: 20px; }
.rdpe-hero__logo img { max-height: 44px; max-width: 190px; width: auto; height: auto; object-fit: contain; display: block; }
.rdpe-hero__title {
	margin: 0;
	font-size: clamp(1.65rem, 1.2rem + 1.5vw, 2.35rem);
	line-height: 1.16;
	letter-spacing: 0.012em;
	font-weight: 700;
	color: var(--e-ink);
	max-width: 26ch;
}
.rdpe-hero__loc {
	display: flex;
	align-items: center;
	gap: 7px;
	margin: 12px 0 0;
	font-size: 0.9rem;
	font-weight: 500;
	color: var(--e-gray);
}
.rdpe-hero__loc svg { color: var(--e-accent); flex: none; }
.rdpe-hero__intro { margin-top: 14px; max-width: 58ch; font-size: 1.04rem; line-height: 1.65; color: var(--e-gray); }
.rdpe-hero__intro p { margin: 0 0 0.5em; }
.rdpe-hero__intro :last-child { margin-bottom: 0; }
.rdpe-hero__intro strong { color: var(--e-ink); font-weight: 600; }
.rdpe-hero__meta { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 18px; margin-top: 20px; font-size: 0.86rem; color: var(--e-gray); }
.rdpe-metaitem { display: inline-flex; align-items: center; gap: 6px; }
.rdpe-metaitem svg { color: var(--e-gray); flex: none; }
.rdpe-status {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 5px 12px;
	border: 1px solid var(--e-hair);
	border-radius: 999px;
	background: #fff;
	color: var(--e-ink);
	font-weight: 600;
	line-height: 1.3;
}
.rdpe-status__dot { flex: none; width: 7px; height: 7px; border-radius: 50%; background: #34c759; animation: rdp-dot-pulse 2.4s ease-out infinite; }
.rdpe-status__until { color: var(--e-gray); font-weight: 500; }
.rdpe-status.is-closed .rdpe-status__dot { background: #a1a1a6; animation: none; box-shadow: none; }
.rdpe-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
.rdpe-tagchip {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 5px 12px;
	border: 1px solid var(--e-hair);
	border-radius: 999px;
	background: #fff;
	font-size: 0.82rem;
	font-weight: 500;
	color: var(--e-ink);
}
.rdpe-tagchip img { width: 14px; height: 14px; object-fit: contain; }

/* --- Lokale Leiste (sticky, Milchglas) ------------------------------------- */
.rdpe-localnav {
	position: sticky;
	top: 0;
	z-index: 60;
	margin-top: 26px;
	border-top: 1px solid var(--e-hair);
	border-bottom: 1px solid var(--e-hair);
	background: rgba(255, 255, 255, 0.85);
	-webkit-backdrop-filter: saturate(180%) blur(16px);
	backdrop-filter: saturate(180%) blur(16px);
}
@media (min-width: 960px) { .rdpe-localnav { top: 84px; } }
.rdpe-localnav__row { display: flex; align-items: center; justify-content: space-between; gap: 14px; min-height: 52px; }
.rdpe-localnav__name { font-size: 0.9rem; font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.rdpe-localnav__actions { display: flex; align-items: center; gap: 20px; flex: none; }
.rdpe-link { display: inline-flex; align-items: center; gap: 6px; font-size: 0.86rem; font-weight: 500; color: var(--e-ink); text-decoration: none; }
.rdpe-link svg { color: var(--e-accent); flex: none; }
.rdpe-link:hover { color: var(--e-accent); }
@media (max-width: 640px) { .rdpe-localnav__web, .rdpe-link span { display: none; } .rdpe-localnav__actions { gap: 14px; } }

/* Pills (klein, präzise) */
.rdpe-pill {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	padding: 8px 16px;
	border-radius: 999px;
	border: 1px solid transparent;
	font-size: 0.84rem;
	font-weight: 600;
	line-height: 1;
	text-decoration: none;
	cursor: pointer;
	transition: transform 0.15s ease, filter 0.15s ease, color 0.15s ease, border-color 0.15s ease, background 0.15s ease;
}
.rdpe-pill svg { flex: none; }
.rdpe-pill--primary { background: var(--e-accent); color: #fff; }
.rdpe-pill--primary:hover { transform: translateY(-1px); filter: brightness(1.06); color: #fff; }
.rdpe-pill--ghost { border-color: var(--e-hair); background: #fff; color: var(--e-ink); }
.rdpe-pill--ghost:hover { border-color: var(--e-accent); color: var(--e-accent); }

/* --- Bühne (großes stilles Bild) ------------------------------------------- */
.rdpe-stage { margin-top: 30px; }
.rdpe .rdpe-stage__gallery { display: block; }
.rdpe-stage__media {
	display: block;
	border-radius: 20px;
	overflow: hidden;
	aspect-ratio: 21 / 9;
	background: var(--e-band);
}
.rdpe-stage__media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.6s cubic-bezier(0.2, 0.6, 0.2, 1); }
.rdpe-stage__media:hover img { transform: scale(1.02); }
@media (max-width: 720px) { .rdpe-stage__media { aspect-ratio: 16 / 10; border-radius: 16px; } }

/* --- Info-Zeile: drei stille Spalten --------------------------------------- */
.rdpe-info { margin-top: clamp(40px, 6vw, 64px); }
.rdpe-info__grid { display: grid; grid-template-columns: 1.15fr 1fr 1fr; gap: clamp(28px, 4.5vw, 64px); }
@media (max-width: 860px) { .rdpe-info__grid { grid-template-columns: 1fr; gap: 40px; } }
.rdpe-label {
	display: block;
	margin-bottom: 14px;
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.11em;
	text-transform: uppercase;
	color: var(--e-gray);
}
.rdpe-addr { font-style: normal; display: grid; gap: 2px; font-size: 0.94rem; line-height: 1.6; }
.rdpe-addr__muted { color: var(--e-gray); }
.rdpe-hours { list-style: none; margin: 0; padding: 0; font-size: 0.9rem; }
.rdpe-hours li { display: flex; justify-content: space-between; gap: 16px; padding: 6px 0; border-bottom: 1px solid var(--e-hair); }
.rdpe-hours li:last-child { border-bottom: 0; }
.rdpe-hours__day { display: inline-flex; align-items: center; gap: 8px; font-weight: 500; }
.rdpe-hours__time { color: var(--e-gray); font-variant-numeric: tabular-nums; }
.rdpe-hours .is-today .rdpe-hours__day { font-weight: 700; }
.rdpe-hours .is-today .rdpe-hours__day::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--e-accent); }
.rdpe-hours .is-today .rdpe-hours__time { color: var(--e-ink); font-weight: 600; }
.rdpe-note { margin: 14px 0 0; padding: 10px 12px; border-radius: 10px; background: var(--e-band); font-size: 0.82rem; line-height: 1.55; color: var(--e-gray); }
.rdpe-clinks { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; font-size: 0.94rem; }
.rdpe-clinks li { display: flex; align-items: center; gap: 10px; }
.rdpe-clinks svg { color: var(--e-accent); flex: none; }
.rdpe-clinks a { color: var(--e-ink); text-decoration: none; word-break: break-word; }
.rdpe-clinks a:hover { color: var(--e-accent); }
.rdpe-info__cta { margin-top: 18px; }

/* Routenformular im Editorial-Look (geteilte JS-Klassen, eigener Stil) */
.rdpe .rdp-routeform { margin-top: 18px; border-top: 1px solid var(--e-hair); padding-top: 16px; gap: 9px; }
.rdpe .rdp-routeform__label { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.11em; color: var(--e-gray); }
.rdpe .rdp-routeform__input { border-radius: 10px; border-color: var(--e-hair); font-size: 0.9rem; }
.rdpe .rdp-routeform__btn { justify-self: start; }

/* --- Karte ------------------------------------------------------------------ */
.rdpe-mapband { margin-top: clamp(36px, 5vw, 56px); }
.rdpe-map { border-radius: 20px; overflow: hidden; border: 1px solid var(--e-hair); aspect-ratio: 21 / 8; min-height: 260px; }
.rdpe-map iframe { width: 100%; height: 100%; border: 0; display: block; filter: grayscale(0.15) saturate(0.85); }
@media (max-width: 720px) { .rdpe-map { aspect-ratio: 4 / 3; border-radius: 16px; } }

/* --- Sektionen & Köpfe ------------------------------------------------------ */
.rdpe-section { margin-top: clamp(56px, 9vw, 96px); }
.rdpe-head { max-width: 640px; margin-bottom: clamp(24px, 4vw, 40px); }
.rdpe-head--center { margin-left: auto; margin-right: auto; text-align: center; }
.rdpe-eyebrow { display: block; margin-bottom: 10px; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--e-accent); }
.rdpe-head h2 { margin: 0; font-size: clamp(1.3rem, 1.05rem + 0.9vw, 1.7rem); line-height: 1.22; letter-spacing: 0.015em; font-weight: 700; }
.rdpe-head p { margin: 12px auto 0; max-width: 52ch; font-size: 0.96rem; color: var(--e-gray); }

/* Dunkles Band: volle Breite, Graphit mit zartem Akzent-Schein. */
.rdpe-band {
	background:
		radial-gradient(640px 300px at 88% -12%, color-mix(in srgb, var(--e-accent) 9%, transparent), transparent 65%),
		linear-gradient(180deg, #1a1d23, #121418);
	color: #fff;
	padding: clamp(48px, 7vw, 84px) 0;
}
.rdpe-band .rdpe-head h2 { color: #fff; }
.rdpe-band .rdpe-head p { color: rgba(255, 255, 255, 0.62); }
.rdpe-band .rdpe-benefit h3 { color: #fff; }
.rdpe-band .rdpe-benefit p { color: rgba(255, 255, 255, 0.62); }

/* --- Vorteile (leichtes Feature-Grid) --------------------------------------- */
.rdpe-benefits { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: clamp(28px, 4vw, 44px) clamp(24px, 4vw, 48px); }
.rdpe-benefit__icon { display: inline-flex; margin-bottom: 12px; color: var(--e-accent); }
.rdpe-benefit__icon svg { width: 26px; height: 26px; }
.rdpe-benefit h3 { margin: 0 0 6px; font-size: 0.98rem; font-weight: 600; }
.rdpe-benefit p { margin: 0; font-size: 0.88rem; line-height: 1.6; color: var(--e-gray); }

/* --- Text + Checkliste ------------------------------------------------------ */
.rdpe-split { display: grid; grid-template-columns: 1.25fr 0.9fr; gap: clamp(32px, 5vw, 72px); align-items: start; }
@media (max-width: 820px) { .rdpe-split { grid-template-columns: 1fr; gap: 36px; } }
.rdpe-prose { max-width: 62ch; font-size: 0.98rem; line-height: 1.75; color: #3a3a3c; }
.rdpe-prose p { margin: 0 0 1em; }
.rdpe-prose :last-child { margin-bottom: 0; }
.rdpe-prose strong { color: var(--e-ink); }
.rdpe-checks { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; font-size: 0.92rem; }
.rdpe-checks li { display: flex; align-items: flex-start; gap: 10px; }
.rdpe-checks svg { color: var(--e-accent); flex: none; margin-top: 2px; }

/* --- Team ------------------------------------------------------------------- */
.rdpe-people { display: flex; flex-wrap: wrap; justify-content: center; gap: 40px 56px; }
.rdpe-person { width: 200px; text-align: center; }
.rdpe-person__photo {
	width: 92px;
	height: 92px;
	margin: 0 auto 12px;
	border-radius: 50%;
	overflow: hidden;
	background: var(--e-band);
	color: var(--e-gray);
	display: flex;
	align-items: center;
	justify-content: center;
}
.rdpe-person__photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.rdpe-person h3 { margin: 0 0 2px; font-size: 0.95rem; font-weight: 600; }
.rdpe-person__role { margin: 0 0 8px; font-size: 0.8rem; font-weight: 500; color: var(--e-accent); }
.rdpe-person__links { list-style: none; margin: 0; padding: 0; display: grid; gap: 3px; font-size: 0.84rem; }
.rdpe-person__links a { color: var(--e-gray); text-decoration: none; }
.rdpe-person__links a:hover { color: var(--e-accent); }

/* --- Galerie ----------------------------------------------------------------- */
.rdpe .rdp-gallery.rdpe-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
@media (max-width: 720px) { .rdpe .rdp-gallery.rdpe-gallery { grid-template-columns: repeat(2, 1fr); gap: 10px; } }
.rdpe-tile { display: block; border-radius: 14px; overflow: hidden; aspect-ratio: 4 / 3; background: var(--e-band); }
.rdpe-tile img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.5s cubic-bezier(0.2, 0.6, 0.2, 1); }
.rdpe-tile:hover img { transform: scale(1.04); }

/* --- Formular-Band ------------------------------------------------------------ */
.rdpe-formband { margin-top: clamp(56px, 9vw, 96px); }
.rdpe-formcard { max-width: 640px; margin: 0 auto; background: #fff; border: 1px solid var(--e-hair); border-radius: 20px; padding: clamp(20px, 3.4vw, 34px); }
.rdpe-band .rdpe-formcard { border-color: transparent; box-shadow: 0 18px 44px rgba(0, 0, 0, 0.3); }
.rdpe-band .rdpe-formalt { color: rgba(255, 255, 255, 0.55); }
.rdpe-band .rdpe-formalt a { color: #fff; }
.rdpe-band .rdpe-formalt a:hover { color: var(--e-accent); }
.rdpe .rdp-contact { max-width: none; margin: 0; padding: 0; border: 0; background: transparent; box-shadow: none; }
.rdpe .rdp-contact__title, .rdpe .rdp-contact__intro { display: none; }
.rdpe .rdp-contact__field > span { font-size: 0.8rem; font-weight: 600; color: var(--e-gray); }
.rdpe .rdp-contact__field input, .rdpe .rdp-contact__field textarea { border-color: var(--e-hair); border-radius: 10px; font-size: 0.95rem; }
.rdpe .rdp-contact__consent { font-size: 0.8rem; }
.rdpe .rdp-contact__submit { padding: 0.72em 1.6em; font-size: 0.9rem; box-shadow: none; background: var(--e-accent); }
.rdpe .rdp-contact__submit:hover { box-shadow: none; filter: brightness(1.06); }
.rdpe-formalt { margin: 20px auto 0; max-width: 640px; text-align: center; font-size: 0.86rem; color: var(--e-gray); display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; }
.rdpe-formalt a { color: var(--e-ink); text-decoration: none; font-weight: 600; }
.rdpe-formalt a:hover { color: var(--e-accent); }

@media (prefers-reduced-motion: reduce) {
	.rdpe-pill,
	.rdpe-tile img,
	.rdpe-stage__media img { transition: none; }
	.rdpe-pill--primary:hover { transform: none; }
	.rdpe-status__dot { animation: none; }
}

/* =========================================================================
 * Google-Bewertungen (Sterne-Komponente + Sektionen beider Layouts)
 * ====================================================================== */

/* Teilgefüllte Sterne: Breite des Vordergrunds = Bewertung in Prozent. */
.rdp-stars { position: relative; display: inline-flex; line-height: 0; color: #d2d2d7; vertical-align: middle; }
.rdp-stars__bg, .rdp-stars__fg { display: inline-flex; gap: 1px; }
.rdp-stars__fg { position: absolute; inset: 0; overflow: hidden; width: var(--rdp-stars, 0%); color: #fbbc04; white-space: nowrap; }
.rdp-stars svg { display: block; color: inherit; }
#bewertungen { scroll-margin-top: 130px; }

/* Hero-Rating (beide Layouts) */
.rdp-rating, .rdpe-rating { display: inline-flex; align-items: center; gap: 7px; text-decoration: none; }
.rdp-rating { color: var(--rdp-ink); font-weight: 600; }
.rdp-rating span { color: var(--rdp-muted); font-weight: 500; }
.rdp-rating:hover { color: var(--rdp-accent); }
.rdpe-rating { color: var(--e-ink); font-weight: 500; }
.rdpe-rating strong { font-weight: 700; }
.rdpe-rating > span { color: var(--e-gray); }
.rdpe-rating:hover { color: var(--e-accent); }

/* Markant: Bewertungs-Sektion */
.rdp-revsec { margin-top: clamp(2.75rem, 5vw, 4rem); }
.rdp-revsum {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	margin: -10px 0 26px;
	color: var(--rdp-muted);
	font-weight: 600;
}
.rdp-revsum strong { color: var(--rdp-ink); font-size: 1.06rem; }
.rdp-revgrid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 16px; }
.rdp-review {
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding: 20px 22px;
	background: var(--rdp-surface);
	border: 1px solid var(--rdp-border);
	border-radius: var(--rdp-radius);
	box-shadow: var(--rdp-shadow);
}
.rdp-review blockquote {
	margin: 0;
	font-size: 0.93rem;
	line-height: 1.65;
	color: rgba(16, 18, 22, 0.8);
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.rdp-review figcaption { display: flex; align-items: center; gap: 10px; margin-top: auto; }
.rdp-review__avatar { width: 34px; height: 34px; border-radius: 50%; object-fit: cover; flex: none; }
.rdp-review__meta { display: grid; }
.rdp-review__author { font-size: 0.86rem; font-weight: 600; color: var(--rdp-ink); }
.rdp-review__time { font-size: 0.78rem; color: var(--rdp-muted); }
.rdp-revmore { margin: 26px 0 0; text-align: center; }

/* Editorial: Bewertungs-Sektion */
.rdpe-revsum { display: inline-flex; align-items: center; gap: 8px; color: var(--e-gray); }
.rdpe-revsum strong { color: var(--e-ink); }
.rdpe-reviews { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
@media (max-width: 860px) { .rdpe-reviews { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .rdpe-reviews { grid-template-columns: 1fr; } }
.rdpe-review {
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding: 20px;
	background: #fff;
	border: 1px solid var(--e-hair);
	border-radius: 16px;
}
.rdpe-review blockquote {
	margin: 0;
	font-size: 0.92rem;
	line-height: 1.65;
	color: #3a3a3c;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.rdpe-review figcaption { display: flex; align-items: center; gap: 10px; margin-top: auto; }
.rdpe-review__avatar { width: 34px; height: 34px; border-radius: 50%; object-fit: cover; flex: none; }
.rdpe-review__meta { display: grid; }
.rdpe-review__author { font-size: 0.86rem; font-weight: 600; color: var(--e-ink); }
.rdpe-review__time { font-size: 0.78rem; color: var(--e-gray); }
.rdpe-revmore { margin: 28px 0 0; text-align: center; }
