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

.nav li li {
  padding: 0;
}

nav #menu-main ul.sub-menu {
  width: auto !important;
}

.et_pb_module .mobile_menu_bar::before {
  top: -4px;
	font-size: 36px;
}

.et_pb_menu .et_mobile_menu {
  left: auto;
	right: 0;
  width: 230px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.et_pb_menu .et_mobile_menu li a {
  line-height: 1em;
  padding: 8px 4%;
  font-family: 'Cooper Hewitt Medium',Helvetica,Arial,Lucida,sans-serif!important;
}


@media only screen and (max-width: 480px) {
	h1, h2 {
		hyphens: auto;
	}
}