#sidebar {box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
background: #fff;}
#content {box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
background: #fff;
padding-left: 15px;
padding-right: 15px;}

.mobilefooter {width: 100%;
display: none;}



@media (min-width: 768px) and (max-width: 979px) { 
#headerbild {display: none !important;}
.headerbild {display: none !important;}
.logo-image {width: 385px !important;}
#logo-image {width: 385px !important;}
/*#sidebar .sidebar-section.white-box {display:block;}*/
.mobilefooter {width: 100%;
display: block;}
}
@media (max-width: 767px) {
#headerbild {display: none !important;}
.headerbild {display: none !important;}
.logo-image {width: 385px !important;}
#logo-image {width: 385px !important;}
/*#sidebar .sidebar-section.white-box {display:block;}*/
.mobilefooter {width: 100%;
display: block;}
}
@media (max-width: 480px) {
#headerbild {display: none !important;}
.headerbild {display: none !important;}
.logo-image {width: 100% !important;}
#logo-image {width: 100% !important;}
/*#sidebar .sidebar-section.white-box {display:block;}*/
.mobilefooter {width: 100%;
display: block;}
}

