@font-face {
	font-family: 'Fraunces';
	src: url('/assets/fonts/fraunces-normal-latin.woff2') format('woff2');
	font-weight: 100 900;
	font-style: normal;
	font-display: swap;
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
	font-family: 'Fraunces';
	src: url('/assets/fonts/fraunces-normal-latin-ext.woff2') format('woff2');
	font-weight: 100 900;
	font-style: normal;
	font-display: swap;
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
	font-family: 'Fraunces';
	src: url('/assets/fonts/fraunces-italic-latin.woff2') format('woff2');
	font-weight: 100 900;
	font-style: italic;
	font-display: swap;
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
	font-family: 'DM Sans';
	src: url('/assets/fonts/DMSans-Latin.woff2') format('woff2');
	font-weight: 100 900;
	font-style: normal;
	font-display: swap;
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
	font-family: 'DM Sans';
	src: url('/assets/fonts/DMSans-LatinExt.woff2') format('woff2');
	font-weight: 100 900;
	font-style: normal;
	font-display: swap;
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

:root {
	--ink: #1b2419;
	--ink-soft: #46523f;
	--ink-mute: #6d7a66;
	--gruen: #4a6b3d;
	--gruen-tief: #2f4529;
	--gruen-hell: #8da586;
	--silber: #cdd6c6;
	--creme: #f6f3ea;
	--papier: #fdfcf7;
	--rinde: #7a6449;
	--linie: #ddd9c9;

	--mass: 68ch;
	--rand: clamp(1.25rem, 5vw, 4rem);
	--luft: clamp(3.5rem, 9vw, 7rem);
	--radius: 3px;

	--ease: cubic-bezier(0.16, 1, 0.3, 1);
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--papier);
	color: var(--ink);
	font-family: 'DM Sans', 'Segoe UI', sans-serif;
	font-size: clamp(1.0625rem, 0.98rem + 0.4vw, 1.1875rem);
	line-height: 1.7;
	font-optical-sizing: auto;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

a {
	color: var(--gruen-tief);
	text-decoration-color: var(--gruen-hell);
	text-underline-offset: 0.2em;
	text-decoration-thickness: 1px;
	transition: color 0.25s var(--ease), text-decoration-color 0.25s var(--ease);
}

a:hover,
a:focus-visible {
	color: var(--gruen);
	text-decoration-color: var(--gruen);
}

:focus-visible {
	outline: 2px solid var(--gruen);
	outline-offset: 3px;
}

h1,
h2,
h3 {
	font-family: 'Fraunces', Georgia, serif;
	font-weight: 600;
	line-height: 1.12;
	letter-spacing: -0.015em;
	font-variation-settings: 'SOFT' 40, 'WONK' 1;
	margin: 0;
	text-wrap: balance;
}

p {
	margin: 0 0 1.35em;
}

p:last-child {
	margin-bottom: 0;
}

.skip {
	position: absolute;
	left: -9999px;
	top: 0;
	background: var(--gruen-tief);
	color: var(--creme);
	padding: 0.75rem 1.25rem;
	z-index: 50;
}

.skip:focus {
	left: 0;
}

.wrap {
	width: min(100%, 76rem);
	margin-inline: auto;
	padding-inline: var(--rand);
}

.mass {
	max-width: var(--mass);
}

/* ---------- Kopfzeile ---------- */

.kopf {
	position: absolute;
	inset: 0 0 auto 0;
	z-index: 10;
	padding-block: clamp(1.1rem, 3vw, 1.9rem);
}

.kopf .wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem clamp(1rem, 4vw, 2.5rem);
	align-items: baseline;
	justify-content: space-between;
}

.marke {
	font-family: 'Fraunces', Georgia, serif;
	font-size: 1.0625rem;
	font-weight: 600;
	font-variation-settings: 'SOFT' 60, 'WONK' 1;
	letter-spacing: 0.01em;
	color: var(--creme);
	text-decoration: none;
	text-shadow: 0 1px 12px rgba(15, 24, 13, 0.7);
}

.marke:hover {
	color: #fff;
}

.navi {
	display: flex;
	flex-wrap: wrap;
	gap: clamp(0.9rem, 3vw, 1.75rem);
	font-size: 0.9375rem;
}

