﻿@import url('font/segoe-ui.css');
@import url('default-blockgrid.css');

body {
    background-color: #fff;
    color: #76746c;
    font-family: 'Segoe UI Light';
}

.site-container {
    min-width: 400px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    min-height: 100vh;
    box-shadow: 0 0 50px 15px #767f93;
    overflow-x: auto;
}

.home-splash {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 90vh;
}

    .home-splash .text-over-background {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        color: #fff;
        width: 100%;
    }

        .home-splash .text-over-background * {
            color: #fff;
        }

        .home-splash .text-over-background h2 {
            font-size: 50px;
            font-weight: bold;
        }

        .home-splash .text-over-background h3 {
            font-size: 40px;
            font-weight: bold;
        }

        .home-splash .text-over-background h4 {
            font-size: 30px;
            font-weight: bold;
        }

        .home-splash .text-over-background p {
            font-size: 20px;
        }

.home-intro {
    margin: 6px 0;
    background-color: #d1d2d2;
    width: 100%;
    padding: 24px 0;
    font-size: 24px;
    line-height: 34px;
    /*color: #76746c;*/
    color: #000;
}

    .home-intro a {
        color: #000;
        text-decoration: underline;
    }

        .home-intro a:hover {
            font-weight: bold;
        }

    .home-intro p {
        padding: 0;
        margin: 0;
    }

.home-menu {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 30px 0;
}

    .home-menu a {
        color: #fff;
        text-decoration: none;
    }

        .home-menu a.logo {
            position: relative;
        }

            .home-menu a.logo img {
                position: absolute;
                left: 0;
                top: 20px;
                display: inline-block;
                max-height: 150px;
                max-width: 200px;
            }

@media(max-width:992px) {
    .home-menu a.logo img {
        max-height: 100px;
        max-width: 150px;
    }
}

.home-menu .menus-wrapper {
    float: right;
    text-align: right;
    padding: 35px 0 0 0;
}

.home-menu ul.menu-folders,
.home-menu ul.menu-content {
    display: inline-block;
    margin: 0;
    padding: 20px;
    list-style-type: none;
}

.home-menu ul.menu-folders {
    border: solid 1px #fff;
}

    .home-menu ul.menu-folders li,
    .home-menu ul.menu-content li {
        position: relative;
        display: inline-block;
        margin: 0;
        padding: 0 14px;
        list-style-type: none;
        text-align: center;
    }

        .home-menu ul.menu-folders li a,
        .home-menu ul.menu-content li a {
            text-transform: uppercase;
            letter-spacing: 5px;
            font-size: 16px;
            transition-duration: 0.2s;
            transition-timing-function: ease-in-out;
        }

            .home-menu ul.menu-folders li a:hover,
            .home-menu ul.menu-content li a:hover {
                color: #fff;
                text-shadow: 0px 0px 3px #000;
            }

@media(max-width:768px) {

    .container {
        max-width: unset;
    }

    .home-menu {
        padding: 10px 0;
    }

        .home-menu .menus-wrapper {
            padding: 10px 0 0 0;
        }

        .home-menu ul.menu-folders,
        .home-menu ul.menu-content {
            width: 100%;
        }

            .home-menu ul.menu-folders li,
            .home-menu ul.menu-content li {
                display: block;
                text-align: right;
            }

                .home-menu ul.menu-folders li a,
                .home-menu ul.menu-content li a {
                    font-size: 22px;
                }
}

.home-body {
    margin: 0 0 50px 0;
}

    .home-body .col-md-6 {
        padding: 0 3px 6px 3px;
    }

        .home-body .col-md-6 .block-list-item {
            background-color: #fff;
            background-position: center center;
            background-repeat: no-repeat;
            background-size: cover;
            min-height: 650px;
            position: relative;
            display: block;
        }

@media(max-width:1400px) {
    .home-body .col-md-6 .block-list-item {
        min-height: 564px;
    }
}

@media(max-width:1200px) {
    .home-body .col-md-6 .block-list-item {
        min-height: 474px;
    }
}

@media(max-width:992px) {
    .home-body .col-md-6 .block-list-item {
        min-height: 354px;
    }
}


