h1 {
    text-align: center;
    color: var(--tekstkleur_accent);
    background-color: var(--achtergrondkleur_drie);
    padding: 2.5rem 1.25rem
}

h2 {
    color: var(--tekstkleur_accent)
}

span {
    color: var(--tekstkleur_twee);
    font-weight: bold
}

p {
    margin-bottom: 1.25rem
}

.inhoud {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap
}

.tekst {
    padding: .67rem
}

.foto {
    flex-basis: 100%
}

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

.wrap {
    display: flex;
    justify-content: center
}

.button {
    display: inline-block;
    margin: .67rem 0;
    text-decoration: none;
    color: var(--tekstkleur_contrast);
    padding: .67rem 2rem;
    font-size: 1.25rem;
    background-color: var(--tekstkleur_twee);
    border-radius: 5px;
}

@media screen and (min-width:450px) {
    .gsm {
        display: none
    }
}

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

    .tekst {
        max-width: 60%
    }

    .foto {
        flex-basis: auto;
        min-width: 21rem;
    }
}
