/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls{
	position: absolute;
	top: 0;
	width: 100%
}

.owl-theme .owl-controls .owl-pagination{
	position: relative;
	/* max-width: 940px; */
	/* margin: 92px auto 0 auto; */
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 8px;
	height: 8px;
	margin: 0 5px 0 0;
	background: #C8C8C8;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	background-color: #94c11c;
	border: 1px solid #fff;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}




/* ######################################################## */


/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.dce_slide_bauchbinde {
	position: relative;
}

.dce_slide_bauchbinde .dce_slide_bauchbinde_image img{
	width: 100%;
	height: auto;
}

.dce_slide_bauchbinde .dce_slide_bauchbinde_claim_wrap{
	position: absolute;
	bottom: 25px;
	left: 20px;
	right: 40%;
}

.dce_slide_bauchbinde .dce_slide_bauchbinde_claim{
	padding: 10px;
	background-color: #008df4;
	margin-bottom: 3px;
}

.dce_slide_bauchbinde .dce_slide_bauchbinde_claim p{
	color: #fff;
	margin-bottom: 0;
	font-size: 18px;
}

.dce_slide_bauchbinde .dce_slide_bauchbinde_link{
	padding: 10px;
	background-color: #fff;
}

.dce_slide_bauchbinde .dce_slide_bauchbinde_link p a{
	color: #008df4;
	margin-bottom: 0;
	font-size: 14px;
	font-family:"DaxWeb W01 Medi", Arial;
}

.dce_slide_bauchbinde .dce_slide_bauchbinde_link p a:hover{
	text-decoration:none;
	color: #94c11c;
}

.dce_slide_bauchbinde .dce_slide_bauchbinde_link p a::before{
	content: "\00BB";
	font-size: 14px;
	display: inline-block;
	margin-right: 4px;
}

.dce_slide_bauchbinde .dce_slide_bauchbinde_link p:last-child{
	margin-bottom: 0 !important;
}


.dce_slide_grauerhintergrund {
	background-color: #FBFCFC;
	padding: 25px 60px;
}


.owl-theme2.owl-theme{
	position: relative;
}

.owl-theme2.owl-theme{
	padding-bottom: 10px;
	background-image: url(../../../Resources/Public/Images/schattenunterbild.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: 100% 10px;
}

.owl-theme2 .owl-controls{
	margin-top: 0px;
	text-align: center;
	position: static;
	bottom:  10px;
}


.owl-theme2.grauerhintergrund .owl-wrapper-outer {
	background-color: #FBFCFC;
}

/* Styling Next and Prev buttons */

.owl-theme2 .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 0;
	padding: 0;
	font-size: 12px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background: none;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 1;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme2 .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/


.owl-theme2 .owl-controls .owl-pagination {
	position: absolute;
	bottom: 12px;
	left: 0;
	right: 0;
}

.owl-theme2 .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}

.owl-theme2 .owl-controls .owl-buttons div.owl-prev {
	position: absolute;
	top: 50%;
	left: 0;
	width: 22px;
	height: 45px;
	background-image: url(../assets/img/arrow_left.png);
	margin-top: -23px;
}

.owl-theme2 .owl-controls .owl-buttons div.owl-prev:hover {
	background-image: url(../assets/img/arrow_left_on.png);
}

.owl-theme2 .owl-controls .owl-buttons div.owl-next {
	position: absolute;
	top: 50%;
	right: 0;
	width: 22px;
	height: 45px;
	background-image: url(../assets/img/arrow_right.png);
	margin-top: -23px;
}

.owl-theme2 .owl-controls .owl-buttons div.owl-next:hover {
	background-image: url(../assets/img/arrow_right_on.png);
}




.owl-theme2 .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 0px 4px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	/* -webkit-border-radius: 20px; */
	-moz-border-radius: 20px;
	/* border-radius: 20px; */
	background: #565656;
}

.owl-theme2 .owl-controls .owl-page.active span,
.owl-theme2 .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme2 .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}


