.elementor-4958 .elementor-element.elementor-element-a3ecba6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-4958 .elementor-element.elementor-element-6f9b52b{--spacer-size:50px;}.elementor-4958 .elementor-element.elementor-element-591c079{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-4958 .elementor-element.elementor-element-698c258 .elementor-heading-title{font-size:25px;}.elementor-4958 .elementor-element.elementor-element-ce92eb2{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-19d0079 *//* Gesamtbereich */
.gesundheitsticket-katalog {
    max-width: 1100px;
    margin: 0 auto;
}

/* Abstand zwischen den Dropdowns */
.gesundheitsticket-katalog details {
    margin-bottom: 16px;
}

/* Button-Optik für Überschriften */
.gesundheitsticket-katalog summary {
    font-family: "Oswald", sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #133848;
    background-color: #FBFAF7;
    border: 1px solid #A8C72C;
    border-radius: 4px;
    padding: 14px 18px;
    cursor: pointer;
    list-style: none;
    transition: background-color 0.2s ease, color 0.2s ease;
}

/* Entfernt Standard-Pfeil (Chrome) */
.gesundheitsticket-katalog summary::-webkit-details-marker {
    display: none;
}

/* Hover-Effekt */
.gesundheitsticket-katalog summary:hover {
    background-color: #A8C72C;
    color: #ffffff;
}

/* Geöffneter Zustand */
.gesundheitsticket-katalog details[open] summary {
    background-color: #A8C72C;
    color: #ffffff;
}

/* Inhalt der Dropdowns */
.gesundheitsticket-katalog ul {
    margin: 0;
    padding: 16px 24px 20px 32px;
    background-color: #ffffff;
    border-left: 1px solid #A8C72C;
    border-right: 1px solid #A8C72C;
    border-bottom: 1px solid #A8C72C;
}

/* Leistungen */
.gesundheitsticket-katalog li {
    font-family: "Oswald", sans-serif;
    font-size: 17px;
    color: #616161;
    margin-bottom: 8px;
    line-height: 1.4;
}

/* letzter Eintrag ohne extra Abstand */
.gesundheitsticket-katalog li:last-child {
    margin-bottom: 0;
}

/* Mobile Optimierung */
@media (max-width: 768px) {
    .gesundheitsticket-katalog summary {
        font-size: 18px;
        padding: 12px 16px;
    }

    .gesundheitsticket-katalog li {
        font-size: 16px;
    }
}/* End custom CSS */