/*
  Theme Name: Netprofiler
  Version: 1.0
  Description: Maatwerk Wordpress thema voor Netprofiler
  Author: Miller Digital
  Text Domain: np
  Author URI: http://www.millerdigital.nl/
*/

/* reset css */
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, 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;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ios fix for default styling */
input, textarea, select {
	-webkit-border-radius: 0; 
	-webkit-appearance: none;
	border-radius: 0;
	background-clip: padding-box; /* hack? */
}
input[type=checkbox] {
	-webkit-appearance: checkbox;
}
input[type=radio] {
	-webkit-appearance: radio;
}



/* actual css starting here */

/* fonts */
@font-face {
    font-family: gentonaLight;
    src: url('assets/fonts/Gentona-Light.otf');
}
@font-face {
    font-family: gentonaMedium;
    src: url('assets/fonts/Gentona-Medium.otf');
}
@font-face {
    font-family: hindMedium;
    src: url('assets/fonts/Hind-Medium.ttf');
}
@font-face {
    font-family: hindLight;
    src: url('assets/fonts/Hind-Light.ttf');
}
@font-face {
    font-family: merriweatherLight;
    src: url('assets/fonts/Merriweather-Light.ttf');
}
@font-face {
    font-family: merriweather;
    src: url('assets/fonts/Merriweather-Regular.ttf');
}




/* structural */
body {
	font-family: gentonaLight;
	font-size: 16px;
}
.bigWrapper {
	max-width: 1620px;
	margin: 0 auto;
	padding: 0 20px;
}
.smallWrapper {
	max-width: 1116px;
	margin: 0 auto;
	padding: 0 20px;
}
section {
	width: 100%;
	padding: 50px 0;
}
.left {
	width: calc(50% - 50px);
	margin-right: 50px;
	float: left;
}
.right {
	width: calc(50% - 50px);
	margin-left: 50px;
	float: right;
}
.bgBeige {
	background-color: #F1EDE9;
}
section ul {
	margin-bottom: 2em;
}
section ul li,
section ol li 
{
	font-family: hindLight;
	font-size: 18px;
	margin-bottom: 1em;
	color: #54227C;
	color: #000;
}
section ul li a {
	text-decoration: none;
	color: #54227C;
}
li i {
	margin-right: 10px;
	color: #54227C;
}
li strong {
	font-weight: bold;
}
ol {
	counter-reset: list;
	margin-bottom: 2em;
}
ol li {
	padding-left: 100px;
	position: relative;
	line-height: 150%;
	margin-bottom: 50px;
	counter-increment: list;
}
ol li:before {
	position: absolute;
	content: counter(list) '.';
	line-height: 40px;
	text-align: center;
	color: #FFF;
	font-family: gentonaMedium;
	font-size: 24px;
	width: 40px;
	height: 40px;
	background-color: #54227C;
	border-radius: 50%;
	left: 0px;
	top: 0px;
}
hr {
	display: block;
	width: 100%;
	height: 1px;
	background-color: #FFF;
	margin-bottom: 1em;
	border: 0;
}
.breadcrumbContainer {
	position: relative;
	font-size: 18px;
	font-family: hindLight;
	background-color: #FFF;
	height: 32px;
	text-transform: lowercase;
}
.breadcrumbs p {
	text-align: left !important;
	color: #AFAFAF;
}
.breadcrumbs a {
	text-decoration: none;
	color: #54227C;
}
.breadcrumbs i {
	margin: 0 10px;
}
table {
	font-size: 18px;
	font-family: hindLight;
	margin-bottom: 1em;
}
table tr {
	border-bottom: 1px solid #9B9B9B;
}
table th i {
	margin-right: 10px;
}
table th,
table td 
{
	padding: 30px 20px;
}
table th:first-child,
table td:first-child 
{
	padding: 0 20px 0 0;
}
table th:last-child,
table td:last-child
{
	padding: 0 0 0 20px;
}
table th {
	text-align: left;
	color: #54227C;
	padding: 0px 20px 20px 20px;
}
input,
textarea 
{
	display: block;
	width: calc(100% - 22px);
	padding: 9px 10px;
	font-family: merriweather;
	font-size: 18px;
	margin: 0;
	border: 1px solid #000;
	
}
input:placeholder,
textarea:placeholder
{
	color: #757575; /* default chrome user agent style */
}
.bgBeige input,
.bgBeige textarea 
{
	border: 1px solid #FFF;
	background-color: #FFF;
	margin-bottom: 20px;
}
select {
    border: 1px solid #F7F7F7;
    background-color: #F7F7F7;
    margin-bottom: 20px;
    display: block;
	width: calc(100% - 22px);
    width: 100%;
    padding: 9px 10px;
    font-family: merriweather;
    font-size: 18px;
	color: #757575; /* default chrome user agent style */
}
.clearboth {
	clear: both;
}
.clearbothResponsive { /*manage in responsive when to display: block this (and activate it)*/
	clear: both;
	display: none;
}

/* headings */
h1 {
	font-size: 110px;
	text-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}
h2 {
	font-size: 55px;
}
h3 {
	font-size: 30px;
}
h4 {
	font-size: 30px;
}
h5 {
	font-size: 24px;
}
h6 {
	font-size: 24px;
	margin-bottom: 1em;
}

