/*
 Theme Name:     Divi Child-Theme
 Theme URI:      http://www.elegantthemes.com
 Description:    Divi Child-Theme
 Author:         Divi.world
 Author URI:     https://divi.world
 Template:       Divi
 Version:        1.0.0
*/
 
/* =Ab hier kannst du deine CSS-Anpassungen eintragen
-------------------------------------------------------


/* Linie aus Ausklapp-Menü tilgen */
.nav li ul {

visibility: hidden;
z-index: 9999;
width: 300px;
border-top: 0px solid #2ea3f2;
opacity: 0;
background: #fff;
-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
box-shadow: 0 2px 5px rgba(0, 0, 0, .1);

}

/*p {
        -ms-hyphens: auto;
        -webkit-hyphens: auto;
        hyphens: auto;
      }
   */