@font-face {
    font-family: 'Brevia';
    src:    url('../fonts/breviasemibold.woff2') format('woff2'),
            url('../fonts/breviasemibold.woff') format('woff');
}

body {
    font-family: "Nunito Sans", sans-serif;
    font-size: 15px;
    line-height: 24px;
    color: #666;
}

html body {
    font-family: "Nunito Sans", sans-serif;
    font-size: 15px;
}

.pull-right {
    float: right;
}

.page-content p {
    width: 90%;
}

@media all and (max-width: 768px) {
    .page-content p {
        width: 100%;
    }
}

blockquote {
    display: block;
    margin-top: 14px;
    float: left;
    border-left: 3px solid #727c89;
    background: #f6f6f6;
    width: 100%;
    padding: 30px;
}

blockquote p {
    font: italic 16px 'Open Sans', Arial, sans-serif;
    font-weight: 300;
    line-height: 26px;
    color: #666;
    margin-bottom: 0;
}

strong.subtitle_strong {
    color: #666;
    font: 15px 'Open Sans', Arial, sans-serif;
    line-height: normal;
    line-height: 24px;
    margin-bottom: 27px;
    font-weight: bolder;
}

.support_header {
    width: 100%;
    background: #fff;
    margin: 0 auto;
    border-bottom: 1px solid #eee;
}

.support_header .flex-start {
    float: left;
    line-height: 45px;
}

.support_header a {
    color: #888;
    font-size: 12px;
    text-decoration: none;
    margin-right: 30px;
}

.support_header a:hover {
    color: #888;
    font-size: 12px;
    text-decoration: none;
}

.container-header .cta-holder .header-cta-button {
    border: none;
    margin: 0 auto;
    text-align: center;
}

.header-cta-button a {
    color: #fff;
    font-size: 1.3rem;
    background-color: transparent;
    margin-bottom: 0;
    padding: 10px 15px;
    border: 1px solid #fff;
    border-radius: 3px;
    transition: all .3s;
    text-decoration: none;
    text-transform: uppercase;
}


.header-cta-button a:hover {
    color: #054f94;
    background-color: white;
}
.support_end_items .support_item {
    float: left;
    background: #fff;
    /*width: 45px;*/
    height: 45px;
    border-left: 1px solid #eee;
    text-align: center;
    /* line-height: 45px; */
    padding: 15px;
    margin-right: 0;
}

.support_end_items .support_item:hover {
    float: left;
    background-color: #054f94 !important;
    color: white;
    height: 45px;
    border-left: 1px solid #eee;
}

.support_end_items input.search-input {
    width: 80%;
    float: left;
    display: none;
}

.support_end_items input.search-submit {
    float: right;
    width: 20%;
}

.social_share_holders {
    margin-top: 3em;
    margin-bottom: 3em;
}

.share-item a {
    padding: 10px 15px;
    text-decoration: none;
    color: white;
}

.share-item a:hover {
    padding: 10px 15px;
    text-decoration: none;
    color: white;
}

.page_mt-top {
    margin-top: 3em;
}

section.search__items input.search-input {
    background: #f6F6F6;
    border: 1px solid #ddd;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    max-width: 100%;
    font: 13px 'Open Sans', Arial, sans-serif;
    padding-left: 10px;
    padding-right: 10px;
    color: #666;
    padding: 10px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
}

