.teaser {
	/*height: calc(100vh - 120.38px - 40px);*/
	width: 100%;
	z-index: 9;
	background-size: cover;
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	aspect-ratio: 14/ 9;
}
.teaser.unterseite {
	position: relative;
	height: 300px;
}
@media (min-width: 992px) {
    .teaser.unterseite {
        height: 600px;
    }
}
.teaser:after {
	background: linear-gradient(0deg, rgba(214, 22, 22, 0) 0%, rgba(0, 0, 0, 0.25) 100%);
	position: absolute;
	content: '';
	height: inherit;
	width: inherit;
	z-index: 9;
}
.teaser .unterseiten-text-wrapper {
	position: absolute;
	bottom: 0;
	background-color: rgba(0,0,0,.7);
	width: 100%;
}