/*
 Theme Name:     Divi Child-Theme
 Description:    Divi Child-Theme
 Author:         rheingucken
 Author URI:     rheingucken.net
 Template:       Divi
 Version:        1.0.0
*/

/* hyphens */

h1, h2, h3, h4, h5, h6, p {
   -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto; 
}

a[href^="tel"]{
    color:inherit;
    text-decoration:none;
    
}



.impressum p {
	font-size: 21px;
	line-height: 1.7em;
}

/* Hauptmenü mobilen Breakpoint ändern */
@media (max-width: 1165px)/* Hier Wert anpassen */ {
   #et_mobile_nav_menu {
      display: block;
   } 
   #top-menu {
      display: none;
   }
}

#main-header {
box-shadow: none;

}
