@media (max-width: 768px) {
  .kopfzeile {
    display: flex;
    flex-direction: column-reverse;
  }

  .DivLogoLG.text-right {
    text-align: left !important;
  }

  .DivLogoLG img {
    max-height: 50px;
  }

  .DivHeadPic {
    height: 154px !important;
    background-size: cover !important;
  }

  .navbar-toggle {
    background-color: #eee;
  }

  .BgWhite {
    background: #fff;
  }
}

@media (max-width: 320px) {
  .TitleText {
    font-size: 21px !important;
  }
}
