/* section.m29_header_startseite {
	min-height: 1000px;
} */

section.m29_header_startseite .m29_header_startseite_main_item {
	position: relative;
}

section.m29_header_startseite .m29_header_startseite_main_item,
section.m29_header_startseite .m29_header_startseite_main_item_text_content > .mM_container,
section.m29_header_startseite .m29_titel_untertitel_text_link_wrapper,
section.m29_header_startseite .m29_header_startseite_main_item_img_content,
section.m29_header_startseite > .mM_container,
section.m29_header_startseite .m29_header_startseite_main {
	height: 100%;
}

section.m29_header_startseite .m29_header_startseite_main_item_img_content.mM_img_parallax_container {
	height: 102%;
}

section.m29_header_startseite .m29_image_mobile {
	display: none;
}

section.m29_header_startseite .m29_header_startseite_main_item * { 
	color: #fff;
}

section.m29_header_startseite .m29_header_startseite_main_item_text_content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

section.m29_header_startseite img[data-bild_position="oben"]{
	object-position: top;
}

section.m29_header_startseite img[data-bild_position="unten"]{
	object-position: bottom;
}

section.m29_header_startseite .m29_titel_untertitel_text_link_wrapper {
	display: flex;
	align-items: center;
}

section.m29_header_startseite .m29_titel_container {
	max-width: 93%;
	margin-bottom: 24px;
}

section.m29_header_startseite .slick-dots {
	bottom: auto;
	top: 0;
	right: 0;
	display: flex;
	flex-direction: column;
	width: auto;
	height: 100%;
	z-index: 2;
	justify-content: center;
	gap: 7px;
}

