.gfi .tool-window-vue {
    max-width: 550px;
}

[id^="legend_Luftbild_vom_"],
[id^="legend_Luftbild_vom_"] img {
    display: none;
}

div[data-bs-target^="#legend_Luftbild_vom_"] {
    display: none;
}

[id^="legend_Luftbild_"],
[id^="legend_Luftbild_"] img {
    display: none;
}

div[data-bs-target^="#legend_Luftbild_"] {
    display: none;
}

[id^="legend_Luftbilder_"],
[id^="legend_Luftbilder_"] img {
    display: none;
}

div[data-bs-target^="#legend_Luftbilder_"] {
    display: none;
}

.modal-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
  }
  
  .modal-content {
    background-color: white;
    padding: 30px;
    border-radius: 5px;
    width: 50%;
  }
  
  .modal-header {
    text-align: center;
    /* margin-bottom: 8px; */
  }
  
  .modal-body {
    text-align: left;
    font-size: 16px;
    width: 96%;
  }
  
  .close-btn {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
  }
  
  .close-btn:hover,
  .close-btn:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }
  