/**
 * Hasetaler Land — Hauptstile.
 *
 * Aufbau: Variablen, Grundlagen, Kopf, Bausteine, Seitentypen, Fuß.
 * Alles mobil zuerst; Umbrüche nur, wo der Inhalt sie verlangt.
 *
 * @package Hasetaler_Land
 */

/* ============================================================ Variablen */

:root {
	--blau: #1B5E9B;
	--tiefblau: #123F6B;
	--hellblau: #E8F0F8;
	--ocker: #B5813C;
	--ocker-bg: #FBF3E6;
	--ocker-text: #8A5F22;

	--text: #1B2733;
	--text-2: #4A5A6B;
	--text-3: #788592;

	--papier: #FBFAF8;
	--weiss: #FFFFFF;
	--dunst: #F1F5F9;
	--rand: #E2E8EE;
	--rand-stark: #C7D2DD;

	--breite: 1000px;
	--lesebreite: 760px;
	--rand-innen: 20px;

	--radius: 4px;
	--schatten: 0 1px 2px rgba(27, 39, 51, 0.05), 0 8px 22px -14px rgba(27, 39, 51, 0.22);

	--schrift-text: "Archivo", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	--schrift-ueberschrift: "Newsreader", Georgia, "Times New Roman", serif;
}

@media ( min-width: 700px ) {
	:root {
		--rand-innen: 28px;
	}
}

/* ============================================================ Grundlagen */

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

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--papier);
	color: var(--text);
	font-family: var(--schrift-text);
	font-size: 1rem;
	line-height: 1.7;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-wrap: break-word;
}

h1, h2, h3, h4, h5, h6 {
	font-family: var(--schrift-ueberschrift);
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 0.5em;
	text-wrap: balance;
	color: var(--text);
}

h1 { font-size: clamp( 1.75rem, 4.4vw, 2.5rem ); }
h2 { font-size: clamp( 1.4rem, 3.2vw, 1.85rem ); }
h3 { font-size: 1.25rem; }
h4 { font-size: 1.08rem; }

p, ul, ol, table, figure, blockquote {
	margin: 0 0 1.15em;
}

p:last-child,
ul:last-child,
ol:last-child {
	margin-bottom: 0;
}

a {
	color: var(--blau);
	text-decoration-thickness: 1px;
	text-underline-offset: 2px;
}

a:hover,
a:focus {
	color: var(--tiefblau);
}

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

:focus-visible {
	outline: 2px solid var(--blau);
	outline-offset: 2px;
	border-radius: 2px;
}

table {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.95rem;
}

th, td {
	border: 1px solid var(--rand);
	padding: 8px 10px;
	text-align: left;
	vertical-align: top;
}

th {
	background: var(--dunst);
	font-weight: 600;
}

/* Breite Inhalte dürfen scrollen, die Seite selbst nie. */
.tabelle-scroll {
	overflow-x: auto;
	margin-bottom: 1.15em;
}

.screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip-path: inset( 50% );
	white-space: nowrap;
	border: 0;
}

.springen {
	position: absolute;
	left: -9999px;
	top: 0;
	z-index: 100;
	background: var(--weiss);
	color: var(--blau);
	padding: 12px 20px;
	border: 1px solid var(--blau);
	border-radius: 0 0 var(--radius) 0;
	font-weight: 600;
}

.springen:focus {
	left: 0;
}

/* ============================================================ Raster */

.hl-innen {
	max-width: var(--breite);
	margin-inline: auto;
	padding-inline: var(--rand-innen);
}

/* Lesespalte: gleiche linke Kante wie die Rasterbereiche, Zeilen bleiben kurz. */
.hl-schmal {
	max-width: var(--breite);
	margin-inline: auto;
	padding-inline: var(--rand-innen);
}

.hl-schmal > * {
	max-width: var(--lesebreite);
}

.hl-abschnitt {
	padding-block: clamp( 32px, 6vw, 52px );
	border-bottom: 1px solid var(--rand);
}

.hl-abschnitt.hell {
	background: var(--dunst);
}

.hl-abschnitt.weiss {
	background: var(--weiss);
}

/* ============================================================ Kopf */

