section.m29_text_uber_bilder {
	position: relative;
}

section.m29_text_uber_bilder .m29_background {
	position: absolute;
	top: 0;
	right: 0;
	width: 97vw;
}

section.m29_text_uber_bilder .m29_container_main {
	position: relative;
	z-index: 1;
}

section.m29_text_uber_bilder .m29_titel {
	color: #355d1a;
}

section.m29_text_uber_bilder .m29_link_container .button svg {
	transform: rotate(0);
}

section.m29_text_uber_bilder .m29_upper_content {
	display: flex;
}

section.m29_text_uber_bilder .m29_headline_link_container,
section.m29_text_uber_bilder .m29_text_container {
	width: 50%;
}

section.m29_text_uber_bilder .m29_text_container_inner {
	margin-top: 88px;
}

section.m29_text_uber_bilder .m29_titel_container {
	padding-bottom: 40px;
}

section.m29_text_uber_bilder .m29_bild_1_und_3 {
	width: 60%;
}

section.m29_text_uber_bilder .m29_bild_2 {
	max-width: 30%;
	margin-left: -7%;
	display: flex;
	align-items: flex-end;
	margin-bottom: -100px;
}

section.m29_text_uber_bilder .m29_bild_2 img {
	z-index: 1;
}

section.m29_text_uber_bilder .m29_bild_3 img {
	width: auto;
}

section.m29_text_uber_bilder .m29_bild_3 {
	margin-top: -100px;
	margin-left: 15%;
}

section.m29_text_uber_bilder .m29_lower_content {
	display: flex;
	padding-top: 117px;
}

@media screen and (max-width: 1799px) {
	section.m29_text_uber_bilder .m29_bild_2 {
		max-width: 34%;
		margin-left: -11%;
	}
	
	section.m29_text_uber_bilder .m29_bild_1_und_3 {
		width: 77%;
	}
	
	section.m29_text_uber_bilder .m29_bild_3 img {
		width: 300px;
	}
}

@media screen and (max-width: 1199px) {
	section.m29_text_uber_bilder .m29_upper_content {
		gap: 60px;
	}
	
	section.m29_text_uber_bilder .m29_lower_content {
		padding-top: 80px;
	}
}

@media screen and (max-width: 991px) {
	section.m29_text_uber_bilder .m29_upper_content {
		flex-direction: column;
	}
	
	section.m29_text_uber_bilder .m29_headline_link_container,
	section.m29_text_uber_bilder .m29_text_container {
		width: 100%;
	}
	
	section.m29_text_uber_bilder .m29_text_container_inner {
		margin-top: 0;
	}
	
	section.m29_text_uber_bilder .m29_bild_3 {
		margin-top: -50px;
	}
	
	section.m29_text_uber_bilder .m29_bild_3 img {
		width: 200px;
	}
	
	section.m29_text_uber_bilder .m29_lower_content {
		padding-top: 60px;
	}
	
	section.m29_text_uber_bilder .m29_bild_2 {
		margin-bottom: -50px;
	}
	
	section.m29_text_uber_bilder .m29_titel {
		hyphens: auto;
	}
}

@media screen and (max-width: 767px) {
	section.m29_text_uber_bilder .m29_bild_1_und_3 {
		width: 100%;
	}
	
	section.m29_text_uber_bilder .m29_bild_2 {
		margin-bottom: -40px;
		margin-left: -40%;
	}
	
	section.m29_text_uber_bilder .m29_lower_content {
		padding-top: 40px;
	}
}

@media screen and (max-width: 575px) {
	section.m29_text_uber_bilder .m29_bild_2 {
		margin-left: -45%;
		max-width: 40%;
	}
	
	section.m29_text_uber_bilder .m29_bild_3 {
		margin-left: 6%;
	}
	
	section.m29_text_uber_bilder .m29_bild_3 img {
		width: 150px;
	}
}

@media screen and (max-width: 350px) {
	section.m29_text_uber_bilder .m29_bild_3 {
		margin-left: 0;
	}
}