/* 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;
}

/* Styling Next and Prev buttons */
/*style-1*/

.controls-normal .owl-nav {
  width: 100%;
  height: 0;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  z-index: 110;
}


.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;
}





/* Preise*/


.controls-arrows-price .owl-nav {
  width: 100%;
  height: 0;
  position: absolute;
  top: 27px;
  z-index: 115;
}


.controls-arrows-price .owl-nav div:after {
  font-family: "iconfont";
  position: absolute;
  font-size: 50px;
  line-height: 1;
  top: 50%;
  margin-top: -8px;
}


.controls-arrows-price .owl-nav .owl-prev:hover {
  padding-left: 25px;
  padding-right: 10px;
  color: #fff;
}


.controls-arrows-price .owl-nav .owl-prev:after {
  content: "\f104";
  left: -30px; 
  color:#a61b32;
  -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:#a61b32;
  -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 {
	color: #333;
	display:block;
}


.controls-arrows-price .owl-nav .owl-next:hover:after {
	color: #333;
	display:block;	
}



/* controls-arrows-big */


.controls-arrows-big .owl-nav {
  width: 100%;
  height: 0;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  z-index: 110;
}


.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;	
}


.controls-botton{
	padding-bottom:40px;
}  
.controls-botton .owl-nav {
  width: 120px;

  position: absolute;
  bottom:0px;
  margin-left:-60px;
  left:50%;
  background:#d6d3d3;
  background-color:transparent;
  display: inline-block;
  padding:30px;
/* https://9elements.github.io/fancy-border-radius/ */
border-radius: 10% 10% 10% 10% / 0% 0% 83% 83% ; 
-moz-border-radius: 10% 10% 10% 10% / 0% 0% 83% 83% ; 
-webkit-border-radius: 10% 10% 10% 10% / 0% 0% 83% 83% %;

}


.controls-botton .owl-nav div:after {
  font-family: "iconfont";
  position: absolute;
  font-size: 45px;
  line-height: 45px;
}

}


.controls-botton .owl-nav .owl-prev:hover {
  padding-left: 25px;
  padding-right: 10px;
  color: #fff;
}


.controls-botton .owl-nav .owl-prev:after {
  content: "\f104";
  left:25px;
  bottom:15px;    
  color:#42495b;
  -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-botton .owl-nav .owl-next:after {
  content: "\f105";
  right:25px;
  bottom:15px; 
  color:#42495b;
  -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-botton .owl-nav .owl-next:hover:after,
.controls-botton .owl-nav .owl-prev:hover:after {
	color: #333;
	display:block;
}





.controls-top .owl-nav {
  position: absolute;
  top:28px;
  right:0px;
  width:52px;
}


.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:#617300;
  width:25px;
  text-align:center;  
}


.controls-top .owl-nav .owl-next:hover:after,
.controls-top .owl-nav .owl-prev:hover:after {
  color:#fff;
  background:#95a509;
  
}







.buttons-hide .owl-nav {
  display: none;
}

/* Styling Pagination*/
.owl-dots,
.owl-dots {
  position: absolute;
  bottom: 0px;
  text-align: center;
  width: 100%;
  z-index: 110;
}

.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 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;
}


