.testimonials_box {
	position: relative;
}

.testimonials_box::after {
	content: '';
	position: absolute;
	bottom: -12px;
	right: -12px;
	width: 24px;
	height: 24px;
	background: #FF0000;
}

.testimonials_wrapper {
    overflow: hidden;
    outline:none;
	border-radius: 10px;
    box-shadow: 0 1px 39px rgb(13 73 87 / 6%);
	position: relative;
}

.testimonials_wrapper .slick-track {
  display: flex;
  justify-content: center;
}

.testimonials_wrapper .single_testimonial {
	display: flex;
    overflow: hidden;
    margin: 0;
    outline: none;
	height: 430px;
}

.testimonials_wrapper .single_testimonial .bild, 
.testimonials_wrapper .single_testimonial .text {
	display: flex;
	flex-basis: 50%;
}

.testimonials_box.no-photo .single_testimonial .bild {
	display: none;
}

.testimonials_box.no-photo .single_testimonial .text {
	flex-basis: 100%;
}

.testimonials_wrapper .single_testimonial .text {
	align-items: center;
}

.testimonials_wrapper .single_testimonial .bild img {
	object-fit: cover;
}

.testimonials_wrapper .single_testimonial .text {
	padding: 50px;
	text-align: left;
	color: #404040;
}

.testimonials_wrapper .single_testimonial .text .review {
	font-family: 'Calibri italic';
	margin-bottom: 40px;
}

.testimonials_wrapper .single_testimonial .text .review::before {
	content: '';
	display: block;
	background: url('../images/quote.svg') left center no-repeat;
	background-size: contain;
	height: 35px;
	width: 35px;
	margin-bottom: 40px;
}

.testimonials_wrapper .name, 
.testimonials_wrapper .company {
	font-family: 'Calibri bold';
	width: 70%;
	float: right;
	font-size: 22px;
	font-weight: 400;
}

.erp_arrows {
	position: absolute;
	width: 100%;
	height: 55px;
	line-height: 55px;
	bottom: calc(50% - 22.5px);
	text-align: center;
}

.erp_arrows > .slick-arrow {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 55px;
	width: 55px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 3px 15px rgb(13 73 87 / 9%);
	cursor: pointer;
	
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.erp_arrows > .slick-arrow.prev {
	left: -22.5px;
}

.erp_arrows > .slick-arrow.next {
	right: -22.5px;
}

.erp_arrows > .slick-arrow.prev:hover {
	transform: translateX(-5px);
}

.erp_arrows > .slick-arrow.next:hover {
	transform: translateX(5px);
}

.erp_arrows > .slick-arrow img {
	width: 9px;
	height: auto;
}

.erp_arrows > .slick-arrow.prev img {
	transform: rotate(180deg);
	margin-right: 4px;
}

.erp_arrows > .slick-arrow.next img {
	margin-left: 4px;
}





@media all and (max-width: 840px) {
	
	.testimonials_wrapper .single_testimonial {
		flex-direction: column;
		height: auto;
	}
	
	.testimonials_wrapper .single_testimonial .bild, 
	.testimonials_wrapper .single_testimonial .text {
		display: flex;
		flex-basis: 100%;
	}
	
	.testimonials_wrapper .single_testimonial .text {
		align-items: flex-start;
	}
	
	.testimonials_wrapper .single_testimonial .bild,
	.testimonials_wrapper .single_testimonial .bild img {
		height: 300px;
		max-height: 300px;
		width: 100%;
	}
}