.hl-kopf {
	background: var(--weiss);
	border-bottom: 1px solid var(--rand);
	position: sticky;
	top: 0;
	z-index: 40;
}

.admin-bar .hl-kopf {
	top: 32px;
}

@media ( max-width: 782px ) {
	.admin-bar .hl-kopf {
		top: 46px;
	}
}

.hl-kopf-in {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding-block: 12px;
}

.hl-marke {
	display: flex;
	align-items: center;
	gap: 12px;
	text-decoration: none;
	color: inherit;
	flex: none;
}

.hl-marke img,
.hl-marke svg {
	display: block;
	height: 40px;
	width: auto;
}

@media ( min-width: 700px ) {
	.hl-marke img,
	.hl-marke svg {
		height: 46px;
	}
}

.hl-marke-text {
	display: flex;
	flex-direction: column;
	line-height: 1.15;
}

.hl-marke-text .oben {
	font-size: 0.72rem;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	font-weight: 700;
	color: var(--blau);
}

.hl-marke-text .unten {
	font-family: var(--schrift-ueberschrift);
	font-size: 1.28rem;
	font-weight: 600;
}

/* Navigation */

.hl-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	gap: 22px;
}

.hl-nav a {
	display: inline-block;
	font-size: 0.9rem;
	font-weight: 500;
	color: var(--text-2);
	text-decoration: none;
	padding-bottom: 3px;
	border-bottom: 2px solid transparent;
}

.hl-nav a:hover,
.hl-nav .current-menu-item > a,
.hl-nav .current-menu-parent > a,
.hl-nav .current_page_item > a {
	color: var(--blau);
	border-bottom-color: var(--blau);
}

.hl-nav .sub-menu {
	display: none;
}

.hl-menue-knopf {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 5px;
	width: 44px;
	height: 40px;
	padding: 0;
	background: none;
	border: 1px solid var(--rand);
	border-radius: var(--radius);
	cursor: pointer;
	align-items: center;
}

.hl-menue-knopf span {
	display: block;
	width: 20px;
	height: 2px;
	background: var(--text-2);
	border-radius: 2px;
	transition: transform 0.2s ease, opacity 0.2s ease;
}

.hl-menue-knopf[aria-expanded="true"] span:nth-child(1) {
	transform: translateY(7px) rotate(45deg);
}

.hl-menue-knopf[aria-expanded="true"] span:nth-child(2) {
	opacity: 0;
}

.hl-menue-knopf[aria-expanded="true"] span:nth-child(3) {
	transform: translateY(-7px) rotate(-45deg);
}

@media ( max-width: 859px ) {
	.hl-nav {
		display: none;
		width: 100%;
		order: 3;
		padding-bottom: 12px;
	}

	.hl-nav.offen {
		display: block;
	}

	.hl-nav ul {
		flex-direction: column;
		gap: 0;
	}

	.hl-nav li {
		border-top: 1px solid var(--rand);
	}

	.hl-nav a {
		display: block;
		padding: 12px 2px;
		font-size: 1rem;
		border-bottom: 0;
		border-left: 3px solid transparent;
		padding-left: 12px;
	}

	.hl-nav a:hover,
	.hl-nav .current-menu-item > a,
	.hl-nav .current_page_item > a {
		border-bottom: 0;
		border-left-color: var(--blau);
		background: var(--dunst);
	}

	.hl-nav .sub-menu {
		display: block;
		padding-left: 16px;
	}

	.hl-kopf-in {
		flex-wrap: wrap;
	}
}

@media ( min-width: 860px ) {
	.hl-menue-knopf {
		display: none;
	}

	.hl-nav {
		display: block !important;
	}
}

/* ============================================================ Titelbereich */

.hl-titel {
	background: var(--weiss);
	border-bottom: 1px solid var(--rand);
	padding-block: clamp( 26px, 5vw, 46px );
}

.hl-titel .eyebrow {
	font-size: 0.72rem;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	font-weight: 700;
	color: var(--ocker);
	margin-bottom: 10px;
}

.hl-titel h1 {
	margin-bottom: 12px;
}

.hl-titel .vorspann {
	color: var(--text-2);
	max-width: 56ch;
	font-size: 1.02rem;
}