.navi a {
	color: var(--silber);
	text-decoration: none;
	padding-block: 0.35rem;
	text-shadow: 0 1px 12px rgba(15, 24, 13, 0.7);
	border-bottom: 1px solid transparent;
	transition: color 0.25s var(--ease), border-color 0.25s var(--ease);
}

.navi a:hover,
.navi a:focus-visible,
.navi a[aria-current='page'] {
	color: #fff;
	border-bottom-color: var(--gruen-hell);
}

/* Kopfzeile auf hellen Innenseiten */

.kopf--hell {
	position: static;
	background: var(--creme);
	border-bottom: 1px solid var(--linie);
}

.kopf--hell .marke {
	color: var(--ink);
	text-shadow: none;
}

.kopf--hell .navi a {
	color: var(--ink-soft);
	text-shadow: none;
}

.kopf--hell .navi a:hover,
.kopf--hell .navi a:focus-visible,
.kopf--hell .navi a[aria-current='page'] {
	color: var(--gruen-tief);
	border-bottom-color: var(--gruen);
}

/* ---------- Bühne ---------- */

.buehne {
	position: relative;
	min-height: clamp(30rem, 78dvh, 46rem);
	display: grid;
	align-items: end;
	overflow: hidden;
	background: var(--gruen-tief);
	isolation: isolate;
}

.buehne__bild {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 62% 42%;
	z-index: -2;
	animation: heranruecken 1.8s var(--ease) backwards;
}

.buehne::after {
	content: '';
	position: absolute;
	inset: 0;
	z-index: -1;
	background:
		linear-gradient(to top, rgba(14, 22, 12, 0.88) 0%, rgba(14, 22, 12, 0.5) 38%, rgba(14, 22, 12, 0.12) 68%, rgba(14, 22, 12, 0.35) 100%);
}

.buehne__text {
	padding-block: clamp(2.5rem, 8vw, 5rem);
	max-width: 34ch;
	animation: aufsteigen 1.1s 0.25s var(--ease) backwards;
}

.buehne__lat {
	font-size: 0.8125rem;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--gruen-hell);
	font-style: italic;
	font-family: 'Fraunces', Georgia, serif;
	margin: 0 0 0.9rem;
}

.buehne h1 {
	font-size: clamp(2.6rem, 1.6rem + 4.6vw, 5.25rem);
	font-weight: 500;
	font-variation-settings: 'SOFT' 70, 'WONK' 1;
	color: var(--creme);
	letter-spacing: -0.025em;
}

.buehne__unter {
	margin: 1.15rem 0 0;
	color: var(--silber);
	font-size: clamp(1.0625rem, 1rem + 0.35vw, 1.25rem);
	max-width: 30ch;
}

@keyframes heranruecken {
	from {
		transform: scale(1.09);
	}
	to {
		transform: scale(1);
	}
}

@keyframes aufsteigen {
	from {
		opacity: 0;
		transform: translateY(1.6rem);
	}
	to {
		opacity: 1;
		transform: none;
	}
}

/* ---------- Abschnitte ---------- */

main {
	display: block;
}

.satz {
	padding-block: var(--luft);
}

.satz--creme {
	background: var(--creme);
}

.satz__kopf {
	margin-bottom: clamp(1.75rem, 4vw, 2.75rem);
}

.satz h2 {
	font-size: clamp(1.75rem, 1.3rem + 1.9vw, 2.75rem);
	font-weight: 500;
	font-variation-settings: 'SOFT' 60, 'WONK' 1;
	color: var(--gruen-tief);
	margin-bottom: 1.1rem;
}

/* Steht die Ueberschrift im eigenen Kopf-Container, regelt der den Abstand. */
.satz__kopf h2 {
	margin-bottom: 0;
}

.satz h2 + .mass,
.satz h2 + .tabelle {
	margin-top: 0;
}

/* Zweite und weitere Ueberschrift innerhalb eines Textblocks bekommt Luft nach oben. */
.mass h2:not(:first-child),
.mass h3:not(:first-child) {
	margin-top: 2.25rem;
}

.satz h3 {
	font-size: clamp(1.25rem, 1.1rem + 0.7vw, 1.5rem);
	font-weight: 600;
	color: var(--ink);
	margin-bottom: 0.9rem;
}

