@charset "utf-8";
/*
Theme Name: WhatElze!
Theme URI: http://www.webba.nl/
Author: Webba
Author URI: http://www.webba.nl/
Description: WhatElze! template
Version: 1.0

* Built on the Whiteboard Framework
* http://whiteboardframework.com
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, 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, caption {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}
body {
font-family: 'Titillium Web', sans-serif;
font-size: 16px;
color: #222;
line-height: 1.6em;
background:#fff;
}
aside, article, footer, header, nav, section {
display: block;
}
::selection {
background: #222;
color: #fff;
}
::-moz-selection {
background: #222;
color: #fff;
}
h1,h2,h3,h4,h5,h6 {
font-family: 'Titillium Web', sans-serif;
color: #222;
text-transform: uppercase;
font-weight: 700;
line-height: 1em;
font-size: 28px;
letter-spacing: 1px;
}
h1 {
font-size: 42px;
letter-spacing: 5px;
margin-bottom: 50px;
}
input,
textarea {
font-family: 'Titillium Web', sans-serif;
font-size: 18px;
padding: 12px 18px;
border: 0;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-o-border-radius: 3px;
background: rgba(255, 255, 255, 1);
color: #000;
width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
input:focus, textarea:focus{
	outline: none;
}
input:required {
box-shadow: none;
}
input:invalid {
box-shadow: 0 0 2px #e7312c;
}
::-webkit-input-placeholder {
color: rgba(0, 0, 0, 0.85);  
}
:-moz-placeholder { /* Firefox 18- */
color: rgba(0, 0, 0, 0.85);  
}
::-moz-placeholder {  /* Firefox 19+ */
color: rgba(0, 0, 0, 0.85);  
}
:-ms-input-placeholder {  
color: rgba(0, 0, 0, 0.85);  
}
ul, ol {
list-style: inside;
padding: 0 0 20px;
}
p {
margin: 0 0 20px;
}
p strong {
font-weight: bold;
}
form {
margin: 0px;
padding: 0px;
}
a img {
border: 0px;
}
a {
color: #e1007a;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
.clear {
clear:both;
}
img {
max-width:100%;
height:auto;
}
img.wp-smiley {
outline: 0 !important;
}

/* Algemeen */
.container {
max-width:1160px;
padding:0 20px;
margin:0 auto;
}
.content_wrapper{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.content-links {
float: left;
width: 45%;
}
.content-rechts {
float: right;
width: 45%;
}
.content-center {
width: 50%;
margin-left: 25%;
}
img.alignright {
float: right;
margin:0 0 30px 30px;
}
img.alignleft {
float: left;
margin:0 30px 30px 0;
}
a.knop-roze {
display: block;
margin: 50px auto 0;
font-size: 18px;
font-weight: 700;
min-width: 200px;
text-align: center;
width: 200px;
padding: 18px 25px;
background: #e1007a;
color: #fff;
text-decoration: none;
text-transform: uppercase;
border-bottom: 4px solid #ed46a1;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-o-border-radius: 5px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
a.knop-roze:hover {
background:#ed46a1;
}
a.knop-zwart {
display: block;
margin: 50px auto 0;
font-size: 18px;
min-width: 200px;
text-align: center;
width: 200px;
padding: 18px 25px;
background: #222;
color: #fff;
text-decoration: none;
text-transform: uppercase;
border-bottom: 4px solid #444;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-o-border-radius: 5px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
a.knop-zwart:hover {
background:#444;
}
/* fancybox */
.fancybox-navigation{
	width: 100%;
	height: 100vh;
}
.fancybox-arrow {
	position: absolute !important;
	top: 0  !important;
	margin: 0  !important;
	height: 100vh  !important;
	width: 50%  !important;
	padding: 0  !important;
	border: 0  !important;
	outline: none  !important;
	background: none  !important;
	cursor: pointer  !important;
}
.fancybox-arrow:after {
    position: fixed  !important;
    top: 0  !important;
    width: 44px !important;
    height: 100vh  !important;
    background-color: rgba(0,0,0,.8)  !important;
}
.fancybox-arrow--left:after, .fancybox-arrow--right:after {
	right: 0 !important;
	left: unset !important;
}
/* Header */
body.admin-bar #header.fixed {
top: 32px;
}
header#header {
position: relative;
width:100%;
background:#fff;
z-index:20;
}
header#header.fixed {
position: fixed;
top:0;
left:0;
-webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.5);
box-shadow: 0 0 15px 0 rgba(0,0,0,0.2);
}
header#header:after {
clear:both;
content:'';
display:block;
}
img.logo {
float:left;
width: 250px;
margin: 10px 0;
}
#header.fixed img.logo {
width: 175px;
}
#header.fixed .nav {
margin-top: 15px;
}

/* Zoeken */
.searchbox {
width: 150px;
height: 40px;
position: relative;
float: right;
}
.searchbox-input {
top: 0;
right: 0;
border: 0;
outline: 0;
width: 100%;
height: 40px;
margin: 0;
padding: 0px 40px 0px 10px;
border: 1px solid #c4c4c4;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.searchbox-submit {
width: 40px;
height: 40px;
display: block;
position: absolute;
top: 0;
right: 0;
padding: 0;
margin: 0;
border: 0;
outline: 0;
line-height: 40px;
text-align: center;
cursor: pointer;
background: url(images/icon-search.png) no-repeat center center;
background-size: 16px auto;
-webkit-box-shadow: none;
box-shadow: none;
}