section.search__items .search-submit {
    border: 0px solid;
    font: 12px 'Open Sans', Arial, sans-serif;
    text-transform: uppercase;
    line-height: 11px;
    color: #fff;
    background-color: #333;
    padding: 10px 17px;
    cursor: pointer;
    margin-right: 6px;
    /* float: right; */
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

section.search__items .search-submit:hover {
    opacity: 0.7;
    background-color: #054f94;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

section.search__items .search-item-padding {
    margin-top: 5px;
    margin-bottom: 15px;
}

section.search__items a {
    text-decoration: none;
}

section.search__items .search-content {
    color: black;
    text-decoration: none;
}

section.search__items .search-info {
    color: black;
    text-decoration: none;
}

section.search__items .row.mb-4 {
    margin-bottom: 4em;
}

.blog-date-holder {
    float: left;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #eee;
    position: relative;
    z-index: 20;
    padding: 5px;
}

.blog-date-holder .day {
    font-weight: bold;
}

.blog-thumb-holder {
    float: right;
    margin-left: -7px;
    border-radius: 50%;
}

.date i {
    margin-right: 5px;
}

.news-archive .news-item h2 {
    margin-bottom: 10px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    color: #39414b;
    line-height: 23px;
    font: 21px 'Raleway', Arial, sans-serif;
    text-decoration: none;
}

.news-archive .news-item h2:hover {
    text-decoration: underline;
}

i.fas.fa-tag {
    margin-left: 15px;
}

/* Header (menu) - aanpassingen */

.header__inner nav ul li a {
    padding: 23px 17px;
    text-decoration: none;
}

@media all and (max-width: 1399px) and (min-width: 768px) {
    .header__inner nav ul li a {
        white-space: nowrap;
    }
}

.header__inner nav ul li:hover a {
    text-decoration: underline;
}

button.navbar-toggler.menu-button {
    display: none;
}

.menu-main-menu-container {
    /*float: right;*/
    margin-top: 8px;
}

.header__inner nav ul:not(.sub-menu) {
    display: flex;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    text-transform: uppercase;
}

.logo-holder {
    display: flex;
    justify-content: flex-start;
    flex: 1;
}

.dark-header {
    display: flex;
    justify-content: flex-end;
    flex: 2;
}

/* full size menu */
.navbar {
    border-radius: 4px;
    margin-bottom: 0!important;
    display: flex;
    padding-bottom: 0;
}

.header__inner nav ul.sub-menu {
    display: block;
    list-style: none;
}

@media all and (min-width: 768px) {
    .header__inner nav ul.sub-menu {
        display: none;
    }
    .header__inner nav ul.sub-menu.show {
        display: block;
        position: absolute;
    }
    ul.sub-menu.show li {
        background: #fff;
        border-right: 4px solid #eee;
        border-left: 4px solid #eee;
        -webkit-transition: all 0.2s ease 0s;
        -moz-transition: all 0.2s ease 0s;
        -o-transition: all 0.2s ease 0s;
        -ms-transition: all 0.2s ease 0s;
        transition: all 0.2s ease 0s;
    }
    ul.sub-menu.show li a {
        text-transform: none !important;
        font: 13px 'Droid Sans', sans-serif;
        line-height: 15px;
        color: #777 !important;
        padding: 10px 15px !important;
        transition-property: text-indent;
        transition-duration: 0.2s;
        -webkit-transition-property: text-indent;
        -webkit-transition-duration: 0.2s;
        text-decoration: none;
    }
    .header__inner nav ul li:hover ul.sub-menu.show li:hover:not(:last-of-type) {
        border-bottom: 0;
    }
    .header__inner nav ul li:hover ul.sub-menu.show a {
        text-decoration: none;
        background-color: white;
        border-bottom: 0;
    }
    .header__inner nav ul li ul.sub-menu.show a:hover {
        color: #054f94 !important;
        background: #f6f6f6;
    }
    ul.sub-menu.show li:first-child {
        border-top: 4px solid #eee;
    }
    ul.sub-menu.show li:last-child {
        border-bottom: 4px solid #eee;
    }
    ul.sub-menu.show {
        padding-left: 0;
    }
    .header__inner nav ul:not(.sub-menu) li:hover {
        margin-bottom: 0;
    }
    header#header {
        position: sticky;
        top: 0;
        background-color: white;
        box-shadow: 0px 1px 2px #eee;
        z-index: 9999;
    }
    ul#main-menu li:hover:not(.sub-menu) {
        margin-bottom: -4px;
    }
    ul#main-menu li:hover ul.sub-menu li {
        margin-bottom: 0;
    }
}

@media all and (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        justify-content: flex-end;
    }
}

