.fusion-main-menu > ul > li:last-child > a {
    padding-right: 0;
}

.fusion-secondary-header, .fusion-secondary-header a, .fusion-secondary-header a:hover {
    color: #fff !important;
    font-size: 14px;
}

.sub-menu li a :hover {
    color: #1549b9;
}

.fusion-main-menu .sub-menu .current-menu-item > a, .fusion-main-menu .sub-menu .current-menu-parent > a, .fusion-main-menu .sub-menu .current_page_item > a {
    color: #1549b9 !important;
}

/* Listen-Elemente ohne Einzug */
.lerntherapie, .logopaedie .fusion-text ul {
    color: #fff;
    margin: 1em;
    padding: 0;
    line-height: 2em;
}

.fusion-text.foerderprogramm ul {
    color: #1549b9;
    margin: 1em;
    padding: 0;
}

.fusion-text.rechenschwach ul {
    margin: 1em;
    padding: 0;
}

.fusion-accordian.rechenschwach ul {
    margin: 1em;
    padding: 0;
}

/* Flexbox - Text + Bild untereinander */
@media (max-width: 800px) {

    .container-order .fusion-builder-row {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
    }

    .order-mobile-1 {
        order: 1;
    }

    .order-mobile-2 {
        order: 2;
    }

}

/* h3 als h1 */
.ueberschrift_style h3 {
    color: #1549b9;
    font-size: 32px;
    /* margin-bottom: 20px;
    margin-top: 20px; */
}

/* Logopädie Menüpunkt Grün */
.logopaedie a:hover {
    color: #00a8a5 !important;
}

.logopaedie.current-menu-item > a span {
    color: #00a8a5 !important;
}

.logopaedie.fusion-mobile-current-nav-item > a span {
    color: #00a8a5 !important;
}

/**
 * Footer
 */

.fusion-footer-widget-area a:hover {
    text-decoration: underline;
}

.fusion-footer-widget-area .widget-title {
    text-transform: uppercase;
}

.fusion-footer {
    font-size: 15px !important;
}

.fusion-footer .fusion-columns {
    display: flex;
    flex-wrap: wrap;
}

@media (min-width: 800px) and (max-width: 991px) {

    .fusion-footer .fusion-column:nth-of-type(1) {
        flex-basis: 60%;
    }

    .fusion-footer .fusion-column:nth-of-type(2) {
        flex-basis: 40%;
    }

    .fusion-footer .fusion-column:nth-of-type(3) {
        flex-basis: 60%;
        padding-top: 25px;
    }

    .fusion-footer .fusion-column:nth-of-type(4) {
        flex-basis: 40%;
        padding-top: 25px;
    }

}

@media (min-width: 992px) {

    .fusion-footer-widget-area .widget-title {
        margin: 0;
        height: 60px;
    }

    .fusion-footer-widget-column {
        margin-bottom: 0;
    }

    .fusion-footer .fusion-column:nth-of-type(1) {
        width: 30%;
        padding-right: 20px;
    }

    .fusion-footer .fusion-column:nth-of-type(2) {
        width: 30%;
    }

    .fusion-footer .fusion-column:nth-of-type(3) {
        width: 20%;
    }

    .fusion-footer .fusion-column:nth-of-type(4) {
        width: 20%;
    }

}

/**
 * Cookie-Hinweis
 */

#cookie-notice {
    border-top: 1px solid #fff;
}

#cookie-notice .button.bootstrap,
#cookie-notice .button.bootstrap:hover {
    background: #fff !important;
    border: 1px solid #1549b9;
    border-radius: 0;
}

#cookie-notice .cn-button.bootstrap {
    color: #1549b9 !important;
    text-shadow: none;
    font-weight: bold;
}

@media (max-width: 499px) {

    .cookies-not-set .fusion-footer-widget-area {
        padding-bottom: 135px !important;
    }

}

@media (min-width: 500px) and (max-width: 799px) {

    .cookies-not-set .fusion-footer-widget-area {
        padding-bottom: 120px !important;
    }

}

@media (min-width: 800px) {

    .cookies-not-set .fusion-footer-widget-area {
        padding-bottom: 100px !important;
    }

}

/**
* Toggles
*/

.toggles-borderless ul {
    padding-left: 17px;
    margin-top: 0;
}


/**
 * Slider
 */

.tfs-slider .slide-content .desc ul {
    margin-left: 0;
    list-style-type: disc;
    padding-left: 25px;
}

.tfs-slider .slide-content .desc li {
    font-size: 75%;
}

@media (max-width: 719px) {

    .tfs-slider .slide-content .desc ul {
        padding-left: 0;
    }

    .tfs-slider .slide-content .desc li {
        display: inline-block;
        list-style: none;
    }

    .tfs-slider .slide-content .desc li:not(:last-child):after {
        content: ", ";
        display: inline;
    }

}


/**
 * Slider - 2-spaltiger Inhalt
 */

.tfs-slider .slide-content .columns2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 80px;
    row-gap: 20px;
    margin-bottom: 25px;
}


/**
 * Seite "Lerntherapie"
 */

.fullwidth-info-block {
    text-transform: uppercase;
    color: #7f7f7f;
    font-size: 20px;
    border: 4px solid #7f7f7f;
}

.fullwidth-info-block p:last-child {
    margin-bottom: 0;
}


/**
 * Header - Mobil
 */

.fusion-mobile-menu-icons a {
    font-size: 32px;
}


/**
 * Startseite
 */

@media (max-width: 800px) {

    .portrait {
        max-width: 40%;
    }

}