.vorspann {
	font-family: 'Fraunces', Georgia, serif;
	font-size: clamp(1.25rem, 1.05rem + 0.9vw, 1.6rem);
	line-height: 1.5;
	font-weight: 400;
	font-variation-settings: 'SOFT' 50, 'WONK' 1;
	color: var(--ink-soft);
	max-width: 46ch;
}

/* Blattader als Trenner */

.ader {
	display: block;
	width: min(100%, 14rem);
	height: auto;
	margin: 0 0 1.75rem;
	opacity: 0.85;
	color: var(--gruen-hell);
}

/* ---------- Zweispalter mit Bild ---------- */

.duo {
	display: grid;
	gap: clamp(2rem, 5vw, 3.5rem);
	align-items: start;
}

@media (min-width: 56rem) {
	.duo {
		grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
	}

	.duo--gedreht > :first-child {
		order: 2;
	}
}

.bildrahmen {
	margin: 0;
	position: relative;
}

.bildrahmen img {
	width: 100%;
	border-radius: var(--radius);
	box-shadow: 0 1.5rem 3rem -1.5rem rgba(27, 36, 25, 0.45);
}

.bildrahmen figcaption {
	margin-top: 0.7rem;
	font-size: 0.875rem;
	color: var(--ink-mute);
	line-height: 1.5;
}

/* ---------- Breiter Bildstreifen ---------- */

.streifen {
	margin: 0;
	padding-block: 0;
}

.streifen img {
	width: 100%;
	aspect-ratio: 21 / 9;
	object-fit: cover;
	object-position: 50% 58%;
}

/* Linksbuendig im gleichen Textmass wie der uebrige Satz, sonst bricht die
   Bildunterschrift die Leseachse der Seite. */
.streifen figcaption {
	width: min(100%, 76rem);
	max-width: none;
	margin: 1rem auto 0;
	padding-inline: var(--rand);
	font-size: 0.9375rem;
	color: var(--ink-mute);
	line-height: 1.55;
}

.streifen figcaption > span {
	display: block;
	max-width: 58ch;
}

@media (max-width: 45.99rem) {
	.streifen img {
		aspect-ratio: 4 / 3;
	}
}

/* ---------- Futterliste ---------- */

.futterliste {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 0.65rem;
}

.futterliste li {
	position: relative;
	padding-left: 1.9rem;
	line-height: 1.55;
}

.futterliste li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0.42em;
	width: 1.05rem;
	height: 1.05rem;
	background-color: var(--gruen-hell);
	-webkit-mask: var(--blatt) center / contain no-repeat;
	mask: var(--blatt) center / contain no-repeat;
}

.futterliste li b {
	font-weight: 600;
	color: var(--ink);
}

.futterliste li span {
	display: block;
	font-size: 0.9375rem;
	color: var(--ink-mute);
}

:root {
	--blatt: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M21 3c0 9-5.5 14-11 14a7 7 0 0 1-7-7C3 5.5 9 3 21 3Z'/%3E%3Cpath d='M3 21c2-6 6-10 12-13' stroke='%23000' stroke-width='1.6' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
}

.quelle {
	margin-top: 1.5rem;
	font-size: 0.9375rem;
	color: var(--ink-mute);
	max-width: 52ch;
}

/* ---------- Werbe-Hinweis ---------- */

.hinweis {
	border: 1px solid var(--linie);
	border-left: 3px solid var(--gruen-hell);
	border-radius: var(--radius);
	background: var(--papier);
	margin-top: 1.75rem;
	max-width: var(--mass);
}

.hinweis summary {
	cursor: pointer;
	padding: 0.7rem 1rem;
	font-size: 0.8125rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--ink-mute);
	list-style: none;
}

.hinweis summary::-webkit-details-marker {
	display: none;
}

.hinweis summary::after {
	content: ' +';
	color: var(--gruen);
}

.hinweis[open] summary::after {
	content: ' –';
}

.hinweis__text {
	padding: 0 1rem 1rem;
	margin: 0;
	font-size: 0.9375rem;
	line-height: 1.6;
	color: var(--ink-soft);
}

/* ---------- Galerie ---------- */

.galerie {
	display: grid;
	gap: clamp(0.75rem, 2vw, 1.25rem);
	grid-template-columns: 1fr;
}

