/*
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
*/


/*custom button height*/
.fusion-body .fusion-button.custom-button {padding: 90px; font-size: 26px; line-height: 35px; font-weight: 400 !important;}


/* Farbe des Menüs*/
.fusion-top-header .fusion-header {
    background-color: rgba(255,255,255,0.70);
}


/* Schriftfarbe Top Menu*/ 
.fusion-secondary-header {
    color: #fff;
    font-size: 12px;
}


/*passt das Logo im Neü an*/
.fusion-logo {
  padding-top: 30px;
}



/* Zentriert den Titel im Kopfzeilen-Container */ 
@media only screen and (max-width: 1000px) {
.entry-title.fusion-responsive-typography-calculated {
    margin-top: 20px !important;
 }
}

@media only screen and (max-width: 1250px) {
.entry-title.fusion-responsive-typography-calculated {
    margin-top: 0px !important;
 }
}

@media only screen and (min-width: 1251px) {
.entry-title.fusion-responsive-typography-calculated {
    margin-top: 170px !important;
 }
}