h1,
h2,
h3,
h4,
h5,
h6
{
	font-family: gentonaMedium;
	color: #000;
	text-transform: uppercase;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a
{
	text-decoration: none;
}

h1:after,
h2:after,
h3:after,
h4:after,
h5:after
{
	display: block;
	content: '';
	width: 80px;
	height: 4px;
	background-color: #54227C;
	margin-top: 40px;
	margin-bottom: 50px;
}

h3:after,
h4:after,
h5:after
{
	margin-top: 1em;
	margin-bottom: 1em;
}

h1.center,
h2.center,
h3.center,
h4.center,
h5.center
{
	text-align: center;
}

h1.center:after,
h2.center:after,
h3.center:after,
h4.center:after,
h5.center:after
{
	margin-left: auto;
	margin-right: auto;
}

.center h1:after,
.center h2:after,
.center h3:after,
.center h4:after,
.center h5:after
{
	margin-left: auto;
	margin-right: auto;
}

h1.intro:after,
h2.intro:after,
h3.intro:after,
h4.intro:after,
h5.intro:after 
{
	margin-top: 80px;
}

h1.light,
h2.light,
h3.light,
h4.light,
h5.light,
h1.light a,
h2.light a,
h3.light a,
h4.light a,
h5.light a
{
	color: #FFF;
}

h1.light:after,
h2.light:after,
h3.light:after,
h4.light:after,
h5.light:after 
{
	background-color: #FFF;
}



/* text styles */
p {
	line-height: 200%;
	margin-bottom: 1.5em;
	font-family: hindLight;
	font-size: 18px;
}
p.intro {
	text-align: center;
	margin-top: -110px;
	font-size: 19px;
	color: #9B9B9B;
	margin-bottom: 80px;
	line-height: 25px;
}
h3 + p.intro,
h4 + p.intro,
h5 + p.intro
{
	margin-top: -90px;
}
p img {
	max-width: 100%;
	display: block;
	height: auto;
	margin: 0.5em auto 1.5em auto;
}
.alignright {
	max-width: 100%;
	height: auto;
	float: right;
	margin: 0 0 1em 1em;
}
.alignleft {
	max-width: 100%;
	height: auto;
	float: left;
	margin: 0 1em 1em 0;
}
.aligncenter {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 1em auto;
}
p strong {
	font-weight: bold;
}
p em {
	font-style: italic;
}
p > div,
p iframe 
{
	width: 100%;
}
p iframe {
	min-height: 500px;
}
a {
	color: #000;
}
a i,
button i 
{
	margin-left: 10px;
}
a.button,
button,
.job .button,
.wpcf7-submit
{
	display: inline-block !important;
	border: 0;
	padding: 20px 30px;
	background-color: #A7C948;
	text-decoration: none;
	color: #000;
	font-family: hindMedium;
	font-size: 20px;
	cursor: pointer;
}
a.button[href='']{
	display: none;
}
button {
	padding: 13px 30px;
}
button.alt, a.button.alt {
	background-color: #FFF;
	text-decoration: none;
	color: #A7C948;
	border: 1px solid #A7C948;
}
.hvr-underline-from-left:before {
	background: #54227C !important;
}
a.open, .job .open {
	display: inline-block;
	padding: 20px 30px;
	background-color: transparent;
	text-decoration: none;
	color: #A7C948;
	font-family: hindMedium;
	position: relative;
}
a.open:after, .job .open:after {
	content: '';
	position: absolute;
	width: calc(100% - 60px);
	height: 2px;
	background-color: #A7C948;
	bottom: 10px;
	left: 30px;
}
a.button.phone {
	background-color: transparent;
	border: 2px solid #A7C948;
	padding: 18px 28px;
	margin-right: 20px;
}
.center {
	text-align: center;
}

/* slider */
.slick-slider .slick-dots {
	text-align: center;
}
.slick-slider .slick-dots li {
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 30px 5px;
}
.slick-slider .slick-dots li button,
.slick-slider .slick-dots li.slick-active button
{
	background-color: #BCBCBC;
	border: 0;
	border-radius: 50%;
	width: 15px;
	height: 15px;
	cursor: pointer;
	padding: 0;
	color: transparent;
	outline: none;
}
.slick-slider .slick-dots li.slick-active button  {
	background-color: #54227C;
}
.slick-slider .slick-dots li button {
	width: 100%;
	height: 100%;
}
.slick-track {
	margin: 0 auto;
	height: 100px;
}
.slick-slide {
	text-align: center;
	height: auto;
}
.slick-slide::before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.slick-slide img 
{
	height: auto;
	max-height: 100px;
	width: 100px;
	vertical-align: middle;
	display: inline-block !important;
}




/* header */
header {
	height: 190px;
	z-index: 999;
}
header .bigWrapper {
	position: relative;
	margin: 0 auto;
}
header .smallWrapper {
	position: absolute;
	padding: 0 32px;
	width: 100%;
	display: table;
	top: 0;
	right: 0;
}
header .top {
	height: 110px;
	background-color: #FFF;
	position: relative;
	line-height: 110px;
	color: #AFAFAF;
	margin-bottom: 80px;
	z-index: 1000;
}
header .top .bigLogo {
	background-image: url('assets/img/partofLUG_logo.svg'); 
	width: 215px;
	height: 110px;
	background-repeat: no-repeat;
	background-position: center center;
	display: table;
	z-index: 1;
    position: relative;
}
header .top .bigLogo.clickvalue {
	background-image: url('assets/img/logo_netprofiler_clickvalue.png'); 
}
header .top .data {
	display: inline-block;
}
header .top a {
	text-decoration: none;
	color: #AFAFAF;
	margin-right: 20px;
}
header .top a i {
	color: #54227C;
}
header .top a:hover {
	color: #54227C;
}
header .top form,
.searchBox form 
{
	display: inline-block;
	margin-right: 50px;
}
header .top form button,
.searchBox form button 
{
	display: inline-block;
	background-color: #54227C;
	color: #FFF;
	padding: 0;
	height: 40px;
	width: 40px;
	cursor: pointer;
	line-height: 42px;
}
header .top form button i,
.searchBox form button i 
{
	margin: 0;
}
header .top input,
.searchBox input 
{
	display: inline-block;
	width: 200px;
	font-family: gentonaLight;
	font-size: 16px;
	color: #BCBCBC;
	border-color: #BCBCBC;
}
header .langSelector {
	display: inline-block;
	vertical-align: top;
	position: relative;
	height: 36px;
	line-height: 0;
	margin-top: 50px;
}
header .langSelector a {
	height: 11px;
	width: 16px;
	display: inline-block;
	background-color: #FFF;
	padding: 0px;
	margin-right: 0;
	text-align: right;
	padding: 0;
	margin-right: 5px;
}
header .langSelector a img {
	vertical-align: middle;
}


header .top .mmenu {
	font-size: 45px;
	line-height: 60px;
	vertical-align: middle;
	color: #54227C;
	margin-left: 20px;
	cursor: pointer;
	display: none;
	margin-left: 0;
	margin-right: -15px;
	margin-top: 0;
	text-align: right;
}
.page-template-page_landingpage header {
	height: 80px;
}
.page-template-page_landingpage header .mobileMenu {
	top: 80px;
}
header .top.lp {
	height: 80px;
	width: 100%;
	position: fixed;
}
header .top.lp .bigLogo {
	height: 70px;
	width: 180px;
	margin-top: 3px;
	display: inline-block;
}
header .top.lp .home {
	display: block;
    height: 77px;
	line-height: 77px;
    padding: 0 20px;
    margin: 0 auto;
    text-decoration: none;
    text-transform: lowercase;
    color: #000;
	font-size: 22px;
	position: absolute;
	left: calc(50% - 30px);
	top: 0;
	color: #54227C;
	border-bottom: 3px solid #54227C;
}
header .top.lp .home i {
	margin: 0;
}
header .top.lp .data {
	margin: 0;
	display: block;
	position: absolute;
	right: 0;
	top: -15px;
	height: 80px;
}
header .top.lp .mmenu {
	position: absolute;
	right: 20px;
	top: 20px;
	margin: 0;
}


header .serviceMenu {
	height: 0;
	width: 100%;
	background-color: rgba(255,255,255,0.9);
	position: absolute;
	color: #AFAFAF;
	top: 190px;
	z-index: 999;
	overflow: hidden;
	-webkit-transition: height .2s ease-in-out;   
	-moz-transition: height .2s ease-in-out;   
	-ms-transition: height .2s ease-in-out;   
	-o-transition: height .2s ease-in-out;   
	transition: height .2s ease-in-out;  
}
.serviceMenu.open {
	height: 353px;
	border-bottom: 2px solid #ECE7E1;
}
.serviceMenu .smallWrapper {
	position: relative;
	width: 100%;
}
.serviceMenu ul {
	display: block;
	width: 30%;
	margin-right: 3%;
	font-family: hindMedium;
	font-size: 15px;
	margin-top: 20px;
	float: left;
}
.serviceMenu ul li {
	margin-bottom: 0;
	line-height: 28px;
}
.serviceMenu ul li:first-child a {
	font-size: 20px;
	color: #54227C;
	font-family: hindMedium;
	line-height: 50px;
	text-transform: uppercase;
}
.serviceMenu ul li:first-child:after {
	display: block;
    content: '';
    width: 80px;
    height: 2px;
    background-color: #54227C;
    margin-top: 0;
    margin-bottom: 10px;
	margin-left: 5px;
}
.serviceMenu ul li a {
	padding: 2px 5px;
	text-decoration: none;
	font-family: hindLight;
}
.serviceMenu ul li a:hover {
	color: #FFF;
	background-color: #54227C;
}
.serviceMenu ul li:first-child a:hover {
	color: #54227C;
	background-color: transparent;
}

header .sticky {
	height: 80px;
	width: 100%;
	background-color: #F7F7F7;
	position: relative;
	line-height: 80px;
	color: #AFAFAF;
	position: absolute;
	top: 110px;
	z-index: 999;
}
header .sticky .smallWrapper {
	padding: 0;
	left: 0;
	right: 0;
}
header .sticky nav {
	display: table;
	margin: 0 auto;
}
header .sticky .info {
	position: absolute;
	width: 340px;
	right: 0;
	left: auto;
	top: 0;
	display: none;
}
header .sticky .info a {
	color: #AFAFAF;
	text-decoration: none;
	display: inline-block;
	margin-left: 20px;
}
header .sticky .info a:hover {
	color: #54227C;
}
header .sticky .info i,
header .sticky .info a i 
{
	color: #54227C;
}
header .sticky .smallLogo 
{
	background-image: url('assets/img/partofLUG_logo.svg'); 
	width: 130px;
	height: 80px;
	background-repeat: no-repeat;
	background-position: center center;
	display: table;
	display: none;
}
.stickyMore {
	color: #54227C;
	position: absolute;
	right: 100px;
	width: 60px;
	top: 0;
	font-size: 30px;
	cursor: pointer;
	display: none;
	text-align: center;
}
nav ul li {
	display: inline-block;
	font-size: 22px;
	font-family: gentonaLight;
}
nav ul li a {
	display: inline-block;
	height: 80px;
	padding: 0 15px;
	margin-right: 30px;
	text-decoration: none;
	text-transform: lowercase;
	color: #000;
}
nav ul li a:hover {
	color: #54227C;
}
nav ul li a.active {
	color: #54227C;
	height: 77px;
	border-bottom: 3px solid #54227C;
}
nav ul li a i {
	margin: 0;
}

.gtt {
	position: fixed;
	right: 0;
	bottom: 40px;
	height: 65px;
	width: 65px;
	text-align: center;
	background-color: rgba(84,34,124, 0.4);
	color: #FFF;
	font-size: 45px;
	cursor: pointer;
	display: none;
}
.gtt i {
	margin: 0;
	margin-top: 10px;
}
header .mobileMenu {
	width: 100vw;
	height: auto;
	position: fixed;
	left: 0;
	top: 60px;
	background-color: rgba(255,255,255,0.9);
	z-index: 9;
	text-align: center;
	padding: 20px 0;
	display: none;
	border-bottom: 1px solid #E8E8E8;
}
header .mobileMenu ul li {
	border-bottom: 1px solid #E8E8E8;
}
header .mobileMenu ul li:last-child {
	border-bottom: 0;
}
header .mobileMenu ul li a {
	color: #54227C;
	font-size: 20px;
	text-decoration: none;
	font-family: gentonaMedium;
	display: block;
	width: 100%;
	padding: 10px 0;
}
header .mobileMenu ul li a.lang {
	display: inline-block;
	width: auto;
	margin: 0 5px;
}


/* splash screens */
section.splash {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 0 0 180px 0;
	position: relative;
}
section.splash.full {
	height: calc(100vh - 510px);
	min-height: 200px;
}
section.splash.middle {
	height: 220px;
}
section.splash.middle h1 {
	font-size: 80px;
	font-size: 3vw;
}
section.splash.small {
	height: 100px;
	padding-top: 50px;
}
section.splash.small h1 {
	font-size: 70px;
	margin-top: 0px;
}
section.splash .continue {
	font-family: Fontawesome;
	color: #54227C;
	font-size: 40px;
	text-align: center;
	line-height: 55px;
	display: block;
	width: 90px;
	height: 45px;
	margin: 0 auto;
	position: absolute;
	bottom: 0;
	left: calc(50% - 45px);
	background-color: #FFF;
	border-radius: 45px 45px 0 0;
	cursor: pointer;
}
section.splash.full .smallWrapper {
	margin-top: -350px;
}
section.splash.middle .smallWrapper {
	margin-top: -180px;
}
section.splash p {
	font-size: 23px;
	color: #FFF;
	text-align: center;
	text-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}
section.splash.full a {
	position: absolute;
	top: 50px;
	left: calc(50% - 130px);
	z-index: 5;
}
.gradient {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 80%;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 35%, rgba(252,252,253,0) 36%, rgba(84,34,124,0.95) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 35%,rgba(252,252,253,0) 36%,rgba(84,34,124,0.95) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 35%,rgba(252,252,253,0) 36%,rgba(84,34,124,0.95) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#f254227c',GradientType=0 );
}		
#particles {
	position: absolute;
	width: 100%;
	height: 45%;
	bottom: 0;
	left: 0;
	z-index: 0;
}
#particles canvas {
	position: absolute;
	bottom: 0;
}







