/* @import url('https://fonts.googleapis.com/css?family=Raleway'); */
/* https://gwfh.mranftl.com/fonts/raleway?subsets=latin */
/* raleway-regular - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 400;
	src: url('fonts/raleway-v34-latin-regular.woff2') format('woff2');
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* raleway-italic - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Raleway';
	font-style: italic;
	font-weight: 400;
	src: url('fonts/raleway-v34-latin-italic.woff2') format('woff2');
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


:root {
	color-scheme: light dark;
	/* Content width + desktop-first breakpoints (use same px values in @media; var() in queries is not broadly supported). */
	--max-content: 880px;
	--bp-sm: 700px;
	--bp-xs: 450px; /* narrow phones: hero / highlightedCard */

	/* Light: text = gray, backgrounds = off-white / white */
	--text: #737373;
	--text-hero: #efefef;
	--bg-page: #cecece;
	--bg-surface: #ffffff;
	--bg-muted: #d8d8d8;
	--border: #bdbdbd;
	--border-input: #acacac;
	--border-table: #000000;
	--border-table-mobile: #acacac;
	--link: #737373;
	--legal-bg: #c6c6c6;
	--legal-border: #b7b7b7;
	--outline-focus: #737373;
	--page-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.02), 0 3px 20px 0 rgba(0, 0, 0, 0.07);
	--footer-bg: #737373;
	--footer-link: #dedede;
	--copyright: #737373;
	--cookie-bg: #cccccc;
	--cookie-banner-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
	--cookie-footer-link: #737373;
	--accent: #004aad;
	--on-accent: #ffffff;
	--btn-secondary: #737373;
	--lang-link-shadow: rgba(0, 0, 0, 0.16);
	--card-border-hover: #a5a5a5;
	--card-shadow: 0 4px 16px rgba(0, 0, 0, 0.09);
	--card-shadow-hover: 0 8px 24px rgba(0, 0, 0, 0.14);
	--card-shadow-active: 0 3px 12px rgba(0, 0, 0, 0.1);
	--card-text-panel: #737373;
	--highlighted-muted: #aaaaaa;
	--panel-close-bg: #ffffff;
	--panel-close-border: #bdbdbd;
	--panel-close-color: #737373;
	--panel-close-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	--panel-close-hover-shadow: 0 4px 12px rgba(0, 74, 173, 0.25);
	--panel-category-pill-border: #cfcfcf;
	--standard-card-active-border: rgba(0, 74, 173, 0.55);
	--standard-card-active-shadow: 0 0 0 1px rgba(0, 74, 173, 0.45), 0 6px 20px rgba(0, 74, 173, 0.1);
	/*
	 * Dark palette storage (reference). Each step ≈ 12 on RGB; “full” = “half” minus 4 steps (−48).
	 * Switch theme: edit --palette-dark-active-* below — point each line to
	 * var(--palette-dark-half-…) or var(--palette-dark-full-…).
	 */
	--palette-dark-half-bg-page: #4d4d4d;
	--palette-dark-half-bg-surface: #595959;
	--palette-dark-half-bg-muted: #474747;
	--palette-dark-half-border: #3a3a3a;
	--palette-dark-half-border-input: #686868;
	--palette-dark-half-border-table: #b0b0b0;
	--palette-dark-half-border-table-mobile: #686868;
	--palette-dark-half-legal-bg: #474747;
	--palette-dark-half-legal-border: #383838;
	--palette-dark-half-page-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.4), 0 3px 24px 0 rgba(0, 0, 0, 0.32);
	--palette-dark-half-footer-bg: #3a3a3a;
	--palette-dark-half-footer-link: #d8d8d8;
	--palette-dark-half-copyright: #cccccc;
	--palette-dark-half-cookie-bg: #474747;
	--palette-dark-half-cookie-banner-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
	--palette-dark-half-btn-secondary: #383838;
	--palette-dark-half-lang-link-shadow: rgba(0, 0, 0, 0.5);
	--palette-dark-half-card-border-hover: #707070;
	--palette-dark-half-card-shadow: 0 4px 16px rgba(0, 0, 0, 0.4);
	--palette-dark-half-card-shadow-hover: 0 8px 24px rgba(0, 0, 0, 0.5);
	--palette-dark-half-card-shadow-active: 0 3px 12px rgba(0, 0, 0, 0.45);
	--palette-dark-half-card-text-panel: #b8b8b8;
	--palette-dark-half-highlighted-muted: #a8a8a8;
	--palette-dark-half-panel-close-bg: #595959;
	--palette-dark-half-panel-close-border: #3a3a3a;
	--palette-dark-half-panel-close-shadow: 0 2px 12px rgba(0, 0, 0, 0.42);
	--palette-dark-half-panel-close-hover-shadow: 0 4px 14px rgba(91, 143, 217, 0.35);
	--palette-dark-half-standard-card-active-border: rgba(91, 143, 217, 0.55);
	--palette-dark-half-standard-card-active-shadow: 0 0 0 1px rgba(91, 143, 217, 0.45), 0 6px 20px rgba(91, 143, 217, 0.15);

	--palette-dark-full-bg-page: #1d1d1d;
	--palette-dark-full-bg-surface: #292929;
	--palette-dark-full-bg-muted: #171717;
	--palette-dark-full-border: #0a0a0a;
	--palette-dark-full-border-input: #383838;
	--palette-dark-full-border-table: #808080;
	--palette-dark-full-border-table-mobile: #383838;
	--palette-dark-full-legal-bg: #171717;
	--palette-dark-full-legal-border: #080808;
	--palette-dark-full-page-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.48), 0 3px 24px 0 rgba(0, 0, 0, 0.38);
	/* 2×12 RGB dunkler als Surface (#292929) — deutlich heller als fast schwarz, klar abgesetzt */
	--palette-dark-full-footer-bg: #212121;
	--palette-dark-full-footer-link: #a8a8a8;
	--palette-dark-full-copyright: #9c9c9c;
	--palette-dark-full-cookie-bg: #171717;
	--palette-dark-full-cookie-banner-shadow: 0 -2px 12px rgba(0, 0, 0, 0.55);
	--palette-dark-full-btn-secondary: #080808;
	--palette-dark-full-lang-link-shadow: rgba(0, 0, 0, 0.55);
	--palette-dark-full-card-border-hover: #404040;
	--palette-dark-full-card-shadow: 0 4px 16px rgba(0, 0, 0, 0.45);
	--palette-dark-full-card-shadow-hover: 0 8px 24px rgba(0, 0, 0, 0.55);
	--palette-dark-full-card-shadow-active: 0 3px 12px rgba(0, 0, 0, 0.5);
	--palette-dark-full-card-text-panel: #888888;
	--palette-dark-full-highlighted-muted: #787878;
	--palette-dark-full-panel-close-bg: #292929;
	--palette-dark-full-panel-close-border: #0a0a0a;
	--palette-dark-full-panel-close-shadow: 0 2px 14px rgba(0, 0, 0, 0.48);
	--palette-dark-full-panel-close-hover-shadow: 0 4px 14px rgba(91, 143, 217, 0.35);
	--palette-dark-full-standard-card-active-border: rgba(91, 143, 217, 0.55);
	--palette-dark-full-standard-card-active-shadow: 0 0 0 1px rgba(91, 143, 217, 0.45), 0 6px 20px rgba(91, 143, 217, 0.15);

	/* Which dark palette is active: set each line to var(--palette-dark-half-…) or var(--palette-dark-full-…) */
	--palette-dark-active-bg-page: var(--palette-dark-full-bg-page);
	--palette-dark-active-bg-surface: var(--palette-dark-full-bg-surface);
	--palette-dark-active-bg-muted: var(--palette-dark-full-bg-muted);
	--palette-dark-active-border: var(--palette-dark-full-border);
	--palette-dark-active-border-input: var(--palette-dark-full-border-input);
	--palette-dark-active-border-table: var(--palette-dark-full-border-table);
	--palette-dark-active-border-table-mobile: var(--palette-dark-full-border-table-mobile);
	--palette-dark-active-legal-bg: var(--palette-dark-full-legal-bg);
	--palette-dark-active-legal-border: var(--palette-dark-full-legal-border);
	--palette-dark-active-page-shadow: var(--palette-dark-full-page-shadow);
	--palette-dark-active-footer-bg: var(--palette-dark-full-footer-bg);
	--palette-dark-active-footer-link: var(--palette-dark-full-footer-link);
	--palette-dark-active-copyright: var(--palette-dark-full-copyright);
	--palette-dark-active-cookie-bg: var(--palette-dark-full-cookie-bg);
	--palette-dark-active-cookie-banner-shadow: var(--palette-dark-full-cookie-banner-shadow);
	--palette-dark-active-btn-secondary: var(--palette-dark-full-btn-secondary);
	--palette-dark-active-lang-link-shadow: var(--palette-dark-full-lang-link-shadow);
	--palette-dark-active-card-border-hover: var(--palette-dark-full-card-border-hover);
	--palette-dark-active-card-shadow: var(--palette-dark-full-card-shadow);
	--palette-dark-active-card-shadow-hover: var(--palette-dark-full-card-shadow-hover);
	--palette-dark-active-card-shadow-active: var(--palette-dark-full-card-shadow-active);
	--palette-dark-active-card-text-panel: var(--palette-dark-full-card-text-panel);
	--palette-dark-active-highlighted-muted: var(--palette-dark-full-highlighted-muted);
	--palette-dark-active-panel-close-bg: var(--palette-dark-full-panel-close-bg);
	--palette-dark-active-panel-close-border: var(--palette-dark-full-panel-close-border);
	--palette-dark-active-panel-close-shadow: var(--palette-dark-full-panel-close-shadow);
	--palette-dark-active-panel-close-hover-shadow: var(--palette-dark-full-panel-close-hover-shadow);
	--palette-dark-active-standard-card-active-border: var(--palette-dark-full-standard-card-active-border);
	--palette-dark-active-standard-card-active-shadow: var(--palette-dark-full-standard-card-active-shadow);
}

