.itemtopbarblog {
    font-size: 15px;
    font-family: "Montserrat-Bold",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    text-transform: uppercase;
    color: #222;
    border-bottom: 3px solid #16837c;
    display: inline-block;
    margin-bottom: 25px!important;
}

.boxpostdate {
    font-size: 15px;
    position: absolute;
    background-color: #3e887d;
    color: #fff;
    padding: 0px 10px;
    font-size: 15px;
    font-family: "Montserrat-Bold",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    text-transform: uppercase;
}

.uitgelichteafbeelding.boxproduct {
    line-height: 0;
}

.facetwp-template {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    align-content: flex-start;
    justify-content: flex-start;
    margin: -12.5px;
    width: calc(100% + 25px);
}

.projectbox {
    padding: 12.5px;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.projectbox>div {
    background-color: #f1ece6;
    padding: 25px!important;
    display: flex;
    align-items: stretch;
    position: relative;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}

.uitgelichteafbeelding.boxproduct {    
    margin: -25px -25px 0 -25px;
    line-height: 0;
    overflow: hidden;
}

.naamproject p {
    margin-top: 25px;
}

a.button.buttongreen {
    border-radius: 25px!important;
    font-size: 14px!important;
    font-family: "Montserrat-Bold",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    padding: 15px 20px!important;
    color: #fff!important;
    border: none!important;
    line-height: 1;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background: #ffc703!important;
    color: #222!important;
}

.boxbuttonsproduct {
    display: flex;
    margin-top: 25px;
}

a.button.buttongreen:hover {
    box-shadow: 0 1px 10px 0 rgb(47 56 68 / 32%);
    transform: scale(1.025);
    text-decoration: none;
}

.boxpostdate>div {
    color: #fff!important;
}

.boxblueonderheader .projectbox>div {
    background-color: #fff;
}