body:not(.home) h1{
    margin-top: 0;
    margin-bottom: 0;
}

body:not(.home) .content-container{
    padding-bottom: 80px;
    padding-top: 80px;
}

body .grootblokpage{
    position: absolute;
    background: #f1f1f1;
    width: 800px;
    height: 800px;
    right: 0;
    top: 40px;
    z-index: -1;
}

body:not(.home) .content-container a:not(.button){
    font-weight: bold;
    text-decoration: underline;
    color: black;
}

.bannernothome{
    height: 400px;
    width: 100%;
}

.bannernothome img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

body.page-template-default .content-container ul li{
    margin-bottom: 10px;
}

body.page-template-default .content-container ul li:last-child{
    margin-bottom: 0!important;
}

@media only screen and (max-width: 1000px) {
    body .grootblokpage{
        width: 400px;
        height: 400px;
    }
}