#leistungenHeader {
	padding: 0;
}
#leistungenHeader .inner {
	display: flex;
	align-items: center;
	background-image: url('/img/content/startseite-behandlungszimmer.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	aspect-ratio: 1200 / 250;
	padding: 24px 0;
}
#leistungenHeader .inner h1 {
	margin: 0;
	font-size: calc(var(--font-size) * 1.5);
	line-height: calc(var(--font-size) * 1.75);
	font-weight: 600;
	color: var(--color-primary800);
}
#leistungenHeader .inner h1 span {
	display: inline-block;
	margin-bottom: 12px;
	padding: 0 12px 0 24px;
	width: fit-content;
	border-bottom: 1px solid var(--color-accent);
}
#leistungenHeader .inner h1 span:last-child {
	margin-bottom: 0;
}
@media (min-width: 900px) {
	#leistungenHeader .inner h1 {
		font-size: calc(var(--font-size) * 2);
		line-height: calc(var(--font-size) * 2.5);
	}
	#leistungenHeader .inner h1 span {
		padding: 0 12px 0 48px;
	}
}

#leistungen ul {
	padding: 0;
	list-style-type: none;
	background-image: url('/img/logo/logo-greyscale.png');
	background-repeat: no-repeat;
	background-size: 30% auto;
	background-position: center;
}
#leistungen ul li h2 {
	margin-bottom: 12px;
	padding: 0 24px;
}
#leistungen ul li h2 a {
	color: var(--color-primary800);
}
#leistungen ul li h2 a:hover {
	text-decoration: underline;
	color: var(--color-primary900);
}
#leistungen ul li .leistungen-bg {
	margin-bottom: 24px;
	padding: 12px 24px;
	background: linear-gradient(to right, var(--color-lightblue), transparent);
}
#leistungen ul li:nth-child(even) .leistungen-bg {
	background: linear-gradient(to right, var(--color-primary300), transparent);
}