/* footer */
footer {
	background-color: #000;
	position: relative;
	padding: 30px 0 80px 0;
}
footer .top {
	text-align: center;
	overflow: hidden;
	padding-bottom: 20px;
	border-bottom: 2px solid #FFF;
}
footer .top .logo
{
	background-image: url('assets/img/logo_wit.svg'); 
	width: 215px;
	height: 110px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	display: table;
	float: left;
}
footer .top p {
	color: #A7C948;
	font-family: merriweather;
	font-size: 23px;
	display: block;
	position: absolute;
	top: 70px;
	left: 0;
	right: 0;
}
footer .top .button {
	float: right;
	margin-top: 30px;
}
footer .bottom {
	margin-top: 50px;
	color: #FFF;
	font-family: hindLight;
}
footer .bottom a {
	color: #FFF;
	text-decoration: none;
}
footer .bottom .block {
	padding: 0 50px;
	width: calc(33.33333% - 100px);
	float: left;
}
footer .bottom .block:first-child,
footer .bottom .block:last-child 
{
	padding: 0;
	width: 33.33333%;
}
footer li {
	line-height: 2em;
}
.address dt {
	color: #54227C;
	font-size: 24px;
	margin-top: -10px;
}
.address dt, .address dd {
	line-height: 2em;
}
.address dd {
	margin-left: 2em;
}
.address dd:first-of-type {
	margin-top: -2.4em;
}
.address dl {
	margin-bottom: 20px;
}
footer .social a {
	padding: 7px 5px;
	background-color: #FFF;
	display: inline-block;
	margin-left: 10px;
	margin-bottom: 10px;
	float: right;
}
footer .social a i {
	color: #000;
	margin-left: 0;
}
.footerNews form {
	margin-top: 1em;
}
.footerNews input {
	width: calc( 50% - 35px );
	float: left;
	background-color: transparent;
	border: 1px solid #FFF;
	padding: 5px;
	margin-right: 5px;
	font-family: gentonaLight;
	font-size: 16px;
	color: #FFF;
}
.footerNews button {
	padding: 0;
	height: 32px;
	width: 35px;
	color: #000;
	background-color: #FFF;
}
.footerNews button i {
	margin: 0;
}


/* default page */
.page-template-default .pageContent
{
	padding:27px 0;
}


/* home */
.caseSlider,
.iconSlider
{
	padding: 25px 50px;
	box-sizing: border-box;
}
.pageContent .left {
	width: calc(40% - 50px);
}
.pageContent .right {
	width: calc(60% - 50px);
	font-family: hindLight;
	font-size: 18px;
}
.pageContent .left p {
	font-size: 22px;
	font-family: merriweatherLight;
}
.pageContent ul li {
	color: #000;
	margin-left: 50px;
	position: relative;
	line-height: 100%;
}
.pageContent ul li:before {
	content: '';
	display: inline-block;
	vertical-align: top;
	width: 15px;
	height: 15px;
	background-color: #54227C;
	position: absolute;
	left: -50px;
	top: 0px;
}
.pageContent ul li ul{
	margin:1em 0 0;
}
.pageContent ul li ul li:before {
	content: '';
	display: inline-block;
	vertical-align: top;
	width: 10px;
	height: 10px;
	background-color: #54227C;
	position: absolute;
	left: -50px;
	top: 8px;
}
.homeAbout {
	padding-bottom: 0;
	padding-top: 60px;
}
.homeAbout .left {
	margin: 0;
	width: calc(35% - 100px);
	padding: 135px 50px;
	background-color: #353535;
	color: #FFF;
	height: 220px;
}
.homeAbout .right {
	width: 65%;
	margin: 0;
	border-top: 1px solid #E8E8E8;
	border-bottom: 1px solid #E8E8E8;
	height: 488px;
	overflow: hidden;
}
.serviceblock .serviceImg {
	height: 96px;
}
.serviceblock h3 {
	font-size: 30px;
	font-family: gentonaMedium;
	color: #54227C;
	text-transform: uppercase;
	text-align: center;
}
.serviceblock h3:after {
	display: block;
	content: '';
	width: 80px;
	height: 3px;
	background-color: #54227C;
	margin: 20px auto;
}
.serviceblock {
	padding: 0 50px;
	display: block;
	text-decoration: none;
	float: left;
	width: calc(33.1% - 101px);
	border-right: 1px solid #E8E8E8;
	height: 100%;
	text-align: center;
}
.serviceblock.two {
	width: calc(50% - 101px);
}
.serviceblock:last-child {
	border-right: 0;
}
.serviceblock a {
    display: block;
	text-decoration: none;
	font-family: hindMedium;
}
.serviceblock p {
	font-size: 18px;
	font-family: hindLight;
	/* display: none; */
	line-height: 1.7em;
}
.serviceblock ul {
	margin-bottom: 0;
	padding-bottom: 1em;
}
.serviceblock a .fa {
	position: relative;
	transition: right .5s;
	right: 0;
}
.serviceblock a:hover .fa {
	transition: right .5s;
	position: relative;
	right: -5px;
}
.serviceblock span .fa {
	position: relative;
	transition: right .5s;
	right: 0;
}
.serviceblock span:hover .fa {
	transition: right .5s;
	position: relative;
	right: -5px;
}
.serviceblock span {
	color: #A7C948;
	text-decoration: none;
	font-family: hindMedium;
	font-size: 20px;
	/* display: none; */
}

.serviceblock span:after {
	display: block;
	content: '';
	width: 100px;
	height: 3px;
	background-color: #A7C948;
	margin: 20px auto;
}
.home .serviceImg {
	margin-top: 100px;
}
/*home service block animation styling*/
.home .serviceImg {
	margin-top: 150px;
}
.home .serviceblock span {
	display: none;
}
.home .serviceblock p {
	display: none;
}
.serviceblock img {
	width: 60px;
	height: auto;
	margin-top: 20px;
	margin-bottom: 30px;
}
.serviceblock .serviceImg {
	-webkit-transition: all 400ms cubic-bezier(0.680, 0, 0.265, 1); /* older webkit */
	-webkit-transition: all 400ms cubic-bezier(0.680, -0.550, 0.265, 1.550); 
	-moz-transition: all 400ms cubic-bezier(0.680, -0.550, 0.265, 1.550); 
	 -o-transition: all 400ms cubic-bezier(0.680, -0.550, 0.265, 1.550); 
		transition: all 400ms cubic-bezier(0.680, -0.550, 0.265, 1.550); /* easeInOutBack */
}

