@media (max-width:939px) {

#container, #fusscontainer {
width:90%;
}
  
header {
height: 100px;
margin: 0;
text-align: left;
padding-top: 30px;
}

section {
clear: both;
padding: 100px 0 0 0;
}

footer {
padding:30px auto 30px auto;
overflow-y: hidden;
text-align: center;
}


/*--------------------------- Header ---------------------------*/
  
/* Titel */

header div.custom {
position: fixed;
left: 5%;
width: 80%;
}
  
/* Hauptmenue */

div.dj-megamenu-wrapper {
position: fixed;
right: 5%;
text-align: right;
z-index: 5;
}

div.dj-megamenu-wrapper ul.dj-megamenu {
width: auto;
margin: -16px auto auto auto !important;
text-align: right;
}

li.dj-mobileitem a span {
  color: #333 !important;
  font-size: 1.1em !important;
}
  
/* ----------------------------- SECTION ---------------------------------- */
  
/* Ueberschriften */

section h1, section h2, section h3 {
font-size: 1.2em;
margin: 2em auto 0.8em auto;
}
  
/* ------------------------------ FOOTER -------------------------------- */

  
}