section.m31_steps {
	background: linear-gradient(50deg,rgba(38, 38, 38, 1) 0%, rgba(0, 0, 0, 1) 100%);
	overflow: hidden;
}

section.m31_steps .m31_titel {
	color: #fff;
}

section.m31_steps .m31_untertitel {
	letter-spacing: 1px;
	color: #ef7d00;
	/* font-family: 'HandelGotD', Sans-serif; */
	font-weight: 700;
	text-transform: uppercase;
}

section.m31_steps .m31_icon {
	width: 91px;
	height: 91px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #ef7d00;
	box-shadow: 0px 5px 25px rgba(239, 125, 0, .44);
	border-radius: 50%;
}

section.m31_steps .m31_icon img {
	fill: #fff;
	width: 50px;
}

section.m31_steps .m31_beschriftung {
	margin-top: 34px;
	margin-bottom: 1px;
}

section.m31_steps .m31_beschriftung p,
section.m31_steps .m31_beschriftung p * {
	color: #fff;
	font-family: 'open-sans', Sans-serif !important;
	font-weight: 700;
}

section.m31_steps .m31_text * {
	color: rgba(255, 255, 255, .5);
	font-size: .875rem;
}

section.m31_steps .m31_titel_container {
	margin-bottom: 53px;
}

section.m31_steps .m31_video_play {
	cursor: pointer;
	display: inline-flex;
	align-items: center;
}

section.m31_steps .m31_video_play span {
	font-family: 'open-sans', sans-serif;
	font-weight: 700;
	letter-spacing: 1px;
	font-size: 0.875rem;
	color: #fff;
}

section.m31_steps .m31_video_play_btn {
	margin-right: 20px;
	box-shadow: 0 0 0px 10px rgba(255, 255, 255, 0.15);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	backdrop-filter: blur(1px);
	transition: all .4s;
}

section.m31_steps .m31_btn_circle {
	width: 55px;
	height: 55px;
	background: rgba(255, 255, 255, 0.4);
	border-radius: 50%;
}

section.m31_steps .m31_btn_triangle {
	border-left: 10px solid #fff;
	border-bottom: 7px solid transparent;
	border-top: 7px solid transparent;
	border-radius: 2px;
	position: absolute;
}

section.m31_steps {
	position: relative;
}

section.m31_steps .m31_background_image {
	position: absolute;
	top: 76px;
	right: 86px;
	height: calc(100% - (76px * 2));
}

section.m31_steps .m31_background_image img {
	height: 100%;
}

section.m31_steps .m31_elemente {
	display: flex;
	justify-content: space-between;
	gap: 100px;
	margin-top: -128px;
}

section.m31_steps.variante1 .m31_item {
	width: 25%;
}

section.m31_steps .m31_elemente .m31_item[data-index="0"] {
	margin-top: calc(75px * 3);
}

section.m31_steps .m31_elemente .m31_item[data-index="1"] {
	margin-top: calc(75px * 2);
}

section.m31_steps .m31_elemente .m31_item[data-index="2"] {
	margin-top: 75px;
}

section.m31_steps .m31_video {
	display: flex;
	justify-content: flex-end;
	margin-top: 28px;
	position: relative;
	z-index: 2;
	cursor: pointer;
}

section.m31_steps .m31_video_modal {
	position: fixed;
	top: 0; left: 0;
	width: 100%; height: 100%;
	background: rgba(0, 0, 0, 0.8);
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
}

section.m31_steps .m31_video_modal iframe {
	width: 90vw;
	height: 80vh;
	border: none;
	border-radius: 8px;
	box-shadow: 0 0 20px rgba(0,0,0,0.6);
}

section.m31_steps .m31_video_overlay {
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
	background: rgba(0, 0, 0, 0.8);
}

section.m31_steps .m31_video_container {
	position: relative;
	z-index: 10;
	width: 90vw;
}

