/* Mobile Responsive Styles (max-width: 768px) */
@media (max-width: 768px) {
  /* Header Anpassungen */
  .header-content img,p {
    width: 70% !important;
    margin-left: auto;
    margin-right: auto;
  }

  .header-content a {
    display: none;
  }

  /* Navigation */
  .navbar-brand {
    display: none;
  }

}