@font-face {
    font-family: 'oswaldregular';
    src: url('fonts/Oswald-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'oswaldlight';
    src: url('fonts/Oswald-Light.ttf');
    font-weight: normal;
    font-style: normal;
}

:root {
    --vh: 1vh; /* Standaard fallback */
}

/* -- START STRUCTURE -- */
html {
    height: 100%;
    margin: 0 !important;
}

body {
    font: 18px/28px 'oswaldlight', Helvetica, Arial, sans-serif;
    color: #666;
    background-color: #fff;
}

.h1, h1, .h2, h2, .h3, h3 {
    font: 40px/48px 'oswaldlight', Helvetica, Arial, sans-serif;
    color: #004899;
}

.h3, h3 {
    font: 40px/48px 'oswald', Helvetica, Arial, sans-serif;
}

.h2, h2 {
    font: 18px/28px 'oswaldregular', Helvetica, Arial, sans-serif;
    color: #004899;
    text-transform: uppercase;
}

.contact .h2,  .contact h2,
.over-ons .h2, .over-ons h2 {
    text-transform: none;
}

body.blog-detailPage h2 {
    font: 18px/28px 'oswaldlight', Helvetica, Arial, sans-serif;
}

strong {
    font-family: 'oswald st', Helvetica, Arial, sans-serif;
    font-weight: normal;
}

.container {
    max-width: 1160px;
    padding-left: 40px;
    padding-right: 40px;
}

.margin40px {
    margin-top: 40px;
}

img {
    image-rendering: optimizequality;
}

.submit.btn,
a {
    color: #004899;
    text-decoration: underline;
}

.submit.btn,
a:not(#footer a):not(#breadcrumb a):not(.expertiseFilter a):not(.breadcrumb a) {
    font-family: 'oswaldregular', Helvetica, Arial, sans-serif;
}

.light {
    font-family: 'oswaldlight', Helvetica, Arial, sans-serif;
}

#breadcrumb a,
.expertiseFilter a {
    text-decoration: none;
}

.submit.btn:hover,
a:hover {
    color: #be1622;
}

.submit.btn {
    margin-top: 20px;
    padding: 0;
}

.button {
    display: inline-block;
    height: 40px;
    padding: 6px 10px;
    background-color: #004899;
    color: white;
    text-transform: uppercase;
    text-decoration: none;
}

.button:hover {
    background-color: #be1622;
    color: white;
}

.services .teaser:hover .button {
    background-color: #be1622;
    color: white;
    text-decoration: none;
}



/*
.submit.btn,
a.linkIcon{
    position: relative;
    padding-left: 30px;
}

.submit.btn:before,
a.linkIcon:before {
    content: ' ';
    width: 22px;
    height: 30px;
    background-image: url('/images/btn.png');
    display: block;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: -8px;
}
*/
@media (max-width: 767px) {
    body.over-onsPage a.linkIcon:before {
        content: none;
    }

    body.over-onsPage a.linkIcon {
        padding-left: 0;
    }

    body.mstr-incassoPage .box2,
    body.mstr-corporatePage a.linkIcon:before {
        content: none;
    }

    body.mstr-incassoPage .box2,
    body.mstr-corporatePage a.linkIcon {
        padding-left: 0;
    }
}

hr,
.divider {
    width: 30px;
    height: 1px;
    border-bottom: 1px solid #be1622;
    margin: 13px 0 13px
}

.expertiseFilter,
#breadcrumb {
    font-size: 12px;
    margin-bottom: 25px;
}

/* -- END   STRUCTURE -- */


/* -- START HEADER -- */
#header {
    margin: 25px 0;
    height: 150px;
}

.logo {
    max-width: 200px;
    margin-top: 20px;
}

#main-nav {
    z-index: 10;
    background: rgba(0, 0, 0, 0);
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
    display: block;
    padding: 0;
}

#main-nav .container {
    display: block;
    max-width: 1160px;
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
}

#main-nav .navbar-header .navbar-brand {
    position: relative;
    padding: 0;
    margin: 0;
    z-index: 200;
    background: #fff;
    height: 70px;
    width: 220px;
    display: block;
}

#main-nav .navbar-header .navbar-brand a {
    height: 100%;
    max-height: 100%;
    padding: 0;
}

#main-nav .navbar-header .navbar-brand a img {
    display: inline-block;
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
    width: auto;
}

#main-nav .navbar-collapse {
    padding: 0;
    border: none;
    position: absolute;
    right: 40px;
    margin-left: 100px;
    z-index: 200;
    background: #fff;
    text-transform: uppercase;
}

#main-nav .navbar-nav {
    flex-direction: row;
}

#main-nav .navbar-nav>li>a {
    line-height: 14px;
    padding: 0;
    text-decoration: none;
    font-family: 'oswaldregular', Helvetica, Arial, sans-serif;
    position: relative;
}

