/* Add here all your css styles (customizations) */
.logo-footer {
    height: 140px; /* oder width: 120px; */
  }

  #logo_img {
    max-height: 40px; /* oder 40px, je nach gewünschter Größe */
    width: auto; /* damit das Seitenverhältnis erhalten bleibt */
  }

  @media (max-width: 576px) {
    .g-width-60 {
      width: 100px !important;
      height: auto !important;
    }
  }

  .visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }