﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

    *:focus {
        outline: none;
    }

html,
body {
    background-color: white;
    color: black;
    background-color: #fff;
    font-family: 'Raleway', sans-serif;
    -webkit-font-feature-settings: "lnum";
    -moz-font-feature-settings: "lnum";
    font-feature-settings: "lnum";
    font-weight: 400;
    font-size: 14px;
    text-rendering: optimizeLegibility;
    scroll-behavior: smooth;
    overflow-x: hidden;
}



content {
    width: 100%;
}

.clearfix:after {
    content: '.';
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix:before, .clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

/* --- General --- */

p {
    font-size: 12px;
}

ul {
    list-style: none;
}

table {
    width: 100%;
    border-collapse: collapse;
}

section {
    padding: 40px 0;
}

/* ---- LINKS ---- */
a:link,
a:visited {
    text-decoration: none;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

a:hover,
a:active {
    text-decoration: underline;
}

/* ---- Headings ---- */
h1,
h2,
h3,
h4,
h5,
h6 {
    /*color: #GENERAL_COLOR_FONT_HEADINGS#;*/
    font-family: 'Raleway', sans-serif;
    display: block;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
    text-align: left;
    letter-spacing: 1px;
}

h1 {
    font-size: 24px;
    /*margin-top: 0.67em;*/
    margin-bottom: 0.67em;
    text-transform: uppercase;
}

h2 {
    font-size: 18px;
    margin-top: 0.83em;
    margin-bottom: 1.2em;
}

h3 {
    font-size: 16px;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

h4 {
    font-size: 14px;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

h5 {
    font-size: 12px;
    margin-top: 1.67em;
    margin-bottom: 1.67em;
}

h6 {
    font-size: 10px;
    margin-top: 2.33em;
    margin-bottom: 2.33em;
}

/* ---------------------------------------------- */
/* REUSABLE COMPONENTS */
/* ---------------------------------------------- */

.center-align {
    margin: 0 auto;
    position: relative !important;
    text-align: center
}

/* ---------------------------------------------- */
/* Header */
/* ---------------------------------------------- */


#main-header {
    position: sticky;
    top: 0px;
    z-index: 5000;
    background-color: white;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

    #main-header.active {
        -webkit-box-shadow: 0px 5px 5px 0px rgba(31,31,31,0.4);
        box-shadow: 0px 5px 5px 0px rgba(31,31,31,0.4);
    }

.navbar {
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-item {
    color: #333333;
    padding-right: 1.25em;
}

    .navbar-item:last-child {
    }

    .navbar-item i {
        position: relative;
        line-height: inherit;
    }

    .navbar-item .btnLogin .RadLabel {
        display: initial !important;
    }

    .navbar-item i,
    .navbar-item i:link,
    .navbar-item i:visited,
    .navbar-item a,
    .navbar-item a:link,
    .navbar-item a:visited {
        font-size: 20px;
        color: inherit;
        text-decoration: none;
        -webkit-transition: all 200ms ease-in-out;
        -moz-transition: all 200ms ease-in-out;
        -ms-transition: all 200ms ease-in-out;
        -o-transition: all 200ms ease-in-out;
        transition: all 200ms ease-in-out;
    }

        .navbar-item i:hover,
        .navbar-item i:active,
        .navbar-item a:hover,
        .navbar-item a:active {
            color: black;
        }

/* ---------------------------------------------- */
/* Main */
/* ---------------------------------------------- */
main {
    background-color: white;
}

    main .wrapper {
        min-height: calc(100vh - 220px);
    }

/* ---------------------------------------------- */
/* Content - Text */
/* ---------------------------------------------- */

.text-xs,
.text-sm,
.text,
.text-lg,
.text-xl {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
}

.text-xs {
    font-size: 80%;
}

.text-sm {
    font-size: 90%;
}

.text {
    font-size: 100%;
}

.text-lg {
    font-size: 110%;
    letter-spacing: 1px;
    /*padding-bottom: 5px;*/
}

.text-xl {
    font-size: 120%;
    letter-spacing: 1px;
}

.bold {
    font-weight: 700;
}

.error {
    color: red;
}

.light {
    font-weight: 300;
}

.btn-box {
    right: 0;
    left: 0;
    margin: 10px auto;
}

/* Image Zoom box */
@media only screen and (max-width: 767px) {
    .image-box-mobile {
        min-height: 300px;
    }

    .grid-article {
        margin-left: 0;
    }

    .articlelist-menu {
        display: none;
    }
}

.image-box-zoom {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0
}

.iconMoreInfo:active + .popup-info,
.iconMoreInfo:hover + .popup-info,
.popup-info:active,
.popup-info:hover {
    visibility: visible;
    opacity: 1;
}

.popup-info {
    position: absolute;
    display: block;
    visibility: hidden;
    opacity: 0;
    z-index: 1000;
    margin: 0;
    padding: 10px;
    max-width: 200px;
    background-color: black;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border: 1px solid black;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}


/* ---------------------------------------------- */
/* form login */
/* ---------------------------------------------- */
.form-login {
    text-align: start;
    margin: 1.5em;
    padding: 1.25em 2em;
    border-radius: 0;
    border: 1px solid darkgray;
    max-width: 500px;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(186,186,186,0.7);
    box-shadow: 0px 0px 7px 0px rgba(186,186,186,0.7);
}

    .form-login .RadInput,
    .form-login .RadLabel,
    .form-login .RadCheckBox {
        width: 100% !important;
        resize: vertical;
        text-align: inherit;
    }

    .form-login .RadInput {
        margin-top: 6px;
        margin-bottom: 16px;
    }


/* ---------------------------------------------- */
/* form contact */
/* ---------------------------------------------- */
.form-contact {
    text-align: left;
    /*margin: 1.5em;*/
    padding: 1.25em 2em;
    border-radius: 0;
    border: 1px solid darkgray;
    max-width: 100%;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(186,186,186,0.7);
    box-shadow: 0px 0px 7px 0px rgba(186,186,186,0.7);
}

    .form-contact .RadInput,
    .form-contact .RadLabel,
    .form-contact .RadCheckBox {
        width: 100% !important;
        resize: vertical;
        text-align: inherit;
        font-size: 18px;
        white-space: nowrap;
    }

    .form-contact .text.error {
        white-space: nowrap;
    }


    .form-contact .RadInput {
        margin-top: 0px;
        margin-bottom: 20px;
    }

/* ---------------------------------------------- */
/* Footer */
/* ---------------------------------------------- */
footer {
    color: white;
    font-size: 13px;
}

    footer .container-fluid {
        background-color: white;
        right: 0;
        bottom: 0;
        left: 0;
    }

    footer img {
        max-width: 100%;
        height: auto;
        -ms-interpolation-mode: bicubic;
        border: 0;
        vertical-align: middle;
    }

    footer p {
        color: white !important;
    }

    footer .sub-footer {
        background-color: #ecf0f1;
    }

        footer .sub-footer p,
        footer .sub-footer a,
        footer .sub-footer .RadLabel {
            color: #7f8c8d !important;
            display: inline-block;
            margin: 10px 0;
        }

            footer .sub-footer a:active,
            footer .sub-footer a:hover {
                text-decoration: underline;
            }

.sub-footer .content-footer {
    width: 100%;
}

    .sub-footer .content-footer .item {
        width: 100%;
    }



/* ---------------------------------------------- */
/* Lijst rayons */
/* ---------------------------------------------- */

.feature-box {
    border: 1px solid transparent;
    position: relative;
    height: 100%;
    background-color: transparent;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    overflow: hidden;
}


    .feature-box:hover,
    .feature-box:active {
        border-color: #2E2D42 /*darkorange*/;
        background-color: #2E2D42 /*darkorange*/;
    }


.feature-list {
    /*width: 100%;*/
}

    .article-list > li,
    .feature-list > li {
        margin: 15px 0;
    }

.feature-box-img {
    display: block;
    width: 100%;
    position: relative;
    height: 0;
    padding: 100% 0 0 0;
    overflow: hidden;
}

    .feature-box-img img {
        transform: scale(1.3);
        -webkit-transition: all 300ms ease-in-out;
        -moz-transition: all 300ms ease-in-out;
        -ms-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
        position: absolute;
        display: block;
        max-width: 100%;
        max-height: 100%;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        color: white;
    }

        .feature-box-img img:hover {
            transform: scale(1.03);
        }

.feature-box-content {
    display: block !important;
    text-align: center;
}

    .feature-box-content.text {
        display: inherit !important;
        font-size: 13px;
        padding: 5px 0 5px 0;
    }
