

section.m34_home_entry_homepage {
	padding: 0 50px 50px;
	height: calc(100dvh - var(--header_height));
	min-height: 700px;
}

section.m34_home_entry_homepage .m34_home_entry_homepage_main {
	/* height: 873px; */
	height: 100%;
	margin-bottom: 0;
	z-index: 10;
	position: relative;
}

section.m34_home_entry_homepage > .mM_container {
	position: relative;
}

section.m34_home_entry_homepage.overhanging_top .m34_home_entry_homepage_main {
	margin-top: -77px;
}

section.m34_home_entry_homepage .m34_home_entry_homepage_main_item {
	position: relative;
}

section.m34_home_entry_homepage .slick-slide,
section.m34_home_entry_homepage .slick-slide > div,
section.m34_home_entry_homepage .m34_home_entry_homepage_main_item,
section.m34_home_entry_homepage .m34_home_entry_homepage_main_item_text_content > .mM_container,
section.m34_home_entry_homepage .m34_titel_untertitel_text_link_wrapper,
section.m34_home_entry_homepage .m34_home_entry_homepage_main_item_img_content {
	height: 100%;
}

section.m34_home_entry_homepage.mM_img_parallax .m34_home_entry_homepage_main_item_img_content img {
	height: 110%;
}

section.m34_home_entry_homepage .m34_home_entry_homepage_main_item_text_content {
	position: absolute;
	inset: 0;
	z-index: 10;
}

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

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

section.m34_home_entry_homepage .m34_titel_untertitel_text_link_wrapper {
	display: flex;
	align-items: end;
	width: calc(50% - (var(--row_gap) / 2));
	/* position: relative; */
}

section.m34_home_entry_homepage .m34_titel_untertitel_text_link_wrapper:before,
section.m34_home_entry_homepage .m34_titel_untertitel_text_link_wrapper:after {
	content: '';
	position: absolute;
	inset: 0;
	bottom: 0;
	opacity: .50;
	z-index: -1;
	pointer-events: none;
}

section.m34_home_entry_homepage .m34_titel_untertitel_text_link_wrapper:before {
	background: linear-gradient(
		to top,
		rgba(27, 27, 27, 0.55) 0%,
		transparent 60%
	);
}

section.m34_home_entry_homepage .m34_titel_untertitel_text_link_wrapper:after {
	background: linear-gradient(
		to right,
		rgba(27, 27, 27, 0.5) 0%,
		transparent 80%
	);
}

section.m34_home_entry_homepage .m34_titel_untertitel_text_link_container {
	padding-bottom: 130px;
}

section.m34_home_entry_homepage .m34_descriptions_container {
	max-width: 600px;
}

section.m34_home_entry_homepage .m34_descriptions {
	--row_gap: 10px;
}

section.m34_home_entry_homepage .m34_description {
	color: #e5e0dd;
	padding: 2px 13px 4px;
	border-radius: 16px;
	position: relative;
	
	-webkit-backdrop-filter: blur(15px);
	backdrop-filter: blur(15px);
}

section.m34_home_entry_homepage .m34_description:before {
	content: '';
	background-color: #1b1b1b;
	opacity: .3;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	border-radius: 16px;
	z-index: -1;
	pointer-events: none;
}

section.m34_home_entry_homepage .m34_untertitel_container {
	margin-bottom: 5px;
}

section.m34_home_entry_homepage .m34_links_container {
	margin-top: 53px;
}

section.m34_home_entry_homepage .m34_object_title_container * {
	color: #e5e0dd;
}

section.m34_home_entry_homepage .m34_slider_counter * {
	color: #e5e0dd;
	font-size: 0.833rem;
}

section.m34_home_entry_homepage .m34_slider_counter {
	align-items: baseline;
	margin-bottom: 27px;
}


