body:not(.home) h1{
    margin-top: 0;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.content-container{
    width: 75%;
    margin: 0 auto;
}

.page figure.wp-block-image img{
    border-radius: 20px;
}

span.fakeh1{
    font-size: 40px;
    line-height: 50px;
    margin-top: 0;
    font-weight: 700;
    margin-bottom: 20px;
    display: block;
}

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;
    font-size: 18px;
}

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

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

.page.page-template-template-over-mij .content-container{
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
}

.page.page-template-template-over-mij .content-container .content{
    flex: 0 0 49%;
}

.page.page-template-template-over-mij .content-container .rightside{
    flex: 0 0 49%;
    height: 600px;
}

.page.page-template-template-over-mij .content-container .overonsfoto{
    margin-top: -200px;
    width: 100%;
    float: right;
}

.page.page-template-template-over-mij .content-container .overonsfoto img{
    width: 1200px;
    float: right;
}

.page.page-template-template-over-mij .content-container .rightside img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    
}

@media only screen and (min-width: 1200px) {
    .page.page-template-template-over-mij .content-container .overonsfoto .mob{
        display: none;
    }
}

@media only screen and (max-width: 1200px) {
    .page.page-template-template-over-mij .content-container .overonsfoto{
        margin-top: 40px;
    }

    .page.page-template-template-over-mij .content-container .content{
        flex: 0 0 100%;
        margin-bottom: 40px;
    }

    .page.page-template-template-over-mij .content-container .overonsfoto img{
        width: 100%;
    }

    .page.page-template-template-over-mij .content-container .overonsfoto .desk{
        display: none;
    }

    .page.page-template-template-over-mij .content-container .rightside{
        flex: 0 0 100%;
        height: 300px;
    }
}

@media only screen and (max-width: 1000px) {
    body:not(.home) .content-container{
        padding-top: 160px
    }
}