section.m31_steps .m31_video_close {
	position: absolute;
	top: -20px;
	right: -20px;
	background: #fff;
	color: #ef7d00;
	border: none;
	border-radius: 50%;
	font-size: 24px;
	width: 40px;
	height: 40px;
	cursor: pointer;
	z-index: 11;
	transition: background .4s, color .4s;
}

section.m31_steps .m31_video_close:hover {
	background: #ef7d00;
	color: #fff;
}

section.m31_steps .m31_video_trigger .m31_btn_circle {
	transition: background .4s;
}

section.m31_steps .m31_video_trigger:hover .m31_video_play_btn {
	box-shadow: 0 0 0px 10px rgba(239, 125, 0, .4);
}

section.m31_steps .m31_video_trigger:hover .m31_btn_circle {
	background: rgba(239, 125, 0, .8);
}

section.m31_steps .m31_elemente {
	position: relative;
}

section.m31_steps .m31_elemente .m31_item {
	z-index: 2;
}

section.m31_steps .m31_line {
	position: absolute;
	width: 1670px;
	fill: rgba(150, 150, 150, .5);
	top: -10%;
	z-index: 1;
	margin-left: 5px;
}

section.m31_steps .m31_line svg {
	fill: rgba(150, 150, 150, .5);
}

section.m31_steps .m31_content {
	position: relative;
	z-index: 5;
}

/** start Variante 2 **/

section.m31_steps.variante2 .m31_text_main {
	display: flex;
	justify-content: space-between;
	
}

section.m31_steps.variante2 .m31_elemente {
	flex-direction: column;
	margin-top: 0;
	gap: 32px;
	position: relative;
	z-index: 3;
	margin-top: 13px;
}

section.m31_steps.variante2 .m31_elemente .m31_item {
	margin-top: 0;
}

section.m31_steps.variante2 .m31_line {
	display: none;
}

section.m31_steps.variante2 .m31_item {
	display: flex;
	align-items: center;
	position: relative;
}

section.m31_steps.variante2 .m31_icon {
	margin-right: -45.5px;
	z-index: 1;
}

section.m31_steps.variante2 .m31_icon h4 {
	color: #fff;
	margin-top: 6px;
	font-size: 1.563rem;
}

section.m31_steps.variante2 .m31_text * {
	font-size: 1rem;
}

section.m31_steps.variante2 .m31_item_content_container {
	background: linear-gradient(90deg,rgba(26, 26, 26, 1) 0%, rgba(0, 0, 0, 1) 50%, rgba(26, 26, 26, 1) 100%);
	border: 1px solid #333333;
	padding: 52px 108px 70px 108px;
	max-width: calc(100% - 45.5px);
	width: 100%;
}

section.m31_steps.variante2 .m31_step_counter_title p {
	color: #ef7d00;
	font-size: .875rem;
	line-height: 1;
}

section.m31_steps.variante2 .m31_beschriftung p {
	font-size: 1.25rem;
}

section.m31_steps.variante2 .m31_beschriftung {
	margin-top: 3px;
	margin-bottom: 12px;
}

section.m31_steps.variante2 .m31_line_v2 {
	position: absolute;
	top: 50%;
	transform: translateX(-50%);
}

section.m31_steps.variante2 .m31_line_v2 svg {
	fill: #404040;
}

section.m31_steps.variante2 .m31_item:last-child .m31_line_v2 {
	display: none;
}

section.m31_steps.variante2 .m31_background_image {
	position: absolute;
	bottom: -56%;
	left: -100px;
	width: 66%;
	top: unset;
	right: unset;
	height: auto;
	z-index: 2;
}

section.m31_steps.variante2:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	background: linear-gradient(40deg,rgba(239, 125, 0, 0.3) 0%, rgba(26, 26, 26, 0) 40%);
	height: 100%;
	width: 33%;
	z-index: 1;
}

section.m31_steps.variante2 .m31_content {
	width: 45%;
}

section.m31_steps.variante2 .m31_elemente {
	width: 55%;
}

@media screen and (max-width: 1920px) {
	section.m31_steps.variante2 .m31_background_image {
		bottom: -26%;
	}
}

