/* 9 Owl Carousel
----------------------------------------------------------------------------- */
.owl-carousel {
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}

.container .owl-carousel {
  cursor: default;
  cursor: -moz-default;
  cursor: -webkit-default;
}

.container .content-slider-with-large-controls,
.container .content-slider-with-large-controls-autoplay {
  margin-bottom: 50px;
  border: 1px solid #f5f5f5;
}



/* hover Next and Prev buttons */

.controls-hover .owl-nav {
	display:none;
}

.controls-hover:hover .owl-nav {
	display:block;
}


/* Styling Next and Prev buttons */
/*style-1*/
.controls-normal .owl-nav {
  font-family:Arial, Helvetica, sans-serif;
  width: 100%;
  height: 0;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  z-index: 10;
}


.controls-normal .owl-nav div {
  display: inline-block;
  font-size: 14px;
  position: absolute;
  text-transform: capitalize;
  font-weight: 300;
  color: transparent;
  background: rgba(0, 0, 0, 0.5);
  padding: 5px 5px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.controls-normal .owl-nav div:after {
  font-family: "iconfont";
  position: absolute;
  font-size: 16px;
  line-height: 1;
  top: 50%;
  margin-top: -8px;
}

.controls-normal .owl-nav .owl-prev {
  left: 0;
  padding-left: 0px;
}


.controls-normal .owl-nav .owl-prev:hover {
  padding-left: 25px;
  padding-right: 10px;
  color: #ffffff;
}

.controls-normal .owl-nav .owl-prev:after {
  content: "\f104";
  left: 13px;
  color: #ffffff;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.controls-normal .owl-nav .owl-prev:hover:after {
  left: 8px;
}

.controls-normal .owl-nav .owl-next {
  right: 0px;
  left: auto;
  padding-right: 0px;
}

.controls-normal .owl-nav .owl-next:hover {
  padding-right: 25px;
  padding-left: 10px;
  color: #ffffff;
}

.controls-normal .owl-nav .owl-next:after {
  content: "\f105";
  right: 13px;
  color: #ffffff;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}


.controls-normal .owl-nav .owl-next:hover:after {
  right: 8px;
}


.controls-color .owl-nav div {
  background:#9c302e;
}




/* Preise*/


/* Container für die Nav-Buttons */
.controls-arrows-price .owl-nav {
  width: 100%;
  height: 0;
  position: absolute;
  top: 0%;
  margin-top:25px;
  z-index: 10;
}


/* Basis-Styles für die Buttons */
.controls-arrows-price .owl-nav .owl-prev,
.controls-arrows-price .owl-nav .owl-next {
  display: inline-block;
  position: absolute;
 }
 
.controls-arrows-price .owl-nav .owl-prev {
	left:-35px;
} 

.controls-arrows-price .owl-nav .owl-next {
	right:10px;
} 


/* Basis-Styles für die Buttons */
.controls-arrows-price .owl-nav button {
  border: none;
  position: absolute;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  background-color:transparent;  

  font-size: 50px;
  line-height: 45px;
  color: #000;
  text-align: center;
  padding:8px 13px;
  display:inline-block;
}


/* Gemeinsame Icon-Basis */
.controls-arrows-price .owl-nav .custom-owl-next:after,
.controls-arrows-price .owl-nav .custom-owl-prev:after{
  font-family: "iconfont";
  position: relative;

}

/* Prev */
.controls-arrows-price .owl-nav .custom-owl-prev:after {
  content: "\f104";

}

/* Next */
.controls-arrows-price .owl-nav .custom-owl-next:after {
  content: "\f105";
}

/* Hover Effekte */
.controls-arrows-price .owl-nav .custom-owl-prev:hover,
.controls-arrows-price .owl-nav .custom-owl-next:hover {
  color: var(--wf-color1);
}




.buttons-hide .owl-nav {
  display: none;
}

/* Styling Pagination*/
.owl-dots,
.owl-dots {
  position: absolute;
  bottom: 0px;
  text-align: center;
  width: 100%;
  z-index: 10;
}

.owl-dots .owl-dot,
.owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-dots .owl-dot span,
.owl-dots .owl-dot span {
  display: block;
  width: 9px;
  height: 9px;
  margin: 5px 3px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #ffffff;
}

.big-controls .owl-dots .owl-dot span,
.big-controls .owl-dots .owl-dot span {
  display: block;
  width: 60px;
  height: 4px;
  margin: 5px 3px;
  -webkit-border-radius:none;
  -moz-border-radius: none;
  border-radius:none;
 }
 
@media (max-width: 575px) {
	
.big-controls .owl-dots .owl-dot span,
.big-controls .owl-dots .owl-dot span {
  display: block;
  width: 30px;
  height: 5px;
 }	
 
}

.dark-controls .owl-dots .owl-dot span,
.dark-controls .owl-dots .owl-dot span {
  background: #164e87;
}

.owl-dots .owl-dot.active span,
.owl-dots.clickable .owl-dot:hover span,
.owl-dots .owl-dot.active span,
.owl-dots.clickable .owl-dot:hover span {
  opacity: 1;
  filter: alpha(opacity=100);
}




/* Styling Pagination*/
.dots-bottom .owl-dots {
  position: absolute;
  bottom: 0px;
  text-align: center;
  width: 100%;
  z-index: 10;
}

.dots-bottom .owl-dot {
  display: inline-block;
  zoom: 1;
}

.dots-bottom .owl-dot span {
  display: block;
  width: 20px;
  height: 3px;
  margin: 5px 5px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-border-radius:0;
  -moz-border-radius: 0;
  border-radius:0;
  background:#683b10;
}

.dots-bottom .owl-dots .owl-dot.active span,
.dots-bottom .owl-dots.clickable .owl-dot:hover span {
  opacity: 1;
  filter: alpha(opacity=100);
  width: 8px;
  height:8px;
  -webkit-border-radius:5px;
  -moz-border-radius: 5px;
  border-radius:5px;
  margin-bottom:2px;
  
}




/* Styling Navigation Thumbs*/
.content-slider-thumbs-container {
  margin-left: -5px;
  margin-right: -5px;
}

.owl-nav-thumb {
  margin: 0 5px;
  cursor: pointer;
}




.content-slider-box .owl-item img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	filter: gray;
    opacity: 0.45;
    display: inline-block;
    transition: all 0.5s;
 }
 
 


/* Styling Pagination*/
.dots-bottom-color .owl-dots {
  position: absolute;
  bottom: -50px;
  text-align: left;
  width: 100%;
  z-index: 10;
}

.dots-bottom-color .owl-dot {
  display: inline-block;
  zoom: 1;
}

.dots-bottom-color .owl-dot span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 5px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-border-radius:0;
  -moz-border-radius: 0;
  border-radius:0;
  background: #6e8e12;
}

