﻿@font-face {
    font-family: 'FrutigerLTPro-BoldCn';
    src: url('/fonts/FrutigerLTPro-BoldCn.eot?#iefix') format('embedded-opentype'), url('/fonts/FrutigerLTPro-BoldCn.otf') format('opentype'), url('/fonts/FrutigerLTPro-BoldCn.woff') format('woff'), url('/fonts/FrutigerLTPro-BoldCn.ttf') format('truetype'), url('/fonts/FrutigerLTPro-BoldCn.svg#FrutigerLTPro-BoldCn') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FrutigerLTPro-LightCn';
    src: url('/fonts/FrutigerLTPro-LightCn.eot?#iefix') format('embedded-opentype'), url('/fonts/FrutigerLTPro-LightCn.otf') format('opentype'), url('/fonts/FrutigerLTPro-LightCn.woff') format('woff'), url('/fonts/FrutigerLTPro-LightCn.ttf') format('truetype'), url('/fonts/FrutigerLTPro-LightCn.svg#FrutigerLTPro-LightCn') format('svg');
    font-weight: normal;
    font-style: normal;
}

.fa-times-thin:before {
    content: '\00d7';
    display: inline-block;
    margin: 14px 12px 0 0;
}

.menapy-website .body ::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.menapy-website .body ::-webkit-scrollbar-button {
    width: 0px;
    height: 6px;
}

.menapy-website .body ::-webkit-scrollbar-thumb {
    background: #9b360f;
    border: 0px none #ffffff;
    border-radius: 0px;
}

    .menapy-website .body ::-webkit-scrollbar-thumb:hover {
        background: #9b360f;
    }

    .menapy-website .body ::-webkit-scrollbar-thumb:active {
        background: #9b360f;
    }

.menapy-website .body ::-webkit-scrollbar-track {
    background: #ffffff;
    border: 0px none #ffffff;
    border-radius: 48px;
}

    .menapy-website .body ::-webkit-scrollbar-track:hover {
        background: #ffffff;
    }

    .menapy-website .body ::-webkit-scrollbar-track:active {
        background: #ffffff;
    }

.menapy-website .body ::-webkit-scrollbar-corner {
    background: transparent;
}

body {
    font-family: 'FrutigerLTPro-LightCn', 'Helvetica Neue',Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    color: #706f6f;
    font-size: 18px;
}

strong {
    font-family: 'FrutigerLTPro-BoldCn', 'Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight: bold;
}

h1 {
    font-size: 36px;
    letter-spacing: 1px;
    line-height: 38px;
}

h2 {
    font-size: 30px;
    line-height: 32px;
}

h3 {
    font-size: 26px;
    line-height: 28px;
}

h4 {
    font-size: 23px;
    line-height: 25px;
}

h5 {
    font-size: 20px;
    line-height: 22px;
}

h6 {
    font-size: 18px;
    line-height: 20px;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    color: #e04b11;
    font-weight: normal;
    /*overflow: hidden;*/
}

p .highlight {
    font-family: 'FrutigerLTPro-BoldCn', 'Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight: bold;
    font-size: 20px;
    color: #e04b11;
}

.menapy-website {
    min-width: 320px;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
}

@media (min-width:1920px) {
    .menapy-website {
        width: 1920px;
        margin: 0 auto;
        left: auto;
        right: auto;
    }
}

.umb-grid img {
    max-width: 100%;
}

