.testimonies { 

	position: relative;
	padding: 15vh 0 20vh;
	z-index: 2;
	overflow: hidden; }

.testimonies .container {
	position: relative;
	max-width: 80vw; }

/*.testimonies .box {
	position: absolute;
	top: -5vh;
	width: 100%;
	height: 100%;
	border-top: 2px solid var(--bexco-grey);
	border-bottom: 2px solid var(--bexco-grey);
	z-index: 1; }*/

.testimonies .sup {
	position: relative;
	color: white;
	text-transform: uppercase;
	text-align: right;
	font-family: var(--bexco-bold);
	font-size: 8vw;
	font-weight: 800;
	line-height: 0.8;
	letter-spacing: 0;
	border-bottom: 2px solid var(--bexco-grey);
	padding: 20px 50px 0;
	z-index: 2; }

.testimonies .sub {
	position: relative;
	color: white;
	text-align: right;
	padding: 0 50px;
	margin: 0 0 50px;
	z-index: 2; }

.testimonies .grid,
.testimonies .swiper {
	position: relative;
	left: -25%;
/*	display: grid;*/
/*	grid-template-columns: repeat(5, 1fr);*/
/*	grid-gap: 5vw;*/
	width: 150%;
	z-index: 3; }

.testimonies .grid .item,
.testimonies .swiper .swiper-slide {
	position: relative;
	display: grid;
	grid-template-columns: 60px 1fr;
	grid-template-rows: 1fr 70px;
	grid-gap: 20px;
	padding-bottom: 100px; }

	.testimonies .swiper .swiper-slide {
		transform: translateY(100px); 
		opacity: 0.6;
		transition: 0.3s; }
	.testimonies .swiper .swiper-slide.swiper-slide-next {
		transform: translateY(0); 
		opacity: 1;
		transition: 0.3s; }

	.testimonies .grid .item:nth-child(1) { top: 10%; opacity: 0.6; }
	.testimonies .grid .item:nth-child(3) { top: 10%; opacity: 0.6; }
	.testimonies .grid .item:nth-child(4) { top: 20%; opacity: 0.4; }
	.testimonies .grid .item:nth-child(5) { top: 30%; opacity: 0.2; }

.testimonies .grid .item .testimony,
.testimonies .swiper .swiper-slide .testimony{
	position: relative;
	display: flex;
	align-items: center;
	grid-column: span 2; }

.testimonies .grid .item .testimony .text,
.testimonies .swiper .swiper-slide .testimony .text {
	position: relative;
	color: var(--bexco-lite);
	margin: 30px 0;
	z-index: 2; }

.testimonies .grid .item .testimony .quote,
.testimonies .swiper .swiper-slide .testimony .quote {
	position: absolute;
	top: -5vh;
  	left: -2vw;
	color: var(--bexco-zwei);
	font-family: var(--bexco-bold);
	font-size: 20vw;
	letter-spacing: 0;
	line-height: 1;
	opacity: 0.5;
	z-index: 1; }

.testimonies .grid .item .portrait,
.testimonies .swiper .swiper-slide .portrait {
	background-size: cover;
	background-position: center; }

.testimonies .grid .item .author,
.testimonies .swiper .swiper-slide .author {
	font-size: 0.8vw;
	letter-spacing: 0;
	opacity: 0.5 }

.testimonies .grid .item .author .name,
.testimonies .swiper .swiper-slide .author .name {
	color: var(--bexco-eins);
	font-weight: 700; }

@media (max-width: 900px) {
	.testimonies {
	    padding: 15vh 0 5vh; }

	.testimonies .sup {
	    font-size: 15vw;
	    padding: 0; }

	.testimonies .sub {
	    padding: 0; }

	.testimonies .grid,
	.testimonies .swiper {
		left: -75%;
		width: 250%; }

	.testimonies .grid .item .testimony .quote, .testimonies .swiper .swiper-slide .testimony .quote {
	    top: 0;
	    left: -50px;
	    font-size: 300px; }

	.testimonies .grid .item .author,
	.testimonies .swiper .swiper-slide .author {
		font-size: 14px;
}