body { margin: 0; padding: 0; }
#map { position: absolute; top: 0; bottom: 0; width: 100%; }

.mapboxgl-ctrl-geocoder {
        min-width: 100%;
    }

   .geocoder {
position: absolute;
z-index: 1;
width: 50%;
left: 50%;
margin-left: -48%;
top: 10px;
}

#map {
margin-top: 70px;
}

    .mapboxgl-popup {
        font: 12px/20px 'Helvetica Neue', Arial, Helvetica, sans-serif;
    }

#header{
    display: absolute;
    flex-direction: row;
    justify-content: flex-end;
    margin-bottom: 5px;
    column-gap: 6px;
    align-items: center;

}

.tooltip_anfang{
    font-size: 17px;
    font-weight: bold;
    margin: 5px 0;
}


.tooltip_beschreibung{
    margin-bottom: 10px;
   font-size: 17px;
}

.tooltip_plz{
    margin-bottom: 10px;
   font-size: 14px;
    color: grey;

}