#main-nav .navbar-nav>li:not(:first-child)>a:after {
    content: '•';
    color: #004899;
    position: absolute;
    top: 6px;
    left: -17px;
    font-family: 'oswaldregular', Helvetica, Arial, sans-serif;
}

/*
#main-nav .navbar-nav > li > a::after {
content: attr(data-text);
height: 0;
visibility: hidden;
overflow: hidden;
user-select: none;
pointer-events: none;
font-family: 'oswaldlight', Helvetica, Arial, sans-serif;
}
*/

#main-nav .navbar-nav>li.active>a,
#main-nav .navbar-nav>li>a:focus {
    color: #004899;
    border-bottom: 1px solid #be1622;
}

.strong,
#main-nav .navbar-nav>li>a:hover {
    color: #be1622 !important;
}



#main-nav .navbar-nav>li {
    display: inline;
    padding-left: 15px;
}

#main-nav .navbar-nav>li:not(:last-child) {
    padding-right: 12px;
}

#main-nav .navbar-nav>li:first-child {
    padding-left: 14px;
}

#main-nav .navbar-nav>.active>a,
#main-nav .navbar-nav>.active>a:hover,
#main-nav .navbar-nav>.active>a:focus {
    background: none;
    box-shadow: none;
    color: #004899;
}

#main-nav .navbar-toggle {
    margin-top: 50px;
    border-radius: 0;
    background-color: #fff;
    border: 0;
    padding: 13px;
}

#main-nav .navbar-toggle .icon-bar {
    transition: transform 0.25s linear;
    background-color: #004899 !important;
    height: 6px;
    width: 23px;
    display: block;
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 7px;
}

#main-nav .navbar-toggle.open .icon-bar:nth-child(1) {
    transform: rotate(-45deg);
    transform-origin: center;
    top: 20px;
    position: absolute;
    left: 13px;
}

#main-nav .navbar-toggle.open .icon-bar:nth-child(2) {
    transform: rotate(45deg);
    transform-origin: center;
}

#main-nav .navbar-toggle.open .icon-bar:nth-child(3) {
    display: none;
}

body.hideContent .contentContainer,
body.hideContent #breadcrumb,
body.hideContent .expertiseFilter,
body.hideContent footer,
body.hideContent .footerContainer {
    display: none !important;
}

/* -- END   HEADER -- */


.teaserContainer {
    display: grid;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

.teaserContainer4 {
    grid-template-columns: repeat(4, 1fr);
}

.teaser {
    position: relative;
}

.teaser .label {
    position: absolute;
    bottom: 0;
    padding: 20px;
    text-align: center;
    width: 100%;
}

body.kernexpertisesPage .teaser .label {
    padding: 20px 0;
}

.teaser .image {
    position: relative;
}

.teaser .image:after {
    content: '\A';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(90, 60, 0, 0.20);
    opacity: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.teaser:hover .image:after {
    opacity: 0;
}

.center {
    text-align: center;
}

.teaser .text {
    background-color: #eee;
    min-height: 260px;
    height: 100%;
    position: relative;
    padding: 30px 30px 30px 30px;
}

.teaser .text .link {
    position: absolute;
    bottom: 32px;
}

@media (max-width: 1000px) {
    .teaserContainer4 {
        grid-template-columns: repeat(2, 1fr);
    }

    body.kernexpertises-detailPage .teaserContainer {
        grid-template-columns: 1fr 1fr !important;
    }

    body.kernexpertises-subPage .teaserContainer,
    body.kernexpertisesPage .teaserContainer {
        grid-template-columns: 1fr 1fr 1fr !important;
    }

    /*
    body.kernexpertisesPage h2 {
        font-size: 18px;
        line-height: 24px;
    }
 */
}

@media (max-width: 767px) {

    body.kernexpertises-detailPage .teaserContainer,
    body.kernexpertisesPage .teaserContainer,
    .teaserContainer {
        grid-template-columns: 1fr !important;
    }

    .onze-diensten-detail .title .container .items {
        display: block !important;
    }

    .teaser .text {
        min-height: 0;
    }

    .hideOnPhone {
        display: none !important;
    }
    .showOnPhone {
        display: block !important;
    }
}

/* -- START SLIDER -- */
.slider .image {
    position: relative;
    overflow: hidden;
}

.slider .image>img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s ease;
    pointer-events: none;
}

.slider .image>img.is-active {
    opacity: 1;
    pointer-events: auto;
}

.slider .sliderControles svg {
    fill: #fff;
}

.slider .sliderControles svg:hover {
    fill: #00489A;
}

.slider .sliderControles .prev,
.slider .sliderControles .next {
    cursor: pointer;
    user-select: none;
    width: 20px;
    position: absolute;
    left: 20px;
    top: calc(50% - 15px);
}

.slider .sliderControles .next {
    left: auto;
    right: 20px;
}


.spinner {
    margin: -10px auto 0;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
}

.spinner>div {
    animation: 1.25s ease-in-out 0s normal both infinite running bouncedelay;
    background-color: #999;
    border-radius: 100%;
    display: inline-block;
    height: 20px;
    margin: 0 2px;
    width: 20px;
}

.spinner .bounce1 {
    animation-delay: -0.3s;
}

.spinner .bounce2 {
    animation-delay: -0.15s;
}

@keyframes bouncedelay {

    0%,
    80%,
    100% {
        opacity: 0;
        transform: scale(0);
    }

    40% {
        opacity: 1;
        transform: scale(1);
    }
}

#slider {
    margin-bottom: 40px;
    max-height: 760px !important;
    width: 100%;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    position: relative;
    overflow: hidden;
}

