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

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

body button.wp-block-button__link{
    padding: 10px 40px;
    color: black;
    background: #BBD5DA!important;
    border-radius: 10px;
    border: none!important;
    font-weight: bold;
}

body .otherpageline{
    position: absolute;
    right: 0;
    top: 0;
    width: 350px;
    overflow: hidden;
    pointer-events: none;
    z-index: -1;
}

body .otherpageline img{
    object-fit: contain;
    width: 100%;
    height: 100%;
}

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