/* Pausiere Autoplay durch Animationstrick */

#Xmein-slider.paused .owl-stage {
  animation-play-state: paused !important;
}



/* 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;
}

.content-slider-footer.controls-normal .owl-nav div {
  background:#9c302e;
}

.controls-color .owl-nav div {
  background:#9c302e;
}




/* Preise*/


.controls-arrows-price .owl-nav {
  width: 100%;
  height: 0;
  position: absolute;
  top: 15px;
  z-index: 15;
}


.controls-arrows-price .owl-nav div:after {
  font-family: "iconfont";
  position: absolute;
  font-size: 50px;
  line-height: 1;
  top: 50%;
  margin-top: -15px;
}


.controls-arrows-price .owl-nav .owl-prev:hover {
  padding-left: 25px;
  padding-right: 10px;
}


.controls-arrows-price .owl-nav .owl-prev:after {
  content: "\f104";
  left: -20px; 
  color:#8b384a;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding-top:10px;

  
}


.controls-arrows-price .owl-nav .owl-next:after {
  content: "\f105";
  right: -20px; 
  color:#8b384a;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding-top:10px;
}


.controls-arrows-price .owl-nav .owl-prev:hover:after,
.controls-arrows-price .owl-nav .owl-next:hover:after {
	color:#0d1329;
	display:block;	
}



/* controls-arrows-big */


.controls-arrows-big .owl-nav {
  width: 100%;
  height: 0;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  z-index: 10;
}


.controls-arrows-big .owl-nav div:after {
  font-family: "iconfont";
  position: absolute;
  font-size: 50px;
  line-height: 1;
  top: 50%;
  margin-top: -8px;
}


.controls-arrows-big .owl-nav .owl-prev:hover {
  padding-left: 25px;
  padding-right: 10px;
  color: #ffffff;
}



.controls-arrows-big .owl-nav .owl-prev:after {
  content: "\f104";
  left: -25px; 
  color:#a1845f;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding-top:10px;

  
}


.controls-arrows-big .owl-nav .owl-next:after {
  content: "\f105";
  right: -25px; 
  color:#a1845f;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding-top:10px;
}


.controls-arrows-big .owl-nav .owl-prev:hover:after {
	color: #169fdb;
	display:block;
}


.controls-arrows-big .owl-nav .owl-next:hover:after {
	color: #169fdb;
	display:block;	
}


.dce-controls-bottom {
  padding-bottom: 2rem;
}

.controls-bottom .owl-nav {
  width: 180px;
  height:40px;
  position: absolute;
  bottom:-40px;
  margin-left:-90px;
  left:50%;
  background:#d6d3d3;
  background-color:transparent;
  display: inline-block;
  padding:30px;
}


.controls-bottom .owl-nav div:after {
  font-family: "iconfont";
  position: absolute;
  font-size: 35px;
  line-height: 35px;
}

.controls-bottom .owl-nav .owl-prev:hover {
  padding-left: 25px;
  padding-right: 10px;
  color: #fff;
}


.controls-bottom .owl-nav .owl-prev:after {
  content: "\e939";
  left:25px;
  bottom:15px;    
  color:#5f6975;
  -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;

  
}
.controls-bottom .owl-nav .owl-next:after {
  content: "\e93a";
  right:25px;
  bottom:15px; 
  color:#5f6975;
  -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;
}


.controls-bottom .owl-nav .owl-next:hover:after,
.controls-bottom .owl-nav .owl-prev:hover:after {
	color:#000;
	display:block;
}


.controls-bottom .owl-nav div:before {
	content: "";
	position:absolute;
	top:8px;
	left:51%;
	width:0.075rem;
	height:35px;
	background-color:#5f6975;
-moz-transform: rotate(30deg);
-ms-transform: rotate(30deg);
-o-transform: rotate(30deg);
-webkit-transform: rotate(30deg);	
}




.controls-bottom-small .owl-nav {
  width: 160px;
  height:40px;
  position: absolute;
  bottom:-40px;
  left:-2.5rem;
  background-color:transparent;
  display: inline-block;
  padding:30px;
}

.controls-bottom-small.center .owl-nav {

  margin-left:-90px;
  left:50%;

}




.controls-bottom-small .owl-nav div:after {
  font-family: "iconfont";
  position: absolute;
  font-size: 30px;
  line-height: 30px;
}

.controls-bottom-small .owl-nav .owl-prev:hover {
  padding-left: 25px;
  padding-right: 10px;
  color: #fff;
}


