/* Ortsunabhängigkeitsseite (/leistungen/deutschlandweite-betreuung)
   Werte aus Figma-Inventar (dokumente/ortsunabhaengigkeit/FIGMA-INVENTORY.md).
   Creme-Werte (--ou-cream, --ou-cream-50) gehören zum neuen Styling und sind
   Kandidaten für globale Tokens; --pima-cream (36 % Alpha) bleibt unberührt. */

.pima-ortsun {
	--ou-yellow: #ffdc00;
	--ou-dark: #333333;
	--ou-cream: #fff5c2;
	--ou-cream-50: rgba(255, 245, 194, 0.5);
	--ou-gray: #ebebeb;
	/* Figma: Inhalt 1680 breit im 1920-Frame -> 120px Rand = 6.25vw.
	   Skaliert mit, statt unter 1728px auf 24px zu kollabieren. */
	--ou-edge: clamp(24px, 6.25vw, 120px);
	--ou-font-head: "Poppins", "Source Sans Pro", Arial, sans-serif;
	--ou-font-body: "Outfit", "Source Sans Pro", Arial, sans-serif;

	font-family: var(--ou-font-body);
	color: var(--ou-dark);
	font-size: 24px;
	line-height: 32px;
	overflow-x: hidden;
	/* Sicherheitsnetz gegen lange deutsche Komposita: greift nur, wenn ein Wort
	   sonst aus seiner Box liefe (z. B. "Versorgungsqualitaet" in den schmalen
	   Karussellkarten zwischen 761 und 1180px). Sonst aendert es nichts. */
	overflow-wrap: break-word;
	/* Kein Navbar-Ausgleich noetig: .nav_main (Desktop, 108px) und .nav_mobile
	   (darunter, 70px) sind beide position:sticky und belegen ihren Platz
	   bereits im Fluss. */
}

.pima-ortsun *,
.pima-ortsun *::before,
.pima-ortsun *::after {
	box-sizing: border-box;
}

.pima-ortsun img {
	max-width: 100%;
}

/* Bewusst nur die vertikalen Raender setzen. Als Kurzform (margin: 0 0 32px)
   setzt diese Regel auch margin-left/right auf 0 und schlaegt dabei jede
   Klassenregel mit auto-Seitenraendern: ".pima-ortsun p" ist mit 0-1-1
   spezifischer als ".pima-ortsun__reach-copy" mit 0-1-0. Zentrierte Absaetze
   mit max-width rutschten dadurch nach links, je breiter der Viewport wurde.
   Waagerecht ist 0 ohnehin der Browser-Standard fuer <p>. */
.pima-ortsun p {
	margin-top: 0;
	margin-bottom: 32px;
}

/* 1920 Frame = 1680 Inhalt + 2x120 Rand. Ueber 1920 waechst nur der Rand. */
.pima-ortsun__inner {
	max-width: 1920px;
	margin: 0 auto;
	padding-left: var(--ou-edge);
	padding-right: var(--ou-edge);
}

/* ---------- Bausteine ---------- */

.pima-ortsun__kicker {
	font-family: var(--ou-font-head);
	font-weight: 800;
	font-size: 22px;
	line-height: normal;
	text-transform: uppercase;
	color: var(--ou-yellow);
	margin: 0 0 20px;
}

.pima-ortsun__accent {
	width: 60px;
	height: 5px;
	background: var(--ou-yellow);
	margin: 0 0 30px;
}

.pima-ortsun--centered .pima-ortsun__kicker,
.pima-ortsun__kicker--centered {
	text-align: center;
}

.pima-ortsun__accent--centered {
	margin-left: auto;
	margin-right: auto;
}

.pima-ortsun__h2 {
	font-family: var(--ou-font-head);
	font-weight: 900;
	font-size: 30px;
	line-height: normal;
	color: var(--ou-dark);
	margin: 0 0 30px;
}

.pima-ortsun__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 70px;
	padding: 15px 60px;
	border-radius: 100px;
	background: var(--ou-yellow);
	color: var(--ou-dark);
	font-family: var(--ou-font-body);
	font-weight: 800;
	font-size: 24px;
	line-height: normal;
	text-align: center;
	text-decoration: none;
	transition: background 0.2s ease, color 0.2s ease;
}

.pima-ortsun__button:hover,
.pima-ortsun__button:focus-visible {
	background: var(--ou-dark);
	color: var(--ou-yellow);
	text-decoration: none;
}

