html[lang=nl] #menu-lang ul li#lang-NL { display: none; }
html[lang=en] #menu-lang ul li#lang-EN { display: none; }

/* Global variables */
html {
    --blue: #0094BA; /* rgb (0,148,186) /*#5078be; /* rgb (80,120,190) (70,110,180) */
    --blue-lighter: #00b2e2; /* rgb (0,178,226) */
    --blue-darker: #375fa5; /* rgb (55,95,165) */
    --green: #e2f2e4; /* rgb (226,242,228) */
    --red: #d40032; /* rgb (212,0,50) */
    --grey: #7d7d7d; /* rgb (125,125,125) */
    --grey-lighter: #eee; /* rgb (125,125,125) */
    --grey-darker: #4b4b4b; /* rgb (32,32,32) */
    --black: black;/* #141618; *//* rgb (20,22,24) */
}
/* fonts */
html {
    font-size: 18px;
}
body {
    font-family: "Proxima Nova", sans-serif;
    font-size: 1rem;
}
h1, h2, h3 {
    font-family: "KdG", sans-serif;
    margin: 0.3em 0em;
    clear: both; /* never float next to other element */
}
h1, h2 {
    font-size: 3em;
    font-weight: 400;
}
h3 {
    font-size: 2.5em;
}
address {
    font-style: normal;
}
/* colors */
a {
    color: var(--blue);
}
.bg-black {
    background-color: var(--black);
    color: white;
}
.bg-black a {
    color: white;
}
.bg-green {
    background-color: var(--green);
    color: var(--black);
}
/* backgrounds */
/*.bg-crowd-left {
    background-image: url("../media/background-crowd-left.png");
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: center;
    background-attachment: fixed;
    background-size: 200px;
}*/
.bg-shapes {
    background-image: url("../media/background-shapes.png");
    background-repeat: repeat-y;
    background-position-x: right;
    background-position-y: top;
    background-size: contain;
}
/* hyperlinks */
a {
    color: var(--blue);
    text-decoration: none;
}
a:hover {
    color: var(--blue);
    text-decoration: underline;
}
/* buttons */
.btn {
    display: inline-block;
    text-align: center;
    border-radius: 6px;
    padding: 12px 18px;
    margin: 30px 0;
    background-color: var(--grey-lighter);
    color: var(--blue);
}
.btn:hover {
    color: var(--blue-lighter);
}
.btn-blue {
    background-color: var(--blue);
    color: white;
}
.btn-blue:hover {
    background-color: var(--blue-lighter);
    color: white;
    text-decoration: none;
}
/* ul/li */
ul {
    padding-left: 1.1em;
}
ul.arrow > li::marker {
    content: "\FE65";  /* Add content: "\" + unicode character */
    color: var(--blue); /* Change the color */
    font-weight: bold; /* If you want it to be bold */
}

/* icon(-images) */
.kdg-icon-scroll-down {
    background-image: url("../media/scroll-down_black.png");
    display: inline-block;
    width: 80px; /* width of bg-img */
    height: 50px; /* height of bg-img */
    background-size: cover; /* stretch bg-img to width/height */
    margin: 0; padding: 0;
}
.kdg-icon-scroll-down.white {
    background-image: url("../media/scroll-down_white.png");
}
.kdg-icon-scroll-down.blue {
    background-image: url("../media/scroll-down_blue.png");
}
.kdg-icon-scroll-down:hover {
    background-image: url("../media/scroll-down_blue.png") !important; /* '!important' because selector can have less specificity */
}
img.intro {
	box-sizing: content-box;
	width: 120px;
	height: 120px;
    padding: 10px;
    margin-right: 25px;
    margin-bottom: 25px;
    border: var(--grey-lighter) solid 10px;
    float: left;
}

