/* ====================== LAYOUT SECTION ====================== */
html {
scroll-behavior: smooth;   
}

body {
margin: 0;
padding: 0;
overflow-x: hidden;
font-family: Century Gothic, Verdana, georgia;
font-size: 16px;
color: #727272;
min-width: 275px;
}

.BGImg {
background-image: url('Images/Home/FullBG.png');
position: fixed;
background-size: auto;
background-repeat: no-repeat;
background-position-y: bottom;
height: 100vh;
width: 100vw;
z-index: -1; 
}

#container {
max-width: 1200px;
width: 100%;
margin-left: auto;
margin-right: auto;
overflow: hidden;
border-top: 2px solid #727272;
box-sizing: initial;
}

@media screen and (min-width: 1950px) and (min-height: 1100px) {    /* 2K RES. AND HIGHER */
#container {
max-width: 65vw;
}
}

/* ====================== FORMAT TEXT ========================== */

.contentHeader {            /* TEXT HEADER BACKGROUND */
line-height: 10vh;
vertical-align: middle;
margin-bottom: 2vh;
box-sizing: initial;
}

@media screen and (max-width: 500px) { 
.contentHeader {
margin-bottom: 40px;
}
}

.contentHeaderPP {            /* TEXT HEADER BACKGROUND PRIVACY POLICY */
line-height: 10vh;
vertical-align: middle;
margin-bottom: 2vh;
padding: 0 30px 0 50px;
box-sizing: initial;
}

@media screen and (max-width: 755px) {          /* WITHOUT SPACES */
.contentHeaderPP {             
padding-left: 20px;
padding-right: 7px;
}
}

/* TEXT HEADERS */
h1 {
    position: relative;
    font-size: 30px;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    text-shadow: 1px 1px 15px white;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    color: #24c925;
    text-align: left;
    box-sizing: initial;
}

h2, h3 {
display: none;
}

/* HDWW TEXT HEADERS */
@media screen and (max-width: 413px) {
    h2 {
        position: relative;
        font-size: 25px;
        font-weight: bold;
        display: inline-block;
        vertical-align: middle;
        text-shadow: 1px 1px 15px white;
        margin: 0;
        padding: 0;
        text-transform: uppercase;
        color: #24c925;
        text-align: left;
        box-sizing: initial;
    }

/* HDWW TEXT HEADERS */
    h3 {
        position: relative;
        font-size: 23px;
        font-weight: bold;
        display: inline-block;
        vertical-align: middle;
        text-shadow: 1px 1px 15px white;
        margin: 0;
        padding: 0;
        text-transform: uppercase;
        color: #24c925;
        text-align: left;
        box-sizing: initial;
    }

h1 {
display: none;
}
}

/* PRIVACY POLICY H TEXT */
h5 {
    position: relative;
    font-size: 30px;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    text-shadow: 1px 1px 15px white;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    color: #24c925;
    text-align: left;
    box-sizing: initial;
}

@media screen and (max-width: 755px) { 
h5 {
font-size: 25px;
}
}

h4 {
position: relative;
margin: 0;
padding: 0 30px 0 50px; /*Top,Right,Bottom,Left*/
font-size: 18px;
font-weight: normal;
line-height: 1.5em;
text-shadow: 1px 1px 15px white;
max-width: 1120px;
overflow: auto;
clear: both;
box-sizing: initial;
}

/* MAIN TEXT */
p {                        
position: relative;
margin: 0;
padding: 0 30px 0 50px; /*Top,Right,Bottom,Left*/
font-size: 16px;
font-weight: normal;
line-height: 1.5em;
text-shadow: 1px 1px 15px white;
max-width: 1120px;
overflow: auto;
clear: both;
box-sizing: initial;
}

/* HDWW SUB-TEXT */
.p1 {                        
position: relative;
padding: 0 0 0 7px; /*Top,Right,Bottom,Left*/
height: 50px;
vertical-align: middle;
font-size: 16px;
font-weight: normal;
text-shadow: 1px 1px 15px white;
display: table-cell;
box-sizing: initial;
}

/* PORTFOLIO TEXT IN LIGHTBOX */
.p2 {                      
position: relative;
padding: 0;
line-height: 40px;
width: 90%;
align-items: center;
text-align: center;
font-size: 18px;
font-weight: bold;
font-style: italic;
text-shadow: none;
overflow: hidden;
}

/* HIGHLIGHT */
.highlight { 
color: #24c925;
font-size: 105%;
box-sizing: initial;
}

