.owl-theme .owl-controls{
        position: absolute;
        top: 30%;
        left: 0;
        width: 100%;
	pointer-events:none;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div {
	pointer-events:auto;
	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: #000 url('../img/arrows.png') no-repeat 0 0; 
	filter: Alpha(Opacity=30);/*IE7 fix*/
	opacity: 0.3;        
        width: 45px; 
        height: 45px;            
        
}

.owl-theme .owl-controls .owl-buttons .owl-next{
    background-position: 100% 0;  
    position: absolute;
    right: 0;
}

.owl-theme .owl-controls .owl-buttons div *{
    color: #f00;
}
/* 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: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

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

/* If Pagination is true */
.owl-pagination {
    display:none;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}

.owl-item{
    height: 100%;
}

.owl-container .owl-bild img{
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
    max-height: 100%;
    width: auto; 
    box-shadow: inset 20px 0 20px -20px #000000;
}

.owl-container {
    // max-width: 700px;
    background: url('../img/bg.jpg');
    background-size: 120% 120%;
    background-position: center center;
}

.owl-container .item {
    min-height: 250px;
    height: 100%;
    text-align:center;
}

.owl-bild{
    position: relative;
    vertical-align: middle;
    height: 100%;
    width: 68%;
    float: right;            
    color: #ddd;
}

.owl-shadow {
    box-shadow: inset 20px 0 20px -20px #000000;
    width: 20px;
    height: 100%;
    position: absolute;   
    z-index: 400;
}

.owl-caption {
    float: left;
    text-align: center;
    display:block;
    width:32%;
    height: 100%;
    background: #000;    
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;   
    color: #fff;
        position: fixed;
}

.owl-caption h4{
    padding: 20px 5px 0px 5px;
}

.owl-caption p {
    padding: 5px;
}

.owl-caption h4 {   
    font-weight: bold;
}

.owl-caption a {   
    color: #fff !important;
}

.owl-caption a:hover {   
    color: #faab1a !important;
}

.owl-termin {
    text-align: left;
    width: 100%;
    font-size: 1.5em;
font-weight: 300;
}

.zeit {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    padding: 10px;
}

#hempslide {
    width: 100%;
}


