.hepo-vor-ort-hub .archive-box .title-bar > span:first-child {
	display: none;
}

.hepo-vor-ort-hub .archive-box .title-bar h1 {
	color: #171717;
	font-size: clamp(2rem, 4vw, 3.35rem);
	font-weight: 800;
	letter-spacing: -0.035em;
	line-height: 1.04;
	text-transform: none;
}

.hepo-vor-ort-kicker {
	color: #d71920;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	line-height: 1.3;
	margin: 0 0 0.5rem;
	text-transform: uppercase;
}

.hepo-vor-ort-hero {
	background: #f3f4f6;
	border-bottom: 1px solid #e1e2e5;
	border-top: 1px solid #e1e2e5;
	margin: 0 0 42px;
	padding: 36px 0 42px;
}

.hepo-vor-ort-intro {
	align-items: start;
	display: grid;
	gap: 18px 50px;
	grid-template-columns: minmax(150px, 0.38fr) minmax(0, 1.62fr);
	margin: 0 0 30px;
}

.hepo-vor-ort-lead {
	color: #34363a;
	font-size: 1.07rem;
	line-height: 1.7;
	margin: 0;
	max-width: 900px;
}

.hepo-vor-ort-hero h2,
.hepo-vor-ort-panel h2,
.hepo-vor-ort-neighbors h2,
.hepo-vor-ort-section-heading h2 {
	color: #171717;
	font-size: clamp(1.5rem, 2.8vw, 2.15rem);
	font-weight: 800;
	letter-spacing: -0.025em;
	line-height: 1.15;
	margin: 0;
	text-transform: none;
}

.hepo-vor-ort-hero-inner > h2 {
	border-top: 3px solid #171717;
	padding-top: 14px;
}

.hepo-vor-ort-leads {
	display: grid;
	gap: 22px;
	grid-template-columns: minmax(0, 1.6fr) repeat(2, minmax(0, 1fr));
	margin-top: 22px;
}

.hepo-vor-ort-lead-card {
	background: #fff;
	border-radius: 3px;
	box-shadow: 0 7px 24px rgba(0, 0, 0, 0.06);
	overflow: hidden;
}

.hepo-vor-ort-lead-image {
	aspect-ratio: 16 / 9;
	background: #24272b;
	display: block;
	overflow: hidden;
}

.hepo-vor-ort-lead-image img {
	height: 100%;
	object-fit: cover;
	transition: transform 180ms ease;
	width: 100%;
}

.hepo-vor-ort-lead-image:hover img {
	transform: scale(1.025);
}

.hepo-vor-ort-image-placeholder {
	align-items: center;
	color: #fff;
	display: flex;
	font-size: 0.78rem;
	font-weight: 800;
	height: 100%;
	justify-content: center;
	letter-spacing: 0.16em;
}

.hepo-vor-ort-lead-content {
	padding: 20px;
}

.hepo-vor-ort-date {
	color: #777b81;
	font-size: 0.74rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	margin: 0 0 7px;
	text-transform: uppercase;
}

.hepo-vor-ort-lead-card h3 {
	font-size: 1.18rem;
	font-weight: 800;
	letter-spacing: -0.015em;
	line-height: 1.28;
	margin: 0;
	text-transform: none;
}

.hepo-vor-ort-lead-card.is-primary h3 {
	font-size: clamp(1.35rem, 2.2vw, 1.85rem);
}

.hepo-vor-ort-lead-card h3 a {
	color: #171717;
}

.hepo-vor-ort-lead-card h3 a:hover {
	color: #d71920;
}

.hepo-vor-ort-lead-content > p:last-child {
	color: #555960;
	line-height: 1.55;
	margin: 12px 0 0;
}

.hepo-vor-ort-section-heading {
	border-bottom: 1px solid #dedfe2;
	margin: 0 0 26px;
	padding: 0 0 15px;
}

.hepo-vor-ort-local {
	display: grid;
	gap: 26px;
	margin-top: 46px;
}

.hepo-vor-ort-panel {
	border: 1px solid #dedfe2;
	padding: clamp(22px, 4vw, 36px);
}

.hepo-vor-ort-panel-heading {
	border-bottom: 1px solid #dedfe2;
	margin-bottom: 22px;
	padding-bottom: 16px;
}

.hepo-vor-ort-facts-layout {
	align-items: center;
	display: grid;
	gap: clamp(24px, 4vw, 42px);
	grid-template-columns: minmax(170px, 0.42fr) minmax(0, 1.58fr);
}

.hepo-vor-ort-facts {
	margin-bottom: 34px;
}

.hepo-vor-ort-place-illustration {
	background: #f5f5f6;
	margin: 0;
	padding: 18px;
}

.hepo-vor-ort-place-illustration img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}

