:root {
    --primary: #f9cd32;
    --secondary: #d92684;
    --headline-text: inherit;
    --headline-text-hover: inherit;
    --content-background: #f8f8f8;
    --border-bottom-color: #000000;
}

.falke-faq_import {
    padding: .5rem 0 .5rem;
    border-bottom: 2px solid var(--border-bottom-color);
}

.falke-faq_import:not(.falke-hidden) {
    background: var(--content-background);
}

.falke-faq_headline {
    border-radius: 5px;
    position: relative;
    font-size: 1rem!important;
    margin: 0.5rem 0;
}

.falke-faq_headline:hover a,
.falke-faq_headline:active a,
.falke-faq_headline:focus a {
    color: var(--headline-text-hover);
}

.falke-faq_headline a {
    font-weight: 600;
    font-size: 1.2em;
    color: var(--headline-text);
    padding: 12px 24px;
    margin-right: 30px;
    display: block;
    text-align: left;
    scroll-margin-top: 125px;
}

.falke-faq_import:not(.falke-hidden) .falke-faq_headline::after {
    content: url(../images/minus-akkordeon.svg);
}

.falke-faq_import.falke-hidden .falke-faq_headline::after {
    content: url(../images/plus-akkordeon.svg);
}

.falke-faq_headline::after {
    height: 25px;
    width: 25px;
    position: absolute;
    top: 10px;
    right: 25px;
    pointer-events: none;
}

.falke-accordion-content {
    width: unset!important;
    padding: 30px;
}
