.citat-items {
    overflow: inherit;
}

.citat-items .swiper-slide:after {
    position:absolute;    
}

.citat-items .swiper-slide:nth-child(odd):after {
    content:url("/media/ik4nszkh/metaballs-bottom-right.svg");
    bottom: -6px;
    right:0;
}

.citat-items .swiper-slide:nth-child(even):after {
    content:url("/media/kk2axppb/metaballs-top-right.svg");
    top: 0px;
    right:0;
}

.citat-items .text p {
    font-size: 1.77rem;
    line-height: 2.4rem;
    font-weight: 600;
}
        
.swiper-horizontal>.swiper-scrollbar.scrollbar-citat {
    margin-left: 15%;
    bottom: -25%;
}

.swiper-horizontal>.swiper-scrollbar.scrollbar-citat {
    background: #f8e8df;
}

.citat-items .swiper-slide.swiper-slide {
    opacity: 0.4;
    top: 4rem;
    transition: all 0.3s;
}

.citat-items .swiper-slide.swiper-slide-active {
    top: 0rem;
    opacity: 1;
}

.citat-items .swiper-slide.swiper-slide-next {
    top: 2rem;
    opacity: 0.7;
}