/* mobile sized menu */
@media all and (max-width: 992px) {

    .menu-main-menu-container {
        float: none;
    }
    button.navbar-toggler.menu-button {
        display: block;
    }
    .navbar {
        position: unset!important;
    }
    .header__inner nav ul {
        display: block!important;
        list-style: none;
    }
    .dark-header {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        background-color: #333;
        color: white;
        min-height: 40px;
        z-index: 99;

        display: block;
        flex: unset;
        justify-content: unset;
    }

    .dark-header .menu-main-menu-container ul {
        padding: 0;
        margin-bottom: 0;
    }
    .dark-header .menu-main-menu-container ul li a {
        color: white;
        border-bottom: 1px solid white;
    }
    button.navbar-toggler {
        float: right;
        margin-top: 17px;
        margin-right: 10px;
    }
    button.navbar-toggler.menu-button {
        button: unset;
        border: 0;
    }
    .menu-main-menu-container {
        margin-top: 45px;
    }
    .menu-button,
    .menu-button:before,
    .menu-button:after {
        display: block;
        background-color: #fff;
        position: absolute;
        right: 0px;
        height: 4px;
        width: 30px;
        transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
        border-radius: 2px;
    }
    .menu-button:before {
        content: '';
        margin-top: -10px;
        transform: rotate(0deg);
    }
    .menu-button:after {
        content: '';
        margin-top: -12px;
        transform: rotate(0);
    }

    .menu-button[aria-expanded="true"]:before {
        content: '';
        margin-top: 0px;
        transform: rotate(405deg);
    }

    .menu-button[aria-expanded="true"]:after {
        content: '';
        margin-top: -18px;
        transform: rotate(-405deg);
    }
    button.navbar-toggler.menu-button[aria-expanded="true"] {
        border: 0;
        height: 0;
        width: 0;
        border: 0;
        background-color: transparent;
    }
    #main-menu li a {
        border-bottom: 0;
        border-top: 1px solid rgba(255,255,255,.5);
        text-decoration: none;
        text-transform: uppercase;
        padding: 0.8em 5%;
    }
    .navbar-collapse.in {
        padding: 0;
    }
    li.menu-item-has-children a:after {
        background-color: red;
        width: 20px;
        height: 20px;
    }
    li.menu-item-has-children ul {
        height: 0;
        transition: all .2s ease-in-out;
        transform-origin: top;
        transform: scaleY(0);
    }
    li.menu-item-has-children ul.sub-menu.open {
        height: auto;
        transform: scaleY(1);
    }

    .header__inner nav ul li:hover {
        background-color: #333;
        border-bottom: 0;
    }
    .header__inner nav ul li:hover a {
        background-color: #333;
        color: white;
    }

    li.menu-item-has-children ul.sub-menu li a {
        padding: 1em 10%!important;
        border-top: 1px solid rgba(255,255,255,.25)!important;
        opacity: .75;
        text-shadow: none!important;
        visibility: visible;
        position: relative;
    }
    .expand-child {
        background-color: rgba(255,255,255,.1);
        position: absolute;
        right: 0;
        color: white;
        border-left: 1px solid rgba(255,255,255,.5);
        font-size: 20px;
        height: 45px;
        width: 45px;
        text-align: center;
        padding-top: 10px;
    }
    .expand-child{
        cursor: pointer;
    }
    .expand-child span.row-one {
        background-color: #fff;
        position: absolute;
        right: 50%;
        top: 50%;
        transform: translate(50%, -50%);
        height: 15px;
        width: 4px;
        border-radius: 2px;
        visibility: visible;
        opacity: 1;
        transition: opacity 0.1s linear;
    }
    .expand-child span.row-two {
        background-color: #fff;
        position: absolute;
        right: 50%;
        top: 50%;
        transform: translate(50%, -50%);
        height: 4px;
        width: 15px;
        transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
        border-radius: 2px;
    }
    .expand-child.show-minus span.row-one {
        visibility: hidden;
        opacity: 0;
        transition: visibility 0s 0.1s, opacity 0.1s linear;
    }
    .support_header .flex-start {
        display: none;
    }
    .support_end_items .support_item {
        border-top: 1px solid #eee;
    }
    .searchform__holder a.support_item {
        border-right: 1px solid #eee;
    }
    .support_header .flex-end {
        display: flex;
        justify-content: flex-start;
    }
    .navbar-light .navbar-toggler-icon {
        background-image: none;
    }
    .navbar-toggler:focus {
        text-decoration: none;
        outline: 0;
        box-shadow: 0 0 0 0!important;
    }
}

