/* Tijdelijke inhoud van dit bestand moet nog in de correcte sass bestanden worden gezet, komt nog... */

.quote {
    text-align: center;
    background-color: #fef4f8;
    padding: 2rem 30px 1rem 30px;
    display: block;
    margin-top: 80px;
    margin-bottom: 80px;
    line-height: 80px;
}

@media screen and (max-width: 768px) {
    .quote {
        line-height: 40px;
    }

    .quote .content-banner__title {
        font-size: 1.5rem;
    }
}

.slider-box {
    z-index: 999;
}

.slider-title {
    font-size: 60px;
}

.dienst-contact-holder {
    z-index: 999;
    background-color: #FFF;
    margin-top: -100px;
    padding-top: 100px;
}

.wpcf7 {
    grid-column: 3 / -3 !important;
}

.header-icon {
    margin-top: 30px;
    margin-bottom: -30px;
}

.header-icon img {
    width: 116px;
    height: 113px;
}