/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-theme .owl-dots,.owl-theme .owl-nav {
-webkit-tap-highlight-color: transparent;
/*text-align: center;*/
}
.owl-theme .owl-nav {
	margin-top: 0px;
	position: absolute;
	top: 50%;
	left: 0px;
}
.owl-theme .owl-nav [class*="owl-"] {
	display: inline-block;
	cursor: pointer;
	border-radius: 0px;
	width: 1px;
	height: 1px;
	margin-top: 0px;
}
.owl-theme .owl-nav .disabled {
    cursor: default;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    width: 50px;
	margin-right: 25px;
    zoom:1;
}
.owl-theme .owl-dots .owl-dot span {
    width: 50px;
    height: 10px;
    margin-left: 10%;
    display: block;
    background-image: url(bilder/icon_slide_strich_weiss.svg);
    background-repeat: no-repeat;
	background-size: 100% 100%;
    position: absolute;
    bottom: 10%;
}
.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span {
	background-image: url(bilder/icon_slide_strich_blau.svg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
background: none;
color: inherit;
border: none;
padding: 0 !important;
font: inherit; 
}


@media screen and (min-width: 1921px) {
}

@media screen and (max-width: 1440px) {
.owl-theme .owl-dots .owl-dot span {
    margin-left: 6.6%;
}
	
}

@media screen and (max-width: 1080px) {
.owl-theme .owl-dots .owl-dot span {
    bottom: 12.5%;
}
	
}

@media screen and (max-width: 960px) {
.owl-theme .owl-dots .owl-dot span {
    margin-left: 5%;
}
.owl-theme .owl-dots .owl-dot span {
	width: 40px;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    width: 30px;
}
	
}

@media screen and (max-width: 414px) {
.owl-theme .owl-dots .owl-dot span {
    margin-left: 25px;
}
.owl-theme .owl-dots .owl-dot span {
	width: 30px;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    width: 20px;
}
	
}