@media all and (min-width: 768px) and (max-width: 992px) {
    header#header {
        padding-top: 50px;
    }
}



@media all and (max-width: 768px) {
    header#header {
        margin-top: 50px;
    }
}

/* Sections hompage - general */
section.intro__fields, section.services {
    padding-top: 80px;
    padding-bottom: 80px;
}


/* section: intro fields */
section.intro__fields i.icon {
    padding: 10px;
    font-size: 16px;
    background: #333;
    color: #fff;
    float: left;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 36px;
    height: 36px;
    margin-right: 15px;
}

section.intro__fields .row > div:hover {
    cursor: pointer;
}

section.intro__fields .row > div:hover .icon {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    background-color: #054f94;
}

section.intro__fields h4 {
    margin-top: 6px;
}

section.intro__fields .intro_field h4 {
    color: #39414b;
}

section.intro__fields .intro_field p {
    max-width: 90%;

    color: #666;
    font: 13px 'Open Sans', Arial, sans-serif;
    line-height: 22px;
    font-size: 15px;
}

@media all and (max-width: 768px) {
    section.intro__fields .intro_field p {
        margin-bottom: 30px;
    }
}

/* section: services */
section.services .bordered {
    border-bottom: 1px solid #e8eef6;
    margin-bottom: 30px;
    width: 100%;
}
section.services h3 {
    border-bottom: 1px solid #a8b4c3;
    padding-bottom: 10px;
    display: inline-block;
    margin-bottom: -1px;
}

section.services .service_item {
    padding-left: 15px;
}

section.services .service_item i.icon {
    padding: 10px;
    font-size: 13px;
    padding-top: 12px;
    background: #333;
    color: #fff;
    float: left;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 36px;
    height: 36px;
}

section.services .service_item h4 {
    margin-bottom: 15px;
    font: 18px 'Raleway', Arial, sans-serif;
    line-height: 22px;
    color: #39414b;
    padding-top: 4px;
}

section.services .service_item p {
    color: #333;
    font: 15px 'Open Sans', Arial, sans-serif;
    line-height: normal;
    line-height: 24px;
    margin-bottom: 27px;
    max-width: 95%;
}

section.services .service_item ul li {
    padding-bottom: 3px;
    margin-bottom: auto;
    padding-left: 11px;
    list-style: disc;
    margin-left: 17px;
}

section.services .statistic_grid {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-gap: 1px;
}

section.services .grid__item {
    background-color: #054f94;
    color: white;
    text-align: center;
    padding: 20px;
}

section.services .grid__item .statistic__number {
    font-size: 32px;
    margin-bottom: 8px;
    padding-top: 15px;
}
section.services .grid__item .statistic__object {
    font: 15px 'Open Sans', Arial, sans-serif;
    line-height: 24px;
    margin-bottom: 27px;
}