.pima-ortsun__button--dark {
	background: var(--ou-dark);
	color: var(--ou-yellow);
}

.pima-ortsun__button--dark:hover,
.pima-ortsun__button--dark:focus-visible {
	background: var(--ou-yellow);
	color: var(--ou-dark);
}

/* ---------- S1 Hero ---------- */

.pima-ortsun__hero {
	display: grid;
	grid-template-columns: 1fr 1fr;
	min-height: 960px;
}

/* Figma MoVCpUgw7xuc5DKTg2aH3y (2:2): der Hero liegt jetzt auf vollem Gelb statt
   auf Creme. Dadurch drehen sich die Textfarben um — Kicker und Akzentlinie
   waren vorher gelb auf hellem Grund und wären hier unsichtbar. Nur der Hero
   ist betroffen, die übrigen Abschnitte behalten ihren gelben Kicker. */
.pima-ortsun__hero-text {
	background: var(--ou-yellow);
	padding: 201px 60px 80px var(--ou-edge);
}

.pima-ortsun__hero-text .pima-ortsun__kicker {
	color: var(--ou-dark);
}

.pima-ortsun__hero-text .pima-ortsun__accent {
	background: var(--ou-cream);
	margin-bottom: 32px;
}

.pima-ortsun__hero-title {
	font-family: var(--ou-font-head);
	font-weight: 900;
	font-size: 50px;
	line-height: normal;
	color: var(--ou-dark);
	margin: 0 0 45px;
	max-width: 756px;
}

.pima-ortsun__hero-copy {
	max-width: 673px;
	margin-bottom: 46px;
}

.pima-ortsun__hero-media {
	position: relative;
	background: var(--ou-gray);
}

.pima-ortsun__hero-media img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* ---------- S2 Vorteile ---------- */

.pima-ortsun__benefits {
	padding: 85px 0 74px;
}

.pima-ortsun__benefits-grid {
	display: grid;
	grid-template-columns: minmax(0, 826px) minmax(0, 800px);
	justify-content: space-between;
	gap: 40px;
}

.pima-ortsun__benefits-title {
	font-family: var(--ou-font-head);
	font-weight: 900;
	font-size: 30px;
	line-height: normal;
	margin: 0 0 40px;
}

.pima-ortsun__benefits-cta {
	margin-top: 30px;
}

.pima-ortsun__benefits-card {
	border: 2px solid var(--ou-yellow);
	border-radius: 10px;
	padding: 25px 40px 30px;
}

.pima-ortsun__benefits-card-title {
	font-family: var(--ou-font-head);
	font-weight: 900;
	font-size: 24px;
	line-height: normal;
	margin: 0 0 10px;
}

.pima-ortsun__checklist {
	list-style: none;
	margin: 0;
	padding: 0;
}

.pima-ortsun__checklist li {
	position: relative;
	padding: 13px 0 13px 65px;
	line-height: 34px;
}

.pima-ortsun__checklist li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 34px;
	height: 34px;
	background: url("/img/ortsunabhaengigkeit/check.svg") no-repeat center / contain;
}

/* ---------- S3 Leistungen ---------- */

.pima-ortsun__services {
	background: var(--ou-cream-50);
	padding: 60px 0 90px;
	text-align: center;
}

.pima-ortsun__services .pima-ortsun__h2 {
	margin-bottom: 33px;
}

.pima-ortsun__services-intro {
	max-width: 1680px;
	margin: 0 auto 40px;
}

.pima-ortsun__services-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 540px));
	justify-content: space-between;
	gap: 30px;
	text-align: left;
	margin-bottom: 60px;
}

