﻿.slogan {
    padding-left: 96px;
}

div.punten ul li {
    margin-bottom: 8px;
}

h3 {
    margin-bottom: 0px !important;
}

h4 {
    margin-bottom: 8px !important;
}

h5 {
    margin-top: 0px !important;
    margin-bottom: 24px;
}

.gre {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .gre li {
        display: flex;
        justify-content: flex-start;
        gap: 1rem;
        font-size: small;
    }

    .gre span {
        min-width: 140px;
        font-weight: bold;
        font-size: small;
        color: #777777;
    }

#btnsubmit {
    margin-top: 8px;
}

div.leform {
    border: 1px solid #e5e5e5;
    padding: 16px;
    font-size: smaller;
    border-color: forestgreen;
}
