section.m27_leistungen {
	background: #f5f8fa;
	border-radius: 0 0 20px 20px;
}

section.m27_leistungen .m27_main_content {
	display: flex;
	margin-bottom: 52px;
}

section.m27_leistungen .m27_titel_container,
section.m27_leistungen .m27_text_container {
	width: 50%;
}

section.m27_leistungen .m27_text_container p:not(:first-child) {
	margin-top: 32px;
}

section.m27_leistungen .m27_text_container {
	margin-top: 37px;
}

section.m27_leistungen .m27_items {
	display: flex;
	flex-wrap: wrap;
	gap: 23px;
}

section.m27_leistungen .m27_item {
	width: calc(33.3333% - ((23px * 2) / 3));
	height: 100%;
}

section.m27_leistungen .m27_beschriftung_container {
	margin-bottom: 29px;
}

section.m27_leistungen .m27_item_image {
	border-radius: 20px 20px 0 0;
	height: 235px;
	object-fit: cover;
}

section.m27_leistungen .m27_item_image_container {
	display: flex;
	position: relative;
	z-index: 1;
}

section.m27_leistungen .m27_item_content {
	background: #dde5eb;
	border-radius: 20px;
	padding: 51px 47px 51px 47px;
	margin-top: -20px;
	position: relative;
	z-index: 2;
}

section.m27_leistungen .m27_schwerpunkte_titel {
	margin-top: 32px;
	margin-bottom: 7px;
}

section.m27_leistungen .m27_schwerpunkte_titel p {
	font-weight: 500;
}

section.m27_leistungen .m27_schwerpunkte_items .m27_schwerpunkte_item {
	margin-left: 24px;
	position: relative;
}

section.m27_leistungen .m27_schwerpunkte_items .m27_schwerpunkte_item:before {
	content: '';
	display: inline-block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #384358;
	position: absolute;
	top: 7px;
	left: -24px;
}

section.m27_leistungen .m27_schwerpunkte_items .m27_schwerpunkte_item:not(:last-child) {
	margin-bottom: 7px;
}

section.m27_leistungen .m27_item_image_container picture {
	width: 100%;
}

/* negative_margin_top start */

section.m27_leistungen.negative_margin_top {
	margin-top: -17px;
	z-index: 1;
}

section.m27_leistungen.negative_margin_top[data-innerer-abstand="innerer_abstand_oben_und_unten"],
section.m27_leistungen.negative_margin_top[data-innerer-abstand="innerer_abstand_nur_oben"] {
	padding-top: calc(154px + 17px);
}

/* negative_margin_top ende */

section.m27_leistungen .m27_item .m27_beschriftung_container * {
	hyphens: auto;
}

@media screen and (max-width: 1199px) {
	section.m27_leistungen .m27_item {
		width: 100%;
	}
	
	section.m27_leistungen .m27_titel_container,
	section.m27_leistungen .m27_text_container {
		width: 100%;
	}
	
	section.m27_leistungen .m27_main_content {
		flex-direction: column;
	}
	
	section.m27_leistungen .m27_text_container {
		margin-top: 0;
	}
	
	section.m27_leistungen .m27_titel {
		margin-bottom: 29px;
	}
}

@media screen and (max-width: 991px) {
	section.m27_leistungen.negative_margin_top[data-innerer-abstand="innerer_abstand_oben_und_unten"],
	section.m27_leistungen.negative_margin_top[data-innerer-abstand="innerer_abstand_nur_oben"] {
		padding-top: calc(82px + 17px);
	}
	
	section.m27_leistungen .m27_item_content {
		padding: 21px 17px 21px 17px;
	}
	
	section.m27_leistungen .m27_item_image {
		height: 175px;
	}
}