section.m3_bild .m3_image_container{
	position:relative;
	height:100%;
}

section.m3_bild .m3_image_container img{
	width:100%;
	height: 600px;
	object-fit: cover;
}

section.m3_bild[data-slider="true"] .m3_container_main{
	height:600px;
}

section.m3_bild[data-slider="true"] .rsOverflow{
	height:600px !important;
}

section.m3_bild .m3_content_text_container *{
	color:#fff;
}

section.m3_bild .m3_content_text_container{
	position:absolute;
	display:flex;
	align-items: center;
	height:100%;
	padding: 50px 100px 50px 100px;
	background: rgba(0, 0, 0, 0.5);
	width:100%;
}

section.m3_bild .m3_titel_untertitel_link_container,
section.m3_bild .m3_text_container{
	width:100%;
}

section.m3_bild[data-slider="true"].fullscreen .m3_image_container img,
section.m3_bild[data-slider="true"].fullscreen .m3_container_main{
	height:100vh;
}

section.m3_bild[data-slider="true"].fullscreen .rsOverflow{
	height:100vh !important;
}




@media screen and (max-width: 992px) {
	section.m3_bild .m3_content_text_container{
		padding:50px;
	}
}

@media screen and (max-width: 768px) {
	section.m3_bild .m3_content_text_container{
		flex-direction:column;
		justify-content:end;
	}
}