/* ORDERED LIST (ol) PRIVACY POLICY */
ol {
margin: 0;
padding: 0 30px 0 70px; /*Top,Right,Bottom,Left*/
}

@media screen and (max-width: 755px) {          /* WITHOUT SPACES */
ol {             
padding-left: 20px;
padding-right: 7px;
}
}

.aboutTextBox {
margin: 0;
padding: 0 0 30px 0;
}

.PrivacyPolTxt {
margin: 0;
padding: 0 0 20vh 0;
}

.companyText {
position: relative;
margin: 0;
padding: 3vh 0 1vh 0; /*Top,Right,Bottom,Left*/
text-align: center;
font-size: 16px;
font-weight: bold;
line-height: 1.5em;
text-shadow: 1px 1px 15px white;
max-width: 1200px;
overflow: auto;
box-sizing: initial;
}

/* TEXT FOOTER */
h6 {
    position: relative;
    padding: 0;
    font-size: 12px;
    width: 100%;
    text-align: center;
    line-height: 1.5em;
    font-weight: normal;
    color: #727272;
    box-sizing: initial;
}

@media screen and (max-width: 405px) {          /* WITHOUT SPACES */
h6 {                                            /* FOOTER TEXT */              
font-size: 11px;
}
}

@media screen and (max-width: 755px) {          /* WITHOUT SPACES */
p, .p1, .companyText, h4 {                          /* MAIN TEXT */              
padding-left: 7px;
padding-right: 7px;
}
}

@media screen and (max-width: 500px) {          /* WITHOUT SPACES */
p, .p1, .companyText {                          /* MAIN TEXT */
font-size: 14px;
line-height: 1.3em;
}
}

@media screen and (min-width: 501px) and (max-width: 690px) {   /* WITHOUT SPACES */
.p1 {                                                           /* HDWW TEXT */
padding: 0;
padding-left: 7px;
height: 92px;
}
}

@media screen and (min-width: 1950px) and (min-height: 1100px) {    /* 2K RES. AND HIGHER */
h4, p, .companyText {
max-width: 92vw;
}
}

/* ====================== IMAGE SECTION ====================== */

.imageY {
opacity: 1;
display: initial;
position:absolute;
width: 100vw; 
bottom: 0;
z-index: 4;
}

.imageY-Small {
opacity: 0;
position: absolute;
}

.imageL {
position: relative;
left: 50%;
width: 26%;
max-width: 350px;
transform: translateX(-50%);
top: 5vh;
}

@media screen and (max-width: 1350px) {
.imageL {
top: 3vh;
}
} 

@media screen and (max-width: 850px) {
.imageY {
opacity: 0;
}

.imageY-Small {
opacity: 1;
position: absolute;
width: 100vw;
bottom: 0;
z-index: 4;
}
}

    /* Phone */
    @media screen and (max-width: 620px) {
        .imageL {
            position: absolute;
            width: 60%;
            margin: 0;
            left: 50%;
            -o-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
        }

        .imageL {
            top: 15vh;
        }
    }

    .imageLogo {
        margin: 0;
        padding-top: 1vh;
        padding-left: 13px;
        height: 8vh;
        float: left;
        box-sizing: initial;
    }

    .Icons {
        position: relative;
        margin-left: 50px;
        margin-right: 20px;
        height: 10vh;
        float: left;
        box-sizing: initial;
    }

    @media screen and (max-width: 755px) { /* WITHOUT SPACES */
        .Icons {
            margin-left: 0;
            padding-left: 7px;
        }
    }

    .companyLogo { /* PC */
        margin: 10px 0;
        padding: 0;
        position: relative;
        text-align: center;
        box-sizing: initial;
    }

        .companyLogo ul { /* navigation buttons */
            list-style-type: none; /* = bullet points weg */
            margin: 0;
            padding: 0;
            box-sizing: initial;
        }

            .companyLogo ul li { /* li = list elements */
                display: inline; /* = display blocks inline (instead of top-down) */
                box-sizing: initial;
            }

                .companyLogo ul li a { /* a = anker elements = clickable area */
                    margin: 0;
                    padding: 0;
                    box-sizing: initial;
                }

                    .companyLogo ul li a img { /* PC */
                        margin: 0;
                        padding: 0;
                        padding-left: 3%;
                        padding-right: 3%;
                        width: 10%;
                        box-sizing: initial;
                    }

    @media screen and (max-width: 900px) { /* PC */
        .companyLogo ul li a img {
            width: 12%;
        }
    }

    @media screen and (max-width: 755px) { /* Phone Group 2 & 3 and Tablet Group 5 */
        .companyLogo ul li a img {
            padding-left: 6%;
            padding-right: 6%;
            width: 25%;
        }
    }

    @media screen and (max-width: 349px) { /* Phone Group 1 */
        .companyLogo ul li a img {
            padding-left: 10%;
            padding-right: 10%;
        }
    }

    /* ====================== HOME SECTION ====================== */

    .contentHome {
        margin: 0;
        padding: 12vh 0 0 0;
        height: 100vh;
        width: 100%;
        box-sizing: border-box;
    }

    .home-background {
        display: block;
        margin: 0;
        padding: 0;
        height: 87vh;
        width: 100%;
        box-sizing: border-box;
    }

    .sloganHome {
        display: block;
        position: absolute;
        width: 90%;
        top: 45%;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
        color: #24c925;
        text-shadow: 1px 1px 15px white;
        text-transform: capitalize;
        font-weight: bold;
        font-style: italic;
        box-sizing: initial;
    }

    @media screen and (min-width: 650px) and (max-width: 850px) {
        .sloganHome {
            top: 40%;
        }
    }

    @media screen and (min-width: 1200px) { /* PC */
        .sloganHome {
            font-size: 22px;
        }
    }

    @media screen and (min-width: 1350px) { /* PC */
        .sloganHome {
            top: 40%;
        }
    }

    /* ====================== HEADER SECTION ====================== */

