/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/


/**
 * Header - Sichtbarkeit bei Aufruf -  Startseite
 */

/* @media only screen and (min-width: 801px) { */

    html.avada-header-color-not-opaque.avada-html-header-position-top .page-id-9 .fusion-header-wrapper:not(.fusion-is-sticky) {
        visibility: hidden !important;
        display: none !important;
    }

/* } */


/**
 * Startseite - Logo im Slider
 */

.page-id-9 .tfs-slider .slide-content-container {
    top: 23% !important;
}

@media screen and (max-width: 767px) {

    .home-slider-logo {
        width: 75vw !important;
    }

}

@media screen and (min-width: 768px) and (max-width: 991px) {

    .home-slider-logo {
        width: 75vw !important;
    }

}

@media screen and (min-width: 992px) and (max-width: 1199px) {

    .home-slider-logo {
        width: 75vw !important;
    }

}

@media screen and (min-width: 1200px) {

    .home-slider-logo {
        width: 50vw !important;
        max-width: 900px !important;
    }

}


/**
 * Topbar
 */

.fusion-secondary-header .fusion-header-separator {
    visibility: hidden;
    width: 35px;
}


/**
 * Hauptmenue
 */

.fusion-main-menu .menu-item,
.fusion-flyout-menu .fusion-mobile-nav-item
{
    text-transform: uppercase;
}


/**
 * Footer
 */

.fusion-footer .fusion-columns .fusion-column:nth-child(3) {
    /* Dritte Spalte ausblenden */
    display: none !important;
}

.fusion-footer .fusion-columns .fusion-column:nth-child(2) {
    margin-bottom: 0 !important;
}

.fusion-footer .widget_text p:last-child {
    margin-bottom: 0 !important;
}

.fusion-footer-widget-area .widget_text:first-child h4 {
    margin-top: 0 !important;
}

.fusion-footer-widget-area h4 {
    font-size: 24px !important;
    color: #fff !important;
    margin-bottom: 10px !important;
}


/**
 * Footer - Kontaktdaten
 */

.fusion-footer .kontakt .identifier {
    float: left;
}

.fusion-footer .kontakt .content {
    margin-left: 50px;
}


/**
 * Footer - Menue
 */

@media only screen and (max-width: 799px) {

    .fusion-copyright-content .footer-nav {
        float: left;
    }

}

@media only screen and (min-width: 800px) {

    .fusion-copyright-content .footer-nav {
        float: right;
    }

}

.fusion-copyright-content ul,
.fusion-copyright-content li
{
    padding: 0;
}

.fusion-copyright-content ul {
    list-style: none;
}

.fusion-copyright-content li {
    float: left;
}

.fusion-copyright-content li + li {
    margin-left: 20px;
}


/**
 * Fliesstext - Verlinkungen
 */

.fusion-text a,
.fusion-text a:hover {
    text-decoration: underline !important;
}


/**
 * Spalten - Individuelle Reihenfolge
 */

@media only screen and (max-width: 800px) {

    .order .fusion-row {
        display: flex;
        flex-wrap: wrap;
        justify-content: left;
        width: 100%;
    }

    .order-sm-1 {
        order: 1;
    }

    .order-sm-2 {
        order: 2;
    }

    .order-sm-3 {
        order: 3;
    }

    .order-sm-4 {
        order: 4;
    }

    .order-sm-5 {
        order: 5;
    }

}


/**
 * Fliestext - Kleiner Text
 */

.text-small {
    font-size: 80% !important;
}


/**
 * Ueberschriften
 */

h1 span.h2 {
    font-size: 28px !important;
    font-weight: 500 !important;
}
