/* ------------------------------------------------------------------
   offene-schaedelnaht.qualzuchtpraevention.com
   Farbwelt aus den Bildern: Alabaster und Rosenholz, sehr weiches
   Licht. Behutsam — das Thema verträgt keine Lautstärke.
   Layout: eine sehr schmale Kolumne, dazwischen ganze Bildflächen.
   Typografie: Titel über mehrere Zeilen mit wechselndem Schriftgrad.
   Effekt: das Titelbild fährt beim Scrollen langsam näher heran.
   ------------------------------------------------------------------ */

*
{
	box-sizing: border-box;
}

:root
{
	--alabaster: #f6f1eb;
	--alabaster2: #ece3da;
	--rosenholz: #c4998e;
	--rose2: #a97a6e;
	--dunkel: #43332e;
	--mittel: #7d6a63;

	--bahn: 64rem;
	--schmal: 31rem;
	--serif: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
	--sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

html
{
	-webkit-text-size-adjust: 100%;
}

body
{
	margin: 0;
	background: var(--alabaster);
	color: var(--dunkel);
	font: 400 clamp(1.02rem, .98rem + .25vw, 1.14rem)/1.78 var(--serif);
}

img
{
	display: block;
	max-width: 100%;
	height: auto;
}

a
{
	color: inherit;
}

.bahn
{
	max-width: var(--bahn);
	margin: 0 auto;
	padding: 0 clamp(1.3rem, 5vw, 3.4rem);
}

.spalte
{
	max-width: var(--schmal);
}

/* --- Titel -------------------------------------------------------- */

.titel
{
	padding: clamp(3.4rem, 9vw, 7rem) 0 clamp(2.4rem, 6vw, 4rem);
}

.titel__marke
{
	margin: 0;
	font: 400 .76rem/1 var(--sans);
	letter-spacing: .26em;
	text-transform: uppercase;
	color: var(--rose2);
}

h1
{
	margin: clamp(1.6rem, 3vw, 2.4rem) 0 0;
	font-weight: 400;
	line-height: 1.08;
	letter-spacing: -.01em;
}

/* Jede Zeile bleibt eine Zeile, solange der Platz reicht */
h1 span
{
	text-wrap: balance;
}

h1 span
{
	display: block;
}

h1 .z1
{
	font-size: clamp(1.25rem, 1rem + 1.2vw, 1.9rem);
	color: var(--mittel);
}

h1 .z2
{
	font-size: clamp(2.1rem, 1.1rem + 4.4vw, 4.4rem);
}

h1 .z3
{
	font-size: clamp(1.5rem, 1.05rem + 2.1vw, 2.6rem);
	font-style: italic;
	color: var(--rose2);
}

.titel__unter
{
	max-width: 40rem;
	margin: clamp(1.8rem, 3.5vw, 2.6rem) 0 0;
	font-family: var(--sans);
	font-size: clamp(1.02rem, .98rem + .32vw, 1.2rem);
	line-height: 1.65;
	color: #5c4a44;
}

/* --- Titelbild mit wanderndem Ausschnitt -------------------------- */

.buehne
{
	margin: 0;
}

.buehne__rahmen
{
	overflow: hidden;
	max-height: 78vh;
}

.buehne img
{
	width: 100%;
	transform: scale(1.14);
	transform-origin: 62% 46%;
	transition: transform 1.6s cubic-bezier(.2, .7, .3, 1);
	will-change: transform;
}

.buehne.da img
{
	transform: scale(1);
}

.kein-js .buehne img
{
	transform: none;
	transition: none;
}

figcaption
{
	max-width: var(--bahn);
	margin: 0 auto;
	padding: .8rem clamp(1.3rem, 5vw, 3.4rem) 0;
	font-family: var(--sans);
	font-size: .85rem;
	line-height: 1.55;
	color: var(--mittel);
}

/* --- Abschnitte --------------------------------------------------- */

section
{
	padding: clamp(3rem, 8vw, 5.6rem) 0;
}

.hell
{
	background: var(--alabaster2);
}

h2
{
	margin: 0 0 1.3rem;
	font-weight: 400;
	font-size: clamp(1.5rem, 1.2rem + 1.5vw, 2.3rem);
	line-height: 1.22;
	max-width: 18ch;
}

p
{
	max-width: var(--schmal);
}

.gross
{
	max-width: 26ch;
	margin: 0;
	font-size: clamp(1.4rem, 1.1rem + 1.6vw, 2.2rem);
	line-height: 1.36;
	font-style: italic;
	color: var(--rose2);
}

.sans
{
	font-family: var(--sans);
	font-size: .96rem;
	line-height: 1.65;
	color: var(--mittel);
}

/* --- die Zahl ----------------------------------------------------- */

.anteil
{
	background: var(--rosenholz);
	color: #3b2a25;
}

.anteil__raster
{
	display: grid;
	gap: clamp(1rem, 3vw, 2.6rem);
	grid-template-columns: 1fr;
	align-items: baseline;
}

@media (min-width: 46rem)
{
	.anteil__raster
	{
		grid-template-columns: auto 1fr;
	}
}

.anteil__zahl
{
	margin: 0;
	font-size: clamp(3.6rem, 1.6rem + 10vw, 8.4rem);
	line-height: .9;
	letter-spacing: -.02em;
	white-space: nowrap;
}

.anteil p
{
	max-width: 34rem;
}

/* --- Bild neben Text ---------------------------------------------- */

.paar__raster
{
	display: grid;
	gap: clamp(1.8rem, 4vw, 3.4rem);
	grid-template-columns: 1fr;
	align-items: center;
}

@media (min-width: 54rem)
{
	.paar__raster
	{
		grid-template-columns: 1fr 1fr;
	}

	.paar--links figure
	{
		order: -1;
	}
}

.paar figure
{
	margin: 0;
	min-width: 0;
}

.paar figure img
{
	width: 100%;
}

.paar figcaption
{
	max-width: none;
	margin: 0;
	padding: .7rem 0 0;
}

.paar p
{
	max-width: 34rem;
}

/* --- der Befund (Negativbeispiel) --------------------------------- */

.befund
{
	background: #efe9e2;
	border-top: 1px solid #ddd0c6;
	border-bottom: 1px solid #ddd0c6;
}

.befund__raster
{
	display: grid;
	gap: clamp(1.6rem, 4vw, 3rem);
	grid-template-columns: 1fr;
	align-items: start;
}

@media (min-width: 54rem)
{
	.befund__raster
	{
		grid-template-columns: 1fr 1.05fr;
	}
}

.befund figure
{
	margin: 0;
	min-width: 0;
}

.befund figure img
{
	width: 100%;
}

.befund figcaption
{
	max-width: none;
	margin: 0;
	padding: .7rem 0 0;
}

.befund__marke
{
	display: inline-block;
	margin-bottom: .9rem;
	padding: .3rem .7rem;
	background: var(--dunkel);
	color: var(--alabaster);
	font: 400 .7rem/1.4 var(--sans);
	letter-spacing: .14em;
	text-transform: uppercase;
}

.befund p
{
	max-width: 36rem;
}

/* --- ZEUS --------------------------------------------------------- */

.zeus
{
	background: var(--dunkel);
	color: var(--alabaster);
}

.zeus h2
{
	color: var(--alabaster);
}

.zeus p
{
	max-width: 36rem;
	color: #e2d6cf;
}

.zeus__satz
{
	max-width: 26ch;
	margin: clamp(1.8rem, 3.5vw, 2.6rem) 0 0;
	font-style: italic;
	font-size: clamp(1.3rem, 1.1rem + 1.2vw, 2rem);
	line-height: 1.4;
	color: var(--rosenholz);
}

.knopf
{
	display: inline-block;
	margin-top: clamp(1.8rem, 3.5vw, 2.6rem);
	padding: .9rem 1.8rem;
	background: var(--rosenholz);
	color: #3b2a25;
	font: 400 .98rem/1 var(--sans);
	text-decoration: none;
}

.knopf:hover,
.knopf:focus
{
	background: var(--alabaster);
}

/* --- das Siegel auf hellem Feld vor der dunklen Fläche ------------ */

.zeus__siegel
{
	margin: clamp(2.6rem, 6vw, 4.2rem) 0 0;
	padding: clamp(1.4rem, 3vw, 2rem);
	max-width: 23rem;
	background: var(--alabaster);
	border: 1px solid #e2d0c6;
}

.zeus__siegel > a
{
	display: block;
}

.zeus__siegel img
{
	width: 100%;
}

.zeus .zeus__siegel figcaption
{
	max-width: none;
	margin: 1.1rem 0 0;
	padding: 1rem 0 0;
	border-top: 1px solid #e2d0c6;
	font: 400 .84rem/1.6 var(--sans);
	color: #6a564f;
}

.zeus .zeus__siegel figcaption a
{
	display: inline;
	color: var(--rose2);
}

.themen:not(:has(a))
{
	display: none;
}

.themenliste
{
	list-style: none;
	margin: clamp(1.4rem, 3vw, 2rem) 0 0;
	padding: 0;
	max-width: 46rem;
	font-family: var(--sans);
	font-size: .95rem;
}

.themenliste li
{
	padding: .55rem 0 .55rem 1.6rem;
	position: relative;
	line-height: 1.5;
}

.themenliste li::before
{
	content: "";
	position: absolute;
	left: 0;
	top: 1.1rem;
	width: .5rem;
	height: .5rem;
	border-radius: 50%;
	background: var(--rosenholz);
}

.themenliste a
{
	text-decoration: none;
	border-bottom: 1px solid #e0d2c9;
}

.themenliste a:hover,
.themenliste a:focus
{
	border-bottom-color: var(--rose2);
	color: var(--rose2);
}

/* --- Fuß ---------------------------------------------------------- */

.fuss
{
	background: var(--alabaster2);
	padding: clamp(2.2rem, 5vw, 3.2rem) 0 clamp(3rem, 7vw, 4.6rem);
	font-family: var(--sans);
	font-size: .85rem;
	line-height: 1.7;
	color: var(--mittel);
}

.fuss__raster
{
	display: grid;
	gap: clamp(1.2rem, 3vw, 2.4rem);
	grid-template-columns: repeat(auto-fit, minmax(min(15rem, 100%), 1fr));
	max-width: 62rem;
}

.fuss__raster > div
{
	min-width: 0;
}

.fuss b
{
	display: block;
	color: var(--dunkel);
	font-weight: 400;
	font-family: var(--serif);
	font-size: .95rem;
}

.fuss a
{
	color: var(--dunkel);
	text-decoration: none;
	border-bottom: 1px solid var(--rosenholz);
}

@media (prefers-reduced-motion: reduce)
{
	.buehne img
	{
		transition: none;
		transform: none;
	}
}

/* --- Weitergeben: nur Weißraum ------------------------------------
   Diese Seite arbeitet ohne Kästen und ohne Trennlinien. Der Block
   bekommt deshalb auch keine — Botschaft und Elemente werden allein
   durch Abstand getrennt, die Elemente untereinander ebenso. */

.weitergeben
{
	padding: clamp(3.4rem, 8vw, 6rem) 0 clamp(3rem, 7vw, 5rem);
}

.weitergeben__satz
{
	max-width: 34rem;
	margin: 0;
	font-size: clamp(1.1rem, 1rem + .7vw, 1.4rem);
	line-height: 1.5;
	font-style: italic;
	color: var(--rose2);
}

.weitergeben__reihe
{
	list-style: none;
	margin: clamp(2.6rem, 6vw, 4.2rem) 0 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 1.1rem clamp(2rem, 5vw, 3.4rem);
}

.weitergeben__reihe li { min-width: 0; }

.weitergeben__reihe a,
.weitergeben__reihe button
{
	display: inline-flex;
	align-items: center;
	gap: .6rem;
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
	font-family: var(--sans);
	font-size: .93rem;
	line-height: 1.5;
	color: var(--mittel);
	text-decoration: none;
	cursor: pointer;
	transition: color .3s ease;
}

.weitergeben__reihe a:hover,
.weitergeben__reihe button:hover,
.weitergeben__reihe a:focus-visible,
.weitergeben__reihe button:focus-visible
{
	color: var(--dunkel);
}

.weitergeben__reihe svg { flex: none; color: var(--rosenholz); }

.weitergeben__reihe [hidden] { display: none; }

/* --- Mitlaufende Leiste, links -----------------------------------
   Die Bahn misst 64rem; ab 1180 px bleibt links genug freier Rand,
   ohne dass die Leiste in die Kolumne ragt. */

.saum { display: none; }

@media (min-width: 1180px)
{
	.saum
	{
		position: fixed;
		left: 1rem;
		top: 46%;
		z-index: 40;
		display: grid;
		gap: .6rem;
		justify-items: center;
	}

	.saum__el
	{
		display: flex;
		align-items: center;
		justify-content: center;
		width: 2.3rem;
		height: 2.3rem;
		padding: 0;
		border: 0;
		background: none;
		color: var(--rosenholz);
		cursor: pointer;
		transition: color .3s ease;
	}

	.saum__el:hover,
	.saum__el:focus-visible,
	.saum__el.ist-kopiert
	{
		color: var(--dunkel);
	}

	.saum [hidden] { display: none; }
}

/* Nicht unterstützte Elemente hinterlassen keine Lücke im Abstand. */
.weitergeben__reihe li:has([hidden])
{
	display: none;
}
