/*
Theme Name: Lederinfo Child
Description: Child theme for Avada theme
Author: Lederinfo
Author URI: https://lederinfo.de
Template: Avada
Version: 1.1.0
Text Domain:  Avada
*/

main#main {
    padding-bottom: 0;
}

.awb-off-canvas .lang-item .menu-text {
    display: flex;
    align-items: center;
}

#menu-headermenu .lang-item img {
    height: 20px !important;
    width: auto !important;
}

.post-content h2,
.fusion-page-title-bar h2,
.post-content h3,
.fusion-page-title-bar h3 {
    margin-top: 2rem;
    margin-bottom: 0.75rem;
}

.skip-link.screen-reader-text {
    color: black !important;
}

.fusion-page-title-wrapper .fusion-page-title-captions {
    background-color: rgba(54, 56, 57, 0.6);
    border-radius: 2px !important;
    margin: 0 auto !important;
    width: auto !important;
    padding: 1rem 3rem 1.5rem;
}


.lederinfoBanner h2.fusion-title-heading {
    color: var(--page_title_subheader_color);
    margin-bottom: 0;
}

.fusion-tb-header .lang-item a span span {
    display: none;
}

.fusion-post-content h3,
.search-page-search-form h3,
h3,
h1,
.fusion-post-content h2,
.search-page-search-form h2,
h2 {
    color: var(--awb-text-color, inherit) !important;
}


@media only screen and (max-width: 640px) {

    .fusion-page-title-bar {
        padding: 0 !important;
    }

    .fusion-page-title-row {
        align-items: end !important;
    }

    .lederinfoBanner {
        padding: 0 !important;
        min-height: 45vh !important;
        align-items: end !important;
    }

    .lederinfoBanner .fusion-layout-column {
        margin-bottom: 0 !important;
    }

    .fusion-page-title-bar {
        padding: 0 !important;
    }

    .fusion-page-title-row {
        align-items: end !important;
    }

    .fusion-page-title-wrapper .fusion-page-title-captions {
        margin: 0 !important;
        width: 100% !important;
    }


    .lederinfoBanner h2.fusion-title-heading {
        hyphens: auto;
        padding: 0 3rem !important;
    }

    .fusion-body .fusion-page-title-bar h1 {
        hyphens: auto;
        /*         font-size: 3rem !important;
        line-height: 3.5rem !important;
 */
    }

    #fusion-tb-header .fusion-imageframe {
        max-width: 100px !important;
    }

    .awb-menu .awb-menu__main-ul {
        --awb-font-size: 1.25rem !important;
        --awb-icons-size: 1.25rem !important;
    }

    #menu-headermenu .lang-item img {
        height: 1rem !important;
        width: auto !important;
    }


}