#header-mask {
    -webkit-mask-image: linear-gradient(black 9vh, transparent);
    mask-image: linear-gradient(black 9vh, transparent);
    position: fixed;
    top: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 5;
    height: 12vh;
    width: 100vw;
    box-sizing: initial;
}

.BGImg-hdr {
    background-image: url('Images/Home/FullBG.png');
    position: fixed;
    background-size: auto;
    background-repeat: no-repeat;
    background-position-y: bottom;
    height: 100vh;
    width: 100vw;
    clip-path: inset(0% 0% 88% 0%);     /*NEWER FUNCTION OF CLIP*/
    clip: rect(0,100vw,12vh,0);         /*WILL BE REPLACED BY CLIP-PATH*/
}

#header-fixed {
    position: fixed;
    top: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 10;
    width: 100%;
    max-width: 1200px;
    height: 10vh;
    border-bottom: 2px solid #727272;
    box-sizing: initial;
}

@media screen and (min-width: 1950px) and (min-height: 1100px) {    /* 2K RES. AND HIGHER */
#header-mask, #header-fixed {
max-width: 65vw;
}
}

    /* ====================== NAVIGATION SECTION ====================== */

    /* ========= LANGUAGE FLAGS SECTION ========= */

    #Flags {
        display: block;
        opacity: 1;
        height: 10vh;
        width: 300px;
        margin-left: 15px;
        float: left;
        position: fixed;
        -webkit-transition: opacity 1s ease 0s, display 1s ease 0s;
        -moz-transition: all 1s ease 0s;
        -o-transition: all 1s ease 0s;
        transition: all 1s ease 0s;
        box-sizing: initial;
    }

    @media screen and (min-width: 755px) {
        #Flags {
            z-index: 10;
        }
    }


    #Flags a {
        margin: 0;
        padding: 0;
        transition: border-bottom 0.3s ease;
        box-sizing: initial;
    }

        #Flags a:hover {
            border-bottom: 0.5vh solid #24c925;
            padding-bottom: 2.5vh;
        }

    #FlagUK, #FlagNL, #FlagBR {
        display: inline-block;
        height: 6vh;
        transform: translateY(40%);
        margin-left: 5px;
        margin-right: 5px;
    }

    @media screen and (max-width: 400px) {
        #FlagUK, #FlagNL, #FlagBR {
            height: 5vh;
            transform: translateY(50%);
        }
    }

    /* ========= LOGO SECTION ========= */
    #navLogo {
        display: none;
        opacity: 0;
        height: 10vh;
        margin: 0;
        z-index: 5;
        float: left;
        clear: left;
        position: fixed;
        -webkit-transition: opacity 1s ease 0s, display 1s ease 0s;
        -moz-transition: all 1s ease 0s;
        -o-transition: all 1s ease 0s;
        transition: all 1s ease 0s;
        box-sizing: initial;
    }

    /* ========= TAGLINE SECTION ========= */