/* HEADER */
.menapy-website .header {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    /*overflow: hidden;*/
    height: 85px;
    z-index: 1000;
}

    .menapy-website .header .header-wrapper {
        /*width: 1270px;*/
        margin: 0 auto;
        padding: 0 50px;
    }

        .menapy-website .header .header-wrapper .logo {
            width: 240px;
            display: inline-block;
            float: left;
            /*margin-left: -20px;*/
            padding-top: 10px;
        }


        /*  NAVIGATION */

        .menapy-website .header .header-wrapper .top-navigation {
            float: right;
            /*width: 775px;*/
            /*width: 820px;*/
            text-align: right;
            padding-top: 40px;
            font-size: 14px;
            line-height: 16px;
            height: 85px;
            background-color: #fff;
        }

            .menapy-website .header .header-wrapper .top-navigation ul, .menapy-website .header .header-wrapper .top-navigation ul li {
                list-style-type: none;
                padding: 0;
                margin: 0;
                display: inline-block;
                height: 35px;
            }

                .menapy-website .header .header-wrapper .top-navigation ul li {
                    /* margin-left: 40px;*/
                    text-align: center;
                    display: block;
                    float: left;
                    padding: 0 20px;
                    height: 45px;
                }

                    .menapy-website .header .header-wrapper .top-navigation ul li:hover {
                        border-bottom: solid 6px #706f6f;
                    }

                    .menapy-website .header .header-wrapper .top-navigation ul li.language:hover,
                    .menapy-website .header .header-wrapper .top-navigation ul li.linkedin:hover {
                        border: none;
                    }

                    .menapy-website .header .header-wrapper .top-navigation ul li.active {
                        border-bottom: solid 6px #9b360f;
                    }

                    .menapy-website .header .header-wrapper .top-navigation ul li a {
                        text-decoration: none;
                        text-transform: uppercase;
                        display: inline-block;
                        height: 45px;
                        color: #706f6f;
                        letter-spacing: 2px;
                        /*min-width: 100px;*/
                    }

                        .menapy-website .header .header-wrapper .top-navigation ul li a:hover {
                            text-decoration: none;
                            color: #e04b11;
                            /*border-bottom: solid 6px #9b360f;*/
                            border-bottom: solid 6px #706f6f;
                        }

                        .menapy-website .header .header-wrapper .top-navigation ul li a.active {
                            font-weight: bold;
                            font-family: 'FrutigerLTPro-BoldCn', 'Helvetica Neue',Helvetica,Arial,sans-serif;
                            color: #e04b11;
                            border-bottom: solid 6px #9b360f;
                        }


                    .menapy-website .header .header-wrapper .top-navigation ul li.language a,
                    .menapy-website .header .header-wrapper .top-navigation ul li.linkedin a {
                        min-width: 20px;
                        width: auto;
                    }

                    .menapy-website .header .header-wrapper .top-navigation ul li.language {
                        padding-left: 60px;
                        display: inline-block;
                        height: 38px;
                        min-width: 20px;
                        width: auto;

                        display:none;
                    }

                    .menapy-website .header .header-wrapper .top-navigation ul li.linkedin {
                        /*padding-left: 15px;*/
                        padding: 0 0 0 15px;
                        margin-top: -10px;
                        font-size: 14px;
                        min-width: 20px;
                        width: auto;
                    }

                        .menapy-website .header .header-wrapper .top-navigation ul li.language a:hover,
                        .menapy-website .header .header-wrapper .top-navigation ul li.linkedin a:hover {
                            border: none;
                        }

                        .menapy-website .header .header-wrapper .top-navigation ul li.linkedin a i.fa-linkedin {
                            line-height: 34px;
                            font-size: 14px;
                        }


        .menapy-website .header .header-wrapper .sub-navigation {
            display: none;
            z-index: 1002;
            position: absolute;
            top: 85px;
            right: 50px;
            left: 0;
            width: 100%;
            text-align: center;
            font-size: 14px;
            line-height: 16px;
            background-color: #ffffff;
            height: 55px;
            -webkit-box-shadow: inset 0px 25px 30px -29px rgba(0,0,0,0.91);
            -moz-box-shadow: inset 0px 25px 30px -29px rgba(0,0,0,0.91);
            box-shadow: inset 0px 25px 30px -29px rgba(0,0,0,0.91);
            opacity: 0.75;
            filter: alpha(opacity=75);
            padding-right: 50px;
        }

            .menapy-website .header .header-wrapper .sub-navigation ul, .menapy-website .header .header-wrapper .sub-navigation ul li {
                list-style-type: none;
                padding: 0;
                margin: 0;
                display: inline-block;
            }

            .menapy-website .header .header-wrapper .sub-navigation ul {
                margin-top: 22px;
                padding-right: 10px;
                /*width: 775px;*/
                float: right;
            }

                .menapy-website .header .header-wrapper .sub-navigation ul li {
                    /*padding-left: 45px;*/
                    padding-right: 45px;
                    height: 34px;
                }

                    .menapy-website .header .header-wrapper .sub-navigation ul li:hover {
                        border: 0;
                    }

                    .menapy-website .header .header-wrapper .sub-navigation ul li a {
                        text-decoration: none;
                        text-transform: uppercase;
                        display: inline-block;
                        color: #706f6f;
                        font-size: 14px;
                        height: 34px;
                    }

                        .menapy-website .header .header-wrapper .sub-navigation ul li a:before {
                        }

                        .menapy-website .header .header-wrapper .sub-navigation ul li a:hover {
                            text-decoration: none;
                            color: #e04b11;
                        }

                        .menapy-website .header .header-wrapper .sub-navigation ul li a.active {
                            font-weight: bold;
                            font-family: 'FrutigerLTPro-BoldCn', 'Helvetica Neue',Helvetica,Arial,sans-serif;
                            color: #e04b11;
                        }

                        .menapy-website .header .header-wrapper .sub-navigation ul li a i.fa-circle,
                        .menapy-website .header .header-wrapper .sub-navigation ul li a i.fa-circle-o {
                            font-size: 10px;
                        }



                .menapy-website .header .header-wrapper .sub-navigation ul.sub-navigation-menu {
                    display: none;
                }

            .menapy-website .header .header-wrapper .sub-navigation .sub-navigation-menu.locked-open,
            .menapy-website .header .header-wrapper .sub-navigation.locked-open {
                /*display: block;*/
                display: none;
            }