.dots-bottom-color .owl-dots .owl-dot.active span,
.dots-bottom-color .owl-dots.clickable .owl-dot:hover span,
.dots-bottom-color .owl-dots .owl-dot.active span,
.dots-bottom-color .owl-dots.clickable .owl-dot:hover span {
  opacity: 1;
  filter: alpha(opacity=100);
}





 

/* Container für die Nav-Buttons */
.controls-normal-no-text .owl-nav {
  width: 100%;
  height: 0;
  position: absolute;
  top: 50%;
  margin-top:-17px;
  z-index: 10;
}


/* Basis-Styles für die Buttons */
.controls-normal-no-text .owl-nav .owl-prev,
.controls-normal-no-text .owl-nav .owl-next {
  display: inline-block;
  position: absolute;
 }
 
.controls-normal-no-text .owl-nav .owl-prev {
	left:5px;
} 

.controls-normal-no-text .owl-nav .owl-next {
	right:35px;
} 

@media (min-width: 481px) {

.controls-normal-no-text.wf-prev-next .owl-nav .owl-prev {
	left:145px;
} 

.controls-normal-no-text.wf-prev-next .owl-nav .owl-next {
	right:175px;
} 

} 

/* Basis-Styles für die Buttons */
.controls-normal-no-text .owl-nav button {
  border: none;
  position: absolute;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  background:rgba(0,0,0, 0.35);  

  font-size: 18px;
  line-height: 18px;
  color: #fff;
  text-align: center;
  padding:8px 13px;
  display:inline-block;
}

.controls-normal-no-text.controls-color .owl-nav button {
  background:var(--wf-color1);  
  color: #fff;
}



@media (min-width: 768px) {

.controls-normal-no-text .owl-nav button {
  font-size: 25px;
  line-height: 25px;
  text-align: center;
  padding:10px 15px;  
}

.controls-normal-no-text .owl-nav .owl-next {
	right:43px;
} 

.controls-normal-no-text .owl-nav {
  margin-top:-22px;
}


}