section.m34_home_entry_homepage .m34_slider_counter .m34_count.of,
section.m34_home_entry_homepage .m34_slider_counter .m34_count.total {
	color: rgba(229, 224, 221, 0.5);
}

section.m34_home_entry_homepage .m34_main_wrapper {
	position: relative;
	height: 100%;
}

section.m34_home_entry_homepage .m34_textbox {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 11;
	background-color: #32312e;
	padding: 9px 45px 10px 55px;
	/* width: calc(50% - (var(--row_gap) / 2)); */
}

section.m34_home_entry_homepage .m34_textbox .m34_links_container {
	margin-top: 0 !important;
}

section.m34_home_entry_homepage .m34_textbox .mM_button {
	background-color: transparent !important;
}

section.m34_home_entry_homepage .m34_textbox .mM_button.primary .mM_button_text,
section.m34_home_entry_homepage .m34_textbox .mM_button.primary .mM_button_text * {
	color: var(--primarbutton_font_color) !important;
}

section.m34_home_entry_homepage .m34_textbox .mM_button_circle {
	min-width: 46px;
	width: 46px;
	min-height: 46px;
	height: 46px;
	rotate: 180deg;
	height: auto;
	border: none;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin: 0;
	margin-left: 10px;
	transition: background-color .4s;
}

section.m34_home_entry_homepage .m34_textbox .mM_button.primary .mM_button_circle {
	background-color: var(--primarbutton_background_color);
}

section.m34_home_entry_homepage .m34_textbox .mM_button:focus.primary .mM_button_circle,
section.m34_home_entry_homepage .m34_textbox .mM_button:hover.primary .mM_button_circle {
	background-color: var(--primarbutton_hover_background_color);
}

section.m34_home_entry_homepage .m34_textbox .mM_button_text .mobil {
	display: none;
}

section.m34_home_entry_homepage .m34_textbox .mM_button_circle svg {
	min-width: 17px;
	width: 17px;
}

section.m34_home_entry_homepage .m34_textbox .m34_title_container * {
	color: #e5e0dd;
}

section.m34_home_entry_homepage .m34_textbox_inner {
	align-items: baseline;
	justify-content: space-between;
	gap: 10px;
	width: 100%;
}

section.m34_home_entry_homepage .m34_outer_infos_wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

section.m34_home_entry_homepage .m34_outer_infos_wrapper .mM_container {
	height: 100%;
}

section.m34_home_entry_homepage .m34_outer_infos {
	height: 100%;
	position: relative;
}

section.m34_home_entry_homepage .m34_outer_infos_wrapper .mM_dots .slick-dots {
	bottom: 0;
	top: 100px;
	justify-content: start;
	z-index: 12;
}

section.m34_home_entry_homepage .m34_scroll_button_container {
	position: absolute;
	bottom: -13px;
	right: 0;
	z-index: 12;
}

section.m34_home_entry_homepage .m34_scroll_button {
	border: 1px solid rgba(229, 224, 221, 0.3);
	background-color: transparent;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 175px;
	height: 175px;
	
	transition: transform .4s, box-shadow .4s, border-color .4s .2s;
}

section.m34_home_entry_homepage .m34_scroll_button:hover {
	border-color: transparent;
	transition: transform .4s, box-shadow .4s, border-color .4s;
}

