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.hef_3_img_stoerer section.m3_bild .m3_image_container img {
	height: 400px;
}

section.m3_bild.slider_on .m3_container_main{
	height:600px;
}

section.m3_bild.slider_on .rsOverflow{
	height:600px !important;
}

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

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

section.m3_bild .m3_titel_untertitel_link_container {
	position: relative;
	z-index: 1;
}

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

section.m3_bild:not(.runpotec) .m3_titel_untertitel_link_container {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end; /* war flex-start */
}

section.m3_bild .m3_link_container {
	align-self: flex-end;
}

.hef_3_img_stoerer.hef_home_3_img .mm_layout_rechts section.m3_bild:last-child .m3_link_container {
	align-self: flex-start;
	width: 100%;
}

section.m3_bild.slider_on.fullscreen .m3_image_container img,
section.m3_bild.slider_on.fullscreen .m3_container_main{
	height:100vh;
}

section.m3_bild.slider_on.fullscreen .rsOverflow{
	height:100vh !important;
}

.hef_3_img_stoerer {
	background: #f7f7f7;
	padding: 100px 0;
}

section.mm_ueber_uns_stoerer.hef_3_img_stoerer {
	background: #fff;
}

.hef_3_img_stoerer section.m3_bild {
	margin: 0 -15px;
	width: calc(100% + 30px);
}

.hef_3_img_stoerer .mm_layout_links section.m3_bild,
.hef_3_img_stoerer .mm_layout_links section.m3_bild > .container,
.hef_3_img_stoerer .mm_layout_links section.m3_bild .m3_container_main,
.hef_3_img_stoerer .mm_layout_links section.m3_bild .m3_image_container,
.hef_3_img_stoerer .mm_layout_links section.m3_bild .m3_image_container img {
	height: 100%;
}

.hef_3_img_stoerer section {
	background: transparent;
}

.hef_3_img_stoerer section.m3_bild .m3_content_text_container,
.hef_account_tub section.m3_bild .m3_content_text_container {
	background: transparent;
	align-items: flex-end;
	padding: 65px 50px;
}

.hef_3_img_stoerer section.m3_bild .m3_content_text_container {
	align-items: flex-start;
	height: 100%;
}

.hef_3_img_stoerer section.m3_bild .m3_content_text_container:after {
	content: '';
	height: 100%; /* war 60% */
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	background: radial-gradient(ellipse at left bottom, rgba(105,103,115,.49), rgba(105,103,115,.49) 30%, rgba(105,103,115,.30) 50%, rgba(105,103,115,.1) 70%, transparent 100%);
}

section.m3_bild .m3_content_text_container .m3_untertitel_container {
	max-width: 75%;
}

section.hef_3_img_stoerer.hef_home_3_img.hef_prof_3_img section.m3_bild .m3_content_text_container .m3_untertitel_container {
	max-width: 90%;
}

section.m3_bild .m3_content_text_container .m3_untertitel {
	font-size: 1.6665rem;
	font-family: 'robotoM', sans-serif;
	font-weight: 500;
	margin-bottom: 0;
}

section.m3_bild:not(.runpotec) .m3_content_text_container .m3_titel {
	display: inline-block;
	font-size: .8rem;
	font-family: 'robotoM', sans-serif;
	font-weight: 500;
	color: #245656;
	line-height: 1;
	padding: 10px 17px;
}

.hef_3_img_stoerer section.m3_bild .m3_content_text_container .m3_titel {
	background: #fff;
}

.hef_3_img_stoerer .mm_layout_rechts > section:first-child {
	margin-bottom: 30px;
}

.hef_3_img_stoerer .mm_layout_rechts > section:last-child .m3_image_container,
.hef_account_img section .m3_image_container {
	text-align: right;
}

.hef_3_img_stoerer section .m3_content_text_container,
.hef_account_img section .m3_content_text_container {
	text-align: left;
	background: #00833e;
	height: auto;
	width: 100%;
}

.hef_3_img_stoerer.hef_home_3_img .mm_layout_rechts section.m3_bild:last-child .m3_content_text_container {
	background: #00833e;
}

/*
.hef_3_img_stoerer .mm_layout_rechts > section:last-child .m3_content_text_container:after,
.hef_account_img section .m3_content_text_container:after,
.hef_3_img_stoerer.hef_home_3_img section.m3_bild .m3_content_text_container:after {
	display: none;
}
*/

