section#faq{
    position: relative;
    padding: 40px 0 80px 0;
    overflow: hidden;
        z-index: 99;
}

section#faq h2{
    margin-top: 0;
    color: #ae0018;
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
}

section#faq h3 {
    color: #55b6fe;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0;
}

section#faq .container{
    z-index: 1;
    overflow: visible;
}

section#faq .faq-row{
    width: 100%;
    margin-top: 40px;
}

section#faq .single-faq{
    color: #303030;
    margin-top: 0;
    font-size: 18px;
    line-height: 40px;
    border-bottom: 1px solid #d2d2d2;
    padding: 20px;
    background: #fffefa;
}

section#faq .single-faq:first-child {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

section#faq .single-faq:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}


section#faq .single-faq:last-child {
    border-bottom: 0;
}

section#faq .single-faq span {
    flex: 1;
}

section#faq .single-faq p {
    line-height: 40px;
}

section#faq .single-faq i {
    background: #ae0018;
    height: 13px;
    width: 13px;
    padding: 13px;
    border-radius: 100px;
    font-size: 13px;
    color: white;
    text-align: center;
    margin-right: 20px;
}

section#faq .single-faq .fa-minus{
    display: none;
}

section#faq .single-faq .antwoord{
    display: none;
}

section#faq .single-faq .vraag{
    padding: 10px 0;
    box-sizing: border-box;
    cursor: pointer;
}

section#faq .single-faq .vraag{
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-radius: 3px;
}

@media only screen and (max-width: 1250px) {
    section#faq .faq-row{
        width: 100%;
    }

    section#faq .faqbackground img{
        object-fit: contain;
    }
}

@media screen and (max-width: 700px) {
    section#faq h2 {
        font-size: 40px;
    }
}