.hl-krumen {
	font-size: 0.8rem;
	color: var(--text-3);
	margin-bottom: 12px;
}

.hl-krumen a {
	text-decoration: none;
}

.hl-krumen a:hover {
	text-decoration: underline;
}

.hl-krumen .trenner {
	opacity: 0.5;
	margin-inline: 4px;
}

/* Startseite: Kopfbereich */

.hl-start {
	padding-block: clamp( 34px, 6.5vw, 68px );
}

.hl-start-kopf {
	display: grid;
	gap: 26px;
	align-items: center;
}

/* Zwei Spalten nur, wenn es auch ein Bild gibt. */
@media ( min-width: 780px ) {
	.hl-start-kopf.mit-bild {
		grid-template-columns: 1.1fr 0.9fr;
		gap: 42px;
	}
}

/* Der Kopfbereich trägt in jedem Fall typografisch: ein feiner Ockerstrich,
   eine große Zeile, viel Luft. Mit Bildern wird er breiter, nicht anders. */
.hl-start .hl-start-text {
	border-top: 2px solid var(--ocker);
	padding-top: 22px;
}

.hl-start h1 {
	font-size: clamp( 2.1rem, 6vw, 3.4rem );
	margin-bottom: 16px;
}

.hl-start .vorspann {
	font-size: 1.08rem;
	max-width: 44ch;
}

.hl-start.ohne-bild .hl-start-text {
	max-width: 42ch;
}

/* Bildcollage im Kopf — füllt sich selbst aus dem jüngsten Wurf.
   Drei kleine Bilder statt eines großen: Der Altbestand gibt nichts über
   1.068 px her, drei Aufnahmen bei je rund 300 px bleiben dagegen scharf. */
.hl-collage {
	display: grid;
	grid-template-columns: repeat( 3, 1fr );
	gap: 8px;
}

.hl-collage img {
	width: 100%;
	aspect-ratio: 1;
	object-fit: cover;
	border-radius: var(--radius);
	background: var(--dunst);
}

@media ( min-width: 780px ) {
	.hl-collage {
		grid-template-columns: 1.35fr 1fr;
		grid-template-rows: 1fr 1fr;
		gap: 10px;
		aspect-ratio: 5 / 4;
	}

	.hl-collage img:first-child {
		grid-row: span 2;
		aspect-ratio: auto;
		height: 100%;
	}

	.hl-collage img {
		aspect-ratio: auto;
		height: 100%;
		min-height: 118px;
	}
}

.hl-stand {
	margin-top: 18px;
	font-size: 0.78rem;
	color: var(--text-3);
	letter-spacing: 0.02em;
}

/* Lagemeldung, wenn gerade kein Wurf ansteht. Schweigen an dieser Stelle
   liest sich wie eine aufgegebene Website — deshalb sagt sie es lieber. */
.hl-lage {
	display: flex;
	flex-wrap: wrap;
	gap: 20px 32px;
	align-items: center;
	justify-content: space-between;
	background: var(--dunst);
	border: 1px solid var(--rand);
	border-left: 3px solid var(--ocker);
	border-radius: var(--radius);
	padding: 24px 26px;
}

.hl-lage h2 {
	font-size: clamp( 1.2rem, 2.6vw, 1.5rem );
	margin-bottom: 8px;
}

.hl-lage p {
	color: var(--text-2);
	font-size: 0.95rem;
	max-width: 58ch;
	margin: 0;
}

.hl-lage .hl-knoepfe {
	margin: 0;
	flex: none;
}

/* Titelbild einer Detailseite */
.hl-titelbild {
	margin: 0 0 4px;
	border-radius: var(--radius);
	overflow: hidden;
	border: 1px solid var(--rand);
	background: var(--dunst);
	display: inline-block;
	max-width: 100%;
}

.hl-titelbild img {
	display: block;
	width: 100%;
	height: auto;
}

/* ============================================================ Knöpfe */

.hl-knoepfe {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 22px;
}

.hl-knopf {
	display: inline-block;
	font-size: 0.875rem;
	font-weight: 600;
	padding: 11px 20px;
	border-radius: var(--radius);
	text-decoration: none;
	background: var(--blau);
	color: var(--weiss);
	border: 1px solid var(--blau);
	transition: background-color 0.15s ease;
}