/* BODY */
.menapy-website .body {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 100px;
    bottom: 50px;
    left: 50px;
    right: 50px;
    overflow: hidden;
    z-index: 900;
    min-height: 600px;
}

    .menapy-website .body .home-body-wrapper {
        padding: 0;
        margin: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        overflow: hidden;
        background-color: #ffffff;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        -webkit-transition: all 1.5s ease;
        -moz-transition: all 1.5s ease;
        -o-transition: all 1.5s ease;
        transition: all 1.5s ease;
        /* margin-top:-200px;
        margin-bottom:200px; */
    }

    .menapy-website .body .mobile-header-title {
        display: none;
        /*display: block;*/
        margin: 10px;
        font-weight: bold;
        color: #fff;
        text-shadow: 1px 1px #9b360f;
    }

    .menapy-website .body .home-body-wrapper.show-home-content {
        top: -95vh;
        bottom: 100vh;
        top: -95%;
        bottom: 100%;
        /* top: -100%;
                bottom:100%;
                top: -100vh;
                bottom: 100vh;*/
    }

    .menapy-website .body .home-body-wrapper img.menapy-overlay {
        /*display: block;*/
        display:none;
        position: absolute;
        width: 95%;
        bottom: 0px;
        right: 36px;
    }

    .menapy-website .body .home-body-content {
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        bottom: -100%;
        overflow-y: auto;
        /*padding: 30px 0;*/
        -webkit-transition: all 1.5s ease;
        -moz-transition: all 1.5s ease;
        -o-transition: all 1.5s ease;
        transition: all 1.5s ease;
        /* margin-top:-200px;
        margin-bottom:200px; */
    }

        .menapy-website .body .home-body-content.show-home-content {
            top: 0px;
            bottom: 0;
        }



    .menapy-website .body .body-content {
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 0px;
        bottom: 0;
        overflow-y: auto;
        padding: 0;
    }

        .menapy-website .body .body-content .grid-content {
            /*padding-top: 50px;*/
        }

            .menapy-website .body .body-content .grid-content div {
                overflow: hidden;
            }

            .menapy-website .body .body-content .grid-content .container {
                padding-top: 50px;
            }

        .menapy-website .body .body-content .content-spacer {
            padding-top: 10px;
        }

        .menapy-website .body .body-content .header-image {
            max-height: 500px;
            height: 500px;
            overflow-y: hidden;
            background-position: center center;
            background-repeat: no-repeat;
            background-size: cover;
            position: relative;
        }

            .menapy-website .body .body-content .header-image img {
                /*margin: -25% 0 0 0;
                display: block;*/
            }

    .menapy-website .body img.menapy-overlay {
        /*display: inline-block;*/
        display:none;
        position: absolute;
        left: auto;
        right: auto;
        top: auto;
        bottom: 0;
        max-height: 490px;
        right: 0;
    }






