/*.arrow, .swiper_arrow {
    background: url(../img/SIR-2024-Icons-v1-Pfeil.svg) no-repeat;
    background-size: contain;
    background-position: 50% 50%;
}
    */
.arrow:before, .swiper_arrow:before,
.arrow:after, .swiper_arrow:after {
    border-radius: 50%; border: 1px solid var(--typo-color-green-three);
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="%234D7878" viewBox="0 0 384 512"><!--!Font Awesome Pro 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.--><path d="M180.7 475.3c6.2 6.2 16.4 6.2 22.6 0l176-176c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0L208 425.4 208 48c0-8.8-7.2-16-16-16s-16 7.2-16 16l0 377.4L27.3 276.7c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6l176 176z"/></svg>');
    background-size: 50% auto;
}


/***************************************************************************
* Listing: arrows top right
****************************************************************************/
.arrows_top_right .swiper_container {
    position: relative;
}
.arrows_top_right .swiper_container .swiper_next {
    top: -3rem; right: 0; 
    transform: translate(0,0);
}
.arrows_top_right .swiper_container .swiper_prev {
    top: -3rem; right: 3rem; left: auto;
    transform: translate(0,0);
}



/***************************************************************************
* Mobile Slider
****************************************************************************/
@media screen and (max-width:39.375em){
    .mobile_slider .swiper_container{
        margin-right: -1rem;
    }
    .mobile_slider .swiper {
        padding-right: 2rem;
    }
    .mobile_slider .swiper_arrow {
        display: none;
    }
}