/*
CSS CBS – Unternehmen
*/

/*** UNTERNEHMEN ***/

#intro {
	padding-bottom:0;
}
#statements {
	padding-top:0;
}
#statements > .content {
	max-width:85em;
}
#statements .multicol > .col > .box {
	padding-top:0;
	padding-bottom:0;
}
.pingpong .video-block iframe {
	filter: brightness(120%);
}
.pingpong .innercol {
	display: grid;
	grid-template-areas: 
		"image desc";
	grid-template-columns: 50% 50%;
	margin-top:0.25em;
}
.pingpong .innercol:nth-child(2n+0) {
	display: grid;
	grid-template-areas: 
		"desc image";
	grid-template-columns: 50% 50%;
}
.pingpong .innercol .image {
	grid-area: image;
	width:auto;
	position: relative;
	display: grid;
	height:100%;
	background: linear-gradient(90deg,rgba(var(--blue3),0), rgba(var(--blue3),0.5)10%, rgba(var(--blue3),0.5)90%, rgba(var(--blue3),0));
}
.pingpong .innercol .image .box {
	padding:0;
	margin: 0em -10%;
	_box-shadow: 0 0 2em 0.5em rgba(var(--white),1);
	align-self: center;
}
.pingpong .innercol .desc {
	grid-area: desc;
	width: auto;
	display: grid;
	background: linear-gradient(90deg,rgba(var(--blue3),0), rgba(var(--blue3),0.5)10%, rgba(var(--blue3),0.5)90%, rgba(var(--blue3),0));
}
.pingpong .innercol .desc .box {
	margin: 0 -1em 0 -1em;
	padding:1em;
	align-self: center;
	color: rgb(var(--white));
	background: rgb(var(--darkblue));
	box-shadow:0 0.125em 1em -0.5em rgba(var(--black),0.75);
	position: relative;
}
.pingpong .innercol .desc .box::before {
	content:'';
	position: absolute;
	left:-2.9em;
	top:50%;
	border: solid 1.5em transparent;
	border-right-color: rgb(var(--darkblue));
	transform: translate(0,-50%);
}
.pingpong .innercol:nth-child(2n+0) .desc .box::before {
	left:auto;
	right:-2.9em;
	border-right-color: transparent;
	border-left-color: rgb(var(--darkblue));
}
.pingpong .innercol .desc .box h3 {
	font-size:1.5em;
	line-height:1.1;
	font-weight:800;
	margin-top:0 !important;
}
.pingpong .innercol .desc .box p {
	font-size:0.9em;
	font-weight:500;
	margin-top: 0.75em !important;
}
@media(max-width:1825px){
	.pingpong .innercol .image .box {
		margin: 0em -10% 0 -1em;
	}
	.pingpong .innercol:nth-child(2n+0) .image .box {
		margin: 0em -1em 0 -10%;
	}
}
@media(max-width:660px){
	.pingpong .innercol {
		display: block !important;
	}
	.pingpong .innercol .col .box {
		margin:0 !important;;
	}
	.pingpong .innercol .desc .box::before {
		content:'';
		position: absolute;
		right: auto !important;
		left: 50% !important;
		top:0% !important;;
		border: solid 1.5em transparent !important;
		border-bottom-color: rgb(var(--blue)) !important;
		transform: translate(-50%,-100%) !important;
	}
	.pingpong .innercol .desc .box h3 {
		font-size:1.25em;
		line-height:1.1;
		font-weight:800;
		margin-top:0 !important;
	}
}

#testimonials {
	padding-top:0
}
#testimonials > .content {
	max-width: 65em;
}
#testimonials .box {
	padding-top:0;
	padding-bottom: 3rem;
}
#testimonials .testimonial-wrapper li {
	height:0;
	overflow:hidden;
	text-align: center;
}
#testimonials .testimonial-wrapper .bx-viewport li {
	height:auto;
}
#testimonials .testimonial-wrapper .bx-wrapper,
#testimonials .testimonial-wrapper .bx-viewport {
	min-height: 13rem;
}
#testimonials .testimonial .title {
	font-size: 1.125em;
	font-weight: bold;
	margin-top: 0.5em;
	margin-bottom: 1rem;
}
#testimonials .testimonial .autor {
	font-size: 0.98em;
	font-weight: 400;
	font-style: italic;
	margin-top: 2em;
	margin-bottom: 1em;
}
@media(max-width:660px){
	#testimonials .cat-heading {
		font-size:0.9em;
	}
	#testimonials .testimonial-wrapper .bx-wrapper,
	#testimonials .testimonial-wrapper .bx-viewport {
		min-height: 17rem;
	}
	#testimonials .testimonial .slide {
		font-size:0.9em;
	}
}
 
 
 
 
 
 /*** SHORTCODES-CUSTOM-CSS ***/
 
