.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
}

.swiper-slide-img {
    display: block!important;
    width: 100%!important;
    height: 100%!important;
    object-fit: cover!important;
}

.swiper-pagination-bullet-active {
    background:  #B60039!important;
}

.ts-immo-swiper .swiper-button-next:after, .ts-immo-swiper .swiper-button-prev:after {
    font-size: 14px;
    color: #fff;
}

.ts-immo-swiper .swiper-pagination-bullet{
    background: #B60039!important;
}

.ts-immo-swiper .swiper-button-next, .ts-immo-swiper .swiper-button-prev {
    background-color: #b600396b;
    padding: 30px 30px;
    background-image: none;
}
.ts-immo-swiper .swiper-button-next:hover, .ts-immo-swiper .swiper-button-prev:hover {
    background-color: #B60039;
}

.ts-immo-swiper .swiper-slide {
    background: #f0efee!important;
}

@media (min-width: 369px) and (max-width: 1040px) {
    #installation {
        padding-top: 0;
    }
}