section.m29_header_startseite .slick-dots li {
	width: 14px;
	height: 14px;
	margin: 0;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

section.m29_header_startseite .slick-dots li .mM_custom_dot {
	width: 8px;
	height: 8px;
	background: #fff;
	opacity: .3;
	-webkit-transition: opacity .4s, width .4s;
	-moz-transition: opacity .4s, width .4s;
	-ms-transition: opacity .4s, width .4s;
	-o-transition: opacity .4s, width .4s;
	transition: opacity .4s, width .4s;
}

section.m29_header_startseite .slick-dots li.slick-active .mM_custom_dot {
	width: 16px;
	height: 8px;
	opacity: 1;
}

section.m29_header_startseite .m29_links_container {
	margin-top: 72px;
}

section.m29_header_startseite .mM_button.primary {
	background: #fff;
}

section.m29_header_startseite .mM_button.primary * {
	color: #12335b;
	fill: #12335b;
}

section.m29_header_startseite .m29_additional_infos {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 50%;
	z-index: 2;
	background: #12335b;
	border-radius: 10px 10px 0 10px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 50px;
}

section.m29_header_startseite .m29_additional_infos * {
	color: #ffffff;
}

section.m29_header_startseite .m29_additional_infos_text_container {
	width: 75%;
}

section.m29_header_startseite .m29_additional_infos_link {
	color: #6baee6;
	position: relative;
}

section.m29_header_startseite .m29_additional_infos_link:after {
	content: '';
	position: absolute;
	bottom: 1px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #6baee6;
}

section.m29_header_startseite .m29_additional_infos_link * {
	color: #6baee6;
	transition: all .4s;
}

section.m29_header_startseite .m29_additional_infos_link:hover span {
	color: #fff;
}

section.m29_header_startseite .m29_additional_infos_link svg {
	fill: #6baee6;
	width: 11px;
	-webkit-transition: fill .4s;
	-moz-transition: fill .4s;
	-ms-transition: fill .4s;
	-o-transition: fill .4s;
	transition: fill .4s;
}

section.m29_header_startseite .m29_additional_close {
	cursor: pointer;
	padding: 15px;
	margin-top: -15px;
	margin-right: -15px;
}

section.m29_header_startseite .m29_additional_close svg {
	width: 12px;
	fill: #a0a3ac;
	-webkit-transition: fill .4s;
	-moz-transition: fill .4s;
	-ms-transition: fill .4s;
	-o-transition: fill .4s;
	transition: fill .4s;
}

section.m29_header_startseite .m29_additional_close:hover svg {
	fill: #fff;
}

section.m29_header_startseite .m29_scroll_down_container {
	position: absolute;
	bottom: 50px;
	left: 0;
	cursor: pointer;
	padding: 15px;
	margin-left: -15px;
	margin-bottom: -15px;
	cursor: pointer;
	z-index: 10;
}

section.m29_header_startseite .m29_scroll_down_container svg {
	fill: #ffffff;
	width: 14px;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: -webkit-transform .4s;
	-moz-transition: -moz-transform .4s;
	-ms-transition: -ms-transform .4s;
	-o-transition: -o-transform .4s;
	transition: transform .4s;
}

section.m29_header_startseite .m29_scroll_down_container:hover svg {
	-webkit-transform: rotate(90deg) translateX(10px);
	-moz-transform: rotate(90deg) translateX(10px);
	-ms-transform: rotate(90deg) translateX(10px);
	-o-transform: rotate(90deg) translateX(10px);
	transform: rotate(90deg) translateX(10px);
}

@media screen and (max-width: 2199px) {
	section.m29_header_startseite .m29_titel_container {
		max-width: 100%;
	}
	
	section.m29_header_startseite .m29_titel_untertitel_text_link_wrapper {
		width: 54%;
	}
}

@media screen and (max-width: 1920px) {
	section.m29_header_startseite .m29_titel_untertitel_text_link_wrapper {
		width: 61%;
	}
}

@media screen and (max-width: 1599px) {
	section.m29_header_startseite .m29_titel_untertitel_text_link_wrapper {
		width: 68%;
	}
	
	section.m29_header_startseite .m29_additional_infos_text_container {
		width: 95%;
	}
}

@media screen and (max-width: 1199px) {
	section.m29_header_startseite .m29_titel_container {
		max-width: 94%;
	}
	
	section.m29_header_startseite .m29_additional_infos {
		width: 65%
	}
	
	section.m29_header_startseite .m29_image:not(.m29_image_mobile) {
		object-position: 75% center;
		opacity: .6;
	}
}

@media screen and (max-width: 991px) {
	section.m29_header_startseite .m29_titel_container {
		max-width: 100%;
	}
	
	section.m29_header_startseite .m29_titel_untertitel_text_link_wrapper {
		width: 80%
	}
}

@media screen and (max-width: 767px) {
	section.m29_header_startseite .m29_titel_untertitel_text_link_wrapper {
		width: 100%;
	}
	
	section.m29_header_startseite .m29_additional_infos {
		width: 100%;
		border-radius: 10px 10px 0 0;
	}
	
	section.m29_header_startseite .slick-dots {
		height: auto;
		top: 40px;
		right: 20px;
	}
	
	section.m29_header_startseite .m29_scroll_down_container {
		left: auto;
		right: 20px;
		bottom: 200px;
	}
	
	section.m29_header_startseite .m29_additional_infos {
		display: none;
	}
	
	section.m29_header_startseite .m29_scroll_down_container {
		bottom: 20px;
	}
	
	section.m29_header_startseite .m29_header_startseite_main_item_img_content.with_mobile .m29_image:not(.m29_image_mobile) {
		display: none;
	}
	
	section.m29_header_startseite .m29_image_mobile {
		display: block;
		object-position: top center;
	}
	
	section.m29_header_startseite .m29_titel_untertitel_text_link_wrapper {
		align-items: flex-end;
		padding-bottom: 60px;
	}
	
	section.m29_header_startseite .m29_links_container {
		margin-top: 35px;
	}
}

@media screen and (max-width: 575px) {
	section.m29_header_startseite,
	section.m29_header_startseite .m29_image {
		max-height: 760px;
	}
}