/*
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 */
.fusion-menu-element-wrapper.collapse-enabled.mobile-size-column-absolute:not(.mobile-mode-always-expanded).expanded > ul, .fusion-menu-element-wrapper.collapse-enabled.mobile-size-full-absolute:not(.mobile-mode-always-expanded).expanded > ul {
    max-height: 500px !important;
}
.fusion-tb-header .fusion-sticky-container:not(.fusion-sticky-spacer):not(.fusion-custom-z-index) {
    padding-top: 5px;
    padding-bottom: 5px;
}
.fusion-header-wrapper {
    position: absolute !important;
    width: 100%;
}
header .fusion-header {
    background: rgb(0, 0, 0) !important;
    background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(255, 255, 255, 0) 100%) !important;
    background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(255, 255, 255, 0) 100%) !important;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(255, 255, 255, 0) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#ffffff", GradientType=1) !important;
}
header.fusion-is-sticky .fusion-header {
    background: rgba(0, 0, 0, 0.7) !important;
}
header {
    text-transform: uppercase;
}
/* Footer */
footer section.widget_nav_menu {
    margin-top: 90px;
}
body footer a {
	color: #fff;
}
body footer a:hover {
	color: #a3c630;
}
/* Social-Media Icons */
.fusion-social-networks a {
    color: #fff !important;
    background-color: #a3c630;
    border-color: #a3c630;
    border-radius: 50%;
    font-size: 40px !important;
    padding: 20px !important;
}
footer .fusion-social-networks a {
    font-size: 15px !important;
    padding: 5px !important;
}
#headerbild {
    margin-left: -12.5%;
    margin-top: -1200px;
    padding-top: 1200px;
    max-width: 1800px;
    height: 1800px;
    width: 1800px;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.42);
    box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.42);
    display: block;
}
#headerbild img {
    height: 600px;
    width: auto;
    max-width: 1920px;
}
#socialmediabox {
    margin-bottom: 75px;
}
@media only screen and (max-width: 1400px) {
    #headerbild {
        margin-left: -25%;
    }
}
@media only screen and (max-width: 1000px) {
    #headerbild {
        margin-left: -40%;
    }
    #headerheadline h1 {
        text-align: center !important;
    }
    #socialmediabox .fusion-social-networks-wrapper {
        text-align: center !important;
    }
}
@media only screen and (max-width: 768px) {
    #headerbild {
        margin-top: -900px;
        padding-top: 900px;
        max-width: 1350px;
        height: 1350px;
        width: 1350px;
    }
    #headerbild img {
        height: 450px;
    }
}
@media only screen and (max-width: 560px) {
    #headerbild {
        margin-left: -60%;
        margin-top: -700px;
        padding-top: 700px;
        max-width: 1050px;
        height: 1050px;
        width: 1050px;
    }
    #headerbild img {
        height: 350px;
    }
    #socialmediabox {
        margin-top: -200px;
        margin-bottom: 0px;
    }
    #socialmediabox a.fusion-social-network-icon {
        font-size: 25px !important;
        width: calc(50px + (2 * (8px)) + 2px) !important;
    }
}
@media only screen and (max-width: 460px) {
    #headerbild {
        margin-left: -80%;
        margin-top: -700px;
        padding-top: 700px;
        max-width: 1050px;
        height: 1050px;
        width: 1050px;
    }
}