@font-face {
	font-family: 'entypo';
	src:url('../fonts/controls/entypo.eot');
	src:url('../fonts/controls/entypo.eot?#iefix') format('embedded-opentype'),
		url('../fonts/controls/entypo.woff') format('woff'),
		url('../fonts/controls/entypo.ttf') format('truetype'),
		url('../fonts/controls/entypo.svg#entypo') format('svg');
	font-weight: normal;
	font-style: normal;
}

.cbp-bislideshow {
/*
	list-style: none;
	z-index: -1;
	position: fixed;
	float: left;
	width: 1172px;
	height: calc(100vh - 144px);
	background: #c1bab0;
	margin-top: -95px;
*/
}

.cbp-bislideshow li {
/*
	position: absolute;
	width: 100%;
	height: 100%;
	top: -0.5%;
	left: -0.5%;
	opacity: 0;
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	transition: opacity 1s;
*/
}

/* If background-size supported we'll add the images to the background of the li */

.backgroundsize .cbp-bislideshow li {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-position: center center;
}

/* ...and hide the images */
.backgroundsize .cbp-bislideshow li img {
	display: none;
}

.cbp-bislideshow li img {
	display: block;
	width: 100%;
}

.cbp-bicontrols {
/* 	position: fixed; */
	position: absolute;
	display: flex;
	justify-content: space-between;
	width: 1172px;
	height: 100px;
	margin: 0px auto;
	top:  calc(50vh - 44px - 200px);
	left: calc(50vw - 586px);
}

.cbp-bicontrols span {
	float: left;
	width: 300px;
	height: 400px;
	position: relative;
	cursor: pointer;
/* 	background: rgba(0, 221, 255, 0.45); */
	
}

/*
.cbp-bicontrols span:before {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-align: center;
	font-family: 'entypo';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 100px;
	font-size: 80px;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	opacity: 0.7;
}
*/

.cbp-bicontrols span:hover:before {
	opacity: 1;
}

.cbp-bicontrols span:active:before {
	top: 2px;
}

span.cbp-biplay:before {
	content: "\e002";
}

span.cbp-bipause:before {
	content: "\e003";
}


span.cbp-bipause,
span.cbp-biplay{
	display: none;
}


/*
span.cbp-binext:before {
	content: "\e000";
}
*/


/*
span.cbp-biprev:before {
	content: "\e001";
}
*/

/* --------------------------------- PFEILE */

span.cbp-binext{
	background-image: url(../../elemente/pfeil_next.svg) ;
	background-repeat: no-repeat;
	background-size: 50px;
	background-position: right center;
	margin-right: -22px;

}

span.cbp-biprev{
	background-image: url(../../elemente/pfeil_prev.svg) ;
	background-repeat: no-repeat;
	background-size: 50px;
	background-position: left center;
	margin-left: -22px;
}





.cbp-bicontrols span.cbp-binext {
	float: right;
}

/* Fallback */

.no-js.no-backgroundsize .cbp-bislideshow li:first-child {
	opacity: 1;
}

.no-js.backgroundsize .cbp-bislideshow li:first-child img {
	display: block;
}