.controls-bottom-small .owl-nav .owl-prev:after {
  content: "\e939";
  left:25px;
  bottom:15px;    
  color:#000;
  -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;

  
}
.controls-bottom-small .owl-nav .owl-next:after {
  content: "\e93a";
  right:25px;
  bottom:15px; 
  color:#000;
  -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;
}


.controls-bottom-small .owl-nav .owl-next:hover:after,
.controls-bottom-small .owl-nav .owl-prev:hover:after {
	color:#797373;
	display:block;
}


.controls-bottom-small .owl-nav div:before {
	content: "";
	position:absolute;
	top:12px;
	left:51%;
	width:0.075rem;
	height:30px;
	background-color:#000;


-moz-transform: rotate(20deg);
-ms-transform: rotate(20deg);
-o-transform: rotate(20deg);
-webkit-transform: rotate(20deg);	
}



.controls-bottom-small.neg .owl-nav .owl-prev:after,
.controls-bottom-small.neg .owl-nav .owl-next:after {
  color:#fff;

}

.controls-bottom-small.neg .owl-nav .owl-next:hover:after,
.controls-bottom-small.neg .owl-nav .owl-prev:hover:after {
	color:rgba(255,255,255, 0.65);
}

.controls-bottom-small.neg .owl-nav div:before {
	background-color:#fff;	
}


.controls-top .owl-nav {
  position: absolute;
  top:28px;
  right:0%;
  width:52px;
  height:50px;
}

.controls-top .owl-nav div:after {
  font-family: "iconfont";
  position: absolute;
  font-size: 25px;
  line-height: 25px;
}

.controls-top .owl-nav .owl-prev:after {
  content: "\f104";
  left:0;  
}
.controls-top .owl-nav .owl-next:after {
  content: "\f105";
  right:0;
}


.controls-top .owl-nav .owl-prev:after,
.controls-top .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:#9c302e;
  width:25px;
  text-align:center;  
}


.controls-top .owl-nav .owl-next:hover:after,
.controls-top .owl-nav .owl-prev:hover:after {
  color:#fff;
  background:#693129;
  
}


.controls-bottom-left .owl-nav {
  position: absolute;
  bottom:0px;
  z-index: 99;
  left:50%;
  width:100px;
  margin-left:-50px;
}

.controls-bottom-left .owl-nav div:after {
  font-family: "iconfont";
  position: absolute;
  font-size: 35px;
  line-height: 25px;
  color:#8d853c; 
}

.controls-bottom-left .owl-nav div:before {
	content:"|";
	position:absolute;
	top:-42px;
	left:44px;
	color:#c3d19d;
	font-family: 'M PLUS Rounded 1c', sans-serif;	
	font-size:45px;
	font-weight:100;
	line-height:45px;
}

.controls-bottom-left .owl-nav .owl-prev:after {
  content: "\e939";
  left:0;  
}
.controls-bottom-left .owl-nav .owl-next:after {
  content: "\e93a";
  right:0;
}


.controls-bottom-left .owl-nav .owl-prev:after,
.controls-bottom-left .owl-nav .owl-next:after {
  bottom:0; 
  -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;
}


.controls-bottom-left .owl-nav .owl-next:hover:after,
.controls-bottom-left .owl-nav .owl-prev:hover:after {
  color:#c90a1e;
}

@media (min-width: 1201px) {

.controls-bottom-left .owl-nav {
  position: absolute;
  top:50%;
  z-index: 99;
  left:0;
  margin-top:-4rem;
  width:7.6rem;
}

.controls-bottom-left .owl-nav div:after {
  font-family: "iconfont";
  position: absolute;
  font-size: 50px;
  line-height: 25px;
  color:#8d853c; 
}

.controls-bottom-left .owl-nav div:before {
	content:"|";
	position:absolute;
	top:-0.65em;
	left:0.95em;
	transform: rotate(30deg);
	color:#c3d19d;
	font-family: 'M PLUS Rounded 1c', sans-serif;	
	font-size:60px;
	line-height: 60px;
	font-weight:200;
}

.controls-bottom-left .owl-nav .owl-prev:after {
  content: "\e939";
  left:0;
  top:-2.8rem  
}
.controls-bottom-left .owl-nav .owl-next:after {
  content: "\e93a";
  right:0;
  top:0.75rem;
}



}






.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;
 }
 
 
.content-slider-box .owl-item.center img {
    filter: none;
    -webkit-filter: none;
    opacity:1;
}

.content-dce-center-right {
	padding-left:1.75rem;
	padding-right:1.75rem;	
}


@media (min-width: 1201px) {	
.content-dce-center-right {
	transform: translateX(16%);
}	

.content-dce-center-right {
	padding-left:8em;
	margin-left:-8em;	
}
	
}	