.pima-ortsun__service-card {
	border: 2px solid var(--ou-yellow);
	border-radius: 10px;
	background: transparent; /* Figma: Kartenkoerper zeigt das Creme-Band durch */
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

.pima-ortsun__service-card-media {
	height: 190px;
	overflow: hidden;
}

.pima-ortsun__service-card-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.pima-ortsun__service-card-title {
	background: var(--ou-yellow);
	font-family: var(--ou-font-head);
	font-weight: 900;
	font-size: 22px;
	line-height: normal;
	color: var(--ou-dark);
	padding: 15px 20px 15px 54px;
	margin: 0;
}

.pima-ortsun__service-card ul {
	margin: 25px 20px 30px 54px;
	padding: 0 0 0 20px;
	font-size: 20px;
	line-height: 32px;
}

/* main.css setzt im globalen Reset list-style:none direkt auf li — ein Wert am
   ul wird dadurch nie vererbt, das li selbst muss getroffen werden. */
.pima-ortsun__service-card ul li {
	list-style: disc outside;
}

/* ---------- S4 Deutschlandweite Betreuung (Text + Bausteine) ----------
   Seit dem Figma vom 17.08. traegt diese Sektion keine Karte mehr; sie ist
   zentriert und endet in einer Reihe umrandeter Bausteinboxen. Die Karte ist
   nach S4b gewandert. */

.pima-ortsun__reach {
	padding: 96px 0 100px;
	text-align: center;
}

.pima-ortsun__reach-copy {
	max-width: 1120px;
	margin-left: auto;
	margin-right: auto;
}

/* Figma 1:103/1:105/1:216/1:214: je 316x90, weiss, 1px Rahmen in Key-Gelb,
   Radius 10. Mittelpunktabstand 332 bei 316 Breite -> 16px Luecke. */
.pima-ortsun__pillars {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 16px;
	margin: 8px 0 48px;
	padding: 0;
	list-style: none;
}

.pima-ortsun__pillars li {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 316px;
	min-height: 90px;
	padding: 8px 16px;
	border: 1px solid var(--ou-yellow);
	border-radius: 10px;
	background: #ffffff;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.3;
	text-align: center;
}

/* ---------- S4b Interaktive Deutschlandkarte ----------
   Vollbreite Sektion, im Figma 1920x955 exakt bei x=960 geteilt. Links die
   WebGL-Flaeche (das Bundle sucht sie ueber "canvas.webgl" und skaliert auf die
   Elementgroesse), rechts das Panel auf --ou-cream (#fff5c2, Node 1:64). */

.pima-ortsun__locations {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: stretch;
	/* 955 von 1920 = 49.74vw; nach unten begrenzt, damit Deutschland vollstaendig
	   im Bild bleibt — die Kamera fasst die Karte ueber die Hoehe ein. */
	min-height: clamp(560px, 49.74vw, 955px);
}

.pima-ortsun__locations-map {
	position: relative;
	overflow: hidden;
	background: #f7f7f7;
}

.pima-ortsun__locations-map canvas.webgl {
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
}

.pima-ortsun__locations-panel {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 72px 69px; /* Text bei x=1029 im Figma, Panel ab x=960 */
	background: var(--ou-cream);
}

.pima-ortsun__locations-title {
	margin: 0 0 32px;
	font-family: var(--ou-font-head);
	font-weight: 900;
	font-size: 30px;
	line-height: 1.2;
	color: var(--ou-dark);
}

/* Figma 1:218: 683x80, weiss, 1px Rahmen #333, Radius 10, Label 24px */
.pima-ortsun__select {
	position: relative;
	max-width: 683px;
	margin-bottom: 44px;
}

.pima-ortsun__select select {
	width: 100%;
	height: 80px;
	padding: 0 64px 0 27px;
	border: 1px solid var(--ou-dark);
	border-radius: 10px;
	background: #ffffff;
	color: var(--ou-dark);
	font-family: var(--ou-font-body);
	font-size: 24px;
	line-height: 1.2;
	appearance: none;
	-webkit-appearance: none;
	cursor: pointer;
}

/* Chevron (Figma 1:220) als reine CSS-Form — im Export ist es ein
   zusammengesetztes Vektorpaar ohne eigenen Icon-Node. */
.pima-ortsun__select::after {
	content: "";
	position: absolute;
	right: 30px;
	top: 50%;
	width: 18px;
	height: 18px;
	margin-top: -12px;
	border-right: 3px solid var(--ou-dark);
	border-bottom: 3px solid var(--ou-dark);
	transform: rotate(45deg);
	pointer-events: none;
}

.pima-ortsun__location-name {
	margin: 0 0 8px;
	font-weight: 700;
	font-size: 30px;
	line-height: 32px;
}

.pima-ortsun__location-addr {
	margin: 0 0 40px;
	font-weight: 500;
	font-size: 26px;
	line-height: 32px;
}

.pima-ortsun__location-contact {
	margin: 0 0 44px;
	padding: 0;
	list-style: none;
}

/* Zeilenraster 60px (Figma 4039/4099/4159/4219), Kreis 46, Glyph 22,
   Text ab x=1099 -> 70px ab Panelinhalt. */
.pima-ortsun__location-contact li {
	display: flex;
	align-items: center;
	min-height: 60px;
}

.pima-ortsun__location-icon {
	flex: 0 0 46px;
	width: 46px;
	height: 46px;
	margin-right: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: var(--ou-dark);
}

.pima-ortsun__location-icon img {
	width: auto;
	height: 22px;
	display: block;
}

.pima-ortsun__location-contact a {
	font-weight: 500;
	font-size: 26px;
	line-height: 32px;
	color: var(--ou-dark);
	text-decoration: none;
}

.pima-ortsun__location-contact a:hover,
.pima-ortsun__location-contact a:focus {
	text-decoration: underline;
}

/* Figma 1:108: 400x70, linksbuendig mit dem Auswahlfeld */
.pima-ortsun__location-cta {
	align-self: flex-start;
	min-width: 400px;
	text-align: center;
}

.pima-ortsun__visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0 0 0 0);
	white-space: nowrap;
	border: 0;
}