@media screen and (max-width: 1499px) {
	section.m31_steps.variante2:after {
		width: 41%;
	}
	
	section.m31_steps.variante2 .m31_background_image {
		bottom: -6%;
	}
}
	
@media screen and (max-width: 1199px) {
	section.m31_steps.variante2 .m31_text_main {
		flex-direction: column;
	}
	
	section.m31_steps.variante2 .m31_content {
		width: 100%;
	}
	
	section.m31_steps.variante2 .m31_elemente {
		width: 100%;
	}
	
	section.m31_steps.variante2:after {
		width: 100%;
		height: 45%;
	}
	
	section.m31_steps.variante2 .m31_background_image {
		bottom: unset;
		left: unset;
		top: 76px;
		right: 76px;
	}
	
	section.m31_steps.variante2 .m31_elemente .m31_item {
		padding-left: 30px;
	}
}

@media screen and (max-width: 991px) {
	section.m31_steps.variante2 .m31_content {
		padding-bottom: 70px;
	}
	
	section.m31_steps.variante2 .m31_item_content_container {
		padding: 52px 38px 50px 78px;
	}
	
	section.m31_steps.variante1 .m31_item {
		width: 100%;
	}
}

@media screen and (max-width: 575px) {
	section.m31_steps.variante2 .m31_item_content_container {
		padding: 32px 18px 26px 68px;
	}
}

@media screen and (max-width: 450px) {
	section.m31_steps.variante2 .m31_line_v2 {
		display: none;
	}
	
	section.m31_steps.variante2 .m31_elemente .m31_item {
		padding-left: 0;
	}
	
	section.m31_steps.variante2 .m31_item_content_container {
		padding: 32px 18px 26px 48px;
		max-width: calc(100% - 32px);
	}
	
	section.m31_steps.variante2 .m31_icon {
		width: 62px;
		height: 62px;
		margin-right: -31px;
	}
}

@media screen and (max-width: 350px) {
	section.m31_steps.variante2 .m31_item_content_container {
		padding: 32px 18px 26px 20px;
		max-width: 100%;
	}
	
	section.m31_steps.variante2 .m31_icon {
		display: none;
	}
}

/** end Variante 2 **/

@media screen and (max-width: 1599px) {
	section.m31_steps .m31_line {
		width: 1519px;
		top: -3%;
	}
}

@media screen and (max-width: 1399px) {
	section.m31_steps .m31_line {
		width: 1395px;
		top: 0;
	}
}

@media screen and (max-width: 1199px) {
	section.m31_steps .m31_elemente {
		gap: 40px;
	}
	
	section.m31_steps .m31_line {
		width: 1200px;
		top: 3%;
		transform: rotate(-4deg);
	}
	
	section.m31_steps .m31_content {
		position: relative;
		z-index: 5;
		padding-bottom: 70px;
	}
}

@media screen and (max-width: 1099px) {
	section.m31_steps .m31_line {
		width: 1100px;
		top: 1%;
		transform: rotate(-6deg);
	}
}

@media screen and (max-width: 991px) {
	section.m31_steps .m31_elemente {
		flex-direction: column;
		gap: 40px;
		margin-top: 75px;
	}
	
	section.m31_steps .m31_elemente .m31_item[data-index="0"],
	section.m31_steps .m31_elemente .m31_item[data-index="1"],
	section.m31_steps .m31_elemente .m31_item[data-index="2"] {
		margin-top: 0;
	}
	
	section.m31_steps .m31_background_image {
		height: auto;
		width: calc(100% - (86px * 2));
		top: 50%;
		transform: translateY(-50%);
	}
	
	section.m31_steps .m31_video {
		margin-top: 80px;
	}
	
	section.m31_steps .m31_content {
		padding-bottom: 0;
	}
	
	section.m31_steps .m31_line {
		display: none;
	}
}

@media screen and (max-width: 575px) {
	section.m31_steps .m31_background_image {
		right: 46px;
		width: calc(100% - (46px * 2));
	}
}

@media screen and (max-width: 350px) {
	section.m31_steps .m31_background_image {
		display: none;
	}
}