.owl-carousel .owl-prev,.owl-carousel .owl-next{display:inline-block;width:80px;height:80px;border:0;border-radius:50%;position:absolute;top:50%;left:-50px;background:rgba(255,255,255,0);cursor:pointer;transform:translateY(-50%);font-size:30px;transition:all .2s ease}
[id^="content-teaser-slider"].owl-carousel .owl-prev,[id^="content-teaser-slider"].owl-carousel .owl-next{background:rgba(255,255,255,0.3)}
.owl-carousel .owl-prev.disabled,.owl-carousel .owl-next.disabled{opacity:.1}
.owl-carousel .owl-next{left:inherit;right:-50px}
.owl-carousel .owl-prev:before,.owl-carousel .owl-next:before{display:block;font-family:'icons';margin-left:5px;color:var(--background-secondary-color)}
.owl-carousel .owl-prev:before{content:"\e90d"}
.owl-carousel .owl-next:before{content:"\e90e"}
.owl-carousel .owl-prev:hover{left:-53px;background:transparent}
.owl-carousel .owl-next:hover{right:-53px;background:transparent}
[id^="content-teaser-slider"].owl-carousel .owl-prev:hover{background:rgba(255,255,255,0.5)}
[id^="content-teaser-slider"].owl-carousel .owl-next:hover{background:rgba(255,255,255,0.5)}
@media(max-width:900px){.owl-carousel .owl-prev,.owl-carousel .owl-next{width:60px;height:60px;font-size:30px}
}
@media(max-width:750px){.owl-carousel .owl-prev,.owl-carousel .owl-next{width:40px;height:40px;font-size:20px;left:-30px}
.owl-carousel .owl-next{left:inherit;right:-30px}
.owl-carousel .owl-prev{background-size:40px auto}
.owl-carousel .owl-prev:before{margin-right:0}
.owl-carousel .owl-next:before{margin-left:0}
.owl-carousel .owl-prev:hover{left:-33px}
.owl-carousel .owl-next:hover{right:-33px}
}
.owl-dots{position:absolute;bottom:6px;left:50%;height:25px;transform:translateX(-50%)}
.owl-dots .owl-dot{border-radius:50%;border:1px solid #333;background:#fff;opacity:.5;height:18px;width:18px;padding:0;margin:2px}
.owl-dots .owl-dot.active{opacity:.9}