section.m39_steps {
	background: #000;
}

section.m39_steps .m39_titel,
section.m39_steps .m39_text_container * {
	color: #fff;
}

section.m39_steps .m39_beschriftung_container p {
	font-size: 1.125rem;
	font-weight: 500;
	color: #fff;
}

section.m39_steps .m39_beschreibung_container p {
	font-size: .875rem;
	color: rgba(255, 255, 255, .5);
}

section.m39_steps .m39_step_count {
	width: 69px;
	height: 44px;
	background: #e96730;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0 0 35px 0 rgba(233, 103, 48, 0.33);
	position: relative;
	z-index: 2;
}

section.m39_steps .m39_step_count p {
	color: #fff;
}

section.m39_steps .m39_content {
	background: #1a1a1a;
	border: 1px solid #333333;
	width: calc(100% - 65px - 69px);
	padding: 52px 62px 56px 62px;
}

section.m39_steps .m39_item {
	display: flex;
	gap: 65px;
}

section.m39_steps .m39_right_side,
section.m39_steps .m39_left_side {
	width: 50%;
}

section.m39_steps .m39_main {
	display: flex;
}

section.m39_steps .m39_right_side {
	display: flex;
	flex-direction: column;
	gap: 32px;
	position: relative;
	padding-top: 72px;
}

section.m39_steps .m39_right_side:after {
	content: '';
	background: linear-gradient(180deg,rgba(64, 64, 66, 0) 0%, rgba(64, 64, 66, 1) 20%, rgba(64, 64, 66, 1) 80%, rgba(64, 64, 66, 0) 100%);
	height: calc(100% + 110px + 110px);
	width: 5px;
	position: absolute;
	left: 32px;
	top: -110px;
	bottom: -110px;
}

@media screen and (max-width: 991px) {
	section.m39_steps .m39_content {
		padding: 22px 32px 26px 32px;
	}
}

@media screen and (max-width: 767px) {
	section.m39_steps .m39_main {
		flex-direction: column;
	}
	
	section.m39_steps .m39_right_side,
	section.m39_steps .m39_left_side {
		width: 100%;
	}
	
	section.m39_steps .m39_right_side:after {
		height: calc(100% + 30px + 30px);
		top: -30px;
		bottom: -30px;
	}
}

@media screen and (max-width: 575px) {
	section.m39_steps .m39_item {
		gap: 25px;
	}
	
	section.m39_steps .m39_content {
		width: calc(100% - 25px - 69px);
	}
}

@media screen and (max-width: 400px) {
	section.m39_steps .m39_item {
		flex-direction: column;
		gap: 15px;
	}
	
	section.m39_steps .m39_content {
		width: 100%;
		position: relative;
		z-index: 2;
	}
}