/* ==========================================================================
   Rümpelheldin Design 1.0 – Design-Update 2026
   Alle Regeln hängen an body.rh-design (vom Plugin gesetzt).
   Plugin deaktivieren = Theme sieht aus wie vorher.
   ========================================================================== */


/* ---------- Tokens ---------- */
body.rh-design {
	--rh-rosa: #F9C5CA;          /* Bestandsfarbe */
	--rh-rosa-hell: #FDEEEF;
	--rh-rosa-tief: #A8465C;     /* Sterne, Links, Akzente */
	--rh-anth: #26262B;          /* Buttons, Kopf, Fuß */
	--rh-text: #2F2D33;
	--rh-muted: #67636B;
	--rh-bg: #FBF8F7;
	--rh-line: #ECE4E2;
	--rh-white: #FFFFFF;
	--rh-head: "Bricolage Grotesque", "Trebuchet MS", Arial, sans-serif;
	--rh-body: "Source Sans 3", "Segoe UI", Arial, sans-serif;
	--rh-max: 1228px;
	--rh-gutter: 24px;
	--rh-header-h: 92px;
	--rh-radius: 22px;
	background: var(--rh-bg);
	color: var(--rh-text);
}
@media (max-width: 781px) {
	body.rh-design { --rh-header-h: 78px; --rh-gutter: 20px; }
}

/* Theme setzt * { font-family: Arial } – hier überschreiben */
body.rh-design,
body.rh-design * { font-family: var(--rh-body); }
body.rh-design h1, body.rh-design h2, body.rh-design h3, body.rh-design h4,
body.rh-design .rh-score { font-family: var(--rh-head); }

/* Einblend-Animationen des Themes abschalten (Inhalte sofort sichtbar) */
body.rh-design .module,
body.rh-design .element-rechts,
body.rh-design .element-links { opacity: 1 !important; transform: none !important; animation: none !important; }

body.rh-design a { color: var(--rh-rosa-tief); text-decoration: none; }
body.rh-design a:hover { color: var(--rh-anth); }

/* ==========================================================================
   Kopfzeile (Theme-Markup: header#move)
   ========================================================================== */
