
/*Swiper.js FIX für IOS Geräte */
.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(204,242,255,.9)}
.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:-3px;z-index:50;height:5px;width:98%}
.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}
.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(204,242,255,.9);border-radius:10px;left:0;top:0}