/* Banner Image */
.mybanner {
  min-width: 100%;
}

.container-banner {
display: block;
margin-top: 0 ;
}

/* Menu */
/* Überschreibe den Hintergrund mit der Clubfarbe Hintergrundfarbe */
.container-header {
  background-color: #b3e0f2; /*alter Farbe #b3e0f2 */
  background-image: none;
}
/* Text sollte jetzt schwarz sein*/
.container-header .mod-menu {
  color: #2f66a6;
}
/* We add padding and radius so that on hover there is a nice background */
.container-header .mod-menu a {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  padding: 3px 15px;
  color: #2f66a6;
}
/* On hover there should be a gray background*/
.container-header .mod-menu a:hover {
  background-color: #eee;
}
/* We need to change the color of the Hamburger Menu because white on white is not good */
.container-header .navbar-toggler {
  color: #0088cc;
  border: 1px solid #0088cc;
}



.container-footer {
  background-color: #b3e0f2;
  background-image: none;
  color: #000000;
}
  
  ... .site-grid {
  background-color: #b3e0f2;
}
.header {
  background-color: b3e0f2;
}
.grid-child {
  padding: 3px 15px;
  background-color: white;
}
.footer {
  background-color: #b3e0f2;
  background-image: none;
}
body {



background-color: #b3e0f2;

}


