.schema-faq-code {

}

.schema-faq-code .faq-question {
    border-bottom: .0625rem solid #e6e6e6;
    position: relative;
    padding-bottom: 1rem;
}

.schema-faq-code .faq-question .faq-q {
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-weight: 500;
    color: var(--gray-950);
    padding: 1rem 2rem 0 0;
    margin: 0;
    cursor: pointer;
}

.schema-faq-code .faq-question .faq-b {
    display: none;
}

.schema-faq-code .faq-question .faq-a {
    margin-top: 1rem;
}

.schema-faq-code .faq-question .faq-a p {
    line-height: 1.5;
    margin-bottom: 1rem;
    color: var(--gray-800);
    font-size: 1rem;
}


.schema-faq-code .faq-question a,
.schema-faq-code .faq-question strong {
    font-weight: 600;
}

.kennisbank .content .card .schema-faq-code .faq-question .faq-a li {
    font-size: 1rem;
    line-height: 1.5;
}

.schema-faq-code .faq-question .arrow svg:nth-child(2) {
    display: none;
}

.schema-faq-code .faq-question.active .arrow svg:nth-child(1){
    display: none;
}
.schema-faq-code .faq-question.active .arrow svg:nth-child(2){
    display: block;
}

.schema-faq-code .faq-question .arrow {
    display: block;
    position: absolute;
    right: 0;
    top: 1.25em;
}

.schema-faq-code .faq-question.active .arrow {
    top: 1.75rem;
}

.schema-faq-code .faq-question .faq-b img {
    cursor: pointer;
}

.schema-faq-code .faq-question.active .arrow svg {
    rotate: 180deg;   
}

@media screen and (max-width: 550px) {
    .schema-faq-code .faq-question .faq-q {
        font-size: 1rem;
        padding: .75rem .5rem .75rem 0;
        line-height: 1.5;
        padding-right: 1rem;
    }

    .schema-faq-code .faq-question .faq-b p {
        font-size: 1rem;
        line-height: 1.5;
    }
}