
@media (max-width: 768px) {
  .mml_description {
    display: block;
    width: 100%;
    clear: both;
    margin-top: 15px;
  }

  .maplist.custom-select {
    display: block;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
    position: relative;
    z-index: 1000; /* <- geändert von 1 auf 1000 */
    order: -1; /* <- hinzugefügt, damit sie ganz oben erscheint */
  }

  .location-address {
    position: relative;
    z-index: 0;
  }

  .mml-location-title {
    margin-top: 1rem;
  }

  .mml-print-button {
    z-index: 1;
    position: relative;
  }
}