.homeAbout2 {
	position: relative;
}
.homeAbout2 .right {
	margin: 0;
	width: calc(50% + 40px);
}
.homeAbout2 > img {
	position: absolute;
	left: 0;
	bottom: 0;
	max-width: calc(50% - 100px);
	max-height: 80%;
}

.homeValues {
	text-align: center;
	color: #FFF;
}
.homeValues .container {
	margin: 50px 0;
	overflow: hidden;
	text-align: center;
}
.homeValues .block {
	font-family: gentonaMedium;
	width: 19%;
	min-width: 165px;
	margin: 20px auto;
	display: inline-block;
}
.homeValues .block .icon {
	height: 100px;
	width: 100px;
	display: block;
	margin: 0 auto;
	padding: 30px;
	background-color: rgba(255,255,255,0.1);
	border: 1px solid rgba(255,255,255,0.2);
	border-radius: 100%;
	background-size: 90px 90px;
	background-position: center center;
	background-repeat: no-repeat;
	transition: background-size 0.2s ease-in;
	-moz-transition: background-size 0.2s ease-in;
	-ms-transition: background-size 0.2s ease-in;
	-o-transition: background-size 0.2s ease-in;
	-webkit-transition: background-size 0.2s ease-in;
}
.homeValues .block .icon:hover {
	background-size: 100px 100px;
}
.homeValues .block span {
	display: block;
	width: 100%;
	margin-top: 20px;
	font-size: 25px;
}
.homeValues p {
	margin-bottom: 2em;
}
.homeValues p a {
	color: #FFF;
	font-family: hindMedium;
	text-decoration: none;
	display: inline-block;
	position: relative;
}
.homeValues p a:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 2px;
	background-color: #FFF;
}

.homeCase {
	padding-bottom: 0;
}
.homeCase h2 {
	margin-bottom: 50px;
}
.homeCase .left {
	width: calc(50% - 250px);
	padding: 150px 200px 50px 50px;
	margin: 0;
	max-height: 580px;
	overflow: hidden;
}
.homeCase .right {
	width: 50%;
	padding: 0;
	margin: 0;
	height: 780px;
	background-size: cover;
	background-position: center center;
}
.homeCase .right img {
	margin-top: 200px;
	margin-left: -150px;
	width: 420px;
	height: auto;
}

.homeNewsletter {
	padding: 0;
}
.homeNewsletter .left,
.homeNewsletter .right
{
	margin: 0;
	width: 50%;
}
.homeNewsletter .left .block {
	width: calc(50% - 100px);
	height: calc(20vw - 100px);
	background-position: center center;
	background-size: cover;
	float: left;
	background-color: #54227C;
	padding: 50px;
}
.homeNewsletter .left .block h4 {
	margin-top: 50px;
}
.homeNewsletter .left .block p {
	font-size: 20px;
	font-family: merriweatherLight;
	text-align: center;
	color: #FFF;
}
.homeNewsletter .right {
	padding: 150px;
	width: calc(50% - 300px);
	height: calc(40vw - 300px);
	text-align: center;
}
.homeNewsletter .right h3 {
	text-align: center;
}
.homeNewsletter .right h3:after {
	margin: 20px auto;
}
.homeNewsletter input {
	width: 100%;
	height: 42px;
	border: 1px solid #000;
	background-color: transparent;
	float: left;
	margin-bottom: 50px;
	box-sizing: border-box;
	padding: 29px 30px;
}
.homeNewsletter button {
	height: 60px;
}

/* sitemap page */

#wpseo_sitemap.columns_2 {
    -moz-column-count: 2;
    -moz-column-gap: 30px;
}
#wpseo_sitemap {
    clear: both;
    position: relative;
    width: 100%;
}

/* newsletter block */
.newsletter {
	height: 400px;
	padding: 0;
}
.newsletter .left {
	width: 400px;
	height: 100%;
	margin: 0;
	background-size: cover;
	background-position: center center;
}
.newsletter .right {
	width: calc(100% - 500px);
	margin: 0;
	padding: 0 20px;
	text-align: center;
}
.newsletter .right h4 {
	margin-top: 80px;
}
.newsletter input {
	width: calc(33% - 80px);
	margin:0 40px;
	height: 30%px;
	border: 1px solid #000;
	background-color: transparent;
	float: left;
	box-sizing: border-box;
	padding: 18px 30px;
}
.newsletter button {
	height: 60px;
	width: calc(33% - 80px);
	margin:0 40px;
}


/* services */
.services {
	padding: 50px 0;
}
.serviceContainer {
	/* height: 490px; */
}
.marketingLink {
	font-size: 30px;
	font-family: gentonaMedium;
	color: #54227C;
	text-transform: uppercase;
	text-align: center;
	background-color: #ECE7E1;
	padding: 30px 0 20px 0;
	width: 100%;
	display: block;
	text-decoration: none;
	-webkit-transition: background-color 200ms linear;
	-moz-transition: background-color 200ms linear;
	-o-transition: background-color 200ms linear;
	-ms-transition: background-color 200ms linear;
	transition: background-color 200ms linear;
}
.marketingLink:after {
	display: block;
	content: '';
	width: 80px;
	height: 3px;
	background-color: #54227C;
	margin: 20px auto 10px auto;
}
.marketingLink:hover {
	background-color: #54227C;
	color: #FFF;
}
.marketingLink:hover:after {
	background-color: #FFF;
}
.workTogether {
	text-align: center;
	background-position: center center;
	background-size: cover;
	background-color: #54227C;
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
}
.workTogether h2 {
	color: #FFF;
	margin-bottom: 50px;
}
.workTogether h2:after {
	display: none;
}



/* over ons */
.page-template-page_over-ons .pageContent.bgBeige{
	padding-bottom:25px;
}
.page-template-page_over-ons .pageContent.employees {
	padding-top:25px;
}
#aboutMoreContent {
	padding-top:25px;
}
.employeeDisplay {
	background-color: #54227C;
	color: #FFF;
	height: 350px;
	display: none;
}
.employeeDisplay:first-of-type {
	display: block;
}
.employeeDisplay .functie {
	color: #FFF;
	font-family: gentonaMedium;
	font-size: 24px;
}
.employeeDisplay .img {
	height: 350px;
	width: 350px;
	float: left;
	background-color: #FFF;
	background-position: center center;
	background-size: cover;
}
.employeeDisplay .info {
	height: 300px;
	width: calc(100% - 780px);
	float: left;
	padding-left: 100px;
	padding-right: 100px;
	margin-top: 50px;
	font-family: hindLight;
}
.employeeDisplay .contact {
	height: 350px;
	float: left;
}
.line {
	width: 50px;
	height: 3px;
	background-color: #FFF;
	margin: 1em 0;
}
.line.center {
	margin: 1em auto;
}
.line.dark {
	background-color: #54227C;
}
.employeeDisplay h5 {
	margin-bottom: 20px;
}
.employeeDisplay h5:after {
	display: none;
}
.employeeDisplay ul li {
	padding: 10px 0;
	border-bottom: 1px solid #9E9E9E;
	color: #FFF;
	margin: 0;
}
.employeeDisplay ul li span {
	font-family: hindMedium;
}
.employeeDisplay .contact a {
	display: table;
}
.employeeDisplay .contact a:first-child {
	margin-top: 120px;
	margin-bottom: 1em;
}
.employeeDisplay .contact .phone {
	color: #FFF;
	display: block !important;
	padding-left:0;
	padding-right:0;
	text-align:center;
}
.employeeDisplay .contact .phone i {
	margin-left: 0;
}
.employeeDisplay .contact .open {
	padding-left: 0;
}
.employeeDisplay .contact .open:after {
	left: 0;
}

.photoContainer {
	width: 100%;
	overflow: hidden;
	margin-top: 2px;
}
.photoContainer .container {
	float: left;
	width: calc(12.5% - 4px);
	border: 2px solid #FFF;
	cursor: pointer;
}
.photoContainer .img {
	background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 12.5vw;
	border-bottom: 4px solid #FFF;
}
.photoContainer .name {
	display: block;
    background-color: #F1EDE9;
	font-family: hindLight;
	font-size: 18px;
	line-height: 22px;
    padding: 10px;
    text-align: center;
}

.agenda .left {
	width: calc(55% - 50px);
}
.agenda .right {
	width: calc(45% - 50px);
}
.agenda table td:first-child {
	font-size: 25px;
	font-family: gentonaMedium;
}
.agenda table td i {
	color: #54227C;
	font-size: 25px;
}
.agenda table a {
	text-decoration: none;
}

