/* Banner Image */
.meinbanner {
  min-width: 100%;
}
/* Menu */
/* Override the lila background with white */
.container-header {
  background-color: white;
  background-image: none;
}
/* Text should now be blue */
.container-header .mod-menu {
  color: #fff;
}

/* We need to change the color of the Hamburger Menu because white on white is not good */
.container-header .navbar-toggler {
  color: #fff;
  border: 1px solid #fff;
}

.container-nav {
 background: #213060; 
}

.container-footer {
  background-color: #213060;
  background-image: none;
}

.footer .grid-child {padding: 0.5em}

.container-topbar {
background: #213060;
height: 3em;  
}
.grid-child.container-nav {
background: #213060;  
}
.header {
 background: #fff; 
}

footer div.mod-footer {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  footer div.mod-footer {
    flex-direction: row;
  }
}
