body {
    font-family: 'droid serif', Helvetica, Arial, sans-serif;
}

.main {
    display: flex;
    flex-direction: row;
}

.content {
    width: 100%;
    padding: 0 10px 0 10px;
}

.banner {
    /* border: 1px solid black; */
    background-color: red;
    color: red;
    height: 200px;
    /* text-align: center; */
    background-image: url(images/banner.png);
}

.sub-banner {
    padding-top: 10px;
    text-align: center;
}

.afstanden {
    padding-top: 20px;
}

.sponsors {
    width: 25%;
    padding: 0 10px 0 10px;
    white-space: nowrap;

}

.content .bloesems {
    padding-bottom: 30px;
}

.content .bloesems .gallery {
    display: flex;
    flex-direction: row;
}

.content .bloesems .gallery img {
    max-width: 30%;
}