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

/* Menu */

/* Override the lila background with white */
.container-header {
    background-color: #000000; /* Rahmen um Banner und Rahmen HG Menü */
    background-image: none;
  	text-align: center;
}

/* Text should now be blue */
.container-header .mod-menu {
    color: #ffffff;  /* Textfarbe im Hauptmenü */
    background-color: #000000; /* Textfarbe im Hauptmenü */
}

/* 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: #000000; /* Textfarbe im Submenü */
}

/* On hover there should be a gray background*/
.container-header .mod-menu a:hover {
    background-color: #aaaaaa; /* HGfarbe Submenüname bei MouseOver */
}

/* We need to change the color of the Hamburger Menu because white on white is not good */
.container-header .navbar-toggler {
    color: #ffffff; /* Textfarbe 3 Striche Menü zum Aufklappen */
    border: 1px solid #ffffff; /* Rahmenfarbe 3 Striche Menü zum Aufklappen */
}

.below-top {
    background-color: #000000; /* HGfarbe HG Banner */
}