.hero-background picture {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1; /* Bild hinter den Inhalt */
	filter: none !important;
	transition: none !important;
}

.hero-background picture img {
	width: 100%;
	height: 100%;
	object-fit: cover; /* skaliert das Bild wie background-size: cover */
	filter: none !important;
	transition: none !important;
}

.hero-section {
	background-size: cover;
	background-position: left center;
}