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

/************************
Allgemein
************************/

#et-main-area {
	font-weight: normal;
}

.et_pb_contact_field_options_title {
	display: none;
}

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

#top-menu li a {
    font-size: 18px;
    font-weight: normal;
}

#top-menu .current-menu-item a {
    border-bottom: 4px solid #ad1856;
    margin-bottom: 33px;
    padding-bottom: 7px !important;
}

#top-menu .current-menu-item ul a {
    border-bottom: none !important;
    margin-bottom: initial;
    padding-bottom: initial !important;
}

#top-menu .current-menu-item.praxis a {
    border-bottom: 4px solid #00235e;
	color: #00235e !important;
}

#top-menu .current-menu-item.forschung a {
    border-bottom: 4px solid #70379d;
	color: #70379d !important;
}

#top-menu .current-menu-item.weiterbildung a {
    border-bottom: 4px solid #006666;
	color: #006666 !important;
}
 
@media all and (min-width: 981px) {

#main-header.et-fixed-header {
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.1) !important;
    box-shadow: 0 1px 0 rgba(0,0,0,.1) !important;
}	
	
}
@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) {}