/* 
 Theme Name:     DiviChild
 Author:         NiMa Webdesign
 Author URI:     https://nima-webdesign.de
 Template:       Divi
 Version:        v.1.0
 Description:   Ein Divi Child Theme von NiMa Webdesign
 Wordpress Version: 4.9.2
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 

@import url('https://fonts.googleapis.com/css?family=ABeeZee');
@import url('https://fonts.googleapis.com/css?family=Kurale');
@font-face {
    font-family: KellyGothicFont;
    src: url(Kellyag_.ttf);
}


/* Menu für PC */
@media screen and (min-device-width: 100px)
{
 
/* Menu mit Subtitles */
    
    .menu-subtitle {
        font-family: 'ABeeZee' !important;
        font-style: normal !important;
        margin-top: 0 !important;
        margin-bottom: 10px !important;
        line-height: 1.7em;
    }
    
    /* Gilt für beide, unter anderem dazu da, Untertitel in neuer Zeile anzuzeigen */
    #top-menu > li > a span {
        font-size: 16px;
        /*font-family: 'ABeeZee';*/
        float: right;
        text-align: center;
        width: 100%;
        padding: 3px 0;
        text-transform: none;
        margin-bottom: 10px;
    } 
    

#top-menu a {
    text-align: center;
    font-family: 'Kurale';
    font-style: italic;
}  
    
#top-menu li {
    padding-right: 0;
}
    
/*Menu-Text */
#top-menu li a {
    text-transform: none !important;
    /*font-family: 'ABeeZee';
    font-size: 20px !important;
    font-weight: bold !important;*/
}
    
#top-menu span {
    margin-left: -20px;
    font-size: 16px !important;
    font-weight: 300 !important;
} 

/* Ende Menu-Layout für Tablet/PC */
}



.mobile-menu-span span {
    font-family: 'ABeeZee';
    font-weight: bold;
    margin-top: 6px;
    margin-bottom: 10px;
    margin-left: -20px;
    font-size: 16px !important;
    font-weight: 300 !important;
}




/* Menu für Handy*/
@media screen and (max-device-width: 980px)
{
    
#top-menu a {
    font-weight: bold !important; 
}
    
    .et_mobile_menu li a {
        font-family: 'Kurale';
        font-size: 14px;
        font-weight: 400;
        font-style: italic;
        float: none !important;
        width: 100%;
        padding-bottom: 8px;
    }
.et_mobile_menu li a span {
    font-family: 'ABeeZee' !important;   
}

    
.et_mobile_menu li a span:before {
    content: " » ";
}

}



/*-----------------Menu Icons---------------- */
.menu-home a:before {
    font-family: 'ETmodules';
    content: "\e074";
    margin-right: 10px;
    font-style: normal !important;
}
 
.menu-about a:before {
    font-family: 'ETmodules';
    content: "\e08a"; /* sonst: "\70;" "\76"*/  
    margin-right: 10px;
    font-style: normal !important;
}
 
.menu-contact a:before {
    font-family: 'ETmodules';
    content: "\e010";
    margin-right: 10px;
    font-style: normal !important;
}

.menu-programme a:before {
    font-family: 'ETmodules';
    content: "\e0e6";
    margin-right: 10px;
    font-style: normal !important;
}

.menu-termine a:before {
    font-family: 'ETmodules';
    content: "\e023"; /* sonst: "\e0e1" =Sanduhr oder "\7d" = Uhr */
    margin-right: 10px;
    font-style: normal !important;
}

.menu-benefiz a:before {
    font-family: 'ETmodules';
    content: "\e106";
    margin-right: 10px;
    font-style: normal !important;
}

.menu-rechtliches a:before {
    font-family: 'ETmodules';
    content: "\e0ff";
    margin-right: 10px;
    font-style: normal !important;
}



.et_mobile_menu {
    border-top: 2px solid #E02B20;
}

#footer-bottom {
    display: none;
}


/* Button zentriert */
@media screen and (max-device-width: 455px) {
    #top-custom-button a {
        width: 100%;
        margin-left: 0%;
        margin-right: 0%;
        text-align: center !important;
    }
}

.et-pb-contact-message {
    visibility: hidden !important;
    display: none !important;
    color: white !important;
}

/* Kontaktformular-Text

.et-pb-contact-message p {
    visibility: hidden;
	position: relative;
}

/* .et-pb-contact-message p:after {
    visibility: visible;
	position: absolute;
	top: 0;
	left: 0;
	content: "Es fehlen folgende Felder:";
}

.et-pb-contact-message {
    color: white;
} */

/* Menu Breakpoint ändern
@media all and (max-width: 1219px) {
    #top-menu {
        display: none !important;
    }
#et-top-navigation {
    visibility: visible !important;
    display: block !important;
}

.mobile_menu_bar, mobile_menu_bar_toggle, et_divi_100_custom_hamburger_menu__icon {
    visibility: visible !important;
    display: block !important;
}
} */