@media (prefers-color-scheme: dark) {
	:root {
		--text: #efefef;
		--text-hero: #c5c5c5;
		--bg-page: var(--palette-dark-active-bg-page);
		--bg-surface: var(--palette-dark-active-bg-surface);
		--bg-muted: var(--palette-dark-active-bg-muted);
		--border: var(--palette-dark-active-border);
		--border-input: var(--palette-dark-active-border-input);
		--border-table: var(--palette-dark-active-border-table);
		--border-table-mobile: var(--palette-dark-active-border-table-mobile);
		--link: #efefef;
		--legal-bg: var(--palette-dark-active-legal-bg);
		--legal-border: var(--palette-dark-active-legal-border);
		--outline-focus: #efefef;
		--page-shadow: var(--palette-dark-active-page-shadow);
		--footer-bg: var(--palette-dark-active-footer-bg);
		--footer-link: var(--palette-dark-active-footer-link);
		--copyright: var(--palette-dark-active-copyright);
		--cookie-bg: var(--palette-dark-active-cookie-bg);
		--cookie-banner-shadow: var(--palette-dark-active-cookie-banner-shadow);
		--cookie-footer-link: #efefef;
		--accent: #5b8fd9;
		--on-accent: #ffffff;
		--btn-secondary: var(--palette-dark-active-btn-secondary);
		--lang-link-shadow: var(--palette-dark-active-lang-link-shadow);
		--card-border-hover: var(--palette-dark-active-card-border-hover);
		--card-shadow: var(--palette-dark-active-card-shadow);
		--card-shadow-hover: var(--palette-dark-active-card-shadow-hover);
		--card-shadow-active: var(--palette-dark-active-card-shadow-active);
		--card-text-panel: var(--palette-dark-active-card-text-panel);
		--highlighted-muted: var(--palette-dark-active-highlighted-muted);
		--panel-close-bg: var(--palette-dark-active-panel-close-bg);
		--panel-close-border: var(--palette-dark-active-panel-close-border);
		--panel-close-color: #efefef;
		--panel-close-shadow: var(--palette-dark-active-panel-close-shadow);
		--panel-close-hover-shadow: var(--palette-dark-active-panel-close-hover-shadow);
		--panel-category-pill-border: #555555;
		--standard-card-active-border: var(--palette-dark-active-standard-card-active-border);
		--standard-card-active-shadow: var(--palette-dark-active-standard-card-active-shadow);
	}
}

