/*
Theme Name:     Divi Child Theme
Description:    Child Theme for Divi Theme
Author:         Christoph Walter
Author URI:     http://www.pas-solutions.ch/
Template:       Divi
Version:        1.0
*/
@import url(../Divi/style.css);

/************************
Allgemeines
************************/

#main-header {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.mfp-counter {
	display:none;
}

.et_overlay {
 border: none;
}

/************************
Header
************************/

#main-header .et_mobile_menu {
    background-color: white !important;
}

#logo {
    max-height: 90%;
}

/************************
Navigation
************************/

#top-menu li a {
    font-weight: 400;
    color: black;
}

#top-menu li li a {
    width: 300px;    
	font-weight: 400;
}

.nav li ul {
    width: 340px;
}

.mobile_menu_bar:before {
    font-size: 54px;
}

.et_mobile_menu li a {
    padding: 7px 5%;
    font-weight: 400;
}
  

@media all and (min-width: 981px) {}
@media all and (min-width: 361px) and (max-width: 980px) {}
@media all and (max-width: 360px) {}
@media (max-width: 767px) {}
@media (max-width: 980px) {}
@media (max-width: 1400px) {}
@media (max-width: 1280px) {}
@media only screen and (min-width: 1350px) {}