.afmo-hero {
	background: url(../../img/imprint-hero-desktop.webp) center center no-repeat;
	background-size: cover;
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
	.afmo-hero {
		background-image: url(../../img/imprint-hero-tablet.webp);
	}
}

@media screen and (max-width: 767px) {
	.afmo-hero {
		background-image: url(../../img/imprint-hero-mobile.webp);
		background-position: bottom center;
	}
}

.impressum {
	line-height: 1.7;
	margin-bottom: 4rem;
}

.impressum section {
	margin-bottom: 2.5rem;
}

.impressum h2 {
	font-size: 1.6rem;
	margin-bottom: 1rem;
}

.impressum address {
	font-style: normal;
	line-height: 1.7;
	margin-bottom: 1rem;
}

.impressum a {
	color: #000;
}