/* Menu */
.nav {
float:right;
position: relative;
text-transform: uppercase;
font-size: 1.0em;
margin: 23px 0 0;
}
.nav ul {
display: table;
list-style: none;
margin: 0;
padding: 0;
width: 100%;
}
.nav li {
display: table-cell;
position: relative;
white-space:nowrap;
}
.nav li#menu-item-21 {
padding-right: 5px;
}
.nav li#menu-item-21 a {
background: url(images/icon-home.png) no-repeat 0px 6px;
background-size: 25px auto;
padding: 0 20px 0 10px;
text-indent: -9999px;
}
.nav li#menu-item-21 a:hover {
background: transparent url(images/icon-home2.png) no-repeat 0px 6px;
background-size: 25px auto;
}
.nav a {
color: #222;
display: block;
padding: 0 15px;
text-decoration: none;
margin:0 3px;
height: 34px;
line-height: 34px;
}
.nav a:after {
content: '!';
color: #e1007a; 
}
.nav #menu-item-28 a:after {
content: '!?';
}

#menu-mainmenu li:last-child a:after {
    content: '';
}
.nav .parent:after {
content: '';
display: inline-block;
height: 0;
margin-left: .5em;
position: relative;
top: -.063em;
-webkit-transform: rotate(360deg);
width: 0;
}
.nav a:hover,
.nav a:focus,
.nav li:hover > a,
.nav li.current-menu-item a,
.nav li.current_page_parent a {
background: #222;
color: #fff;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-o-border-radius: 3px;
}
.nav li.current-menu-parent li.current_page_item a {
background: #222;
color: #fff;
}
.nav ul ul {
left: -999em;
position: absolute;
}
.nav ul li:hover ul,
.nav ul li a.tmh-open + * {
left: auto;
display: table;
}
.nav li li {
display: block;
}
.nav li li a,
.nav li.current-menu-item li a,
.nav li.current-menu-item li a,
.nav li.current_page_parent li a {
background: #e1007a;
color: #fff;
height: 52px;
line-height: 52px;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-o-border-radius:0;
}
.nav li li a:hover,
.nav li li a:focus {
background: #222;
}
#menu-toggle.toggle {
display:none;
}
.nav li.menu-item-has-children:hover > a {
border-radius: 3px 3px 0 0;
-webkit-border-radius: 3px 3px 0 0;
-moz-border-radius: 3px 3px 0 0;
-o-border-radius: 3px 3px 0 0;
}
.nav li li:hover > a {
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-o-border-radius:0;
}

/* Home */
section {
padding-top: 90px;
padding-bottom: 90px;
}
.roze {
background:#e1007a;
}
.grijs {
	background: #d4d4d4;
}
.roze a {
color: #fff;
}
.roze h1,
.roze h2,
.roze h3,
.roze h4,
.roze h5,
.roze h6 {
color: #fff;
}
/* Home intro */
section#intro {
padding-top: 0;
padding-bottom: 0;
}
section#intro .container {
max-width: 1600px;
}
.main-image {
position: relative;
text-align: center;
}
.main-image img {
width:100%;
vertical-align:top;
}
.main-image-buttons {
position:absolute;
width:100%;
top: 60%;
left: 0;
display: block;
text-align: center;
}
.main-image-buttons a {
display: inline-block;
margin:0 20px;
width: 300px;
background: rgba(0, 0, 0, 0.5);
color: #fff;
text-decoration: none;
text-transform: uppercase;
font-size: 38px;
font-weight: 400;
border:3px solid #fff;
height:64px;
line-height:64px;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-o-border-radius: 5px;
}
.main-image-buttons a:hover {
background: rgba(0, 0, 0, 0.75);
}
/* Home whatelze */
#whatelze {
color: #fff;
}
#whatelze h1 {
text-align: center;
}
#whatelze h2 {
margin-bottom: 20px;
}
#whatelze p{
	font-size: 18px;
}
#whatelze a{
	font-weight: 700;
}
#whatelze .content-rechts img {
margin-top: 30px;
}
#whatelze ul {
clear: both;
list-style: none;
display: block;
text-align: center;
padding: 60px 0 0;
}
#whatelze ul li {
display: inline-block;
width: 16%;
text-align: center;
vertical-align: top;
}
#whatelze ul li p {
margin-bottom:0;
}
#whatelze ul li img {
width: 50%;
margin-bottom: 20px;
}
#whatelze ul li .fa {
font-size: 90px;
margin-bottom: 20px;
color: #222;
}
/* Home crew */
#crew:after {
clear:both;
content:'';
display:block;
}
#crew h2 {
margin-bottom: 30px;
font-size: 42px;
letter-spacing: 5px;
}
#crew .content-links img {
margin-top: 10px;
}
/* Home opdrachtgevers */
#opdrachtgevers:after {
clear:both;
content:'';
display:block;
}
#opdrachtgevers h2 {
margin-bottom: 30px;
font-size: 42px;
letter-spacing: 5px;
text-align: center;
position: relative;
}
.home #opdrachtgevers h2{
	color: white;
}
#opdrachtgevers h2:before{
	content:"";
	display: block;
	position: absolute;
	width: 200px;
	top: -30px;
	left: calc(50% - 100px);
	margin: 0 auto;
	border: 2px solid #e1007a !important;
}
#opdrachtgevers ul {
list-style: none;
margin: 0;
padding: 0;
display: flex;
flex-wrap: wrap;
justify-content: space-around;
text-align: center;
}
.home #opdrachtgevers ul {
	justify-content: center;
}
#opdrachtgevers ul li {
display: flex;
justify-content: center;
align-items: center;
width: calc(33.33% - 30px);
height: 200px;
min-width: 250px;
}
.home #opdrachtgevers ul li {
	width: calc(25% - 30px);

}
#opdrachtgevers ul li:first-child {
margin-left: 0;
}
#opdrachtgevers ul li:last-child {
margin-right: 0;
}
#opdrachtgevers ul li.opdrachtgever {
	margin-bottom: 30px;
	/* background: #f7f7f7; */
    border: 1px solid #cecece;
	transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
}
#opdrachtgevers ul li.opdrachtgever:hover {
	/* background: #e1007a; */
    /* border: 1px solid #e1007a; */
	transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}