/* ---------- S5 Warum PIMA (Karussell) ---------- */

.pima-ortsun__trustband {
	background: var(--ou-dark);
	/* Unten Platz fuer die 110px, die das Claim-Band hereinragt: im Figma liegen
	   zwischen Dots-Unterkante und Bandende 171px, die Dots bleiben also frei. */
	padding: 60px 0 171px;
}

.pima-ortsun__trustband .pima-ortsun__h2 {
	color: var(--ou-yellow);
	text-align: center;
	margin-bottom: 53px;
}

/* Die Karten stehen bis 760px zu dritt nebeneinander und werden dabei sehr
   schmal (bei 829px Viewport rund 166px). Silbentrennung bricht die langen
   Komposita an sinnvollen Stellen statt mitten im Wort; das break-word oben
   bleibt als Notnagel fuer Browser ohne deutsche Trennmuster. Die Sprache
   dafuer liefert das lang="de" am Seitenwrapper im Element. */
.pima-ortsun__reason-card {
	border: 2px solid var(--ou-yellow);
	border-radius: 10px;
	min-height: 240px;
	padding: 38px 20px 30px;
	text-align: center;
	-webkit-hyphens: auto;
	hyphens: auto;
}

.pima-ortsun__reason-card h3 {
	font-family: var(--ou-font-head);
	font-weight: 700;
	font-size: 24px;
	line-height: normal;
	color: var(--ou-yellow);
	margin: 0 0 20px;
}

.pima-ortsun__reason-card p {
	color: #ffffff;
	line-height: normal;
	margin: 0;
	max-width: 440px;
	margin-left: auto;
	margin-right: auto;
}

/* ---------- Karussell-Mechanik (S5 + S7) ---------- */

.pima-ortsun__carousel {
	position: relative;
	padding: 0 90px;
}

/* Sichtfenster: schneidet die Seiten links und rechts ab. */
.pima-ortsun__carousel-pages {
	overflow: hidden;
}

/* Schiene: alle Seiten nebeneinander, geschoben wird per translateX aus dem
   JS (-100% je Seite). Die Seiten sind flex-Items voller Breite und schrumpfen
   nicht. align-items: flex-start laesst kuerzere Seiten oben stehen, die Hoehe
   der Schiene ist trotzdem immer die der hoechsten Seite - der Abschnitt
   springt beim Blaettern also nicht mehr. */
.pima-ortsun__carousel-track {
	display: flex;
	align-items: flex-start;
	transition: transform 0.45s ease;
	will-change: transform;
}

.pima-ortsun__carousel-page {
	flex: 0 0 100%;
	min-width: 0;
}

.pima-ortsun__carousel-page--cards {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 480px));
	justify-content: space-between;
	gap: 40px;
}

@media (prefers-reduced-motion: reduce) {
	.pima-ortsun__carousel-track {
		transition: none;
	}
}

.pima-ortsun__carousel-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: none;
	border: 0;
	padding: 10px;
	cursor: pointer;
	line-height: 0;
}

.pima-ortsun__carousel-arrow img {
	width: 30px;
	height: 51px;
	display: block;
}

.pima-ortsun__carousel-arrow--prev {
	left: 0;
}

.pima-ortsun__carousel-arrow--prev img {
	transform: scaleX(-1);
}

.pima-ortsun__carousel-arrow--next {
	right: 0;
}

