.container-pagina {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

#tekstboven, #tekstonder {
    display: block;
    padding: 10px 0;
    font-family: foodfont
}

.promo {
    flex: 1 1 100%;
    display: grid;
    text-align: center
}

.promo img {
    width: 100%;
    height: auto;
    /* max-height: calc(100vh - 236px); */
    object-fit: cover;
}

@keyframes headerkleur {
    0%   {background-color: var(--headerachtergrond);}
    50%  {background-color: yellow;}
    100% {background-color: var(--headerachtergrond);}
}

.bestel-online {
    flex: 0 1 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: var(--headertekst);
    background-color: var(--headerachtergrond);
    animation-name: headerkleur;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    text-align: center;
    padding: 10px
}



.bestel-online .button {
    margin: 10px 0
}

.colorbanner {
    flex: 0 1 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: var(--headertekst);
    background-color: rgb(251, 125, 14);
    text-align: center;
    padding: 10px
}

#btnBestellen{
    color: var(--headertekst);
}

.filler {
    flex: 0 1 100%;
    height: 20vh;
    background: url(../../afbeeldingen/website/frieten.png)center/cover fixed no-repeat
}

.container_main{
    width: 100vw;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0.8))), url(../../afbeeldingen/over-ons.jpg)center/cover fixed no-repeat;
    display: flex;
    justify-content: center;
}

main {
    max-width: 1280px;
    padding: 10px 0;
}

h2, h3 {
    text-align: center
}


.boodschap {
    padding: 10px
}

.boodschap p{
    margin-bottom: 1em;
}

@media only screen and (min-width:600px) {
    #tekstboven, #tekstonder {
        font-size: 16px
    }
}

@media only screen and (min-width:768px) {
    #tekstboven, #tekstonder {
        font-size: 20px
    }
}
