html, body, div, span, applet, object, iframe, input, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cit, code, del, dfn, em, img, ins, kbd, q, s,
samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article,
aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    color: #333333;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-size: 1em;
    font-weight: 300;
    line-height: 1.75;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

a, a:visited {
    color: #386FA4;
    text-decoration: none;
    outline: 0;
    border-bottom: solid 0.0625rem #386FA4;
    -webkit-transition: color 0.6s ease-out, border-color 0.6s ease-out;
    -moz-transition: color 0.6s ease-out, border-color 0.6s ease-out;
    -ms-transition: color 0.6s ease-out, border-color 0.6s ease-out;
    -o-transition: color 0.6s ease-out, border-color 0.6s ease-out;
    transition: color 0.6s ease-out, border-color 0.6s ease-out;
}

a:hover,
a:active {
    color: #002E55;
    border-bottom: solid 0.0625rem #002E55;
}

b, strong {
    font-weight: 700
}

.banner {
    overflow: hidden;
    position: relative;
    text-align: center;
    width: auto;
    height: auto;
}

.banner-image img {
    display: block;
    width: 100vw; /* 100vw werkt niet altijd! */
    height: 100vh;
    object-fit: cover;
    z-index: 1;
}

.banner-overlay {
    z-index: 2;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, .15);
}

.banner-title {
    z-index: 3;
    width: 100%;
    margin: 0 auto;
    display: block;
    position: absolute;
    top: calc(50% - 4rem);

    -webkit-animation: fadein 1.5s;
    -moz-animation: fadein 1.5s;
    -ms-animation: fadein 1.5s;
    -o-animation: fadein 1.5s;
    animation: fadein 1.5s;
}

.banner-title h1 {
    color: #FFFFFF;
    font-weight: 600;
}

.banner-title p {
    max-width: 30rem;
    margin: auto;
    color: #FFFFFF;
}