#slider ul.slides {
    height: 100%;
    line-height: 1.7;
    padding: 0;
}

#slider ul.slides li img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    vertical-align: middle;
}

section#content .lead {
    max-width: 620px;
    margin: auto;
    text-align: center;
    margin-bottom: 60px;
}

#content p {
    font-size: 14px;
    line-height: 22px;
}

#content p:last-child {
    margin-bottom: 0;
}

#content .author,
#content .project-location,
#content .duration {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
}

#content .moodboard-detail .project-location {
    font-size: 22px;
    line-height: 28px;
}

#content .grid,
#content .contact {
    margin-top: 45px;
}

#content .grid .thumbnail,
#content .contact .thumbnail {
    padding: 0;
    border: none;
    border-radius: 0;
    margin-bottom: 30px;
}

#content .contact .thumbnail img {
    max-width: 280px;
}

#content .contact {
    margin-top: 100px;
}

#content .contact .button {
    margin-top: 40px;
    margin-bottom: 40px;
}

#content .contact .button a {
    display: inline-block;
    margin-right: 1px;
    color: #4B5B68;
    background-color: #EDEEF0;
    font-size: 14px;
    line-height: 14px;
    padding: 5px 10px 6px 10px;
    text-decoration: none;
}

#content #subnav {
    display: inline-block;
    padding-left: 0;
    margin-bottom: 37px;
    margin-top: 45px;
    margin-bottom: 54px;
}

#content #subnav li {
    display: inline-block;
    margin-right: 1px;
    color: #4B5B68;
    background-color: #EDEEF0;
    font-size: 14px;
    line-height: 14px;
    padding: 5px 10px 6px 10px;
}

#content #subnav li:last-child {
    margin-right: 0;
}

#content #subnav li {
    text-transform: lowercase;
}

#content #subnav li a {
    color: #4B5B68;
    text-decoration: none !important;
}

#content #subnav li.active a,
#content #subnav li:hover a,
#content #subnav li:focus a {
    color: #FFF;
}

#content .vacancy {
    margin-bottom: 65px;
}

#content .vacancy ul {
    padding-left: 10px;
}

#content .vacancy ul li {
    text-indent: -5px;
    list-style-type: none;
}

#content .vacancy ul li:before {
    content: "-";
    position: relative;
    left: -5px;
}

#content .vacancy:last-child {
    margin-bottom: 0;
}

#content .post {
    margin-bottom: 60px;
}

#content .post img {
    margin-bottom: 24px;
}

#content .post .button {
    float: left;
    margin-right: 10px;
    margin-top: 20px;
}

#content .post .button a {
    display: inline-block;
    margin-right: 1px;
    color: #4B5B68;
    background-color: #EDEEF0;
    font-size: 14px;
    line-height: 14px;
    padding: 5px 10px 6px 10px;
    text-decoration: none;
}

#content #project header h1 {
    margin-top: 40px;
}

#content #project .project-description {
    margin-bottom: 35px;
}

#content #project .project-nav {
    display: inline-block;
    padding-left: 0;
    margin-bottom: 45px;
}

#content #project .project-nav li {
    display: inline-block;
    margin-right: 5px;
}

#content #project .project-nav li.disabled,
#content #project .project-nav li a {
    color: #4B5B68;
    background-color: #EDEEF0;
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    padding: 5px 10px;
}

#content #project .project-nav li:last-child {
    margin-right: 0;
}

#content #project footer .project-nav {
    margin-bottom: 0;
}

#content #project #project-items ul {
    text-align: center;
}

#content #project #project-items .project-item {
    margin-bottom: 30px;
    float: left;
    list-style: outside none none;
    box-sizing: border-box;
}

#content #project #project-items .project-item figure {
    position: relative;
}

#content #project #project-items .project-item figure img {
    width: 100%;
}

#categories {
    display: inline-block;
    padding-left: 0;
    margin-bottom: 37px;
}

#categories li {
    display: inline-block;
    margin-right: 1px;
    color: #4B5B68;
    background-color: #EDEEF0;
    font-size: 14px;
    line-height: 14px;
    padding: 5px 10px 6px 10px;
}

#categories li:last-child {
    margin-right: 0;
}

#categories li a,
#content ul.project-nav a {
    color: #4b5b68;
    text-decoration: none;
}

#categories li a:hover,
#content ul.project-nav a:hover {
    color: white;
    text-decoration: none;
}

