/*
 Theme Name:     DiviChild by d3lab.de
 Theme URI:      http://www.elegantthemes.com
 Description:    Ein Wordpress ChildTheme für Divi
 Author:         d3lab.de - webdesign
 Author URI:     https://d3lab.de
 Template:       Divi
 Version:        1.0.0
*/
 
/* =Ab hier kannst du deine CSS-Anpassungen eintragen
------------------------------------------------------- */

body{
   
}

/* Mobile-Menü-Hamburger-icon wenn offen dann X */
.mobile_nav.opened .mobile_menu_bar:before {
 content: "\4d";
}

/* für Tablet */
@media only screen  and ( min-width:768px )and (max-width:980px)
{
	}
/* ENDE Tablet */


/* für Mobile */
@media only screen and ( max-width:767px ) {	
}
/* ENDE Mobile */