/* CATEGORY SLIDER */
.owl-carousel{
	margin-top: 10px;
	text-align: center;
}
.owl-carousel .owl-item{
  aspect-ratio: 4/2.5;
	transition: all 0.3s ease;
}
.owl-carousel .owl-item a{
	height: 100%;
	background-color: #2f373d;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
  align-items: flex-end;
  justify-content: end;
  padding: 20px;
	color: white;
	padding-top: calc(62.5% - 20px);
}

.owl-carousel .falke-icon-category{
	height: 33px;
  width: 30px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  filter: invert(1);
  margin-left: 10px;
}



.owl-carousel .owl-item a{
	width: 100%;
  height: 100%;
  position: relative;
  display: block;
}
.owl-carousel .nav-btn{
  height: 47px;
  position: absolute;
  width: 26px;
  cursor: pointer;
  top: 33% !important;
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled{
	pointer-events: none;
	opacity: 0.2;
}

.owl-carousel .prev-slide{
  background: url(https://www.keob-fliesen.at/wp-content/plugins/falke-cpt-projekte/assets/nav-icon.png) no-repeat scroll 0 0;
  left: -33px;
}
.owl-carousel .next-slide{
  background: url(https://www.keob-fliesen.at/wp-content/plugins/falke-cpt-projekte/assets/nav-icon.png) no-repeat scroll -24px 0px;
  right: -33px;
}
.owl-carousel .prev-slide:hover{
 background-position: 0px -53px;
}
.owl-carousel .next-slide:hover{
	background-position: -24px -53px;
}


@media only screen and (max-width: 1400px) {
  .owl-carousel .falke-category-text {
    font-weight: 500;
    padding-bottom: unset;
    font-size: 1.2em;
  }
}
