/* Mobile-Header: Logo verkleinern und "Direkt spenden" unter Logo-Höhe setzen, damit es das Logo nicht verdeckt */
@media only screen and (max-width: 1023px) {
  .header {
    position: relative;
    min-height: 175px;
  }
  .header > a[aria-label="Home"] {
    width: 130px !important;
    height: auto !important;
  }
  .header > .show-mobile-menu.absolute:has(> .action-button) {
    top: 110px !important;
  }
}