/*  ------  local   ------  */
body, html {
    overflow-x: clip !important;
}
body, html {
    overflow: unset;
}
.ds__only-mobile{
    display: none;
}

.ds__page .swiper-button-prev::after, .ds__page .swiper-container-rtl .swiper-button-next::after, html[dir="rtl"] .swiper-button-next::after {
    background-image: url(../common/arrow-left-white-icon.svg);
}
.ds__page .swiper-button:after {
    content: "";
    background-size: 75% auto;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    display: block;
}

/* --- ------------------------------------------------------ --- */
/* Mobile */
@media (max-width: 480px) {
    .ds__only-mobile{
        display: block;
    }
    .dsl__page .dsl__legende {
        font-size: 9px !important;
    }
}

/* Tablet Portrait */
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {
    .ds__only-mobile{
        display: none;
    }
}

/* Tablet Landscape */
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {
    .ds__only-mobile{
        display: none;
    }
}

