.haev-news {
	position: relative;
}

.haev-news__fenster {
	overflow: hidden;
	overflow-x: clip;
	overflow-y: visible;

	touch-action: pan-y;
}

.haev-news__spur {
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
	transition: transform var(--haev-t-ruhig, .45s) var(--haev-kurve, cubic-bezier(.2, .6, .3, 1));
}

.haev-news__folie {
	flex: 0 0 100%;
	min-width: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

.haev-news__eintraege,
.haev-news__eintrag {
	margin: 0;
	padding: 0;
	list-style: none;
}

.haev-news__meldung {
	display: flex;
	align-items: center;
	gap: 24px;
	padding: 24px 8px 24px 18px;
	border-bottom: 1px solid var(--gcid-haev-linie, #e4e7ec);
	border-left: 6px solid var(--haev-rubrik, #003da5);
}

.haev-news__bild {
	flex: 0 0 auto;
	width: 260px;
	max-width: 32%;
}

.haev-news__bild img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 6px;
}

.haev-news__text {
	flex: 1 1 auto;
	min-width: 0;
}

.haev-news__text > * {
	margin: 0;
}

.haev-news__rubrik {
	margin-bottom: 9px;
}

.haev-news .haev-cat {
	display: inline-block;
	padding: 4px 10px;
	border-radius: 999px;
	font-size: 11.5px;
	font-weight: 700;
	letter-spacing: .06em;
	text-transform: uppercase;
	color: var(--haev-rubrik-text, #232220);
	background: var(--haev-rubrik-flaeche, #edf1f9);
	text-decoration: none;
}

a.haev-cat:hover,
a.haev-cat:focus-visible {
	color: var(--gcid-haev-weiss, #fff);
	background: var(--haev-rubrik-text, #232220);
	text-decoration: none;
}

.haev-news__datum {
	margin-bottom: 6px;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.3;
	color: var(--gcid-haev-text-gedaempft, #6e6d69);
}

.haev-news__titel {
	margin: 0;
	font-size: var(--gvid-haev-h3, 21px);
	font-weight: 600;
	line-height: 1.3;
	color: var(--gcid-haev-text, #232220);
}

.haev-news__titel a {
	color: inherit;
	text-decoration: none;
}

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

.haev-news__teaser {
	max-width: 560px;
	margin-top: 10px;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.55;
	color: var(--gcid-haev-text-gedaempft, #6e6d69);
}

.haev-news__mehr {
	margin-top: 22px;
}

.haev-news__button {
	display: inline-block;
	padding: 12px 22px;
	border: 1px solid var(--gcid-haev-blau, #003da5);
	border-radius: 6px;
	background: var(--gcid-haev-blau, #003da5);
	color: var(--gcid-haev-weiss, #fff);
	font-size: 15px;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none;
}

.haev-news__button::after {
	content: " →";
}

.haev-news__button:hover,
.haev-news__button:focus-visible {
	border-color: var(--gcid-haev-blau-tief, #002e7d);
	background: var(--gcid-haev-blau-tief, #002e7d);
	color: var(--gcid-haev-weiss, #fff);
	text-decoration: none;
}

.haev-news__button-titel,
.haev-news__stand,
.haev-nur-sr {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip-path: inset(50%);
	white-space: nowrap;
	border: 0;
}

.haev-news__leer {
	color: var(--gcid-haev-text-gedaempft, #6e6d69);
}

.haev-news__steuerung {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-top: 18px;
	padding-left: 18px;
}

.haev-news__pfeil {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	padding: 0;
	border: 1px solid var(--gcid-haev-linie, #e4e7ec);
	border-radius: 999px;
	background: var(--gcid-haev-weiss, #fff);
	color: var(--gcid-haev-blau, #003da5);
	cursor: pointer;
}

.haev-news__pfeil:hover {
	border-color: var(--gcid-haev-blau, #003da5);
	background: var(--gcid-haev-blau-hell, #edf1f9);
}

.haev-news__pfeil[disabled] {
	color: var(--gcid-haev-text-gedaempft, #6e6d69);
	opacity: .45;
	cursor: default;
}

.haev-news__punkte {
	display: flex;
	align-items: center;
	gap: 6px;
	margin: 0 4px;
	padding: 0;
	list-style: none;
}

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

.haev-news__punkt {
	display: block;
	width: 10px;
	height: 10px;
	padding: 0;
	border: 1px solid var(--gcid-haev-text-gedaempft, #6e6d69);
	border-radius: 999px;
	background: transparent;
	cursor: pointer;
}

.haev-news__punkt[aria-current="true"] {
	border-color: var(--gcid-haev-blau, #003da5);
	background: var(--gcid-haev-blau, #003da5);
}

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

@media (max-width: 980px) {
	.haev-news__meldung {
		flex-wrap: wrap;
		gap: 20px;
	}

	.haev-news__bild {
		width: 200px;
		max-width: 45%;
	}
}

@media (max-width: 640px) {
	.haev-news__meldung {
		padding: 20px 0 20px 14px;
	}

	.haev-news__bild {
		width: 100%;
		max-width: 260px;
	}

	.haev-news__folie[inert] {
		height: 0;
		overflow: hidden;
	}
}

@media (prefers-reduced-motion: reduce) {
	.haev-news__spur {
		transition: none;
	}
}