#categories li.active a,
#categories li:hover a {
    color: white;
}

#portfolio-items {
    margin-bottom: 50px;
}

#portfolio-items.grid {
    margin-top: 0;
}

#portfolio-items ul {
    min-height: 190px;
    text-align: center;
}

#portfolio-items .portfolio-item {
    margin-bottom: 20px;
    position: relative;
    text-align: left;
    display: inline-block;
    /*width: 300px;
    margin-right: 20px;
    background-color: #fff;*/
    cursor: pointer;
}

#portfolio-items .portfolio-item a {
    text-decoration: none;
}

#portfolio-items .portfolio-item a:hover {
    color: #999;
}

#portfolio-items .portfolio-item:nth-child(3n),
#portfolio-items .portfolio-item:last-child {
    margin-right: 0;
}

.moodboards #portfolio-items .portfolio-item .portfolio-thumbnail,
.home #portfolio-items .portfolio-item .portfolio-thumbnail {
    position: relative;
}

.moodboards #portfolio-items .portfolio-item .portfolio-thumbnail:after,
.home #portfolio-items .portfolio-item .portfolio-thumbnail:after {
    content: '\A';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background-color: rgba(0, 0, 0, 0.20);
}

/*
.moodboards #portfolio-items .portfolio-item .portfolio-thumbnail:after{
background: rgba(0, 0, 0, 0.20) url('/images/magnify.x1.png') no-repeat 50%;
}*/
.moodboards #portfolio-items .portfolio-item:hover .portfolio-thumbnail:after,
.home #portfolio-items .portfolio-item:hover .portfolio-thumbnail:after {
    opacity: 1;
}

#portfolio-items .portfolio-item .portfolio-thumbnail img {
    height: auto;
    width: 100%;
    transition: all 0.8s ease 0s;
}

.moodboards #portfolio-items .portfolio-item .portfolio-thumbnail img,
.home #portfolio-items .portfolio-item .portfolio-thumbnail img {
    height: auto;
    width: 100%;
    transition: all 0.8s ease 0s;
}

.lookbook .stackable-item .stackable-image .joppy:after,
.moodboard .stackable-item .stackable-image .joppy:after {
    content: '\A';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    /*
    background: rgba(0, 0, 0, 0.20) url('/images/magnify.x1.png') no-repeat 50%;*/
}

.lookbook .stackable-item:hover .stackable-image .joppy:after,
.moodboard .stackable-item:hover .stackable-image .joppy:after {
    opacity: 1;
}

.joppy {
    position: relative;
}

/*
#portfolio-items .portfolio-item .portfolio-thumbnail:hover img {
transform: scale(1.05);
}
*/
#portfolio-items .portfolio-item .portfolio-content {
    padding: 30px;
    background-color: #fff;
}

.moodboards #portfolio-items .portfolio-item .portfolio-content {
    padding: 20px;
}

#portfolio-items .portfolio-item .portfolio-content h4 {
    margin-top: 0;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: .5px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.home #portfolio-items .portfolio-item .portfolio-content p {
    height: 110px;
}

#portfolio-items .portfolio-item .portfolio-content p {
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    /* Fallback for non-webkit */
    margin: 0 auto;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.moodboards #portfolio-items .portfolio-item .portfolio-content {
    min-height: 0px;
    text-align: center;
}

#portfolio-items .portfolio-item .read-more {
    padding: 18px 30px;
    border-top: 1px solid #ccc;
    text-transform: uppercase;
    background-color: #fff;
}

/* Isotope Transitions
------------------------------- */
.isotope,
.isotope .portfolio-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .portfolio-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: top, left, opacity;
    transition-property: transform, opacity;
}

/* responsive media queries */
@media (max-width: 768px) {
    .isotope .portfolio-item {
        position: static ! important;
        -webkit-transform: translate(0px, 0px) ! important;
        -moz-transform: translate(0px, 0px) ! important;
        transform: translate(0px, 0px) ! important;
    }
}

.visible-media-2-block,
.visible-media-3-block {
    display: none;
}

@media (min-width: 650px) {
    .visible-media-2-block {
        display: block !important;
    }
}

@media (min-width: 991px) {
    .visible-media-3-block {
        display: block !important;
    }

    .visible-media-2-block {
        display: none !important;
    }
}

.sm a {
    height: 25px;
    display: inline-block;
    background-color: #8dc63f;
    color: #FFF;
    padding: 0 !important;
}

.sm a:hover {
    color: #FFF;
    text-decoration: none;
}

.sm a i {
    display: inline-block;
    font-size: 14px;
    height: 25px;
    line-height: 26px;
    text-align: center;
    width: 25px;
}

#map {
    display: block;
    height: 366px;
    margin: 0 auto;
    width: 100%;
    max-width: 1024px;
}

#footer {
    padding-top: 60px;
    background-color: #004899;
    padding-bottom: 100px;
    color: white;
    position: relative;
}

.footerContainer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