/* Gemeinsame Icon-Basis */
.controls-normal-no-text .owl-nav .custom-owl-next:after,
.controls-normal-no-text .owl-nav .custom-owl-prev:after{
  font-family: "iconfont";
  position: relative;

}

/* Prev */
.controls-normal-no-text .owl-nav .custom-owl-prev:after {
  content: "\f104";
  color:#fff;

}

/* Next */
.controls-normal-no-text .owl-nav .custom-owl-next:after {
  content: "\f105";
  color:fff;
}

/* Hover Effekte */
.controls-normal-no-text .owl-nav .custom-owl-prev:hover,
.controls-normal-no-text .owl-nav .custom-owl-next:hover {
  background: #000;
  color: #fff;
}









@media (max-width: 767px) {

.owl-slider-add-remove  {
	padding-bottom:1rem;
}

.owl-slider-add-remove .owl-nav {
  width: 160px;
  height:40px;
  position: absolute;
  margin-left:-90px;
  left:50%;
  bottom:-40px;
  display: inline-block;
  padding:30px;
}


.owl-slider-add-remove .owl-nav div:after {
  font-family: "iconfont";
  position: absolute;
  font-size: 30px;
  line-height: 30px;
}

.owl-slider-add-remove .owl-nav .owl-prev:hover {
  padding-left: 25px;
  padding-right: 10px;
  color: #fff;
}


.owl-slider-add-remove .owl-nav .owl-prev:after {
  content: "\e939";
  left:25px;
  bottom:15px;    
  color:#797373;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding:0px 7px 3px 8px;

  
}
.owl-slider-add-remove .owl-nav .owl-next:after {
  content: "\e93a";
  right:25px;
  bottom:15px; 
  color:#797373;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding:0px 7px 3px 8px;
}


.owl-slider-add-remove .owl-nav .owl-next:hover:after,
.owl-slider-add-remove .owl-nav .owl-prev:hover:after {
	color:#991916;
	display:block;
}


.owl-slider-add-remove .owl-nav div:before {
	content: "";
	position:absolute;
	top:12px;
	left:51%;
	width:0.075rem;
	height:30px;
	background-color:#797373;
-moz-transform: rotate(20deg);
-ms-transform: rotate(20deg);
-o-transform: rotate(20deg);
-webkit-transform: rotate(20deg);	
}


}





/* Styling Pagination*/
.xcontent-slider-dce-17 .owl-dots {
  position: absolute;
  bottom: 0px;
  text-align: center;
  width: 100%;
  z-index: 10;
   counter-reset:step !important;

}


.xcontent-slider-dce-17 .owl-dots .owl-dot span:before {
   counter-increment: step; /* Counter mit dem Namen "step" wird verwendet */
   content:counter(step); /* Die entsprechende Zahl wird ausgegeben */
  
  
}



/* .controls-none-text */

.controls-none-text .owl-nav {
  width: 100%;
  position: absolute;
  z-index: 10;
  top: 50%;
  margin-top:-50px;
}

.controls-none-text .owl-nav div {
  display: inline-block;
}


.controls-none-text .owl-nav div:after {
  font-family: "iconfont";
  position: absolute;
  font-size: 40px;
  line-height:40px;
  line-height: 1;
  padding:10px 15px 15px 15px;
}


.controls-none-text .owl-nav .owl-prev:after {
  content: "\f104";
  left: 0; 
  color:#fff;
  background-color:rgba(0,0,0, 0.15);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  
}


.controls-none-text .owl-nav .owl-next:after {
  content: "\f105";
  right: 0; 
  color:#fff;
  background-color:rgba(0,0,0, 0.15);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}


.controls-none-text .owl-nav .owl-prev:hover:after,
.controls-none-text .owl-nav .owl-next:hover:after {
	background-color:#333;
	display:block;	
}


/* Container für die Nav-Buttons */
.controls-news-bottom .owl-nav {
  position: absolute;
  top: auto;
  bottom:0rem;
  right: -0.25rem;
  width:90px;
}

/* Basis-Styles für die Buttons */
.controls-news-bottom .owl-nav .owl-prev,
.controls-news-bottom .owl-nav .owl-next {
  position: relative; /* wichtig für :after */
  background: none;
  border: none;
  padding: 0;
  width: 50%; /* Damit Prev/Next nebeneinander stehen */
  height: 100%;
  cursor: pointer;
}


