        /* Slider Fix für Arabisch / RTL */
        html[lang="ar"] .pageImageSlider,
        html[dir="rtl"] .pageImageSlider,
        html[lang="ar"] .ig-splide-slider,
        html[dir="rtl"] .ig-splide-slider {
            direction: ltr !important;
        }

        html[lang="ar"] .ig-slider.splide--fade .splide__slide,
        html[dir="rtl"] .ig-slider.splide--fade .splide__slide {
            opacity: 0 !important;
            visibility: visible !important;
        }

        html[lang="ar"] .ig-slider.splide--fade .splide__slide.is-active,
        html[dir="rtl"] .ig-slider.splide--fade .splide__slide.is-active {
            opacity: 1 !important;
        }

        html[lang="ar"] .splide__track,
        html[dir="rtl"] .splide__track {
            direction: ltr !important;
        }