/** Akkordeon **/
.ce_accordion {
    margin-bottom: 1px;
}

.ui-accordion-content {
    border: 1px solid #ccc;
    padding: 0.25em 0.5em;
}

.ce_accordion .toggler {
    cursor: pointer;
    color: #fff;
    background: #292c37;
    outline: none;
    padding: 0.5em;
    font-weight: 700;
}

.ce_accordion .toggler.active,
.ce_accordion .toggler:hover {
    background: #710c13;
}


.ui-icon:before {
    font-family: "Font Awesome 5 Free";
    color: #fff;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    width: 25px;
    text-align: center;
    content: '\f101';
}

.ui-accordion-header-active .ui-icon:before {
    content: '\f338';
}