.hepo-vor-ort-place-illustration figcaption {
	color: #6b6e73;
	font-size: 0.7rem;
	line-height: 1.45;
	margin-top: 10px;
	text-align: center;
}

.hepo-vor-ort-facts dl {
	display: grid;
	column-gap: 36px;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr));
	margin: 0;
}

.hepo-vor-ort-facts dl > div {
	border-bottom: 1px solid #ececef;
	display: grid;
	gap: 12px;
	grid-template-columns: minmax(90px, 0.7fr) minmax(0, 1.3fr);
	padding: 15px 0;
}

.hepo-vor-ort-facts dl > div:nth-child(odd) {
	margin-right: 0;
}

.hepo-vor-ort-facts dl > div:nth-child(even) {
	margin-left: 0;
}

.hepo-vor-ort-facts dt {
	color: #64686d;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.hepo-vor-ort-facts dd {
	color: #24272b;
	margin: 0;
}

.hepo-vor-ort-facts dd strong,
.hepo-vor-ort-facts dd span {
	display: block;
}

.hepo-vor-ort-facts dd strong {
	font-size: 1.03rem;
}

.hepo-vor-ort-facts dd span {
	color: #6b6e73;
	font-size: 0.82rem;
	margin-top: 3px;
}

.hepo-vor-ort-facts dd a {
	display: inline-block;
	font-size: 0.76rem;
	font-weight: 700;
	margin-top: 5px;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.hepo-vor-ort-services {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 8px 14px;
	margin-top: 22px;
}

.hepo-vor-ort-services a,
.hepo-vor-ort-neighbors a {
	border: 1px solid #cfd1d4;
	border-radius: 999px;
	color: #292c31;
	display: inline-block;
	font-size: 0.8rem;
	font-weight: 700;
	padding: 7px 12px;
}

.hepo-vor-ort-services a:hover,
.hepo-vor-ort-neighbors a:hover {
	border-color: #d71920;
	color: #d71920;
}

.hepo-vor-ort-checked {
	color: #777b81;
	font-size: 0.74rem;
	margin: 15px 0 0;
}

.hepo-vor-ort-topic-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hepo-vor-ort-topic-grid article {
	background: #f5f5f6;
	border-top: 3px solid #d71920;
	padding: 20px;
}

.hepo-vor-ort-topic-grid h3 {
	color: #171717;
	font-size: 1.08rem;
	font-weight: 800;
	margin: 0 0 8px;
	text-transform: none;
}

.hepo-vor-ort-topic-grid p {
	color: #565a60;
	line-height: 1.55;
	margin: 0 0 15px;
}

.hepo-vor-ort-topic-grid a {
	color: #292c31;
	display: block;
	font-size: 0.82rem;
	font-weight: 700;
	line-height: 1.45;
}

.hepo-vor-ort-topic-grid a span {
	color: #d71920;
	display: block;
	font-size: 0.69rem;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.hepo-vor-ort-neighbors {
	align-items: end;
	background: #202328;
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(0, 1fr) auto;
	padding: clamp(24px, 4vw, 36px);
}

.hepo-vor-ort-neighbors h2 {
	color: #fff;
}

.hepo-vor-ort-neighbors ul {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: flex-end;
	list-style: none;
	margin: 0;
	padding: 0;
}

.hepo-vor-ort-neighbors a {
	border-color: #62666c;
	color: #fff;
}

@media (max-width: 960px) {
	.hepo-vor-ort-leads {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.hepo-vor-ort-lead-card.is-primary {
		grid-column: 1 / -1;
	}

	.hepo-vor-ort-facts-layout,
	.hepo-vor-ort-facts dl {
		grid-template-columns: 1fr;
	}

	.hepo-vor-ort-place-illustration {
		margin: 0 auto;
		max-width: 360px;
	}

	.hepo-vor-ort-facts dl > div:nth-child(n) {
		margin-left: 0;
		margin-right: 0;
	}
}

@media (max-width: 720px) {
	.hepo-vor-ort-hero {
		margin-bottom: 30px;
		padding: 27px 0 32px;
	}

	.hepo-vor-ort-intro,
	.hepo-vor-ort-neighbors {
		grid-template-columns: 1fr;
	}

	.hepo-vor-ort-leads,
	.hepo-vor-ort-topic-grid {
		grid-template-columns: 1fr;
	}

	.hepo-vor-ort-lead-card.is-primary {
		grid-column: auto;
	}

	.hepo-vor-ort-lead-content {
		padding: 17px;
	}

	.hepo-vor-ort-neighbors {
		align-items: start;
	}

	.hepo-vor-ort-neighbors ul {
		justify-content: flex-start;
	}
}

@media (prefers-reduced-motion: reduce) {
	.hepo-vor-ort-lead-image img {
		transition: none;
	}
}