.jobs {
	text-align: center;
}
.jobList {
	margin-bottom: 50px;
	text-align: left;
}
.job {
	overflow: hidden;
	margin-bottom: 10px;
}
.job .right h5 {
	text-transform: capitalize;
	margin-bottom: -20px;
}
.job .button {
	padding-left: 0;
}
.jobs .bigWrapper > .button {
	margin-bottom: 2em;
}
.job .button:after {
	left: 0;
}
.job .left {
	width: 365px;
	height: 220px;
	padding: 50px;
	margin: 0;
	background-color: #54227C;
	color: #FFF;
	font-family: hindLight;
	font-size: 19px;
	text-decoration:none;
}
.job .right {
	width: calc(100% - 580px);
	height: 218px;
	padding: 50px;
	margin: 0;
	margin-left: 8px;
	border: 1px solid #BCBCBC;
	position: relative;
}
.job .right .content {
	width: calc(100% - 350px);
	float: left;
}
.job .right .image {
	width: 350px;
	height: 318px;
	position: absolute;
	right: 0;
	top:0;
	background-size: cover;
	background-position: center center;
}
.job .right p {
	margin-bottom: 0;
}
.job .left h5:after {
	display: block;
	content: '';
	width: 80px;
	height: 3px;
	background-color: #FFF;
	margin: 20px 0;
}
.aboutSlider .img {
	width: 100%;
	height: 430px;
	background-size: cover;
	background-position: center center;
}
.slick-dots {
	margin-bottom: 0;
}

/* Cases overview */
.casesIntro {
	padding: 20px 0;
}
.casesIntro h2:after {
	margin-bottom: 30px;
}
.casesList {
	padding: 0;
}
.casesContainer {
	max-height: 708px;
	overflow: hidden;
}
.case {
	width: calc(33.33% - 4px);
	padding: 50px 0;
	height: 250px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	text-decoration: none;
	float: left;
	margin: 2px;
	color: #FFF;
	position: relative;
}
.case h3 {
	color: #FFF;
	margin-top: 80px;
}
span.open {
	display: inline-block;
    padding: 0;
    background-color: transparent;
    text-decoration: none;
    color: #A7C948;
    font-family: hindMedium;
    position: absolute;
	bottom: 40px;
	/* left: 50px; */
}
span.open:after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #A7C948;
	left: 0;
	bottom: -10px;
}
.casesList .more {
	text-align: center;
	padding: 15px 0 20px 0;
}
.casesList .more .button i {
	color: #000;
	padding: 5px 3px;
	border-radius: 50%;
	background-color: #A7C948;
	font-size: 15px;
	vertical-align: middle;
}
.casesList .more .button:after {
	width: calc(100% - 100px);
}
.caseGradient {
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 43%, rgba(0,0,0,0.65) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 43%,rgba(0,0,0,0.65) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 43%,rgba(0,0,0,0.65) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
	z-index: 0;
	position: absolute;
	width: calc(100% - 100px);
	bottom: 0;
	left: 0;
	padding: 50px;
}

.testimonial {
	padding: 20px;
	border: 1px solid #ECE7E1;
	width: calc(33.33% - 80px);
	float: left;
}
.testimonial:nth-of-type(2){
	margin: 0 57px;
}
.testimonial .pfirst {
	font-family: merriweather;
	font-size: 23px;
	margin-bottom: 0.5em;
}
.testimonial .button {
	padding: 20px 30px 20px 0 !important;
}
.testimonial a.open:after {
	left: 0 !important;
}

.caseLogos {
	padding: 0;
}


/* contact */
.callBack {
	padding-top: 30px;
	padding-bottom: 30px;
	font-family: merriweather;
	font-size: 23px;
}
.callBack input {
	padding: 9px 10px;
	width: auto;
	display: inline-block;
	font-family: merriweather;
	font-size: 23px;
	margin: 0 10px;
	border: 1px solid #000;
}
.contact p {
	margin-bottom: 50px;
	color: #9B9B9B;
}
.contact span {
	font-size: 23px;
	font-family: merriweather;
	display: inline-block;
	margin-bottom: 1em;
	float: left;
}
.contact button {
	float: right;
}
.contact input {
	padding: 19px 30px;
	width: calc(100% - 62px);
}
.contact textarea 
{
	padding: 19px 30px;
	width: calc(100% - 62px);
	height: 240px;
}
.route h2 {
	font-size: 30px;	
}
.route h3 {
	font-size: 25px;	
}
.route li i {
	margin: 0 10px 0 0;
}
.gmap {
	width: 100%;
	height: 420px;
}
.notification {
	position: fixed;
	bottom: 0;
	left: 0;
	width: calc(100% - 40px);
	padding: 20px;
	text-align: center;
	color: #FFF;
	background-color: #DE1D1D;
	display: none;
	z-index: 9;
}
.notification.success {
	background-color: green;
}

/* sollicitatie */
.sollicitatie .left {
	width: calc(45% - 50px);
    margin-right: 50px;
    float: left;
}
.sollicitatie .right {
	width: calc(55% - 50px);
    margin-left: 50px;
    float: right;
}
.sollicitatie input, .sollicitatie textarea {
	border: 1px solid #F7F7F7;
    background-color: #F7F7F7;
    margin-bottom: 20px;
}
.sollicitatie input {
	padding: 19px 10px;
}
.sollicitatie textarea {
	
}
.sollicitatie select {
	padding: 18px 10px;
}
.sollicitatie a.allJobs {
	font-size: 20px;
	padding: 20px 0;
}
.sollicitatie a.allJobs:after {
	display: none;
}
.sollicitatie a.allJobs span:after {
    display: block;
    content: '';
    width: 176px;
    height: 3px;
    background-color: #A7C948;
    margin: 20px 0 20px 27px;
}
.sollicitatie a.allJobs .fa {
	margin-right: 15px;
	margin-left: 0;
}
.sollicitatie button.sendForm {
	margin-top: 70px;
	float: right;
}
.sollicitatie .right .left {
	width: calc(50% - 20px);
    margin-right: 20px;
    float: left;
}
.sollicitatie .right .right {
	width: calc(50% - 20px);
    margin-left: 20px;
    float: right;
}
.sollicitatie .right .left p {
	margin-bottom: 0;
}
.uploadedFiles {
	background-color: #F7F7F7;
	padding: 20px;
	min-height: 125px;
}
.uploadedFiles li {
	margin-bottom: 1.5em;
}
.uploadedFiles .title {
	float: right;
	width: 80%;
	box-sizing: border-box;
}
.uploadedFiles .delete {
	cursor: pointer;
	float: left;
	height: 18px;
    line-height: 18px;
	margin-top: -9px; /* to make sure it aligns with the first title-line ((36-18)/2 = 9) */
}
.uploadedFiles .delete .fa-trash-o {
	font-size: 16px;
	line-height: 36px;
}
.uploadedFiles .delete .icon-background {
	color: #E2E2E2;
	font-size: 36px;
}
.uploadedFiles .delete:hover .icon-background {
	color: #D8D8D8;
}
.fileUpload {
	float: right;
}
.fsp-picker--no-scroll {
    overflow: inherit !important; /* removes overflow:hidden (which makes the background move, because of the scrollbar that appears/disappears */
}

/* single case */
.otherCases {
	padding-bottom: 0;
}
.learnMore {
	padding-top: 70px;
	padding-bottom: 70px;
}
.learnMore h3 {
	text-align: center;
	font-family: hindLight;
	color: #353535;
	font-size: 18px;
	text-transform: initial;
}
.learnMore h3:after {
	margin: 30px auto;
}


/* dienst details */
.childContainer {
	margin-bottom: 50px;
	overflow: hidden;
	text-align: center;
}
.childContainer a {
	display: inline-block;
	float: none;
	width: 180px;
	height: 102px;
	text-align: center;
	color: #54227C;
	font-family: hindMedium;
	font-size: 20px;
	text-decoration: none;
	border: 1px solid #E8E8E8;
	margin: 0 -5px -2px 0;
	-webkit-transition: background-color 200ms linear;
	-moz-transition: background-color 200ms linear;
	-o-transition: background-color 200ms linear;
	-ms-transition: background-color 200ms linear;
	transition: background-color 200ms linear;
}
.childContainer a:hover {
	background-color: #E8E8E8;
}
.childContainer a span {
	height: 102px;
	width: 180px;
    display: table-cell;
    vertical-align: middle;
	text-align: center;
	text-transform: lowercase;
}
.usp .smallWrapper > h4 {
	margin-bottom: 2em;
}

.dienstCase {
	padding-top: 0px;
	padding-bottom: 0;
}
.dienstCase .left {
	background-color: #353535;
	width: calc(720px - 250px);
	padding: 150px 200px 50px 50px;
	margin: 0;
	height: 500px;
	overflow: hidden;
	color: #FFF;
}
.dienstCase .right {
	width: calc(100% - 720px);
	padding: 0;
	margin: 0;
	height: 700px;
	background-size: cover;
	background-position: center center;
}
.dienstCase h2::after{
	background:none;
	font-family: FontAwesome;
	content:"\f107";
	color:#54227c;
	font-size:60px;
	margin-top:75px;
}
.dienstCase p.intro{margin-bottom:115px;margin-top:-105px;}


