section.m44_projekte {
	position: relative;
}

section.m44_projekte .m44_titel {
	text-align: center;
	color: #1f2938;
}

section.m44_projekte .m44_text_container {
	display: flex;
	justify-content: center;
	margin-bottom: 59px;
}

section.m44_projekte .m44_text_container p {
	max-width: 40%;
	text-align: center;
}

section.m44_projekte .m44_elemente_container {
	display: flex;
	flex-wrap: wrap;
	gap: 32px;
}

section.m44_projekte .m44_item {
	width: calc(25% - ((32px / 4) * 3));
	background: #fff;
	border: 1px solid #edeff0;
}

section.m44_projekte .m44_image_container {
	display: flex;
	position: relative;
}

section.m44_projekte .m44_image_container:before {
	content: '';
	height: 80px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	background: linear-gradient(180deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.65) 50%, rgba(255, 255, 255, 1) 100%);
}

section.m44_projekte .m44_image_container img {
	height: 208px;
	width: 100%;
	object-fit: cover;
}

section.m44_projekte .m44_item_content {
	padding: 0 37px 41px 37px;
	position: relative;
	margin-top: -15px;
}

section.m44_projekte .m44_beschriftung_container p {
	font-weight: 500;
}

section.m44_projekte .m44_beschriftung_container {
	margin-bottom: 32px;
}

section.m44_projekte .m44_beschreibung_container p {
	font-size: .875rem;
}

section.m44_projekte .m44_background_container {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

section.m44_projekte .m44_background_container img {
	object-fit: cover;
	object-position: center bottom;
	height: calc(100% + 400px);
	width: 100%;
}

section.m44_projekte .mM_container {
	position: relative;
	z-index: 2;
}

@media screen and (max-width: 1399px) {
	section.m44_projekte .m44_item {
		width: calc(50% - (32px / 2));
	}
	
	section.m44_projekte .m44_text_container p {
		max-width: 60%;
	}
}

@media screen and (max-width: 767px) {
	section.m44_projekte .m44_text_container p {
		max-width: 100%;
	}
	
	section.m44_projekte .m44_item_content {
		padding: 0 17px 21px 17px;
	}
	
	section.m44_projekte .m44_image_container img {
		height: 158px;
	}
	
	section.m44_projekte .m44_titel {
		hyphens: auto;
	}
}

@media screen and (max-width: 500px) {
	section.m44_projekte .m44_item {
		width: 100%;
	}
}