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

/* social icons in grey */
.et_pb_social_media_follow a.icon:hover{
	background-color: #000 !important;
}

/* Overlay in den Vordergrund */
#mg_overlay_content{
	z-index: 999999 !important;
}
#main-header{
	z-index: 9998 !important;
}

/* Schriftgröße in Overlays */
.mgom_title{
	font-size: 16px !important;
}
.mgom_descr{
	font-size: 14px !important;
}

@media only screen and (max-width: 479px) {
	.mgom_title{
		font-size: 12px !important;
	}
	.mgom_descr{
		font-size: 10px !important;
	}	
	.mgom_txt_wrap{
		padding: 10px !important;
	}
}