/* vacatures overview */
.jobOverviewContent {
	padding: 50px 0;
}
.jobOverviewContent p {
	font-family: merriweatherLight;
	font-size: 22px;
}

/* single vacature */
.floatingJobBox {
	position: absolute;
	right: 0;
	top: 1100px;
	width: 320px;
	box-sizing: border-box;
}
.floatingJobBox .top {
	background-color: #542B7B;
	color: #FFF;
	padding: 30px;
}
.floatingJobBox .top p {
	margin-bottom: 0;
}
.floatingJobBox .bottom {
	background-color: #353535;
	padding: 30px 30px 10px 30px;
}
.floatingJobBox .bottom .button.open {
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
}
.floatingJobBox .bottom .button.open:after {
	left: 0;
	width: calc(100% - 20px);
}



/* blog */
.latestBlog p {
	font-family: merriweatherLight;
	font-size: 22px;
}
.latestBlog .left {
	margin-right: 0;
	width: 50%;
}
.latestBlog .left .img {
	width: 100%;
	height: 400px;
	background-position: center center;
	background-size: cover;
}
.latestBlog h2 {
	text-transform: none;
}
.blogContainer {
	max-height: 1560px; /* 2 times blogcontainer height (2x780px)*/
	overflow: hidden;
}
.blogContainer .post {
	display: block;
    /* background-color: #353535; */
    background-size: cover;
    background-position: center center;
    box-sizing: border-box;
    /* padding: 35px; */
    width: 33.33%;
    float: left;
    color: #000;
    height: 780px;
    overflow: hidden;
    text-decoration: none;
    position: relative;
    padding-right: 3px;
}
.blogContainer .post h4 {
	/* text-shadow: 0px 0px 10px rgba(0,0,0,0.3); */
	padding-right: 30px;
	line-height: 36px; /*to match p line-height*/
}
.blogContainer .post .caseGradient {
	height: 350px;
}
.blogContainer .post .postData {
    display: table;
    padding: 20px 0;
    color: #BFBFBF;
}
.blogContainer .more {
    text-align: center;
    padding: 15px 0 20px 0;
}
.blogContainer .img {
	background-size: cover;
    background-position: center center;
    width: 100%;
	height: 365px;
}
.blogContainer .button {
	font-size: 20px;
}
.blogExcerpt {
	max-height: 280px; /* 2 h4 lines, and 4 p lines is 280px, cut off to have consitent heights*/
	margin:0 0 10px;
	overflow:hidden;
}
.blogExcerpt p {
	padding-right: 50px;
}
.infscr-loading {
	opacity: 0;
}
.blog .more .iconContainer {
	background: #A7C948;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    text-align: center;
    line-height: 27px;
    vertical-align: middle;
	display: inline-block;
	margin-left: 10px;
}
.blog .more .iconContainer .fa {
	color: #1D1E1C;
    margin-left: 0;
    line-height: 28px;
}
.blog .more .button span:after {
    content: '';
    position: absolute;
    width: 155px;
    height: 2px;
    background-color: #A7C948;
    bottom: 10px;
    left: 30px;
}
.blog .more a.button:after {
	display: none;
}

.categories {
	margin-bottom: 50px;
}
.categories .cat {
	display: inline-block;
	border: 1px solid #ADAAA9;
	color: #ADAAA9;
	height: 40px;
	line-height: 35px;
	font-family: gentonaMedium;
	font-size: 19px;
	margin-right: 20px;
	cursor: pointer;
	text-decoration: none;
}
.categories .cat .status {
	display: none;
	width: 40px;
	height: 40px;
	border-right: 1px solid #ADAAA9;
	text-align: center;
	font-size: 25px;
}
.categories .cat .text {
	padding: 0 10px;
	height: 40px;
}
.categories .cat.active {
	border: 1px solid #000;
	color: #000;
}
.categories .cat.active .status {
	border-right: 1px solid #000;
	color: #000;
}



/* single post */
section.single-blog.small h1 {
	font-size: 35px;
}
.singleData {
	position: absolute;
	bottom: 70px;
	left: 0;
	right: 0;
}
.singleAuthor {
	padding: 5px 10px;
	text-align: center;
	background-color: #FFF;
	display: table;
	margin: 0 auto;
	color: #54227C;
	margin-bottom: 10px;
}
.singleDate {
	padding: 5px 10px;
	text-align: center;
	display: table;
	margin: 0 auto;
	color: #54227C;
	margin-bottom: 20px;
}
.singleCats {
	text-align: center;
}
.singleCats a {
	padding: 5px 10px;
	text-align: center;
	background-color: #54227C;
	display: inline-table;
	text-align: center;
	margin: 0 10px;
	color: #FFF;
	text-decoration: none;
}
.backToBlog {
	text-decoration: none;
	display: block;
	text-align: center;
	margin-bottom: 50px;
}
.backToBlog i {
	font-size: 34px;
	color: #54227C;
	margin-right: 10px;
}
.backToBlog span {
	color: #54227C;
	text-transform: uppercase;
	width: 120px;
	display: inline-block;
}

.singleSocial a {
	padding: 5px;
	background-color: #C00;
	text-align: center;
	margin-right: 5px;
	color: #FFF;
}
.singleSocial a i {
	margin: 0;
}
.singleSocial a:first-child {
	margin-left: 20px;
}
.singleSocial .fb {
	background-color: #3B5998;
}
.singleSocial .gp {
	background-color: #dd4b39;
}
.singleSocial .li {
	background-color: #007bb5;
}
.singleSocial .tw {
	background-color: #55acee;
}

.author {
	box-sizing: border-box;
	padding: 20px;
	background-color: #EAE7E4;
	position: relative;
	margin-bottom: 50px;
}
.author .photo {
	width: 150px;
	height: 150px;
	position: absolute;
	top: -20px;
	left: 20px;
	overflow: hidden;
	border: 2px solid #C7C5C1;
	background-color: #C7C5C1;
}
.author .photo img {
	width: 100%;
	height: auto;
}
.author .left {
	margin-left: 170px;
	width: 443px;
	margin-right: 0;
	border-right: 2px solid #C7C5C1;
	padding-right: 20px;
}
.author .right {
	width: 420px;
	margin-left: 20px;
	padding-right: 0px;
}
.author .left .text {
	color: #403D3A;
}
.author .left .tel {
	margin-left: 30px;
	color: #54227C;
	font-family: gentonaLight;
	text-decoration: none;
}
.author .right li {
	border-bottom: 2px solid #C7C5C1;
	padding-bottom: 10px;
	position: relative;
}
.author .right li i {
	position: absolute;
	right: 0;
}

.comments {
	margin-bottom: 50px;
}
.comment {
	box-sizing: border-box;
	padding: 20px;
	background-color: #FFF;
	margin-bottom: 5px;
}
.commentTitle {
	font-family: merriweather;
	font-size: 22px;
	margin-right: 8px;
	margin-bottom: 12px;
	display: inline-block;
}
.commentDate {
	color: #A4A1A0;
}
.commentForm {
	overflow: hidden;
}
.commentForm input {
	width: calc(50% - 42px);
	float: left;
}
.commentForm input:first-of-type {
	margin-right: 40px;
}
.commentForm button {
	float: right;
}
.blockMsg{
	background-color:#FFF !important;
	border: 2px solid #000 !important;
	border-radius: 0 !important;
	color: #000 !important;
	font-size: 18px !important;
	left: calc(50% / 2) !important;
	opacity: 1 !important;
	padding: 40px 0 !important;
	position: fixed !important;
	text-align: center !important;
	top: calc(50% - 150px) !important;
	width: 50% !important;
}

/* bedankt */
.bedankt .singleSocial a:first-child {
	margin-left: 0;
}

/* event bedankt */
.step {
	margin-bottom: 30px;
	position: relative;
}
.stepContent {
	padding-left: 100px;
}
.stepContent h5 {
	text-transform: initial;
}
.step .icon {
	position: absolute;
	left: 0;
	top: 0;
	border: 1px solid #54227C;
	width: 70px;
	height: 70px;
	text-align: center;
	line-height: 70px;
	font-size: 30px;
	color: #54227C;
	border-radius: 50%;
	margin-top: 5px;
}
.line {
	height: 1px;
	width: 100%;
	background-color: #F4F3EF;
	margin-bottom: 50px;
}
.gotoHome {
	font-family: gentonaMedium;
	font-size: 20px;
	float: right;
}
.gotoHome a {
	color: #54227C;
	text-decoration: none;
}