.center {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.home-body .col-md-6 .block-list-item .block-list-item-title {
    display: block;
    padding: 20px;
    border: solid 1px #fff;
    width: 40%;
    text-align: center;
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 2px;
    color: #fff;
    text-decoration: none;
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out;
    z-index: 2;
}

@media(max-width:768px) {
    .home-body .col-md-6 .block-list-item .block-list-item-title {
        width: unset;
    }
}

.home-body .col-md-6 .block-list-item .block-list-item-title:hover,
.home-body .col-md-6 .block-list-item:hover .block-list-item-title {
    color: #fff;
    /*text-shadow: 0px 0px 3px #000;*/
    box-shadow: 0px 0px 3px #000;
}

.home-body .col-md-6 .block-list-item .block-list-item-title .title {
    z-index: 2;
    position: relative;
    color: #fff;
}

.home-body .col-md-6 .block-list-item .block-list-item-title .darkening-overlay {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #76746c;
    opacity: 0.0;
    z-index: 1;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
}

.home-body .col-md-6 .block-list-item:hover .block-list-item-title .darkening-overlay {
    opacity: 0.7;
}

.home-body .col-md-6 .block-list-item .darkening-overlay {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.5;
    z-index: 1;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
}

.home-body .col-md-6 .block-list-item:hover .darkening-overlay {
    opacity: 0.2;
}


.home-body .col-md-6 .block-list-item .block-list-item-content {
    width: 70%;
}

    .home-body .col-md-6 .block-list-item .block-list-item-content p {
        font-size: 24px;
        line-height: 40px;
    }

        .home-body .col-md-6 .block-list-item .block-list-item-content p.read-more {
            font-size: 16px;
            text-align: right;
        }

            .home-body .col-md-6 .block-list-item .block-list-item-content p.read-more a {
                color: #76746c;
                text-decoration: none;
            }

                .home-body .col-md-6 .block-list-item .block-list-item-content p.read-more a:hover {
                    text-decoration: underline;
                }



#Footer {
    padding: 20px 0;
    background-color: #767f93;
    color: #fff;
    position: relative;
}

    #Footer .left {
        text-align: left;
    }

    #Footer .right {
        text-align: right;
    }

@media(max-width:768px) {
    #Footer .left,
    #Footer .right {
        text-align: center;
    }
}

#Footer a {
    display: inline-block;
    margin: 0 20px 0 0;
    color: #fff;
    text-decoration: none;
}

    #Footer a:hover {
        text-decoration: underline;
    }

#Header {
    position: relative;
    height: 126px;
    background-color: #fff;
    border-top: solid 6px #76746c;
    box-shadow: 0px 0px 4px #76746c;
}



    #Header .menus-wrapper {
        float: right;
        text-align: right;
        padding: 35px 0 0 0;
    }

    #Header ul.menu-items {
        display: inline-block;
        margin: 0;
        padding: 25px 0 0 0;
        list-style-type: none;
    }

        #Header ul.menu-items li {
            position: relative;
            display: inline;
            margin: 0;
            padding: 0 0 0 28px;
            list-style-type: none;
            text-align: center;
        }

            #Header ul.menu-items li a {
                color: #76746c;
                display: inline-block;
                text-transform: uppercase;
                letter-spacing: 4px;
                font-size: 16px;
                text-decoration: none;
                transition-duration: 0.2s;
                transition-timing-function: ease-in-out;
                padding: 0 0 30px 0;
            }

                #Header ul.menu-items li a:hover {
                    border-bottom: solid 4px #76746c;
                }

                #Header ul.menu-items li a.active {
                    border-bottom: solid 4px #76746c;
                }


@media(max-width:768px) {
    #Header .menus-wrapper {
        padding: 10px 0 0 0;
    }

    #Header ul.menu-items {
        padding: 10px 0 0 0;
    }

        #Header ul.menu-items li {
            display: block;
        }

            #Header ul.menu-items li a {
                padding: 0 0 0 0;
            }
}