@media all and (max-width: 768px) {
    section.services .service_image img {
        object-fit: cover;
        width: 50%;
    }
    section.services .service_item {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    section.services .service_item {
        padding-left: 7px;
    }
}

/* section: clients */
section.clients {
    padding-bottom: 80px;
}

section.clients .client {
    width: 90%;
    margin-top: 30px;
}

section.clients .text-center {
    margin-bottom: 5px;
}

section.clients .text-center h2 {
    font-size: 27px;
}

section.clients .text-center p {
    font-size: 15px;
}
section.clients .text-center h2, section.clients .text-center p {
    color: #39414b;
    margin-bottom: 5px;
}

section.clients .client {
    background: #fff;
    padding: 25px 15px 25px 0;
    position: relative;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

section.clients .client:hover {
    background: linear-gradient(180deg,#054f94 85%, white 33%);
    background: -webkit-linear-gradient(180deg,#054f94 85%, white 33%);
    transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    color: white;
}

section.clients .client:after {
    position: absolute;
    display: block;
    content: "";
    background: url(../images/development-shadow.png) no-repeat center 0;
    bottom: 0;
    width: 100%;
    height: 19px;
    left: 25px;
    bottom: -19px;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

section.clients .client:hover:after {
    opacity: 0.7;
}

section.clients .client img {
    width: 94px;
    height: 94px;
    border: 3px solid #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background: white;
    border: solid 3px #054f94;
    text-align: center;
    object-fit: contain;
}

section.clients .client h4 {
    font: 18px 'Open Sans', Arial, sans-serif!important;
    margin-bottom: 30px;
}

section.clients .client p {
    font: 13px 'Open Sans', Arial, sans-serif!important;
}

@media all and (min-width: 768px) and (max-width: 1200px) {
    .row.client > div:first-of-type {
        text-align: center;
        width: 50%;
    }
    .row.client > div:last-of-type {
        width: 50%;
    }
    section.clients .col-md-4 {
        width: 100%;
    }
}

@media all and (max-width: 768px) {
    section.clients .client {
        width: 100%;
    }
    section.clients .client:hover {
        background: linear-gradient(180deg,#054f94 90%, white 33%);
        background: -webkit-linear-gradient(180deg,#054f94 90%, white 33%);
        transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
        color: white;
    }
    section.clients .client:after {
        width: 0;
    }
    .row.client > div:first-of-type {
        text-align: center;
        width: 35%;
    }
    .row.client > div:last-of-type {
        width: 65%;
    }
}

/* portfolio */
.portfolio-holder {
    width: 90%;
}
.portfolio-image {
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
    height: 290px;
    overflow: hidden;
    position: relative;
}

.portfolio-item:hover .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 1;
    transition: .5s ease;
    background-color: rgba(5, 79, 148, 0.6);
    visibility: visible;
    cursor: pointer;
}

.overlay {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.overlay h3 {
    text-align: center;
    font-size: 22px;
    margin-bottom: 0;
    color: white;
    font-weight: bold;
    display: none;
}

.overlay .cat-holder {
    font: 13px 'Open Sans', Arial, sans-serif;
    line-height: 22px;
    color: white;
    display: none;
}

.portfolio-item:hover h3, .portfolio-item:hover .cat-holder {
    display: block;
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 25px;
    margin-top: 15px;
}

a.page-numbers, span.page-numbers.current {
    background-image: none;
    display: inline;
    list-style-type: none;
    padding: 0.5em;
    font-weight: bold;
    text-decoration: none;
    color: black;
}

a.page-numbers {
    color: #333333;
}


a.prev.page-numbers {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
    color: #054f94;
    text-decoration: none;
    margin-right: 15px;
}

a.next.page-numbers {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
    color: #054f94;
    text-decoration: none;
    margin-left: 15px;
}

@media all and (max-width: 768px) {
    .portfolio-item {
        margin-bottom: 30px;
    }
    .portfolio-holder {
        width: 100%;
    }
}

/* section: vacanties */
section.vacancies {
    padding-top: 70px;
    padding-bottom: 20px;
}



/* Team */

.team-image {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 220px;
}

.team-image:hover .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 1;
    transition: .5s ease;
    background-color: rgba(5, 79, 148, 0.6);
    visibility: visible;
    cursor: pointer;
}

.team-image .overlay .team_tel, .team-image .overlay .team_mail {
    display: none;
}

.team-image:hover .overlay .team_tel, .team-image:hover .overlay .team_mail {
    display: block;
}

.team-item .team_title {
    padding: 15px 10px;
    text-align: center;
    background-color: #f6f6f6;
}

.team-item .team_title a h3 {
    color: #39414b;
}

.team-item .overlay {
    min-height: 220px;
}

.team-item .overlay a {
    display: block;
    font-size: 13px;
    color: white;
    transition: .3s linear;
    text-decoration: none;
}
.team-item .overlay a:hover {
    text-decoration: underline;
}

.team_title a {
    color: #39414b!important;
}
.team__main-title {
    font: 27px 'Raleway', Arial , sans-serif;
    line-height: 34px;
    color: #39414b;
    margin-bottom: 30px;
}

.employee {
    margin-bottom: 40px;
}

.employee .page-content {
    padding-left: 15px;
    width: 90%;
}

.team-item .team-image .team_tel i, .team-item .team-image .team_mail i {
    margin-right: 10px;
}

.team-item {
    margin-bottom: 30px;
}

@media all and (max-width: 768px) {
    .employee .page-content {
        padding-left: 7px;
        width: 100%;
    }
    .solo-team-img {
        margin-bottom: 30px;
    }
    .team_title {
        margin-bottom: 30px;
    }
}

/* random broken items */
section.search__items .search-submit {
    margin-left: 0;
}

/* blogs */
.news-archive .date {
    margin-bottom: 15px;
}

.news-items .date {
    color: #666;
}

.news-readmore a {
    color: #054f94;
}

.news-readmore a i {
    border: 2px solid #054f94;
    border-radius: 50%;
    padding: 2px 3px;
    font-size: 0.8em;
}

.news-readmore a:hover span {
    text-decoration: underline;
}

.news-readmore {
    margin-top: 10px;
}

.news-items.news-archive a {
    text-decoration: none;
}

.blog-thumb-holder img {
    border-radius: 50%;
}

.news-items .image img {
    margin-bottom: 20px;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: auto;
    max-height: 450px;
}

.news-items .image .news-hover {
    opacity: 0;
    transition: .5s ease;
    visibility: hidden;
}

.news-items .news-link .image:hover .news-hover {
    background-color: rgba(255, 255, 255 ,0.2);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 1;
    transition: .5s ease;
    visibility: visible;
    cursor: pointer;
}

.news-items.news-archive a .image {
    position: relative;
}

.single-blogs h1 {
    color: #39414b;
    font: 21px 'Raleway', Arial, sans-serif;
    line-height: 23px;
    margin-bottom: 10px;
}

.single-blogs {
    color: #333;
    font: 15px 'Open Sans', Arial, sans-serif;
    line-height: normal;
    line-height: 24px;
    margin-bottom: 27px;
}

.blog-thumb-holder {
    float: left;
}

@media all and (max-width: 768px) {
    aside {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .single-blogs .archive-title-holder {
        margin-top: 30px;
    }
    .single-blogs .date {
        margin-bottom: 20px;
    }
}

span.page-numbers.dots {
    font-weight: bold;
    padding-top: 7px;
    color: #333333;
}

.page-content ul {
    margin-bottom: 20px;
}
.page-content ul li {
    margin-bottom: 7px;
    margin-left: 25px;
}

#gform_wrapper_2,
#gform_wrapper_4,
#gform_wrapper_5,
#gform_wrapper_6,
#gform_wrapper_3 {
    background-color: white;
    padding: 0;
    margin-bottom: 40px!important;
    width: 95%;
}

#gform_wrapper_2 input,
#gform_wrapper_4 input,
#gform_wrapper_5 input,
#gform_wrapper_6 input,
#gform_wrapper_3 input{
    background: #f6F6F6;
    border: 1px solid #ddd;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    /* width: 308px; */
    max-width: 100% font: 13px 'Open Sans', Arial, sans-serif;
    padding-left: 10px;
    padding-right: 10px;
    color: #666;
    padding: 10px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

#gform_wrapper_2 textarea,
#gform_wrapper_4 textarea,
#gform_wrapper_5 textarea,
#gform_wrapper_6 textarea,
#gform_wrapper_3 textarea{
    background: #f6F6F6;
    border: 1px solid #ddd;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    max-width: 100% font: 13px 'Open Sans', Arial, sans-serif;
    padding-left: 10px;
    padding-right: 10px;
    color: #666;
    padding: 10px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

body #gform_wrapper_2.gform_wrapper,
body #gform_wrapper_4.gform_wrapper,
body #gform_wrapper_5.gform_wrapper,
body #gform_wrapper_6.gform_wrapper,
body #gform_wrapper_2.gform_wrapper.gravity-theme,
body #gform_wrapper_4.gform_wrapper.gravity-theme,
body #gform_wrapper_5.gform_wrapper.gravity-theme,
body #gform_wrapper_6.gform_wrapper.gravity-theme,
body #gform_wrapper_3.gform_wrapper,
body #gform_wrapper_3.gform_wrapper.gravity-theme{
    text-transform: capitalize;
    margin-bottom: 10px;
    font-weight: bold;
    color: #333!important;
}

body #gform_wrapper_2.gform_wrapper .gform_body .gfield_label,
body #gform_wrapper_4.gform_wrapper .gform_body .gfield_label,
body #gform_wrapper_5.gform_wrapper .gform_body .gfield_label,
body #gform_wrapper_6.gform_wrapper .gform_body .gfield_label,
body #gform_wrapper_3.gform_wrapper .gform_body .gfield_label{
    font-size: 15px;
}

body #gform_wrapper_2.gform_wrapper h2 {
    display: none;
}

body #gform_wrapper_2.gform_wrapper input[type=submit],
body #gform_wrapper_4.gform_wrapper input[type=submit],
body #gform_wrapper_5.gform_wrapper input[type=submit],
body #gform_wrapper_6.gform_wrapper input[type=submit],
body #gform_wrapper_3.gform_wrapper input[type=submit]{
    border: 0px solid;
    font: 12px 'Open Sans', Arial, sans-serif;
    text-transform: uppercase;
    line-height: 11px;
    color: #fff;
    background-color: #333;
    /* padding: 10px 17px; */
    cursor: pointer;
    margin-right: 6px;
    /* float: right; */
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

body #gform_wrapper_2.gform_wrapper input[type=submit]:hover,
body #gform_wrapper_4.gform_wrapper input[type=submit]:hover,
body #gform_wrapper_5.gform_wrapper input[type=submit]:hover,
body #gform_wrapper_6.gform_wrapper input[type=submit]:hover,
body #gform_wrapper_3.gform_wrapper input[type=submit]:hover{
    background-color: #054f94;
}

.gfield_consent_description {
    border: none!important;
    font-weight: normal!important;
    overflow: visible!important;
}

.gfield_consent_label {
    font-weight: normal;
}

.ginput_container_fileupload ::-webkit-file-upload-button {
    -webkit-appearance: button;
    border: 0px solid;
    font: 12px 'Open Sans', Arial, sans-serif;
    text-transform: uppercase;
    line-height: 11px;
    color: #fff;
    background-color: #333;
    padding: 10px 17px;
    cursor: pointer;
    margin-right: 6px;
    /* float: right; */
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

div#field_2_8 label {
    display: none;
}

.paars-blok {
    border: 3px solid #054f94;
    padding: 20px;
}

.news-archive .date a {
    color: #054f94;
    text-transform: capitalize;
}

.news-archive .date a:hover {
    text-decoration: underline;
}

.news-archive .excerpt {
    color: #666;
    font: 13px 'Open Sans', Arial, sans-serif;
    line-height: 22px;
}

.blog__item_holder {
    display: grid;
}

.blog__item_holder .meta_holder {
    grid-column: 2 / 3;
}

.blog__item_holder .content_holder {
    grid-column: 26 / 27;
    margin-left: 25px;
}

.blog__item_holder .grid-100 {
    grid-column: 100 / 1;
}

@media all and (max-width: 768px) {
    .blog__item_holder .meta_holder {
        grid-column: 26;
        margin-bottom: 20px;
    }
    .blog__item_holder .content_holder {
        grid-column: 26 / 27;
        margin-left: 0;
    }
}

#popup {
    background-color: #054f94;
    color: white;
    position: fixed;
    right: 20px!important;
    bottom: 40px!important;
    left: auto!important;
    top: auto!important;
    /*width: 360px;*/
    /*height: 260px;*/
    width: 460px;
    height: 360px;
    z-index: 99999;
    padding: 25px;
}

@media all and (max-width: 768px) {
    #popup {
        display: none;
    }
    .wpb_content_element {
        margin-bottom: 0!important;
    }
    .container {
        padding-left: 30px;
        padding-right: 25px;
    }
    .vc_row.wpb_row.vc_row-fluid.brevia.vc_custom_1745492792117.vc_row-o-equal-height.vc_row-o-content-middle.vc_row-flex {
        width: calc(100% + 50px) !important;
    }
}

