img:not(.Logo) {
	border-radius: unset;
}
.Button, button {
	background: #e51e17;
	border:  1px var(--LinkColor)
}
@media only screen and (min-width: 1200px) {
    #header nav.Zusatznavigation ul {
		justify-content: center;
	}
	#header nav.Zusatznavigation {
		background: unset;
		border-radius: unset;
		border-bottom: 2px solid #e51e17;
		border-top: 2px solid #e51e17;
	}	
}
.KontaktHauptgeschaeftstelle, .KontaktHauptgeschaeftsstelleText {
	height: fit-content;
	padding-top: var(--Abstand);
	padding-bottom: var(--Abstand);
}
footer {
	background-color: #f3cac9;
}
.Kontakt.Teaser.modern .KontaktTeaserBild > picture > img {
	max-height: 250px;
	border-radius: var(--Abstand);
}
.Kontakt.Teaser.modern .Inhalt {
	background: none;
}
.KontaktTeaserBild {
	order: 1;
}
.KontaktText {
	order: 2;
}
.Kontakt.Teaser.modern .KontaktText {
	grid-row: unset;
}
.Kontakt.Teaser.modern .KontaktTeaserBild {
	margin: auto;
}
.Artikel .Teaser {
	background-size: contain!important;
	background-repeat: no-repeat !important;
}
.Hauptbereich .Programmbereich.Teaser {
	border: 1px solid grey;
	border-radius: var(--Radius);
	box-shadow: var(--Schatten);
}