/*
 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
------------------------------------------------------- */
.et_contact_bottom_container{
	float: left !important;
}

/* Menu im Footer nicht zum Hamburger Menu machen */
@media (max-width: 980px) {
	.noHamburger .et_pb_menu__menu {
		display: flex!important;
	}
	.noHamburger .et_mobile_nav_menu {
		display: none!important;
	}
	.noHamburger .et_pb_column{
		margin-bottom: 0;
	}
	.noHamburger .et_pb_menu__wrap{
		justify-content: flex-start !important;
		margin-top: 10px;
	}
}
