/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-theme4 .owl-dots, .owl-theme4 .owl-nav {
width: 100%;
position: relative;
/*text-align: center;*/
transition: all ease-out .3s;
}
.owl-carousel4 .owl-stage {
position: relative;
-ms-touch-action: pan-Y;
touch-action: manipulation;
-moz-backface-visibility: hidden;
transition: all ease-out .3s;
/* fix firefox animation glitch */
}
.owl-carousel4 .owl-stage:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
transition: all ease-out .3s;
}
.owl-carousel4 .owl-wrapper,
.owl-carousel4 .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);
transition: all ease-out .3s;
}
.owl-carousel4 .owl-item {
position: relative;
min-height: 0px;
float: left;
-webkit-backface-visibility: hidden;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
transition: all ease-out .3s;
}
.owl-carousel4 .owl-prev.disabled,
.owl-carousel4 .owl-next.disabled {
pointer-events: none;
opacity: 0.4;
transition: all ease-out .3s;
}
.owl-carousel4 .owl-nav .owl-prev,
.owl-carousel4 .owl-nav .owl-next,
.owl-carousel4 .owl-dot {
cursor: pointer;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
transition: all ease-out .3s;
}
.owl-carousel4 .owl-stage-outer {
position: relative;
overflow: hidden;
transform: translate3d(0,0,0);
-webkit-transform: translate3d(0,0,0);
transition: all ease-out .3s;
}
.owl-carousel4 .owl-item img {
display: block;
width: 100%;
transition: all ease-out .3s;
}
.owl-theme4 .owl-nav {
width: 100%;
top: 50%;
position: absolute;
z-index: 1000000;
margin-top: -3.0729166666666665vw;
transition: all ease-out .3s;
}
.owl-theme4 .owl-nav [class*="owl-"] {
display: inline-block;
cursor: pointer;
border-radius: 0px;
transition: all ease-out .3s;
}
.owl-carousel4 .owl-nav button.owl-prev,
.owl-carousel4 .owl-nav button.owl-next,
.owl-carousel4 button.owl-dot {
background: none;
color: inherit;
border: none;
padding: 0 !important;
font: inherit;
transition: all ease-out .3s;
}
.owl-carousel4 .owl-nav button.owl-prev {
background-image: url(bilder/icon_pfeil_back.svg);
background-repeat: no-repeat;
background-size: contain;
width: 5.208333333333334vw;
height: 5.208333333333334vw;
border: none;
float: left;
position: relative;
left: 6.5vw;
z-index: 1000000;
transition: all ease-out .3s;
}
.owl-carousel4 .owl-nav button.owl-next {
background-image: url(bilder/icon_pfeil_next.svg);
background-repeat: no-repeat;
background-size: contain;
border: none;
float: right;
position: relative;
width: 5.208333333333334vw;
height: 5.208333333333334vw;
z-index: 1000000;
right: 6.5vw;
transition: all ease-out .3s;
}
.item {
opacity: 1;
transition: all ease-out .3s;
}

.owl-item:not(.active) + .owl-item.active .fotox {
opacity: 1;
transform: scale(1);
transition: all ease-out .3s;
}
.fotox {
opacity: 0.5;
transform: scale(0.8);
display: flex;
justify-content: center;
transition: all ease-out .3s;
}


@media screen and (max-width: 1080px) {
.owl-carousel4 .owl-nav button.owl-next {
right: 5.5vw;
}
.owl-carousel4 .owl-nav button.owl-prev {
left: 5.5vw;
}
.owl-carousel4 .owl-nav button.owl-next,
.owl-carousel4 .owl-nav button.owl-prev {
width: 7.4074074074074066vw;
height: 7.4074074074074066vw;
}
.owl-theme4 .owl-nav {
margin-top: -4.62962962962963vw;
}
}

@media screen and (max-width: 834px) {
.owl-carousel4 .owl-nav button.owl-next {
right: 5.5vw;
}
.owl-carousel4 .owl-nav button.owl-prev {
left: 5.5vw;
}
.owl-carousel4 .owl-nav button.owl-next,
.owl-carousel4 .owl-nav button.owl-prev {
width: 9.59232613908873vw;
height: 9.59232613908873vw;
}
.owl-theme4 .owl-nav {
margin-top: -4.62962962962963vw;
}
}
@media screen and (max-width: 500px) {
.owl-carousel4 .owl-nav button.owl-next {
margin-top: -7.5vw;
}
.owl-carousel4 .owl-nav button.owl-prev {
margin-top: 7.5vw;
}
.owl-carousel4 .owl-nav button.owl-next, 
.owl-carousel4 .owl-nav button.owl-prev {
width: 15.11627906976744vw;
height: 15.11627906976744vw;
}
.owl-theme4 .owl-nav {
margin-top: -4.62962962962963vw;
}
.owl-theme4 .owl-nav {
margin-top: -7.55813953488372vw;
}
.owl-carousel4 .owl-nav button.owl-next {
right: 4.5vw;
}
.owl-carousel4 .owl-nav button.owl-prev {
left: 4.5vw;
}
}
