section.m41_references {
	background: #f4f4f6;
}

section.m41_references .m41_item {
	background: #fff;
}

section.m41_references .m41_bild_container {
	position: relative;
	display: flex;
}

section.m41_references .m41_bild_container img {
	height: 468px;
	object-fit: cover;
	width: 100%;
}

section.m41_references .m41_bild_container .m41_bild_decoration {
	position: absolute;
	width: 50%;
	height: 33px;
	background: #fff;
	bottom: 0;
	right: 0;
}

section.m41_references .m41_beschreibung_container strong {
	font-weight: 500;
}

section.m41_references .m41_zusatz_text_container p {
	font-weight: 500;
	color: #e96730;
}

section.m41_references .m41_item_content {
	padding: 89px 62px 88px 62px;
}

section.m41_references .m41_name_container h3 {
	color: #1f2938;
}

section.m41_references .m41_name_container {
	margin-bottom: 16px;
}

section.m41_references .m41_zusatz_headline_container {
	margin-top: 27px;
}

section.m41_references .m41_elements_container {
	margin-bottom: 0;
}

section.m41_references .slick-slide > div {
	margin: 0 32px;
}

section.m41_references .slick-slide {
	opacity: 1;
	transition: all .4s;
}

section.m41_references .slick-slide:not(.slick-active) {
	opacity: .5;
}

section.m41_references .mM_container {
	max-width: 100%;
}

section.m41_references .m41_slider_container {
	position: relative;
}

section.m41_references .m41_next_arrow {
	right: 80px;
}

section.m41_references .m41_prev_arrow {
	left: 80px;
}

section.m41_references .m41_arrow {
	width: 52px;
	height: 52px;
	background: #e96730;
	border: 1px solid #e96730;
	border-radius: 0;
	transition: all .4s;
}

section.m41_references .m41_arrow:hover {
	background: #fff;
	opacity: 1;
}

section.m41_references .m41_arrow svg {
	fill: #fff;
	width: 14px;
	transition: all .4s;
}

section.m41_references .m41_arrow:hover svg {
	fill: #e96730;
}

section.m41_references .m41_titel {
	margin-bottom: 53px;
}

@media screen and (max-width: 1399px) {
	section.m41_references .m41_bild_container img {
		height: 318px;
	}
}

@media screen and (max-width: 1199px) {
	section.m41_references .m41_bild_container img {
		height: 468px;
	}
}

@media screen and (max-width: 767px) {
	section.m41_references .m41_next_arrow {
		right: 40px;
	}
	
	section.m41_references .m41_prev_arrow {
		left: 40px;
	}
	
	section.m41_references .m41_item_content {
		padding: 49px 22px 48px 22px;
	}
	
	section.m41_references .m41_bild_container img {
		height: 318px;
	}
}

@media screen and (max-width: 575px) {
	section.m41_references .slick-slide > div {
		margin: 0;
	}
	
	section.m41_references .m41_arrows {
		display: flex;
		gap: 10px;
		justify-content: flex-end;
		margin-top: 25px;
	}
	
	section.m41_references .m41_arrow,
	section.m41_references .m41_prev_arrow,
	section.m41_references .m41_next_arrow {
		position: relative;
		left: unset;
		right: unset;
	}
	
	section.m41_references .m41_titel {
		hyphens: auto;
	}
	
	section.m41_references .m41_bild_container img {
		height: 218px;
	}
}