.hl-knopf:hover,
.hl-knopf:focus {
	background: var(--tiefblau);
	border-color: var(--tiefblau);
	color: var(--weiss);
}

.hl-knopf.gh {
	background: transparent;
	color: var(--blau);
}

.hl-knopf.gh:hover,
.hl-knopf.gh:focus {
	background: var(--hellblau);
	color: var(--tiefblau);
}

/* ============================================================ Abschnittsköpfe */

.hl-kopfzeile {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 16px;
	flex-wrap: wrap;
	margin-bottom: 6px;
}

.hl-kopfzeile h2 {
	margin: 0;
}

.hl-mehr {
	font-size: 0.85rem;
	font-weight: 600;
	text-decoration: none;
	white-space: nowrap;
}

.hl-untertitel {
	color: var(--text-2);
	font-size: 0.95rem;
	max-width: 56ch;
	margin: 0 0 24px;
}

/* ============================================================ Karten */

.hl-karten {
	display: grid;
	grid-template-columns: 1fr;
	gap: 18px;
	list-style: none;
	margin: 0;
	padding: 0;
}

@media ( min-width: 520px ) {
	.hl-karten {
		grid-template-columns: repeat( 2, 1fr );
	}
}

@media ( min-width: 820px ) {
	.hl-karten {
		grid-template-columns: repeat( 3, 1fr );
	}
}

.hl-karte {
	display: flex;
	flex-direction: column;
	background: var(--weiss);
	border: 1px solid var(--rand);
	border-radius: var(--radius);
	overflow: hidden;
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.hl-karte:hover {
	border-color: var(--rand-stark);
	box-shadow: var(--schatten);
}

.hl-karte-bild {
	display: block;
	background: var(--dunst);
	aspect-ratio: 4 / 3;
	overflow: hidden;
}

.hl-karte-bild img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hl-karte-leer {
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--text-3);
	font-size: 0.8rem;
	height: 100%;
}

.hl-karte-in {
	display: flex;
	flex-direction: column;
	gap: 7px;
	align-items: flex-start;
	padding: 15px 16px 18px;
	flex: 1;
}

.hl-karte h3 {
	font-size: 1.1rem;
	margin: 0;
}

.hl-karte h3 a {
	text-decoration: none;
	color: var(--text);
}

.hl-karte h3 a:hover {
	color: var(--blau);
}

.hl-karte-meta {
	font-size: 0.8rem;
	color: var(--text-3);
}

.hl-karte-text {
	font-size: 0.875rem;
	color: var(--text-2);
	line-height: 1.6;
}

/* Hervorgehobene Einzelkarte — für den einen geplanten Wurf */

.hl-hervor {
	display: grid;
	grid-template-columns: 1fr;
	background: var(--weiss);
	border: 1px solid var(--rand);
	border-radius: var(--radius);
	overflow: hidden;
}

@media ( min-width: 700px ) {
	.hl-hervor {
		grid-template-columns: 0.85fr 1.15fr;
	}
}

.hl-hervor-bild {
	background: var(--dunst);
	aspect-ratio: 4 / 3;
	overflow: hidden;
}

@media ( min-width: 700px ) {
	.hl-hervor-bild {
		aspect-ratio: auto;
		min-height: 230px;
	}
}

.hl-hervor-bild img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hl-hervor-in {
	display: flex;
	flex-direction: column;
	gap: 9px;
	align-items: flex-start;
	justify-content: center;
	padding: 22px 22px 24px;
}

@media ( min-width: 700px ) {
	.hl-hervor-in {
		padding: 26px 30px 28px;
	}
}

.hl-hervor h3 {
	font-size: clamp( 1.3rem, 2.6vw, 1.55rem );
	margin: 0;
}

.hl-hervor h3 a {
	text-decoration: none;
	color: var(--text);
}

.hl-hervor p {
	font-size: 0.92rem;
	color: var(--text-2);
	max-width: 46ch;
}

/* ============================================================ Merkzeichen */

.hl-badge {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 0.69rem;
	font-weight: 700;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	padding: 4px 9px;
	border-radius: 2px;
	background: var(--dunst);
	color: var(--text-2);
	border: 1px solid var(--rand);
}

