/**
 * 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;
z-index: 1;
/*text-align: center;*/
height: 0px;
}
.owl-carousel .owl-stage {
position: relative;
-ms-touch-action: pan-Y;
touch-action: manipulation;
-moz-backface-visibility: hidden;
/* fix firefox animation glitch */
width: 100%;
}
.owl-carousel .owl-stage:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
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);
}
.owl-carousel .owl-item {
position: relative;
min-height: 0px;
float: right;
-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: 24%;
position: absolute;
top: 21vw;
right: 25.25%;
}
*/
.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/icon_slide_zurueck.svg");
background-repeat: no-repeat;
border: none;
float: left;
position: relative;
-webkit-transition: opacity 600ms ease;
-moz-transition: opacity 600ms ease;
-ms-transition: opacity 600ms ease;
-o-transition: opacity 600ms ease;
transition: opacity 600ms ease;
width: 3.125vw;
height: 0.8854166666666666vw;
background-size: cover;
display: flex;
display: -ms-flexbox;
justify-content: space-between;
-ms-flex-pack: justify;
}
.owl-carousel .owl-nav button.owl-next {
background-image: url("bilder/icon_slide_weiter.svg");
background-repeat: no-repeat;
border: none;
float: right;
position: relative;
-webkit-transition: opacity 600ms ease;
-moz-transition: opacity 600ms ease;
-ms-transition: opacity 600ms ease;
-o-transition: opacity 600ms ease;
transition: opacity 600ms ease;
width: 3.125vw;
height: 0.8854166666666666vw;
background-size: cover;
display: flex;
display: -ms-flexbox;
justify-content: space-between;
-ms-flex-pack: justify;
}
*/

button,.button {
-webkit-appearance: none;
-moz-appearance: none;
border-style: solid;
cursor: pointer;
position: relative;
text-align: center;
text-decoration: none;
display: inline-block;
background-color: #fff;
color: #fff;
transition: background-color 300ms ease-out;
padding-top: 13px;
padding-right: 25px;
padding-bottom: 13px;
padding-left: 25px;
border: 0px;
font-weight: 700;
}
button:hover,
button:focus,
.button:hover,
.button:focus {
background-color:#fff;
}
button.secondary,
.button.secondary {
background-color:#fff;
color:#000;
}
button.secondary:hover,
button.secondary:focus,
.button.secondary:hover,
.button.secondary:focus {
background-color:#fff;
color:#000;
}

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


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

/*
.owl-theme .owl-nav {
top: 24vw;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next{
width: 4.166666666666666vw;
height: 1.1805555555555556vw;
}
*/
}

@media screen and (max-width: 926px) {
/*
.owl-carousel .owl-nav button.owl-prev, 
.owl-carousel .owl-nav button.owl-next {
width: 6.479481641468683vw;
height: 1.8358531317494602vw;
}
.owl-theme .owl-nav {
width: 42%;
top: 67.5vw;
left: 4%;
}
*/
}

@media screen and (max-width: 430px) {
/*
.owl-carousel .owl-nav button.owl-prev, 
.owl-carousel .owl-nav button.owl-next {
width: 11.627906976744185vw;
height: 3.3295348837209304vw;
}
.owl-theme .owl-nav {
width: 45%;
top: 61.5vw;
left: 4%;
}*/
}




