/**
 * 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;
/* fix firefox animation glitch */
transition: all ease-out .3s;
}
.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;
-webkit-transform: translateZ(0) scale(1.0, 1.0);
transform: translateZ(0) scale(1.0, 1.0);
transition: all ease-out .3s;
}
.owl-carousel4 .owl-prev.disabled,
.owl-carousel4 .owl-next.disabled {
pointer-events: none;
transition: all ease-out .3s;
opacity: 0.4;
}
.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;
z-index: 2;
overflow: hidden;
transition: all ease-out .3s;
-webkit-transform: translate3d(0,0,0);
}
.owl-carousel4 .owl-item img {
display: block;
width: 100%;
transition: all ease-out .3s;
}
.owl-theme4 .owl-nav {
width: 100%;
position: absolute;
z-index: 1;
top: 50%;
transition: all ease-out .3s;
margin-top: -3.125vw;
}
.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_2024/icon_button_zurueck.svg");
background-repeat: no-repeat;
border: none;
float: left;
position: relative;
transition: all ease-out .3s;
width: 3.125vw;
height: 3.125vw;
background-size: contain;
display: flex;
justify-content: space-between;
left: -5vw;
z-index: 1000000;
}
.owl-carousel4 .owl-nav button.owl-next {
background-image: url("bilder_2024/icon_button_weiter.svg");
background-repeat: no-repeat;
border: none;
float: right;
position: relative;
transition: all ease-out .3s;
width: 3.125vw;
height: 3.125vw;
background-size: contain;
display: flex;
justify-content: space-between;
z-index: 1000000;
right: -5vw;
}

.item {
opacity: 0.5;
transition: 1s ease all;
margin: 0px 0px;
transform: scale(0.8);
filter: grayscale(100%);
}
.owl-item:not(.active) + .owl-item.active .item {
opacity:1;
transform:scale(1);
filter: grayscale(0%);
}
/*
.item {
opacity: 1;
transition: all ease-out .3s;
width: 100%;
height: 100%;
}
.owl-item:not(.active) + .owl-item.active .fotox {
transform: scale(1);
opacity: 1;
transition: all ease-out .3s;
filter: grayscale(0%);
}
.fotox {
opacity: 0.5;
transform: scale(0.8);
transition: all ease-out .3s;
filter: grayscale(100%);
}
*/


@media screen and (max-width: 1440px) {
.owl-theme4 .owl-nav {
margin-top: -5.125vw;
}
}
@media screen and (max-width: 1194px) {
.owl-theme4 .owl-nav {
margin-top: -6.125vw
}
.owl-carousel4 .owl-nav button.owl-prev {
width: 4.125vw;
height: 4.125vw;
left: -6vw;
}
.owl-carousel4 .owl-nav button.owl-next {
width: 4.125vw;
height: 4.125vw;
right: -6vw;
}
}
@media screen and (max-width: 926px) {
.owl-theme4 .owl-nav {
margin-top: -7.125vw;
z-index: 2;
}
.owl-carousel4 .owl-nav button.owl-prev {
width: 5.125vw;
height: 5.125vw;
left: -2.5vw;
}
.owl-carousel4 .owl-nav button.owl-next {
width: 5.125vw;
height: 5.125vw;
right: -2.5vw;
}
}
@media screen and (max-width: 667px) {
/*.fotox {
transform: scale(1);
}
*/
.owl-carousel4 .owl-nav button.owl-prev {
width: 8.125vw;
height: 8.125vw;
left: 0px;
}
.owl-carousel4 .owl-nav button.owl-next {
width: 8.125vw;
height: 8.125vw;
right: 0px;
}
 .owl-theme4 .owl-nav {
margin-top: 0vw;
z-index: 2;
width: 20vw;
top: -13vw;
right: 6%;
}
}
@media screen and (max-width: 500px) {
/*.fotox {
transform: scale(1);
}
*/
.owl-carousel4 .owl-nav button.owl-prev {
width: 10.125vw;
height: 10.125vw;
left: 0px;
}
.owl-carousel4 .owl-nav button.owl-next {
width: 10.125vw;
height: 10.125vw;
right: 0px;
}
 .owl-theme4 .owl-nav {
width: 25vw;
top: -18.5vw;
}
}