@media (min-width: 46rem) {
	.galerie {
		grid-template-columns: repeat(6, 1fr);
		align-items: start;
	}

	.galerie figure:nth-child(1) {
		grid-column: span 4;
	}

	.galerie figure:nth-child(2) {
		grid-column: span 2;
	}

	.galerie figure:nth-child(2) img {
		aspect-ratio: 3 / 4;
	}
}

.galerie figure {
	margin: 0;
	overflow: hidden;
	border-radius: var(--radius);
	background: var(--gruen-tief);
}

.galerie img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	transition: transform 0.7s var(--ease), filter 0.7s var(--ease);
}

.galerie figure:hover img,
.galerie figure:focus-within img {
	transform: scale(1.045);
	filter: saturate(1.12) brightness(1.04);
}

.galerie figcaption {
	padding: 0.7rem 0.85rem 0.85rem;
	font-size: 0.875rem;
	color: var(--silber);
	line-height: 1.45;
}

/* ---------- Linkliste ---------- */

.linkliste {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 1.25rem;
	max-width: var(--mass);
}

.linkliste li {
	border-top: 1px solid var(--linie);
	padding-top: 1.25rem;
}

.linkliste a {
	font-family: 'Fraunces', Georgia, serif;
	font-size: 1.1875rem;
	font-weight: 600;
	font-variation-settings: 'SOFT' 50, 'WONK' 1;
	text-decoration: none;
	border-bottom: 1px solid var(--gruen-hell);
}

.linkliste p {
	margin: 0.4rem 0 0;
	color: var(--ink-soft);
	font-size: 0.9688rem;
}

/* ---------- Rechtstexte ---------- */

.recht {
	max-width: var(--mass);
}

.recht h2 {
	font-size: clamp(1.35rem, 1.15rem + 0.9vw, 1.75rem);
	margin-top: 2.25rem;
	margin-bottom: 0.75rem;
}

.recht h3 {
	margin-top: 1.75rem;
}

.recht ul,
.recht ol {
	padding-left: 1.35rem;
}

.recht li {
	margin-bottom: 0.5rem;
}

.recht a {
	word-break: break-word;
}

/* ---------- Fußzeile ---------- */

.fuss {
	background: var(--gruen-tief);
	color: var(--silber);
	padding-block: clamp(2.5rem, 6vw, 4rem);
	font-size: 0.9375rem;
}

.fuss .wrap {
	display: grid;
	gap: 1.5rem;
}

@media (min-width: 46rem) {
	.fuss .wrap {
		grid-template-columns: 1fr auto;
		align-items: end;
	}
}

.fuss__wort {
	font-family: 'Fraunces', Georgia, serif;
	font-size: 1.25rem;
	font-weight: 500;
	font-style: italic;
	font-variation-settings: 'SOFT' 70, 'WONK' 1;
	color: var(--creme);
	margin: 0 0 0.4rem;
	max-width: 30ch;
	line-height: 1.35;
}

.fuss p {
	margin: 0;
	color: var(--gruen-hell);
}

.fuss nav {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem 1.5rem;
}

.fuss a {
	color: var(--silber);
	text-decoration: none;
	border-bottom: 1px solid transparent;
}

.fuss a:hover,
.fuss a:focus-visible {
	color: #fff;
	border-bottom-color: var(--gruen-hell);
}

/* ---------- Bewegung sparsam ---------- */

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
	}
}

/* ---------- Wegweiser ---------- */

.wegweiser {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 0;
}

@media (min-width: 52rem) {
	.wegweiser {
		grid-template-columns: 1fr 1fr;
		column-gap: clamp(2rem, 5vw, 4rem);
	}
}

.wegweiser li {
	border-top: 1px solid var(--linie);
}

.wegweiser a {
	display: block;
	padding: 1.25rem 0;
	text-decoration: none;
	color: inherit;
	transition: background-color 0.25s var(--ease);
}

.wegweiser a:hover,
.wegweiser a:focus-visible {
	background: color-mix(in srgb, var(--gruen-hell) 14%, transparent);
	box-shadow: -0.75rem 0 0 color-mix(in srgb, var(--gruen-hell) 14%, transparent),
		0.75rem 0 0 color-mix(in srgb, var(--gruen-hell) 14%, transparent);
}

