section.m32_header{
	position: relative;
}

section.m32_header .m32_image_container{
	position:relative;
	height:100%;
}

section.m32_header .m32_image_overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 80%;
	background: rgba(238, 192, 46, .8);
/* 	z-index: 1; */
}

section.m32_header.fullscreen .m32_container_main .m32_ellipse_oben_gelb {
	position: absolute;
	left: 0;
	top: 80%;
	width: 100%;
	opacity: .8;
}

section.m32_header .m32_image_container img{
	width:100%;
	height:100%;
	object-fit: cover;
}

section.m32_header .m32_content_text_container{
	/*position:absolute;*/
	display:flex;
	align-items: center;
	height:100%;
	/*padding: 50px 120px 50px 120px;*/
	background: #e3e3e3;
	padding:20%;
}

section.m32_header .m32_titel_untertitel_link_container,
section.m32_header .m32_text_container{
	width:100%;
}

section.m32_header .m32_text_container{
	margin-top:40px;
}

section.m32_header.fullscreen .m32_image_container img,
section.m32_header.fullscreen .m32_container_main{
	height:calc(100vh - 115px);
}

section.m32_header.fullscreen .rsOverflow{
	height:calc(100vh - 115px) !important;
}

section.m32_header .m32_header_main_container{
	position:relative;
}

section.m32_header .m32_header_main_container .m32_logo{
	position:absolute;
	width:30%;
	z-index:2;
	left: 50%;
	top: 50%;
    transform: translate(-50%, -50%); 
}

section.m32_header.fullscreen .m32_container_main{
	position: relative;
}

section.m32_header.fullscreen .m32_container_main .m32_ellipse_unten {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}

.header_scroll_to_next_section_container{
    position:relative;
}

.header_scroll_to_next_section_container_main{
	left: 50%;
	bottom: 80px;
    transform: translate(-50%, 0); 
    z-index:1;
    position:absolute;
    cursor:pointer;
}

.header_scroll_to_next_section_container_main:hover p {
	color: #fff;
	transition: color .4s;
}

.header_scroll_to_next_section_container_main:hover .header_scroll_to_next_section_container {
	background-color: #fff;
	transition: background-color .4s;
}

.header_scroll_to_next_section_container_main>p{
	margin-bottom:5px;
	text-align:center;
}

.header_scroll_to_next_section_container_main *{
	color:#f9edc9;
}

.m32_prominente_nachricht_container_icon svg{
	width:38px;
	fill:#eec02e;
	margin-left: 18px;
    margin-top: 8px;
}

.m32_prominente_nachricht_container_close svg{
	width:15px;
	margin-top: 12px;
    margin-right: 24px;
    float:right;
	cursor:pointer;
}

.m32_prominente_nachricht_container_main{
	left: 50%;
	top: 50px;
    transform: translate(-50%, 0);
	position: absolute;
    z-index: 3;
    background-color: #fff;
    border-radius:40px;
/*     width:55%; */
}

.m32_prominente_nachricht_container{
	display:flex;
}

.m32_prominente_nachricht_container_icon{
    margin-top: 8px;
    width: 100px;
}

.m32_prominente_nachricht_container_close{
    margin-top: 8px;
    width: 100px;
}

.m32_prominente_nachricht_info{
	margin-left: 11px;
}

.m32_prominente_nachricht_container_message{
	width: calc(100% - 200px);
	padding-top:25px;
	padding-bottom:25px;
}

.m32_prominente_nachricht_container_message *{
	font-family:all-round-gothic, sans-serif;
	font-size: 1.083125rem;
	font-weight:600;
	margin:0;
}

section.m32_header .jarallax {
  height: calc(100vh - 115px);
}

@media screen and (max-width: 1699px) {
	section.m32_header .m32_image_overlay {
		height: 82%;
	}
	
	section.m32_header.fullscreen .m32_container_main .m32_ellipse_oben_gelb {
		top: 82%;
	}
}

@media screen and (max-width: 1499px) {
	section.m32_header .m32_image_overlay {
		height: 84%;
	}
	
	section.m32_header.fullscreen .m32_container_main .m32_ellipse_oben_gelb {
		top: 84%;
	}
}

@media screen and (max-width: 1399px) {
	section.m32_header .m32_image_overlay {
		height: 86%;
	}
	
	section.m32_header.fullscreen .m32_container_main .m32_ellipse_oben_gelb {
		top: 86%;
	}
}

@media screen and (max-width: 1199px) {
	section.m32_header .m32_image_overlay {
		height: 84%;
	}
	
	section.m32_header.fullscreen .m32_container_main .m32_ellipse_oben_gelb {
		top: 84%;
	}
	
	section.m32_header.fullscreen .m32_container_main,
	section.m32_header.fullscreen .m32_image_container img,
	section.m32_header .jarallax {
		height: 800px;
	}
}

@media screen and (max-width: 1099px) {
	section.m32_header .m32_image_overlay {
		height: 85%;
	}
	
	section.m32_header.fullscreen .m32_container_main .m32_ellipse_oben_gelb {
		top: 85%;
	}
}

@media screen and (max-width: 992px) {
	section.m32_header .m32_content_text_container{
		padding:50px;
	}
	
	section.m32_header.fullscreen .m32_container_main,
	section.m32_header.fullscreen .m32_image_container img,
	section.m32_header .jarallax {
		height: 700px;
	}
	
	section.m32_header .m32_header_main_container .m32_logo {
		width: 50%;
	}
}

@media screen and (max-width: 768px) {
	section.m32_header .m32_image_overlay {
		height: 100%;
	}
	
	section.m32_header.fullscreen .m32_container_main .m32_ellipse_oben_gelb {
		display: none;
	}
	
	section.m32_header .m32_content_text_container{
		flex-direction:column;
		justify-content:end;
	}
	
	section.m32_header.fullscreen .m32_container_main,
	section.m32_header.fullscreen .m32_image_container img,
	section.m32_header .jarallax {
		height: 600px;
	}
	
	section.m32_header .m32_header_main_container .m32_logo {
		width: 40%;
	}
	
	.header_scroll_to_next_section_container_main {
		bottom: 40px;
	}
}

@media screen and (max-width: 575px) {
	.m32_prominente_nachricht_container_main {
		top: 5px;
	}
	
	.m32_prominente_nachricht_container_icon {
		width: 70px;
	}
	
	.m32_prominente_nachricht_container_message {
		width: calc(100% - 120px);
	}
	
	.m32_prominente_nachricht_container_close {
		width: 50px;
	}
	
	section.m32_header .m32_header_main_container .m32_logo {
		width: 60%;
	}
}
