/*
 Theme Name:   Divi Child
 Theme URI:    https://bettini.bcd.ch/wp-content/themes/Divi/
 Description:  Divi Child Theme
 Author:       Roland Brotbeck
 Author URI:   http://example.com
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  Divi
*/

#main-header { 
	display:none; 
}
#page-container { 
	padding-top:0px !important;
}


#menu-bar {
	position: fixed;
	top:0;
	width:100%;
	height : 133px;
	background-color: white;	
	z-index: 99;
}



#footer-info a {
	font-weight: 400;	
}




@media all and (max-width: 360px) {   
	#menu-bar {
		height : 100px;
	}
	div.et_pb_section.et_pb_section_1 {
		background-image: none;
		background-blend-mode: screen;
	}
}

@media all and (max-width: 767px) {   
	.et_pb_image_0 {
		max-width: 160px!important;
	}
	.sfm-navicon-button {
		top: 18px!important;
	}
	
}



#menu-bar { 
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, .1) !important;
    -moz-box-shadow: 0 0 7px rgba(0, 0, 0, .1) !important;
    box-shadow: 0px 0px 7px rgba(0,0,0,0.1) !important;
}


@media (max-device-width: 360px) {   
	#menu-bar {
		height : 100px;
	}
}



#xxmain-header { display:none; }
#xxet-top-navigation { display:none; }
 
/* .et_header_style_fullscreen .mobile_menu_bar.et_toggle_fullscreen_menu { display:none; } */

#mblogo {

	left: 1220px;
}

.xxsfm-sidebar-close {
      left: 10px;
      top: 60px;
}

.xxsfm-no-image {
	left : -140px;
}

.mbsfm-navicon-button::after {
	float:left;
	left : 120%;
	
}

@media (device-width: 800px) { /* Breite entspricht genau 800 Pixel */ }
@media (min-device-width: 800px) { /* Breite beträgt mindestens 800px */ }
@media (max-device-width: 1024px) {  }




