/*
Theme Name: Ready4Web
Description: R4W
Author: R4W
Author URI: https://www.ready4web.net
Template: Divi
Version: 1.0
Tags:
*/

#top-menu li li a {
width: 300px;
}
sowie
.nav li ul {
width: 350px;
}

/* Vertikales Zentrieren von Elementen */

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

.lineh {
 font-size: 16px;
 line-height: 0px;
}


.lineh2 {
 font-size: 14px;
 line-height: 0px;
}