body .breadcrumb {
    display: none;
}

.page_mt-top {
    margin-top: 0!important;
}

.single .header-image {
    min-width: 100%;
}

#popup p {
    color: white;
}

#popup i.fas.fa-times {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
}

#popup i.fas.fa-times:hover {
    color: #666;
}

label.privacy-label {
    font-size: 13px;
    margin-left: 8px;
    color: white!important;
}

label.privacy-label a {
    color: white;
}

input#mc-embedded-subscribe {
    float: left;
    margin-top: 25px;
    border: 1px solid #fff;
    color: #fff !important;
    border-radius: 3px;
    background-color: #054f94;
    padding: 5px;
}

input#mce-EMAIL {
    width: 100%;
}

.blog__item_holder .content_holder.holder__nieuwsbrief {
    grid-column: 3 / 27;
    margin-left: 25px;
}

.single-blogs .date a {
    color: #054f94;
    text-decoration: none;
}

.single-blogs .date a:hover {
    text-decoration: underline;
}

.single-blogs a {
    color: #054f94;
    text-decoration: none;
}


.single-blogs a:hover {
    color: #054f94;
    text-decoration: underline;
}


/*temp tests cas*/
.meta_holder {
    width: 13%;
}
.blog-thumb-holder {
    float: left;
    display: grid;
    grid-column: none;
    width: 60px;
    height: 60px;
}
.blog-date-holder {
    display: grid;
}

