section.m36_text_und_bild .m36_text_und_bild_container_inner_wrapper{
	background-color:var(--primarbutton_background_color);
}

section.m36_text_und_bild *{
	color:#fff;
}

section.m36_text_und_bild .m36_image{
	min-height:200px;
}

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

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

section.m36_text_und_bild .m36_text_container>p:last-child{
	margin-bottom:0;
}

section.m36_text_und_bild .m36_content{
	padding-right: 200px;
}

section.m36_text_und_bild .m36_image_container,
section.m36_text_und_bild .m36_content_container{
	display:flex;
}

section.m36_text_und_bild .m36_image_container{
	position:relative;
	top:-50px;
}

section.m36_text_und_bild .m36_image_container img{
	width: auto;
	height: auto;
	/* object-fit: contain; */
}

section.m36_text_und_bild[data-slider="slick_slider"] .m36_image_container img {
	object-fit:cover;
	width:100%;
	height: 100%;
}

section.m36_text_und_bild .m36_content_container{
	display:flex;
	justify-content:center;
	-ms-flex-pack:center;
}

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

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

section.m36_text_und_bild[data-slider="slick_slider"] .m36_image{
	min-height:auto;
}

section.m36_text_und_bild .m36_galerie_container,
section.m36_text_und_bild .rsOverflow {
    width: 100%;
}

section.m36_text_und_bild .m36_galerie_item,
section.m36_text_und_bild .m36_image{
	height:100%;
}

section.m36_text_und_bild .rsOverflow {
	height: 100%;
}

section.m36_text_und_bild .slick-track, 
section.m36_text_und_bild .slick-list{
	height:100%;
}

.m36_text_container_inner strong {
	font-weight: 900;
}

.m36_titel {
	margin-bottom: 15px;
}

.m36_text_container_inner p {
	margin-bottom: 25px;
}

.m36_text_container_inner p:last-child {
	margin-bottom: 0;
}

.m36_link_container {
	margin-top: 30px;
}

.with_arrow.white::before {
	background: #fff;
}

.with_arrow.white::after {
	background: url(../../../img/arrow_blue.svg);
}

.with_arrow.white:hover {
	color: #fff;
	text-shadow: 0 0 .9px #fff;
}

/* .with_arrow.white:hover::before {
	background: yellow;
} */

.m36_galerie_container.slick-slider {
	cursor: grabbing;
}

@media screen and (max-width: 1920px) {
	section.m36_text_und_bild .m36_content {
		padding-right: 100px;
	}
}

@media screen and (max-width: 1599px) {
	section.m36_text_und_bild .m36_content {
		padding-right: 75px;
	}
}

@media screen and (max-width: 1399px) {
	section.m36_text_und_bild > .container[data-container="container_breit"] {
		max-width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

@media screen and (max-width: 1199px) {
	section.m36_text_und_bild .m36_content {
		padding-right: 25px;
	}
}

@media screen and (max-width: 991px) {
	section.m36_text_und_bild .flex_row_reverse {
		flex-direction: column-reverse;
	}
	
	section.m36_text_und_bild .m36_text_und_bild_container_inner_wrapper {
		padding: 70px 0;
	}
	
	section.m36_text_und_bild .m36_content {
		padding-right: 0;
	}
	
	section.m36_text_und_bild .m36_image_container {
		top: 0;
	}
}

@media screen and (max-width: 767px) {
	section.m36_text_und_bild .m36_content,
	section.m36_text_und_bild .m36_content_container{
		display: block;
	}

	section.m36_text_und_bild .m36_galerie_container{
		padding:0;
	}
	
	section.m36_text_und_bild .m36_text_und_bild_container_inner_wrapper {
		padding: 40px 0;
	}
	
	.m36_link_container {
		margin-top: 15px;
	}
	
	.m36_text_container_inner p {
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 575px) {
	section.m36_text_und_bild .m36_image_container img {
		width: 100%;
		object-fit: inherit;
	}
}