html {
	font-family: 'Raleway', sans-serif;
	color: var(--text);
	background-color: var(--bg-page);
}

body {
	margin: 0;
}

h1 {
	margin-top: 10px;
	font-size: 1.3em;
}

h2 {
	margin-top: 20px;
	font-size: 1.1em;
	font-style: italic;
}

p {
	line-height: 1.4em;
}

a {
	color: var(--link);
}

li {
	line-height: 1.4em;
}

dt {
	margin-top: 10px;
	font-weight: bold;
}

form {
	padding: 0;
	margin-bottom: 20px;
}

fieldset {
	margin: 0 0 10px 0;
	background-color: var(--bg-muted);
}

/* EN legal pages: non-binding translation notice */
.legal-translation-notice {
	background-color: var(--legal-bg);
	padding: 0.9rem 1.1rem;
	margin: 0 0 1.25rem 0;
	border-radius: 5px;
	border: 1px solid var(--legal-border);
}
.legal-translation-notice p {
	margin: 0;
	line-height: 1.45;
}

/* Inputs für E-Mail und Name anpassen */
input[type="email"],
input[type="text"] {
	font-family: 'Raleway', sans-serif; /* Gleiche Schriftart wie der normale Text */
	font-size: 1em;                    /* Schriftgröße wie normaler Text */
	color: var(--text);                    /* Gleiche Schriftfarbe wie Text */
	width: 100%;                       /* Breite: über die gesamte verfügbare Breite */
	padding: 10px;                     /* Zusätzlicher Innenabstand für besseren Lesekomfort */
	border: 1px solid var(--border-input);            /* Dezenter Rahmen */
	border-radius: 5px;                /* Leicht abgerundete Ecken */
	box-sizing: border-box;            /* Bei Breitenberechnung padding und border einbeziehen */
}

/* Fokus-Stil für Inputs (optional, für besseren Eindruck beim Klicken) */
input[type="email"]:focus,
input[type="text"]:focus {
	border-color: var(--outline-focus);            /* Rahmenfarbe ändern beim Fokus */
	outline: none;                    /* Standard-Umrandung entfernen */
}

/* Optional: Styling für das Formular-Label */
label {
	font-size: 1em;                   /* Gleiche Schriftgröße wie Text */
	font-family: 'Raleway', sans-serif;
	display: block;                   /* Block-Darstellung für bessere Lesbarkeit */
	margin-bottom: 5px;               /* Platz unter dem Label */
}

 /* Basis-Tabelle für größere Bildschirme */
 table {
	 border-collapse: collapse;
	 width: 100%;
 }

th, td {
	border: 1px solid var(--border-table);
	padding: 5px;
	text-align: left;
}