.pima-ortsun__carousel-arrow:hover img,
.pima-ortsun__carousel-arrow:focus-visible img {
	opacity: 0.7;
}

.pima-ortsun__carousel-dots {
	display: flex;
	justify-content: center;
	gap: 20px;
	margin-top: 42px;
}

.pima-ortsun__carousel-dot {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	border: 1px solid var(--ou-yellow);
	background: transparent;
	padding: 0;
	cursor: pointer;
}

.pima-ortsun__carousel-dot.is-active {
	background: var(--ou-yellow);
}

/* ---------- S5b Claim-Band ---------- */

/* Das Band liegt auf der Kante zwischen dunklem Band und Weiss: aus dem Figma
   vermessen ragt es 110px von 215px in das dunkle Band hinein (s05b-quote-band). */
.pima-ortsun__claim {
	position: relative;
	z-index: 1;
	margin-top: -110px;
	padding: 0 0 93px;
}

.pima-ortsun__claim-band {
	max-width: 1520px;
	margin: 0 auto;
	background: var(--ou-yellow);
	border-radius: 50px 0 50px 0;
	padding: 50px 40px;
	text-align: center;
	font-family: var(--ou-font-head);
	font-weight: 500;
	font-size: 36px;
	line-height: normal;
	color: var(--ou-dark);
}

.pima-ortsun__claim-band strong {
	font-weight: 900;
}

/* ---------- S6 Steps ---------- */

.pima-ortsun__steps {
	position: relative;
	padding: 90px 0 145px;
	overflow: hidden;
}

.pima-ortsun__steps::before {
	content: "";
	position: absolute;
	right: -545px;
	top: 65px;
	width: 1027px;
	height: 1027px;
	border-radius: 50%;
	background: var(--ou-gray);
}

.pima-ortsun__steps-mockup {
	position: absolute;
	/* Werte aus dem Figma MoVCpUgw7xuc5DKTg2aH3y (2:2) ausgemessen: der Monitor
	   ist dort 744px breit, seine linke Kante liegt 286px rechts der Mitte, und
	   er ragt 15px unter die Oberkante des dunklen Testimonial-Bands. Das
	   overflow:hidden der Sektion schneidet den Ueberstand dort sauber ab.
	   Anders als das alte Asset ist dieses bereits richtig herum — der frueher
	   noetige scaleX(-1) entfaellt. */
	bottom: -15px;
	left: calc(50% + 286px);
	width: 744px;
	max-width: none;
	pointer-events: none;
}

.pima-ortsun__steps-head {
	position: relative;
	margin-bottom: 84px;
}

.pima-ortsun__steps-head .pima-ortsun__h2 {
	margin-bottom: 0;
	max-width: 974px;
}

.pima-ortsun__step {
	position: relative;
	display: flex;
	align-items: center;
	gap: 0;
	min-height: 140px;
	background: var(--ou-cream);
	border-radius: 0 70px 70px 0;
	margin-left: calc(-1 * var(--ou-edge));
	padding: 20px 60px 20px var(--ou-edge);
	margin-bottom: 20px;
}

.pima-ortsun__step:nth-child(1) { width: min(calc(var(--ou-edge) + 1230px), 100vw); }
.pima-ortsun__step:nth-child(2) { width: min(calc(var(--ou-edge) + 1160px), 100vw); }
.pima-ortsun__step:nth-child(3) { width: min(calc(var(--ou-edge) + 1082px), 100vw); }
.pima-ortsun__step:nth-child(4) { width: min(calc(var(--ou-edge) + 1020px), 100vw); }

.pima-ortsun__step-number {
	font-family: var(--ou-font-head);
	font-weight: 900;
	font-size: 76px;
	line-height: normal;
	color: var(--ou-yellow);
	flex: 0 0 100px;
}

.pima-ortsun__step-title {
	font-family: var(--ou-font-head);
	font-weight: 900;
	font-size: 24px;
	line-height: normal;
	margin: 0 0 5px;
}

.pima-ortsun__step-copy {
	line-height: normal;
	margin: 0;
}

/* ---------- S7 Testimonials ---------- */

.pima-ortsun__testimonials {
	background: var(--ou-dark);
	padding: 50px 0 60px;
}

.pima-ortsun__testimonials .pima-ortsun__h2 {
	color: var(--ou-yellow);
	text-align: center;
	line-height: 70px;
	margin-bottom: 51px;
}

.pima-ortsun__quote {
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
}

