.contentBox{
    max-width: 1024px;

}

.itemCard{
    margin:5px 10px 2px 10px;
    padding: 15px;
}

.naam {
    font-weight: bold;
}

.prijs {
    font-size: 13px;
    float: right;
}

.omschrijving {
    color: #939393;
    font-size: 13px;
}

.Alergenen {
    margin-top: 5px;
}

h2 {
    font-family: 'Playfair Display', serif!important;
}

.w3-green {
    background-color: #FDD037!important;
    color: #000000!important;
}
.w3-row-padding, .w3-row-padding>.w3-half, .w3-row-padding>.w3-third, .w3-row-padding>.w3-twothird, .w3-row-padding>.w3-threequarter, .w3-row-padding>.w3-quarter, .w3-row-padding>.w3-col {
     padding: 0px; 
}
.alergie{
    display: inline-block;
    margin-right: -5px;
    /*margin: 1px;*/
}
.spoor{
    display: inline-block;
    /*border: #bebebe solid 1px;*/
    /*border-radius: 90px;*/
    /*margin: 1px;*/
    margin-right: -5px;

}

.selectAllergens {
    height: 43px;
    background-color: #78a6c8;
    border: none;
    text-align: center;
    font-size: 18px;
    color: white;
}

.footer{
    background-color: #78a6c8;
    color: white;
    height: 40px;
    padding: 7px;
    text-align: center;
}

.footer a{
    text-decoration: none;
}
.titelLijst{
    font-size: 8px;
    text-transform: uppercase;
}