/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls{text-align: left;}
.owl-theme .owl-controls .owl-pagination{  margin-top:2px;} 



/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons{ position: absolute; top:0; z-index: 11; width:100%; height:100%;  }
.slider.owl-theme .owl-controls .owl-buttons {display:none}
.owl-theme .owl-controls .owl-buttons div{color: #92BD44;display: inline-block;zoom: 1;*display: inline;/*IE7 life-saver */font-size: 20px;background-repeat: no-repeat; background-position: center; background-size: 50%;filter: Alpha(Opacity=100);/*IE7 fix*/opacity: 1;padding-left:10px;padding-right:10px;width:20px;}


/* 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: 12px;
    height: 12px;
    margin-right: 4px;
    opacity: 1;
    background: #403f3f;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
    filter: Alpha(Opacity=100);/*IE7 fix*/
    background: #92bd44;
}

/* 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;

}

/* preloading images */
.owl-item.loading{
    min-height: 150px;
    background: url(AjaxLoader.gif) no-repeat center center
}
.owl-theme .owl-controls .owl-buttons .owl-next{ right:0; position: absolute; height:100%; background-image: url(../img/pfeil_rechts_weiss.png);}
.owl-theme .owl-controls .owl-buttons .owl-prev{ height:100%;  background-image: url(../img/pfeil_links_weiss.png); }

.slider_right_box .owl-theme .owl-controls .owl-buttons .owl-next{ right:-40px;background-image: url(../img/pfeil_rechts.png); background-size:  auto 25px;}
.slider_right_box .owl-theme .owl-controls .owl-buttons .owl-prev{ display: none;}


@media only screen and (max-width: 1170px) {
.slider_right_box .owl-theme .owl-controls .owl-buttons .owl-next{ right: 5px; background-position: center 95%; }

}

@media only screen and (max-width: 764px) {
.slider_right_box .owl-theme .owl-controls .owl-buttons .owl-next{ right: 2px;  background-position: center right; }

}