.home #opdrachtgevers ul li.opdrachtgever{
	background: #fff;
	display: flex;
    justify-content: center;
	margin: 10px 14px;
}
.home #opdrachtgevers ul li.opdrachtgever:hover {
	/* background: #e1007a; */
}
#opdrachtgevers ul li img {
max-width: 160px;
}
#opdrachtgevers ul li img.placeholder {
max-width: 100px;
}
#opdrachtgevers ul li .opdrachtgevers-logo{
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}
#opdrachtgevers ul li:hover .opdrachtgevers-logo{
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
	transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}
.opdrachtgevers-links {
height: 100%;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
position: relative;
}
.opdrachtgevers-rechts {
height: 50px;
width: 170px;
display: table-cell;
text-align: center;
vertical-align: middle;
color: #aaa;
position: relative;
}
.opdrachtgevers-links *,
.opdrachtgevers-rechts * {
vertical-align: middle;
max-width: 100%;
}
.opdrachtgevers-rechts h4 {
font-size: 16px;
font-weight: 400;
}

/* Home referenties */
#referenties:after {
clear:both;
content:'';
display:block;
}
#referenties h2 {
margin-bottom: 30px;
font-size: 42px;
letter-spacing: 5px;
text-align: center;
position: relative;
}
#referenties h2:before{
	content:"";
	display: block;
	position: absolute;
	width: 200px;
	top: -30px;
	left: calc(50% - 100px);
	margin: 0 auto;
	border: 2px solid #e1007a !important;
}
#referenties ul {
list-style: none;
margin: 50px 0 0;
padding: 0;
}
#referenties ul:after {
clear:both;
content:'';
display:block;
}
#referenties ul li {
width: 45%;
float: left;
margin-left: 10%;
}
#referenties ul li:first-child {
margin-left: 0;
}
#referenties ul li img {
width: 125px;
}
#referenties .referentie-links {
float: left;
width: 150px;
}
#referenties .referentie-rechts {
float: right;
width: calc(100% - 150px);
font-size: 18px;
line-height: 1.8em;
}
#referenties .referentie-rechts p {
font-style: italic;
text-align: left;
}
#referenties .referentie-rechts h3 {
font-size: 24px;
margin-bottom: 10px;
}
#referenties p {
text-align: center;
}


/* Referenties pagina */
ul#referentie-pagina {
list-style: none;
margin: 50px 0 0;
padding: 0;
display:flex;
flex-wrap: wrap;
}
ul#referentie-pagina:after {
clear:both;
content:'';
display:block;
}
ul#referentie-pagina li {
width: 45%;
float: left;
margin-left: 10%;
margin-bottom: 50px;
}
ul#referentie-pagina li:nth-child(odd) {
margin-left: 0;
}
ul#referentie-pagina li img {
width: 125px;
}
ul#referentie-pagina .referentie-links {
float: left;
width: 150px;
}
ul#referentie-pagina .referentie-rechts {
float: right;
width: calc(100% - 150px);
font-size: 18px;
line-height: 1.8em;
}
ul#referentie-pagina .referentie-rechts p {
font-style: italic;
text-align: left;
}
ul#referentie-pagina .referentie-rechts h3 {
font-size: 24px;
margin-bottom: 10px;
}

/* Content */
section.content {
padding-top: 60px;
padding-bottom: 60px;
}
section.content:after {
clear:both;
content:'';
display:block;
}
section.content h2,
section.content h3,
section.content h4,
section.content h5,
section.content h6 {
margin-bottom: 15px;
}
.content-links img {
max-width: 100%;
/* outline: 4px solid rgba(255, 255, 255, 0.75); */
/* outline-offset: -8px; */
}
.content-rechts img {
width: 100%;
/* outline: 4px solid rgba(255, 255, 255, 0.75); */
/* outline-offset: -8px; */
}
#page-image img {
vertical-align: top;
}
#page-title {
text-align: center;
background: #e1007a;
width: 100%;
}
#page-title h1 {
line-height: 1em;
color: #fff;
margin: 0;
padding: 20px;
}
#page-title.blog h1 {
font-size: 32px;
}
#page-title h1 span {
color: #AF015F;
}