section.m34_home_entry_homepage .m34_scroll_button:hover,
section.m34_home_entry_homepage .m34_scroll_button:focus {
	transform: translateY(-3px);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

section.m34_home_entry_homepage .m34_scroll_button:active {
	transform: translateY(-1px);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

section.m34_home_entry_homepage .m34_scroll_button:after {
	content: "";
	display: inline-block;
	height: 100%;
	width: 100%;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transition: border .4s, transform .4s, opacity .4s;
	border: 1px solid transparent;
}

section.m34_home_entry_homepage .m34_scroll_button:hover:after {
	transform: scaleX(1.5) scaleY(1.5);
	opacity: 0;
	border: 1px solid #fff;
}

section.m34_home_entry_homepage .m34_scroll_button span {
	margin-bottom: 25px;
	color: #fff;
	font-size: 0.833rem;
}

section.m34_home_entry_homepage .m34_scroll_button svg {
	width: 23px;
	min-width: 23px;
	fill: #fff;
	transform: rotate(-90deg);
}

section.m34_home_entry_homepage .m34_info p {
	position: relative;
	padding: 2px 14px 3px 14px;
	margin-right: 7px;
	background: rgba(229, 224, 221, 0.2);
	border-radius: 16px;
	overflow: hidden;
}

section.m34_home_entry_homepage .m34_info * {
	color: #e5e0dd;
}

section.m34_home_entry_homepage .m34_info:last-child p {
	margin-right: 0;
}

section.m34_home_entry_homepage .m34_info:not(:last-child) p:after {
	content: '·';
	display: inline-block;
	position: absolute;
	right: -5px;
	top: 2px;
}

section.m34_home_entry_homepage .m34_info p:before {
	content: '';
	background-color: #1b1b1b;
	opacity: .0;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1;
	pointer-events: none;
	opacity: .1;
	transition: opacity .4s;
}

/* section.m34_home_entry_homepage .m34_textbox {
	display: none;
} */

@media all and (min-width: 1921px) {
	section.m34_home_entry_homepage .m34_home_entry_homepage_main {
		
	}
}

@media all and (min-width: 2200px) {
	section.m34_home_entry_homepage .m34_home_entry_homepage_main {
		
	}
}

@media all and (max-width: 1839px) {
	section.m34_home_entry_homepage .m34_textbox {
		padding: 9px 40px 10px 30px;
	}
	
	section.m34_home_entry_homepage .m34_textbox .m34_title_container * {
		font-size: 1rem;
	}
	
	section.m34_home_entry_homepage .m34_titel_untertitel_text_link_wrapper {
		width: calc(70% - (var(--row_gap) / 2));
	}
}

@media all and (max-width: 1599px) {
	section.m34_home_entry_homepage .m34_home_entry_homepage_main {
		
	}
	
	section.m34_home_entry_homepage .m34_titel_untertitel_text_link_container {
		padding-left: 20px;
		padding-bottom: 80px;
	}
	
	section.m34_home_entry_homepage .m34_outer_infos_wrapper .mM_dots .slick-dots {
		padding-left: 20px;
	}
	
	section.m34_home_entry_homepage .m34_scroll_button_container {
		right: 20px;
	}
	
	section.m34_home_entry_homepage .m34_scroll_button {
		width: 145px;
		height: 145px;
	}
	
	section.m34_home_entry_homepage .m34_scroll_button span {
		margin-bottom: 20px;
	}
	
	section.m34_home_entry_homepage .m34_titel_untertitel_text_link_wrapper {
		width: calc(80% - (var(--row_gap) / 2));
	}
}

@media all and (max-width: 1499px) {
	section.m34_home_entry_homepage .m34_textbox {
		/* width: calc(60% - (var(--row_gap) / 2)); */
	}
	
	section.m34_home_entry_homepage .m34_outer_infos_wrapper .mM_dots .slick-dots {
		top: 130px;
	}
}

@media all and (max-width: 1399px) {
	section.m34_home_entry_homepage .m34_scroll_button {
		width: 130px;
		height: 130px;
	}
	
	section.m34_home_entry_homepage .m34_scroll_button svg {
		width: 20px;
		min-width: 20px;
	}
}

@media all and (max-width: 1199px) {
	section.m34_home_entry_homepage .m34_info p {
		font-size: 0.889rem;
	}
	
	section.m34_home_entry_homepage .m34_textbox {
		/* width: calc(75% - (var(--row_gap) / 2)); */
	}
}

@media all and (max-width: 991px) {
	section.m34_home_entry_homepage {
		min-height: 750px;
	}
	
	section.m34_home_entry_homepage .m34_textbox {
		/* position: relative;
		width: calc(100% + 100px);
		margin-right: -50px;
		margin-left: -50px; */
		/* width: 100%; */
		
		/* padding: 10px 30px;
		writing-mode: vertical-rl;
		text-orientation: mixed;
		width: 100px; */
	}
	
	/* section.m34_home_entry_homepage .m34_textbox .m34_title_container,
	section.m34_home_entry_homepage .m34_textbox .mM_button_text .desktop {
		display: none;
	}
	
	section.m34_home_entry_homepage .m34_textbox .mM_button_text .mobil {
		display: block;
	} */
	
	section.m34_home_entry_homepage .m34_textbox_inner {
		flex-wrap: wrap;
	}
	
	/* section.m34_home_entry_homepage .m34_textbox .m34_title_container * {
		font-size: 0.833rem;
	} */
	
	section.m34_home_entry_homepage .m34_textbox .mM_button {
		padding: 0;
	}
	
	section.m34_home_entry_homepage .m34_textbox .mM_button .mM_button_circle{
		margin-left: 2px;
		margin-bottom: 8px;
	}
	
	section.m34_home_entry_homepage .m34_titel_untertitel_text_link_wrapper {
		width: 100%;
		max-width: calc(100% - 50px);
	}
	
	section.m34_home_entry_homepage {
		padding: 0 30px 30px;
	}
	
	section.m34_home_entry_homepage .m34_info_container {
		flex-wrap: wrap;
		gap: 5px 7px;
	}
	
	section.m34_home_entry_homepage .m34_info p {
		margin-right: 0;
	}
	
	section.m34_home_entry_homepage .m34_outer_infos_wrapper .mM_dots .slick-dots {
		top: 80px;
		max-width: calc(100% - 50px);
	}
}

@media all and (max-width: 767px) {
	section.m34_home_entry_homepage .m34_titel_untertitel_text_link_wrapper {
		hyphens: auto;
	}
	
	section.m34_home_entry_homepage .m34_titel_untertitel_text_link_container {
		padding-bottom: 50px;
	}
	
	section.m34_home_entry_homepage .m34_scroll_button {
		width: 110px;
		height: 110px;
	}
	
	section.m34_home_entry_homepage .m34_scroll_button span {
		margin-bottom: 10px;
		font-size: 0.778rem;
	}
	
	section.m34_home_entry_homepage .m34_scroll_button svg {
		width: 15px;
		min-width: 15px;
	}
}

@media all and (max-width: 575px) {
	section.m34_home_entry_homepage {
		min-height: 650px;
		padding: 0 15px 15px;
	}
	
	section.m34_home_entry_homepage .m34_titel_untertitel_text_link_container,
	section.m34_home_entry_homepage .m34_outer_infos_wrapper .mM_dots .slick-dots {
		padding-left: 0;
	}
	
	section.m34_home_entry_homepage .m34_scroll_button_container {
		right: 0;
		bottom: -7px;
	}
	
	section.m34_home_entry_homepage .m34_scroll_button {
		width: 90px;
		height: 90px;
	}
	
	section.m34_home_entry_homepage .m34_textbox {
		padding: 10px 15px;
		/* width: 80px; */
		/* display: none; */
	}
	
	section.m34_home_entry_homepage .m34_textbox_inner {
		align-items: center;
	}
	
	section.m34_home_entry_homepage .m34_titel_untertitel_text_link_container {
		padding-bottom: 100px;
	}
	
	section.m34_home_entry_homepage .m34_titel_untertitel_text_link_wrapper,
	section.m34_home_entry_homepage .m34_outer_infos_wrapper .mM_dots .slick-dots {
		max-width: 100%;
	}
}

@media all and (max-width: 399px) {
	section.m34_home_entry_homepage {
		min-height: 750px;
	}
}