/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
	position: relative;
	margin-bottom: 60px;
	padding: 0;
 *zoom: 1;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	
}
 .bx-wrapper {
 background-color:#000000;
 text-align:center;
}
}
.bx-wrapper img {
	width: 100%;
	display: block;
}
.bxslider {
	margin: 0;
	padding: 0;
	margin-bottom: 100px!important;
}
ul.bxslider {
	list-style: none;
}
.bx-viewport {
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	width: 100%;
}
.slide {
}
/** THEME
===================================*/
.bx-wrapper {
	width: 100%;
	height: 100%;
	background: #fff;
	text-align:center;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 100px;
	width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
	display: none;
}
/* PAGER */
.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus {
	background: #e9ecf4;
}
.bx-wrapper .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	vertical-align: bottom;
 *zoom: 1;
 *display: inline;
}
.bx-wrapper .bx-pager-item {
	font-size: 0;
	line-height: 0;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
	left: 10px;
	background: url('../Images/controls.png') no-repeat 0 -32px;
}
.bx-wrapper .bx-prev:hover, .bx-wrapper .bx-prev:focus {
	background-position: 0 0;
}
.bx-wrapper .bx-next {
	right: 10px;
	background: url('../Images/controls.png') no-repeat -43px -32px;
}
.bx-wrapper .bx-next:hover, .bx-wrapper .bx-next:focus {
	background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
	text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url('../Images/controls.png') -86px -11px no-repeat;
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active, .bx-wrapper .bx-controls-auto .bx-start:focus {
	background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url('../Images/controls.png') -86px -44px no-repeat;
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active, .bx-wrapper .bx-controls-auto .bx-stop:focus {
	background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}
.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}
/* zusatzStyle */
/* kleine Slideshow  */



.caption-style-1 {
	float: left;
	padding: 0px;
	position: relative;
	overflow: hidden;
}
.caption-style-1 div:hover .caption {
	opacity: 1;
}
.caption-style-1 img {
	margin: 0px;
	padding: 0px;
	float: left;
	z-index: 4;
	width: 100%;
}
.caption-style-1 .caption {
	cursor: pointer;
	position: absolute;
	opacity: 0;
	-webkit-transition: all 0.45s ease-in-out;
	-moz-transition: all 0.45s ease-in-out;
	-o-transition: all 0.45s ease-in-out;
	-ms-transition: all 0.45s ease-in-out;
	transition: all 0.45s ease-in-out;
	width: 100%;
	height: 100%;
}
.caption-style-1 .blur {
	background-color: rgba(0,0,0,0.65);
	/*height: 300px;
		width: 480px;*/
	height: 100%;
	width: 100%;
	z-index: 5;
	position: absolute;
}
.caption-style-1 .caption-text {
	z-index: 10;
	color: #fff;
	position: absolute;
	width: 100%;
	height: 100vh;
	padding: 50px 35px 50px 35px;
}
.caption-style-1 .caption-text h3 {
	font-size: 40px;
	padding-bottom: 26px;
	text-transform: uppercase;
	font-family: 'DINNextLTPro-Medium';
	font-weight: normal;
}
.bx-pager-item {
	display: none!important;
}
/**Kundenstimmen
################################
###################################*/

.costumer .bx-wrapper{
	
	margin-bottom: 0px;

}

.boxCostumer {
	
	
	min-height: 350px;
}

.caption-style-5 {
	float: left;
	position: relative;
	overflow: hidden;
	width:100%;
	
	height: 100vh;
}
.caption-style-5 .quotationMarksLeft {
	width: 10%;
	position: absolute;
	top: -10px;
	left: 50px;
		
}
.caption-style-5 .quotationMarksLeft img {
	width: 40px;
	height:50px;
}
.caption-style-5 .boxCostumer {
	float: left;
	z-index: 4;
	width: 100%;
	height: 100%!important;
}
.caption-style-5 .quotationMarksRight {
	position: absolute;
	bottom: 0px;
	right: 30px;
	width: 10%;

}
.caption-style-5 .quotationMarksRight img {
	width: 40px;
	/*height:50px;*/
}
.caption-style-5 .costumTxt {
	padding: 14px 100px 0px 130px;
	margin-bottom:0px;
}
.caption-style-5 .costumTxt p {
	font-size: 23px!important;
	font-family: 'DINNextLTPro-Regular'!important;
	src: url('../font/DINNextLTPro-Light.otf') format('opentype');
	font-weight: normal;
	
}
.caption-style-5 .costumName {
	padding: 20px 100px 0 130px;
	height:100%;
	width:100%;
}
.caption-style-5 .costumName p {
	font-size: 20px!important;
	font-family: 'DINNextLTPro-Light'!important;
	src: url('../font/DINNextLTPro-Light.otf') format('opentype');
	font-weight: lighter;
}
.costumer .bx-wrapper .bx-prev {
	left: 0px;
	background: url('../Images/controls_grau.png') no-repeat 0 -32px!important;
}
.costumer .bx-wrapper .bx-prev:hover, .bx-wrapper .bx-prev:focus {
	background-position: 0 0;
}
.costumer .bx-wrapper .bx-next {
	right: 0px;
	background: url('../Images/controls_grau.png') no-repeat -43px -32px!important;
}

@media only screen and (max-device-width: 1920px), all and (max-width:1920px) {

.caption-style-5 .costumName p {
	font-size: 16px!important;
	
}
.caption-style-5 .costumTxt p {
	font-size: 20px!important;
	
	
}	
}
