section.m35_sub_page_entry {
	height: 840px;
}

section.m35_sub_page_entry .m35_item_bild {
	display: flex;
	position: relative;
}

section.m35_sub_page_entry .m35_item_bild img {
	height: 840px;
	object-fit: cover;
}

section.m35_sub_page_entry .m35_item_bild:before {
	content: '';
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, .2);
	position: absolute;
	left: 0;
	top: 0;
}

section.m35_sub_page_entry .m35_links_container {
	display: flex;
	flex-wrap: wrap;
	gap: 22px;
}

section.m35_sub_page_entry .m35_link_container .button {
	padding: 27px 39px 28px 38px;
}

section.m35_sub_page_entry .m35_link_container .secondary {
	background: #000;
	border: none;
}

section.m35_sub_page_entry .m35_link_container .secondary .mM_button_text {
	color: #fff;
	font-weight: 300;
}

section.m35_sub_page_entry .m35_link_container .secondary:hover {
	background: #e96730;
}

section.m35_sub_page_entry .m35_content .m35_titel,
section.m35_sub_page_entry .m35_content .m31_text_container * {
	color: #fff;
}

section.m35_sub_page_entry .mM_container {
	position: absolute;
	width: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50% , -50%);
	z-index: 2;
}

section.m35_sub_page_entry .m35_box {
	width: 14px;
	height: 14px;
	background: #e96730;
	margin-top: 5px;
}

section.m35_sub_page_entry .m31_text_container {
	display: flex;
	gap: 16px;
	max-width: 45%;
}

section.m35_sub_page_entry .m31_text_container p {
	width: calc(100% - 14px - 16px);
}

section.m35_sub_page_entry .m35_decoration_box_1 {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 66%;
	height: 81px;
	background: #000;
	z-index: 2;
}

section.m35_sub_page_entry .m35_decoration_box_2 {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 33%;
	height: 162px;
	background: #000;
	z-index: 2;
}

section.m35_sub_page_entry .m35_decoration[data-color="black"] .m35_decoration_box_1,
section.m35_sub_page_entry .m35_decoration[data-color="black"] .m35_decoration_box_2 {
	background: #000;
}

section.m35_sub_page_entry .m35_decoration[data-color="white"] .m35_decoration_box_1,
section.m35_sub_page_entry .m35_decoration[data-color="white"] .m35_decoration_box_2 {
	background: #fff;
}

section.m35_sub_page_entry .m35_decoration[data-color="gray"] .m35_decoration_box_1,
section.m35_sub_page_entry .m35_decoration[data-color="gray"] .m35_decoration_box_2 {
	background: #f4f4f6;
}

section.m35_sub_page_entry .m35_titel {
	margin-bottom: 62px;
}

section.m35_sub_page_entry .m35_links_container {
	margin-top: 62px;
}

@media screen and (max-width: 1920px) {
	section.m35_sub_page_entry .m31_text_container {
		max-width: 65%;
	}
}

@media screen and (max-width: 767px) {
	section.m35_sub_page_entry .m31_text_container {
		max-width: 100%;
	}
	
	section.m35_sub_page_entry .m35_decoration {
		display: none;
	}
	
	section.m35_sub_page_entry {
		height: 590px;
	}
	
	section.m35_sub_page_entry .m35_item_bild img {
		height: 590px;
	}
	
	section.m35_sub_page_entry .m35_titel {
		margin-bottom: 32px;
	}
	
	section.m35_sub_page_entry .m35_links_container {
		margin-top: 32px;
	}
	
	section.m35_sub_page_entry:after {
		content: '';
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 50%;
		background: linear-gradient(to top, rgba(0, 0, 0, .5) 0%, transparent 100%);
		z-index: 1;
	}
	
	section.m35_sub_page_entry .mM_container {
		top: auto;
		transform: translateX(-50%);
		bottom: 50px;
	}
}

@media screen and (max-width: 575px) {
	section.m35_sub_page_entry .m35_titel {
		hyphens: auto;
	}
}

@media screen and (max-width: 350px) {
	section.m35_sub_page_entry {
		height: 650px;
	}
	
	section.m35_sub_page_entry .m35_item_bild img {
		height: 650px;
	}
}