/* Slideshow Partnerschaften — ported from frontend/scss/includes/molecules/_slideshows.scss
   Loaded by ContentBlocks/partners/templates/frontend.html */

.slideshow-partners {
    padding-bottom: 30px;
}

.slideshow-partners .slide {
    padding: 20px 20px;
}

@media (min-width: 768px) {
    .slideshow-partners .slide {
        padding: 20px 30px;
    }
}

@media (min-width: 992px) {
    .slideshow-partners .slide {
        padding: 20px 50px;
    }
}

.slideshow-partners .slick-dots {
    bottom: 0;
}

.slideshow-partners .slick-dots li button {
    background-color: #DCDCDA;
}

.slideshow-partners .slick-dots li.slick-active button {
    background-color: #b7172e;
}

.slideshow-partners .wrapper {
    display: block;
    padding: 20px 20px 20px 20px;
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 270px;
    position: relative;
}

.slideshow-partners .wrapper:hover {
    text-decoration: none;
    transform: scale(1.08, 1.08);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.slideshow-partners .wrapper:hover .info-icon {
    opacity: 1;
}

.slideshow-partners .info-icon {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 44px;
    height: 44px;
    background-image: url("../../../Images/info-icon.svg");
    background-repeat: no-repeat;
    opacity: 0;
}

.slideshow-partners .logo {
    height: 50px;
    margin-bottom: 35px;
}

.slideshow-partners .logo img {
    margin: 0 auto;
}

.slideshow-partners .title {
    text-align: center;
}

.slideshow-partners .title h2,
.slideshow-partners .title h3,
.slideshow-partners .title h4,
.slideshow-partners .title h5 {
    font-size: 1.375rem;
    margin-bottom: 20px;
    line-height: 100%;
    white-space: nowrap;
}

.slideshow-partners p {
    text-align: center;
    margin-top: 20px;
    color: #8d8d8d;
}
