/**
 * 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;
width: 100%;
position: relative;
bottom: 2.5vw;
z-index: 2;
text-align: center;
}
.owl-carousel .owl-stage {
position: relative;
-ms-touch-action: pan-Y;
touch-action: manipulation;
-moz-backface-visibility: hidden;
/* fix firefox animation glitch */
padding-bottom: 9.5vw;
}
.owl-carousel .owl-stage:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
z-index: 2;
position: relative;
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
position: relative;
min-height: 0px;
float: left;
-webkit-backface-visibility: hidden;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
}
.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
pointer-events: none;
opacity: 0.4;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
cursor: pointer;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.owl-carousel .owl-item img {
display: block;
width: 100%;
}
.owl-theme .owl-nav {
width: 100%;
position: absolute;
}
.owl-theme .owl-nav [class*="owl-"] {
display: inline-block;
cursor: pointer;
border-radius: 0px;
}
.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;
}
.owl-theme .owl-dots .owl-dot span {
width: 3vw;
height: 3vw;
display: block;
background-image: url("bilder/icon_slide_dot.svg");
background-repeat: no-repeat;
background-size: 100% 100%;
-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/icon_slide_dot_aktiv.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 {
background-image: url("bilder/icon_slide_back.svg");
background-repeat: no-repeat;
border: none;
float: left;
position: relative;
transition: all ease-out .3s;
width: 3.125vw;
height: 2.421875vw;
background-size: cover;
display: flex;
justify-content: space-between;
margin-left: 0px;
}
.owl-carousel .owl-nav button.owl-next {
background-image: url("bilder/icon_slide_next.svg");
background-repeat: no-repeat;
border: none;
float: left;
position: relative;
transition: all ease-out .3s;
width: 3.125vw;
height: 2.421875vw;
background-size: cover;
display: flex;
justify-content: space-between;
margin-left: 6vw;
}
.owl-item:not(.active) + .owl-item.active {
opacity: 1;
transition: all ease-out .4s;
}


@media screen and (max-width: 1194px) {
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
width: 4.1876046901172534vw;
height: 3.2453936348408705vw;
}
.owl-theme .owl-dots, .owl-theme .owl-nav {
bottom: 0.5vw;
}
}

@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 834px) {
.owl-carousel .owl-stage {
padding-bottom: 20vw;
}
.owl-theme .owl-nav {
width: 88vw;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
width: 7.194244604316546vw;
height: 5.575539568345324vw;
}
}

@media screen and (max-width: 500px) {
.owl-carousel .owl-stage {
padding-bottom: 29vw;
}
.owl-carousel .owl-nav button.owl-prev {
  margin-left: 50vw;
}
.owl-carousel .owl-nav button.owl-next {
float: right;
margin-left: 0vw;
}
.owl-theme .owl-nav {
  width: 75.5vw;
  bottom: 1vw;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
width: 9.30232558139535vw;
height: 7.209302325581396vw;
}
}


