.topfoto {
    display: flex;
    width: 100%
}

.topfoto img {
    width: 100%;
    height: auto
}

.streep {
    background-color: var(--achtergrondkleur_twee);
    width: .25rem;
    height: 5vh;
    margin: auto
}

h1 {
    color: var(--tekstkleur_accent);
    text-align: center;
    margin: 1.25rem 0
}

h2 {
    color: var(--tekstkleur_accent)
}

p {
    margin-bottom: 1rem;
}

.contact {
    display: flex;
    flex-wrap: wrap
}

.formulier {
    flex: 0 1 100%;
    padding: .67rem;
    text-align: center
}

input, textarea {
    border: 1px solid var(--tekstkleur_twee);
    width: 18.75rem;
    margin: .67rem auto;
    padding: .125rem;
    border-radius: 5px;
}

.knop {
    background-color: var(--achtergrondkleur_drie);
    padding: .67rem;
    border-radius: 25px;
    text-decoration: none;
    color: white;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
    border: 1px solid black;
}

.knop:hover {
    background-color: var(--tekstkleur_accent);
}

.mailverstuurd {
    color: var(--tekstkleur_accent);
    font-weight: bold;
    margin: .67rem 0
}

.tekst {
    padding: .67rem
}

.adres {
    color: var(--tekstkleur_twee);
    font-weight: bold;
    margin: 1.25rem 0
}

.regio {
    margin: .67rem 0
}

.coaches {
    display: flex;
    flex-wrap: wrap
}

.coaches a {
    color: var(--tekstkleur_twee)
}

.nancy {
    padding-top: .67rem
}

.partner { 
    text-align: center;
}

.linken {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 2rem
}

.linken img {
    width: 100%;
    height: auto;
    max-width: 12.5rem;
}

.groen{
    color: var(--tekstkleur_twee);
}

@media screen and (min-width:640px) {
    .contact {
        flex-wrap: nowrap
    }

    .formulier {
        text-align: right
    }
}