/* Kartenstil für kleinere Geräte (aligned with --bp-sm) */
@media screen and (max-width: 700px) {
	table, thead, tbody, th, td, tr {
		display: block;
	}

	thead tr {
		display: none; /* Verberge Tabellenüberschrift */
	}

	tr {
		margin-bottom: 1rem;
	}

	td {
		display: flex;
		justify-content: space-between;
		padding: 10px;
		border: 1px solid var(--border-table-mobile);
	}

	td:before {
		content: attr(data-label); /* Nutze data-label aus HTML */
		font-weight: bold;
		width: 50%; /* Platz für das Label */
	}
}

#header {
	color: var(--text);
	padding: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	gap: 12px;
}

.headerLangSwitcher {
	flex-shrink: 0;
	margin-left: auto;
	align-self: flex-start;
}

.headerLangLink {
	display: inline-block;
	line-height: 0;
	text-decoration: none;
	border-radius: 3px;
	overflow: hidden;
	box-shadow: 0 0 0 1px var(--lang-link-shadow);
}

.headerLangLink:hover {
	opacity: 0.92;
}

.headerLangLink:focus-visible {
	outline: 2px solid var(--outline-focus);
	outline-offset: 2px;
}

.headerLangLink img {
	display: block;
	width: 20px;
	height: auto;
	vertical-align: top;
}

.langPickerPill {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	max-width: 100%;
	padding: 6px 10px;
	margin: 0;
	font: inherit;
	color: inherit;
	background: var(--bg-surface, #fff);
	border: 1px solid var(--lang-link-shadow, #ccc);
	border-radius: 999px;
	cursor: pointer;
	box-shadow: 0 0 0 1px var(--lang-link-shadow);
	line-height: 1.2;
}

.langPickerPill:hover {
	opacity: 0.92;
}

.langPickerPill:focus-visible {
	outline: 2px solid var(--outline-focus);
	outline-offset: 2px;
}

.langPickerPill img {
	display: block;
	width: 24px;
	height: auto;
	flex-shrink: 0;
}

.langPickerPillLabel {
	font-size: 0.9rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 10rem;
}

.langPickerPillIcon {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	opacity: 0.85;
}

@media (max-width: 599px) {
	.langPickerPillIcon {
		display: none;
	}
}

.langPickerModal[hidden] {
	display: none !important;
}

.langPickerModal {
	position: fixed;
	inset: 0;
	z-index: 10000;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	padding: 0;
}

@media (min-width: 600px) {
	.langPickerModal {
		align-items: center;
		padding: 16px;
	}
}

.langPickerModalBackdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.45);
}

.langPickerPanel {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 22rem;
	height: 100dvh;
	max-height: 100dvh;
	overflow: auto;
	background: var(--bg-surface, #fff);
	color: var(--text, #111);
	border-radius: 0 0 12px 12px;
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.15);
}

@media (min-width: 600px) {
	.langPickerPanel {
		height: auto;
		max-height: calc(100dvh - 32px);
		border-radius: 12px;
	}
}

.langPickerPanelHeader {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 14px 16px;
	border-bottom: 1px solid var(--lang-link-shadow, #ddd);
	position: sticky;
	top: 0;
	background: inherit;
}

.langPickerTitle {
	margin: 0;
	font-size: 1.05rem;
	font-weight: 600;
}

.langPickerClose {
	border: none;
	background: transparent;
	font-size: 1.5rem;
	line-height: 1;
	padding: 4px 8px;
	cursor: pointer;
	color: inherit;
	border-radius: 4px;
}

.langPickerClose:hover {
	background: rgba(0, 0, 0, 0.06);
}

.langPickerClose:focus-visible {
	outline: 2px solid var(--outline-focus);
	outline-offset: 2px;
}

.langPickerList {
	list-style: none;
	margin: 0;
	padding: 8px 0 16px;
}

.langPickerList li {
	margin: 0;
}

.langPickerLink {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 12px 16px;
	text-decoration: none;
	color: inherit;
}

.langPickerLink:hover {
	background: rgba(0, 0, 0, 0.05);
}

.langPickerLink:focus-visible {
	outline: 2px solid var(--outline-focus);
	outline-offset: -2px;
}

.langPickerLink img {
	flex-shrink: 0;
}

body.langPickerOpen {
	overflow: hidden;
}

#pageWrapper {
	background-color: var(--bg-surface);
	box-shadow: var(--page-shadow);
	max-width: var(--max-content);
	/* https://stackoverflow.com/questions/1575141/how-to-make-a-div-100-height-of-the-browser-window */
	min-height: 100vh;
	margin: 0 auto 0 auto;
}

#content {
	padding: 20px;
	padding-top: 5px;
	margin-top: 0;
	clear: both;
}
@media screen and (max-width: 700px) {
	#content {
		padding: 0;
		padding-top: 5px;
	}
	.content_mobile {
		/* set padding here instead of #content */
		padding-left: 20px;
		padding-right: 20px;
	}
}

#siteTitleWrapper {
	/* float: left; */
	white-space: nowrap;
	margin-bottom: 0;
}

#siteTitleWrapper a {
	text-decoration: none;
}

#siteTitle {
	font-size: 1.7em;
	font-weight: bold;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0.35em;
}