.wegweiser b {
	display: block;
	font-family: 'Fraunces', Georgia, serif;
	font-size: 1.1875rem;
	font-weight: 600;
	font-variation-settings: 'SOFT' 50, 'WONK' 1;
	color: var(--gruen-tief);
	margin-bottom: 0.2rem;
}

.wegweiser span {
	display: block;
	font-size: 0.9688rem;
	color: var(--ink-soft);
	line-height: 1.5;
	max-width: 44ch;
}

/* ---------- Datentabelle ---------- */

.tabelle {
	overflow-x: auto;
	margin: 1.75rem 0;
	max-width: var(--mass);
}

.tabelle table {
	border-collapse: collapse;
	width: 100%;
	min-width: 22rem;
	font-size: 0.9688rem;
}

.tabelle th,
.tabelle td {
	text-align: left;
	padding: 0.6rem 1rem 0.6rem 0;
	border-bottom: 1px solid var(--linie);
	vertical-align: top;
}

.tabelle th {
	font-weight: 600;
	color: var(--ink);
	white-space: nowrap;
	padding-right: 2rem;
}

.tabelle td {
	color: var(--ink-soft);
}

.tabelle caption {
	text-align: left;
	font-size: 0.875rem;
	color: var(--ink-mute);
	padding-bottom: 0.6rem;
}

/* ---------- Merksatz ---------- */

.merk {
	border-left: 3px solid var(--gruen-hell);
	padding: 0.15rem 0 0.15rem 1.25rem;
	margin: 1.75rem 0;
	max-width: var(--mass);
	color: var(--ink-soft);
}

.merk b {
	color: var(--ink);
}

/* ---------- Frage und Antwort ---------- */

.fa {
	max-width: var(--mass);
	border-top: 1px solid var(--linie);
	padding-top: 1.5rem;
	margin-top: 1.5rem;
}

.fa h2 {
	font-size: clamp(1.25rem, 1.1rem + 0.8vw, 1.625rem);
	margin-bottom: 0.7rem;
}

/* ---------- Seitenfuss-Navigation ---------- */

.weiter {
	border-top: 1px solid var(--linie);
	padding-top: 1.75rem;
	margin-top: clamp(2.5rem, 6vw, 4rem);
	max-width: var(--mass);
}

.weiter p {
	margin: 0 0 0.6rem;
	font-size: 0.8125rem;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--ink-mute);
}

.weiter a {
	font-family: 'Fraunces', Georgia, serif;
	font-size: 1.1875rem;
	font-weight: 600;
	font-variation-settings: 'SOFT' 50, 'WONK' 1;
	text-decoration: none;
	border-bottom: 1px solid var(--gruen-hell);
}

/* ---------- Kopfbereich der Unterseiten ---------- */

.aufmacher {
	background: var(--creme);
	border-bottom: 1px solid var(--linie);
	padding-block: clamp(2.5rem, 7vw, 4.5rem);
}

.aufmacher h1 {
	font-size: clamp(2.1rem, 1.5rem + 2.6vw, 3.5rem);
	font-weight: 500;
	font-variation-settings: 'SOFT' 65, 'WONK' 1;
	color: var(--gruen-tief);
	max-width: 20ch;
}

.aufmacher p {
	margin: 1.1rem 0 0;
	font-family: 'Fraunces', Georgia, serif;
	font-size: clamp(1.125rem, 1rem + 0.7vw, 1.4rem);
	font-weight: 400;
	font-variation-settings: 'SOFT' 50, 'WONK' 1;
	line-height: 1.5;
	color: var(--ink-soft);
	max-width: 48ch;
}

/* ---------- Quellenangabe ---------- */

.quellen {
	margin-top: clamp(2.5rem, 6vw, 4rem);
	padding-top: 1.5rem;
	border-top: 1px solid var(--linie);
	max-width: var(--mass);
	font-size: 0.875rem;
	color: var(--ink-mute);
}

.quellen h2 {
	font-size: 0.8125rem;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--ink-mute);
	font-family: 'DM Sans', sans-serif;
	font-weight: 500;
	margin-bottom: 0.6rem;
}

.quellen ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 0.35rem;
}

.quellen a {
	color: var(--ink-soft);
}
