/* Schwarz? */
.menu {
  vertical-align: middle;
  height: 5em;
  width: 100%;
  position: relative; }
  .menu .InnerContent {
    height: 80%;
    width: 100%;
    position: relative; }
  .menu .BackgroundOverlay {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 200%;
    right: 0px; }
    .menu .BackgroundOverlay img {
      width: 100%;
      height: 100%; }
  .menu .MenuItemContainer {
    display: none; }
  .menu .logo {
    position: absolute;
    height: 8vw;
    right: 0px;
    overflow: hidden;
    width: 27vw;
    bottom: 10px; }
    .menu .logo .LogoImage {
      position: relative;
      height: 100%; }
      .menu .logo .LogoImage img {
        height: 100%; }
  .menu .Titel {
    position: absolute;
    bottom: 5px;
    left: 5%;
    font-size: 7vw;
    color: white;
    font-weight: bold;
    text-shadow: 0px 0px 4px black; }
    .menu .Titel span {
      position: relative;
      width: 100%;
      height: 100%; }
    .menu .Titel .WahlLogoImage {
      display: inline-block;
      height: 8vw;
      position: relative;
      top: 1vw; }
      .menu .Titel .WahlLogoImage img {
        height: 100%;
        width: auto; }