#siteLogo {
	height: 1em;
	width: auto;
	max-width: 100%;
	flex-shrink: 0;
	/* Tracks #siteTitle font-size (was -7px at 1.7em ≈ -0.26em) */
	margin-bottom: -0.08em;
	object-fit: contain;
	/* Light: weiße Fläche; Dark: siehe @media prefers-color-scheme */
	/* background-color: var(--bg-surface); */
	overflow: hidden;
}

@media (prefers-color-scheme: dark) {
	#siteLogo {
		/* background-color: var(--text); */
	}
}

#siteLogo svg {
	shape-rendering: geometricPrecision;
}

/* Matches .standardCardTeaser line rhythm (subline under title) */
#siteClaim {
	font-size: 0.95em;
	line-height: 1.4;
}

#footer a {
	text-decoration: none;
	color: var(--footer-link);
	white-space: nowrap;
}

.footerMobileItems {
	list-style-type: none;
	margin-top: 0;
	padding: 10px 0 0 20px;
	background-color: var(--footer-bg);
}

.footerMobileItem {
	padding-bottom: 10px;
}

.small {
	font-size: 0.8em;
}

.copyright {
	color: var(--copyright);
	font-size: 0.8em;
	text-align: center;
	padding-bottom: 20px;
}

/* Cookie Banner */

.cookie-banner {
	box-sizing: border-box;
	position: fixed;
	bottom: 0;
	width: 100%;
	background-color: var(--cookie-bg);
	padding: 10px;
	text-align: center;
	box-shadow: var(--cookie-banner-shadow);
}

.cookie-button {
	margin: 5px;
	padding: 10px 20px;
	background-color: var(--accent);
	color: var(--on-accent);
	border: none;
	border-radius: 5px;
	cursor: pointer;
}

.cookie-button-reject {
	background-color: var(--btn-secondary);
}

.cookie-button:hover {
	opacity: 0.9;
}

.cookie-banner-footer {
	font-size: 0.8em;
}

.cookie-banner-footer a {
	text-decoration: none;
	color: var(--cookie-footer-link);
	white-space: nowrap;
}

.hidden {
	display: none;
}

.clickable {
	cursor: pointer;
}

.name-container {
	display: inline-flex; /* Text und Icon werden in einer Linie kombiniert */
	align-items: center; /* Zentriert die Höhe des Texts und Icons */
	gap: 4px; /* Abstand zwischen Text und Icon (keine Margins nötig) */
}

.info-icon {
	display: inline-flex;
	width: 16px;
	height: 16px;
	background-color: var(--accent); /* Kreisfarbe (Blau) */
	color: var(--on-accent); /* "i"-Farbe */
	font-size: 12px;
	font-weight: bold;
	justify-content: center; /* Zentriert das "i" horizontal */
	align-items: center; /* Zentriert das "i" vertikal */
	line-height: 1; /* Entfernt übermäßige Höhenabstände */
	border-radius: 50%; /* Runde Form */
}

.green {
	background-color: #4caf50;
}

/* /Cookie Banner */

/* Narrow viewport: full-width column (matches --max-content) */
@media screen and (max-width: 880px) {
	#pageWrapper {
		width: 100%;
		max-width: 100%;
		margin: 0; /* 120px */
	}
	#siteTitleWrapper {
		white-space: normal;
	}
	.cookie-banner-footer {
		font-size: 0.9em;
	}
	.info-icon {
		top: 0; /* Zurück auf richtige Position für Mobilgeräte */
	}
}
@media print {
	#pageWrapper {
		width: 100%;
		margin: 0;
	}
}

/* ### start.php */
#start_content {
	margin-top: 25px;
}
.highlightedCard {
	box-sizing: border-box;
	position: relative;
	margin: 20px;
	padding: 1.1em 1.25em;
	max-width: 100%;
	align-self: center;
	background: rgba(0, 0, 0, 0.25);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 10px;
	box-shadow: 0 6px 24px rgba(0, 0, 0, 0.25);
	text-shadow: none;
	/* Root-relative em so title/body match .standardCard* despite .startClaims font-size */
	font-size: 1rem;
	cursor: pointer;
	transition: box-shadow 0.2s ease, transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}
