html {
  scroll-behavior: smooth;
}

*{
    margin: 0;
    padding: 0;
    border: 0;
    background-color: transparent;
    box-sizing: border-box;
}

@font-face {
    font-family: 'MetaPro';
    src: url('fonts/MetaPro-Book.woff2') format('woff2'),
        url('fonts/MetaPro-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MetaPro';
    src: url('fonts/MetaPro-Bold.woff2') format('woff2'),
        url('fonts/MetaPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MetaPro';
    src: url('fonts/MetaPro-BookItalic.woff2') format('woff2'),
        url('fonts/MetaPro-BookItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'MetaPro';
    src: url('fonts/MetaPro-BoldItalic.woff2') format('woff2'),
        url('fonts/MetaPro-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

/*@font-face {
    font-family: 'MetaPro';
    src: url('MetaPro-MediumItalic.woff2') format('woff2'),
        url('MetaPro-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}*/




body{
    background-color: #ededed;
    color: #2d2e78;
    font-family: 'MetaPro', Arial, Helvetica, "Sans-Serif";
    font-size: 16px;
}



.container{
    width: 100%;
    position: relative;
}

.wrapper{
    padding: 3em;
    max-width: 1920px;
    margin: 0 auto;
    display: block;
    transition: padding 1s;
}

.wrapper-nar{
    max-width: 1500px;
}

.wrapper-np{
    padding: 0 3em;    
}

img{
    width: 100%;
    height: auto;
    border: 0;
}

button{
    font-family: 'MetaPro', Arial, Helvetica, "Sans-Serif";    
    color: #2d2e78;
    text-transform: uppercase;
    font-weight: bold;
}

h1,h2,h3,h4,h5{}

h1{}
h2{}
h3{}
h4{}
h5{}



p{}
.vertline{ color: #ccc; }

ul{}
ol{}
li{}

a{}
a:hover{}
a:focus{}

div{}

span{}

table{
    width: 100%;    
    border-collapse: collapse;
    font-size: 16px;
}

table tr{
    border-bottom: 1px solid #ccc;    
}
table tr:first-child{
    background-color: #F0F0F0;
}

table tr td{
    padding: 12px 10px 12px 0;    
}

table tr:first-child td:first-child{
    padding-left: 16px;    
}

.btn{ 
    padding: .7em 1.4em .5em 1.4em; 
    position: relative; 
    padding-right: 6em; 
    overflow: hidden; 
    text-transform: uppercase; 
    font-family: 'MetaPro', Arial, Helvetica, "Sans-Serif"; 
    transition: all 1s;
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
	font-weight: lighter;
}


.btn:before{
    content: '';
    position: absolute;
    display: block;
    width: 500px;
    height: 500px;
    transform: rotate(30deg);
    transition: all 1s;
    right: 90px;
    top: -200px;
    bottom: 0;
    z-index: -1;
}

.btn:hover::before{
    right: 80px;

}

button.back{
    background-color: #fff;
    color: #2d2e78;
    padding: .3em .7em .1em .7em; 
    margin-right: 1em;
    position: relative;
    top: -3px;
    border-radius: 3px;
    transition: all 1s;
}


.red{ color: #fff; }
.red:before{ background-color: #a61d1c; }
.red:hover{ opacity: .8; }

.blue{ color: #fff; }
.blue:before{ background-color: #2d2e78; }
.blue:hover{ opacity: .8; }

.white{ color: #A61D1C; }
.white:before{ background-color: #fff; }
.white:hover{ opacity: .8; }

.columns{ overflow: hidden; }
.column{ float: left; }
.fullwidth{ width: 100%; }
.half{ width: 50%; }
.third{ width: 33.3333%; }
.twothird{ width: 66.6666%; }
.quarter{ width: 25%; }
.twoquarter{ width: 50%; }
.threequarter{ width: 75%; }

.bgwhite{ background-color: #fff; }
.bggrey{ background-color: #ededed; }
.bgblue{ background-color: #2d2e78; }
.bgred{ background-color: #a61d1c;}

.txtwhite{ color: #fff;}
.txtblue{ color: #2d2e78; }
.txtred{ color: #a61d1c; }

.txtbold{ font-weight: bold; }
.txtitalic{ font-style: italic; }
.txtuppercase{ text-transform: uppercase; }


.content p,
.object-content p{
    text-align: justify;    
    padding-bottom: 1em;
    hyphens: auto;
}

.alignright{
    float: right;
    margin-left: 2em;
    margin-bottom: 2em;
}

.alignleft{
    float: left;
    margin-right: 2em;
    margin-bottom: 2em;
}


.alignright img,
.alignleft img{
    border-radius: 3px;    
}


.content img{
    width: auto;
    border-radius: 3px;
}

.content ul,
.content ol{
    padding-left: 0em;    
    padding-bottom: 2em;
    padding-top: 1em;
}

.content ul li,
.content ol li{
    padding: 1.1em 2em .8em 3em;
    background-color: #F0F0F0;
    border-radius: 3px;
    margin-bottom: .5em;
    list-style-type: none;
    position: relative;
    counter-increment: step-counter;
    color: #4A4A4A;
}

.content ul li:before{
    content: '';
    position: absolute;
    top: 1.4em;
    left: 1.3em;
    background-color: #A61D1C;
    width: .5em;
    height: .5em;
    border-radius: 50%;
}

.content ol li:before{
    content: counter(step-counter);
    position: absolute;
    top: 1.1em;
    left: 1.3em;
    color: #A61D1C;
}

.content blockquote{
    padding: 1.5em 3em 1.2em 3em;
    border-radius: 3px;
    margin-top: 1em;
    margin-bottom: 2em;
    position: relative;
    color: #747474;
    font-style: italic;
}

.content blockquote:before{
    content: '"';
    position: absolute;
    top: 10px;
    left: 10px;
    color: #A61D1C;
    font-size: 48px;
}

.content blockquote:after{
    content: '"';
    position: absolute;
    bottom: -20px;
    right: 10px;
    color: #A61D1C;
    font-size: 48px;
}

.content blockquote p:last-child{
    margin-bottom: 0;   
    padding-bottom: 0;
}

.content h1,
.page-content h1{
    font-size: 38px;
    margin-bottom: .5em;
}
.content h2,
.object-content h2{
    font-size: 32px;
    margin-bottom: .5em;
    margin-top: .7em;
}
.content h3,
.object-content h3{
    font-size: 24px;
    margin-bottom: .5em;
    margin-top: .8em;
}
.content h4,
.object-content h4{
    font-size: 20px;
    margin-bottom: .5em;
    margin-top: 1em;
}
.content h5,
.object-content h5{
        font-size: 18px;
    margin-bottom: .5em;
    margin-top: 1em;
}

.content h6{
    font-size: 18px;
    margin-bottom: .5em;
    margin-top: 1em;
}

.content .wp-caption-text{
    font-size: 14px;
    color: #747474;
    font-style: italic;
}

.content a{
    color: #A61D1C;  
    transition: all 1s;
}

.content a:hover{
    color: #747474;    
}

.content h6 a{
    padding: 1em 2em .7em 2em; 
    position: relative; 
    padding-right: 6em; 
    overflow: hidden; 
    text-transform: uppercase; 
    font-family: 'MetaPro', Arial, Helvetica, "Sans-Serif"; 
    transition: all 1s;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-weight: lighter;
}

.content h6 a:hover{ color: #fff; }

.content h6 a:before{
    content: '';
    position: absolute;
    display: block;
    width: 500px;
    height: 500px;
    transform: rotate(30deg);
    background-color: #A61D1C;
    transition: all 1s;
    right: 90px;
    top: -200px;
    bottom: 0;
    z-index: -1;
}

.content h6 a:hover::before{
    right: 80px;

}


.ico{
    background-position: center center;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 1.1em;
    height: 1.1em;
    display: inline-block !important;
    margin-right: .65em !important;
    margin-bottom: -.15em !important;
    padding: 0 !important;
}

.ico-wa-wit{ background-image: url('../img/whatsapp-wit.svg'); }
.ico-wa-blauw{ background-image: url('../img/whatsapp-blauw.svg'); }
.ico-fb-wit{ background-image: url('../img/fb-wit.svg'); }
.ico-fb-blauw{ background-image: url('../img/fb-blauw.svg'); }
.ico-is-wit{ background-image: url('../img/insta-wit.svg'); }
.ico-is-blauw{ background-image: url('../img/insta-blauw.svg'); }
.ico-li-blauw{ background-image: url('../img/linkedin-blauw.svg'); }
.ico-yt-blauw{ background-image: url('../img/youtube-blauw.svg'); }

.cover{ overflow: hidden; }
.cover img.wp-post-image{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

input, textarea, select{
    width: 100%;
    padding: 1em 1.5em .7em 1.5em;
    background-color: #ededed; 
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: lighter;
    font-family: 'MetaPro', Arial, Helvetica, "Sans-Serif"; 
    color: #2D2E78;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 3px;
}

/*input[type="submit"].wpcf7-submit{ display: none !important; }*/
input[type="submit"], .recaptcha-btn{ 
    padding: 1em 2em .7em 2em; 
    position: relative; 
    text-transform: uppercase; 
    font-family: 'MetaPro', Arial, Helvetica, "Sans-Serif"; 
    transition: all 1s;
    display: inline-block !important;
    text-decoration: none;
    z-index: 1;
    color: #fff; 
    width: auto;
    background-color: #a61d1c;
}



input[type="checkbox"]{ 
    opacity: 0 !important;
    width: 0px !important;
    height: 0px !important;
    position: absolute;
    top: 0;
    left: 0;
}

input[type="checkbox"] ~ span{
    padding-left: 3em;
    position: relative;
    margin-bottom: 1em;
    margin-top: .7em;
    display: block;
    color: #747474;
    text-transform: uppercase;
    font-size: .8em;
}

input[type="checkbox"] ~ span:before{
    content: '';
    width: 1.2em;
    height: 1.2em;
    background-color: #ededed;
    border: .5em solid #ededed;
    position: absolute;
    top: -.6em;
    left: 0;
    transition: all .5s;
    border-radius: 3px;
}

input[type="checkbox"]:checked ~ span:before{
    color: #fff;
    background-color: #2D2E78;  
}

input[type="radio"]{ 
    opacity: 0 !important;
    width: 0px !important;
    height: 0px !important;
    position: absolute;
    top: 0;
    left: 0;
}

input[type="radio"] ~ span{
    padding-left: 3em;
    position: relative;
    height: auto;
    
    margin-bottom: 1em;
    margin-top: .3em;
    display: block;
    color: #747474;
    text-transform: uppercase;
    font-size: .8em;
    display: inline-block;
}

input[type="radio"] ~ span:before{
    content: '';
    width: 1em;
    height: 1em;
    background-color: #ededed;
    border: .5em solid #ededed;
    position: absolute;
    top: -.6em;
    left: 0;
    transition: all .5s;
    border-radius: 3px;
    border-radius: 50%;
}



input[type="radio"]:checked ~ span:before{
    color: #fff;
    background-color: #A61D1C;  
}


input[type="submit"]:hover{ background-color: #2D2E78; }
label{ position: relative; }


.post-edit-link{
    display: inline-block;
    padding: 1em 2em .8em 2em;
    background-color: #ededed;
    color: #747474 !important;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 3px;
    float: right;
}

.post-edit-link:hover{
    background-color: #A61D1C;
    color: #fff !important;
}


/* standard wp gallery */

.gallery { 
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
} 

.gallery .gallery-item{
    float: none !important;
    width: auto !important;
}

.gallery .gallery-item img{ border: 0 !important; margin-right: 10px !important; }

.gallery br{ display: none; }



/*
@media screen and (max-width: 1000px) {


    
}


@media screen and (max-width: 650px) {
    

    
}*/
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (max-width: 1600px) {

}

@media only screen and (max-width: 1200px) {

    
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (max-width: 992px) {
    
    .wrapper{
        padding: 1.5em;
    }
    .wrapper-np{
        padding: 0 1.5em;    
    }
    
   
    
    .columns{ overflow: hidden; }
    .column{ float: left; }
    .fullwidth{ width: 100%; }
    .half{ width: 100%; }
    .third{ width: 100%; }
    .twothird{ width: 100%; }
    .quarter{ width: 50%; }
    .twoquarter{ width: 100%; }
    .threequarter{ width: 10%; }
    
    .btn{ 
        padding: 1em 3em .6em 1em; 
        font-size: 14px;
        position: relative; 
        padding-right: 5em; 
        overflow: hidden; 
        text-transform: uppercase; 
        font-family: 'MetaPro', Arial, Helvetica, "Sans-Serif"; 
        transition: all 1s;
        display: inline-block;
        text-decoration: none;
    }
    
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (max-width: 768px) {

    
     .wrapper{
        padding: 1.3em;
    }
    
    .wrapper-np{
        padding: 0 1.3em;    
    }
    

    
    .columns{ overflow: hidden; }
    .column{ float: none; }
    .fullwidth{ width: 100%; }
    .half{ width: 100%; }
    .third{ width: 100%; }
    .twothird{ width: 100%; }
    .quarter{ width: 100%; }
    .twoquarter{ width: 100%; }
    .threequarter{ width: 10%; }  
    
    .btn{ 
        padding: .7em 2.5em .4em 1em; 
        font-size: 14px;
        position: relative; 
        padding-right: 5em; 
        overflow: hidden; 
        text-transform: uppercase; 
        font-family: 'MetaPro', Arial, Helvetica, "Sans-Serif"; 
        transition: all 1s;
        display: inline-block;
        text-decoration: none;
    }
    .content h1,
    .page-content h1,
    .object-content h1{
        font-size: 32px;
        margin-bottom: .5em;
    }
    .content h2,
    .object-content h2{
        font-size: 28px;
        margin-bottom: .5em;
        margin-top: .7em;
    }
    .content h3,
    .object-content h3{
        font-size: 20px;
        margin-bottom: .5em;
        margin-top: .8em;
    }
    .content h4,
    .object-content h4{
        font-size: 18px;
        margin-bottom: .5em;
        margin-top: 1em;
    }
    .content h5,
    .object-content h5{
        font-size: 16px;
        margin-bottom: .5em;
        margin-top: 1em;
    }

    .content h6{
        font-size: 16px;
        margin-bottom: .5em;
        margin-top: 1em;
    }

    .content p,
    .content li,
    .content blockquote,
    .object-content p,
    .object-content li,
    table{
        font-size: 14px;    
    }
    

    
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (max-width: 600px) {
    
  
    .wrapper{
        padding: 1em;
    }
    
    .wrapper-np{
        padding: 0 1em;    
    }
    

    
    .columns{ overflow: hidden; }
    .column{ float: none; }
    .fullwidth{ width: 100%; }
    .half{ width: 100%; }
    .third{ width: 100%; }
    .twothird{ width: 100%; }
    .quarter{ width: 100%; }
    .twoquarter{ width: 100%; }
    .threequarter{ width: 10%; }  
    
    .btn{ 
        padding: .8em 3em .5em 1em; 
        font-size: 13px;
        position: relative; 
        padding-right: 5em; 
        overflow: hidden; 
        text-transform: uppercase; 
        font-family: 'MetaPro', Arial, Helvetica, "Sans-Serif"; 
        transition: all 1s;
        display: inline-block;
        text-decoration: none;
    }
    
    .ico{
        width: .9em;
        height: .9em;
        margin-right: .65em !important;
        margin-bottom: -.2em !important;
        padding: 0 !important;
    }
    
    .content h1,
    .page-content h1{
        font-size: 28px;
        margin-bottom: .5em;
    }
    .content h2{
        font-size: 25px;
        margin-bottom: .5em;
        margin-top: .7em;
    }
    .content h3{
        font-size: 18px;
        margin-bottom: .5em;
        margin-top: .8em;
    }
    .content h4{
        font-size: 16px;
        margin-bottom: .5em;
        margin-top: 1em;
    }
    .content h5{
        font-size: 14px;
        margin-bottom: .5em;
        margin-top: 1em;
    }

    .content h6{
        font-size: 14px;
        margin-bottom: .5em;
        margin-top: 1em;
    }
    
    .content p,
    .content li,
    .content blockquote,
    table{
        font-size: 13px;    
    }
    
    .alignright,
    .alignleft{
        float: none;
        margin: 0;
        margin-bottom: 1em;
        width: 100% !important; 
    }
    
    .postlogo{
        width: auto !important; 
		float: right;
		margin-left: 20px;
    }

    
    .alignright img,
    .alignleft img{
        width: 100% !important;    
    }
  

}