/* Basis-Styles für die Buttons */
.controls-news-bottom .owl-nav button {
  bottom: 0;
  border: none !important;
  padding: 0 !important;
  margin:0 !important;
  width: 100%; /* Damit Prev/Next nebeneinander stehen */
  height: 44px;
  cursor: pointer;

  position: absolute;
  font-size: 18px;
  line-height: normal;
  color: var(--wf-color4);
  background-color:transparent !important;

  text-align: center;
  display:inline-block;
}

/* Gemeinsame Icon-Basis */
.controls-news-bottom .owl-nav .custom-owl-next:after,
.controls-news-bottom .owl-nav .custom-owl-prev:after{
  font-family: "iconfont";
  position: relative;
  padding: 10px 10px 10px 10px;
  background-color: var(--wf-color1);  
}

/* Gemeinsame Icon-Basis */
.controls-news-bottom .owl-nav .custom-owl-next:hover:after,
.controls-news-bottom .owl-nav .custom-owl-prev:hover:after{
  background-color: var(--wf-color4);
  color: var(--wf-color1);

}

/* Prev */
.controls-news-bottom .owl-nav .custom-owl-prev:after {
  content: "\f104";
  content: "\e9f7";
  
}

/* Next */
.controls-news-bottom .owl-nav .custom-owl-next:after {
  content: "\f105";
  content: "\e9f9";

}

.controls-news-bottom .owl-nav {
  display: flex;
 justify-content:space-between;
}



.controls-spezial-bottom .owl-nav {
  position: absolute;
  top:auto;
  bottom:-0.75rem;
  right:2.5rem;
  width:75px;
  background-color:#fff;
  height:28px;
}


.controls-spezial-bottom .owl-nav div:after {
  font-family: "iconfont";
  position: absolute;
  font-size: 25px;
  line-height: 25px;
}

.controls-spezial-bottom .owl-nav .owl-prev:after {
  content: "\f104";
  left:0.5rem;  
}
.controls-spezial-bottom .owl-nav .owl-next:after {
  content: "\f105";
  right:0.5rem;
}


.controls-spezial-bottom .owl-nav .owl-prev:after,
.controls-spezial-bottom .owl-nav .owl-next:after {
  bottom:0; 
  color:#fff;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding:0px 7px 3px 8px;
  background:#ffcd00;
  width:25px;
  text-align:center;  
}


.controls-spezial-bottom .owl-nav .owl-next:hover:after,
.controls-spezial-bottom .owl-nav .owl-prev:hover:after {
  color:#fff;
  background:#000;
  
}



/* Container für die Nav-Buttons */
.controls-price-bottom .owl-nav {
  position: absolute;
  top: auto;
  bottom: -2.0rem;
  right: -0.5rem;
  width: 70px;
  height: 28px;
  padding-left:0.35rem
}



/* Basis-Styles für die Buttons */
.controls-price-bottom .owl-nav .owl-prev,
.controls-price-bottom .owl-nav .owl-next {
  position: relative; /* wichtig für :after */
  background: none;
  border: none;
  padding: 0;
  width: 50%; /* Damit Prev/Next nebeneinander stehen */
  height: 100%;
  cursor: pointer;
}


/* Basis-Styles für die Buttons */
.controls-price-bottom .owl-nav button {
  border: none;
  padding: 0;
  width: 50%; /* Damit Prev/Next nebeneinander stehen */
  height: 100%;
  cursor: pointer;

  position: absolute;
  font-size: 25px;
  line-height: 25px;
  bottom: 0;
  color: #fff;
  padding: 0px 7px 3px 8px;
  background: #ffcd00;
  width: 25px;
  text-align: center;
}


/* Gemeinsame Icon-Basis */
.controls-price-bottom .owl-nav .custom-owl-next:after,
.controls-price-bottom .owl-nav .custom-owl-prev:after{
  font-family: "iconfont";
  position: relative;

}

/* Prev */
.controls-price-bottom .owl-nav .custom-owl-prev:after {
  content: "\f104";

}

/* Next */
.controls-price-bottom .owl-nav .custom-owl-next:after {
  content: "\f105";
}

/* Hover Effekte */
.controls-price-bottom .owl-nav button:hover {
  background: #000;
  color: #fff;
}

.controls-price-bottom .owl-nav {
  display: flex;
 justify-content:space-between;
}



/* Container für die Nav-Buttons */
.controls-bottom-small .owl-nav {
  width: 100px;
  height:55px;
  position: absolute;
  bottom:-10px;
  left:-2.5rem;
  background-color:transparent;
  display: inline-block;
}