.tagline {
    display: block;
    opacity: 0;
    width: 38%;
    transform: translate(50%, -50%);
    top: 50%;
    position: absolute;
    text-align: center;
    text-transform: capitalize;
    color: #24c925;
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
    text-shadow: 1px 1px 15px white;
    -webkit-transition: opacity 1s ease 0s, display 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    box-sizing: initial;
}

    @media screen and (max-width: 1155px) { /* Ipad pro 1024 */
        .tagline {
            font-size: 13px;
            width: 37%;
        }
    }

    @media screen and (max-width: 1020px) { /* Ipad Gal tab 768-800 */
        .tagline {
            transform: translate(55%, -50%);
            font-size: 11px;
            width: 34%;
        }
    }

    @media screen and (min-width: 756px) and (max-width: 943px) { /* NO SLOGAN! */
        .tagline {
            display: none !important;
        }
    }

@media screen and (min-width: 1950px) and (min-height: 1100px) { /* 2K RES. AND HIGHER */
.tagline {
width: 25vw;
}
}
    /* ========= NAVBAR SECTION ========= */
    #navbar-outer {
        height: 10vh;
        position: relative;
        box-sizing: initial;
    }

    #navbar-outer-PrivPol {
        height: 10vh;
        position: relative;
        box-sizing: initial;
    }

    #navbar-inner {
        height: 10vh;
        position: absolute;
        display: inline-block;
        top: 0;
        margin: 0;
        padding: 0;
        padding-right: 10px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transition: left 1s ease 0s, transform 1s ease 0s;
        -moz-transition: all 1s ease 0s;
        -o-transition: all 1s ease 0s;
        transition: all 1s ease 0s;
        box-sizing: initial;
    }

    #navbar-inner-PrivPol {
        height: 10vh;
        position: absolute;
        display: none;
        top: 0;
        margin: 0;
        padding: 0;
        padding-right: 10px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transition: left 1s ease 0s, transform 1s ease 0s;
        -moz-transition: all 1s ease 0s;
        -o-transition: all 1s ease 0s;
        transition: all 1s ease 0s;
        box-sizing: initial;
    }

        /* ========= navigation buttons -GROOT SCHERM- ========= */
        #navbar-inner ul, #navbar-inner-PrivPol ul {
            list-style-type: none; /* = bullet points weg */
            margin: 0;
            padding: 0;
            box-sizing: initial;
            border: none;
            border-radius: unset;
            position: initial;
        }

        #navbar-outer ul li, #navbar-inner-PrivPol li { /* li = list elements */
            display: table-cell; /* = display blocks inline (instead of top-down) */
            padding: 0;
            padding-left: 5px !important;
            padding-right: 5px !important;
            height: 10vh;
            vertical-align: middle;
            box-sizing: initial;
        }

            #navbar-outer ul li a, #navbar-inner-PrivPol a { /* a = anker elements = clickable area */
                padding: 0;
                padding-left: 10px;
                padding-right: 10px;
                transition: border-bottom 0.3s ease;
                box-sizing: initial;
            }

                #navbar-outer ul li a img, #navbar-inner-PrivPol img {
                    height: 6vh;
                    transform: translateY(10%);
                    vertical-align: initial;
                }

                #navbar-outer ul li a:hover, #navbar-inner-PrivPol a:hover {
                    border-bottom: 0.5vh solid #24c925;
                    padding-bottom: 1vh;
                }

    /* ========= navigation buttons -drop down klein scherm- ========= */
    #navbar-small ul {
        display: none;
        list-style-type: none; /* = bullet points weg */
        margin: 0;
        padding: 44px 5px 7px 5px; /*Top,Right,Bottom,Left*/
        text-align: right;
        font-size: 16px;
        box-sizing: initial;
    }

    .nav-btn toggle {
        display: none;
    }
    /* ========= NO SLOGAN ========= */
    @media screen and (min-width:755px) and (max-width: 1000px) {
        #navbar-inner {
            left: 100% !important;
            transform: translateX(-100%) !important;
        }
    }

    /* ====================== SCREEN SMALLER THAN 755PX ===================== */

    @media screen and (max-width: 755px) {
        #navbackgr {
            display: inline-block;
            height: 10vh;
            box-sizing: initial;
        }

        #navbar-outer {
            display: none !important;
        }

        #navbar-outer-PrivPol {
            margin: auto;
            width: 10vh;
            float: right;
        }

        #navbar-inner ul {
            display: none;
        }

        #navbar-small {
            display: block;
            width: 180px;
            margin-top: 6px;
            margin-right: 4px;
            float: right;
            clear: right;
            box-sizing: initial;
        }

        /* ========= navigation buttons ========= */
        .navbar-small {
            display: none;
            width: 160px;
            float: right;
        }

        #navbar-small ul {
            text-align: left;
            padding: 0;
            overflow: hidden;
            background: rgba(255,255,255,0.8);
            background-image: url(Images/Home/FullBG.png);
            background-attachment: fixed;
            background-size: auto;
            background-repeat: no-repeat;
            background-position-y: bottom;  
            border-top-right-radius: 50%;
            border-bottom-right-radius: 50%;
            border: 8px solid #727272;
        }

            #navbar-small ul li {
                display: block;
                float: right;
                border-bottom: 1px solid #727272;
                box-sizing: initial;
            }

                #navbar-small ul li:last-child {
                    border-bottom: none;
                }

                #navbar-small ul li a {
                    text-decoration: none;
                    padding: 9px 0 1px 5px; /*Top,Right,Bottom,Left*/
                    color: #727272;
                    width: 155px;
                    float: right;
                    box-sizing: initial;
                }

                    #navbar-small ul li a:hover {
                        color: #24c925;
                        background-color: #ccc;
                    }

        .nav-btn-toggle {
            float: right;
            clear: right;
            display: block;
            margin: 0;
            padding: 0;
            height: 10vh;
            width: 10vh;
            text-align: right;
            transform: translate(-0%,-0%);
            cursor: pointer;
            box-sizing: initial;
        }

            .nav-btn-toggle.active {
                background: none;
            }

            .nav-btn-toggle span {
                display: block;
                width: 40px;
                height: 4px;
                border-radius: 2px;
                position: absolute;
                top: 50%;
                right: 50%;
                transform: translate(50%,-50%);
                background: #727272;
                transition: .5s;
                box-shadow: 0 2px 2px rgba(0,0,0,.2);
                box-sizing: initial;
            }

                .nav-btn-toggle span:nth-child(1) {
                    transform: translate(50%,-50%) translateY(-10px);
                    transition: .2s;
                }

                .nav-btn-toggle span:nth-child(4) {
                    transform: translate(50%,-50%) translateY(10px);
                    transition: .2s;
                }

            .nav-btn-toggle.active span:nth-child(1) {
                transform: translate(50%,-50%) translateY(-24px);
                opacity: 0;
            }

            .nav-btn-toggle.active span:nth-child(4) {
                transform: translate(50%,-50%) translateY(24px);
                opacity: 0;
            }

            .nav-btn-toggle.active span:nth-child(2) {
                transform: translate(50%,-50%) rotate(45deg);
                transition-delay: .2s;
            }

            .nav-btn-toggle.active span:nth-child(3) {
                transform: translate(50%,-50%) rotate(-45deg);
                transition-delay: .2s;
            }

            .nav-btn-toggle:before {
                text-align: right;
            }

        .tagline { /* In center */
            margin: 0;
            padding: 0;
            position: absolute;
            top: 50%;
            left: 55%;
            -o-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            font-size: 12px;
        }
    }

    /* ========= NO SLOGAN ========= */
    @media screen and (max-width: 500px) {
        .tagline {
            display: none !important;
        }
    }

    /* ====================== SECTION BACKGROUNDS ====================== */
    /* Tablet Group 4, 5 & 6 */
    .contentBackgr {
        margin: 0;
        padding: 12vh 0 0 0; /*Top,Right,Bottom,Left*/
        height: 100vh;
        width: 100%;
        border-bottom: 2px solid #727272;
        box-sizing: border-box;
    }

    /* Phone Group 1, 2 & 3 */
    @media screen and (max-width: 755px) {
        .contentBackgr {
            height: auto;
        }
    }

    .contactBackgr {
        margin: 0;
        padding: 12vh 0 0 0; /*Top,Right,Bottom,Left*/
        height: 110vh;
        width: 100%;
        box-sizing: border-box;
    }

    /* Phone Group 1, 2 & 3  */
    @media screen and (max-width: 755px), screen and (max-height: 799px) {
        .contentBackgr, .contactBackgr {
            height: unset;
            padding-bottom: 12vh;
        }
    }

    .PPolBackgr {
        margin: auto;
        padding: 12vh 0 0 0; /*Top,Right,Bottom,Left*/
        width: 100%;
        max-width: 1200px;
        height: auto;
        box-sizing: border-box;
    }

    /* ====================== HDWW SECTION ====================== */
    .box {
        display: table;
        padding-top: 30px;
        box-sizing: initial;
    }

    .box-small {
        display: none;
    }

    .box-row {
        display: table-row;
        box-sizing: initial;
    }

    .box-row1, .box-row2 {
        display: none;
    }

    .box-cell {
        display: table-cell;
        padding-left: 50px;
        vertical-align: middle;
    }

    @media screen and (max-width: 755px) {
        .box-cell {
            padding-left: 7px;
        }
    }

    .box-cell.box1 {
        width: 60px;
        box-sizing: initial;
    }

    .box-cell.box2 {
        margin: 0;
        padding: 0;
        width: 400px;
        vertical-align: middle;
        box-sizing: initial;
    }

    .box-cell.box3 {
        width: 60px;
        box-sizing: initial;
    }

    .box-cell.box4 {
        margin: 0;
        padding: 0;
        width: 550px;
        vertical-align: middle;
        box-sizing: initial;
    }

    @media screen and (min-width: 1950px) and (min-height: 1100px) { /* 2K RES. AND HIGHER */
        .box-cell {
            padding-left: 3vw;
        }

            .box-cell.box1, .box-cell.box3 {
                width: 6vw;
            }

            .box-cell.box2 {
                width: 30vw;
            }

            .box-cell.box4 {
                width: 50vw;
            }
    }

    .hdwwIcons1 {
        display: table-cell;
        height: 50px;
        padding: 0;
        vertical-align: middle;
        box-sizing: initial;
    }

    .hdwwEmptyRow {
        height: 1.6em;
    }

    @media screen and (min-width: 501px) and (max-width: 690px) {
        .hdwwIcons1 {
            padding-top: 21px;
            padding-bottom: 21px;
        }
    }

    /* ====================== HDWW SECTION MAX WIDTH 500 ====================== */

    @media screen and (max-width: 500px) {
        .box-small {
            display: table;
            padding: 30px 0 10px 0;
        }

        .box-row {
            display: none;
        }

        .box-row1, .box-row2 {
            display: table-row;
        }
    }

    /* ====================== PORTFOLIO SECTION ====================== */

    .PFButton-All {
        position: relative;
        margin: 0;
        padding: 1vh 0 3vh 1vw; /*Top,Right,Bottom,Left*/
        text-align: center;
        height: 6vh;
        vertical-align: middle;
        box-sizing: initial;
    }

        .PFButton-All li {
            list-style: none;
            float: left;
            width: 18%;
            padding: 1vh 20px; /*Top-Bottom,Right-Left*/
            color: #727272;
            border: 2px solid #727272;
            margin-right: 10px;
            font-weight: bold;
            cursor: pointer;
        }

    @media screen and (max-width: 755px) {
        .PFButton-All li {
            padding: 1vh 5px; /*Top-Bottom,Right-Left*/
            width: 17%;
        }
    }

    .PFButton-All li:hover, .active {
        background: linear-gradient(to top, rgba(36,201,37,1.0), rgba(255,255,255,.1) 15%);
    }

    @media screen and (max-width: 500px) {
        .PFButton-All {
            display: none;
        }
    }

    .PF-Container {
        padding: 0 30px; /*Top-Bottom,Right-Left*/
        position: relative;
        box-sizing: border-box;
    }

        .PF-Container .box {
            width: 14%;
            height: 10vh;
            position: relative;
            float: left;
            background: none;
            box-sizing: border-box;
            margin: 1vh;
            padding: 0;
        }

    @media screen and (max-width: 1000px) {
        .PF-Container .box {
            width: 22%;
        }
    }  

    @media screen and (max-width: 755px) {
        .PF-Container .box {
            width: 30%;
        }
    }   

    @media screen and (max-width: 600px) {
        .PF-Container .box {
            width: 43%;
        }
    }

