﻿@charset "UTF-8";
/* Bald-in-dieser-Sprache Landing (Option 4 Hero + Option 9 Mini-Startseite) */
.sprache-bald-page {
	--sb-text: #f4efe5;
	--sb-muted: rgba(244, 239, 229, 0.82);
	--sb-accent: var(--salbeigruen, #afcf7f);
	--sb-primary: var(--primary-color, #79ad4b);
	--sb-dark: #152416;
	--sb-panel: rgba(21, 36, 22, 0.72);
	--sb-logo-bar-h: 4.25rem;
	/* Wie Desktop-Topbar auf der Hauptseite */
	--sb-lang-bar-h: var(--desktop-topbar-height, 36px);
	min-height: 100vh;
	color: var(--sb-text);
	background: var(--sb-dark);
}

/* —— Chrome: weiße Logo-Leiste + dünne grüne Leiste (wie Topbar) —— */
.sprache-bald-chrome {
	position: relative;
	z-index: 5;
}

.sprache-bald-logo-bar {
	background: #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.sprache-bald-logo-bar__inner {
	width: min(72rem, 100%);
	margin: 0 auto;
	min-height: var(--sb-logo-bar-h);
	padding: 0.65rem clamp(1.25rem, 4vw, 2.5rem);
	display: flex;
	align-items: center;
}

.sprache-bald-brand {
	display: inline-flex;
	align-items: center;
	text-decoration: none;
	color: inherit;
}

.sprache-bald-brand img {
	height: clamp(2.35rem, 4.5vw, 3rem);
	width: auto;
	display: block;
}

.sprache-bald-lang-bar {
	height: var(--sb-lang-bar-h);
	min-height: var(--sb-lang-bar-h);
	background: var(--sb-primary);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* Sprachkacheln unmittelbar über der Hero-Box */
.sprache-bald-ui-tabs {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.55rem;
	max-width: 40rem;
	margin: 0 0 0.85rem;
}

.sprache-bald-pill {
	appearance: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2.35rem;
	padding: 0.4rem 1.1rem;
	border-radius: 0.45rem;
	border: 1px solid rgba(255, 255, 255, 0.45);
	background: rgba(21, 36, 22, 0.55);
	color: #fff;
	font-size: 0.95rem;
	font-weight: 600;
	letter-spacing: 0.03em;
	cursor: pointer;
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.sprache-bald-pill:hover {
	background: rgba(21, 36, 22, 0.72);
	border-color: rgba(255, 255, 255, 0.7);
}

.sprache-bald-pill:focus-visible {
	outline: 2px solid var(--sb-accent);
	outline-offset: 2px;
}

.sprache-bald-pill.is-active {
	background: #fff;
	border-color: #fff;
	color: #152416;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.28);
}

/* —— Hero —— */
.sprache-bald-hero {
	position: relative;
	min-height: min(78vh, 820px);
	display: flex;
	align-items: flex-end;
	overflow: hidden;
	isolation: isolate;
	/* Unterkante schon in Seitenfarbe, damit kein harter Bildschnitt */
	background: var(--sb-dark);
}

.sprache-bald-hero__media {
	position: absolute;
	inset: 0;
	z-index: 0;
	background-color: #1a1a1a;
	background-image: url("/content/startseite/slider/slider1_poster.jpg");
	background-size: cover;
	background-position: center 28%;
	/* Weicher Auslauf nach unten — kein harter Bildrand */
	-webkit-mask-image: linear-gradient(
		180deg,
		#000 0%,
		#000 48%,
		rgba(0, 0, 0, 0.85) 68%,
		rgba(0, 0, 0, 0.35) 86%,
		transparent 100%
	);
	mask-image: linear-gradient(
		180deg,
		#000 0%,
		#000 48%,
		rgba(0, 0, 0, 0.85) 68%,
		rgba(0, 0, 0, 0.35) 86%,
		transparent 100%
	);
}

.sprache-bald-hero__overlay {
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	background: rgba(0, 0, 0, 0.32);
}

.sprache-bald-hero__fade {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: min(48%, 22rem);
	z-index: 1;
	pointer-events: none;
	background: linear-gradient(
		180deg,
		rgba(21, 36, 22, 0) 0%,
		rgba(21, 36, 22, 0.35) 35%,
		rgba(21, 36, 22, 0.82) 72%,
		var(--sb-dark) 100%
	);
}

.sprache-bald-hero__inner {
	position: relative;
	z-index: 2;
	width: min(72rem, 100%);
	margin: 0 auto;
	padding: clamp(2rem, 5vw, 4rem) clamp(1.25rem, 4vw, 2.5rem) clamp(3.5rem, 8vw, 5.5rem);
}

.sprache-bald-copy--panel {
	max-width: 40rem;
	padding: clamp(1.25rem, 3vw, 1.85rem) clamp(1.15rem, 2.8vw, 1.75rem);
	border-radius: 1.15rem;
	background: rgba(26, 14, 9, 0.45);
	backdrop-filter: blur(2px);
	-webkit-backdrop-filter: blur(2px);
	box-shadow: 0 8px 28px rgba(0, 0, 0, 0.28);
	/* wie Startseiten-Hero: .bg-shadow-pumpkinseedoil */
	color: #fff;
	text-shadow:
		0 0 4px #1a0e09,
		0 0 8px rgba(26, 14, 9, 0.9),
		0 0 16px rgba(26, 14, 9, 0.7),
		0 0 24px rgba(26, 14, 9, 0.5);
}

.sprache-bald-copy[hidden],
[data-sb-lang][hidden] {
	display: none !important;
}

.sprache-bald-hello {
	font-size: clamp(1.1rem, 2.4vw, 1.45rem);
	letter-spacing: 0.04em;
	color: var(--sb-accent);
	margin: 0 0 0.65rem;
}

.sprache-bald-terminus {
	font-size: clamp(2rem, 6vw, 3.6rem);
	line-height: 1.05;
	font-weight: 700;
	margin: 0 0 1rem;
	text-wrap: balance;
}

.sprache-bald-badge {
	display: inline-block;
	margin: 0 0 1.25rem;
	padding: 0.35rem 0.85rem;
	border: 1px solid rgba(175, 207, 127, 0.45);
	border-radius: 999px;
	font-size: 0.85rem;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--sb-accent);
	background: rgba(175, 207, 127, 0.08);
	text-shadow: none;
}

.sprache-bald-lead {
	max-width: 40rem;
	font-size: clamp(1.05rem, 2.2vw, 1.3rem);
	line-height: 1.5;
	margin: 0 0 0.85rem;
	text-wrap: pretty;
}

.sprache-bald-lead a.sprache-bald-inline {
	color: var(--sb-accent);
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 0.15em;
	/* RTL: Links nicht mit Nachbartext „vermischen“ (Punkt-Sprünge vermeiden) */
	unicode-bidi: isolate;
}

.sprache-bald-lead a.sprache-bald-inline:hover {
	color: #fff;
}

.sprache-bald-cta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: 1.5rem;
	text-shadow: none;
}

.sprache-bald-cta a {
	appearance: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 3rem;
	padding: 0.7rem 1.35rem;
	border-radius: 999px;
	font-weight: 600;
	letter-spacing: 0.03em;
	text-decoration: none;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.sprache-bald-cta a:focus-visible {
	outline: 2px solid var(--sb-accent);
	outline-offset: 3px;
}

.sprache-bald-cta__primary {
	background: var(--sb-primary);
	color: #152416;
	border: 1px solid var(--sb-primary);
}

.sprache-bald-cta__primary:hover {
	background: var(--sb-accent);
	border-color: var(--sb-accent);
	transform: translateY(-1px);
}

.sprache-bald-cta__ghost {
	background: transparent;
	color: var(--sb-text);
	border: 1px solid rgba(244, 239, 229, 0.45);
}

.sprache-bald-cta__ghost:hover {
	border-color: var(--sb-accent);
	color: #fff;
}

/* —— Warteliste: nahtlos an Hero-Dunkel —— */
.sprache-bald-waitlist {
	position: relative;
	margin-top: -2.5rem;
	padding: clamp(1.5rem, 4vw, 2.5rem) clamp(1.25rem, 4vw, 2.5rem) clamp(2.5rem, 6vw, 4rem);
	background: var(--sb-dark);
}

.sprache-bald-waitlist__inner {
	width: min(42rem, 100%);
	margin: 0 auto;
	padding: clamp(1.5rem, 3vw, 2.25rem);
	border: 1px solid rgba(175, 207, 127, 0.28);
	border-radius: 1rem;
	background: var(--sb-panel);
	backdrop-filter: blur(8px);
}

.sprache-bald-waitlist h2 {
	margin: 0 0 0.75rem;
	font-size: clamp(1.35rem, 3vw, 1.85rem);
	color: var(--sb-accent);
}

.sprache-bald-waitlist__lead {
	margin: 0 0 1.25rem;
	color: var(--sb-muted);
	font-size: 0.98rem;
	line-height: 1.45;
}

.sprache-bald-form {
	display: grid;
	gap: 0.85rem;
}

.sprache-bald-form label:not(.sprache-bald-consent):not(.sprache-bald-hp) {
	display: grid;
	gap: 0.35rem;
	font-size: 0.92rem;
}

.sprache-bald-form input[type="email"] {
	width: 100%;
	min-height: 3rem;
	padding: 0.7rem 1rem;
	border-radius: 0.65rem;
	border: 1px solid rgba(244, 239, 229, 0.28);
	background: rgba(0, 0, 0, 0.28);
	color: #fff;
	font-size: 1rem;
}

.sprache-bald-form input[type="email"]:focus {
	outline: 2px solid var(--sb-accent);
	outline-offset: 1px;
	border-color: transparent;
}

.sprache-bald-form label.sprache-bald-consent {
	display: flex !important;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 0.65rem;
	align-items: flex-start;
	font-size: 0.88rem;
	color: var(--sb-muted);
	line-height: 1.4;
}

.sprache-bald-consent input[type="checkbox"] {
	margin: 0.15rem 0 0;
	flex: 0 0 auto;
	width: 1.1rem;
	height: 1.1rem;
}

.sprache-bald-consent__text {
	flex: 1 1 auto;
	min-width: 0;
}

.sprache-bald-turnstile-wrap {
	/* interaction-only: Platz nur bei Challenge; sonst unsichtbar */
	margin: 0.5rem 0 0;
	min-height: 0;
	overflow: hidden;
}

.sprache-bald-form button {
	appearance: none;
	min-height: 3rem;
	border: 0;
	border-radius: 999px;
	background: var(--sb-primary);
	color: #152416;
	font-weight: 700;
	letter-spacing: 0.04em;
	cursor: pointer;
	transition: background-color 0.2s ease, transform 0.2s ease;
}

.sprache-bald-form button:hover:not(:disabled) {
	background: var(--sb-accent);
	transform: translateY(-1px);
}

.sprache-bald-form button:disabled {
	opacity: 0.65;
	cursor: wait;
}

.sprache-bald-feedback {
	min-height: 1.5rem;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.35;
	margin: 0.15rem 0 0.35rem;
}

.sprache-bald-feedback.is-ok { color: var(--sb-accent); }
.sprache-bald-feedback.is-err { color: #ffb4a8; }

/* —— Footer —— */
.sprache-bald-foot {
	padding: clamp(2rem, 5vw, 3.25rem) clamp(1.25rem, 4vw, 2.5rem) clamp(2.5rem, 6vw, 3.75rem);
	text-align: center;
	background: #0c140d;
	border-top: 1px solid rgba(175, 207, 127, 0.18);
}

.sprache-bald-foot__tagline {
	margin: 0 0 1.1rem;
	font-size: clamp(0.95rem, 2vw, 1.05rem);
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--sb-accent);
}

.sprache-bald-foot__links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.75rem 1rem;
}

.sprache-bald-foot__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2.75rem;
	padding: 0.55rem 1.35rem;
	border-radius: 999px;
	border: 1px solid rgba(175, 207, 127, 0.4);
	background: rgba(175, 207, 127, 0.08);
	color: var(--sb-text);
	font-size: clamp(1rem, 2.2vw, 1.15rem);
	font-weight: 600;
	letter-spacing: 0.02em;
	text-decoration: none;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.sprache-bald-foot__link:hover {
	background: var(--sb-primary);
	border-color: var(--sb-primary);
	color: #152416;
}

.sprache-bald-foot__link:focus-visible {
	outline: 2px solid var(--sb-accent);
	outline-offset: 3px;
}

.sprache-bald-hp {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

@media (prefers-reduced-motion: reduce) {
	.sprache-bald-cta a,
	.sprache-bald-form button,
	.sprache-bald-pill,
	.sprache-bald-foot__link {
		transition: none;
	}
}

/* Globales „nach oben“ auf dieser Mini-Seite ausblenden */
body:has(.sprache-bald-page) #scrollToTop {
	display: none !important;
}
