section.m28_text_and_images {
	z-index: 4;
}

section.m28_text_and_images .m28_bild_1 {
	width: calc(100% / 3);
}

section.m28_text_and_images .m28_bild_2,
section.m28_text_and_images .m28_content_wrapper {
	width: calc(100% / 2);
}

section.m28_text_and_images,
section.m28_text_and_images .m28_text_und_bild_main {
	display: flex;
}

section.m28_text_and_images .mM_container {
	width: calc(((100% / 3) * 2) + 372px);
	background: #ada89e;
}

section.m28_text_and_images .m28_line {
	height: 100%;
	position: absolute;
	top: 0;
	width: 1px;
	background: rgba(237, 232, 219, .3);
}

section.m28_text_and_images .m28_line_left {
	left: 50px;
}

section.m28_text_and_images .m28_line_right {
	right: 50px;
}

section.m28_text_and_images .m28_text_container_inner * {
	color: #ede8db;
}

section.m28_text_and_images .m28_text_container_inner p:not(:first-child) {
	margin-top: 22px;
}

section.m28_text_and_images .mM_button_text {
	color: #ede8db;
}

section.m28_text_and_images .m28_links_container {
	margin-top: 70px;
	display: flex;
	gap: 20px 57px;
	flex-wrap: wrap;
}

section.m28_text_and_images .m28_bild_2 {
	display: flex;
	justify-content: flex-end;
	padding-bottom: 90px;
	align-items: flex-end;
}

section.m28_text_and_images .m28_bild_2 img {
	width: auto;
	margin-top: -120px;
}

section.m28_text_and_images .m28_bild_1 {
	display: flex;
	z-index: 2;
	align-items: flex-end;
}

section.m28_text_and_images .m28_bild_1 img {
	margin-top: 75px;
	margin-bottom: -75px;
	height: 625px;
	object-fit: cover;
	object-position: top;
}

section.m28_text_and_images .mM_container {
	margin-left: -372px;
	padding-left: calc(372px + 129px);
}

section.m28_text_and_images .m28_content_container {
	padding-bottom: 75px;
	padding-top: 30px;
}

section.m28_text_and_images .m28_text_und_bild_main {
	height: 100%;
}

section.m28_text_and_images .m28_content_wrapper {
	display: flex;
	align-items: flex-end;
}

section.m28_text_and_images .m28_text_container_inner {
	max-width: 87%
}

@media screen and (max-width: 1920px) {
	section.m28_text_and_images .m28_bild_2 img {
		margin-top: -120px;
	}
}

@media screen and (max-width: 1599px) {
	section.m28_text_and_images .m28_bild_2 img {
		max-height: calc(100% - 150px);
	}
	
	section.m28_text_and_images .mM_container {
		padding-left: calc(372px + 60px);
	}
}

@media screen and (max-width: 1399px) {
	section.m28_text_and_images .m28_bild_2 img {
		margin-top: -30px;
	}
	
	section.m28_text_and_images .m28_links_container {
		margin-top: 40px;
	}
}

@media screen and (max-width: 1199px) {
	section.m28_text_and_images {
		background: #ada89e;
	}
	
	section.m28_text_and_images .m28_line {
		display: none;
	}
	
	section.m28_text_and_images {
		flex-direction: column-reverse;
	}
	
	section.m28_text_and_images .mM_container {
		margin-left: unset;
		margin-right: unset;
		width: 100%;
	}
	
	section.m28_text_and_images .m28_bild_1 {
		width: 100%;
	}
	
	section.m28_text_and_images .m28_bild_1 img {
		margin-top: 0;
	}
	
	section.m28_text_and_images .m28_bild_2 {
		padding-bottom: 60px;
		height: calc(100% - 120px);
	}
	
	section.m28_text_and_images .m28_bild_2 img {
		max-height: 100%;
		margin-top: -120px;
	}
	
	section.m28_text_and_images .m28_content_wrapper {
		align-items: flex-start;
	}
	
	section.m28_text_and_images .m28_content_container {
		padding-top: 75px;
	}
}

@media screen and (max-width: 767px) {
	section.m28_text_and_images .m28_text_und_bild_main {
		flex-direction: column-reverse;
	}
	
	section.m28_text_and_images .m28_bild_2,
	section.m28_text_and_images .m28_content_wrapper {
		width: 100%;
	}
	
	section.m28_text_and_images .m28_content_container {
		padding-top: 0;
	}
	
	section.m28_text_and_images .m28_text_container_inner {
		max-width: 100%;
	}
	
	section.m28_text_and_images .m28_bild_2 img {
		margin-top: -30px;
		max-height: 600px;
	}
	
	section.m28_text_and_images .m28_bild_2 {
		justify-content: center;
		padding-bottom: 40px;
	}
	
	section.m28_text_and_images .m28_bild_1 img {
		margin-bottom: -30px;
		height: auto;
	}
	
	section.m28_text_and_images .m28_content_container {
		padding-bottom: 40px;
	}
}