html,
body,
form {
    height: 100%;
    margin: 0px;
    font-family: Arial, Verdana, sans-serif;
    color: #000000;
    font-size: 0.9rem;
    line-height: 150%;
}

.header {
    height: 60px;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 5%, rgba(170,218,255,1) 15%);
}

    .header .logo {
        height: 50px;
        padding: 5px 0px 0px 20px;
    }

    .header .socials {
        float: right;
        padding: 35px 10px 0px 0px;
    }

        .header .socials img {
            width: 20px;
            height: 20px;
            margin-left: 4px;
        }

.content {
    height: calc(100% - 65px);
}

.d-inline {
    display: inline-block;
}

.map_canvas {
    width: 100%;
    height: 100%;
}

.title {
    background-color: #106cb7;
    text-align: center;
    padding: 5px 0px;
}

.footer {
    margin-top: 15px;
    background-color: #106cb7;
    height: 29px;
}

a {
    text-decoration: underline;
    color: #106cb7;
}

h1 {
    color: #ffffff;
    font-weight: bold;
    font-size: 1rem;
    margin: 0px;
}

h2, h3, h4 {
    color: #106cb7;
    font-weight: bold;
    font-size: 0.9rem;
    margin-bottom: 0px;
}


.locatie {
    padding: 5px 0px;
}

.tekst {
    padding: 15px 0px;
    clear: both;
}

.buttons {
    padding: 20px 0px;
    text-align: center;
}

.buttons a {
    text-decoration: none;
    margin: 0px 25px;
}

.images {
    text-align: center;
}

    .images img {
        max-width: 100%;
        margin-top: 20px;
    }

.left {
    float: left;
}

.right {
    float: right;
}

.image-small {
    margin-top: 15px;
    max-width: 200px;
}

.button {
    clear: both;
}

    .button input {
        color: #ffffff;
        border: 1px solid #000000;
        background-color: #7fb600;
        font-weight: bold;
        padding: 5px 10px;
    }

.image-vulstation {
    margin-left: 30px;
    max-width: 200px;
}

.pagina .header,
.pagina .content {
    max-width: 600px;
    margin: auto;
}

.padded {
    padding: 0px 10px;
}