body.rh-design header#move {
	background: var(--rh-white);
	border-bottom: 1px solid var(--rh-line);
	box-shadow: none;
}
body.rh-design header#move .wp-block-element-max-breite { max-width: calc(var(--rh-max) + 2 * var(--rh-gutter)); }
body.rh-design header#move .wp-block-inline { padding: 14px var(--rh-gutter); }
body.rh-design header .element-wrap { gap: 24px; flex-wrap: nowrap; }
body.rh-design #block-element-logo img { height: 56px; max-height: 56px; width: auto; }
body.rh-design #nav-header .element-navigation { display: flex; gap: 28px; align-items: center; list-style: none; }
body.rh-design #nav-header .element-navigation a {
	color: var(--rh-anth); font-weight: 600; font-size: 16px; letter-spacing: 0; text-transform: none;
}
body.rh-design #nav-header .element-navigation a:hover,
body.rh-design #nav-header .element-navigation a.active { color: var(--rh-rosa-tief); }
body.rh-design header .element-phone-icon { margin: 0; }
body.rh-design header .element-phone-icon:before { display: none; }
body.rh-design header .element-phone-icon a,
body.rh-design header.sticky .element-phone-icon a {
	display: inline-flex; align-items: center; gap: 10px;
	background: var(--rh-anth); color: var(--rh-white) !important;
	border-radius: 999px; padding: 12px 20px; font-size: 16px !important; font-weight: 700; letter-spacing: 0; margin: 0;
	white-space: nowrap;
}
body.rh-design header .element-phone-icon a::before {
	content: ""; width: 18px; height: 18px; flex-shrink: 0;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 4h3l2 5-2.5 1.5a11 11 0 0 0 6 6L15 14l5 2v3a2 2 0 0 1-2 2A16 16 0 0 1 3 6a2 2 0 0 1 2-2'/%3E%3C/svg%3E") center / contain no-repeat;
}
body.rh-design header .element-phone-icon a:hover { background: #000; }

@media (max-width: 1100px) {
	body.rh-design #nav-header .element-navigation { gap: 18px; }
	body.rh-design #nav-header .element-navigation a { font-size: 15px; }
}
/* Handy: Logo links, Menü rechts, Telefon übernimmt die Anruf-Leiste unten */
@media (max-width: 781px) {
	body.rh-design header#move .wp-block-inline { padding: 10px var(--rh-gutter); }
	body.rh-design #block-element-logo { order: 1 !important; flex-basis: auto !important; text-align: left !important; }
	body.rh-design #block-element-logo img { height: 48px !important; }
	body.rh-design #wp-block-element-navigation-header { order: 2 !important; flex-basis: auto !important; }
	body.rh-design header .element-phone { display: none; }
}

/* ==========================================================================
   Seitengerüst der neuen Seiten (.rh-page)
   ========================================================================== */
body.rh-design .rh-page { padding-top: var(--rh-header-h); background: var(--rh-bg); }
body.rh-design .rh-page > .wp-block-group__inner-container { max-width: none; padding: 0; }
body.rh-design .rh-page p { font-size: 18px; line-height: 1.6; letter-spacing: 0; color: var(--rh-text); margin: 0 0 16px; }
body.rh-design .rh-page li { font-size: 18px; line-height: 1.55; letter-spacing: 0; }
body.rh-design .rh-page h1,
body.rh-design .rh-page h2,
body.rh-design .rh-page h3 {
	color: var(--rh-anth); text-transform: none; text-align: left; letter-spacing: -0.01em; font-weight: 700; margin: 0 0 16px;
	text-wrap: balance;
}
body.rh-design .rh-page h1 { font-size: clamp(34px, 4vw, 56px); line-height: 1.06; letter-spacing: -0.02em; }
body.rh-design .rh-page h2 { font-size: clamp(28px, 3vw, 42px); line-height: 1.12; }
body.rh-design .rh-page h3 { font-size: 22px; line-height: 1.25; }
body.rh-design .rh-page strong { font-weight: 700; }

/* Abschnitte */
body.rh-design .rh-section { padding: 88px 0; background: var(--rh-bg); }
body.rh-design .rh-section > .wp-block-group__inner-container,
body.rh-design .rh-section > .rh-inner { max-width: var(--rh-max); margin: 0 auto; padding: 0 var(--rh-gutter); }
body.rh-design .rh-section--white { background: var(--rh-white); }
body.rh-design .rh-section--rosa { background: var(--rh-rosa); }
body.rh-design .rh-section--hell { background: var(--rh-rosa-hell); }
body.rh-design .rh-section--line { border-top: 1px solid var(--rh-line); }
@media (max-width: 781px) {
	body.rh-design .rh-section { padding: 52px 0; }
}

body.rh-design .rh-page .rh-eyebrow {
	font-size: 14px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--rh-rosa-tief); margin: 0 0 12px;
}
body.rh-design .rh-page .rh-lead { font-size: 21px; }
body.rh-design .rh-page .rh-sub { font-size: 17px; color: var(--rh-muted); }
body.rh-design .rh-page .rh-intro { max-width: 780px; }
body.rh-design .rh-page mark.rh-mark {
	background: linear-gradient(transparent 60%, var(--rh-rosa) 60%); color: inherit; padding: 0 2px;
}
@media (max-width: 781px) {
	body.rh-design .rh-page p, body.rh-design .rh-page li { font-size: 17px; }
	body.rh-design .rh-page .rh-lead { font-size: 18px; }
}

/* Spaltenabstände */
body.rh-design .rh-page .wp-block-columns { gap: 24px; margin-bottom: 0; }
body.rh-design .rh-page .wp-block-columns.rh-gap-l { gap: 64px; }
body.rh-design .rh-page .wp-block-columns.rh-center { align-items: center; }

