section.m30_header_startseite {
	height: 100dvh;
	padding: 27px 20px 28px;
	min-height: 880px;
}

section.m30_header_startseite .m30_header_startseite_mask {
	height: 100%;
	background: #7993e2;
	mask-repeat: no-repeat;
	mask-size: 100% 100%;
	overflow: hidden;
}

section.m30_header_startseite .mM_container,
section.m30_header_startseite .m30_header_startseite_main {
	height: 100%;
}

section.m30_header_startseite .mM_container {
	position: relative;
}

section.m30_header_startseite .m30_header_startseite_main {
	display: flex;
}

section.m30_header_startseite .m30_content_wrapper,
section.m30_header_startseite .m30_galerie_wrapper {
	
}

section.m30_header_startseite .m30_content_wrapper {
	display: flex;
	align-items: end;
	padding-bottom: 230px;
	width: calc(50% + 180px);
	margin-right: -190px;
	position: relative;
	z-index: 1;
}

section.m30_header_startseite .m30_titel {
	color: #fff;
}

section.m30_header_startseite .m30_text_container * {
	color: #e8eefb;
	font-size: 1.176rem;
}

section.m30_header_startseite .m30_links_container {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 18px;
}



section.m30_header_startseite .m30_galerie_wrapper {
	width: calc(50% + 165px);
	margin-left: -175px;
}

section.m30_header_startseite .m30_galerie_container,
section.m30_header_startseite .m30_galerie_item {
	height: 100%;
}

section.m30_header_startseite .m30_galerie_item {
	display: flex;
	align-items: end;
	justify-content: end;
}

section.m30_header_startseite .m30_galerie_item img {
	display: block;
}


section.m30_header_startseite .m30_scroll_to_container {
	position: absolute;
	width: 100%;
	bottom: 0; left: 0;
	display: flex;
	justify-content: center;
}

section.m30_header_startseite .m30_scroll_to_btn {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: -85px;
	cursor: pointer;
	z-index: 2;
}

section.m30_header_startseite .m30_scroll_splash {
	width: 150px;
	display: flex;
	justify-content: center;
	align-items: center;
	
	transition: transform .4s;
}

section.m30_header_startseite .m30_scroll_to_btn:hover .m30_scroll_splash {
	transform: scaleY(1.18) scaleX(1.03);
}

section.m30_header_startseite .m30_scroll_splash svg {
	fill: #fff;
	transition: fill .4s;
}

section.m30_header_startseite .m30_scroll_to_btn:hover .m30_scroll_splash svg {
	fill: #fafafa;
}

section.m30_header_startseite .m30_scroll_arrow {
	width: 22px;
	position: absolute;
	bottom: 73px;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	justify-content: center;
	align-items: center;
}

section.m30_header_startseite .m30_scroll_arrow svg {
	fill: #3846a3;
}

@media screen and (max-width: 1599px) {
	section.m30_header_startseite .m30_content_wrapper {
		padding-bottom: 180px;
	}
}

@media screen and (max-width: 1199px) {
	section.m30_header_startseite .m30_content_wrapper {
		width: calc(50% + 100px);
		margin-right: -110px;
	}
	
	section.m30_header_startseite .m30_galerie_wrapper {
		width: calc(50% + 45px);
		margin-left: -55px;
	}
	
	section.m30_header_startseite .m30_scroll_to_btn {
		margin-bottom: -75px;
	}
	
	section.m30_header_startseite .m30_scroll_splash {
		width: 130px;
	}
	
	section.m30_header_startseite .m30_scroll_arrow {
		width: 19px;
		bottom: 64px;
	}
}

@media screen and (max-width: 991px) {
	section.m30_header_startseite .m30_content_wrapper {
		padding-bottom: 120px;
	}
}

@media screen and (max-width: 767px) {
	section.m30_header_startseite {
		height: auto;
		min-height: auto;
	}
	
	section.m30_header_startseite .m30_content_wrapper,
	section.m30_header_startseite .m30_galerie_wrapper {
		width: 100%;
		margin: 0;
	}
	
	section.m30_header_startseite .m30_content_wrapper {
		padding-bottom: 40px;
		padding-top: 180px;
	}
	
	section.m30_header_startseite .m30_galerie_container {
		display: flex;
		justify-content: end;
		align-items: end;
	}
	
	section.m30_header_startseite .m30_galerie_item {
		width: 75%;
	}
	
	section.m30_header_startseite .m30_scroll_to_container {
		bottom: 0;
		justify-content: start;
	}
}

@media screen and (max-width: 575px) {
	section.m30_header_startseite {
		padding: 27px 10px 28px;
	}
	
	section.m30_header_startseite .m30_text_container * {
		font-size: 1rem;
	}
	
	section.m30_header_startseite .m30_scroll_splash {
		width: 120px;
	}
	
	section.m30_header_startseite .m30_scroll_arrow {
		width: 14px;
		bottom: 73px;
	}
}

@media screen and (max-width: 375px) {
	section.m30_header_startseite .m30_content_wrapper {
		padding-top: 150px;
	}
}