/* =================================
   BlueMap Elemente webseitig ausblenden
   ================================= */

/* --- UI-Elemente in der Hauptansicht --- */
div[title="Perspective-View"],
div[title="Perspektivische Sicht"] {
    display: none !important;
}
.bluemap-attribution {
    display: none !important;
}
.bluemap-coords {
    display: none !important;
}

/* --- Menüeinträge in der Seitenleiste: --- */
.content hr {
    display: none !important;
}

/* --- Menüpunkte ausblenden nach Position: --- */

.content .simple-button:nth-child(3),  /* Settings */
.content .simple-button:nth-child(4),  /* Info */
.content .simple-button:nth-child(6),  /* Go Fullscreen */
.content .simple-button:nth-child(7),  /* Reset Camera */
.content .simple-button:nth-child(9)   /* Update Map */
{
    display: none !important;
}

/* Elemente Maps (1), Markers (2) und Take Screenshot (8) bleiben sichtbar. */