/* Contactpersoon blok */
.contactpersoon_wrapper{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.contactpersoon_wrapper > h2{
	position: relative;
	margin-bottom: 30px;
    font-size: 42px;
    letter-spacing: 5px;
    text-align: center;
}
.contactpersoon_wrapper > h2:before {
    content: "";
    display: block;
    position: absolute;
    width: 200px;
    top: -30px;
    left: calc(50% - 100px);
    border: 2px solid #e1007a !important;
}
.contactpersoon{
	width: 100%;
    max-width: 750px;
    padding: 15px;
    height: auto;
    background: #ffffff;
    border: 1px solid #ccc;
    /* color: white; */
	display: flex;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
.contact_persoon_image {
	width: 200px;
	height: 250px;
	flex-shrink: 0;
	background-size: cover !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
}
.contactpersoon_content{
	padding-left: 30px;
	padding-right: 15px;
	position: relative;
	height: 100%;
	width: 100%;
}
.contactpersoon_content h2{
	margin-bottom: 15px;
}
.contactpersoon_content a{
	display: inline-block;
}
.contactpersoon_gegevens{
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
.contactpersoon_gegevens span{
	width: calc(45% - 5px);
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.contactpersoon_gegevens a.telefoon{
	display: inline;
	font-size: 20px;
	font-weight: 700;
	color: #e1067a;
	width: 100%;
	transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}
.contactpersoon_gegevens a.telefoon span{
	/* background:#e1007a;  */
	width: 22px; 
	height: 22px; 
	margin-right: 10px;
	display: block; 
	text-align: center; 
	float: left; 
	transition: 0.3s ease-in-out; 
	-webkit-transition: 0.3s ease-in-out; 
	-moz-transition: 0.3s ease-in-out; 
	-ms-transition: 0.3s ease-in-out; 
	-o-transition: 0.3s ease-in-out;
}
.contactpersoon_gegevens a.mail{
	display: inline-flex;
	align-items: center;
	font-size: 20px;
	font-weight: 700;
	color: white;
	background: #e1067a;
	width: 55%;
	height: 60px;
    border-bottom: 4px solid #ed46a1;
	justify-content: center;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}
.contactpersoon_gegevens a.mail:hover{
	text-decoration: none;
	background: #ed46a1;
}
.contactpersoon_gegevens a.mail span{
	/* background:#e1007a;  */
	width: 40px; 
	height: 40px; 
	display: block; 
	text-align: center; 
	float: left; 
	transition: 0.3s ease-in-out; 
	-webkit-transition: 0.3s ease-in-out; 
	-moz-transition: 0.3s ease-in-out; 
	-ms-transition: 0.3s ease-in-out; 
	-o-transition: 0.3s ease-in-out;
}
.contactpersoon_gegevens a.mail i {
	color: #fff;
	font-size: 22px;
	line-height: 40px;
}

.contactpersoon_socialmedia{
	display: flex;
	justify-content: flex-start;
	list-style:none;
	position: relative;
	margin-bottom: 0;
	padding-bottom: 0;
}


.contactpersoon_socialmedia i{
	font-size: 22px;
}
.contactpersoon_socialmedia li{
	padding-right: 10px;
}
.contactpersoon_socialmedia li a { 
	background:#e1007a; 
	width: 40px; 
	height: 40px; 
	display: block; 
	text-align: center; 
	border-radius: 50%;
	-webkit-border-radius: 50%; 
	-moz-border-radius: 50%; 
	-o-border-radius: 50%; 
	float: left; 
	margin: 0; 
	transition: 0.3s ease-in-out; 
	-webkit-transition: 0.3s ease-in-out; 
	-moz-transition: 0.3s ease-in-out; 
	-ms-transition: 0.3s ease-in-out; 
	-o-transition: 0.3s ease-in-out;
}
.contactpersoon_socialmedia a i {
	color: #fff;
	font-size: 24px;
	line-height: 40px;
	}
.contactpersoon_socialmedia li h3 a { background: none !important; color:#222;
}
.contactpersoon_socialmedia li.twitter a {
background:#e1007a;
}
.contactpersoon_socialmedia li.twitter a:hover{
	background: #1da1f2;
}
.contactpersoon_socialmedia li.facebook a {
background:#e1007a;
}
.contactpersoon_socialmedia li.facebook a:hover{
	background: #3b5998;
}
.contactpersoon_socialmedia li.email a {
background:#e1007a;
}
.contactpersoon_socialmedia li.email a:hover{
	background: #237ecc;
}
.contactpersoon_socialmedia li.instagram a{
	background: #e1007a;
}
.contactpersoon_socialmedia li.instagram a:hover{
	background: #405de6;
}
.contactpersoon_socialmedia li.linkedin a{
	background: #e1007a;
}
.contactpersoon_socialmedia li.linkedin a:hover{
	background: #0077b5;
}
/* Blog */
section.content.blogpagina {
padding-top: 0;
padding-bottom: 0;
}
p.bericht-datum {
font-size: 18px;
text-transform: uppercase;
font-weight: 600;
}
p.bericht-datum span {
color: #e1007a;
}
.cd-container {
width: 90%;
max-width: 1024px;
margin: 0 auto;
}
.cd-container::after {
content: '';
display: table;
clear: both;
}
#cd-timeline {
position: relative;
padding: 100px 0;
}
#cd-timeline::before {
/* this is the vertical line */
content: '';
position: absolute;
top: 0px;
left: 18px;
height: 100%;
width: 4px;
background: #222;
}
@media only screen and (min-width: 1024px) {
	#cd-timeline::before {
	left: 50%;
	margin-left: -2px;
	}
}

.cd-timeline-block {
position: relative;
margin: 2em 0;
}
.cd-timeline-block:after {
content: "";
display: table;
clear: both;
}
.cd-timeline-block:first-child {
margin-top: 0;
}
.cd-timeline-block:last-child {
margin-bottom: 0;
}
@media only screen and (min-width: 1024px) {
	.cd-timeline-block {
	margin: 4em 0;
	}
	.cd-timeline-block:first-child {
	margin-top: 0;
	}
	.cd-timeline-block:last-child {
	margin-bottom: 0;
	}
}

.cd-timeline-img {
position: absolute;
top: 0;
left: 0;
width: 40px;
height: 40px;
border-radius: 50%;
box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}
.cd-timeline-img img {
display: block;
width: 100%;
height: 100%;
position: relative;
left: 0%;
top: 0%;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-o-border-radius: 50%;
}
.cd-timeline-img.cd-picture {
background: #e1007a;
}
.cd-timeline-img.cd-movie {
background: #c03b44;
}
.cd-timeline-img.cd-location {
background: #f0ca45;
}
@media only screen and (min-width: 1024px) {
	.cd-timeline-img {
	width: 80px;
	height: 80px;
	left: 50%;
	margin-left: -40px;
	/* Force Hardware Acceleration in WebKit */
	-webkit-transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	}
	.cssanimations .cd-timeline-img.is-hidden {
	visibility: hidden;
	}
	.cssanimations .cd-timeline-img.bounce-in {
	visibility: visible;
	-webkit-animation: cd-bounce-1 0.6s;
	-moz-animation: cd-bounce-1 0.6s;
	animation: cd-bounce-1 0.6s;
	}
}

@-webkit-keyframes cd-bounce-1 {
	0% {
	opacity: 0;
	-webkit-transform: scale(0.5);
	}

	60% {
	opacity: 1;
	-webkit-transform: scale(1.2);
	}

	100% {
	-webkit-transform: scale(1);
	}
}
@-moz-keyframes cd-bounce-1 {
	0% {
	opacity: 0;
	-moz-transform: scale(0.5);
	}

	60% {
	opacity: 1;
	-moz-transform: scale(1.2);
	}

	100% {
	-moz-transform: scale(1);
	}
}
@keyframes cd-bounce-1 {
	0% {
	opacity: 0;
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-ms-transform: scale(0.5);
	-o-transform: scale(0.5);
	transform: scale(0.5);
	}

	60% {
	opacity: 1;
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
	}

	100% {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	}
}
.cd-timeline-content {
position: relative;
margin-left: 60px;
background: #f4f4f4;
border-radius: 0.25em;
padding: 1em;
}
.cd-timeline-content:after {
content: "";
display: table;
clear: both;
}
.cd-timeline-content h2,
.cd-timeline-content h2 a {
color: #303e49;
font-size: 24px;
text-decoration: none;
}
.cd-timeline-content h2 a:hover {
color: #e1007a;
}
.cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
display: inline-block;
}
.cd-timeline-content p {
margin: 1em 0;
line-height: 1.6;
}
.cd-timeline-content .cd-read-more {
padding: .8em 1em;
background: #e1007a;
color: white;
border-radius: 0.25em;
display: block;
width: 100px;
margin-top: 20px;
text-decoration: none;
}
.no-touch .cd-timeline-content .cd-read-more:hover {
background: #222;
text-decoration: none;
}
.cd-timeline-content .cd-read-more:hover {
background: #222;
}
.cd-timeline-content .cd-date {
float: left;
padding: .8em 0;
opacity: .7;
}
.cd-timeline-content::before {
content: '';
position: absolute;
top: 16px;
right: 100%;
height: 0;
width: 0;
border: 7px solid transparent;
border-right: 7px solid #f4f4f4;
}
@media only screen and (min-width: 768px) {
	.cd-timeline-content p {
	font-size: 16px;
	font-size: 1rem;
	}
	.cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
	font-size: 16px;
	}
}
@media only screen and (min-width: 1024px) {
	.cd-timeline-content {
	margin-left: 0;
	padding: 1.6em;
	width: 39%;
	}
	.cd-timeline-content::before {
	top: 34px;
	left: 100%;
	border-color: transparent;
	border-left-color: #f4f4f4;
	}
	.cd-timeline-content .cd-date {
	position: absolute;
	width: 100%;
	left: 127%;
	top: 10px;
	font-size: 20px;
	font-weight: 600;
	color: #222;
	}
	.cd-timeline-block:nth-child(even) .cd-timeline-content {
	float: right;
	}
	.cd-timeline-block:nth-child(even) .cd-timeline-content::before {
	top: 24px;
	left: auto;
	right: 100%;
	border-color: transparent;
	border-right-color: #f4f4f4;
	}
	.cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
	left: auto;
	right: 127%;
	text-align: right;
	}
	.cssanimations .cd-timeline-content.is-hidden {
	visibility: hidden;
	}
	.cssanimations .cd-timeline-content.bounce-in {
	visibility: visible;
	-webkit-animation: cd-bounce-2 0.6s;
	-moz-animation: cd-bounce-2 0.6s;
	animation: cd-bounce-2 0.6s;
	}
}