#Hamburger .close-hamburger {
    display: block;
    padding: 25px;
    text-align: right;
}

    #Hamburger .close-hamburger a {
        font-size: 18px;
        text-decoration: none;
        color: #76746c;
    }

#Hamburger {
    display: none;
    position: absolute;
    z-index: 9999999;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #fff;
}

    #Hamburger ul,
    #Hamburger ul li {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

    #Hamburger ul {
        display: block;
        width: 360px;
        margin: 30px auto 0 auto;
    }

        #Hamburger ul li {
            display: block;
            text-align: center;
            padding: 14px 0;
            line-height: 26px;
        }

            #Hamburger ul li a {
                font-size: 28px;
                text-decoration: none;
                color: #76746c;
                font-weight: bold;
            }


ul.menu-items.hamburger {
    padding: 0;
}

    ul.menu-items.hamburger li a {
        font-size: 60px;
        padding: 0 40px 0 0;
    }

        ul.menu-items.hamburger li a:hover {
            border-bottom: none;
        }

#Header ul.menu-items.hamburger {
    padding: 0;
}

    #Header ul.menu-items.hamburger li a {
        font-size: 60px;
        padding: 0 40px 0 0;
    }

        #Header ul.menu-items.hamburger li a:hover {
            border-bottom: none;
        }


@media(min-width:992px) {
    #Header ul.menu-items.default {
        display: inline-block;
    }

    .home-menu ul.menu-folders {
        display: inline-block;
    }

    .home-menu ul.menu-content {
        display: inline-block;
    }

    ul.menu-items.hamburger {
        display: none;
    }

    #Header ul.menu-items.hamburger {
        display: none;
    }

    #Hamburger {
        display: none;
    }
}

@media(max-width:992px) {
    #Header ul.menu-items.default {
        display: none;
    }

    .home-menu ul.menu-folders {
        display: none;
    }

    .home-menu ul.menu-content {
        display: none;
    }

    ul.menu-items.hamburger {
        display: block;
    }

    #Header ul.menu-items.hamburger {
        display: block;
    }

    #Hamburger {
        display: none;
    }
}


#Header ul.menu-sub-items {
    position: absolute;
    top: 130px;
    display: block;
    list-style-type: none;
    padding: 0 460px 0 0;
    margin: 0;
    text-align: right;
    width: 100%;
    z-index: 2;
}

@media(max-width:2300px) {
    #Header ul.menu-sub-items {
        padding: 0 330px 0 0;
    }
}

@media(max-width:2020px) {
    #Header ul.menu-sub-items {
        padding: 0 190px 0 0;
    }
}

@media(max-width:1750px) {
    #Header ul.menu-sub-items {
        padding: 0 50px 0 0;
    }
}



#Header ul.menu-sub-items li {
    position: relative;
    display: inline;
    margin: 0 20px;
    padding: 0;
    list-style-type: none;
    text-align: center;
}

    #Header ul.menu-sub-items li a {
        color: #fff;
        display: inline-block;
        text-transform: uppercase;
        letter-spacing: 4px;
        font-size: 16px;
        text-decoration: none;
        transition-duration: 0.2s;
        transition-timing-function: ease-in-out;
        padding: 10px;
        border: solid 1px transparent;
    }

        #Header ul.menu-sub-items li a:hover {
            border: solid 1px #76746c;
        }

        #Header ul.menu-sub-items li a.active {
            border: solid 1px #fff;
        }

@media(max-width:768px) {
    #Header ul.menu-sub-items {
        padding: 0 10px 0 0;
    }

        #Header ul.menu-sub-items li {
            display: block;
            width: 100%;
            text-align: unset;
            padding: 0 20px 0 0;
        }
}

.header-image img {
    width: 100%;
    display: block;
}

.header-image {
    width: 100%;
    display: block;
    height: 50vh;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.gradient {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 30vh;
    z-index: 1;
    opacity: 0.6;
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(204,204,204,0) 89%, rgba(255,255,255,0) 100%);
}

.home-splash .gradient {
    bottom: 70vh;
}

@media(max-width:768px) {
    .gradient {
        bottom: 10vh;
    }

    .home-splash .gradient {
        bottom: 60vh;
    }
}

