img#happy {
    display: block;
    width: 15vw;
    height: auto;
    margin: 0 auto;
}


img#brugge {
    width: 40%;
    display: block;
    float: left;
    margin-right: 10%;
}

ul#praktisch {
    margin-bottom: 1%;
}

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%;
}


div#weergavefotos {
    white-space: nowrap;
    width: 100%;
    overflow-y: hidden;
    overflow-x: scroll;
    background-color: black;
    margin:  0;
}


img.foto {
    margin-right: 2px;
    width: auto;
    height: 10%;
}

article {
    border: none;
    background-color: initial;
}

article > * {
    margin: 0;
}

div#kerst {
    display: flex;
}

#kerst > div:first-of-type  {
        width: 30%;
        margin-right: 5%;
}

#kerst > div > img {
        width: 98%;
        margin: 0 auto;
}

#kerst > div > p:first-of-type  {
    font-size:150%;
    margin-top: 0;
}

#kerst > div > p {
      text-align: center;
}

@media screen and (max-width: 960px) {
   #kerst > div > p:first-of-type  {
    font-size:100%;
    margin-top: 0;
    font-weight: bold;
}

#kerst > div > p {
    margin: 0;
}
}

@media screen and (max-width: 780px) {
#kerst > div > p {
    margin: 0;
    font-size:80%;
}
}
