/*
 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_pb_menu_0_tb_header.et_pb_menu .sub-menu li a{
	font-size: 18px;
}
.et_pb_menu_0_tb_header.et_pb_menu .sub-menu li{
	padding-left: 10px;
	padding-right: 10px;
}

/* Tablet */
@media (min-width: 768px) and (max-width: 980px) {
	.logospalte{
		width: 50% !important;
	}
	.menuspalte{
		width: 50% !important;
	}
	.menuspalte{
		padding-top: 20px;
	}
	.logospalte .mylogo img{
		height: 100px !important;
		width: auto !important;
	}
}

/* Handy */
@media (max-width: 767px) {
	.logospalte{
		width: 60% !important;
	}
	.menuspalte{
		margin-bottom: 0 !important;
	}
}