/*
Theme Name: Cord Media Theme Vorlage 2022
Theme URI: http://www.elegantthemes.com/gallery/divi/
Version: 2.0
Description: Erstellt von Cord Media Digital Services
Template: Divi
Author: Frank Oschatz
Author URI: https://www.cordmedia.de
*/
 
/* =Theme customization starts here
------------------------------------------------------- 

/* Header */


/* Smartphones ----------- */
@media only screen 
and (min-width: 980px) {
	
#logo {
	max-width: 140px !important;
	width: 140px;
	margin-top: 2px !important;
}
	
.et_header_style_left #et-top-navigation nav>ul>li>a, .et_header_style_split #et-top-navigation nav>ul>li>a {
    padding-bottom: 16px;
}	

}

#mobile_menu {
	background: #ffffff !important;
}

#mobile_menu a {
	color:#222730 !important;
}



/* Navi */

#top-menu .sub-menu li a {
  font-size: 12px;
  line-height: 1.2em;
  margin-bottom: 10px;
}


/*** Responsive Styles Critical Desktop Only ***/
@media all and (min-width: 981px) and (max-width: 1280px) {
    
    #logo {
        display: none !important;
    }
    #et-top-navigation {
        padding-left:10px !important;
        padding-right:10px !important;
        float: none;
    }
    nav#top-menu-nav {
        float: none;
    }

}