/* FOOTER */
.menapy-website .footer {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 50px;
    z-index: 1000;
}

    .menapy-website .footer .footer-wrapper {
        /*width: 1270px;*/
        margin: 10px auto 0 auto;
        padding: 0 50px;
        text-align:right;
    }

        .menapy-website .footer .footer-wrapper img {
            display: inline-block;
            max-height: 35px;
        }

            .menapy-website .footer .footer-wrapper img.flanders {
                float: left;
            }

            .menapy-website .footer .footer-wrapper img.future-proof-energy {
                float: right;
                padding-top: 5px;
            }


    .menapy-website .footer .btn-show-content {
        text-align: center;
        width: 30px;
        height: 30px;
        margin: -30px auto 0 auto;
        display: none;
    }

        .menapy-website .footer .btn-show-content a {
            color: #706f6f;
            font-size: 14px;
        }

            .menapy-website .footer .btn-show-content a:hover {
                color: #e04b11;
            }

















.menapy-website .header .header-wrapper .hamburger-menu-button {
    font-size: 40px;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 10px;
    top: 12px;
    display: none;
}



.menapy-website .header .header-wrapper .mobile-navigation {
    display: none;
    position: absolute;
    clear: both;
    width: 320px;
    min-height: 300px;
    background-color: #fff;
    right: 0;
    /*top: 85px;*/
    top: 85px;
    padding: 20px;
    z-index: 3000;
    overflow-x: hidden;
    overflow-y: auto;
    /* opacity: 0.95;
    filter: alpha(opacity=95);*/
}

    .menapy-website .header .header-wrapper .mobile-navigation ul,
    .menapy-website .header .header-wrapper .mobile-navigation ul li {
        list-style-type: none;
        margin: 3px 0;
        padding: 0;
    }

        .menapy-website .header .header-wrapper .mobile-navigation ul li {
            margin: 10px 0 10px 0;
        }

            .menapy-website .header .header-wrapper .mobile-navigation ul li a {
                color: #706f6f;
                font-size: 30px;
                text-transform: uppercase;
            }

                .menapy-website .header .header-wrapper .mobile-navigation ul li a.active {
                    font-weight: bold;
                    color: #e04b11;
                }

            .menapy-website .header .header-wrapper .mobile-navigation ul li ul {
                margin-left: 10px;
            }

            .menapy-website .header .header-wrapper .mobile-navigation ul li.language {
                text-align: right;
                margin-left: 20px;

                /*display:none;*/
            }

            .menapy-website .header .header-wrapper .mobile-navigation ul li.language a.other-language {
                display:none;
            }

                .menapy-website .header .header-wrapper .mobile-navigation ul li.language a {
                    font-size: 20px;
                    margin: 0 16px 0 30px;
                }

                .menapy-website .header .header-wrapper .mobile-navigation ul li.language span {
                    font-size: 14px;
                }


            .menapy-website .header .header-wrapper .mobile-navigation ul li.mobile-sub-navigation-item {
                list-style-type: circle;
                margin-left: 17px;
                font-size: 30px;
            }

                .menapy-website .header .header-wrapper .mobile-navigation ul li.mobile-sub-navigation-item i {
                    font-size: 12px;
                    padding-bottom: 5px;
                    display: none;
                }

