section.m38_kundenstimmen .m38_titel {
	text-align: center;
}

section.m38_kundenstimmen .m38_video_container {
	position: relative;
	cursor: pointer;
	height: 428px;
}

section.m38_kundenstimmen .m38_video_container video {
	border-radius: 4.5px;
}

section.m38_kundenstimmen .m38_overlay {
	position: absolute;
	left: 0 !important;
	width: 100%;
	inset: 0;
	cursor: pointer;
	border-radius: 4.5px;
}

section.m38_kundenstimmen .m38_overlay img {
	border-radius: 4.5px;
}

section.m38_kundenstimmen .m38_overlay_content {
	width: 100%;
	height: 100%;
}

section.m38_kundenstimmen .m38_play_button_container {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
}

section.m38_kundenstimmen .m38_overlay:hover .m38_play_button_container {
	opacity: 1;
}

section.m38_kundenstimmen .m38_play_button_container svg {
	fill: #000;
	width: 60px;
	min-width: 60px;
	height: 60px;
	min-height: 60px;
}

section.m38_kundenstimmen .m38_videos_arrows_container {
	position: relative;
}

section.m38_kundenstimmen .m38_arrow {
	background: #ef7d00;
	height: 41px;
	width: 41px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 4px;
	cursor: pointer;
	border: 1px solid #ef7d00;
	transition: all .4s;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
}

section.m38_kundenstimmen .m38_arrow:hover {
	background: #fff;
}

section.m38_kundenstimmen .m38_arrow.slick-disabled {
	background: #f7f7f7;
	border-color: #dbdbdb;
}

section.m38_kundenstimmen .m38_arrow svg {
	width: 8px;
	fill: #fff;
	transition: fill .4s;
}

section.m38_kundenstimmen .m38_arrow:hover svg {
	fill: #ef7d00;
}

section.m38_kundenstimmen .m38_arrow.slick-disabled svg {
	fill: rgba(0, 0, 0, .3);
}

section.m38_kundenstimmen .m38_arrow.m38_prev_arrow svg {
	transform: rotate(180deg);
}

section.m38_kundenstimmen .m38_arrow.m38_next_arrow {
	right: 70px;
}

section.m38_kundenstimmen .m38_arrow.m38_prev_arrow {
	left: 70px;
}

section.m38_kundenstimmen .m38_video_item {
	transition: opacity .4s;
}

section.m38_kundenstimmen .m38_video_play_btn {
	box-shadow: 0 0 0px 10px rgba(255, 255, 255, .15);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	backdrop-filter: blur(10px);
	transition: box-shadow .4s;
}

section.m38_kundenstimmen .m38_play_button_container:hover .m38_video_play_btn {
	box-shadow: 0 0 0px 10px rgba(239, 125, 0, .4);
}

section.m38_kundenstimmen .m38_btn_circle {
	width: 55px;
	height: 55px;
	background: rgba(255, 255, 255, .4);
	border-radius: 50%;
	transition: background .4s;
}

section.m38_kundenstimmen .m38_play_button_container:hover .m38_btn_circle {
	background: rgba(239, 125, 0, .8);
}

section.m38_kundenstimmen .m38_btn_triangle {
	border-left: 10px solid #fff;
	border-bottom: 7px solid transparent;
	border-top: 7px solid transparent;
	border-radius: 2px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50% , -50%);
}

section.m38_kundenstimmen .m38_videos_container:after {
	transform: rotate(180deg);
	right: 0;
}

section.m38_kundenstimmen .m38_video {
	height: 100%;
	width: 100%;
}

section.m38_kundenstimmen .m38_videos_container {
	display: flex;
	gap: 35px;
	flex-wrap: wrap;
}

section.m38_kundenstimmen .m38_video_item {
	width: calc(33.3333% - ((35px * 2) / 3));
}

section.m38_kundenstimmen .m38_name {
	font-size: 1.563rem;
	margin-bottom: 6px;
}

section.m38_kundenstimmen .m38_name_container {
	position: relative;
	margin-top: 57px;
}

section.m38_kundenstimmen .m38_quotation_marks {
	position: absolute;
	bottom: -1px;
	left: -23px;
}

section.m38_kundenstimmen .m38_text_container {
	text-align: center;
	max-width: 50%;
}

section.m38_kundenstimmen .m38_text_main {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 57px;
}

@media screen and (max-width: 991px) {
	section.m38_kundenstimmen .m38_video_item {
		width: 100%;
	}
	
	section.m38_kundenstimmen .m38_text_container {
		max-width: 100%;
	}
}

@media screen and (max-width: 767px) {
	section.m38_kundenstimmen .m38_arrow.m38_next_arrow {
		right: 35px;
	}
	
	section.m38_kundenstimmen .m38_arrow.m38_prev_arrow {
		left: 35px;
	}
	
	section.m38_kundenstimmen .m38_video_container {
		height: 328px;
	}
	
	section.m38_kundenstimmen .m38_quotation_marks {
		left: -7px;
	}
}

@media screen and (max-width: 575px) {
	section.m38_kundenstimmen .m38_arrow,
	section.m38_kundenstimmen .m38_arrow.m38_prev_arrow,
	section.m38_kundenstimmen .m38_arrow.m38_next_arrow {
		position: relative;
		left: unset;
		top: unset;
		transform: unset;
		right: unset;
	}
	
	section.m38_kundenstimmen .m38_arrows {
		display: flex;
		align-items: center;
		gap: 13px;
		padding: 0 17px;
		margin-top: 17px;
		justify-content: flex-end;
	}
}

@media screen and (max-width: 475px) {
	section.m38_kundenstimmen .m38_titel {
		text-align: left;
	}
	
	section.m38_kundenstimmen .m38_text_container {
		text-align: left;
	}
	
	section.m38_kundenstimmen .m38_text_main {
		align-items: flex-start;
	}
}

@media screen and (max-width: 400px) {
	section.m38_kundenstimmen .m38_video_container {
		height: 228px;
	}
}