#footer h2 {
    color: white;
    text-transform: none;
}


#footer .right a,
#footer .right a:hover {
    text-decoration: none;
}

#footer .copyright,
#footer .copyright a {
    color: #ccc;
    font-size: 12px;
}

#footer .copyright a:hover {
    color: #000;
}

.sub-nav-items {
    display: none;
}

@media (max-width: 770px) {
    #main-nav .navbar-collapse {
        padding-left: 15px;
        padding-right: 15px;
        position: relative;
        margin: 10px;
    }

    #main-nav .navbar-nav {
        margin-top: 100px;
        margin-bottom: 0;
        display: block;
    }

    #main-nav .navbar-nav>li {
        border-left: none;
        display: block;
        margin-top: 0;
        padding: 15px 0 0;
        text-align: left;
    }

    #main-nav .navbar-nav>li:first-child {
        padding: 0;
    }

    #main-nav .navbar-nav>li:last-child {
        margin-bottom: 40px;
    }

    #main-nav .navbar-nav>li:last-child,
    #main-nav .navbar-nav>li:nth-last-child(3) {
        border-bottom: none;
    }

    #main-nav .navbar-nav>li>a {
        line-height: 20px;
        padding: 5px 0;
        margin-left: 15px;
    }

    #portfolio-items .portfolio-item .portfolio-thumbnail img {
        max-height: 100%;
    }

    .sub-nav-items {
        display: block;
    }

    .sub-nav-items li{
        list-style: disc;
        line-height: 40px;
        min-height: 40px;
        font-size: 12px;
        color: #004899;
        position: relative;
    }

    .sub-nav-items li a {
        font-size: 18px;
        line-height: 40px;
        text-decoration: none;
        text-transform: none;
    }

    .sub-nav-items li.active a {
        color: #004899;
        border-bottom: 1px solid #be1622;
    }

    #main-nav .navbar-nav>li.active>a {
        /*border-bottom: none;*/
    }

}

.services {
    background-color: #eeeeee;
}

.services .teaser {
    height: 240px;
    width: 100%;
}

.services .svg {
    height: 160px;
    width: auto;
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
}

.services .svg img {
    height: 80px;
    width: auto;
}

.categorie {
    height: 80px;
    width: 100%;
}

.categorie h1 {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
    font: 18px/28px 'oswaldregular', Helvetica, Arial, sans-serif;
    text-transform: none;
}


.testimonials {
    background-color: white;
}



#content .contact>div:nth-child(2) {
    margin-left: 60px
}

#content .contact>.col-sm-6 {
    float: left;
}

#content .contact>.phone {
    display: none;
}

#content .contact>.desktop {
    display: block;
}

@media (max-width: 600px) {
    #content .contact>div:nth-child(2) {
        margin-left: 0px !important;
    }

    #content .contact>.col-sm-6 {
        float: none;
    }

    #content .contact>.phone {
        display: block;
    }

    #content .contact>.desktop {
        display: none;
    }

    #content .contact {
        margin-top: 45px;
    }

    #content .contact>div:first-child {
        margin-bottom: 60px;
        text-align: left;
        width: 280px;
        margin-left: auto;
        margin-right: auto;
        padding: 0
    }

    #map {
        display: none;
    }
}

.studio .col-sm-6 {
    float: left;
    width: 50%;
}

@media (max-width: 510px) {
    .studio .col-sm-6 {
        float: none;
        width: 100%;
    }
}

.navbar-toggle {
    display: block;
    clear: both;
    margin: 20px auto;
    float: none;
}

@media (min-width: 769px) {
    #main-nav .navbar-toggle {
        display: none;
    }

    .navbar-header {
        height: auto;
    }

    #main-nav .navbar-toggle {
        position: absolute;
        top: 4px;
        right: 40px;
        margin: 0;
    }
}

footer>.container {
    width: 100%;
}

#footer .divider {
    border-color: white;
}

#footer a {
    color: white;
    text-decoration: none;
}

#footer .facebook img {
    height: 28px;
    width: auto;
    margin-right: 10px;
}

.naw.right {
    width: 180px;
    margin-left: auto;
    font: 18px/28px 'oswaldlight', Helvetica, Arial, sans-serif;
}

.oswaldlight {
    font: 18px/28px 'oswaldlight', Helvetica, Arial, sans-serif;
}



.showOnPhone {
    display: none;
}

/*
@media (max-width: 980px) {


    #main-nav .navbar-nav {
        width: 730px;
        margin: auto;
    }

    #main-nav .navbar-collapse {
        position: relative;
        top: 0;
        right: 0;
        margin: 0;
    }

    #main-nav .navbar-collapse:not(.show) .navbar-nav > li {
        margin-top: 30px;
    }

    #main-nav .navbar-header .navbar-brand {
        margin-left: calc(50% - 70px);
    }
    #main-nav .container {
        padding: 0;
    }
}
*/

.footerContainer .top {
    position: absolute;
    top: 58px;
    left: calc(50% - 14px);
}

