/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */

 .owl-carousel {
    display: block;
}
 
.owl-carousel .slide-owl-wrap:not(:first-child) {
    display: none;
}
 
.owl-carousel img {
    width: 100%;
}
 /*
.slide-owl-wrap { position: relative; height: 560px; } */

 /* Equal height items */
 .owl-stage {
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
 
     -webkit-flex-wrap: wrap;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
 }

 .owl-item {
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     height: auto !important;
 }


 .owl-carousel-comments .owl-stage-outer {
    height: calc(100% + 30px);
    margin: -15px;
    padding: 15px;
    width: calc(100% + 30px);
}

.owl-carousel-comments .comment {
    transition: all 0.3s ease-in-out;
}

 .owl-carousel.owl-carousel-klanten.owl-drag .owl-item {
     align-items: center;
     display: flex;
   }

.owl-theme .owl-nav {
     margin-top: 30px;
     text-align: center;
     -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav svg {
border: 1px solid var(--bs-border-color);
background-color: white;
  border-radius: 50px;
  height: 30px;
  width: 30px;
  font-size: 34px;
  padding: 7px;
}

.owl-theme .owl-nav svg:hover {
    background-color: white;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.owl-theme .owl-nav [class*='owl-'] {
    margin-left: 7px;
    margin-right: 7px;
}


/* .owl-theme .owl-nav [class*='owl-'] {
     color: #FFF;
     font-size: 34px !important;
     margin: 5px;
     padding: 4px 7px;
     background: #D6D6D6;
     display: inline-block;
     cursor: pointer;
     border-radius: 3px;

}
  .owl-theme .owl-nav [class*='owl-']:hover {
     background: #869791;
     color: #FFF;
     text-decoration: none;
} 
 .owl-theme .owl-nav .disabled {
     opacity: 0.5;
     cursor: default;
}*/
 .owl-theme .owl-nav.disabled + .owl-dots {
     margin-top: 10px;
}
 .owl-theme .owl-dots {
     text-align: center;
     -webkit-tap-highlight-color: transparent;
}
 .owl-theme .owl-dots .owl-dot {
     display: inline-block;
     zoom: 1;
     *display: inline;
}
 .owl-theme .owl-dots .owl-dot span {
     width: 10px;
     height: 10px;
     margin: 5px 7px;
     background: #D6D6D6;
     display: block;
     -webkit-backface-visibility: visible;
     transition: opacity 200ms ease;
     border-radius: 30px;
}
 .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
     background: #869791;
}
 .owl-carousel .owl-item img {
     display: block;
     width:auto;
}
 .owl-carousel .owl-stage {
     display: flex;

}
 .owl-carousel .caption {
     text-align: center;
}