.blog__item_holder {
    display: flex;
    max-width: 95%;
}

.blog__item_holder .content_holder {
    grid-column: 26 / 27;
    margin-left: 25px;
    width: 83%;
    float: left;
}

@media all and (max-width: 1400px) and (min-width: 1200px) {
    .blog__item_holder .content_holder {
        width: 82%;
    }
    .meta_holder {
        width: 15%;
    }
}

@media all and (max-width: 1100px) and (min-width: 992px) {
    .blog__item_holder .content_holder {
        width: 78%;
    }
    .meta_holder {
        width: 18%;
    }
}

@media all and (max-width: 991px) and (min-width: 768px) {
    .blog__item_holder .content_holder {
        width: 73%;
    }
    .meta_holder {
        width: 23%;
    }
}

@media all and (max-width: 768px) {
    .blog__item_holder .content_holder {
        width: 95%;
        margin-left: 0;
    }
    .meta_holder {
        width: 50%;
    }
    .blog__item_holder {
        min-width: calc(100% + 7px);
        display: grid;
    }
}



/* Footer */
footer {
    color: #bbb;
    background-color: white;
}

footer .footer__bar-inner {
    display: flex;
}

footer a, footer p {
    color: #bbb;
    font: 13px 'Open Sans', Arial, sans-serif;
    line-height: 22px;
    text-decoration: none;
}

