.map-mapholder {
    height: 40vh;
    width: 100%;
    position: relative;
}
.map--item-image {
    text-align: center;
/*    width: 100%; */
}
.map--item-image--img {
    width: 175px;
    height: auto;
    margin-right: auto;
    margin-left: auto;
}
.map--item-table {
    margin-top: var(--s-normal-vh);
}
.map--item-table tr th {
    padding: 5px 10px 5px 3px;
    text-align: left;
    font-weight: var(--f-weight-bold);
    text-align: right;

}
.leaflet-control-attribution,
.leaflet-control-attribution a {
    color: var(--c-lightgrey);
}