@media only screen and (min-width: 1024px) {
	/* inverse bounce effect on even content blocks */
	.cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
	-webkit-animation: cd-bounce-2-inverse 0.6s;
	-moz-animation: cd-bounce-2-inverse 0.6s;
	animation: cd-bounce-2-inverse 0.6s;
	}
}
@-webkit-keyframes cd-bounce-2 {
	0% {
	opacity: 0;
	-webkit-transform: translateX(-100px);
	}

	60% {
	opacity: 1;
	-webkit-transform: translateX(20px);
	}

	100% {
	-webkit-transform: translateX(0);
	}
}
@-moz-keyframes cd-bounce-2 {
	0% {
	opacity: 0;
	-moz-transform: translateX(-100px);
	}

	60% {
	opacity: 1;
	-moz-transform: translateX(20px);
	}

	100% {
	-moz-transform: translateX(0);
	}
}
@keyframes cd-bounce-2 {
	0% {
	opacity: 0;
	-webkit-transform: translateX(-100px);
	-moz-transform: translateX(-100px);
	-ms-transform: translateX(-100px);
	-o-transform: translateX(-100px);
	transform: translateX(-100px);
	}

	60% {
	opacity: 1;
	-webkit-transform: translateX(20px);
	-moz-transform: translateX(20px);
	-ms-transform: translateX(20px);
	-o-transform: translateX(20px);
	transform: translateX(20px);
	}

	100% {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	}
}
@-webkit-keyframes cd-bounce-2-inverse {
	0% {
	opacity: 0;
	-webkit-transform: translateX(100px);
	}

	60% {
	opacity: 1;
	-webkit-transform: translateX(-20px);
	}

	100% {
	-webkit-transform: translateX(0);
	}
}
@-moz-keyframes cd-bounce-2-inverse {
	0% {
	opacity: 0;
	-moz-transform: translateX(100px);
	}

	60% {
	opacity: 1;
	-moz-transform: translateX(-20px);
	}

	100% {
	-moz-transform: translateX(0);
	}
}
@keyframes cd-bounce-2-inverse {
	0% {
	opacity: 0;
	-webkit-transform: translateX(100px);
	-moz-transform: translateX(100px);
	-ms-transform: translateX(100px);
	-o-transform: translateX(100px);
	transform: translateX(100px);
	}

	60% {
	opacity: 1;
	-webkit-transform: translateX(-20px);
	-moz-transform: translateX(-20px);
	-ms-transform: translateX(-20px);
	-o-transform: translateX(-20px);
	transform: translateX(-20px);
	}

	100% {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	}
}