.menapy-website .header .header-wrapper .hamburger-menu-button a {
    font-size: 30px;
    color: #706f6f;
}

    .menapy-website .header .header-wrapper .hamburger-menu-button a:hover {
        color: #e04b11;
    }

@media (min-width:1000px) {
    .menapy-website .header .header-wrapper .mobile-navigation {
        display: none;
    }
}


















/* RESPONSIVE - DESKTOP RESOLUTIONS */



@media (max-width:1250px) {
    .menapy-website .header .header-wrapper .top-navigation {
        /*width: 100%;*/
    }

    .menapy-website .header .header-wrapper .sub-navigation {
        top: 152px;
    }

    .menapy-website .body .home-body-content.show-home-content {
        /*top: 100px;*/
    }

    .container {
        width: 750px;
    }
}

@media (max-width:1150px) {
    .menapy-website .header .header-wrapper .sub-navigation ul li {
        padding-right: 15px;
    }
}


/* RESPONSIVE - MOBILE RESOLUTIONS */

@media (max-width:1235px) {
    .menapy-website .header .header-wrapper .top-navigation {
        display: none;
    }

        .menapy-website .header .header-wrapper .top-navigation ul, .menapy-website .header .header-wrapper .hamburger-menu-button {
            display: block;
        }
}

@media (max-width:1150px) {

    .menapy-website .body img.menapy-overlay {
        max-height: 220px;
        width: auto;
        right: 20px;
    }

    .umb-grid img {
        padding: 15px 0px;
    }

    .umb-grid h1 img, .umb-grid h2 img {
        padding: 0px;
    }

    p.caption {
        margin-top: -12px;
    }

    .menapy-website .body .mobile-header-title {
        display: none;
    }



    .menapy-website .body .body-content .grid-content {
        padding: 50px 20px;
    }

        .menapy-website .body .body-content .grid-content .container {
            padding: 0;
        }

    .container {
        width: auto;
    }

    .menapy-website .footer {
        z-index: 0;
    }

        .menapy-website .footer .btn-show-content {
            /*display: none;*/
        }

    .menapy-website .header {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
    }

        .menapy-website .header .header-wrapper {
            position: relative;
            height: auto;
        }



    .menapy-website {
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        position: relative;
        /*overflow: hidden;*/
        overflow:visible;
    }

        .menapy-website .body {
            position: relative;
            left: auto;
            right: auto;
            top: auto;
            bottom: auto;
            overflow: visible;
            height: auto;
        }

            .menapy-website .body .home-body-wrapper {
                position: relative;
                left: auto;
                right: auto;
                top: auto;
                bottom: auto;
                overflow: auto;
                -webkit-transition: none;
                -moz-transition: none;
                -o-transition: none;
                transition: none;
                height: 250px;
            }

                .menapy-website .body .home-body-wrapper img.menapy-overlay {
                    display: inline-block;
                    position: absolute;
                    left: auto;
                    right: auto;
                    top: auto;
                    bottom: 0;
                }

        .menapy-website .footer .footer-wrapper {
            padding: 0 15px;
        }

        /*.menapy-website .footer .footer-wrapper img {
                display: inline-block;
                max-width: 100%;
                float: left;
            }*/

        .menapy-website .footer {
            position: relative;
            left: auto;
            right: auto;
            top: auto;
            bottom: auto;
            height: auto;
            height: 50px;
            padding-top: 20px;
        }

        .menapy-website .body .home-body-wrapper.show-home-content {
            left: auto;
            right: auto;
            top: auto;
            bottom: auto;
        }

        .menapy-website .body .home-body-content {
            position: relative;
            overflow: auto;
            left: auto;
            right: auto;
            top: auto;
            bottom: auto;
            height: auto;
            overflow: visible;
            -webkit-transition: none;
            -moz-transition: none;
            -o-transition: none;
            transition: none;
        }

        .menapy-website .body .body-content {
            position: relative;
            overflow: auto;
            left: auto;
            right: auto;
            top: auto;
            bottom: auto;
            height: auto;
            overflow: visible;
        }

            .menapy-website .body .body-content .header-image {
                height: 250px;
                max-height: 250px;
            }

            .menapy-website .body .body-content .grid-content {
                padding: 30px 15px;
            }



        .menapy-website .header .header-wrapper .mobile-navigation ul li a {
            color: #706f6f;
        }
}