#Body {
    margin: 0 0 50px 0;
    min-height: 72vh;
}

    #Body h1 {
        padding: 20px 0;
        margin: 0;
        font-size: 70px;
        font-weight: normal;
    }

    #Body h2, #Body h3 {
        display: inline-block;
    }

    #Body h2 {
        font-weight: bold;
        font-size: 36px;
    }

    #Body h3 {
        font-weight: normal;
        font-size: 28px;
    }

    #Body .contact-button-wrapper {
        width: 100%;
        text-align: center;
        padding-top: 40px;
    }

        #Body .contact-button-wrapper a {
            display: inline-block;
            padding: 20px 40px;
            border: solid 1px #76746c;
            color: #76746c;
            text-decoration: none;
            font-size: 22px;
            line-height: 30px;
        }

            #Body .contact-button-wrapper a:hover {
                font-weight: bold;
                /*border: solid 2px #76746c;*/
            }

    #Body.content-page {
        margin: 30px 0 50px 0;
    }

.slideshow {
    width: 100%;
    display: block;
    height: 636px;
    position: relative;
    overflow: hidden;
}

    .slideshow .slide {
        position: absolute;
        left: 100%;
        top: 0;
        bottom: 0;
        width: inherit;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }

        .slideshow .slide.slide-0 {
            left: 0;
            right: 0;
        }

        .slideshow .slide a {
            display: block;
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
        }

    .slideshow .controls {
        z-index: 999;
        /*border: solid 1px #000;*/
        width: 100%;
        height: 110px;
        position: relative;
    }

        .slideshow .controls .nav {
            display: inline-block;
            height: 110px;
            position: absolute;
            cursor: pointer;
        }

            .slideshow .controls .nav.nav-left {
                left: 10px;
            }

            .slideshow .controls .nav.nav-right {
                right: 10px;
            }

    .slideshow .dots {
        text-align: right;
        position: absolute;
        bottom: 30px;
        height: 20px;
        left: 20px;
        right: 20px;
        z-index: 999;
    }

        .slideshow .dots .dot {
            display: inline-block;
            width: 16px;
            height: 16px;
            border-radius: 10px;
            border: solid 2px #fff;
        }

            .slideshow .dots .dot.active {
                background-color: #fff;
                cursor: not-allowed;
            }

.p1084 img {
    max-width: 50%;
    padding: 0 20px;
}

.contact-form {
}

    .contact-form .btn-default {
        margin: 20px 0;
        border: solid 1px #ced4da;
        padding: 20px 40px;
    }

        .contact-form .btn-default:hover {
            font-weight: bold;
        }

    .contact-form .form-group {
        padding: 10px 0 0 0;
    }

.referenties .referentie-list-items {
    margin: 20px 0;
}

.referenties a.referentie-list-item {
    /*display: block;*/
    margin: 0 0 10px 0;
    border: solid 1px #76746c;
    padding: 10px;
    cursor: pointer;
    text-decoration: none;
    color: #76746c;
    width: 16vh;
    height: 16vh;
    display: inline-block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

    .referenties a.referentie-list-item.active {
        border: solid 4px #76746c;
        cursor: default;
    }

    .referenties a.referentie-list-item:hover {
        border: solid 4px #76746c;
    }

.referenties .referentie-list-item img {
    width: 100%;
}

.referenties a.referentie-list-item span {
    display: block;
    position: absolute;
    text-align: center;
    /*padding: 4px 0 0 0;*/
    color: #fff;
    text-shadow: 0px 0px 4px #000;
    font-weight: bold;
    top: 70%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.referentie-list-item-display-name {
    text-align: center;
}

.referenties .referentie-display {
    /*padding: 20px;*/
}

@media(max-width:1400px) {
    .slideshow, .slideshow .slide {
        height: 564px;
    }
}

@media(max-width:1200px) {
    .slideshow,
    .slideshow .slide {
        height: 474px;
    }
}

@media(max-width:992px) {
    .slideshow,
    .slideshow .slide {
        height: 354px;
    }

    .home-body .col-md-6 .block-list-item a.block-list-item-title {
        font-size: 14px;
    }

    .home-body .col-md-6 .block-list-item .block-list-item-content p {
        font-size: 20px;
        line-height: 28px;
    }

    .home-intro {
        font-size: 20px;
        line-height: 28px;
    }
}


/*

    C O O K I E S

*/

#Footer .footer-cookie-config {
    position: absolute;
    top: -30px;
    right: 0;
    height: 30px;
    background-color: #000;
    padding: 2px 20px 0px 20px;
    border-top-left-radius: 8px;
    /*border-top-right-radius: 8px;*/
}

    #Footer .footer-cookie-config a {
        color: #fff;
    }