/* zoekresultaten */
.searchResultSection {
	padding: 50px 0;
}
.searchResultSection .categories {
	padding: 30px 0;
	border-bottom: 1px solid #E8E8E8;
	margin-bottom: 0px;
}
.searchBox {
	text-align: center;
	margin-bottom: 70px;
}
.searchBox input {
	width: 400px;
	padding: 20px;
}
.searchBox .searchButton {
	width: 62px;
	height: 62px;
	margin-left: -5px;
	line-height: 64px;
}

.searchResult .button {
	padding-left: 0;
}
.searchResult .button:after {
	left: 0;
}
.searchResult {
	padding: 30px 0;
	border-bottom: 1px solid #E8E8E8;
}


/* whitepaper */
.whitepaper input[type=checkbox] {
	width: auto;
	display: inline-block;
	margin-right: 30px;
}
.whitepaper .checks {
	margin-left: 0;
}
.whitepaper input[type=text],
.whitepaper input[type=email]
{
	width: calc(50% - 32px);
	border: 0;
	background-color: #F7F7F7;
	margin-right: 10px;
	margin-bottom: 20px;
	display: inline-block;
}
.whitepaper button {
	display: block;
	float: right;
}
.whitepaper input.fn {
	width: calc(40% - 32px);
}
.whitepaper input.tv {
	width: calc(20% - 32px);
}
.whitepaper input.ln {
	width: calc(40% - 24px);
	margin-right: 0;
}
.whitepaper input.cp {
	margin-right: 0;
	width: calc(50% - 22px);
}
.whitepaper .mandatory {
	float: left;
}
.error {
	box-sizing: border-box;
	padding: 20px;
	background-color: #F5677D;
	border: 1px solid #F13F55;
	color: #FFF;
	margin-bottom: 30px;
}
.error h6,
.error ul li 
{
	color: #FFF;
}


/* event */
section.event {
	padding-top: 50px;
}

.event table tr {
	border-bottom: 0;
}
.event .schedule table tr td:first-child {
	padding: 10px 0;
	font-weight: bold;
	white-space: nowrap;
}
.event .details table tr td:first-child {
	padding: 10px 0;
	font-weight: bold;
	color: #54227C;
}
.event .schedule,
.event .media 
{
	margin-top: 50px;
}
.event .details {
	margin-bottom: 50px;
}
.signup {
	box-sizing: border-box;
	width: 100%;
	padding: 20px;
	background-color: #F5F2EF;
	margin-top: -20px;
	margin-bottom: 50px;
}
.signup p {
	margin-bottom: 1em;
}
.signup input,
.signup textarea,
.signup select
{
	border-color: #D8D8D8;
}
.signup input[type=checkbox],
.signup input[type=radio] 
{
	width: auto;
	display: inline-block;
	margin-right: 10px;
}
.signup textarea {
	margin-top: 1em;
	height: 100px;
}
.signup hr {
	background-color: #D3D3D3;
}
.signup select {
	box-sizing: border-box;
	width: 100%;
	padding: 5px;
	margin-bottom: 1em;
}
.signup .wpcf7-submit {
	padding: 20px 50px;
	float: right;
	width: auto;
	margin-top: 20px;
}
.signup .ajax-loader {
	height: 0;
}


/* height responsive */
@media screen and (max-height: 900px) {
	
	section.splash.full .smallWrapper {
		margin-top: -220px;
	}
	section.splash.full .smallWrapper h1 {
		font-size: 70px;
	}
	section.splash.full a {
		top: 10px;
	}
}


