/* cmsms stylesheet: style modified: 05/18/18 08:36:28 */
@charset "UTF-8";
/* CSS Document */

body, html { 
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	-webkit-font-smoothing: antialiased;
}

html {
    background: #F5F5F5;
}

/* ALGEMENE INSTELLINGEN TEKST */

h1, h2, h3, h4, h5, h6, p, ul, li, span, a {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: work sans, 'work sans', sans-serif;
	line-height: 1.4;
	color: #111;
}

p, li {
    font-family: source serif pro, 'source serif pro', serif;
    font-size: 20px;
    line-height: 1.6;
    color: #222;
}

.ws-font { font-family: work sans, 'work sans', sans-serif;}
.blue-dk { color: #1E4F76;}
.blue-nm { color: #247EC5;}
.hide-bg { background-color: rgba(0,0,0,0) !important; background-image: none !important;}

a {
    text-decoration: none;
    color: initial;
}

h1 {
    font-size: 42px;
    color: #000;
}

h2 {
    font-size: 36px;
    color: #000;
}

h3 {
    font-size: 24px;
    color: #000;
}

/* ALGEMENE INSTELLINGEN BLOKKEN */

.block {
    width: 100%;
    min-width: 1100px;
}

.block .wrapper {
    width: 1100px;
    margin: 0 auto 0;
}

#pagecontainer {
    margin-top: calc(57px + 637px);
}

#header {
    padding: 26px 0 16px 0;
    height: 40px;
    position: fixed;
    top: 0;
    transition-duration: 0.25s;
    background: linear-gradient(rgba(0,0,0,0.08), rgba(0,0,0,0));
}

#header.dark-menu {
    padding: 12px 0;
    background: none;
    background-color: #0A2A36;
    transition-duration: 0.3s;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.3);
}

#header .wrapper {
    vertical-align: middle;
    text-align: center;
}

#header .wrapper .sitename {
    color: #fff;
    font-weight: 600;
    font-size: 29px;
    line-height: 40px;
    vertical-align: middle;
    letter-spacing: 0;
    transition-duration: 0.12s;
    float: left;
}

#header .wrapper .sitename:hover {
    color: rgba(255,255,255,0.6);
    transition-duration: 0.12s;
}

#header .wrapper .devider {
    display: inline-block;
    height: 16px;
    width: 1px;
    background: #666;
    margin: 0 30px;
    vertical-align: middle;
}

#header .wrapper ul {
    float: right;
}

#header .wrapper ul li {
    display: inline-block;
}

#header .wrapper ul li a {
    display: inline-block;
    font-family: work sans, 'work sans', sans-serif;
    font-weight: 500;
    color: #fff;
    padding: 6px 14px;
    font-size: 17px;
    line-height: 1;
    transition-duration: 0.12s;
}

#header .wrapper ul li a:hover {
    color: rgba(255,255,255,0.7);
    transition-duration: 0.12s;
}

#header .wrapper ul li:last-of-type a {
    padding: 12px 22px;
    background-color: #E44051;
    border-radius: 30px;
    color: #fff;
}

#header .wrapper ul li:last-of-type a:hover {
    background-color: #C83544;
    color: #fff;

}

#header .wrapper ul li:nth-of-type(1n+2) {
    margin-left: 24px;
}

#header .wrapper ul li .currentpage {
    background: #21B6DE;
    color: #fff;
    transition-duration: 0.12s;
}

#header .wrapper ul li .currentpage:hover {
    background: #23c0eb;
    color: #fff;
    transition-duration: 0.12s;
}

#homecover {
    background-color: #4eb3f4;
    background-image: url('https://www.jorndehaan.nl/uploads/images/bg-blue.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0% 50%;
    position: fixed;
    z-index: -999;
    margin-top: -667px;
}

#homecover .wrapper {
    padding: 230px 0 0 0;
    overflow: visible;
    height: 517px;
}

#homecover .wrapper div:first-of-type {
    float: left;
}

#homecover .wrapper div:first-of-type img {
    width: 284px;
    margin-left: -30px;
}

#homecover .wrapper div:last-of-type {
    float: right;
    width: calc(100% - 280px);
}

#homecover .wrapper .toptitle {
    font-size: 73px;
    line-height: 1.3;
    font-weight: 600;
    color: #fff;
}

#homecover .wrapper h1 {
    font-size: 38px;
    line-height: 1.5;
    font-weight: 600;
    color: #247EC5;
}

#homecover .wrapper h2 {
    font-size: 31px;
    line-height: 1.5;
    font-weight: 300;
    color: rgba(255,255,255,0.8);
    margin-top: 6px;
}

#content {
    padding: 90px 0;
    background: #fff;
    border-radius: 30px 30px 0 0;
    margin-top: -30px;
    box-shadow: 0 -7px 8px 0 rgba(0,0,0,0.08);
}

#content .wrapper > p {
    margin-bottom: 30px;
}

#content .wrapper > p a {
    color: #2EB1D4;
    text-decoration: underline;
}

#content .wrapper section {
    overflow: auto;
}

#content .wrapper section .contentcontainer {
    width: 718px;
    float: right;
}

#content .wrapper section:nth-of-type(odd) .contentcontainer {
    float: left;
}

#content .wrapper section .imagecontainer {
    width: 336px;
    float: left;
}

#content .wrapper section .imagecontainer img {
    max-width: 100%;
}

#content .wrapper section:nth-of-type(odd) .imagecontainer {
    float: right;
}

#content .wrapper section:nth-of-type(1n+2) {
    margin-top: 120px;
}

#content .wrapper h2 {
    font-size: 31px;
    line-height: 1.5;
    font-weight: 600;
    color: #0A2A36;
    margin-bottom: 8px;
}

#contact-cta {
    background: #fff;
    padding-bottom: 40px;
    height: 110px;
}

#contact-cta .wrapper {

}

#contact-cta .wrapper .contactcontainer {
    text-align: center;
    background-color: #000;
    border-radius: 30px;
    padding: 60px 0;
    box-shadow: 0 2px 26px 0 rgba(0,0,0,0.11);
    float: left;
    width: 100%;
    background-image: url(https://www.jorndehaan.nl/uploads/images/contact-bg-4.jpg);
    background-size: cover;
    background-position: center;
}

#contact-cta .wrapper .contactcontainer h3 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 29px;
}

#contact-cta .wrapper .contactcontainer p {
    color: rgba(255,255,255,0.9);
    margin-bottom: 28px;
}

#contact-cta .wrapper .contactcontainer p a {
    color: #fff;
    border-bottom: 1px solid #fff;
    transition-duration: 0.12s;
}

#contact-cta .wrapper .contactcontainer p a:hover {
    color: #34a7f3;
    border-bottom: 1px solid #34a7f3;
    transition-duration: 0.12s;
}

#contact-cta .wrapper .contactcontainer > a {
    padding: 12px 22px;
    background-color: #E44051;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    transition-duration: 0.12s;
    font-size: 17px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.3);
}

#contact-cta .wrapper .contactcontainer > a:hover {
    background-color: #C83544;
    transition-duration: 0.12s;
}

footer {
    background: #F5F5F5;
}

footer .wrapper {
    padding: 160px 0 100px 0;
}

footer .wrapper p {
    font-family: helvetica, arial, sans-serif;
    font-size: 14px;
    color: #8B8B8B;
    text-align: center;
}

footer .wrapper p a {
    color: #555;
    border-bottom: 1px solid #888;
    transition-duration: 0.12s;
}

footer .wrapper p a:hover {
    color: #34a7f3;
    border-bottom: 1px solid #34a7f3;
    transition-duration: 0.12s;
}
