#map {
    position: relative;
    height: 60vh;
    min-height: 320px;
    width: 100%;
    margin-top: 1.5rem;
    border: 1px solid #333;
    border-radius: 3px;
    overflow: hidden;
}

/* Cesium Toolbar-Hintergrund anpassen */
.cesium-widget-credits {
    font-size: 9px !important;
}

/* Eigene Popup-Box */
#cesium-popup {
    display: none;
    position: absolute;
    z-index: 200;
    background: #1a1a2e;
    color: #ccc;
    border: 1px solid #444;
    border-radius: 3px;
    padding: 10px 14px;
    max-width: 210px;
    font-family: Tahoma, sans-serif;
    font-size: 0.88em;
    box-shadow: 0 0 10px rgba(0, 204, 255, 0.2);
    pointer-events: none;
    line-height: 1.5em;
}

#cesium-popup b {
    color: #00ff99;
    display: block;
    margin-bottom: 4px;
    font-size: 1.05em;
}

.cesium-html-label {
    position: absolute;
    color: #00ff99;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
    text-shadow: 0 0 3px #000, 1px 1px 3px #000, -1px -1px 3px #000;
    pointer-events: none;
    white-space: nowrap;
    z-index: 50;
    user-select: none;
}

.route-intro {
    color: #aaa;
    margin-bottom: 0.5rem;
}

.route-details {
    text-align: left;
}

.route-table {
    display: grid;
    grid-template-columns: max-content 1fr;
    column-gap: 0.6em;
    row-gap: 0.6em;
}

.route-label {
    font-weight: bold;
    white-space: nowrap;
}

@media (max-width: 768px) {
    .sidebar {
        display: none;
    }
    #map {
        height: 55vh;
    }
}
