/*
Theme Name: One Page Express - child
Description:  Mein One Page Child Theme
Theme URI: http://onepageexpress.com
Author: Horea Radu
Author URI:   httpw://www.allers.de
Template:     one-page-express
Version:      1.0
Text Domain:  one-Page-child

*/


.logo_col {
    text-align: left;
    width: 100%;
}


@media only screen and (min-width: 768px) {
   
    div#drop_mainmenu_container ul.fm2_drop_mainmenu {
        display: block;
		width: 350px;
	}
}

@media only screen and (min-width: 1024px) {
   
    div#drop_mainmenu_container ul.fm2_drop_mainmenu {
        display: block;
		width: 500px;
	}
}

@media only screen and (min-width: 768px) {
#drop_mainmenu > li > a {
    font-size: 0.7em;
 }
}

@media only screen and (min-width: 1024px) {
#drop_mainmenu > li > a {
    font-size: 1.0em;
 }
}