section.m42_history .m42_head {
	display: flex;
	gap: 178px;
	margin-bottom: 25px;
}

section.m42_history .m42_untertitel_container {
	margin-top: 16px;
}

section.m42_history .m42_untertitel:before {
	content: '';
	background: #e96730;
	height: 14px;
	width: 14px;
	display: inline-block;
	margin-bottom: -1px;
	margin-right: 18px;
}

section.m42_history .m42_titel {
	color: #1f2938;
}

section.m42_history .m42_item {
	background: #f4f4f6;
	border: 1px solid #b4c4d4;
}

section.m42_history .m42_title_container h2 {
	color: #1f2938;
	margin-bottom: 7px;
}

section.m42_history .m42_beschriftung_container p {
	color: #e96730;
	font-size: 1.125rem;
	font-weight: 500;
}

section.m42_history .m42_beschreibung_container {
	border-top: 1px solid #d6dee6;
	padding: 17px 38px 15px 38px;
}

section.m42_history .m42_item_top {
	padding: 48px 38px 101px 38px;
}

section.m42_history .slick-slide > div {
	margin: 0 24px;
}

section.m42_history .mM_container {
	max-width: none;
}

section.m42_history .slick-slide {
	transition: all .4s;
}

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

section.m42_history .slick-slide .m42_beschreibung_container {
	transition: all .4s;
}

section.m42_history .slick-slide:not(.slick-active) .m42_beschreibung_container {
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	overflow: hidden;
	mask-image: linear-gradient(to bottom, black 0%, transparent 90%);
	-webkit-mask-image: linear-gradient(to bottom, black 0%, transparent 90%);
}

/** START Dots / Arrows **/

section.m42_history .m42_arrows_dots_container {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	justify-content: space-between;
	margin-top: 45px;
}

section.m42_history .mM_arrow {
	position: unset;
	top: unset;
	left: unset;
	right: unset;
	width: auto;
	height: auto;
	background: transparent;
}

section.m42_history .mM_arrows {
	display: flex;
	align-items: center;
	gap: 23px;
}

section.m42_history .mM_arrow.mM_arrow_prev svg {
	height: 15px;
	width: auto;
}

section.m42_history .mM_arrow.mM_arrow_next svg {
	height: 15px;
	width: auto;
}

section.m42_history .mM_arrow svg {
	fill: #000;
}

section.m42_history .mM_arrow:hover svg {
	fill: #e96730;
}

section.m42_history .mM_arrow.slick-disabled {
	opacity: 1;
}

section.m42_history .mM_arrow.slick-disabled svg {
	fill: #bbbec3;
}

section.m42_history .mM_dots .mM_dot {
	border-radius: 0;
	border: 1px solid #bbbec3;
	background: transparent;
}

section.m42_history .mM_dots li.slick-active .mM_dot {
	background: #e96730;
	border-color: #e96730;
}

section.m42_history .mM_dots .slick-dots {
	gap: 5px;
}

section.m42_history .mM_dots .slick-dots li {
	margin: 0;
}

/** END Dots / Arrows **/

@media screen and (max-width: 991px) {
	section.m42_history .m42_head {
		gap: 78px;
	}
}

@media screen and (max-width: 767px) {
	section.m42_history .m42_head {
		flex-direction: column;
		gap: 18px;
	}
	
	section.m42_history .m42_item_top {
		padding: 28px 38px 28px 38px;
	}
}

@media screen and (max-width: 575px) {
	section.m42_history .slick-slide > div {
		margin: 0;
	}
	
	section.m42_history .m42_item_top {
		padding: 28px 18px 28px 18px;
	}
	
	section.m42_history .m42_beschreibung_container {
		padding: 17px 18px 15px 18px;
	}
}