.hef_account_img section .m3_content_text_container:after {
	display: none;
}

.hef_3_img_stoerer .mm_layout_rechts > section:last-child .m3_image_container picture {
	display: inline-block;
	margin-right: 50px;
	margin-top: 10%;
}

.hef_account_img section .m3_image_container picture {
	position: absolute;
	right: 60px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.hef_account_img section .m3_image_container picture {
	display: inline-block;
}

.hef_account_img section.m3_bild .m3_content_text_container {
	position: static;
}

.hef_3_img_stoerer .mm_layout_rechts > section:last-child .m3_image_container img,
.hef_3_img_stoerer .mm_layout_rechts > section:last-child .m3_image_container svg,
.hef_account_img section .m3_image_container img,
.hef_account_img section .m3_image_container svg {
	height: auto;
	width: 162px;
	opacity: .08;
}

.hef_3_img_stoerer .mm_layout_rechts > section:last-child .m3_content_text_container .m3_untertitel_container,
.hef_account_img section .m3_content_text_container .m3_untertitel_container {
	max-width: 100%;
	margin-bottom: 60px;
}

.hef_account_img section .m3_content_text_container .m3_untertitel_container {
	margin-bottom: 0;
}

section.m3_bild.hef_gallery_stoerer .m3_content_text_container {
	background: #008c48;
	padding: 25px 20px 15px;
	padding-left: 50px;
	height: auto;
	right: 20px;
	bottom: 0;
	width: 40%;
	z-index: 999;
	-webkit-transform: skew(-25deg);
	-moz-transform: skew(-25deg);
	-ms-transform: skew(-25deg);
	-o-transform: skew(-25deg);
	transform: skew(-25deg);
}

section.m3_bild.hef_gallery_stoerer  .m3_content_text_container:after {
	content: '';
	position: absolute;
	right: -20px;
	top: 0;
	height: 100%;
	width: 40px;
	background: #008c48;
	-webkit-transform: skew(25deg);
	-moz-transform: skew(25deg);
	-ms-transform: skew(25deg);
	-o-transform: skew(25deg);
	transform: skew(25deg);
}

section.m3_bild.hef_gallery_stoerer .m3_titel_untertitel_link_container {
	-webkit-transform: skew(25deg);
	-moz-transform: skew(25deg);
	-ms-transform: skew(25deg);
	-o-transform: skew(25deg);
	transform: skew(25deg);
}

.hef_gallery_stoerer .rsOverflow .rsSlide {
	overflow: visible;
}

section.m3_bild.hef_gallery_stoerer .m3_content_text_container .m3_titel {
	margin-bottom: 0;
	padding: 0;
	color: #fff;
	font-family: 'roboto', sans-serif;
	font-weight: 400;
}

section.m3_bild.hef_gallery_stoerer .m3_image_container img {
	height: 575px;
}

.hef_gallery_stoerer .rsBullets {
	display: inline-block;
	width: auto;
	left: auto;
	top: auto;
	right: calc(39% - 28px);
	bottom: 45px !important;
}

.hef_gallery_stoerer .rsBullet {
	padding: 3px;
}

.hef_gallery_stoerer .rsBullet span {
	background: rgba(255,255,255,.5);
}

.hef_gallery_stoerer .rsBullet.rsNavSelected span {
	background: #fff;
}

section.m3_bild.hef_gallery_stoerer .rsSlide .m3_content_text_container {
	opacity: 0;
}

section.m3_bild.hef_gallery_stoerer .rsSlide.rsActiveSlide .m3_content_text_container {
	opacity: 1;
}

.hef_tul_container section.m3_bild {
	background: transparent;
}

.hef_tul_container .mm_layout_rechts {
	display: flex;
	align-items: center;
}

.hef_tul_container section.m3_bild .m3_image_container img {
/* 	object-fit: none; */
	height: auto;
}

.hef_account_img .mm_layout_links,
.hef_account_img .mm_layout_rechts {
	padding-right: 0;
	padding-left: 0;
}

.hef_account_img section.m3_bild > .container,
.hef_account_img section.m3_bild .m3_container_main,
.hef_account_img section .m3_content_text_container {
	height: 100%;
}

.hef_account_img .mm_layout_rechts section .m3_content_text_container {
	background: #c4c4c3;
}

.hef_image_slider section.m3_bild .m3_content_text_container {
	background: transparent;
}

.hef_image_slider section.m3_bild .m3_content_text_container .m3_titel {
	padding: 0;
	font-size: 5rem;
	font-family: 'robotoB', sans-serif;
	font-weight: 700;
	color: #696773;
}

.hef_image_slider section.m3_bild .m3_content_text_container .m3_untertitel {
	font-size: 2.3335rem;
	color: #696773;
}

.hef_image_slider section.m3_bild .m3_content_text_container {
	flex-wrap: wrap;
}

.hef_image_slider section.m3_bild .m3_text_container {
	width: 50%;
	margin-top: -11%;
}

.hef_image_slider section.m3_bild .m3_text_container > * {
	color: #696773;
}

.hef_image_slider {
	padding: 60px 0;
}

.hef_prof_3_img .mm_layout_links section.m3_bild .m3_content_text_container {
	height: 100%;
}

@media screen and (max-width: 1599px) {
	.hef_3_img_stoerer {
		padding: 75px 0;
	}
}

@media screen and (max-width: 1199px) {
	section.m3_bild .m3_content_text_container .m3_untertitel {
		font-size: 1.3665rem;
	}
	
	section.m3_bild.hef_gallery_stoerer .m3_content_text_container {
		width: 60%;
	}
	
	.hef_gallery_stoerer .rsBullets {
		right: calc(58% - 28px);
	}
}

@media screen and (max-width: 991px) {
	section.m3_bild .m3_content_text_container{
		padding:50px;
	}
	
	.hef_3_img_stoerer .mm_layout_links > section {
		margin-bottom: 30px;
		height: auto;
	}
	
	.hef_3_img_stoerer .mm_layout_links section.m3_bild .m3_image_container {
		height: auto;
	}
	
	section.hef_3_img_stoerer section.m3_bild .m3_image_container img {
		max-height: 230px;
		height: auto;
	}
	
	.hef_3_img_stoerer .mm_layout_links > section.m3_bild .m3_image_container img {
		max-height: 380px;
	}
	
	.hef_3_img_stoerer section.m3_bild .m3_content_text_container {
		height: 100%;
		padding: 40px 35px;
	}
	
	.hef_3_img_stoerer .mm_layout_rechts > section:last-child .m3_content_text_container {
		height: auto;
	}
	
	.hef_3_img_stoerer .mm_layout_rechts > section:last-child .m3_content_text_container .m3_untertitel_container {
		margin-bottom: 30px;
	}
	
	section.hef_3_img_stoerer.hef_prof_3_img section.m3_bild .m3_image_container img {
		min-height: 350px;
	}
}

@media screen and (max-width: 767px) {
	section.m3_bild .m3_content_text_container{
		flex-direction:column;
		justify-content:end;
	}
	
	section.m3_bild.hef_gallery_stoerer .m3_content_text_container {
		width: 93%;
	}
	
	.hef_gallery_stoerer .rsBullets {
		right: calc(90% - 28px);
	}
	
	section.m3_bild.slider_on .m3_container_main,
	section.m3_bild.slider_on .rsOverflow {
		height: 400px !important;
	}
	
	section.m3_bild.hef_gallery_stoerer .m3_image_container img {
		height: 375px;
	}
	
	.hef_account_img section .m3_content_text_container .m3_untertitel_container {
		margin-bottom: 25px;
	}
}

@media screen and (max-width: 575px) {
	.hef_3_img_stoerer {
		padding: 40px 0;
	}
	
	section.m3_bild.hef_gallery_stoerer .m3_content_text_container {
		width: 90%;
		padding: 30px 20px 15px;
		padding-left: 50px;
	}
	
	.hef_gallery_stoerer .rsBullets {
		right: calc(86% - 30px);
		bottom: 50px !important;
	}
}

@media screen and (max-width: 450px) {
	.hef_3_img_stoerer .mm_layout_links > section.m3_bild .m3_image_container img,
	.hef_3_img_stoerer .mm_layout_rechts > section.m3_bild:not(:last-child) .m3_image_container img {
		height: 340px;
		max-height: 380px;
	}
	
	.hef_3_img_stoerer .mm_layout_rechts > section:last-child .m3_image_container picture {
		margin-top: 5%;
	}
	
	.hef_3_img_stoerer.hef_home_3_img .mm_layout_rechts section.m3_bild:last-child .m3_link_container {
		width: 90%;
	}
}