.image-buttons__headines {
    padding-bottom: 20px;
}

.image-button-item {
    margin-top: 20px;
}

.image-button {
    display: block;
    height: 373px;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    background: #fff;
}

.image-button::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom,  rgba(12,22,49,0) 0%,rgba(12,22,49,0) 25%,rgba(12,22,49,1) 100%);
}

.image-button__hover {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 20px;
}

.image-button__title {
    margin: 0;
    color: #fff;
    font-size: 25px;
    line-height: 1.2em;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
}

.image-button__cta {
    margin-top: 15px;
    position: relative;
    color: #fff;
    font-size: 18px;
    line-height: 1em;
    padding: 1px 0;
    font-weight: 400;
    padding-right: 50px;
}

.image-button__cta::after {
    content: '\e903';
    font-family: 'wwc-icons';
    position: absolute;
    right: 3px;
    font-weight: 400;
    font-size: 20px;
    line-height: 1em;
    top: 50%;
    transform: translate(0, -50%);
}

.image-buttons {
    position: relative;
    overflow: hidden;
}

.pattern {
    position: absolute;
    right: -20px;
    bottom: -180px;
}

@media (min-width: 768px) {
    .image-buttons__headines {
        padding-bottom: 30px;
    }
    
    .image-button-item {
        margin-top: 30px;
    }
    
}

@media (min-width: 1200px) {
    .image-buttons .flex-row {
        align-items: center;
        flex-direction: row-reverse;
        margin-top: -30px;
    }

    .image-buttons__headines {
        padding-bottom: 0;
        padding-left: 25px;
    }

    .image-button {
        height: 347px;
    }
    
    .image-button-link:hover {
        background: #fff;
    }

    .image-button-link:hover::before {
        background: linear-gradient(to bottom,  rgba(255,255,255,0.38) 0%,rgba(255,255,255,1) 100%);
    }

    .image-button-link:hover .image-button__title {
        color: #0C1631;
        border-color: #0C1631;
    }
    
    .image-button-link:hover .image-button__cta {
        color: #0C1631;
    }

}

.image-buttons__headines-flex {
    text-align: center;
}

.image-buttons__headines-flex h2 {
    margin-bottom: 0;
}

.image-buttons__headines-flex a.btn {
    white-space: nowrap;
}

.image-buttons__bottom {
    margin-top: 26px;
}

.image-button-grid,
.image-button-slider {
    margin: 0 -16px;
    padding-bottom: 76px;
}

.image-button-grid .image-button-item,
.image-button-slider .image-button-item {
    padding-left: 16px;
    padding-right: 16px;
}

.image-button-grid .slick-arrow,
.image-button-slider .slick-arrow {
    color: #fff;
    background: #BDCBEF;
}

.image-button-grid .slick-arrow:hover,
.image-button-slider .slick-arrow:hover {
    background: #213C88;
}

@media (min-width: 768px) {
    
    .image-buttons__headines-flex {
        display: flex;
        align-items: center;
        justify-content: space-between;
        text-align: left;
    }

    .image-buttons__headines-flex h2 {
        /* width: 70%; */
    }

    .no-cta .image-buttons__headines-flex h2 {
        width: 100%;
    }

    .image-button-grid {
        padding-bottom: 0;
    }

    .image-button-grid .fx-slide {
        display: block;
    }

    .image-button-slider {
        padding-bottom: 90px;
    }
}


@media (min-width: 1200px) {

    .image-buttons__headines-flex {
        padding-bottom: 10px;
    }

    .image-buttons__headines-flex h2 {
        width: 80%;
    }

    .no-cta .image-buttons__headines-flex h2 {
        width: 100%;
    }

    .image-button-slider {
        padding-bottom: 0;
    }

    .image-button-slider .slick-arrow {
        top: -65px;
        margin: 0;
    }

    .image-button-slider .slick-prev {
        left: auto;
        right: 270px;
    }

    .image-button-slider .slick-next {
        right: 210px;
    }

    .no-cta .image-button-slider .slick-prev {
        right: 75px;
    }

    .no-cta .image-button-slider .slick-next {
        right: 15px;
    }
}