.controls-bottom-small.center .owl-nav {
  margin-left:-50px;
  left:50%;

}



/* Basis-Styles für die Buttons */
.controls-bottom-small .owl-nav .owl-prev,
.controls-bottom-small .owl-nav .owl-next {
  position: relative; /* wichtig für :after */
  background: none;
  border: none;
  padding: 0;
  width: 50%; /* Damit Prev/Next nebeneinander stehen */
  height: 100%;
  cursor: pointer;
}


/* Basis-Styles für die Buttons */
.controls-bottom-small .owl-nav button {
  border: none;
  width: 50%; /* Damit Prev/Next nebeneinander stehen */
  cursor: pointer;

  position: absolute;
  font-size: 40px;
  width:40px;
  line-height: 33px;
  color: #000;
  padding: 10px 5px;
  background-color:transparent;
  text-align: center;
  display:inline-block;
}

.controls-bottom-small .owl-nav .custom-owl-next{
	right:0;

}

/* Gemeinsame Icon-Basis */
.controls-bottom-small .owl-nav .custom-owl-next:after,
.controls-bottom-small .owl-nav .custom-owl-prev:after{
  font-family: "iconfont";
  position: relative;

}

/* Prev */
.controls-bottom-small .owl-nav .custom-owl-prev:after {
  content: "\f104";
}

/* Next */
.controls-bottom-small .owl-nav .custom-owl-next:after {
  content: "\f105";
}

/* Hover Effekte */
.controls-bottom-small .owl-nav button:hover {
  color:#ffcd00;
}

.controls-bottom-small .owl-nav {
  display: flex;
 justify-content:space-between;
}

.controls-bottom-small .owl-nav:before {
	content: "";
	position:absolute;
	top:12px;
	left:50px;
	width:0.075rem;
	height:30px;
	background-color:#000;


-moz-transform: rotate(20deg);
-ms-transform: rotate(20deg);
-o-transform: rotate(20deg);
-webkit-transform: rotate(20deg);	
}



/* Damit werden alle .owl-item gleich hoch, basierend auf dem höchsten Inhalt. oder Js owl-strech-height-dynamisch.js */
/* Stage: gleiche Höhe */
.owl-strech-height .owl-stage {
  display: flex;
  align-items: stretch;
}

/* Owl-Item muss auch wirklich strecken */
.owl-strech-height .owl-item {
  display: flex;
  align-items: stretch;
  width:100%
}

.owl-strech-height .owl-item .wf-owl-strech-item-content {
  display: flex;
  flex-direction: column;
  flex-flow: wrap;
  align-items: flex-start;   /* horizontal links */
  width:100%;
}

.owl-strech-height .owl-item .wf-owl-strech-item-content .wf-owl-strech-item-body  {
	display:block;
	width:100%;
}


.owl-strech-height .owl-item .wf-owl-strech-item-content .wf-owl-strech-space-between {
	height: 100%;
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-ms-flex-wrap: wrap;
	
	-webkit-align-content:space-between;
	-ms-align-content:space-between;
	-ms-flex-line-pack:justify;
	align-content:space-between;
  	
}


/* Card */
.owl-strech-height .owl-item .wf-offers-item-owl {
  display: flex;
  flex-direction: column;
  flex-flow: wrap;
  align-content: space-between;

  justify-content: center;   /* vertikal mittig */
  align-items: flex-start;   /* horizontal links */

  padding-bottom: 1.5rem;
/* Permalink - use to edit and share this gradient. Permalink - Zum Bearbeiten und Teilen dieses Verlaufs verwenden: https://colorzilla.com/gradient-editor/#000000+0,f2f3f4+30,f2f3f4+100&0+0,1+30,1+100 */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(242,243,244,1) 30%,rgba(242,243,244,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */



}



/* Innenbereich nimmt den freien Platz ein */
.owl-strech-height .wf-offers-item-innen {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex: 1 1 auto;
  min-height: 0;

}

/* Buttonblock klebt unten (falls bei dir vorhanden) */
.owl-strech-height .wf-btn-flex {
  margin-top: auto;
}

/* optional */
.owl-strech-height img,
.owl-strech-height picture {
  display: block;
}









  /* ---------------------------------------------
         OPTION: Slider zentrieren wenn nicht voll
		 html
		 <div class="owl-carousel" data-owl-options='{"centerIfNotFull":true}'>
      --------------------------------------------- */
.owl-not-full .owl-stage {
    margin: 0 auto;
}