/* Contact */
.contact-links {
float: left;
width: 60%;
}
.contact-rechts {
float: right;
width: 30%;
}
.contact-rechts p {
margin:5px 0;
}
.contact-rechts p.kvk {
margin-top:20px;
}
.contact-rechts p .fa {
width: 25px;
}
/* Foto page */
.fotos{
	width: 100%;
	padding-top: 0px;
	display: flex;
    flex-wrap: wrap;
	justify-content: space-evenly;
	list-style: none;

}
.fotos li{
	width: 100%;
    margin-bottom: 36px;
    height: auto;
	float: left;
	overflow: hidden;
}

.fotos li a{
	width: 100%;
	height: 100%;
	position: relative;
	display: block;
}

.fotos li a img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.overlay {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .5s ease;
	background-color: rgba(225, 0, 122, 0.65);
  }
  
  .fotos li a:hover .overlay {
	opacity: 1;
  }
  .search_plus{
	height: 32px;
	width: 32px;
	background: url('images/search-plus.svg');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
  }
  span.text {
	color: white;
	font-size: 20px;
	text-align: center;
	font-weight: 500;
	margin-top: 10px;
  }


/* Footer */
#footer {
font-size: 19px;
}
#footer h2 {
position: relative;
margin-bottom: 30px;
font-size: 42px;
letter-spacing: 5px;
text-align: center;
}
#footer h2:before {
    content: "";
    display: block;
    position: absolute;
    width: 200px;
    top: -30px;
    left: calc(50% - 100px);
    border: 2px solid #e1007a !important;
}


#footer-contact {
background: #222;
color: #fff;
text-align: center;
padding: 75px 0;
}
#footer-contact h1,
#footer-contact h2,
#footer-contact h3,
#footer-contact h4,
#footer-contact h5,
#footer-contact h6 {
color: #fff;
}
#footer-contact .veld-links {
float: left;
width: 45%;
}
#footer-contact .veld-rechts {
float: right;
width: 45%;
}
#footer-contact textarea {
height: 100px;
clear: both;
margin: 30px 0;
}
#footer-contact input.wpcf7-submit {
width: 200px;
margin: 0 auto;
display: block;
cursor: pointer;
padding: 18px 10px;
text-transform: uppercase;
color: white;
font-weight: 700;
background:#e1007a;
border-bottom: 4px solid #ed46a1;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-o-border-radius: 5px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.recaptcha .wpcf7-recaptcha > div {
	margin: 0 auto;
	margin-bottom: 30px;
   }
#footer-contact input.wpcf7-submit:hover {
background:#ed46a1;
}
#footer-contact img.ajax-loader {
position: absolute;
top: 25px;
right: 10px;
}
form.wpcf7-form {
    max-width: 750px;
    margin: 75px auto 0;
}
form.wpcf7-form div.versturen {
position: relative;
display: inline-block;
}
section#footer-contactopnemen{
	background: #f7f7f7;
}
#footer-contactopnemen ul.telefoonnummers{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	list-style: none;
	max-width: 750px;
    margin: 75px auto 20px;
}
#footer-contactopnemen ul.telefoonnummers li{
	margin: 0 20px 10px;
}
#footer-contactopnemen ul.telefoonnummers li a{
	width: 250px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	padding: 18px 10px;
	text-transform: uppercase;
	color: white;
	font-size: 22px;
	font-weight: 700;
	background: #222;
    border-bottom: 4px solid #444;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#footer-contactopnemen ul.telefoonnummers li a:hover{
		background: #444;
		text-decoration: none;
}
#footer-contactopnemen ul.telefoonnummers li a i {
    margin-right: 10px;
    line-height: 0px;
    padding-top: 5px;
    font-size: 25px;
}
#footer-contactopnemen {
background: #f7f7f7;
padding: 75px 0;
}
#footer-contact h1,
#footer-contact h2,
#footer-contact h3,
#footer-contact h4,
#footer-contact h5,
#footer-contact h6 {
color: #fff;
}
#footer-contactopnemen {
text-align: center;
font-size: 17px;
}
#footer-contactopnemen h4 {
color: #222;
text-transform: inherit;
letter-spacing: 0;
font-weight: 600;
font-size: 20px;
}
#footer-contactopnemen h3 {
color: #222;
font-size: 24px;
letter-spacing: 1px;
margin-bottom: 5px;
}
#footer-contactopnemen ul.footer_social {
list-style: none;
margin: 0px auto 0;
padding: 0;
max-width: 440px;
display: flex;
justify-content: center;
}
#footer-contactopnemen ul.footer_social:after {
clear:both;
content:'';
display:block;
}
#footer-contactopnemen ul.footer_social li {
float:left;
width:20%;
text-align: center;
margin-top: 30px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
#footer-contactopnemen ul li p.titel {
font-style: italic;
margin-top: 10px;
}
#footer-contactopnemen ul.footer_social li a.link { 
	background:#e1007a; 
	width: 60px; 
	height: 60px; 
	display: block; 
	text-align: center; 
	border-radius: 50%;
	-webkit-border-radius: 50%; 
	-moz-border-radius: 50%; 
	-o-border-radius: 50%; 
	float: left; 
	margin:0 0px 20px 0; 
	transition: 0.3s ease-in-out; 
	-webkit-transition: 0.3s ease-in-out; 
	-moz-transition: 0.3s ease-in-out; 
	-ms-transition: 0.3s ease-in-out; 
	-o-transition: 0.3s ease-in-out;
}
#footer-contactopnemen ul.footer_social li a i {
	color: #f7f7f7;
	font-size: 30px;
	line-height: 60px;
	}