.highlightedCard.hasStartCategoryBadge .highlightedCardTitle {
	padding-right: 1.65em;
}
.startCardCategoryBadge {
	position: absolute;
	top: 0.65em;
	right: 0.65em;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 0;
	color: inherit;
	opacity: 0.92;
}
.startCardCategoryIcon {
	/* Match .categoryPillIcon */
	width: 1.1em;
	height: 1.1em;
	flex-shrink: 0;
	display: block;
}
.highlightedCard:hover {
	box-shadow: 0 8px 28px rgba(0, 0, 0, 0.35);
	transform: translateY(-2px);
	border-color: rgba(255, 255, 255, 0.35);
}
.highlightedCard:active {
	transform: translateY(0);
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
}
.highlightedCard:focus-visible {
	outline: 2px solid rgba(255, 255, 255, 0.85);
	outline-offset: 3px;
}
.highlightedCard.is-active {
	border-color: rgba(255, 255, 255, 0.45);
	background: rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.35), 0 8px 28px rgba(0, 0, 0, 0.35);
}
.highlightedCardTitle {
	font-weight: 700;
	font-size: 1.8em;
	line-height: 1.2;
	margin: 0 0 0.45em 0;
	transition: color 0.2s ease, text-shadow 0.2s ease;
}
.highlightedCardTeaser {
	margin: 0;
	font-size: 0.95em;
	font-weight: 400;
	line-height: 1.4;
	transition: color 0.2s ease, text-shadow 0.2s ease;
}
.highlightedCardTeaserShort {
	display: none;
}
.highlightedCard.is-active .highlightedCardTitle {
	color: var(--highlighted-muted);
	text-shadow: none;
}
.highlightedCard.is-active .highlightedCardTeaser {
	color: var(--highlighted-muted);
	text-shadow: none;
}
.highlightedCardText {
	display: none;
	margin: 0;
	font-size: 0.95em;
	line-height: 1.4;
	color: var(--card-text-panel);
}
.standardCardsRow {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
	gap: 20px;
	margin-bottom: 24px;
}
.standardCard {
	box-sizing: border-box;
	position: relative;
	padding: 1.1em 1.25em;
	background: var(--bg-surface);
	border: 1px solid var(--border);
	border-radius: 10px;
	box-shadow: var(--card-shadow);
	cursor: pointer;
	transition: box-shadow 0.2s ease, transform 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
}
.standardCard.hasStartCategoryBadge .standardCardTitle {
	padding-right: 1.65em;
}
.standardCard:hover {
	box-shadow: var(--card-shadow-hover);
	transform: translateY(-2px);
	border-color: var(--card-border-hover);
}
.standardCard:active {
	transform: translateY(0);
	box-shadow: var(--card-shadow-active);
}
.standardCard:focus-visible {
	outline: 2px solid var(--accent);
	outline-offset: 3px;
}
.standardCard.is-active {
	border-color: var(--standard-card-active-border);
	box-shadow: var(--standard-card-active-shadow);
	opacity: 0.55;
}
.standardCardTitle {
	font-weight: 700;
	font-size: 1.8em;
	line-height: 1.2;
	margin: 0 0 0.45em 0;
	color: var(--text);
}
@media screen and (max-width: 700px) {
	#start_content {
		margin-top: 20px;
	}
	.standardCardTitle,
	.highlightedCardTitle {
		font-size: 1.1em;
	}
	/* Same step as .standardCardTitle: 1.7em → 1.1em; logo height is 1.3em of this context */
	#siteTitle {
		font-size: 1.7em;
	}
}
.standardCardTeaser {
	margin: 0;
	font-size: 0.95em;
	line-height: 1.4;
	color: var(--text);
}
.standardCardText {
	display: none;
	margin: 0;
	font-size: 0.95em;
	line-height: 1.4;
	color: var(--card-text-panel);
}
.categoryBrowseCard {
	box-sizing: border-box;
	width: 100%;
	margin: 0 0 24px 0;
	padding: 1rem 1.25rem;
	border: 1px solid var(--border);
	border-radius: 10px;
	background: var(--bg-surface);
	box-shadow: var(--card-shadow);
}
.categoryPills {
	list-style: none;
	padding: 0;
	margin: 0 0 0.75rem 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem;
}
.categoryPillsItem {
	margin: 0;
}
.categoryPill {
	margin: 0;
	cursor: pointer;
	font: inherit;
	font-size: 0.9em;
	line-height: 1.3;
	padding: 0.3rem 0.65rem;
	border: 1px solid var(--border);
	border-radius: 999px;
	background: var(--bg-surface);
	color: var(--text);
	transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
	display: inline-flex;
	align-items: center;
	gap: 0.35em;
}
.categoryPillIcon {
	width: 1.1em;
	height: 1.1em;
	flex-shrink: 0;
}
.categoryPillLabel {
	min-width: 0;
}
.categoryPill:hover {
	background: var(--bg-muted);
	border-color: var(--card-border-hover);
}
.categoryPill:focus-visible {
	outline: 2px solid var(--accent);
	outline-offset: 2px;
}
.categoryPill.is-active {
	border-color: var(--accent);
	background: var(--bg-muted);
	box-shadow: 0 0 0 1px var(--accent);
}
.categoryBrowseList {
	margin: 0;
}
.categoryBrowsePanel[hidden] {
	display: none !important;
}
.categoryBrowseEmpty {
	margin: 0.25rem 0 0 0;
	font-size: 0.95em;
	color: var(--text);
	opacity: 0.85;
}
.categoryBrowseAllHint {
	margin: 0 0 0.35rem 0;
	font-size: 0.8em;
	font-weight: 500;
	line-height: 1.3;
	color: var(--text);
	opacity: 0.65;
}
.categoryBrowseArticles {
	display: flex;
	flex-direction: column;
	gap: 0.45rem;
}
.categoryBrowseArticleItem {
	cursor: pointer;
	border-radius: 6px;
	padding: 0.15rem 0.1rem;
	transition: background-color 0.2s ease;
}
.categoryBrowseArticleItem:hover {
	background: var(--bg-muted);
}
.categoryBrowseArticleItem:focus-visible {
	outline: 2px solid var(--accent);
	outline-offset: 2px;
}
.categoryBrowseArticleTitle {
	font-weight: 600;
	line-height: 1.35;
}
.categoryBrowseArticleItem.is-active .categoryBrowseArticleTitle {
	opacity: 0.55;
}
.additionalArticlesCard {
	box-sizing: border-box;
	width: 100%;
	margin: 0 0 24px 0;
	padding: 1rem 1.25rem;
	border: 1px solid var(--border);
	border-radius: 10px;
	background: var(--bg-surface);
	box-shadow: var(--card-shadow);
}
.additionalArticlesTitle {
	margin: 0 0 0.8rem 0;
	font-size: 1.05em;
	font-style: normal;
}
.additionalArticlesList {
	display: flex;
	flex-direction: column;
	gap: 0.45rem;
}
.additionalArticleItem {
	cursor: pointer;
	border-radius: 6px;
	padding: 0.15rem 0.1rem;
	transition: background-color 0.2s ease;
}
.additionalArticleItem:hover {
	background: var(--bg-muted);
}
.additionalArticleItem:focus-visible {
	outline: 2px solid var(--accent);
	outline-offset: 2px;
}
.additionalArticleItemTitle {
	font-weight: 600;
	line-height: 1.35;
}
.additionalArticleItem.is-active .additionalArticleItemTitle {
	opacity: 0.55;
}

