.container-pagina {
    flex: 1 1 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    background: url(../../afbeeldingen/website/contactfrieten.jpg)center/cover no-repeat
}

main {
    flex: 1 1 100%;
    max-width: 500px;
    background-color: white;
    padding: 0 10px 10px;
    margin: 40px 0
}

main h1 {
    text-align: center;
    padding: 0;
    margin: 0
}

input[type="text"], input[type="tel"], input[type="email"] {
    width: 100%;
    margin-bottom: 5px;
    margin-left: 5px;
    border-radius: var(--borderradius);
}

input:focus {
    border: 3px solid var(--headerachtergrond)
}

textarea {
    width: 100%;
    height: 100px;
    border-radius: var(--borderradius);
    white-space: pre;
}

textarea:focus {
    border: 3px solid var(--headerachtergrond)
}

.recaptcha {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
    padding-left: 5px;
    border-radius: var(--borderradius);
}

.viadezeweg {
    display: block;
    margin: 5px 0;
    text-align: center
}

button {
    width: 100%;
    height: 40px;
    background-color: var(--headerachtergrond);
    border-radius: var(--borderradius);
}

.kaart {
    flex: 1 1 100%;
    height: 400px;
    border: 1px solid var(--bodytekst)
}