/* ---------- Buttons ---------- */
body.rh-design .rh-page .wp-block-buttons { gap: 12px; margin: 8px 0 0; }
body.rh-design .rh-page .wp-block-button__link,
body.rh-design .rh-page .wp-block-button .wp-block-button__link {
	display: inline-flex; align-items: center; justify-content: center; gap: 10px;
	min-height: 52px; padding: 14px 26px; border-radius: 999px !important;
	font-size: 17px; font-weight: 700; line-height: 1.2; letter-spacing: 0; text-transform: none;
	background: var(--rh-anth); color: var(--rh-white); border: 2px solid var(--rh-anth);
}
body.rh-design .rh-page .wp-block-button__link:hover { background: #000; border-color: #000; color: var(--rh-white); }
body.rh-design .rh-page .is-style-outline .wp-block-button__link {
	background: transparent; color: var(--rh-anth); border: 2px solid var(--rh-anth);
}
body.rh-design .rh-page .is-style-outline .wp-block-button__link:hover { background: var(--rh-anth); color: var(--rh-white); }
body.rh-design .rh-page .rh-btn-call .wp-block-button__link::before {
	content: ""; width: 20px; height: 20px; flex-shrink: 0;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 4h3l2 5-2.5 1.5a11 11 0 0 0 6 6L15 14l5 2v3a2 2 0 0 1-2 2A16 16 0 0 1 3 6a2 2 0 0 1 2-2'/%3E%3C/svg%3E") center / contain no-repeat;
}
@media (max-width: 781px) {
	body.rh-design .rh-page .wp-block-buttons { flex-direction: column; align-items: stretch; }
	body.rh-design .rh-page .wp-block-buttons .wp-block-button { width: 100%; }
	body.rh-design .rh-page .wp-block-buttons .wp-block-button__link { width: 100%; }
}

/* ==========================================================================
   Kopfbereich (Hero)
   ========================================================================== */
body.rh-design .rh-hero { padding: 64px 0 56px; }
body.rh-design .rh-hero .rh-hero__cols { gap: 72px; align-items: center; }
body.rh-design .rh-hero__media { position: relative; }
body.rh-design .rh-hero__img,
body.rh-design .rh-hero__img img { margin: 0; }
body.rh-design .rh-hero__img img {
	display: block; width: 100%; height: 520px; object-fit: cover; object-position: center 40%; border-radius: 32px;
}
body.rh-design .rh-review-card {
	position: absolute; left: -48px; bottom: -40px; width: 330px;
	background: var(--rh-white); border-radius: 20px; padding: 20px 22px;
	box-shadow: 0 18px 40px rgba(38, 38, 43, .14);
}
body.rh-design .rh-review-card > .wp-block-group__inner-container { padding: 0; }
body.rh-design .rh-page .rh-review-card p { margin: 0 0 8px; font-size: 15px; line-height: 1.5; }
body.rh-design .rh-page .rh-review-card .rh-stars-line { font-weight: 700; color: var(--rh-anth); font-size: 16px; }
body.rh-design .rh-page .rh-review-card .rh-cite { color: var(--rh-muted); font-size: 14px; margin: 0; }
@media (max-width: 781px) {
	body.rh-design .rh-hero { padding: 32px 0 40px; }
	body.rh-design .rh-hero .rh-hero__cols { gap: 28px; }
	body.rh-design .rh-hero__img img { height: 300px; border-radius: 24px; }
	body.rh-design .rh-review-card { position: relative; left: auto; bottom: auto; width: auto; margin: -56px 16px 0; }
}

/* Sterne */
body.rh-design .rh-stars::before,
body.rh-design .rh-stars-line::before {
	content: ""; display: inline-block; width: 96px; height: 18px; margin-right: 10px; vertical-align: -3px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 24'%3E%3Cg fill='%23A8465C'%3E%3Cpath id='s' d='m12 3 2.8 5.7 6.2.9-4.5 4.4 1 6.2L12 17.3 6.5 20.2l1-6.2L3 9.6l6.2-.9z'/%3E%3Cuse href='%23s' x='24'/%3E%3Cuse href='%23s' x='48'/%3E%3Cuse href='%23s' x='72'/%3E%3Cuse href='%23s' x='96'/%3E%3C/g%3E%3C/svg%3E") left center / contain no-repeat;
}

/* ---------- Vorteils-Leiste (4 Punkte) ---------- */
body.rh-design .rh-trust {
	margin-top: 56px; background: var(--rh-white); border: 1px solid var(--rh-line); border-radius: var(--rh-radius); padding: 26px 32px;
}
body.rh-design .rh-trust > .wp-block-group__inner-container { padding: 0; }
body.rh-design .rh-trust .wp-block-columns { gap: 24px; }
body.rh-design .rh-trust .wp-block-column { display: flex; gap: 14px; align-items: center; }
body.rh-design .rh-trust .wp-block-column::before {
	content: ""; width: 48px; height: 48px; flex-shrink: 0; border-radius: 14px;
	background: var(--rh-rosa-hell) var(--rh-ic) center / 24px no-repeat;
}
body.rh-design .rh-page .rh-trust p { margin: 0; font-size: 15px; line-height: 1.35; color: var(--rh-muted); }
body.rh-design .rh-page .rh-trust p strong { display: block; font-size: 17px; color: var(--rh-anth); }
@media (max-width: 781px) {
	body.rh-design .rh-trust { margin-top: 28px; padding: 20px; }
	body.rh-design .rh-trust .wp-block-columns { gap: 16px; }
}

/* Icons (Strichgrafik, Farbe Rosa-tief) */
body.rh-design .rh-ic-eye      { --rh-ic: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23A8465C' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 12s3.5-7 10-7 10 7 10 7-3.5 7-10 7S2 12 2 12z'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3C/svg%3E"); }
body.rh-design .rh-ic-tag      { --rh-ic: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23A8465C' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20.6 13.4 13.4 20.6a2 2 0 0 1-2.8 0L3 13V3h10l7.6 7.6a2 2 0 0 1 0 2.8z'/%3E%3Ccircle cx='7.5' cy='7.5' r='1.5'/%3E%3C/svg%3E"); }
body.rh-design .rh-ic-swap     { --rh-ic: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23A8465C' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 7h13l-3-3M17 17H4l3 3'/%3E%3C/svg%3E"); }
body.rh-design .rh-ic-receipt  { --rh-ic: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23A8465C' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 3h14v18l-3-2-2 2-2-2-2 2-2-2-3 2z'/%3E%3Cpath d='M9 8h6M9 12h6'/%3E%3C/svg%3E"); }
body.rh-design .rh-ic-home     { --rh-ic: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2326262B' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 11 12 4l9 7'/%3E%3Cpath d='M5 10v10h14V10'/%3E%3Cpath d='M10 20v-6h4v6'/%3E%3C/svg%3E"); }
body.rh-design .rh-ic-key      { --rh-ic: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2326262B' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='8' cy='15' r='4'/%3E%3Cpath d='M11 12 20 3M16 7l3 3'/%3E%3C/svg%3E"); }
body.rh-design .rh-ic-box      { --rh-ic: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2326262B' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 7l9-4 9 4-9 4-9-4z'/%3E%3Cpath d='M3 7v10l9 4 9-4V7'/%3E%3Cpath d='M12 11v10'/%3E%3C/svg%3E"); }
body.rh-design .rh-ic-building { --rh-ic: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2326262B' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 21V5l8-2v18M12 7h8v14'/%3E%3Cpath d='M8 8v.01M8 12v.01M8 16v.01M16 11v.01M16 15v.01'/%3E%3C/svg%3E"); }
body.rh-design .rh-ic-pin      { --rh-ic: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23A8465C' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 21s7-6.2 7-12a7 7 0 0 0-14 0c0 5.8 7 12 7 12z'/%3E%3Ccircle cx='12' cy='9' r='2.5'/%3E%3C/svg%3E"); }

/* ==========================================================================
   Karten (Leistungen)
   ========================================================================== */
body.rh-design .rh-cards { margin-top: 12px; }
body.rh-design .rh-cards .wp-block-column.rh-card {
	background: var(--rh-white); border: 1px solid var(--rh-line); border-radius: var(--rh-radius); padding: 24px;
	display: flex; flex-direction: column;
}
body.rh-design .rh-cards .rh-card::before {
	content: ""; display: block; width: 56px; height: 56px; border-radius: 16px; margin-bottom: 16px;
	background: var(--rh-rosa) var(--rh-ic) center / 28px no-repeat;
}
body.rh-design .rh-page .rh-card h3 { font-size: 22px; margin-bottom: 10px; }
body.rh-design .rh-page .rh-card p { font-size: 17px; }
body.rh-design .rh-page .rh-card .rh-more { margin-top: auto; margin-bottom: 0; font-weight: 700; font-size: 16px; }
@media (min-width: 782px) and (max-width: 1100px) {
	body.rh-design .rh-cards { flex-wrap: wrap !important; }
	body.rh-design .rh-cards > .wp-block-column { flex-basis: calc(50% - 12px) !important; flex-grow: 0; }
}
@media (max-width: 781px) {
	body.rh-design .rh-cards .wp-block-column.rh-card { padding: 20px; }
}

/* ---------- Anlässe (kleine Karten auf Rosa) ---------- */
body.rh-design .rh-minis { margin-top: 12px; }
body.rh-design .rh-minis .wp-block-column { background: var(--rh-white); border-radius: 18px; padding: 20px 22px; }
body.rh-design .rh-page .rh-minis p { margin: 0; font-size: 16px; line-height: 1.5; }
body.rh-design .rh-page .rh-minis p strong { display: block; font-size: 18px; color: var(--rh-anth); margin-bottom: 4px; }
@media (min-width: 782px) and (max-width: 1100px) {
	body.rh-design .rh-minis { flex-wrap: wrap !important; }
	body.rh-design .rh-minis > .wp-block-column { flex-basis: calc(33.33% - 16px) !important; flex-grow: 0; }
}

/* ---------- Ablauf (nummerierte Schritte) ---------- */
body.rh-design .rh-page ol.rh-steps {
	counter-reset: rh-step; list-style: none; margin: 16px 0 32px; padding: 0;
	display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 28px;
}
body.rh-design .rh-page ol.rh-steps li { counter-increment: rh-step; font-size: 16px; line-height: 1.55; margin: 0; }
body.rh-design .rh-page ol.rh-steps li::before {
	content: counter(rh-step); display: flex; align-items: center; justify-content: center;
	width: 52px; height: 52px; border-radius: 999px; background: var(--rh-anth); color: var(--rh-white);
	font-family: var(--rh-head); font-weight: 700; font-size: 22px; margin-bottom: 16px;
}
body.rh-design .rh-page ol.rh-steps li strong { display: block; font-family: var(--rh-head); font-size: 21px; color: var(--rh-anth); margin-bottom: 6px; }
@media (max-width: 1100px) {
	body.rh-design .rh-page ol.rh-steps { grid-template-columns: 1fr; gap: 22px; }
	body.rh-design .rh-page ol.rh-steps li { display: grid; grid-template-columns: 52px 1fr; column-gap: 16px; }
	body.rh-design .rh-page ol.rh-steps li::before { grid-row: 1 / span 2; margin: 0; }
}

/* ---------- Lokalteil + Faktenbox ---------- */
body.rh-design .rh-factbox {
	background: var(--rh-white); border: 1px solid var(--rh-line); border-radius: 24px; padding: 28px;
}
body.rh-design .rh-factbox > .wp-block-group__inner-container { padding: 0; }
body.rh-design .rh-page .rh-factbox h3 { display: flex; align-items: center; gap: 10px; font-size: 22px; }
body.rh-design .rh-page .rh-factbox h3::before {
	content: ""; width: 24px; height: 24px; flex-shrink: 0; background: var(--rh-ic) center / contain no-repeat;
}
body.rh-design .rh-page .rh-label {
	font-size: 14px; font-weight: 700; color: var(--rh-muted); text-transform: uppercase; letter-spacing: .08em; margin: 18px 0 8px;
}
body.rh-design .rh-page ul.rh-chips { list-style: none; display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; }
body.rh-design .rh-page ul.rh-chips li { background: var(--rh-rosa-hell); color: var(--rh-anth); border-radius: 999px; padding: 6px 14px; font-size: 15px; margin: 0; }

/* ---------- Einsatzgebiet ---------- */
body.rh-design .rh-regions { margin-top: 12px; gap: 32px !important; }
body.rh-design .rh-page .rh-regions .rh-region-title {
	font-weight: 700; font-size: 17px; line-height: 1.3 !important; color: var(--rh-anth);
	border-bottom: 2px solid var(--rh-rosa); padding: 0 0 12px; margin: 0 0 14px;
	height: 2.6em; box-sizing: content-box; overflow: visible;
	hyphens: manual !important; -webkit-hyphens: manual !important; text-wrap: balance;
}
body.rh-design .rh-page .rh-regions ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
body.rh-design .rh-page .rh-regions li { font-size: 16px; margin: 0; }
body.rh-design .rh-page .rh-regions li a { color: var(--rh-text); }
body.rh-design .rh-page .rh-regions li a:hover { color: var(--rh-rosa-tief); }
body.rh-design .rh-page .rh-regions li .rh-km { color: var(--rh-muted); font-size: 14px; }
@media (min-width: 782px) and (max-width: 1100px) {
	body.rh-design .rh-regions { flex-wrap: wrap !important; }
	body.rh-design .rh-regions > .wp-block-column { flex-basis: calc(33.33% - 22px) !important; flex-grow: 0; }
}
@media (max-width: 781px) {
	body.rh-design .rh-regions { display: grid !important; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px 18px !important; }
}

/* ---------- Kosten + Steuerbox ---------- */
body.rh-design .rh-page ul.rh-checklist { list-style: none; margin: 8px 0 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
body.rh-design .rh-page ul.rh-checklist li { display: flex; gap: 12px; align-items: flex-start; font-size: 17px; margin: 0; }
body.rh-design .rh-page ul.rh-checklist li::before {
	content: ""; width: 22px; height: 22px; flex-shrink: 0; margin-top: 2px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23A8465C' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m5 12 5 5 9-10'/%3E%3C/svg%3E") center / contain no-repeat;
}
body.rh-design .rh-section--rosa ul.rh-checklist li::before { filter: brightness(0.3); }
body.rh-design .rh-darkbox { background: var(--rh-anth); border-radius: 26px; padding: 36px; }
body.rh-design .rh-darkbox > .wp-block-group__inner-container { padding: 0; }
body.rh-design .rh-page .rh-darkbox h3 { color: var(--rh-white); font-size: 26px; display: flex; align-items: center; gap: 14px; }
body.rh-design .rh-page .rh-darkbox h3::before {
	content: ""; width: 52px; height: 52px; flex-shrink: 0; border-radius: 14px;
	background: var(--rh-rosa) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2326262B' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 3h14v18l-3-2-2 2-2-2-2 2-2-2-3 2z'/%3E%3Cpath d='M9 8h6M9 12h6'/%3E%3C/svg%3E") center / 26px no-repeat;
}
body.rh-design .rh-page .rh-darkbox p { color: #E4DFE2; font-size: 17px; }
body.rh-design .rh-page .rh-darkbox p.rh-small { color: #B9B3B7; font-size: 15px; margin-bottom: 0; }
@media (max-width: 781px) { body.rh-design .rh-darkbox { padding: 26px; } }

/* ---------- Bewertungen ---------- */
body.rh-design .rh-page .rh-score { font-size: clamp(72px, 7vw, 96px); font-weight: 700; line-height: 1; color: var(--rh-anth); margin: 0 0 8px; }
body.rh-design .rh-page .rh-stars { font-size: 16px; color: var(--rh-muted); }
body.rh-design .rh-page .wp-block-quote.rh-review {
	background: var(--rh-white); border: 1px solid var(--rh-line); border-radius: var(--rh-radius); padding: 26px; margin: 0; height: 100%;
	display: flex; flex-direction: column;
}
body.rh-design .rh-page .wp-block-quote.rh-review::before {
	content: ""; display: block; width: 96px; height: 18px; margin-bottom: 14px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 24'%3E%3Cg fill='%23A8465C'%3E%3Cpath id='s' d='m12 3 2.8 5.7 6.2.9-4.5 4.4 1 6.2L12 17.3 6.5 20.2l1-6.2L3 9.6l6.2-.9z'/%3E%3Cuse href='%23s' x='24'/%3E%3Cuse href='%23s' x='48'/%3E%3Cuse href='%23s' x='72'/%3E%3Cuse href='%23s' x='96'/%3E%3C/g%3E%3C/svg%3E") left center / contain no-repeat;
}
body.rh-design .rh-page .wp-block-quote.rh-review p { font-size: 17px; line-height: 1.6; font-style: normal; }
body.rh-design .rh-page .wp-block-quote.rh-review cite { margin-top: auto; font-style: normal; font-size: 15px; color: var(--rh-muted); }

/* ---------- Über uns ---------- */
body.rh-design .rh-portrait img { display: block; width: 100%; height: 520px; object-fit: cover; object-position: center 30%; border-radius: 28px; }
body.rh-design .rh-portrait { margin: 0; }
body.rh-design .rh-person { background: var(--rh-white); border: 1px solid var(--rh-line); border-radius: 18px; padding: 14px 18px; margin-top: 8px; }
body.rh-design .rh-person > .wp-block-group__inner-container { display: flex; gap: 14px; align-items: center; padding: 0; }
body.rh-design .rh-person .wp-block-image { margin: 0; flex-shrink: 0; }
body.rh-design .rh-person .wp-block-image img { width: 56px; height: 56px; border-radius: 999px; object-fit: cover; border: 3px solid var(--rh-rosa); }
body.rh-design .rh-page .rh-person p { margin: 0; font-size: 16px; color: var(--rh-muted); }
body.rh-design .rh-page .rh-person p strong { display: block; font-size: 18px; color: var(--rh-anth); }
@media (max-width: 781px) { body.rh-design .rh-portrait img { height: 340px; } }

/* ---------- FAQ ---------- */
body.rh-design .rh-page .wp-block-details.rh-faq {
	background: var(--rh-white); border: 1px solid var(--rh-line); border-radius: 18px; padding: 20px 24px; margin: 0 0 12px;
}
body.rh-design .rh-page .rh-faq summary {
	list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 16px;
	font-family: var(--rh-head); font-weight: 700; font-size: 19px; color: var(--rh-anth);
}
body.rh-design .rh-page .rh-faq summary::-webkit-details-marker { display: none; }
body.rh-design .rh-page .rh-faq summary::after {
	content: ""; width: 36px; height: 36px; flex-shrink: 0; border-radius: 999px;
	background: var(--rh-rosa-hell) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2326262B' stroke-width='2.2' stroke-linecap='round'%3E%3Cpath d='M12 5v14M5 12h14'/%3E%3C/svg%3E") center / 18px no-repeat;
	transition: transform .2s;
}
body.rh-design .rh-page .rh-faq[open] summary::after { transform: rotate(45deg); background-color: var(--rh-rosa); }
body.rh-design .rh-page .rh-faq p { margin: 12px 0 0; font-size: 17px; }
@media (max-width: 781px) { body.rh-design .rh-page .rh-faq summary { font-size: 17px; } }

/* ---------- Nachbarorte ---------- */
body.rh-design .rh-page ul.rh-pills { list-style: none; display: flex; flex-wrap: wrap; gap: 10px; margin: 0; padding: 0; }
body.rh-design .rh-page ul.rh-pills li { margin: 0; }
body.rh-design .rh-page ul.rh-pills li a {
	display: inline-flex; align-items: center; gap: 8px; background: var(--rh-white); border: 1px solid var(--rh-line);
	border-radius: 999px; padding: 12px 20px; font-weight: 600; color: var(--rh-anth); font-size: 16px;
}
body.rh-design .rh-page ul.rh-pills li a::before { content: ""; width: 18px; height: 18px; background: var(--rh-ic) center / contain no-repeat; }
body.rh-design .rh-page ul.rh-pills li a:hover { border-color: var(--rh-rosa-tief); }
body.rh-design .rh-page ul.rh-pills li.rh-pill-all a { background: none; border: 0; color: var(--rh-rosa-tief); font-weight: 700; }
body.rh-design .rh-page ul.rh-pills li.rh-pill-all a::before { display: none; }

/* ---------- Kontakt / Formular ---------- */
body.rh-design .rh-page .rh-bigtel { font-family: var(--rh-head); font-size: 26px; font-weight: 700; margin: 0 0 6px; }
body.rh-design .rh-page .rh-bigtel a, body.rh-design .rh-page .rh-mail a { color: var(--rh-anth); }
body.rh-design .rh-formcard {
	background: var(--rh-white); border-radius: 26px; padding: 34px; box-shadow: 0 20px 44px rgba(38, 38, 43, .10);
}
body.rh-design .rh-formcard > .wp-block-group__inner-container { padding: 0; }
body.rh-design .rh-formcard h3 { font-size: 24px; }
body.rh-design .rh-formcard .wpcf7 p { margin: 0 0 14px; font-size: 15px; color: var(--rh-anth); font-weight: 600; }
body.rh-design .rh-formcard .wpcf7 input[type="text"],
body.rh-design .rh-formcard .wpcf7 input[type="email"],
body.rh-design .rh-formcard .wpcf7 input[type="tel"],
body.rh-design .rh-formcard .wpcf7 select,
body.rh-design .rh-formcard .wpcf7 textarea {
	width: 100%; min-height: 54px; border: 1.5px solid #E2D9D7; border-radius: 14px; background: var(--rh-white);
	padding: 12px 16px; font-size: 17px; color: var(--rh-text); box-sizing: border-box; margin-top: 6px;
}
body.rh-design .rh-formcard .wpcf7 textarea { min-height: 120px; }
body.rh-design .rh-formcard .wpcf7 input:focus,
body.rh-design .rh-formcard .wpcf7 select:focus,
body.rh-design .rh-formcard .wpcf7 textarea:focus { outline: none; border-color: var(--rh-rosa-tief); box-shadow: 0 0 0 3px var(--rh-rosa-hell); }
body.rh-design .rh-formcard .wpcf7 .wpcf7-acceptance { font-weight: 400; font-size: 14px; color: var(--rh-muted); }
body.rh-design .rh-formcard .wpcf7 input[type="submit"] {
	width: 100%; min-height: 54px; border: 0; border-radius: 999px; background: var(--rh-anth); color: var(--rh-white);
	font-size: 17px; font-weight: 700; cursor: pointer;
}
body.rh-design .rh-formcard .wpcf7 input[type="submit"]:hover { background: #000; }
@media (max-width: 781px) { body.rh-design .rh-formcard { padding: 22px; } body.rh-design .rh-page .rh-bigtel { font-size: 22px; } }

/* ==========================================================================
   Fußzeile (Theme-Markup: footer)
   ========================================================================== */
body.rh-design footer { background: var(--rh-anth); color: #D8D3D6; padding: 56px 0 24px; }
body.rh-design footer .wp-block-element-max-breite { max-width: calc(var(--rh-max) + 2 * var(--rh-gutter)); }
body.rh-design footer .wp-block-inline { padding: 0 var(--rh-gutter); }
body.rh-design footer p, body.rh-design footer li { color: #D8D3D6; font-size: 16px; line-height: 1.6; }
body.rh-design footer a { color: #D8D3D6; }
body.rh-design footer a:hover { color: var(--rh-white); }
body.rh-design footer h2, body.rh-design footer h3, body.rh-design footer h4,
body.rh-design footer .rh-foot-title {
	color: var(--rh-rosa); font-size: 15px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; margin: 0 0 12px; text-align: left;
}
body.rh-design footer .rh-foot ul { list-style: none; margin: 0; padding: 0; }
body.rh-design footer .block-element-bottom { border-top: 1px solid #3B3A40; margin-top: 32px; padding-top: 20px; }
body.rh-design #wp-block-element-copyright { color: #9A949A; font-size: 14px; }
body.rh-design #nav-footer .element-navigation { display: flex; justify-content: center; gap: 18px; list-style: none; margin-top: 8px; }
body.rh-design #nav-footer .element-navigation a { color: #9A949A; font-size: 14px; }
body.rh-design #nav-footer .divider-vertical { display: none; }

/* ==========================================================================
   Anruf-Leiste (Handy)
   ========================================================================== */
body.rh-design .rh-callbar { display: none; }
@media (max-width: 781px) {
	body.rh-design { padding-bottom: 76px; }
	body.rh-design .rh-callbar {
		display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px;
		position: fixed; left: 0; right: 0; bottom: 0; z-index: 999;
		background: var(--rh-white); border-top: 1px solid var(--rh-line); box-shadow: 0 -6px 20px rgba(38, 38, 43, .10);
		padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
	}
	body.rh-design .rh-callbar a {
		display: flex; align-items: center; justify-content: center; gap: 8px; min-height: 50px; border-radius: 999px;
		font-weight: 700; font-size: 16px;
	}
	body.rh-design .rh-callbar__call { background: var(--rh-anth); color: var(--rh-white) !important; }
	body.rh-design .rh-callbar__req { background: var(--rh-rosa); color: var(--rh-anth) !important; }
	body.rh-design .rh-callbar__call::before {
		content: ""; width: 18px; height: 18px;
		background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 4h3l2 5-2.5 1.5a11 11 0 0 0 6 6L15 14l5 2v3a2 2 0 0 1-2 2A16 16 0 0 1 3 6a2 2 0 0 1 2-2'/%3E%3C/svg%3E") center / contain no-repeat;
	}
	/* Borlabs-Widget über die Leiste heben */
	body.rh-design #BorlabsCookieWidget { bottom: 86px !important; }
}

/* Nachträge */
body.rh-design .rh-page .rh-lead--long { font-size: 19px; }
body.rh-design .rh-page .rh-muted { color: var(--rh-muted); font-size: 15px; }
body.rh-design .rh-page .rh-center-text { text-align: center; }
@media (max-width: 781px) { body.rh-design .rh-page .rh-lead--long { font-size: 17px; } }

/* Robustheit: Grundlayout auch ohne geladene Core-Block-Styles */
body.rh-design .rh-page .wp-block-columns { display: flex; flex-wrap: nowrap; }
body.rh-design .rh-page .wp-block-column { flex: 1 1 0; min-width: 0; }
body.rh-design .rh-page .wp-block-buttons { display: flex; flex-wrap: wrap; }
body.rh-design .rh-page .wp-block-image img { max-width: 100%; }
@media (max-width: 781px) {
	body.rh-design .rh-page .wp-block-columns { flex-wrap: wrap; }
	body.rh-design .rh-page .wp-block-column { flex-basis: 100% !important; }
}

/* Keine Silbentrennung mitten im Wort durch Core-Spalten; deutsche Trennung erlaubt */
body.rh-design .rh-page .wp-block-column,
body.rh-design .rh-page h1, body.rh-design .rh-page h2, body.rh-design .rh-page h3,
body.rh-design .rh-page p, body.rh-design .rh-page li { word-break: normal; overflow-wrap: break-word; hyphens: manual; -webkit-hyphens: manual; }
body.rh-design .rh-card p, body.rh-design .rh-minis p, body.rh-design .rh-review p, body.rh-design .rh-trust p { hyphens: auto; -webkit-hyphens: auto; }
body.rh-design .rh-page h1 { hyphens: manual; -webkit-hyphens: manual; }
@media (min-width: 782px) { body.rh-design .rh-faqgrid .rh-col-faqhead h2 { font-size: 34px; } }

/* Spaltenverhältnisse (Desktop) */
@media (min-width: 782px) {
	body.rh-design .rh-hero__cols > .wp-block-column:first-child { flex-grow: 1.08; }
	body.rh-design .rh-reviews > .rh-col-score { flex: 1 1 0; }
	body.rh-design .rh-reviews > .rh-col-quotes { flex: 2.3 1 0; }
	body.rh-design .rh-faqgrid > .rh-col-faqhead { flex: 1 1 0; }
	body.rh-design .rh-faqgrid > .rh-col-faq { flex: 2 1 0; }
}
@media (min-width: 782px) and (max-width: 1100px) {
	body.rh-design .rh-reviews { flex-wrap: wrap !important; }
	body.rh-design .rh-reviews > .wp-block-column { flex-basis: 100% !important; }
}

/* ==========================================================================
   Handy-Menü: ganze Breite, große Einträge (1.0.4)
   ========================================================================== */
@media (max-width: 781px) {
	body.rh-design .wp-block-element-nav-icon { z-index: 200; position: relative; }
	body.rh-design #wp-block-element-navigation-header.open #nav-header {
		position: fixed; top: var(--wp-admin--admin-bar--height, 0px); left: 0; right: 0; bottom: 0;
		width: 100% !important; height: auto !important; max-width: none;
		background: var(--rh-white); padding: 96px 24px 120px; overflow-y: auto; z-index: 150; box-sizing: border-box;
	}
	body.rh-design #wp-block-element-navigation-header.open #nav-header .element-navigation-container { width: 100%; }
	body.rh-design #wp-block-element-navigation-header.open #nav-header .element-navigation {
		display: flex; flex-direction: column; align-items: stretch; justify-content: flex-start; gap: 0; width: 100%; margin: 0; padding: 0;
	}
	body.rh-design #wp-block-element-navigation-header.open #nav-header .element-navigation li { border-bottom: 1px solid var(--rh-line); text-align: left; }
	body.rh-design #wp-block-element-navigation-header.open #nav-header .element-navigation a {
		display: block; padding: 18px 4px; font-family: var(--rh-head); font-size: 24px; font-weight: 700; color: var(--rh-anth); text-align: left;
	}
	body.rh-design #wp-block-element-navigation-header.open #nav-header .element-navigation a:hover { color: var(--rh-rosa-tief); }
}