footer a {
    color: #bbb !important;
}

footer a:hover {
    color: #054f94 !important;
    text-decoration: underline;
}

footer .dossiers {
    width: 90%;
}

footer .dossiers a {
    background: #444;
    color: #bbb;
    font-size: 12px;
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 5px;
    padding: 5px 10px;
    text-transform: lowercase;
}

footer .dossiers a:hover {
    color: #FFFFFF !important;
    background-color: #054f94;
}

footer ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

footer h2 {
    font: 16px 'Raleway', Arial, sans-serif;
    line-height: 20px;
    color: #eee;
    margin-bottom: 20px;
    text-transform: uppercase;
}

footer .copyright_container {
    background: #fff;
    padding: 20px 0;
    line-height: 12px;
    font-size: 12px;
    text-transform: uppercase;
    color: #39414b;
}

footer .footer-col {
    margin-bottom: 20px;
}

@media all and (max-width: 768px) {
    footer .footer__bar-inner {
        display: block;
    }
    footer .footer__bar-inner .footer-col {
        margin-bottom: 40px;
    }
    footer .dossiers {
        width: 100%;
    }
}

@media all and (max-width: 992px) {
    div#wpadminbar {
        display: none!important;
    }
}

body #gform_wrapper_5.gform_wrapper, body #gform_wrapper_5.gform_wrapper.gravity-theme {
    text-transform: inherit !important;
}

.nunito {
    font-family: 'Nunito', sans-serif!important;
}

.nunito h1,
.nunito h2,
.nunito h3 {
    font-family: 'Nunito', sans-serif!important;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: "Nunito Sans", sans-serif!important;
}

.brevia h1,
.brevia h2,
.brevia h3 {
    font-family: 'Brevia', sans-serif!important;
    font-size: 1.5em!important;
    line-height: 40px !important;
}
