h3 {
    margin-top: 3%;
    text-align: center;
}

div#aanbod {
    margin-right: 1%;
}

span {
    font-weight: bold;
}

div#ondersteuning {
    width: 100%;
    display: grid;
    grid-template-columns: 13% 13% 13% 13% 13% 13% 13%;
    grid-column-gap: 1%;
    margin-bottom: 1%;
}

div#ondersteuning > a > img {
    margin-top: 1px;
    margin-bottom: -4px;
    width: 98%;
}

div#ondersteuning > a {
    text-decoration: none;
    padding: 0;
}

div.deel {
    background-color: white;
    margin-bottom: 2%;
    border: 2px solid black;
}

div.deel > * {
    margin: 1%;
}

img.foto {
    width: 16%;
    height: auto;
    margin-right: 4px;
}

img#Vrijwilligersweekend {
     display: block;
     width: 98%;
     height: auto;
}

article {
    border: none;
    background-color: initial;
}

article > * {
    margin: 0;
}

video {
    width: 98%;
}
