/**
 * 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;
position: absolute;
bottom: 4vw;
width: 100%;
text-align: center;
}
.owl-theme .owl-nav {
display: none;
}
.owl-theme .owl-nav [class*="owl-"] {
}
.owl-theme .owl-nav .disabled {
cursor: default;
-webkit-transition: all ease-out .4s;
-moz-transition: all ease-out .4s;
-ms-transition: all ease-out .4s;
-o-transition: all ease-out .4s;
transition: all ease-out .4s;
}
.owl-theme .owl-dots .owl-dot {
display: inline-block;
margin-right: 1.75vw;
margin-left: 1.75vw;
-webkit-transition: all ease-out .4s;
-moz-transition: all ease-out .4s;
-ms-transition: all ease-out .4s;
-o-transition: all ease-out .4s;
transition: all ease-out .4s;
}
.owl-theme .owl-dots .owl-dot span {
width: 1vw;
height: 1vw;
display: block;
background-image: url("bilder/iocn_slide_circle.svg");
background-repeat: no-repeat;
background-size: 100% 100%;
/*position: absolute;
margin-left: 50%;*/
-webkit-transition: all ease-out .4s;
-moz-transition: all ease-out .4s;
-ms-transition: all ease-out .4s;
-o-transition: all ease-out .4s;
transition: all ease-out .4s;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
background-image: url("bilder/iocn_slide_circle.svg");
background-repeat: no-repeat;
background-size: 100% 100%;
opacity: 1;
-webkit-transition: all ease-out .4s;
-moz-transition: all ease-out .4s;
-ms-transition: all ease-out .4s;
-o-transition: all ease-out .4s;
transition: all ease-out .4s;
}
.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;
-webkit-transition: all ease-out .4s;
-moz-transition: all ease-out .4s;
-ms-transition: all ease-out .4s;
-o-transition: all ease-out .4s;
transition: all ease-out .4s;
}
.owl-theme .owl-dots .owl-dot span {
opacity: 0.5;
-webkit-transition: all ease-out .4s;
-moz-transition: all ease-out .4s;
-ms-transition: all ease-out .4s;
-o-transition: all ease-out .4s;
transition: all ease-out .4s;
}


@media screen and (max-width: 834px) {
.owl-theme .owl-dots .owl-dot {
margin-right: 2.5vw;
margin-left: 2.5vw;
}
.owl-theme .owl-dots .owl-dot span {
width: 1.75vw;
height: 1.75vw;
position: relative;
}
.owl-theme .owl-dots, .owl-theme .owl-nav {
bottom: 5vw;
}
}

@media screen and (max-width: 500px) {
.owl-theme .owl-dots .owl-dot {
margin-right: 2.5vw;
margin-left: 2.5vw;
}
.owl-theme .owl-dots .owl-dot span {
width: 2.75vw;
height: 2.75vw;
position: relative;
}
.owl-theme .owl-dots, .owl-theme .owl-nav {
bottom: 7.5vw;
}
}




