/**
 * 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-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; 
border:0px solid black;}
  .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: 15px;
  height: 15px;
  border-radius: 100%;
  display: block;
  background: #000000;
  background-color: rgba(0, 0, 0, 0.25);
  background-image: none !important;
  cursor: pointer;
  text-indent: -9999px;
  color: transparent;
  padding-left: 0em !important; }
    
.owl-carousel .owl-nav button.owl-prev:before {

}
.owl-carousel .owl-nav button.owl-next:before {

}
.owl-carousel .owl-nav button span {
  display: none;
}
main .owl-theme .owl-nav [class*="owl-"] {
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 0px;
  margin: 0px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
}
main .owl-nav {
  float: left;
  width: 100%;
    position: absolute;
  top: 30%;
    opacity: 0;
    transition:opacity 0.3s ease-in-out;
      cursor: pointer;
  transition: all 0.3s ease-in-out;
  background: rgba(255, 255, 255, 0);
}

main .owl-stage-outer:hover + .owl-nav{
	opacity:1;
	width:100%;
}
main .owl-theme .owl-nav .owl-prev {
  float: left;
   background-image: url('../images/icons/Icon-Slider-Prev-black.svg') !important;
  background-position: center center !important;
  background-size: 15px 28px;
  position: relative;
    padding:10px;
     height: 50px !important;
  width: 50px !important;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.75);
  background-repeat:no-repeat;
}
main .owl-theme .owl-nav .owl-next {
 float:right;
  background-image: url('../images/icons/Icon-Slider-Next-black.svg') !important;
  background-position: center center !important;
  background-size: 15px 28px;
  position:relative;
   padding:10px;
     height: 50px !important;
  width: 50px !important;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.75);
  background-repeat:no-repeat;

}

.h-100 {display:table;height:100% !important}
.owl-theme .w-100 {width:100% !important}

.owl-stage {
	  display: flex; /* Wichtig, um die Höhe gleichmäßig zu verteilen */
  align-items: stretch;
	
	
}