/* Plain flow like the About me block — no card frame */
.startArticlePanel {
	box-sizing: border-box;
	position: relative;
	margin-bottom: 24px;
	padding: 20px 0 3.75rem;
	scroll-margin-top: 12px;
}
.startArticlePanel[hidden] {
	display: none !important;
}
.startArticlePanelTitle {
	margin-top: 20px;
	margin-bottom: 1em;
	scroll-margin-top: 12px;
}
.startArticlePanelMeta {
	margin: -0.25rem 0 1.1rem 0;
}
.startArticlePanelCategoryPills {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 0.35rem;
}
.startArticlePanelCategoryPill {
	display: inline-flex;
	align-items: center;
	gap: 0.25rem;
	padding: calc(0.14rem + 1px) calc(0.52rem - 2px) calc(0.14rem + 1px) calc(0.52rem - 2px);
	border: 1px solid var(--panel-category-pill-border);
	border-radius: 999px;
	background: transparent;
	color: var(--text);
	font-size: 0.72rem;
	line-height: 1.2;
	letter-spacing: 0.01em;
	white-space: nowrap;
}
.startArticlePanelCategoryIcon {
	width: 0.72rem;
	height: 0.72rem;
	flex: 0 0 0.72rem;
}
.startArticlePanelCategoryLabel {
	line-height: 1;
}
.startArticlePanelBody {
	line-height: 1.4em;
}
.startArticlePanelBody p {
	margin: 0 0 0.5em 0;
}
/* Markdown-Bilder in Fließtext (nicht Start-Hero — der liegt in .startHero) */
#content .startHero-followup img,
.startArticlePanelBody img {
	max-width: min(100%, 300px);
	height: auto;
	display: block;
}
#content .startHero-followup picture,
.startArticlePanelBody picture {
	display: block;
	max-width: min(100%, 300px);
}
#content .startHero-followup picture img,
.startArticlePanelBody picture img {
	max-width: 100%;
	height: auto;
}
.startArticlePanelClose {
	box-sizing: border-box;
	position: absolute;
	bottom: 12px;
	right: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 44px;
	min-height: 44px;
	padding: 0;
	border: 1px solid var(--panel-close-border);
	border-radius: 50%;
	background: var(--panel-close-bg);
	color: var(--panel-close-color);
	cursor: pointer;
	box-shadow: var(--panel-close-shadow);
	transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease, border-color 0.2s ease;
}
.startArticlePanelClose:hover {
	background: var(--accent);
	color: var(--on-accent);
	border-color: var(--accent);
	box-shadow: var(--panel-close-hover-shadow);
}
.startArticlePanelClose:active {
	transform: scale(0.96);
}
.startArticlePanelClose:focus-visible {
	outline: 2px solid var(--accent);
	outline-offset: 2px;
}
.startArticlePanelClose svg {
	display: block;
}

