.swiper-slide{
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media only screen and (min-width: 681px) {
    #swiper-schede{
        width: 100%;
    }

    #swiper-schede.swiper-fit{
        width: fit-content;
    }

    .swiper-wrapper {
        margin-bottom: 2px;
        padding-left: 24px;
        padding-right: 24px;
        margin-right: 24px;
    }

    #swiper-schede:not(.swiper-fit) .swiper-slide:last-of-type {
        margin-right: 48px!important;
        /* background-color: red; */
    }   

    #swiper-schede.swiper-fit .swiper-slide:last-of-type {
        margin-right:-24px!important;
        /* background-color: red; */
    }   

    .swiper-pagination{
        display: none !important;
    }
}

@media only screen and (max-width: 680px) {
    .swiper {
        padding-bottom: 20px!important;
    }

    .swiper-pagination {
        bottom: -7px!important;
    }

    .swiper-pagination-bullet {
        background: rgba(255, 255, 255, 0.3)!important;
        opacity: 1!important;
    }

    .swiper-pagination-bullet-active {
        opacity: 1!important;
        background: white!important;
    }
}