section.m2_text_und_bild .m2_image{
	min-height:200px;
}

section.m2_text_und_bild .rsContainer img.rsImg{
	margin-top:0 !important;
	margin-left:0 !important;
	width:100% !important;
}

section.m2_text_und_bild.slider_on .rsContainer img{
	height:100% !important;
}

section.m2_text_und_bild.slider_on .m2_galerie_item{
	height:100%;
}

section.m2_text_und_bild.slider_on .m2_video_container{
	width:100%;
	height:100%;
	object-fit:cover;
}

section.m2_text_und_bild .row{
	min-height:400px;
}

section.m2_text_und_bild .m2_text_container>p:last-child{
	margin-bottom:0;
}

section.m2_text_und_bild .m2_content{
	padding:15px 0 15px 0;
}

section.m2_text_und_bild .m2_image_container,
section.m2_text_und_bild .m2_content_container{
	display:flex;
}

section.m2_text_und_bild .m2_image_container img{
	object-fit:cover;
	width:100%;
}

section.m2_text_und_bild .m2_content_container{
	display:flex;
	justify-content:center;
	-ms-flex-pack:center;
}

section.m2_text_und_bild .m2_content{
	display:flex;
	justify-content:center;
	-ms-flex-pack:center;
	flex-flow:row wrap;
	flex-direction: column;
}

section.m2_text_und_bild .flex_row_reverse{
	flex-direction: row-reverse;
}

section.m2_text_und_bild.slider_on .m2_image{
	min-height:auto;
}

@media screen and (max-width: 768px) {
	section.m2_text_und_bild .m2_content,
	section.m2_text_und_bild .m2_content_container{
		display: block;
	}

	section.m2_text_und_bild .m2_galerie_container{
		padding:0;
	}
}