.banner-wrapper {
    height: 100vh;
    width: auto;
    margin: 0 auto;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.container {
    min-height: 100%;
    margin: 2rem auto 0;
}

del, s {
    text-decoration: line-through;
}

em, i {
    font-style: italic;
}

h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

h1 {
  font-size: 3.25em;
}

h2 {
  font-size: 2.875em;
}

h3 {
  font-size: 2.5em;
}

h4 {
  font-size: 2.125em;
}

h5 {
  font-size: 1.875em;
}

h6 {
  font-size: 1.75em;
}

header {
    background-color: #FFFFFF;
    /* min-height: 4rem; */
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
    position: fixed;
    left: 0;
    right: 0;
    z-index: 1000;
}

header .navigation-container {
    padding-top: 0;
    /* min-height: 4rem; */
    /* height: 4rem; */
}

header .navigation-container .navigation-row {
    /* height: 4rem; */
    width: 100%;
    margin: 0 auto;
    /* overflow: hidden; */
    padding-left: 1rem;
    padding-right: 1rem;
}

header .navigation-container .navigation-logo {
    display: inline-block;
    margin: 0 auto 0 4rem;
    width: calc(100vw - 8rem);
    height: 4rem;
    text-align: center;
    line-height: 2;
}

header .navigation-container .navigation-logo a,
header .navigation-container .navigation-logo a:hover {
    display: block;
    height: 4rem;
    color: rgb(34, 116, 165);
    font-size: 2rem;
    font-weight: 700;
    text-decoration: none;
    border: 0;
}

header .navigation-container .navigation-logo a span {
    font-weight: 400;
}

header .navigation-container .navigation-links {
    display: inline-block;
    max-height: 4rem;
    transition: max-height 0.3s ease-out;
    position: relative;
}

header .navigation-container .navigation-links ul {
    font-size: 0;
    list-style: none;
    line-height: 2;
}

header .navigation-container .navigation-links > ul > li {
    display: inline-block;
    font-weight: 500;
}

header .navigation-container .navigation-links ul li a {
    display: block;
    padding: 0 0.75rem 0 0.75rem;
    line-height: 3.8125rem;
    color: #555555;
    border-bottom: solid 0.1875rem transparent;
}

header .navigation-container .navigation-links ul li.active > a,
header .navigation-container .navigation-links ul li:hover > a {
    color: rgb(34, 116, 165);
    text-decoration: none;
    border-bottom: solid 0.1875rem;
}

header .navigation-container .navigation-icon {
    cursor: pointer;
    display: inline-block;
    float: right;
    padding: 1.875rem 1.125rem;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

header .navigation-container .navigation-icon .navicon {
    background: #333333;
    display: block;
    height: 0.1875rem;
    position: relative;
    width: 1.75rem;
}

header .navigation-container .navigation-icon .navicon:before,
header .navigation-container .navigation-icon .navicon:after {
    background: #333333;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all 0.2s ease-out;
    width: 100%;
}

header .navigation-container .navigation-icon .navicon:before {
    top: 0.4375rem;
}

header .navigation-container .navigation-icon .navicon:after {
    top: -0.4375rem;
}

header .navigation-container .navigation-button {
    display: none;
}

header .navigation-container .navigation-button:checked ~ .navigation-links {
    /* height: calc(100vh - 4.0625rem); */
    max-height: calc(100vh - 4.0625rem);
    transition: max-height 1s ease-out;
    overflow: scroll;
}

header .navigation-container .navigation-button:checked ~ .navigation-icon .navicon {
    background: transparent;
}

header .navigation-container .navigation-button:checked ~ .navigation-icon .navicon:before {
    transform: rotate(-45deg);
}

header .navigation-container .navigation-button:checked ~ .navigation-icon .navicon:after {
    transform: rotate(45deg);
}

header .navigation-container .navigation-button:checked ~ .navigation-icon .navicon:before,
header .navigation-container .navigation-button:checked ~ .navigation-icon .navicon:after {
    top: 0;
}


/* ~~~~~~~~~~~~ START OF NAVBAR DROPDOWN TEST ~~~~~~~~~~~~ */

header .navigation-container label.navigation-dropdown-toggle,
header .navigation-container input[id^="navigation-dropdown-"] {
	display: none;
}

header .navigation-container ul ul {
	display: none;
	position: fixed;
}

header .navigation-container ul li:hover > ul {
	display: block;
	background-color: #FFFFFF;
}

header .navigation-container ul ul li {
	position: relative;
}

header .navigation-container li > a > span:after, header .navigation-container li > label:after { content: ' \000076'; }
header .navigation-container li > a:only-child span:after { content: ''; }

@media only screen and (max-width: 768px) {
    header .navigation-container ul li label.navigation-dropdown-toggle + a {
        display: none;
    }
    
    header .navigation-container ul li label.navigation-dropdown-toggle {
        display: block;
        padding: 0.5rem 0.25rem 0.5rem 0.25rem;
        cursor: pointer;
        line-height: 2rem;
        color: #555555;
        border-bottom: solid 0.1875rem transparent;
    }

    header .navigation-container ul li:active label.navigation-dropdown-toggle,
    header .navigation-container ul li:hover label.navigation-dropdown-toggle {
        color: rgb(34, 116, 165);
        text-decoration: none;
        border-bottom: solid 0.1875rem;
    }

	header .navigation-container input[id^="navigation-dropdown-"]:checked + ul {
		display: block;
		position: static;
	}

    header .navigation-container ul ul {
        width: 100%;
    }

    header .navigation-container ul ul li {
    	background-color: #EBEBEB;
    }

    header .navigation-container ul ul li a {
        text-indent: 2rem;
    }

    header .navigation-container ul li:hover > ul {
        display: none;
    }

    header .navigation-container .navigation-links > ul > li:nth-child(odd) {
        background-color: #F8F8F8;
    }
}

/* ~~~~~~~~~~~~ END OF NAVBAR DROPDOWN TEST ~~~~~~~~~~~~ */

@media only screen and (max-width: 768px) {
    header .navigation-container .navigation-row {
        overflow: hidden;
        padding: 0;
    }

    header .navigation-container .navigation-links {
        width: 100%;
        float: right;
        max-height: 0;
    }

    header .navigation-container .navigation-links ul {
        height: 100%;
    }

    header .navigation-container .navigation-links ul li {
        font-size: 1rem;
        text-indent: 1rem;
        display: block;
    }

    header .navigation-container .navigation-links ul li a {
        padding: 0.5rem 0.25rem 0.5rem 0.25rem;
        line-height: 2rem;
    }
}

@media only screen and (min-width: 769px) {
    header .navigation-container .navigation-row {
        width: 720px;
    }

    header .navigation-container .navigation-icon {
        display: none;
    }

    header .navigation-container .navigation-links ul li {
        font-size: 0.8125rem;
    }
    
    header .navigation-container .navigation-logo {
        display: none;
    }
}

@media only screen and (min-width: 992px) {
    header .navigation-container .navigation-row {
        width: 960px;
        text-align: center;
    }

    header .navigation-container .navigation-links ul li {
        font-size: 0.875rem;
    }
}

@media only screen and (min-width: 1200px) {
    header .navigation-container .navigation-row {
        width: 1140px;
    }
}