#footer-contactopnemen ul.footer_social li h3 a { background: none !important; color:#222;
}

#footer-contactopnemen ul.footer_social li.twitter a:hover{
	background: #1da1f2;
}

#footer-contactopnemen ul.footer_social li.facebook a:hover{
	background: #3b5998;
}

#footer-contactopnemen ul.footer_social li.email a:hover{
	background: #237ecc;
}

#footer-contactopnemen ul.footer_social li.instagram a:hover{
	background: #405de6;
}

#footer-contactopnemen ul.footer_social li a i.fa-comment {
line-height: 57px;
}
#footer-contactopnemen ul.footer_social li a i.fa-envelope-o {
font-size: 25px;
}
section#copyright {
	background: #f7f7f7;

padding-top:10px;
padding-bottom:10px;
}
#copyright ul {
display: block;
text-align: center;
padding: 0;
margin: 20px 0;
font-size: 14px;
}
#copyright ul li {
display: inline-block;
border-left: 1px solid #e1007a;
padding:0 10px;
}
#copyright ul li:first-child {
border:0;
}
#copyright ul li a {
color: #222;
}

@media (max-width: 1023px) {

	#opdrachtgevers ul li {
    width: 28%;
    margin: 0 1%;
	}
	.opdrachtgevers-links {
	width: 200px;
	}
	.opdrachtgevers-rechts {
	width: 200px;
	}
	#referenties .referentie-links,
	ul#referentie-pagina .referentie-links {
    width: 90px;
	}
	#referenties .referentie-rechts,
	ul#referentie-pagina .referentie-rechts {
    width: calc(100% - 105px);
	font-size: 17px;
	}
	#cd-timeline {
	position: relative;
	padding: 75px 0;
	}

}


@media (max-width: 900px) {

	img.logo {
    float: none;
	display: block;
	margin: 10px auto;
	width: 220px;
	}
	.nav {
    float: none;
    margin: 10px 0;
	}
	.nav li {
	text-align: center;
	}
	.nav li#menu-item-21 {
    padding-right: 0;
	}
	.nav li#menu-item-21 a {
    background: url(images/icon-home.png) no-repeat center 6px;
	background-size: 25px auto;
	}
	#whatelze ul li {
	font-size: 15px;
	line-height: 20px;
	}
	#footer-social h3 {
    font-size: 22px;
	}
	.content-links,
	.content-rechts {
    width: 47.5%;
	}
	#referenties ul li,
	ul#referentie-pagina li	{
    width: 47.5%;
	}
	#referenties ul li,
	ul#referentie-pagina li {
    margin-left: 5%;
	}

}

@media (max-width: 767px) {

	.main-image-buttons {
	display:none;
	}
	#menu {
	display:none;
	width:100%;
	}
	#menu-toggle.toggle {
	z-index: 100;
	display:inherit;
	width:40px;
	position:absolute;
	top:15px;
	right:20px;
	}
	.nav li.current-menu-item a,
	.nav li.current_page_parent a {
	color: #e1007a;
	}
	#intro .container,
	#header .container {
	padding: 0;
	}
	.main-image {
	overflow: hidden;
	}
	.main-image img {
    width: 120%;
	max-width: 120%;
	margin-left: -10%;
	}
	img.logo {
    float: left;
    width: 220px;
	margin-left: 20px;
	}
	.nav {
	margin: 0;
	}
	.nav a {
	padding: 10px 0;
	color: #fff;
	margin: 0; 
	}
	.nav li#menu-item-21 a {
    background: url(images/icon-home.png) no-repeat center center;
	background-size: 25px auto;
    padding: 10px 0;
	}
	.nav ul {
	background:#222;
	}
	.nav li {
	display: block;
	text-align:center;
	line-height:2em;
	}
	.nav ul ul {
	position: relative;
	display:none;
	}
	.nav ul ul li a {
	background:#e1007a;
	}
	.nav ul ul li a:after {
    content: '!';
    color: #222;
	}
	#menu-toggle {
	width: 60px;
	height: 45px;
	position: relative;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	}
	#menu-toggle span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	background: #E1007A;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
	}
	#menu-toggle span:nth-child(1) {
	top: 10px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
	}
	#menu-toggle span:nth-child(2) {
	top: 20px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
	}
	#menu-toggle span:nth-child(3) {
	top: 30px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
	}
	#menu-toggle.open span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 7px;
	left: 8px;
	}
	#menu-toggle.open span:nth-child(2) {
	width: 0%;
	opacity: 0;
	}
	#menu-toggle.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 35px;
	left: 8px;
	}
	/* section {
    padding-top: 50px;
    padding-bottom: 50px;
	} */
	.content-links, .content-rechts {
    width: 100%;
	float: none;
	}
	#whatelze ul li {
    width: 32%;
	margin-bottom: 30px;
	}
	ul#referentie-pagina {
	margin: 0;
	}
	#referenties ul li,
	ul#referentie-pagina li {
    width: 100%;
	float: none;
	margin: 0 0 30px;
	height: auto !important;
	}
	#referenties ul li,ul#referentie-pagina li {
    margin-left: 0;
	}
	#referenties ul li:after,
	ul#referentie-pagina li:after {
	clear:both;
	content:'';
	display:block;
	}
	#footer-social ul li {
    float: none;
    width: 100%;
    margin-top: 30px;
	}
	#footer-social ul li:after {
	clear:both;
	content:'';
	display:block;
	}
	#page-title.blog h1 {
	font-size: 26px;
	}
	.content-center {
    width: 100%;
    margin-left: 0;
	}
	
}