.startClaims a {
	text-decoration: none;
	color: white;
}
.startClaims a:hover {
	text-decoration: underline;
	color: white;
}
.startClaims {
	background-image: url("img/DSC_0084_nx_o.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	box-sizing: border-box;
	aspect-ratio: 16 / 9;
	color: white;
	line-height: 1.3em;
	font-size: 1.8em;
	text-shadow: black 1px 0 6px;
	padding: 0;
	min-height: 0;
}

/* === Hero (pages/start.php) =============================================== */
/*
 * Aufbau:
 *   .startHero               – Bühne, position:relative + isolation für stacking
 *   .startHero-bg            – <picture> hinter dem Content (BG-Foto, dark/light)
 *   .startHero-stage         – CSS-Grid: Claim links | Screenshot rechts;
 *                              Mobile gestapelt (Claim oben, Screenshot unten)
 *   .startHero-left          – Claim
 *   .startHero-screenshot    – <picture> mit landscape/portrait + dark/light
 *
 * Padding-Verhalten erbt der Hero gratis aus #content:
 *   – Desktop (>700px): #content hat 20px Padding → Hero sitzt eingerückt, rund.
 *   – Mobile  (≤700px): #content padding 0 → Hero edge-to-edge, keine Rundung.
 * Voraussetzung: config/homepage.php → mobileFullWidthStartPage = true,
 * damit index.php auf der Startseite keinen .content_mobile-Wrapper setzt.
 */
.startHero {
	position: relative;
	overflow: hidden;
	border-radius: 12px;
	color: #fff;
	/* Fallback, falls das Bild noch lädt; das Foto liegt darüber (z-index 0) */
	background-color: #1a1208;
}
/* Füllt die Hero-Box immer vollständig (auch hohe Mobile-Stacks).
 * Nicht z-index: -1 + isolation — sonst malt der Browser das Bild hinter
 * background-color und es wirkt „klein“ / schwarz gerahmt. */
.startHero-bg {
	position: absolute;
	inset: 0;
	z-index: 0;
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	pointer-events: none;
}
.startHero-bg img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
	object-position: left;
	display: block;
}
@media (prefers-color-scheme: dark) {
	.startHero-bg img {
		object-position: center;
	}
}
.startHero-stage {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1.35fr);
	grid-template-areas: "claim screenshot";
	align-items: center;
	gap: clamp(20px, 4vw, 48px);
	padding: clamp(36px, 5.5vw, 64px) clamp(20px, 4vw, 48px);
	/* Großzügige Höhe wie früher mit Logo (≈ 2:1 bei max-content-Breite) */
	min-height: clamp(320px, 48vw, 460px);
	box-sizing: border-box;
}
.startHero-left {
	grid-area: claim;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	align-self: center;
	min-width: 0;
}
.startHero-claim {
	margin: -1.5em 0 0;
	font-size: clamp(1.4rem, 3.2vw, 2.4rem);
	line-height: 1.2em;
	color: var(--text-hero);
	text-shadow: 0 1px 10px rgba(0, 0, 0, 0.45);
}
@media (prefers-color-scheme: dark) {
	.startHero-claim {
		text-shadow: 0 1px 15px rgba(197, 197, 197, 0.45);
	}
}
.startHero-claim-line {
	display: block;
}
.startHero-screenshot {
	grid-area: screenshot;
	display: block;
	min-width: 0;
	line-height: 0;
}
.startHero-screenshot img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 8px;
}

/* Mobile / Portrait: Claim oben, Screenshot darunter, hohe Bühne */
@media screen and (max-width: 700px) {
	.startHero {
		border-radius: 12px;
	}
	.startHero-stage {
		grid-template-columns: 1fr;
		grid-template-areas:
			"claim"
			"screenshot";
		align-items: center;
		justify-items: center;
		gap: clamp(20px, 5vw, 32px);
		padding: clamp(32px, 7vw, 48px) clamp(16px, 5vw, 24px) clamp(36px, 8vw, 52px);
		min-height: clamp(520px, 115vw, 680px);
	}
	.startHero-left {
		align-items: center;
		align-self: center;
		text-align: center;
	}
	.startHero-claim {
		margin: 0;
		text-align: center;
		font-size: clamp(1.85rem, 7vw, 2.85rem);
		padding-top: 0;
	}
	/* Etwas kleiner wie im Landscape-Hero (dort ~57 % der Inhaltsbreite) */
	.startHero-screenshot {
		justify-self: center;
		width: min(76vw, 320px);
		max-width: 100%;
	}
}

/* Markdown-Content unter dem Hero bekommt etwas Luft nach oben */
.startHero-followup {
	padding-top: 20px;
}
@media screen and (max-width: 700px) {
	.startHero-followup {
		/* .content_mobile setzt links/rechts 20px – hier zusätzlich Top */
		padding-top: 16px;
	}
}

/* Auf der Startseite den kleinen Header-Subclaim ausblenden – der Hero zeigt
 * den Claim bereits groß. Steuerung via <body data-page="start"> in index.php. */
body[data-page="start"] #siteClaim {
	display: none;
}
@media screen and (max-width: 880px) {
	.startClaims {
		line-height: 1.2em;
	}
}
@media screen and (max-width: 700px) {
	.startClaims {
		top: 112px;
		line-height: 1.1em;
		font-size: 1.1em;
		font-weight: bold;
	}
}

/* Under --bp-xs: highlighted card in hero with inset from image edge */
@media screen and (max-width: 449px) {
	#content {
		padding-top: 0;
	}
	.startClaims {
		align-items: stretch;
	}
	.highlightedCard {
		margin: 5px;
		padding: calc(1.1em - 1px) calc(1.25em - 1px);
		border-radius: 10px;
		border: 1px solid rgba(255, 255, 255, 0.2);
		box-shadow: 0 6px 24px rgba(0, 0, 0, 0.25);
		align-self: stretch;
	}
	.highlightedCardTeaserFull {
		display: none;
	}
	.highlightedCardTeaserShort {
		display: inline;
	}
}