/* width responsive */
@media screen and (max-width: 1760px) {
	
	nav ul li a {
		margin-right: 0px;
	}
	header .top .smallWrapper {
		text-align: right;
	}
	.homeNewsletter .left .block h4 {
		margin-top: 0;
	}
	.homeNewsletter .right {
		padding: 50px 150px 250px 150px;
	}
	.homeNewsletter input {
		margin-bottom: 10px;
	}
	.homeNewsletter .left .block p,
	.homeNewsletter .right p 
	{
		font-size: 1vw;
	}
	footer .bottom .block .right {
		margin-left: 0;
	}
	.newsletter input,.newsletter button {
		width: calc(33% - 20px);
		margin:0 10px;
	}
	
	.employeeDisplay h5,
	.employeeDisplay .functie
	{
		margin-bottom: 16px;
	}
	.employeeDisplay ul li {
		font-size: 14px;
		padding: 5px 0;
	}
	.employeeDisplay .info {
		width: calc(100% - 680px);
		padding-left: 50px;
		padding-right: 50px;
	}
	.job .right {
		height: auto;
		min-height: 218px;
	}
	.job .right .image {
		display: none;
	}
	.job .right .content {
		width: 100%;
	}
	.blogContainer .post {
		width: 50%;
	}
	.floatingJobBox {
		position: relative;
		top: auto;
		bottom: auto;
		left: auto;
		right: auto;
		display: block;
		margin: 0 auto 3em auto;
	}
	p iframe {
		min-height: 400px;
	}
}
@media screen and (max-width: 1200px) {

	h1,
	section.splash.middle h1,
	section.splash.small h1,
	section.splash.full .smallWrapper h1
	{
		font-size: 50px;
		font-size: 5vw;
	}
	header .sticky .info {
		position: absolute;
		right: 0;
		top: 80px;
		background-color: #FFF;
		display: none;
		width: 100%;
		left: 0;
		text-align: center;
		border-bottom: 1px solid #E8E8E8;
	}
	header .sticky .smallWrapper {
		width: calc(100% - 190px);
		left: 0px;
	}
	.stickyMore {
		display: block;
	}
	header .top .data {
		display: none;
	}
	header .top .smallWrapper {
		width: calc(100% - 82px);
		text-align: right;
		left: 0;
	}
	.serviceMenu .smallWrapper {
		width: 100%;
		left: 0;
	}
	.homeAbout .left {
		width: calc(100% - 100px);
		padding: 50px;
	}
	.homeAbout .right {
		width: 100%;
	}
	.homeNewsletter .left {
		display: none;
	}
	.homeNewsletter .right {
		width: 100%;
		box-sizing: border-box;
		height: auto;
		padding-bottom: 50px;
	}
	.homeNewsletter .right p 
	{
		font-size: 18px;
	}
	footer .top p {
		font-size: 16px;
	}
	footer .bottom {
		font-size: 14px;
	}
	footer .bottom .block {
		padding: 0 20px;
		width: calc(33.33333% - 40px);
	}
	.newsletter .left {
		display: none;
	}
	.newsletter .right {
		width: calc(100% - 40px);
	}
	.employeeDisplay .img {
		display: none;
	}
	.employeeDisplay .info {
		width: calc(100% - 380px);
	}
	.photoContainer .container {
		width: calc(20% - 4px);
	}
	.photoContainer .img {
		height: calc(20vw - 4px);
	}
	.categories .cat {
		font-size: 13px;
		margin-bottom: 10px;
	}
	.single section.splash.small h1 {
		font-size: 40px;
	}
	.author .photo {
		display: none;
	}
	.author .left {
		margin-left: 0px;
		width: calc(50% - 22px);
	}
	.author .right {
		width: calc(50% - 22px);
	}
	.whitepaper .checks {
		margin-left: 0;
	}
	header .top.lp .home {
		display: none;
	}
	p iframe {
		min-height: 300px;
	}
	.serviceblock {
		padding: 0 30px;
		width: calc(33.1% - 61px);
	}
	.serviceblock.two {
		padding: 0 30px;
		width: calc(50% - 61px);
	}
	
	.sollicitatie .left {
		margin-right: 0;
		width: 100%;
		margin-bottom: 1em;
	}
	.sollicitatie .right {
		margin-left: 0;
		width: 100%;
		margin-bottom: 1em;
	}
	
}
@media screen and (max-width: 1000px) {
	
	h2 {
		font-size: 30px;
	}
	section.splash p {
		font-size: 18px;
	}
	p,
	p.intro,
	.latestBlog p
	{
		font-size: 16px;
	}
	nav ul li a {
		padding: 0 10px;
		font-size: 18px;
	}
	.serviceMenu ul {
		min-width: 260px;
	}
	.homeCase .left {
		width: calc(100% - 100px);
		padding: 50px ;
	}
	.homeCase .right {
		width: 100%
	}
	.homeCase .right img {
		margin-left: 20px;
	}
	.homeCase h2 {
		margin-bottom: 0;
	}
	footer .top p {
		display: none;
	}
	footer .bottom .block,
	footer .bottom .block:first-child
	{
		width: calc(50% - 40px);
	}
	footer .bottom .block:last-child {
		width: calc(100% - 40px);
	}
	footer .bottom .block .right {
		float: none;
	}
	footer .bottom .block .right {
		margin-left: 28px;
	}
	.newsletter input,.newsletter button {
		width: calc(100% - 0px);
		margin:0 0 20px;
	}
	.newsletter {
		height: 550px;
	}
	.childContainer {
		text-align: center;
	}
	.childContainer a {
		display: inline-block;
		float: none;
	}
	.case {
		width: calc(50% - 4px);
	}
	.testimonial {
		width: calc(50% - 60px);
		margin-bottom: 30px;
	}
	.testimonial:nth-of-type(2n) {
		float: right;
		margin: 0 0 30px 0;
	}
	.employeeDisplay {
		height: auto;
		overflow: hidden;
	}
	.employeeDisplay .info {
		width: 100%;
		height: auto;
		padding-left: 0;
	}
	.employeeDisplay .contact {
		width: 100%;
		height: auto;
		margin-bottom: 40px;
	}
	.employeeDisplay .contact a:first-child {
		margin-top: 0px;
	}
	.agenda .left {
		margin-right: 0;
		width: 100%;
		margin-bottom: 50px;
	}
	.agenda .right {
		margin-left: 0;
		width: 100%;
	}
	table {
		width: 100%;
		font-size: 15px;
	}
	.agenda table td:first-child {
		font-size: 15px;
		min-width: 75px;
	}
	table th:first-child, table td:first-child {
		padding: 0;
	}
	.job .left {
		width: calc(100% - 100px);
		height: auto;
	}
	.job .right {
		width: calc(100% - 102px);
	}
	.callBack span {
		display: none;
	}
	.callBack input {
		margin: 0 0 10px 0;
	}
	.blogContainer .post p {
		font-size: 13px;
	}
	.blogContainer .post h4 {
		font-size: 22px;
	}
	.author .left .tel {
		display: none;
	}
	.employeeDisplay .contact .phone {
		display: table !important;
		padding: 18px 28px;
	}
	.event .left,
	.event .right
	{
		width: 100%;
	}
	p iframe {
		min-height: 500px;
	}
}
@media screen and (max-width: 750px) {
	
	p.intro {
		display: none;
	}
	.dienstCase h2.intro::after{
		margin-top:10px;
		margin-bottom:70px;
	}
	h1.intro:after, 
	h2.intro:after, 
	h3.intro:after, 
	h4.intro:after, 
	h5.intro:after 
	{
		margin-top: 20px;
	}
	header .sticky {
		display: none;
	}
	header {
		height: 60px;
	}
	header .top {
		height: 60px;
		line-height: 60px;
		position: fixed;
		width: 100%;
		z-index: 9;
		border-bottom: 1px solid #E8E8E8;
	}
	header .top .bigLogo {
		height: 60px;
		width: 120px;
	}
	header .top form {
		display: none;
	}
	header .top .mmenu {
		display: inline-block;
	}
	.homeAbout .right {
		height: auto;
	}
	.homeAbout2 .right {
		width: 100%;
	}
	.homeAbout2 img {
		display: none;
	}
	.serviceblock {
		width: calc(100% - 61px);
		border-bottom: 1px solid #E8E8E8;
		border-right: 0;
	}
	.home .serviceblock .serviceImg {
		margin-top: 0 !important;
	}
	.home .serviceblock {
		padding: 30px;
	}
	.home .serviceblock p, .home .serviceblock span {
		display: block !important;
		opacity: 1 !important;
	}
	.left {
		margin-right: 0;
		width: 100%;
		margin-bottom: 1em;
	}
	.right {
		margin-left: 0;
		width: 100%;
		margin-bottom: 1em;
	}
	.pageContent .left,
	.pageContent .right,
	.latestBlog .left,
	.latestBlog .right
	{
		width: 100%;
	}
	footer .bottom .block,
	footer .bottom .block:first-child,
	footer .bottom .block:last-child
	{
		width: 100%;
		margin-bottom: 30px;
	}
	footer .bottom .block .left {
		width: 50%;
	}
	footer  .bottom .block.footerNews {
		margin-bottom: 50px;
		padding: 0;
	}
	footer .bottom .block .right {
		margin-left: 0;
	}
	.homeNewsletter .right {
		padding: 50px;
	}
	.newsletter {
		height: 500px;
	}
	.newsletter p {
		display: none;
	}
	.dienstCase .left {
		width: calc(100% - 100px);
		padding: 50px;
	}
	.dienstCase .right {
		display: none;
	}
	.case {
		width: calc(100% - 4px);
	}
	.testimonial {
		width: calc(100% - 40px);
		margin-bottom: 30px;
	}
	.testimonial:nth-of-type(2n) {
		float: left;
		margin: 0 0 30px 0;
	}
	.callBack input {
		width: calc(100% - 22px);
	}
	.blogContainer .post {
		width: 100%;
	}
	.blogContainer .post p {
		font-size: 16px;
	}
	.author .left {
		width: 100%;
		border-right: 0;
	}
	.author .right {
		width: 100%;
	}
	header .top.lp .data {
		display: none;
	}
	header .langSelector {
		display: none;
	}
	p iframe {
		min-height: 400px;
	}
	section.splash.eventHeader {
		padding: 60px 0 130px 0;
	}
	.sollicitatie .right .left {
		margin-right: 0;
		width: 100%;
		margin-bottom: 1em;
	}
	.sollicitatie .right .right {
		margin-left: 0;
		width: 100%;
		margin-bottom: 1em;
	}
	.clearbothResponsive {
		display: block;
	}
	.sollicitatie button.sendForm {
		margin-top: 20px;
	}
}
@media screen and (max-width: 600px) {
	section {
		padding: 50px 0;
	}
	a.button, button, .job .button {
		display: block !important;
		text-align: center;
		margin-bottom: 10px;
		box-sizing: border-box;
		width: 100%;
	}
	a.open, .job .open {
		display: block !important;
		padding: 20px 0px;
	}
	a.open:after, .job .open:after {
		left: 0;
		width: 100%;
	}
	a.button.phone {
		margin-right: 0;
	}
	.employeeDisplay .contact .phone {
		display: block !important;
	}
	section.splash.full a {
		left: 20px;
		box-sizing: border-box;
		width: calc(100% - 40px);
	}
	.iconSlider,
	.caseSlider
	{
		display: none;
	}
	.serviceblock.two {
		width: calc(100% - 61px);
	}
	.casesList .more .button:after {
		width: 100%;
	}
	.photoContainer .container {
		width: calc(33.3% - 4px);
	}
	.photoContainer .img {
		height: calc(33.3vw - 4px);
	}
	.single section.splash.small h1 {
		font-size: 30px;
	}
	.searchBox form {
		display: block;
		width: 100%;
	}
	.searchBox input {
		width: calc(100% - 160px);
	}
	.searchBox button {
		display: inline-block !important;
	}
	p img {
		width: 100%;
	}
	p iframe {
		min-height: 300px;
	}
}
@media screen and (max-width: 450px) {
	
	a.button, button, .job .button {
		font-size: 16px;
	}
	a.button.phone {
		margin-right: 0;
	}
	h1,
	section.splash.middle h1,
	section.splash.small h1,
	section.splash.full .smallWrapper h1
	{
		font-size: 35px;
		font-size: 8vw;
	}
	
	h2,
	h3,
	h4,
	h5,
	h6
	{
		font-size: 25px;
	}
	h1:after, 
	h2:after, 
	h3:after, 
	h4:after, 
	h5:after 
	{
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.breadcrumbContainer {
		display: none;
	}
	p, 
	p.intro,
	.latestBlog p {
		font-size: 14px;
	}
	.pageContent .left p {
		font-size: 18px;
	}
	.homeNewsletter button {
		height: auto;
	}
	.homeCase .right img {
		width: auto;
		max-width: calc(100% - 40px);
	}
	footer .top .logo {
		float: none;
		margin: 0 auto;
	}
	footer .top {
		text-align: center;
	}
	footer .top .button {
		float: none;
	}
	/*.serviceContainer {
		height: 330px;
	}
	.serviceblock img {
		margin-top: 50px !important;
	}*/
	ol li {
		padding-left: 70px;
	}
	.blogContainer .post p {
		font-size: 13px;
	}
	.commentForm input {
		width: calc(100% - 2px);
		float: left;
	}
	.commentForm input:first-of-type {
		margin-right: 0px;
	}
	section ul li {
		font-size: 15px;
	}
	.searchBox input {
		width: calc(100% - 110px);
	}
	.searchBox .searchButton {
		line-height: 66px;
	}
	.whitepaper input[type=text],
	.whitepaper input[type=email] 
	{
		width: calc(100% - 20px);
	}
	.floatingJobBox {
		width: 100%;
	}
	p iframe {
		min-height: 250px;
	}
}