@media (max-width: 600px) {

	#page-title h1 {
	font-size:8vw;
	}
	#opdrachtgevers h2 {
	font-size:8vw;
	}
	#footer h2 {
	font-size:8vw;
	}
	#opdrachtgevers ul li {
    width: 46%;
	}
	.cd-timeline-content p, .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
	font-size: 13px;
	font-size: 0.8125rem;
	}
	#footer-contact .veld-links {
    float: none;
    width: 100%;
	margin-bottom: 10px;
	}
	#footer-contact .veld-rechts {
	float: none;
    width: 100%;
	}
	#footer-contact textarea {
    margin: 10px 0;
	}
	#footer-social ul li a {
    width: 60px;
    height: 60px;
	margin: 0 10px 15px 0;
	}
	#footer-social ul li a i {
    font-size: 40px;
	line-height: 59px;
	}
	#footer-social ul li a i.fa-facebook,
	#footer-social ul li a i.fa-twitter {
	line-height: 64px;
	}
	#footer-social ul li a i.fa-envelope-o {
    font-size: 30px;
	}
	#footer-social ul li a i.fa-comment {
    line-height: 57px;
	}
	#footer-social h3 {
    font-size: 20px;
	}
	#footer-social ul li p {
	display: none;
	}
	#footer-social ul li a.link {
	width: 50px;
	height: 50px;
	}
	#footer-social ul li a i {
    font-size: 30px;
	line-height: 49px;
	}
	#footer-social ul li a i.fa-envelope-o {
    font-size: 24px;
	}
	#footer-social ul li a i.fa-comment {
    line-height: 45px;
	}
	#footer-social ul li a i.fa-facebook, #footer-social ul li a i.fa-twitter {
    line-height: 55px;
	}
	#footer-social ul li p.titel {
	display: block !important;
    margin-bottom: 5px;
	}
	#whatelze ul li {
    width: 48%;
	}
	.contact-links {
    float: none;
    width: 100%;
	margin-top: 40px;
	}
	.contact-rechts {
    float: none;
    width: 100%;
	}
	#cd-timeline {
	padding: 50px 0;
	}
	h1 {
	font-size: 9vw;
	}

}

@media (max-width: 400px) {

	#menu-toggle.toggle {
	top: 12px;
	}
	img.logo {
	width: 175px;
	}
	#opdrachtgevers ul li {
	width: 100%;
	margin: 0 0 30px;
	}
	.opdrachtgevers-links {
    width: 100%;
	height: auto;
	display: block;
	}
	.opdrachtgevers-rechts {
	display: none;
	}
	#referenties h2 {
	font-size: 10vw;
	}
	#referenties .referentie-links, ul#referentie-pagina .referentie-links {
    width: 50px;
	}
	#referenties .referentie-rechts, ul#referentie-pagina .referentie-rechts {
	width: calc(100% - 65px);
	font-size: 17px;
	}
	#copyright ul li {
	display: block;
	border:0;
	font-size: 12px;
	}
	#menu-toggle.open span {
	width: 80%;
	}
	#menu-toggle.open span:nth-child(1) {
	top: 8px;
	left: 11px;
	}
	#menu-toggle.open span:nth-child(3) {
	top: 31px;
	left: 11px;
	}
	#footer-social h3 {
    font-size: 18px;
	}
	#footer-contactopnemen ul.telefoonnummers li{
		width: 100%;
		margin: 0 0 15px;
	}
	#footer-contactopnemen ul.telefoonnummers li a{
		width: 90%;
		font-size: 18px;

	}
	#footer-contactopnemen ul.footer_social li a.link{
		width: 50px;
		height: 50px;
	}
	#footer-contactopnemen ul.footer_social li a i{
		line-height: 50px;
		font-size: 22px;
	}

}
@media (max-width: 900px){
	.contactpersoon_gegevens a.mail, .contactpersoon_gegevens > span{
		font-size: 18px;
		width: calc(50% - 10px);
	}
	.contactpersoon_gegevens a.mail span, .contactpersoon_gegevens a.telefoon span{
		width: 35px;
		height: 35px;
		margin: 0 10px 0 0;
	}
	.contactpersoon_gegevens a.mail i, .contactpersoon_gegevens a.telefoon i {
		font-size: 18px;
		line-height: 35px;
	}
}
@media (max-width: 800px){
	.contactpersoon_gegevens a.mail span, .contactpersoon_gegevens a.telefoon span{
		margin: 0 0px 0 0;
	}
}
@media (max-width: 750px){
	.contactpersoon_gegevens > span{
		width: 45%;
	}
	.contactpersoon_gegevens a.mail {
		width: 55%;
		font-size: 14px;

	}
	
	.contactpersoon_gegevens a.mail span, .contactpersoon_gegevens a.telefoon{
		font-size: 14px;
	}
	.contactpersoon_gegevens a.mail span, .contactpersoon_gegevens a.telefoon span{
		width: 30px;
		height: 30px;
		margin: 0 0px 0 0;
	}
	.contactpersoon_gegevens a.mail i, .contactpersoon_gegevens a.telefoon i {
		font-size: 18px;
		line-height: 30px;
	}
}
@media (max-width: 660px){
	.contactpersoon_gegevens{
		display: flex;
		flex-wrap: wrap;
	}
	.contactpersoon_gegevens a.mail, .contactpersoon_gegevens a.telefoon{
		font-size: 14px;
		width: 100%;
		margin-top: 10px;
	}
}
@media (max-width: 560px){
	.contactpersoon{
		flex-wrap: wrap;
		justify-content: center;
	}
	.contact_persoon_image{
		margin-bottom: 20px;
	}
	.contactpersoon_content{
		padding-left: 15px;
	}
	.contactpersoon_content h2{
		text-align: center;
	}
}
@media (max-width: 500px){
	.contactpersoon_wrapper > h2,#footer h2{
		font-size: 6vw;
	}
}