/* General Demo Style */
/*@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);

@font-face {
	font-family: 'fontawesome';
	src:url('../fonts/fontawesome.eot');
	src:url('../fonts/fontawesome.eot?#iefix') format('embedded-opentype'),
		url('../fonts/fontawesome.svg#fontawesome') format('svg'),
		url('../fonts/fontawesome.woff') format('woff'),
		url('../fonts/fontawesome.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}*/

/* Only affects 5000px width */         /*PC*/
@media only screen and (max-width: 5000px) {
    .cbp-hrmenu .cbp-hrsub-inner > div {
        width: 33%; /*aantal kolommen*/
    }
    .cbp-hrmenu > ul > li > a {
	    font-weight: 800;
	    padding: 1em 1.5em; /*afstand hooftitels tov elkaar*/
	    color: #939393;
	    display: inline-block;
	    margin-top: 12%; /*menu niet laten overlappen met banner*/
	    margin-bottom: 0px;
    }
}

/* Only affects 767px width */         /*TABLET*/
@media only screen and (max-width: 767px) {

    .cbp-hrmenu .cbp-hrsub-inner > div {
        width: 33%; /*aantal kolommen*/
        /*background-color:blue;*/
    }  
    .cbp-hrmenu > ul > li > a {
        width:100%;
        padding: 1em 1em;
        text-align:left;
	    color: #939393;
	    display: inline-block;
	    margin-top: 12%; /*menu niet laten overlappen met banner*/
	    margin-bottom: 0px;
    }
}
/* Only affects 600px width */         /*GSM*/
@media only screen and (max-width: 600px){
    .cbp-hrmenu .cbp-hrsub-inner > div {
        width: 100%; /*aantal kolommen*/
        /*background-color: pink;*/
    }
    .cbp-hrmenu .cbp-hrsub-inner {
        margin-top:60px; /*afstand binnen menu tot bovenkant*/
    }
    
    .cbp-hrmenu > ul > li > a {
        padding: 0.1em 0.1em;
        width:100%;
        text-align:left;
	    color: #939393;
	    display: inline-block;
	    margin-top: 12%; /*menu niet laten overlappen met banner*/
	    margin-bottom: 0px;
    }

    .cbp-hrmenu >ul > a {
        padding: 0.1em 0.1em;
	    margin-top: 0%; /*menu niet laten overlappen met banner*/
	    margin-bottom: 0px;
    }
}

body, html{
	font-size: 90%; 
	padding: 0; 
	margin-top: -11px; /*zwarte bar vanboven wegwerken*/
}
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
body {
    font-family: Calibri, Arial, sans-serif;
    font-size: 20px;
    color: #939393;
}
a {
	/*color: #f0f0f0;*/
	text-decoration: none;
}
.linksWit a {
    color: white;
    display: inline !important;
    text-decoration: none;
}
a:hover {
	color: #000;
}
.container > header {
	width: 90%;
	max-width: 70em;
	margin: 0 auto;
	/*padding: 0 1.875em 1.125em 1.875em;*/
}
.container > header h1 {
	font-size: 2.125em;
	line-height: 1.3;
	margin: 0;
	float: left;
	font-weight: 400;
}
.container > header span {
	display: block;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5em;
	padding: 0 0 0.6em 0.1em;
}
.container > header nav {
	float: right;
}
.container > header nav a {
	display: block;
	float: left;
	position: relative;
	width: 2.5em;
	height: 2.5em;
	background: #fff;
    border-radius:50%;
    color:transparent;
	margin: 0 0.1em;
	border: 4px solid #a1a1a1;
	text-indent: -8000px;
}
.container > header nav a:after {
    content: attr(data-info);
    color: #d9d9d9;
    position: absolute;
    width: 600%;
    top: 120%;
    text-align: right;
    right: 0;
    opacity: 0;
    pointer-events: none;
}
.container > header nav a:hover:after {
	opacity: 1;
}

.container > header nav a:hover {
	background: #939393;
}
.icon-drop:before, 
.icon-arrow-left:before {
	font-family: 'Calibri';
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 2;
	text-align: center;
	color: #939393;
	-webkit-font-smoothing: antialiased;
	text-indent: 8000px;
	padding-left: 8px;
}
.container > header nav a:hover:before {
	color: #fff;
}
.icon-drop:before {
	content: "\e000";
}
.icon-arrow-left:before {
	content: "\f060";
}
.cbp-hrmenu {
	width: 100%;
	margin-top: 0em;
	border-bottom: 0px solid #a1a1a1;
    position:relative; /*parent relative zetten zodat het menu juist onder parent begint*/
}
/* general ul style */
.cbp-hrmenu ul {
    margin-left: 0; /*fix voor witruimte links na bovenstaande uitvoering*/
    margin-bottom:0; /*fix voor witruimte onderaan*/
	padding: 0;
	list-style-type: none;
}
/* first level ul style */
.cbp-hrmenu > ul,
.cbp-hrmenu .cbp-hrsub-inner {
	width: 95%;
	max-width: 70em;
	margin: -26 auto; /*menu items geproportioneerd houden tov menu bar*/
	padding: 0 0;
    text-decoration:none;
}
.cbp-hrmenu .cbp-hrsub-inner {
    padding-bottom:2.5%; /*kleine marge vanonder in uitklapmenu*/
    }
.cbp-hrmenu > ul > li {
	display: inline-block; /*hoofdtitels naast elkaar*/
    height:100%;
    padding-top:0.5%;
	margin-top: 0px;
	margin-bottom: 0pt;
    margin-left:0pt;
}
.cbp-hrmenu > ul > li > a:hover {
    margin-top:12%;
	color: #cccccc;
	margin-bottom: 0px;
}
.cbp-hrmenu > ul > li.cbp-hropen a,
.cbp-hrmenu > ul > li.cbp-hropen > a:hover {
	color: black;
	background: #d9d9d9; /*achtergrondkleur links*/
    line-height:25px; /*dichtheid van de links verticaal tov elkaar*/
}
/* sub-menu */
.cbp-hrmenu > ul > li.cbp-hropen h4 a{
    color: #990000; /*bordeaux kleur toekennen aan overkoepelende link van uitklapmenu*/
    font-size:160%;
    font-weight: 100;
}
.cbp-hrmenu .cbp-hrsub {
	display: none;
	position: absolute;
	background: #d9d9d9; /*achtergrondkleur uitklapmenu*/
	width: 100%;
    left:0;/*beginnen op plaats van content*/
    top: 100%; /*starten onder de menubar*/
    opacity:0.96;
    padding-left:5px; /*kleine insprong links van de submenu items zodat ze niet tegen de zijkant plakken*/
}
.cbp-hropen .cbp-hrsub {
	display: block;
	padding-bottom: 0;
    z-index : 9999999999;
}
.cbp-hrmenu .cbp-hrsub-inner > div {
	/*width: 33%;*/ /*aantal kolommen*/
	float:left;
	padding: 0 0 0;
}
.cbp-hrmenu .cbp-hrsub-inner:before,
.cbp-hrmenu .cbp-hrsub-inner:after {
	content: " ";
	display: table;
}
.cbp-hrmenu .cbp-hrsub-inner:after {
	clear: both;
}
.cbp-hrmenu .cbp-hrsub-inner > div a {
	line-height: 2em; /*afstand tussen menu items*/
}
.cbp-hrsub h4 {
	color: #afdefa;
	padding: 1em 0 0.4em;/*afstand tot titels*/
	margin: 0;
	font-size: 160%;
	font-weight: 100;
}