#map {
    height: 100%;
}

.afbeeldingtoevoegen_preview {
    max-width: 207px;
    max-height: 207px;
    margin-top: 10px;
}

@keyframes knipperen {
    0% {
        background-color: #dc3545;
    }

    50% {
        background-color: white;
    }

    100% {
        background-color: #dc3545;
    }
}

.knipperend {
    animation: knipperen 1s infinite;
}

.highlight {
    box-shadow: 0px 0px 10px 5px rgba(255, 255, 0, 1);
}

.gm-style iframe + div { border:none!important; }