/**
 * 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;
/*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 */
}
.owl-carousel .owl-stage:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
.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: 8vw;
bottom: -5vw;
position: absolute;
left: 69.5%;
}
.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-carousel .owl-nav button.owl-prev {
background-image: url("bilder/slide_firm_back.svg");
background-repeat: no-repeat;
border: none;
float: left;
position: relative;
transition: all ease-out .3s;
width: 0.8333333333333334vw;
height: 2.083333333333333vw;
background-size: contain;
display: flex;
justify-content: space-between;
margin-left: 0px;
}
.owl-carousel .owl-nav button.owl-next {
background-image: url("bilder/slide_firm_next.svg");
background-repeat: no-repeat;
border: none;
float: right;
position: relative;
transition: all ease-out .3s;
width: 0.8333333333333334vw;
height: 2.083333333333333vw;
background-size: contain;
display: flex;
justify-content: space-between;
}

.owl-item:not(.active) + .owl-item.active .sea {
opacity: 1;
transition: all ease-out .4s;
}



@media screen and (max-width: 1440px) {
.owl-theme .owl-nav {
left: 70%;
}
}
@media screen and (max-width: 1366px) {
.owl-theme .owl-nav {
left: 70.5%;
}
}

@media screen and (max-width: 1194px) {
.owl-theme .owl-nav {
width: 9vw;
bottom: -6vw;
left: 67.5%;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
width: 1.256281407035176vw;
height: 3.154539363484087vw;
}
}

@media screen and (max-width: 1024px) {
.owl-theme .owl-nav {
left: 67.5%;
}
}

@media screen and (max-width: 834px) {
.owl-theme .owl-nav {
width: 10vw;
bottom: -8vw;
left: 68%;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
width: 2.038369304556355vw;
height: 5.118381294964029vw;
}
}

@media screen and (max-width: 500px) {
.owl-theme .owl-nav {
width: 17.5vw;
bottom: -17.5vw;
left: 8.5%;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
width: 4vw;
height: 10.04406vw;
}
}
