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

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

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;
}

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;
    }
}