.hl-badge::before {
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: currentColor;
	opacity: 0.75;
}

.hl-badge.geplant {
	background: var(--ocker-bg);
	color: var(--ocker-text);
	border-color: #E4C48D;
}

.hl-badge.aktuell {
	background: var(--hellblau);
	color: var(--tiefblau);
	border-color: #B9D3EA;
}

.hl-badge.archiv::before {
	display: none;
}

/* ============================================================ Filterleiste */

.hl-filter {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
	margin-bottom: 22px;
	padding: 0;
	list-style: none;
}

.hl-filter a {
	display: inline-block;
	font-size: 0.8rem;
	font-weight: 600;
	text-decoration: none;
	padding: 6px 13px;
	border-radius: 2px;
	border: 1px solid var(--rand);
	color: var(--text-2);
	background: var(--weiss);
}

.hl-filter a:hover {
	border-color: var(--rand-stark);
	color: var(--blau);
}

.hl-filter a.aktiv {
	background: var(--blau);
	border-color: var(--blau);
	color: var(--weiss);
}

/* ============================================================ Galerie */

.hl-galerie-gruppe + .hl-galerie-gruppe {
	margin-top: 34px;
}

.hl-galerie-gruppe h2 {
	font-size: 1.3rem;
	margin-bottom: 14px;
}

.hl-galerie {
	display: grid;
	grid-template-columns: repeat( 3, 1fr );
	gap: 7px;
	list-style: none;
	margin: 0;
	padding: 0;
}

@media ( min-width: 520px ) {
	.hl-galerie {
		grid-template-columns: repeat( 4, 1fr );
		gap: 9px;
	}
}

@media ( min-width: 820px ) {
	.hl-galerie {
		grid-template-columns: repeat( 5, 1fr );
	}
}

.hl-galerie li {
	margin: 0;
}

.hl-galerie button {
	display: block;
	width: 100%;
	padding: 0;
	border: 1px solid var(--rand);
	border-radius: 3px;
	overflow: hidden;
	background: var(--dunst);
	cursor: zoom-in;
	aspect-ratio: 1;
}

.hl-galerie img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.35s ease;
}

.hl-galerie button:hover img {
	transform: scale( 1.06 );
}

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

	.hl-galerie button:hover img {
		transform: none;
	}

	html {
		scroll-behavior: auto;
	}
}

/* Lightbox */

.hl-lightbox {
	position: fixed;
	inset: 0;
	z-index: 9999;
	background: rgba( 15, 22, 30, 0.95 );
	display: none;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 20px;
}

.hl-lightbox.offen {
	display: flex;
}

.hl-lightbox img {
	max-width: min( 94vw, 1200px );
	max-height: 76vh;
	width: auto;
	border-radius: 3px;
}

.hl-lightbox-text {
	color: #C6D2DE;
	font-size: 0.82rem;
	margin-top: 14px;
	text-align: center;
	max-width: 60ch;
	font-variant-numeric: tabular-nums;
}