@media (max-width: 770px) {

    .lineLeft {
        margin-right: calc(min(50%, 610px) - 20px);
    }

    .footerContainer {
        grid-template-columns: 1fr;
    }

    .footerContainer .naw {
        text-align: left !important;
        margin-left: 0;
        margin-top: 80px;
    }

    .footerContainer .naw.right {
        margin-top: 60px;
    }

    .footerContainer .top {
        left: 30px;
    }

    .showOnTablet {
        display: block;
    }

    .hideOnTablet {
        display: none;
    }

    body.contactPage .leftContentContainer {
        display: none;
    }

    #main-nav .navbar-toggle {
        right: 20px;
        position: absolute;
        margin: 0;
        top: 46px;
    }

    #main-nav .navbar-header .navbar-brand {
        margin-left: 0;
    }

    .container {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    #portfolio-items .portfolio-item {
        margin-right: 0;
    }

    header .container {}

    #main-nav .navbar-nav>li:not(:first-child)>a:after {
        content: none;
    }

    #main-nav .navbar-collapse {
        margin-top: 50px;
    }
}

label {
    font-size: 14px;
    font-weight: normal;
}

input {
    border: none;
    padding: 3px;
    font-size: 14px;
}

textarea {
    width: 100%;
    height: 120px;
    border: none;
    padding: 3px;
    font-size: 14px;
}

.news-detail {
    max-width: 620px;
    margin: auto;
    background-color: #fff;
    margin-bottom: 80px;
}

.news-detail .news-content {
    padding: 30px;
}

.news-detail .news-content h4 {
    color: #000;
    font-size: 22px;
    line-height: 26px;
    text-transform: uppercase;
}

.news-detail .news-info {
    padding: 18px 30px;
    border-top: 1px solid #ccc;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.news-detail .news-info a:hover {
    text-decoration: none;
}

.stackable-image {
    margin-bottom: 20px;
}

.footerMargin {
    margin-bottom: 70px;
}

a.back:hover {
    text-decoration: none;
}

a.back {
    margin-top: 80px;
    display: block;
    text-transform: uppercase;
    font-size: 14px;
}

@media (max-width: 1025px) {
    a.back {
        margin-top: 40px;
    }
}

@media (min-width: 770px) {
    .navbar-collapse.collapse {
        display: block !important;
        visibility: visible !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
}

@media (max-width: 500px) {
    #slider {
        margin-bottom: 40px;
    }
}

.phone {
    display: none;
}

@media (max-width: 500px) {
    .phone {
        display: block;
    }

    .noPhone {
        display: none;
    }

    .news-detail .news-info a {
        line-height: 30px;
    }
}

.slider-nav {
    margin: auto;
    width: 300px;
    height: 10px;
    position: absolute;
    text-align: center;
    bottom: 20px;
    left: 50%;
    margin-left: -150px;
    z-index: 5;
}

span.slider-dot {
    width: 10px;
    height: 10px;
    background-color: #fff;
    display: inline-block;
    border-radius: 5px;
}

span.slider-dot.active {
    background-color: #000;
}

.contact .button {
    text-transform: uppercase;
}

.flex-control-nav.flex-control-paging {
    width: 100%;
    position: relative;
    bottom: 0;
    text-align: center;
    z-index: 10;
    line-height: 10px;
}

.flex-control-paging li a:hover {
    background: #000;
}

.flex-control-paging li a {
    width: 10px;
    height: 10px;
    background: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    border: 1px solid #000;
}

.flex-control-nav li {
    margin: 0 2px;
}

.flex-direction-nav a {
    width: 75px;
    height: 100%;
    top: 20px;
    font-size: 0;
}

.flex-direction-nav a:before,
.flex-direction-nav a.flex-next:before {
    content: '';
}

.img-responsive {
    max-width: 100%;
    height: auto;
}

body.home #slider {
    max-height: min(760px, (100vw - 40px) / 1080 * 760) !important;
}

.form-label {
    margin: 0;
}


/* LOGO BOX */

.logoBox {
    display: grid;
    background-color: #eeeeee;
}

.logoBox.left .image {
    display: none;
}

.logoBox.left .image.hidden {
    display: block;
}

.logoBox.right {
    grid-template-columns: calc(max((100% - min(1080px, 100%))/2, 40px)) calc(min(1080px, 100%)/2) 50%;
}

.logoBox.left {
    grid-template-columns: 50% calc(min(1080px, 100%)/2) calc((100% - min(1080px, 100%))/2);
    height: 540px;
}

.logoBox .text {
    position: relative;
    background-size: auto 80%;
    background-repeat: no-repeat;
    background-color: #eeeeee;
    background-blend-mode: soft-light;
}

.logoBox.right .text {
    /*background-image: url('/images/logo_wit_links.png');*/
    background-position: right;
}

.logoBox.left .text {
    /*background-image: url('/images/logo_wit_rechts.png');*/
    background-position: left;
}

