/*  */
.map{
    margin-top: 0px !important;
    height: 700px;
    background: lightgrey;
}

.map button {
    display: none!important;
}

.map button.custom-map-control-button {
    /* background: none padding-box rgb(255, 255, 255); */
    display: table-cell;
    border: 0px;
    border-radius: 0;
    margin: 0px;
    padding: 0px 17px;
    /* text-transform: none; */
    appearance: none;
    position: relative;
    cursor: pointer;
    user-select: none;
    direction: ltr;
    overflow: hidden;
    text-align: center;
    height: 40px;
    vertical-align: middle;
    /* color: rgb(0, 0, 0); */
    /* font-family: var(--font-text); */
    /* font-size: 18px; */
    /* border-bottom-left-radius: 2px; */
    /* border-top-left-radius: 2px; */
    box-shadow: rgb(0 0 0 / 30%) 0px 1px 4px -1px;
    min-width: 43px;
    /* font-weight: 500; */
    margin-top: 75px;
    display: block!important;


    color: var(--wit);
    transition: background-color 200ms ease-in-out;
}
.map button.custom-map-control-button:hover {
    /* background: none padding-box rgb(235, 235, 235); */
    background-color: var(--blauw);
}

/* hide stuff. */
.map .gm-svpc,
.map .gmnoprint,
.map a[rel=noopener] {
    display: none!important;
}
