.haev-archiv__innen {
	width: var(--content-width, 80%);
	max-width: 1080px;
	margin: 0 auto;
}

.haev-archiv__kopf {
	padding: var(--gvid-haev-space-seitenkopf, 54px) 0;
	background: var(--gcid-haev-nebel, #f6f8fb);
	border-bottom: 3px solid var(--gcid-haev-lime, #b5cc22);
}

.haev-archiv__kicker {
	display: flex;
	align-items: center;
	gap: 9px;
	margin: 0 0 18px;
	color: var(--gcid-haev-tuerkis-tief, #0d5c5c);
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .16em;
	text-transform: uppercase;
}

.haev-archiv__kicker::before {
	content: "";
	flex: none;
	width: 18px;
	height: 4px;
	border-radius: 2px;
	background: var(--gcid-haev-lime, #b5cc22);
}

.haev-archiv__titel {
	margin: 0;
	padding: 0;
	color: var(--gcid-haev-text, #232220);
	font-size: var(--gvid-haev-h1-seite, clamp(30px, 4.2vw, 46px));
	font-weight: 600;
	letter-spacing: -.025em;
	line-height: 1.1;
}

.haev-archiv__lead {
	max-width: 660px;
	margin-top: 22px;
}

.haev-archiv__lead p {
	margin: 0;
	color: var(--gcid-haev-text-gedaempft, #6e6d69);
	font-size: 19px;
	font-weight: 400;
	line-height: 1.6;
}

.haev-archiv__lead a {
	color: var(--gcid-haev-blau, #003da5);
	font-weight: 600;
	text-decoration: none;
}

.haev-archiv__lead a:hover,
.haev-archiv__lead a:focus-visible {
	text-decoration: underline;
	text-underline-offset: 2px;
	text-decoration-thickness: 1px;
}

.haev-archiv__inhalt {
	padding: var(--gvid-haev-space-section, 78px) 0;
	background: var(--gcid-haev-weiss, #fff);
}

.haev-blaetterung {
	margin-top: 44px;
	padding-left: 24px;
}

.haev-blaetterung__liste {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.haev-blaetterung__liste li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.haev-blaetterung .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	height: 40px;
	padding: 0 12px;
	border: 1px solid var(--gcid-haev-linie, #e4e7ec);
	border-radius: 6px;
	background: var(--gcid-haev-weiss, #fff);
	color: var(--gcid-haev-blau, #003da5);
	font-size: 15px;
	font-weight: 600;
	line-height: 1;
	text-decoration: none;
}

.haev-blaetterung a.page-numbers:hover,
.haev-blaetterung a.page-numbers:focus-visible {
	border-color: var(--gcid-haev-blau, #003da5);
	background: var(--gcid-haev-blau-hell, #edf1f9);
	color: var(--gcid-haev-blau, #003da5);
	text-decoration: none;
}

.haev-blaetterung .page-numbers.current {
	border-color: var(--gcid-haev-blau, #003da5);
	background: var(--gcid-haev-blau, #003da5);
	color: var(--gcid-haev-weiss, #fff);
}

.haev-blaetterung .page-numbers.dots {
	min-width: 0;
	padding: 0 4px;
	border-color: transparent;
	background: none;
	color: var(--gcid-haev-text-gedaempft, #6e6d69);
}

.haev-blaetterung .page-numbers svg {
	flex: 0 0 auto;
}

.haev-blaetterung a:focus-visible {
	outline: 3px solid var(--gcid-haev-blau, #003da5);
	outline-offset: 3px;
}

@media (max-width: 640px) {
	.haev-archiv__kopf {
		padding: 38px 0;
	}

	.haev-archiv__inhalt {
		padding: 48px 0;
	}

	.haev-blaetterung {
		margin-top: 32px;
		padding-left: 20px;
	}
}