.cookie-popup-wrapper {
    position: absolute;
    z-index: 9999999;
    display: block;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

    .cookie-popup-wrapper .cookie-transparent-layer {
        position: absolute;
        z-index: 0;
        display: block;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        opacity: 0.8;
        filter: opacity(80);
        background-color: #000; /*#929291;*/
    }

    .cookie-popup-wrapper .cookie-content-layer {
        position: relative;
        z-index: 0;
        display: block;
        width: 630px;
        max-width: 90vw;
        background-color: #fff;
        margin: 15vh auto;
        max-height: 70vh;
        height: 70vh;
        overflow: hidden;
    }

        .cookie-popup-wrapper .cookie-content-layer .cookie-content-wrapper {
            position: absolute;
            display: block;
            left: 20px;
            bottom: 30px;
            right: 10px;
            top: 30px;
            overflow-y: auto;
        }

        .cookie-popup-wrapper .cookie-content-layer input[type='button'] {
            width: 100%;
            background-color: #009ee3;
            border: solid 1px #929291;
            margin: 10px 0 24px 0;
            color: #fff;
            padding: 10px 18px;
            border-radius: 10px;
            font-size: 18px;
            transition-duration: 0.3s;
            transition-timing-function: ease-in-out;
            font-weight: normal;
        }

            .cookie-popup-wrapper .cookie-content-layer input[type='button'].btn-config,
            .cookie-popup-wrapper .cookie-content-layer input[type='button'].btn-decline {
                background-color: #929291;
            }

            .cookie-popup-wrapper .cookie-content-layer input[type='button']:hover {
                background-color: #009648;
                border-color: #000;
            }

        .cookie-popup-wrapper .cookie-content-layer .col-md-3 {
            text-align: center;
            padding: 6px 0 0 0;
        }

        .cookie-popup-wrapper .cookie-content-layer .cookie-config {
            display: none;
        }

    .cookie-popup-wrapper p,
    .cookie-popup-wrapper ul,
    .cookie-popup-wrapper li {
        font-size: 16px;
        text-shadow: unset;
    }

    .cookie-popup-wrapper h2 {
        font-size: 24px;
        text-shadow: unset;
    }

    .cookie-popup-wrapper h3 {
        font-size: 24px;
        text-shadow: unset;
    }

    .cookie-popup-wrapper h4 {
        font-size: 20px;
        text-shadow: unset;
    }

    .cookie-popup-wrapper .cookie-content-layer a.close {
        display: inline-block;
        position: absolute;
        right: 40px;
        top: 2px;
        text-decoration: none;
        color: #2196F3;
    }

        .cookie-popup-wrapper .cookie-content-layer a.close:hover {
            text-decoration: underline;
            color: #f00;
        }

/*

    S W I T C H

*/
/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
}

    /* Hide default HTML checkbox */
    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: red;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 16px;
        width: 16px;
        left: 2px;
        bottom: 2px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked:disabled + .slider {
    background-color: #929291;
    cursor: not-allowed;
}

input:focus:disabled + .slider {
    box-shadow: 0 0 1px #929291;
    cursor: not-allowed;
}

input:checked + .slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 20px;
}

    .slider.round:before {
        border-radius: 50%;
    }





/* LOGO */
#Header a.logo {
    position: relative;
}

    #Header a.logo img {
        position: absolute;
        display: inline-block;
        max-height: 114px;
        max-width: 160px;
        margin: 4px 0;
        padding:unset;
    }