.hl-lightbox button {
	position: absolute;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	border: 1px solid rgba( 255, 255, 255, 0.25 );
	background: rgba( 255, 255, 255, 0.1 );
	color: #fff;
	font-size: 1.2rem;
	line-height: 1;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hl-lightbox button:hover {
	background: rgba( 255, 255, 255, 0.2 );
}

.hl-lightbox .zu {
	top: 16px;
	right: 16px;
}

.hl-lightbox .zurueck {
	left: 14px;
	top: 50%;
	transform: translateY( -50% );
}

.hl-lightbox .vor {
	right: 14px;
	top: 50%;
	transform: translateY( -50% );
}

@media ( max-width: 560px ) {
	.hl-lightbox .zurueck {
		left: 8px;
	}

	.hl-lightbox .vor {
		right: 8px;
	}
}

/* ============================================================ Beitragsinhalt */

.hl-inhalt {
	font-size: 1.02rem;
}

.hl-inhalt > * {
	max-width: var(--lesebreite);
}

.hl-inhalt h2 {
	margin-top: 1.6em;
}

.hl-inhalt h3 {
	margin-top: 1.4em;
}

.hl-inhalt ul,
.hl-inhalt ol {
	padding-left: 22px;
}

.hl-inhalt li {
	margin-bottom: 6px;
}

.hl-inhalt li::marker {
	color: var(--blau);
}

.hl-inhalt blockquote {
	border-left: 3px solid var(--blau);
	padding-left: 18px;
	margin-left: 0;
	color: var(--text-2);
	font-style: italic;
}

.hl-inhalt img {
	border-radius: var(--radius);
}

.hl-inhalt figcaption {
	font-size: 0.82rem;
	color: var(--text-3);
	margin-top: 6px;
}

/* Datenblatt zu einem Hund oder Wurf */

/* Flex statt Grid: bei nur einem Eintrag bleibt keine leere graue Zelle stehen. */
.hl-daten {
	display: flex;
	flex-wrap: wrap;
	gap: 1px;
	background: var(--rand);
	border: 1px solid var(--rand);
	border-radius: var(--radius);
	overflow: hidden;
	margin: 0 0 28px;
}

.hl-daten div {
	background: var(--weiss);
	padding: 13px 16px;
	flex: 1 1 170px;
	min-width: 0;
}

.hl-daten dt {
	font-size: 0.72rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--text-3);
	font-weight: 700;
	margin-bottom: 3px;
}

.hl-daten dd {
	margin: 0;
	font-size: 0.98rem;
	font-weight: 500;
}

/* ============================================================ Blätterfunktion */

.hl-blaettern {
	display: flex;
	gap: 6px;
	flex-wrap: wrap;
	margin-top: 30px;
	align-items: center;
}

.hl-blaettern .page-numbers {
	display: inline-block;
	padding: 7px 13px;
	border: 1px solid var(--rand);
	border-radius: 2px;
	text-decoration: none;
	font-size: 0.85rem;
	background: var(--weiss);
	color: var(--text-2);
}

.hl-blaettern .page-numbers.current {
	background: var(--blau);
	border-color: var(--blau);
	color: var(--weiss);
	font-weight: 600;
}

/* ============================================================ Hinweiskasten */

.hl-hinweis {
	background: var(--hellblau);
	border: 1px solid #B9D3EA;
	border-left-width: 4px;
	border-radius: var(--radius);
	padding: 16px 18px;
	color: var(--text-2);
	font-size: 0.92rem;
}

.hl-nichts {
	color: var(--text-3);
	font-style: italic;
}

/* ============================================================ Suche */

.hl-suche {
	display: flex;
	gap: 8px;
	max-width: 420px;
}

.hl-suche input[type="search"] {
	flex: 1;
	min-width: 0;
	padding: 10px 13px;
	border: 1px solid var(--rand-stark);
	border-radius: var(--radius);
	font: inherit;
	font-size: 0.92rem;
	background: var(--weiss);
	color: var(--text);
}

/* ============================================================ Fußzeile */

.hl-fuss {
	background: var(--text);
	color: #B4C1CE;
	padding-block: 34px 30px;
	font-size: 0.85rem;
}

.hl-fuss a {
	color: #B4C1CE;
	text-decoration: none;
}

.hl-fuss a:hover {
	color: var(--weiss);
	text-decoration: underline;
}

.hl-fuss-in {
	display: grid;
	grid-template-columns: 1fr;
	gap: 24px;
}

@media ( min-width: 620px ) {
	.hl-fuss-in {
		grid-template-columns: repeat( 3, 1fr );
	}
}

.hl-fuss h2 {
	color: var(--weiss);
	font-size: 1rem;
	margin-bottom: 9px;
}

.hl-fuss ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.hl-fuss li {
	margin-bottom: 4px;
}

.hl-fuss-unten {
	margin-top: 26px;
	padding-top: 18px;
	border-top: 1px solid rgba( 255, 255, 255, 0.12 );
	font-size: 0.78rem;
	color: #8E9DAC;
	display: flex;
	justify-content: space-between;
	gap: 14px;
	flex-wrap: wrap;
}

/* ============================================================ Druck */

@media print {
	.hl-kopf,
	.hl-fuss,
	.hl-filter,
	.hl-knoepfe,
	.hl-lightbox {
		display: none !important;
	}

	body {
		background: #fff;
		color: #000;
	}
}
