/*
 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
------------------------------------------------------- */

h1 em, h2 em, h3 em {font-style: normal; color: #53A2DA;}

.wpml-ls {
	border: none;
	padding: 0px;
}

.wpml-ls ul {
	padding: 0px;
	line-height: 1em;
}

.wpml-ls ul li a {
	padding: 0px 5px;
	font-size: 18px;
}

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

.et_mobile_nav_menu {
  margin: 0 -5px 0 0!important;
}

@media (max-width: 480px) {
	h1 {
	  font-size: 50px!important;
	}
}