

section.m23_home_entry:has(+ section.m22_ascending_numbers.overhanging_top) {
	padding-bottom: calc(var(--padding_desktop) + (var(--m22_main_height) / 2) + 10px);
}

section.m23_home_entry .mM_row {
	align-items: center;
	flex-wrap: wrap-reverse;
	gap: 40px var(--row_gap);
}

section.m23_home_entry .m23_content_wrapper {
	padding-right: calc(50px - (var(--row_gap) / 2));
	display: flex;
	align-items: center;
}

section.m23_home_entry .m23_content_container {
	padding: 20px 0;
}

section.m23_home_entry .m23_gallery_container,
section.m23_home_entry .m23_gallery_item {
	height: 100%;
}

section.m23_home_entry .m23_gallery_wrapper {
	height: calc(100dvh - var(--headerHeight) - 50px);
	min-height: 650px;
}

section.m23_home_entry .m23_gallery_container {
	padding-left: calc(75px - (var(--row_gap) / 2));
}

section.m23_home_entry .m23_gallery_item picture {
	width: 100%;
}

section.m23_home_entry .m23_gallery_item {
	display: flex;
}

section.m23_home_entry .m23_image {
	border-radius: 75px;
}

section.m23_home_entry .mM_container[data-ausrichtung="zentriert_ausfuellung_rechts"] .m23_image {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	object-position: right;
}

section.m23_home_entry .mM_button.secondary {
	pointer-events: none;
}

@media screen and (max-width: 1799px) {
	section.m23_home_entry .m23_gallery_wrapper {
		max-height: 850px;
	}
}

@media screen and (max-width: 1599px) {
	section.m23_home_entry .m23_gallery_wrapper {
		max-height: 750px;
	}
}

@media screen and (max-width: 1599px) {
	section.m23_home_entry .m23_gallery_wrapper {
		height: 650px;
	}
}
	
@media screen and (max-width: 1199px) {
	section.m23_home_entry .m23_content_wrapper {
		padding-right: calc(15px - (var(--row_gap) / 2));
	}
	
	section.m23_home_entry .m23_gallery_container {
		padding-left: calc(25px - (var(--row_gap) / 2));
	}
	
	section.m23_home_entry .m23_gallery_wrapper {
		height: 550px;
		min-height: 550px;
	}
}

@media screen and (max-width: 991px) {
	section.m23_home_entry .mM_container {
		max-width: none;
		margin: 0;
		padding: 0;
	}
	
	section.m23_home_entry .m23_gallery_wrapper {
		min-height: auto;
		height: 600px;
	}
	
	section.m23_home_entry .m23_gallery_item {
		justify-content: center;
	}
	
	section.m23_home_entry .m23_gallery_container,
	section.m23_home_entry .m23_content_wrapper {
		padding-right: 0;
		padding-left: 0;
	}
	
	section.m23_home_entry .m23_image {
		border-radius: 0 !important;
		border-bottom-right-radius: 75px !important;
		border-bottom-left-radius: 75px !important;
		object-position: top !important;
		max-width: 70%;
	}
	
	section.m23_home_entry .m23_content_wrapper {
		max-width: 720px;
		margin: 0 auto;
	}
	
	section.m23_home_entry .m23_content_container {
		padding: 0;
	}
	
	section.m23_home_entry:has(+ section.m22_ascending_numbers.overhanging_top) {
		padding-bottom: calc(var(--padding_tablet) + (var(--m22_main_height) / 2) + 10px);
	}
}

@media screen and (max-width: 767px) {
	section.m23_home_entry .m23_gallery_wrapper {
		height: auto;
	}
	
	section.m23_home_entry .m23_content_wrapper {
		max-width: 540px;
	}
	
	section.m23_home_entry .m23_image {
		max-width: 100%;
	}
}

@media screen and (max-width: 575px) {
	section.m23_home_entry .m23_gallery_wrapper {
		height: auto;
	}
	
	section.m23_home_entry .m23_image {
		border-bottom-right-radius: 45px !important;
		border-bottom-left-radius: 45px !important;
	}
	
	section.m23_home_entry .m23_content_wrapper {
		max-width: 100%;
		padding: 0 20px;
	}
	
	section.m23_home_entry:has(+ section.m22_ascending_numbers.overhanging_top) {
		padding-bottom: calc(var(--padding_mobile) + (var(--m22_main_height) / 2) + 10px);
	}
}