.PF-Container .box a { /* a = anker elements = clickable area */
    margin: 0;
    padding: 0;
}

.PF-Container .box img {
    margin: 0;
    padding: 0;
    position: absolute;
    max-height: 11vh;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    border: 2px solid rgba(114,114,114,1.0);
    vertical-align: bottom;
    
    cursor: pointer;
}

        .PF-Container .box img:hover {
            opacity: 0.7;
        }

    /* The Modal (background) */
    .modal {
        display: none;
        position: fixed;
        z-index: 20;
        margin-top: 0;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 0;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(114,114,114,0.9);
        overflow: unset;
    }

    /* Modal Content */
    .modal-content {
        position: absolute;
        background-color: #727272;
        margin: 0;
        padding: 0;
        top: 50%;
        left: 50%;
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 85%;
        max-width: 1060px;
        border-radius: unset;
    }

@media screen and (min-width: 1950px) and (min-height: 1100px) {    /* 2K RES. AND HIGHER */
.modal-content {
max-width: 70vw;
}
}

    /* The Close Button */
.close {
    color: #24c925;
    position: absolute;
    top: 0;
    right: 20px;
    -o-transform: translate(0, -150%);
    -ms-transform: translate(0, -150%);
    -moz-transform: translate(0, -150%);
    -webkit-transform: translate(0, -150%);
    transform: translate(0, -150%);
    padding: 0;
    float: none;
    z-index: 60;
    line-height: unset;
    font-size: 18px;
    font-weight: bold;
    transition: 0.6s ease;
    text-transform: capitalize;
    text-shadow: 2px 2px 10px #727272;
    opacity: 1.0;
}

        .close:hover,
        .close:focus {
            color: #fff;
            text-decoration: none;
            cursor: pointer;
            opacity: 1.0;
        }

    /* Hide the slides by default */
    .mySlides {
        display: none;
    }

    /* Next & previous buttons */
    .prev {
        cursor: pointer;
        position: absolute;
        top: 50%;
        left: 0;
        -o-transform: translate(-175%, -50%);
        -ms-transform: translate(-175%, -50%);
        -moz-transform: translate(-175%, -50%);
        -webkit-transform: translate(-175%, -50%);
        transform: translate(-175%, -50%);
        text-shadow: 2px 2px 10px #727272;
        color: #ffffff;
        font-weight: 500;
        font-size: 30px;
        transition: 0.6s ease;
        border-radius: 0 3px 3px 0;
        -webkit-user-select: none;
        -ms-user-select: none;
        -moz-user-select: none;
        user-select: none;
    }

    .next {
        cursor: pointer;
        position: absolute;
        top: 50%;
        right: 0;
        -o-transform: translate(175%, -50%);
        -ms-transform: translate(175%, -50%);
        -moz-transform: translate(175%, -50%);
        -webkit-transform: translate(175%, -50%);
        transform: translate(175%, -50%);
        text-shadow: 2px 2px 10px #727272;
        color: #ffffff;
        font-weight: 500;
        font-size: 30px;
        transition: 0.6s ease;
        border-radius: 0 3px 3px 0;
        -webkit-user-select: none;
        -ms-user-select: none;
        -moz-user-select: none;
        user-select: none;
    }

        .prev:hover,
        .next:hover {
            color: #24c925;
            text-decoration: none;
        }

    /* Number text (1/3 etc) */
    .numbertext {
        color: #24c925;
        font-size: 18px;
        font-weight: bold;
        font-style: italic;
        left: 20px;
        position: absolute;
        top: 0;
        -o-transform: translate(0, -150%);
        -ms-transform: translate(0, -150%);
        -moz-transform: translate(0, -150%);
        -webkit-transform: translate(0, -150%);
        transform: translate(0, -150%);
        z-index: 60;
    }

    /* Caption text */
