.faq-section--kinder .title {
    position: relative;
    max-width: 630rem;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20rem;
}

.faq-section--kinder .title:before {
    content: '';
    position: absolute;
    top: 22px;
    left: 100%;
    -webkit-transform: translateX(30%);
        -ms-transform: translateX(30%);
            transform: translateX(30%);
    width: 55rem;
    height: 50rem;
    display: none;
    background: url('../../img/kinder/faq_icon.svg') center/contain no-repeat;
}

.faq-section--kinder .accordion:has(.accordion__handler:checked) .accordion__title {
    color: var(--color-blue);
}

.faq-section--kinder .accordion:has(.accordion__handler:checked) .accordion__header:before {
    background-color: var(--color-blue);
}

.faq-section--kinder .faq__button {
    color: var(--color-white);
    border-color: var(--color-blue);
    background-color: var(--color-blue);
}

@media screen and (min-width: 1024px) and (orientation: landscape) {
    .faq-section--kinder .title {
        padding: 0;
    }

    .faq-section--kinder .title:before {
        display: block;
    }
}
