/**
 * 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;*/
}
.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);
}
.owl-carousel .owl-item {
position: relative;
min-height: 1px;
float: left;
-webkit-backface-visibility: hidden;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
display: none;
}
.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 {
}
.owl-theme .owl-nav [class*="owl-"] {
display: inline-block;
cursor: pointer;
border-radius: 0px;
width: 60px;
height: 60px;
}
.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-next {
background-image: url(bilder/icon_pfeil_slide_nr.svg);
background-repeat: no-repeat;
border: none;
float: right;
position: relative;
opacity: 1;
-webkit-transition: opacity 600ms ease;
-moz-transition: opacity 600ms ease;
-ms-transition: opacity 600ms ease;
-o-transition: opacity 600ms ease;
transition: opacity 600ms ease;
}
.owl-carousel .owl-nav button.owl-next:hover {
opacity: 1;
-webkit-transition: opacity 600ms ease;
-moz-transition: opacity 600ms ease;
-ms-transition: opacity 600ms ease;
-o-transition: opacity 600ms ease;
transition: opacity 600ms ease;
}
.owl-carousel .owl-nav button.owl-prev {
background-image: url(bilder/icon_pfeil_slide_nl.svg);
background-repeat: no-repeat;
border: none;
float: left;
position: relative;
opacity: 0.7;
-webkit-transition: opacity 600ms ease;
-moz-transition: opacity 600ms ease;
-ms-transition: opacity 600ms ease;
-o-transition: opacity 600ms ease;
transition: opacity 600ms ease;
}
.owl-carousel .owl-nav button.owl-prev:hover {
opacity: 1;
-webkit-transition: opacity 600ms ease;
-moz-transition: opacity 600ms ease;
-ms-transition: opacity 600ms ease;
-o-transition: opacity 600ms ease;
transition: opacity 600ms ease;
}

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:#BFD7DA;
}
button.secondary,
.button.secondary {
background-color:#fff;
color:#2F3130;
}
button.secondary:hover,
button.secondary:focus,
.button.secondary:hover,
.button.secondary:focus {
background-color:#BFD7DA;
color:#00606B;
}

@media screen and (max-width: 1280px) {
button,.button {
padding-top: 10px;
padding-right: 20px;
padding-bottom: 10px;
padding-left: 20px;
}
}

@media screen and (max-width: 1024px) {
button,.button {
padding-top: 9px;
padding-right: 19px;
padding-bottom: 9px;
padding-left: 19px;
margin-bottom: 10px;
}
}

@media screen and (max-width: 768px) {
button,.button {
padding-top: 8px;
padding-right: 18px;
padding-bottom: 8px;
padding-left: 18px;
margin-bottom: 4px;
}
}

@media screen and (max-width: 667px) {
button,.button {
padding-top: 6px;
padding-right: 16px;
padding-bottom: 6px;
padding-left: 16px;
}
}

@media screen and (max-width: 568px) {
button,.button {
padding-top: 4px;
padding-right: 14px;
padding-bottom: 4px;
padding-left: 14px;
}
}

@media screen and (max-width: 414px) {
button,.button {
padding-right: 10px;
padding-left: 10px;
}
}

