section.m5_ansprechpartner {
	background: #f5f8fa;
	border-radius: 20px 20px 0 0;
	
	.m5_image{
		height: 437px;
		padding-left: 56px;
		width: 50%;
	}
	
	.m5_image img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
		
	.m5_title {
		margin-bottom: 11px;
	}
	
	.m5_stelle {
		margin-bottom: 33px;
	}
	
	.m5_text {
		margin-bottom: 30px;
	}
	
	.m5_link .link {
		font-size: .875rem;
	}
}

section.m5_ansprechpartner .m5_stelle p:last-child {
	display: none !important;
}

section.m5_ansprechpartner .m5_image img {
	border-radius: 20px;
}

section.m5_ansprechpartner .m5_title_stelle_container_inner {
	background: #002a4d;
	border-radius: 20px;
	margin-right: -196px;
	padding: 156px 219px 161px 69px;
}

section.m5_ansprechpartner .m5_title h3,
section.m5_ansprechpartner .m5_text * {
	color: #fff;
}

section.m5_ansprechpartner .m5_stelle p {
	color: #c3efc6;
}

section.m5_ansprechpartner .m5_item_content {
	display: flex;
	align-items: center;
}

section.m5_ansprechpartner .m5_title_stelle_container {
	width: 50%;
}

@media screen and (max-width: 991px) {
	section.m5_ansprechpartner {
		margin: 0 !important;
		width: 100% !important;
	}
}

@media screen and (max-width: 767px) {
	section.m5_ansprechpartner .m5_item_content {
		flex-direction: column-reverse;
	}
	
	section.m5_ansprechpartner .m5_title_stelle_container {
		width: 100%;
	}
	
	section.m5_ansprechpartner .m5_title_stelle_container_inner {
		margin-right: 0;
		padding: 156px 37px 56px 42px;
	}
	
	section.m5_ansprechpartner .m5_image {
		width: 100%;
		padding: 0 32px;
		margin-bottom: -100px;
	}
}

@media screen and (max-width: 400px) {
	section.m5_ansprechpartner .m5_image {
		height: 273px;
		padding: 0 15px;
	}
	
	section.m5_ansprechpartner .m5_title_stelle_container_inner {
		padding: 156px 17px 56px 22px;
	}
}