/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.27.0.1722883543
Updated: 2024-08-05 20:45:43

*/

h1 {
    font-weight: 600;
    font-size: 2.56em;
    color: #6E4B46;
    line-height: normal;
}

h2 {
    font-weight: 600;
    font-size: 2.13em;
    color: #6E4B46;
    line-height: normal;
}

h3 {
    font-weight: 600;
    font-size: 1.75em;
    color: #6E4B46;
    line-height: normal;
}

h4 {
    font-weight: 600;
    font-size: 1.44em;
    color: #6E4B46;
    line-height: normal;
}

h5 {
    font-weight: 600;
    font-size: 1.19em;
    color: #6E4B46;
    line-height: normal;
}

h6 {
    font-weight: 600;
    font-size: 1em;
    color: #6E4B46;
    line-height: normal;
}


/* Vertikales Zentrieren von Elementen */

.vertikal-zentrieren {
    display: flex;
    flex-direction: column;
    justify-content: center;
}


/* Zentrieren von Elementen */
    
.hori {
    display: flex;
    flex-direction: column;
    align-items: center;
}
 

/* X Icon bei aufgeklapptem mobile menu */
    
.mobile_nav.opened .mobile_menu_bar:before {
    content: '\4d';
}


/* Entfernt das Divi menu padding */

.et_pb_menu--with-logo 
.et_pb_menu__menu>nav>ul>li>a {
    padding: 0px 0;
}
 

/* Deaktiviert footer mobile menu */
    
@media all and (max-width : 980px) {
    
footer .et_pb_menu__menu {
    display: block !important;
}
    
footer .et_mobile_nav_menu {
    display: none !important;
}}
 
    
/*.headertext {
    font-family: Lora;
    font-size: 5.2rem;
    font-weight: 500;
    color: #fff;
}*/


/* Zentriert den Text im header image */
    
.headerimage {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
    