@media(max-width:850px) {
    .menapy-website .footer .btn-show-content {
        position: absolute;
        bottom: 5px;
        width: 100%;
        height: 50px;
    }
}

@media(max-width:650px) {
    .menapy-website .body img.menapy-overlay {
        max-height: 200px;
        width: auto;
        right: 8px;
    }
}

@media (max-width:400px) {
    .menapy-website {
    }

        .menapy-website .header .header-wrapper {
            padding: 0;
        }

            .menapy-website .header .header-wrapper .logo {
                width: 50%;
                margin-left: 10px;
            }

                .menapy-website .header .header-wrapper .logo img {
                    width: 100%;
                }

        .menapy-website .body .body-content .header-image {
            height: 250px;
            max-height: 250px;
        }

        .menapy-website .body .body-content .grid-content {
            padding-top: 20px;
        }


        .menapy-website .header .header-wrapper .hamburger-menu-button a {
            font-size: 20px;
        }

        .menapy-website .header .header-wrapper .hamburger-menu-button {
            top: 0px;
        }

    .FloatRight {
        float: none;
        width: 100%;
        margin: 0;
        display: block;
    }

        .FloatRight img {
            width: 100%;
            height: auto;
            padding: 5px 0;
        }
}









/* 
     
     FEEDBACK KLANT 
     - TTIELS ZIJN TE GROOT OP MOBIELE TOESTELLEN
     - MAXIMUM EEN 10-TAL WOORDEN PER TEKSTREGEL


 */
@media(max-width:600px) {
    h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 26px;
    }

    h3 {
        font-size: 24px;
    }

    h4 {
        font-size: 22px;
    }

    h5 {
        font-size: 20px;
    }

    h6 {
        font-size: 18px;
    }

    p {
        font-size: 18px;
    }

        p .highlight {
            font-size: 20px;
        }

    .menapy-website .body .body-content .grid-content .container {
        max-width: 400px;
    }
}














/* RESPNSIVE HEIGHT FIX */
@media(max-height:750px ) {
    .menapy-website .body {
        min-height: 500px;
    }
}

@media(max-height:650px ) {
    .menapy-website .body {
        min-height: 400px;
    }
}

@media(max-height:550px ) {
    .menapy-website .body {
        min-height: 300px;
    }
}

@media(max-height:450px ) {
    .menapy-website .body {
        min-height: 200px;
    }
}

@media(max-height:350px ) {
    .menapy-website .body {
        min-height: 100px;
    }
}











/* 
    NEW LOGO - RESPONSIVE
*/
.menapy-website .header .header-wrapper .logo img {
    /*width:100%;*/
    max-height:60px;
}

@media (min-width:300px) {
    .menapy-website .header .header-wrapper .logo {
        width:215px;
        margin-top:0px;
    }
}

@media (min-width:500px) {
    .menapy-website .header .header-wrapper .logo {
        width:360px;
        margin-top:0px;
    }
}

@media (min-width:1150px) {
    .menapy-website .header .header-wrapper .logo {
        width: 525px;
        margin-top: 13px;
    }
}

@media (min-width:1400px) {
    .menapy-website .header .header-wrapper .logo {
        width:525px;
        margin-top:13px;
    }
}

@media (min-width:1690px) {
    .menapy-website .header .header-wrapper .logo {
        width:615px;
        margin-top:20px;
    }    
}