/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    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: #ffffff;
      }
      
      
/* from g16 */
.owl-carousel {
    overflow: hidden;
}

.owl-carousel {
    
 }

.owl-carousel .owl-item {
 

}



/*
.owl-carousel.owl-loaded, .owl-carousel.owl-loaded .owl-item{
    display: block;
}
*/

/* from Höhen */
.owl-item.height-big, .owl-item.height-big >.frame {
    height: 40vh;
    overflow: hidden;
}




.owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    z-index: 100;
    width: 100%;
    height: 0;
}

.owl-prev, .owl-next {
    position: absolute;
}

.owl-prev {
    left: 0;
}

.owl-prev.vertical {
    left: auto;
    right: 0;
    top: -30px;
}

.owl-next {
    right: 0;
}

.owl-next.vertical {
   top: 30px;
}

.owl-carousel .owl-item {
    z-index: 200;
    max-width: 100vw;
    width: 100%;
}

.owl-dots {
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 0;
    
}


.owl-dot {
    top: -50px;
    position: relative;
}
.owl-theme .owl-dots .owl-dot span {
    height: 20px;
    width: 20px;
    background: none;
    border: 2px solid rgba(255, 255, 255, 0.5);
    overflow: hidden;
}


.owl-theme .owl-dots .owl-dot.active span {
   background: none;
    border: 2px solid rgba(255, 255, 255, 1);
overflow: hidden;
}

.owl-theme .owl-dots .owl-dot span:after {
    content: "";
    height: 20px;
    width: 20px;
    background: rgba(181, 181, 181, 0.47);
    display: block;
    margin-left: -20px;
   
}


.owl-theme .owl-dots .owl-dot.active span:after {
     margin-left: 0px;
 }
 
 
 .owl-theme .owl-nav [class*='owl-'] {
    background: rgba(255, 255, 255, 0.38);
    border-radius: 50%;
    height: 40px;
    width: 40px;
}

 .owl-theme .owl-nav [class*='owl-']:hover {
    background: rgba(255, 255, 255, 0.7);

}



.slide > div > div {
    float: left;
    width: 100%;
}


.slide > div > .container {
    padding-bottom: 100px;
    
}