.caption-container {
    position: absolute;
    width: 100%;
    z-index: 50;
    height: 30px;
    top: 0;
    -o-transform: translate(0, -150%);
    -ms-transform: translate(0, -150%);
    -moz-transform: translate(0, -150%);
    -webkit-transform: translate(0, -150%);
    transform: translate(0, -150%);
    margin: 0;
    padding: 0;
    justify-content: center;
    display: flex;
    color: #24c925;
}


    /* ====================== CONTACT SECTION ====================== */

    .container-fluid {
        padding: 0;
        margin: 0;
        box-sizing: initial;
    }

    .container {
        padding: 0;
        margin: 0;
        width: 100%;
        box-sizing: initial;
    }

    .formBox {
        padding: 20px 20px 20px 20px; /*Top,Right,Bottom,Left*/
        box-sizing: initial;
    }

    .row {
        margin: 0;
        padding: 0;
    }

    .inputBox {
        position: relative;
        box-sizing: border-box;
        margin-bottom: 40px;
    }

    .input {
        position: relative;
        width: 100%;
        height: 35px;
        background: transparent;
        border: none;
        outline: none;
        font-size: 16px;
        border-bottom: #727272;
        border-bottom: 2px solid rgba(114,114,114,.5);
    }

        .input:invalid:focus {
            border-bottom: red;
            border-bottom: 3px solid rgba(200,76,76,0.8);
        }

    .inputText {
        position: absolute;
        line-height: 40px;
        font-size: 16px;
        transition: .5s;
        opacity: .8;
    }

    .focus .inputText {
        transform: translateY(-30px);
        font-size: 12px;
        opacity: 1;
        color: #24c925;
    }

    textarea {
        height: 100px !important;
    }

    /*BUTTON DIV*/
    .col-sm-12 {
        position: relative;
        width: 100%;
        margin: 0;
        padding: 0 15px;
        float: unset;
        box-sizing: border-box;
    }

    .button {
        width: 100%;
        margin: 0;
        padding: 1px 6px;
        background: #727272;
        color: #24c925;
        border-radius: 0;
        border: none;
        outline: none;
        height: 40px;
        font-size: 16px;
    }

    /* WITHOUT SPACES */
    @media screen and (max-width: 500px) {
        .input, .inputText, .button {
            font-size: 14px;
        }
    }

    /* WITHOUT SPACES */
    @media screen and (max-width: 690px) {
        .formBox {
            padding: 0 7px 20px 7px;
        }
    }

    /* ====================== FOOTER SECTION ====================== */

    #footer-links {
        text-align: center;
        height: 12vh;
        margin: 0;
        padding: 0;
        box-sizing: initial;
    }

        #footer-links ul {
            margin-top: 3vh;
            margin-bottom: 0;
            padding: 0;
            display: inline-block; /* = display blocks inline (instead of top-down) */
            box-sizing: initial;
        }

            #footer-links ul li { /* li = list elements */
                list-style-type: none; /* = bullet points weg*/
                display: inline-block; /* = display blocks inline (instead of top-down) */
                box-sizing: initial;
            }

                #footer-links ul li a {
                    width: 40px;
                    height: 40px;
                    background: #727272;
                    text-align: center;
                    line-height: 40px;
                    font-size: 20px;
                    margin: 0 10px;
                    display: block;
                    border-radius: 50%;
                    position: relative;
                    overflow: hidden;
                    border: 2px solid #727272;
                    z-index: 1;
                    box-sizing: initial;
                }

                    #footer-links ul li a .fa {
                        position: relative;
                        color: #24c925;
                        transition: .5s;
                        z-index: 3;
                        box-sizing: initial;
                    }

                    #footer-links ul li a:hover .fa {
                        color: #fff;
                        transform: rotateY(360deg);
                    }

                    #footer-links ul li a:before {
                        content: '';
                        position: absolute;
                        top: 100%;
                        left: 0;
                        width: 100%;
                        height: 100%;
                        background: #f00;
                        transition: .5s;
                        z-index: 2;
                    }

                    #footer-links ul li a:hover:before {
                        top: 0;
                    }

                #footer-links ul li:nth-child(1) a:before {
                    background: #0077B5;
                }

                #footer-links ul li:nth-child(2) a:before {
                    background: #dd4b39;
                }

    #footer-border {
        height: 1px;
        margin-left: 12%;
        margin-right: 12%;
        background-color: #727272;
    }

    #footer-navbar {
        text-align: center;
        height: 15vh;
    }

        /* ========= navigation buttons -GROOT SCHERM- ========= */
        #footer-navbar ul {
            list-style-type: none; /* = bullet points weg */
            margin: 0;
            padding-top: 5vh;
            padding-left: 0;
        }

            #footer-navbar ul li { /* li = list elements */
                display: inline; /* = display blocks inline (instead of top-down) */
                vertical-align: middle;
            }

                #footer-navbar ul li a { /* a = anker elements = clickable area */
                    text-decoration: none;
                    margin: 0 15px 0 15px; /*Top,Right,Bottom,Left*/
                    color: #727272;
                    transition: border-bottom 0.3s ease;
                }

                    #footer-navbar ul li a:hover {
                        border-bottom: 3px solid #24c925;
                    }

    @media screen and (max-width: 755px) {
        #footer-navbar {
            display: none;
        }

        #footer-border {
            display: none;
        }
    }

    #footer-text {
        margin: 0;
        height: 10vh;
        width: 100%;
        text-align: center;
        box-sizing: initial;
    }

#footer-mask {
    -webkit-mask-image: linear-gradient(transparent, black 9vh);
    mask-image: linear-gradient(transparent, black 9vh);
    position: fixed;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    height: 15vh;
    width: 100%;
    z-index: 1;
    box-sizing: initial;
}

.BGImg-ftr {
    background-image: url('Images/Home/FullBG.png');
    position: fixed;
    background-size: auto;
    background-repeat: no-repeat;
    background-position-y: bottom;
    height: 15vh;
    width: 100vw;
    z-index: 2;
}