/* === Slideshow Kundenstimmen === */

/* --- Allgemein --- */

.kundenstimmen{
	position: relative;
	padding-top: 80px;
	padding-left: 260px;
	max-width: 1200px;
	margin: 0 auto;
	
}

.kundenstimmen__profilbild{
	position: absolute !important;
	top: 0px;
	left: 0px;
	width: 388px;
	height: 388px;
	border-radius: 388px;
	
	box-shadow: 0px 0px 80px rgba(26, 50, 93, 0.2);
	z-index: 2;
}

.kundenstimmen__profilbild::before{
	display: inline-block;
	position: absolute;
	top: -20px;
	left: 50%;
	content: '';
	width: 528px;
	height: 528px;
	background: #f4f4f4;
	border-radius: 528px;
	z-index: -1;
}

.kundenstimmen__profilbild img{
	width: 388px;
	height: 388px;
	border-radius: 100% !important;
	object-position: center;
	object-fit: cover;
	position: relative;
	z-index: 2;
	margin: 0 !important;
	box-shadow: none !important;
}

.kundenstimme__logo{
	border-radius: 0 !important;
	box-shadow: none !important;
	margin: 0 !important;
}

.kundenstimme__foter{
	margin-top: 20px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

/* --- Slideshow --- */

.slideshow-kundenstimmen{
	z-index: 3;
}

.slideshow-kundenstimmen .slick-list{
	padding-bottom: 0px;
}

.slideshow-kundenstimmen .slick-dots{
	display: inline-block;
	position: absolute;
	right: 60px;
	top: 7px;
	left: auto;
	bottom: auto;
	width: auto;
}

.kundenstimme{
	position: relative;
	padding: 60px;
	
}

/*
.kundenstimme::before {
	z-index: 10;
	position: absolute;
	left: -35px;
	bottom: 100%;
	width: 258px;
	height: 115px;
	background-image: url(../img/arrow_speechbubble.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	display: block;
	content: '';
}*/

.kundenstimme__inner{
	position: relative;
	background: #ffffff;
	padding: 78px 70px 72px 88px;
	border-radius: 20px;
	box-shadow: 0px 0px 60px rgba(26, 50, 93, 0.2);
	width: 100%;
	z-index: 5;
}

.kundenstimme__image{
	display: none !important;
}

.kundenstimme__content{
	font-size: 28px;
	line-height: 33px;
	font-family: 'Rubik', sans-serif;
	color: #363b44;
	font-weight: 700;
	margin-bottom: 0px;
}

.kundenstimme__footer{
	margin-top: 36px;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}

.kundenstimme__footer__left{
	margin-right: 30px;
}

.kundenstimme__footer__left img{
	max-height: 40px;
}

.kundenstimme__customer{
	font-size: 16px;
	line-height: 24px;
	font-family: 'Rubik', sans-serif;
	font-weight: 300;
	color: #686868;
	margin-bottom: 0px;
}

@media (max-width: 1199.98px){
	.kundenstimme__inner{
		padding: 20px;
	}
}

@media (max-width: 767.98px){
	
	.kundenstimmen__profilbild img{
		width: 230px;
		height: 230px;
	}
	
	.kundenstimmen .slick-list{
		margin-top: 0 !important;
	}
	
	.kundenstimme{
		padding: 0px;
	}
	
	.kundenstimme__inner{
		box-shadow: none;
		border: 1px solid rgba(26, 50, 93, 0.2);
	}
	
	.kundenstimmen__profilbild{
		width: 230px;
		height: 230px;
		border-radius: 100%;
	}
	
}

@media (max-width: 499.98px){
	.kundenstimmen{
		padding-top: 275px !important;
	}
}