.logoBox .panel {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.logoBox.right .panel .margin {
    margin-right: 150px
}

.logoBox.left .panel .margin {
    margin-left: 60px
}

.logoBox.left .image {
    text-align: right;
}

.logoBox .image img {
    max-width: 100%;
    /*height: 100%;*/
    width: auto
}

.logoBox .image.hidden {
    display: none;
}

@media (max-width: 1160px) {
    .home .logoBox.right {
        grid-template-columns: 40px calc(min(1080px, 100%)/2 - 40px) 50%;
    }

    .home .logoBox.left {
        grid-template-columns: 50% calc(min(1080px, 100%)/2 - 40px) 40px;
        height: 540px;
    }

    .home .logoBox.right .panel .margin {
        margin-right: 40px
    }

    .home .logoBox.left .panel .margin {
        margin-left: 40px
    }
}

@media (max-width: 1150px) {
    .home .logoBox .image img {
        height: auto;
    }
}

@media (max-width: 1000px) {
    .home .logoBox {
        display: block;
        height: auto !important;
    }

    .home .logoBox.right .panel .margin,
    .home .logoBox.left .panel .margin {
        margin: 0;
    }

    .home .logoBox .text {
        padding: 60px;
    }

    .home .logoBox .panel {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
    }

    .home .logoBox .image img {
        max-height: 540px !important;
        height: auto;
    }

    .home .logoBox.right .image {
        display: none;
    }

    .home .logoBox .image.hidden {
        display: block;
        padding-bottom: 56%;
    }
}
@media (max-width: 767px) {
    .contact .logoBox.left {
        display: block;
        height: auto !important;
        padding: 40px 0 80px;
    }
    .contact .logoBox .panel {
        position: revert;
        top: auto;
        right: auto;
        transform: none;
    }
    .home .logoBox .text {
        padding: 60px 30px;
    }
}

/* LOGOBOX */

.interSectionMargin {
    height: 80px;
}

.interSectionMargin.h120 {
    height: 120px;
}
.interSectionMargin.h80 {
    height: 80px;
}
.interSectionMargin.h60 {
    height: 60px;
}
.interSectionMargin.h40 {
    height: 40px;
}
@media (max-width: 860px) {
    .interSectionMargin.h120 {
        height: 80px;
    }
    .interSectionMargin.h80 {
        height: 60px;
    }
    .interSectionMargin.h60 {
        height: 40px;
    }
    .interSectionMargin.h20 {
        height: 20px;
    }

    .interSectionMargin {
        height: 50px;
    }

    .over-ons-banner h1 {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .over-ons-banner {
        height: auto !important;
    }

    .over-ons .teaser a {
        margin-bottom: 80px !important;
    }

    .over-ons .end {
        height: auto !important;
    }

    .over-ons .end .h2 {
        margin-top: 60px;
        margin-bottom: 60px;
    }
}

/* BOX2 */
.box2 {
    display: grid;
    grid-template-columns: 1fr 380px;
}

.box2r {
    display: grid;
    grid-template-columns: 380px 1fr;
}

body.over-onsPage .box2 {
    grid-template-columns: 380px 1fr;
    grid-column-gap: 50px;
    grid-row-gap: 50px
}

body.mstr-incassoPage .box2,
body.mstr-corporatePage .box2 {
    grid-template-columns: 380px 1fr;
    grid-column-gap: 50px;
    grid-row-gap: 50px
}

.box2r .right,
.box2 .left {
    background: rgba(240, 233, 216, .35);
    padding: 30px;
}

.box2r .left,
.box2 .right {
    background: #f0e9d8;
    padding: 30px;
}

.box2r ul,
.box2 ul {
    padding-left: 5px;
    padding-inline-start: 17px;
    list-style-image: url('/images/bullet.png');
}

@media (max-width: 800px) {
    body.over-onsPage .box2 {
        grid-template-columns: 1fr;
    }

    body.mstr-incassoPage .box2,
    body.mstr-corporatePage .box2 {
        grid-template-columns: 1fr;
    }

    .box2r,
    .box2 {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 767px) {

    .box2r,
    .box2 {
        grid-template-columns: 1fr;
    }
}

/* BOX2 */


/*over-ons*/

.over-ons-banner {
    background-color: #eeeeee;
    height: 200px;
}

.over-ons-banner .text {
    height: 100%;
    display: flex;
    align-items: center;
}

.over-ons .teaserContainer {
    grid-column-gap: 60px;
}

.over-ons .teaser .text {
    background-color: white;
    padding: 0;
}

.over-ons .teaser .text h2 {
    color: #be1622;
    font: 24px/32px 'oswaldregular', Helvetica, Arial, sans-serif;
}

.over-ons .teaser .text div {
    font: 18px/28px 'oswaldlight', Helvetica, Arial, sans-serif;
    color: #666666;
}

.over-ons .teaser .text div img {
    height: 60px;
    width: 180px;
    border: 1px solid #eeeeee;
}

.over-ons .end {
    height: 180px;
    background-color: #eeeeee;
    display: flex;
    justify-content: center;
    align-items: center;
}

.over-ons .end h2 {
    margin-top: 60px;
    margin-bottom: 60px;
    font: 24px/32px 'oswaldregular', Helvetica, Arial, sans-serif;
    color: #004899;
}

@media (max-width: 767px) {
    .over-ons .end h2 {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}

.over-ons .teaser a {
    margin-bottom: 120px;
}


/*onze-diensten-detail*/

.onze-diensten-detail .teaserContainer {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
}
.onze-diensten-detail .testimonials .title{
    padding: 60px 0;
    background-color: #eeeeee;
    display: flex;
    align-items: center;
}

.onze-diensten-detail .img img{
    height: 60px;
}

.onze-diensten-detail .title .container .items{
       display: grid;
    grid-template-columns: 1fr 120px;
    width: 100%;
}

.onze-diensten-detail .title .container .items div div{
       font: 14px/14px 'oswaldlight', Helvetica, Arial, sans-serif;
}

.onze-diensten-detail .second-title{
    color: #004899;
    font: 18px/28px 'oswaldregular', Helvetica, Arial, sans-serif;
}

.onze-diensten-detail .afbeelding img{
    width: 100%;
    height: auto;
}

.onze-diensten-detail .afbeelding img:first-child{
    margin-bottom: 20px;
}

.onze-diensten-detail .teaser .text{
    padding: 0;
    background-color: white;
}
.over-ons .teaser ul,
.onze-diensten-detail .teaser ul {
    list-style: none;
    margin: 0;
    padding-left: 20px;
}
.over-ons .teaser ul li,
.onze-diensten-detail .teaser ul li {
    position: relative;
}
.over-ons .teaser ul:not(ul.dashed) li::before,
.onze-diensten-detail .teaser ul:not(ul.dashed) li::before {
    position: absolute;
    top: 0;
    left: -1px;
}
.over-ons .teaser ul li::before,
.onze-diensten-detail .teaser ul li::before {
    content: "•";         /* eigen bullet */
    font-size: 26px;     /* schaalbaar */
    color: #00489A;
    display: inline-block;
    width: 17px;           /* uitlijning */
    margin-left: -17px;
}
.over-ons .teaser ul.gray li::before {
    color: revert;
}
.over-ons .teaser ul.dashed li::before,
.onze-diensten-detail .teaser ul.dashed li::before {
    position: absolute;
    top: -2px;
    left: -3px;
    content: "-"; /* eigen bullet */
    color: revert;
}
.onze-diensten-detail .teaser .text h1{
    color: #be1622;
    font: 24px/32px 'oswaldregular', Helvetica, Arial, sans-serif;
    margin-bottom: 32px;
    margin-top: -6px;
}

.onze-diensten-detail .teaser .text h2{
    font: 18px/24px 'oswaldregular', Helvetica, Arial, sans-serif;
    text-transform: none;
}

.onze-diensten-detail .teaser .text .uitleg{
    font: 18px/28px 'oswaldlight', Helvetica, Arial, sans-serif;
}
.ml20{
    margin-left: 20px;
}

.onze-diensten-detail .end {
    background-color: #eeeeee;
    text-align: center;
    height: auto;
}

.onze-diensten-detail .end h2{
    padding-top: 60px;
    padding-bottom: 28px;
    font: 24px / 32px 'oswaldregular', Helvetica, Arial, sans-serif;
    color: #004899;
}

.onze-diensten-detail .end div:last-child {
    padding-top: 40px;
    padding-bottom: 60px;
}

/* realisaties */

.realisaties .teaserContainer{
    grid-column-gap: 60px;
    grid-row-gap: 60px;
}

.realisaties .teaser .image-wrapper {
    overflow: hidden;       /* voorkomt dat de img buiten de rand komt */
}

.realisaties .teaser img{
    transition: transform 0.4s ease, filter 0.4s ease;
    height: calc((min(1160px, 100vw) - 80px - 120px) / 3);
    object-fit: cover;
    width: 100%;
    display: block;
}

@media (max-width: 767px) {
    .realisaties .teaser img {
        height: calc(100vw - (2 * 30px));;
    }
    .contact .logoBox.left .panel .margin {
        margin-left: 30px;
    }
}

.realisaties .teaser img:hover {
    transform: scale(1.02);      /* 20% inzoomen */
    filter: brightness(1.20) saturate(0.6);    /* 20% lichter maken */
}

.realisaties .teaser h2{
    padding-top: 20px;
}

.realisaties .teaser{
    height: auto;
}

.realisaties .teaser a{
    text-decoration: none;
}

.realisaties .teaser a{
    text-decoration: none;
    color: #666;
}


/* contact */

.contact .margin{
    color: #004899;
}

.contact .margin a{
    text-decoration: none;
}

#main-nav .navbar-toggle:not(.open) .icon-bar:first-child {
    height: 6.5px;
}