.pima-ortsun__quote blockquote {
	font-family: var(--ou-font-head);
	font-weight: 600;
	font-style: italic;
	font-size: 30px;
	line-height: normal;
	color: #ffffff;
	margin: 0 0 50px;
}

.pima-ortsun__quote figcaption {
	font-family: var(--ou-font-head);
	font-weight: 400;
	font-size: 20px;
	color: var(--ou-cream);
}

/* ---------- S8 Weitere Leistungen ---------- */

.pima-ortsun__more {
	padding: 80px 0 90px;
}

.pima-ortsun__more-grid {
	display: grid;
	grid-template-columns: minmax(0, 600px) minmax(0, 600px);
	justify-content: space-between;
	gap: 60px;
	align-items: start;
	max-width: 1294px;
	margin: 0 auto;
}

.pima-ortsun__more-text .pima-ortsun__h2 {
	font-size: 26px;
}

.pima-ortsun__more-text ul {
	margin: 0 0 45px;
	padding-left: 26px;
	line-height: 32px;
}

.pima-ortsun__more-text ul li {
	list-style: disc outside; /* s. Kommentar bei den Leistungskarten */
}

.pima-ortsun__more-media img {
	border-radius: 10px;
	display: block;
	width: 100%;
	transform: scaleX(-1); /* Figma setzt das Stock-Foto gespiegelt ein (Blondine rechts) */
}

/* ---------- S9 Trust / Partner ---------- */

.pima-ortsun__partner {
	margin-top: 111px;
	position: relative;
}

.pima-ortsun__partner-band {
	position: relative;
	background: var(--ou-cream-50);
	padding: 96px 0 160px;
	text-align: center;
}

.pima-ortsun__partner-band::before {
	content: "";
	position: absolute;
	top: -111px;
	left: 50%;
	transform: translateX(-50%);
	width: 223px;
	height: 111px;
	border-radius: 112px 112px 0 0;
	background: var(--ou-cream-50);
}

.pima-ortsun__partner-badge {
	position: absolute;
	top: -66px;
	left: 50%;
	transform: translateX(-50%);
	width: 120px;
	height: 120px;
}

.pima-ortsun__partner-copy {
	max-width: 1680px;
	margin: 0 auto 45px;
}

.pima-ortsun__stats {
	display: flex;
	justify-content: center;
	gap: 123px;
	flex-wrap: wrap;
}

.pima-ortsun__stat {
	width: 220px;
}

