/* Initialer Stil für das Iframe (zugeklappt) */
#mapIframe {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out; /* Glatter Übergang für die max-height */
  position: relative;
}

/* Stil für den Ausklapp-Button */
#expandButton {
  display: block;
  padding: 10px;
  background-color: #CF272F;
  color: white;
  text-align: center;
  width: 200px;
  margin: 10px auto;
  cursor: pointer;
}
