body:not(.home) h1{
    font-size: 45px;
    line-height: 50px;
    font-weight: 700;
    margin: 0;
    color: #022f57;
    position: relative;
}

body:not(.home) h2{
    margin: 0;
    margin-bottom: 20px;
    font-size: 35px;
    line-height: 35px;
    font-weight: 700;
}

body:not(.home) h3{
    margin: 0;
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 26px;
    font-weight: 700;
}

body:not(.home) h4{
    margin: 0;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 20px;
}

p#breadcrumbs{
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 16px;
}

p#breadcrumbs .scheidingteken{
    margin: 0 5px;
}

p#breadcrumbs span a{
    color: white;
}

body.error404{
    background: #011A36;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

body.error404 header{
    display: none!important;
}

body.error404 h1{
    color: white;
    margin-bottom: 60px;
}

body.error404 .content .button{
    background: #0ADCD2;
    border: none;
    color: #011A36;
}

body.error404 .content .button:hover{
    background: #039b94;
}

body.error404 footer{
    display: none;
}


body.page-template-template-bedankt{
    background: #011A36;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

body.page-template-template-bedankt header{
    display: none!important;
}

body.page-template-template-bedankt h1{
    color: white;
    margin-bottom: 60px;
}

body.page-template-template-bedankt p{
    color: white;
}

body.page-template-template-bedankt .content .button{
    background: #0ADCD2;
    border: none;
    color: #011A36;
    margin-top: 40px;
}

body.page-template-template-bedankt .content .button:hover{
    background: #039b94;
}

body.page-template-template-bedankt footer{
    display: none;
}

.regularhero{
    background: #011A36;
    padding: 80px 0;
}

body .regularhero h1, .regularhero p{
    color: white;
}

.content-container .content ul{
    list-style-type: none;
    padding-left: 0;
    margin: 0;
}

.content-container .content ul li:before{
    width: 8px;
    height: 8px;
    content: '';
    display: block;
    border-radius: 100%;
    flex: 0 0 8px;
    margin-top: 7px;
    background: black;
}

.content-container .content ul li:nth-child(n+2){
    margin-top: 10px;
}

.content-container .content ul li{
    display: flex;
    gap: 10px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
}

.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){
    color: #e89513;
}

body.page-template-default .content-container > ul li{
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 22px;
}

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

body:not(.home) .content-container{
    padding-top: 80px;
    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) h1 {
        font-size: 40px;
        line-height: 50px;
    }

    body:not(.home) h2 {
        font-size: 30px;
        line-height: 30px;
    }

    body:not(.home) h3 {
        font-size: 22px;
        line-height: 22px;
    }

    body:not(.home) .paginasectie.video section#video .content h2 {
        font-size: 30px !important;
        line-height: 30px !important;
    }

    body.page .dienstcontent{
        grid-template-columns: 1fr!important;
    }

    body.page .dienstcontent .leftside{
        width: 90%!important;
    }

    body.page .dienstcontent{
        padding-left: 10%!important;
    }

    .regularhero{
        padding-top: 40px;
    }
}