/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-theme3 .owl-dots,.owl-theme .owl-nav {
-webkit-tap-highlight-color: transparent;
/*text-align: center;*/
}
.owl-theme3 .owl-nav {
margin-top: 0px;
position: absolute;
top: 50%;
left: 0px;
}
.owl-theme3 .owl-nav [class*="owl-"] {
display: inline-block;
cursor: pointer;
border-radius: 0px;
width: 1px;
height: 1px;
margin-top: 0px;
}
.owl-theme3 .owl-nav .disabled {
    cursor: default;
}
.owl-next {
background-image: url();
background-repeat: no-repeat;
}
.owl-theme3 .owl-dots .owl-dot {
    display: inline-block;
    width: 8px;
	margin-right: 15px;
    zoom:1;
}
.owl-theme3 .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin-left: 0px;
    display: block;
    background-image: url(bilder/icon_slide_kreis_hellblau_slide_klein.svg);
    background-repeat: no-repeat;
	background-size: 100% 100%;
    position: absolute;
    bottom: -20px;
}
.owl-theme3 .owl-dots .owl-dot.active span,.owl-theme3 .owl-dots .owl-dot:hover span {
background-image: url(bilder/icon_slide_kreis_blau_slide_klein.svg);
background-repeat: no-repeat;
background-size: 100% 100%;
}
.owl-carousel3 .owl-nav button.owl-prev,
.owl-carousel3 .owl-nav button.owl-next,
.owl-carousel3 button.owl-dot {
background: none;
color: inherit;
border: none;
padding: 0 !important;
font: inherit; 
}


@media screen and (max-width: 320px) {.owl-theme3 .owl-dots .owl-dot span {
    margin-left: 20px;
    bottom: 20px;
}
}