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

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

.et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content {
    margin-top: -140px;  
}

.et_pb_fullwidth_header_0 .et_pb_fullwidth_header_scroll a .et-pb-icon {
    margin-left: -23px;
}

.et_header_style_left .logo_container {
    display: none;
}

.et_header_style_centered #logo {
    display: none;
}

.et_header_style_centered header#main-header.et-fixed-header .logo_container {
    height: 10px;
}


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

.et_header_style_fullscreen .et_slide_in_menu_container.et_pb_fullscreen_menu_opened {
    opacity: 1;
}

.et_header_style_fullscreen .et_slide_in_menu_container .et_mobile_menu li a {
    font-size: 24px;
    font-weight: normal;
}

@media (min-width: 981px) {
.et_fullwidth_nav #main-header .container {
    padding-right: 64px;
}	
}

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

/**************
Tabellen
***************/

.tabelle table {
	border: none !important;
}

.tabelle tr td {
	padding: 0px;
	border-top: none;
}

/**************
Kontaktformular
***************/

.et_pb_contact_field_options_title {
	display: none;
}

.et_pb_contact_field a {
    font-weight: normal;
}

/**************
Footer
***************/

#footer-info, #footer-info a {
    font-weight: normal;
    font-size: 13px;
}

@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) {}