@media (min-width: 1601px) {	
.content-dce-center-right {
	transform: translateX(21%);
}	

.content-dce-center-right {
	padding-left:8em;	
}
	
}	



.content-dce-center-right {
	padding-bottom:5em;
}

.content-dce-center-right .owl-item .owl-headline {
	padding-top:1.5em;
	text-align:center;	
}

@media (min-width: 801px) {	

.content-dce-center-right .owl-item .owl-headline {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;

}

.content-dce-center-right .owl-item.center .owl-headline {
    filter: none;
    opacity: 1;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.content-dce-center-right .owl-item .owl-dce-center-right-img {
	position: relative;
}


.content-dce-center-right .owl-item .owl-dce-center-right-img:before,
.content-dce-center-right .owl-item .owl-dce-center-right-img:after {
	content:"";
	width:150%;
	height:50px;
	display:block;
	background:#f7f9f2;
	background:#fff;
	position:absolute;
	z-index:99;	
  -webkit-transition: all 1s ease-in-out; 
  -moz-transition:all 1s ease-in-out; 
  -ms-transition: all 1s ease-in-out; 
  -o-transition: all 1s ease-in-out; 
  transition: all 1s ease-in-out;

}
.content-dce-center-right .owl-item .owl-dce-center-right-img:before {
	top:0px;
	left:-5px;	
}

.content-dce-center-right .owl-item .owl-dce-center-right-img:after {
	bottom:0px;
	left:-5px;	
}


.content-dce-center-right .owl-item.center .owl-dce-center-right-img:before,
.content-dce-center-right .owl-item.center .owl-dce-center-right-img:after {
	height:0px;
}

}

.owl-dce-center-right-img img {
	width:100%;
}



.controls-offers .owl-nav {
  position: absolute;
  bottom:-3rem;
  z-index: 99;
  right:0;
  margin-top:-4em;
  width:6em;
}

.controls-offers .owl-nav div:after {
  font-family: "iconfont";
  position: absolute;
  font-size: 30px;
  line-height: 25px;
  color:#c90a1e; 
}

.controls-offers .owl-nav div:before {
	content:"|";
	position:absolute;
	top:-0.55em;
	left:0.95em;
	color:#c3d19d;

	font-family: 'M PLUS Rounded 1c', sans-serif;	
	font-size:45px;
	font-weight:200;
	margin-top:-0.45em;
}

.controls-offers .owl-nav .owl-prev:after {
  content: "\e939";
  left:0;  
}
.controls-offers .owl-nav .owl-next:after {
  content: "\e93a";
  right:0;
  top:-0.4em;
}


.controls-offers .owl-nav .owl-prev:after,
.controls-offers .owl-nav .owl-next:after {
  bottom:0; 
  -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;
}


.controls-offers .owl-nav .owl-next:hover:after,
.controls-offers .owl-nav .owl-prev:hover:after {
	color:#6e8e12;
}

/* 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);
}



.controls-offers-bottom .owl-nav {
  position: absolute;
  bottom:-2.75rem;
  right:-2.75rem;
  width:52px;
  height:50px;
}

.controls-offers-bottom .owl-nav div:after {
  font-family: "iconfont";
  position: absolute;
  font-size: 25px;
  line-height: 25px;
}

.controls-offers-bottom .owl-nav .owl-prev:after {
  content: "\f104";
  left:0;  
}
.controls-offers-bottom .owl-nav .owl-next:after {
  content: "\f105";
  right:0;
}


.controls-offers-bottom .owl-nav .owl-prev:after,
.controls-offers-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:#f29400;
  background:#6e6452;
  width:25px;
  text-align:center;  
}


.controls-offers-bottom .owl-nav .owl-next:hover:after,
.controls-offers-bottom .owl-nav .owl-prev:hover:after {
  color:#fff;
  background:#000;
  
}



.controls-offers-bottom2 .owl-nav {
  position: absolute;
  bottom:-3rem;
  right:0rem;
  width:72px;
  height:50px;
}

@media (min-width: 992px) {
.controls-offers-bottom2 .owl-nav {
  right:-5.35rem;

}

}
	

.controls-offers-bottom2 .owl-nav div:after {
  font-family: "iconfont";
  position: absolute;
  font-size: 28px;
  line-height: 28px;
}

.controls-offers-bottom2 .owl-nav .owl-prev:after {
  content: "\f104";
  left:0;  
}
.controls-offers-bottom2 .owl-nav .owl-next:after {
  content: "\f105";
  right:0;
}


.controls-offers-bottom2 .owl-nav .owl-prev:after,
.controls-offers-bottom2 .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:#f29400;
  width:35px;
  text-align:center;  
}


.controls-offers-bottom2 .owl-nav .owl-next:hover:after,
.controls-offers-bottom2 .owl-nav .owl-prev:hover:after {
  color:#fff;
  background:#000;
  
}



.content-slider-dce-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;
 }
 
.content-slider-dce-box .owl-item.center img {
    filter: none;
    -webkit-filter: none;
    opacity:1;
}

.content-slider-dce-box:after  {
	position:relative;
}
.content-slider-dce-box:after  {
	content:"";
	width:200px;
	height:100%;
	display:block;
	position: absolute;
	z-index:2;
	left:0;
	top:0;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f7f7f7+0,f7f7f7+100&1+0,0+100 */
background: -moz-linear-gradient(left,  rgba(247,247,247,1) 0%, rgba(247,247,247,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(247,247,247,1) 0%,rgba(247,247,247,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(247,247,247,1) 0%,rgba(247,247,247,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#00f7f7f7',GradientType=1 ); /* IE6-9 */


}

.content-slider-dce-box:before  {
	content:"";
	width:200px;
	height:100%;
	display:block;
	position: absolute;
	z-index:2;
	right:0;
	top:0;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f7f7f7+0,f7f7f7+100&0+0,1+100 */
background: -moz-linear-gradient(left,  rgba(247,247,247,0) 0%, rgba(247,247,247,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(247,247,247,0) 0%,rgba(247,247,247,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(247,247,247,0) 0%,rgba(247,247,247,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f7f7f7', endColorstr='#f7f7f7',GradientType=1 ); /* IE6-9 */




}



.controls-normal-no-text .owl-nav {
  width: 100%;
  height: 0;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  z-index: 10;
}


.controls-normal-no-text .owl-nav div {
  display: inline-block;
  position: absolute;

}

.controls-normal-no-text .owl-nav div:after {
  font-family: "iconfont";
  position: absolute;
  font-size: 25px;
  line-height: 25px;
  top: 50%;
  margin-top: -8px;
}

.controls-normal-no-text .owl-nav .owl-prev {
  left: 10px;
  color: #ffffff;
}

.controls-normal-no-text .owl-nav .owl-next {
  color: #ffffff;
  right: 50px;
}

.controls-normal-no-text .owl-nav .owl-prev:after {
  content: "\f104";
  
}

.controls-normal-no-text .owl-nav .owl-next:after {
  content: "\f105";
}

.controls-normal-no-text .owl-nav .owl-next:after,
.controls-normal-no-text .owl-nav .owl-prev:after {
  padding:10px 15px;
  background:rgba(0,0,0, 0.35);
  
}

.controls-normal-no-text .owl-nav .owl-next:hover:after,
.controls-normal-no-text .owl-nav .owl-prev:hover:after {
  background:rgba(0,0,0, 0.75);
  
}

@media (max-width: 768px) {

.controls-normal-no-text .owl-nav div:after {
  font-size: 20px;
  line-height: 20px;
  top: 50%;
  margin-top: -8px;
}

.controls-normal-no-text .owl-nav .owl-next:after,
.controls-normal-no-text .owl-nav .owl-prev:after {
  padding:7px 10px;  
}

.controls-normal-no-text .owl-nav .owl-prev {
  left: 0px;
  color: #ffffff;
}

.controls-normal-no-text .owl-nav .owl-next {
  right: 27px;
}

}



@media (min-width: 992px) {


.controls-middle-bottom .owl-nav {
  width: 63%;
  position: absolute;
  bottom:50%;
  left:50%;
  background-color:transparent;
  display: inline-block;
  padding:30px;
  margin-bottom:-15px;

  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);  
  
}

.controls-middle-bottom .owl-nav div:after {
  font-family: "iconfont";
  position: absolute;
  font-size: 35px;
  line-height: 60px;
  background-color:#631954;
  width:60px;
  text-align:center;
}

}



@media (min-width: 1100px) {
.controls-middle-bottom .owl-nav {
  width: 62%;
}

}

@media (min-width: 1300px) {
.controls-middle-bottom .owl-nav {
  width: 60%;
}

}

@media (max-width: 991px) {

.controls-middle-bottom .owl-nav {
  width: 80px;
  height:40px;
  position: absolute;
  bottom:-40px;
  left:50%;
  background-color:transparent;
  display: inline-block;
  padding:30px;
  
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);    
  
}


.controls-middle-bottom .owl-nav div:after {
  font-family: "iconfont";
  position: absolute;
  font-size: 23px;
  line-height: 35px;
  background-color:#631954;
  width:37px;
  text-align:center;
}

}




.controls-middle-bottom .owl-nav .owl-prev:after {
  content: "\e939";
  left:0;
  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;

  
}
.controls-middle-bottom .owl-nav .owl-next:after {
  content: "\e93a";
  right:0;
  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;
}


.controls-middle-bottom .owl-nav .owl-next:hover:after,
.controls-middle-bottom .owl-nav .owl-prev:hover:after {
	color:#fff;
	background-color:#72727f;
	display:block;
}


@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;	
}


.controls-top-offers .owl-nav {
  position: absolute;
  top:-3.65rem;
  right:-0.5rem;
  width:70px;
  height:50px;
  background-color:#ffffff;
}

.controls-top-offers .owl-nav div:after {
  font-family: "iconfont";
  position: absolute;
  font-size: 25px;
  line-height: 25px;
}

.controls-top-offers .owl-nav .owl-prev:after {
  content: "\f104";
  left:0.5rem;  
}
.controls-top-offers .owl-nav .owl-next:after {
  content: "\f105";
  right:0.5rem;
}


.controls-top-offers .owl-nav .owl-prev:after,
.controls-top-offers .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:#0092d1;
  width:25px;
  text-align:center;  
}


.controls-top-offers .owl-nav .owl-next:hover:after,
.controls-top-offers .owl-nav .owl-prev:hover:after {
  color:#fff;
  background:#000;
  
}



.controls-news-bottom .owl-nav {
  position: absolute;
  top:auto;
  bottom:-2.4rem;
  right:-0.5rem;
  width:70px;
  background-color:#fff;
  height:28px;
}

@media (min-width: 480px) {

.controls-news-bottom .owl-nav {
  bottom:-2.5rem;
}

}

@media (min-width: 575px) {

.controls-news-bottom .owl-nav {
  bottom:-2.5rem;
}

}

@media (min-width: 992px) {

.controls-news-bottom .owl-nav {
  bottom:-3.0rem;
}

}

@media (min-width: 1400px) {

.controls-news-bottom .owl-nav {
  bottom:-4rem;
  right:-0.5rem;
}

}


.controls-news-bottom .owl-nav div:after {
  font-family: "iconfont";
  position: absolute;
  font-size: 25px;
  line-height: 25px;
}

.controls-news-bottom .owl-nav .owl-prev:after {
  content: "\f104";
  left:0.5rem;  
}
.controls-news-bottom .owl-nav .owl-next:after {
  content: "\f105";
  right:0.5rem;
}


.controls-news-bottom .owl-nav .owl-prev:after,
.controls-news-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-news-bottom .owl-nav .owl-next:hover:after,
.controls-news-bottom .owl-nav .owl-prev:hover:after {
  color:#fff;
  background:#000;
  
}



.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;
  
}



.controls-price-bottom .owl-nav {
  position: absolute;
  top:auto;
  bottom:-2.6rem;
  right:-0.5rem;
  width:90px;
  background-color: transparent;
  height:30px;
}


.controls-price-bottom .owl-nav div:after {
  font-family: "iconfont";
  position: absolute;
  font-size: 30px;
  line-height: 30px;
}

.controls-price-bottom .owl-nav .owl-prev:after {
  content: "\f104";
  left:0.5rem;  
}
.controls-price-bottom .owl-nav .owl-next:after {
  content: "\f105";
  right:0.5rem;
}


.controls-price-bottom .owl-nav .owl-prev:after,
.controls-price-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:33px;
  text-align:center;  
}


.controls-price-bottom .owl-nav .owl-next:hover:after,
.controls-price-bottom .owl-nav .owl-prev:hover:after {
  color:#fff;
  background:#000;
  
}

.controls-header-bottom .owl-nav {
  position: absolute;
  top:auto;
  bottom:0rem;
  right:-0.5rem;
  width:90px;
  background-color: transparent;
  height:30px;
}


.controls-header-bottom .owl-nav div:after {
  font-family: "iconfont";
  position: absolute;
  font-size: 30px;
  line-height: 30px;
}

.controls-header-bottom .owl-nav .owl-prev:after {
  content: "\f104";
  left:0.5rem;  
}
.controls-header-bottom .owl-nav .owl-next:after {
  content: "\f105";
  right:0.5rem;
}


.controls-header-bottom .owl-nav .owl-prev:after,
.controls-header-bottom .owl-nav .owl-next:after {
  bottom:0; 
  color:#000;
  -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:33px;
  text-align:center;  
}


.controls-header-bottom .owl-nav .owl-next:hover:after,
.controls-header-bottom .owl-nav .owl-prev:hover:after {
  color:#fff;
  background:#000;
  
}