/*
 Theme Name:   Divi Child
 Description:  Divi Child Theme
 Author:       Tobias Both
 Website:      https://www.webdesignstudio.saarland
 Template:     Divi
 Version:      3.17.1
*/

/* Eigenes CSS unter diesem Kommentar eintragen */
/* 2019/07/05 Remove blank space before the logo */
/* Vorher 20px*/
#page-container{
	padding-top:136px!important;
   }

/* Remove Shadows of the boxed layout */
/* https://divisoup.com/making-the-specialty-section-fullwidth/ */
#page-container { 
	-moz-box-shadow:none !important; 
	-webkit-box-shadow:none !important; 
	box-shadow:none !important; 
   }

#main-header { 
	box-shadow: none !important; 
    margin-top: 0px none !important;
}
#main-header.et-fixed-header { box-shadow: none !important; }

@media only screen and (min-width: 981px){
   .et_header_style_left .logo_container {
      position: relative;
      margin-top: 20px;
   }
	/* 2019/07/05 Reduce the space between the logo and the top of the page and between the logo and the menue bar*/
   #et-top-navigation {
      float: none;
      padding-top: 0px !important; 
	  padding-bottom: 0px !important;
	  padding-left: 0px !important;
   }
   nav#top-menu-nav {
      float: none;
   }
   #top-menu {
      float: none;
      text-align: left;
   }
   #et_top_search {
      top: -30px;
   }
}

#top-menu li li a {
	  width: 290px;
}
.nav li ul { 
	  width: 310px; 
}
/* drop down menu - level 2 */
    .nav li li ul {
        top: -3px;
        left: 310px;}

/* change drop down icon in submenus only */
#top-menu .sub-menu .menu-item a { 
    font-size: 12px; 
}