/** BODY **/
body {
    margin: 0;
    padding: 0;
}
/** DOCUMENT OUTLINE **/
.hidden, .title-hidden {
    display: none;
}
.invisible {
    visibility: hidden;
}
/** PAGE HEADER **/
#pageHeader {
    display: flex;
    align-items: stretch;
    border-bottom: var(--grey-darker) solid 1px;
}
#pageHeader .contentWrapper {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    padding-top: 0;
    padding-bottom: 0;
}
#pageHeader .logo-wrapper {
    white-space: nowrap;
}
#pageHeader .logo-wrapper h1 {
    white-space: normal;
}
#pageHeader a.logo-link {
    display: inline-block;
    height: 100%;
}
#pageHeader a.logo-link:hover {
    color: white;
    text-decoration: none;
}
#pageHeader a.logo-link > * {
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
}
#pageHeader img.logo {
    box-sizing: border-box;
    height: 100%;
    padding: 15px 0;
}
#pageHeader h1 {
    margin: 0; padding: 0;
    margin-left: 35px;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 2.5em;
    line-height: 0;
}
#pageHeader h1 br {
    content:' ';
}
#pageHeader h1 br:after{
    content:' ';
}
#navigation {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    position: relative;
}
/* Navigatie */
#navigation #menu-collapse-state {
    display: none !important;
}
#navigation div {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 0;
    padding-bottom: 0;
}
#navigation .menu-collapse-icon {
    display: none;
    /*position: absolute;
    right: 0;*/
    font-size: 2.5em;
    line-height: 1.1em;
}
#navigation .menu-collapse-icon:hover,
#navigation .menu-collapse-icon .bi:hover {
    cursor: pointer;
}
nav ul {
    height: 100%;
    list-style: none;
    display: flex;
    flex-wrap: nowrap;
    margin: 0;
    padding: 0;
}
nav ul li {
    display: inline-block;
    margin: 0;
    padding: 0;
}
nav ul li a {
    height: 100%;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    border-bottom: transparent solid 5px;
    text-decoration: none;
}
nav ul li a:hover {
    text-decoration: none;
}
nav ul li a.active {
    border-bottom-color: var(--blue);
}
nav ul li a.active:hover {
    color: inherit;
    text-decoration: none;
}
nav ul li a span {
    display: block;
    padding: 15px 30px;
    line-height: normal;
}
nav ul li:not(:first-child) a span  {
    border: none;
    border-left: var(--grey-darker) solid 1px;
}
/* Site menu */
nav#menu {
    height: 100%;
    font-weight: bold;
    font-size: 1.5em;
}
/* Language menu */
nav#menu-lang {
    font-weight: normal;
    font-size: 1em;
}
nav#menu-lang ul {
    flex-direction: column;
    justify-content: center;
    align-items: end;
}
/** PAGE FOOTER **/
#pageFooter .contentWrapper {
    display: grid;
    grid-template-areas: 'logo  .   contact'
                         'copy copy copy';
}
#pageFooter .contentWrapper .logo {
    grid-area: logo;
    height: 123px;
}
#pageFooter .contentWrapper #contact {
    grid-area: contact;
    text-align: right;
}
#pageFooter .contentWrapper #copyright {
    grid-area: copy;
    padding: 25px 0 0 0;
    font-size: 0.8em;
}
/** PAGE CONTENT **/
#pageContent {
    /*padding-top: 10px;*/
    padding-bottom: 40px;
}
.full-height {
    height: calc(100vh - 100px);
}
.center-content {
    display: grid;
    justify-content: center;
    align-items: center;
}
/* circle */
.circle {
    box-sizing: content-box;
    margin: 0 auto;
    border: var(--black) solid 10px;
    border-radius: 50%;
    /* content */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    text-align: center;
}
.circle > .circle {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border: none;
}
.circle.circle-striped {
    border-style: dotted;
    border-width: 5px;

}
.circle > *:not(.circle) {
    margin: 5px 0;
    padding-left: 15%;
    padding-right: 15%;
}
.bg-black .circle {
    border-color: white;
}

@media screen {
    /** Page-header **/
    #pageHeader {
        position: fixed;
        box-sizing: border-box;
        width: 100%;
        height: 100px;
        z-index: 1;
    }
    #pageContent, #pageFooter {
        position: relative;
        top: 100px;
    }
    /* Menu */
    nav#menu {
        margin-left: 50px;
        margin-right: 50px;
    }

    /* content */
    div.contentWrapper {
        box-sizing: border-box;
        width: 100%;
        padding: 27px 36px;
    }
}

/*==== RESPONSIVE ====*/
@media (min-width: 1200px) {
    div.contentWrapper {
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (max-width: 1200px) {
    /** Page Header **/
    #pageHeader .contentWrapper, #navigation {
        background-color: inherit;
    }

    /* Navigation */
    /* collapsed menu (hamburger-icon) */
    #navigation #menu-collapse-state:checked ~ div {
        display: initial;
    }
    #navigation .menu-collapse-icon {
        display: initial;
    }
    #navigation div {
        display: none;
        position: absolute;
        top: 99px;
        height: initial;
        /*display: flex;*/
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        padding-top: 0;
        padding-bottom: 0;
        background-color: inherit;
        border: var(--grey-darker) solid 1px;
    }
    nav ul {
        flex-direction: column;
        align-items: center;
    }
    nav ul li a {
        border: none;
    }
    nav ul li a.active {
        color: var(--blue);
    }
    nav ul li a.active:hover {
        color: var(--blue);
        text-decoration: none;
    }
    nav ul li:not(:first-child) a span {
        border: none;
    }
    nav#menu {
        height: initial;
        margin: 0;
    }
    nav#menu-lang {
        width: 100%;
        border-top: var(--grey-darker) solid 1px;
    }
    nav#menu-lang ul {
        align-items: center;
    }
    nav#menu-lang ul a {
        padding: 15px 30px;
    }
}
@media (max-width: 768px) {
    html {
        font-size: 14px;
    }
    #pageHeader {
        height: 80px;
    }
    #pageHeader h1 {
        margin-left: 10px;
    }
    #pageContent, #pageFooter {
        width: 100%;
        position: relative;
        top: 80px;
    }
    #navigation div {
        top: 79px;
    }
    img.intro {
        width: 85px;
        height: 85px;
        margin-right: 20px;
        margin-bottom: 20px;
    }
    div.contentWrapper {
        padding: 20px 10px;
    }
    #pageFooter .contentWrapper .logo {
        height: 80px;
    }
    #pageFooter .contentWrapper #contact address p {
        margin-bottom: 0.4rem;
    }
    #pageFooter .contentWrapper #copyright {
        text-align: center;
    }
}
@media (max-width: 500px) {
    #pageHeader h1 {
        line-height: 1;
        white-space: normal !important;
    }
    #pageHeader h1 br {
        content:'\00000A';
        white-space: pre;
    }
    #pageHeader h1 br:after{
        content:'\00000A';
        white-space: pre;
    }
}