.pima-ortsun__stat-circle {
	width: 130px;
	height: 130px;
	border-radius: 50%;
	background: var(--ou-dark);
	margin: 0 auto 24px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.pima-ortsun__stat-circle img {
	width: 66px;
	height: 66px;
	object-fit: contain;
}

.pima-ortsun__stat-since {
	font-family: var(--ou-font-head);
	font-weight: 400;
	font-size: 20px;
	color: var(--ou-yellow);
	line-height: normal;
}

.pima-ortsun__stat-year {
	font-family: var(--ou-font-head);
	font-weight: 900;
	font-size: 38px;
	line-height: 40px;
	color: var(--ou-yellow);
}

.pima-ortsun__stat-label {
	text-align: center;
	line-height: normal;
	margin: 0;
}

/* ---------- S10 Auszeichnungen ---------- */

.pima-ortsun__awards {
	background: var(--ou-yellow);
}

.pima-ortsun__awards-inner {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 40px;
	min-height: 100px;
}

.pima-ortsun__awards-title {
	font-family: var(--ou-font-head);
	font-weight: 900;
	font-size: 24px;
	margin: 0;
}

.pima-ortsun__awards-seals {
	display: flex;
	align-items: flex-end;
	gap: 20px;
}

.pima-ortsun__awards-seals img {
	height: 100px;
	width: auto;
	display: block;
	transform: translateY(-12px);
}

/* ---------- Responsive (abgeleitet, kein Mobile-Design — Q1a) ---------- */

/* Kein Header-Ausgleich mehr noetig: unterhalb @nav_breakpoint steht jetzt
   .nav_mobile (main.less), eine sticky Leiste im Fluss, die ihren Platz selbst
   belegt - wie .nav_main am Desktop. Das fruehere padding-top: 80px stammte vom
   alten, ueberlagernden #head und kam on top, was den Abstand verdoppelt hat.
   Der Abstand unter der Leiste kommt wie am Desktop aus .pima-ortsun__hero-text. */

@media (max-width: 1180px) {
	.pima-ortsun {
		font-size: 20px;
		line-height: 28px;
	}

	.pima-ortsun__hero {
		grid-template-columns: 1fr;
		min-height: 0;
	}

	.pima-ortsun__hero-text {
		padding: 90px var(--ou-edge) 60px;
	}

	.pima-ortsun__hero-media {
		min-height: 420px;
	}

	.pima-ortsun__hero-title {
		font-size: 42px;
	}

	.pima-ortsun__benefits-grid,
	.pima-ortsun__more-grid {
		grid-template-columns: 1fr;
	}

	/* Karte und Panel untereinander; die Karte behaelt ein eigenes Seitenverhaeltnis,
	   damit Deutschland vollstaendig sichtbar bleibt (Q-V2-6). */
	.pima-ortsun__locations {
		grid-template-columns: 1fr;
		min-height: 0;
	}

	.pima-ortsun__locations-map {
		aspect-ratio: 1 / 1;
		min-height: 420px;
	}

	.pima-ortsun__locations-panel {
		padding: 48px var(--ou-edge);
	}

	.pima-ortsun__services-grid {
		grid-template-columns: repeat(2, minmax(0, 540px));
		justify-content: center;
	}

	.pima-ortsun__carousel-page--cards {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 20px;
	}

	.pima-ortsun__steps-mockup {
		display: none;
	}

	.pima-ortsun__step:nth-child(n) {
		width: auto;
		margin-right: 24px;
	}

	.pima-ortsun__claim-band {
		font-size: 28px;
	}

	.pima-ortsun__stats {
		gap: 60px;
	}
}

@media (max-width: 760px) {
	.pima-ortsun {
		font-size: 18px;
		line-height: 26px;
	}

	.pima-ortsun__reach {
		padding: 56px 0 60px;
	}

	.pima-ortsun__pillars li {
		width: 100%;
		min-height: 68px;
		font-size: 18px;
	}

	.pima-ortsun__locations-title {
		font-size: 24px;
	}

	.pima-ortsun__select select {
		height: 62px;
		padding: 0 52px 0 18px;
		font-size: 18px;
	}

	.pima-ortsun__location-name {
		font-size: 22px;
		line-height: 28px;
	}

	.pima-ortsun__location-addr,
	.pima-ortsun__location-contact a {
		font-size: 18px;
		line-height: 26px;
	}

	.pima-ortsun__location-icon {
		flex-basis: 38px;
		width: 38px;
		height: 38px;
		margin-right: 16px;
	}

	.pima-ortsun__location-icon img {
		height: 18px;
	}

	.pima-ortsun__location-contact li {
		min-height: 50px;
	}

	.pima-ortsun__location-cta {
		min-width: 0;
		width: 100%;
	}

	.pima-ortsun__hero-text {
		padding-top: 60px;
	}

	.pima-ortsun__hero-title {
		font-size: 34px;
	}

	.pima-ortsun__h2 {
		font-size: 24px;
	}

	.pima-ortsun__kicker {
		font-size: 18px;
	}

	.pima-ortsun__button {
		font-size: 20px;
		min-height: 60px;
		padding: 12px 36px;
		width: 100%;
	}

	.pima-ortsun__services-grid {
		grid-template-columns: 1fr;
	}

	.pima-ortsun__service-card-title {
		padding-left: 30px;
	}

	.pima-ortsun__service-card ul {
		margin-left: 30px;
	}

	.pima-ortsun__carousel {
		padding: 0 44px;
	}

	.pima-ortsun__carousel-page--cards {
		grid-template-columns: 1fr;
	}

	.pima-ortsun__step {
		flex-direction: column;
		align-items: flex-start;
		border-radius: 0 40px 40px 0;
		padding-right: 30px;
	}

	.pima-ortsun__step-number {
		font-size: 48px;
		flex: none;
	}

	.pima-ortsun__claim-band {
		font-size: 22px;
		border-radius: 30px 0 30px 0;
	}

	.pima-ortsun__quote blockquote {
		font-size: 22px;
	}

	.pima-ortsun__stats {
		gap: 40px;
	}

	.pima-ortsun__awards-inner {
		flex-direction: column;
		justify-content: center;
		gap: 16px;
		padding: 24px 0;
	}

	.pima-ortsun__awards-seals img {
		transform: none;
	}
}
