section {
	position: relative;
	padding: 64px 0;
}
section h1, section h2, section h3 {
	color: var(--color-accent);
}
.color-red {
	color: #8a1002;
}

#startseite a[mhlightbox] {
	display: block;
	line-height: 0;
	border-radius: 12px;
	overflow: hidden;
}

#leistungen {
	background-color: #f6f6f6;
}
#leistungen .grid {
	margin-top: 24px;
}
#leistungen .grid h3 {
	display: inline-block;
	padding: 8px 24px;
	border-radius: 12px;
	background-color: #003c46;
	color: #f6f6f6;
}

#galerie .galerie-img {
	position: relative;
	padding-top: 100%;
	height: 0;
	overflow: hidden;
}
#galerie .galerie-img.rounded {
	border-radius: 12px;
}
#galerie .galerie-img.round {
	border-radius: 50%;
}
#galerie .galerie-img a {
	position: relative;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#galerie .galerie-img a img {
	position: absolute;
	top: -25%;
	left: 0;
}

#kontaktformular {
	background-color: #f6f6f6;
}

#kontakt {
	background-color: var(--color-accentHover);
	color: #f6f6f6;
}
#kontakt h2 {
	color: #f6f6f6;
}
#kontakt a {
	color: #f6f6f6;
}
#kontakt a:hover {
	text-decoration: underline;
}
#kontakt .mhCookie_error {
	color: #444;
}