* {
	box-sizing						: border-box;
	margin							: 0;
}

html {
	overflow-x						: hidden;
}

body {
	margin							: 0;
	max-width						: 100%;
	overflow-x						: hidden;
}

a {
	text-decoration					: none;
}

img {
	image-orientation				: from-image;
}




/*============== SITE ====================================================*/

.site {
	display							: -webkit-box;		/* OLD - iOS 6-, Safari 3.1-6 */
	display							: -moz-box;			/* OLD - Firefox 19- (buggy but mostly works) */
	display							: -ms-flexbox;		/* TWEENER - IE 10 */
	display							: -webkit-flex;		/* NEW - Chrome */
	display							: flex;				/* NEW, Spec - Opera 12.1, Firefox 20+ */
	
	-webkit-flex-direction			: column;
	flex-direction					: column;
	
	position						: relative;
	bottom							: 100%;
	left							: 0;
	top								: 0;
	
	height							: 100%;
	min-height						: 100%;
	min-height						: 100vh;
	min-width						: 100%;

	z-index							: 1;
}

.site-uitklap {
	box-shadow						: 0 0 5px 3px rgba(0,0,0,0.4);
	transition						: left 0.25s ease-in;
}

.body-uitklap {
	overflow						: hidden;
	position						: fixed;
	width							: 100%;
}

.site-header {
	display							: -webkit-box;		/* OLD - iOS 6-, Safari 3.1-6 */
	display							: -moz-box;		/* OLD - Firefox 19- (buggy but mostly works) */
	display							: -ms-flexbox;		/* IE 10 */
	display							: -webkit-flex;		/* NEW - Chrome */
	display							: flex;			/* NEW, Spec - Opera 12.1, Firefox 20+ */

	-webkit-flex-direction			: column;
	flex-direction					: column;

	-webkit-flex-wrap				: wrap;
	flex-wrap						: wrap;

	-webkit-justify-content			: center;
	justify-content					: center;
}

.site-submenu {
	-webkit-box-flex				: 1;	/* OLD - iOS 6-, Safari 3.1-6 */
	-moz-box-flex					: 1;	/* OLD - Firefox 19- */
	-ms-flex						: 1;	/* IE 10 */
	-webkit-flex					: 1;	/* NEW - Chrome */
	flex							: 1;	/* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.site-submenu-items {
	box-sizing						: border-box;
	margin-right					: 2.5em;
	margin-top						: 3.75em;
	overflow						: hidden;
	padding							: 1.25em;
}

.site-submenu h2 {
	margin-bottom					: 1.25em;
}

.site-submenu ul {
	list-style						: none;
	margin							: 0;
	padding							: 0.625em 1.25em;
}

.site-submenu li {
	display							: inline-block;
	font-weight						: normal;
	width							: 100%;
}

.site-submenu li hr {
	border							: 0;
	margin							: 0.3em 0 0.3em 25%;
	
	height							: 1px;
	width							: 50%;
	
	text-align						: center;
}

.site-submenu li:last-of-type hr {
	display							: none;
}

.site-submenu li a {
	display							: block;
	text-decoration					: none;
}

.site-submenu li a:hover {
	
}

.site-submenu li a.actief {
	cursor							: default;
}




/* ============== 404 ============================================== */

.error404 {
	background-image				: url("../img/error-404.png");
	background-color				: rgb(66,152,200);
	background-repeat				: no-repeat;
    background-position				: left center;
    background-size					: cover;
    
    font-size						: 2rem;
    font-weight						: 300;
    text-align						: center;
	color							: rgb(255,255,255);
	
	margin							: 1em;
	padding							: 2em;
}



/*============== HOMEPAGE ================================================*/

.homepage-regel-container {
	width							: 100%;
}

.homepage-blok-container {
	display							: -webkit-box;		/* OLD - iOS 6-, Safari 3.1-6 */
	display							: -moz-box;			/* OLD - Firefox 19- (buggy but mostly works) */
	display							: -ms-flexbox;		/* TWEENER - IE 10 */
	display							: -webkit-flex;		/* NEW - Chrome */
	display							: flex;				/* NEW, Spec - Opera 12.1, Firefox 20+ */
	
	-webkit-box-flex				: 1 0 0%;	/* OLD - iOS 6-, Safari 3.1-6 */
	-moz-box-flex					: 1 0 0%;	/* OLD - Firefox 19- */
	-ms-flex						: 1 0 0%;	/* IE 10 */
	-webkit-flex					: 1 0 0%;	/* NEW - Chrome */
	flex							: 1 0 0%;	/* NEW, Spec - Opera 12.1, Firefox 20+ */
	
	-webkit-flex-direction			: row;
	flex-direction					: row;
	
	-webkit-flex-wrap				: wrap;
	flex-wrap						: wrap;

	list-style						: none;
    margin							: 0;
    padding							: 0;
}

.homepage-blok-container .homepage-blok {
	-webkit-justify-content			: space-between;
	justify-content					: space-between;
}

.homepage-blok {
	display							: -webkit-box;		/* OLD - iOS 6-, Safari 3.1-6 */
	display							: -moz-box;			/* OLD - Firefox 19- (buggy but mostly works) */
	display							: -ms-flexbox;		/* TWEENER - IE 10 */
	display							: -webkit-flex;		/* NEW - Chrome */
	display							: flex;				/* NEW, Spec - Opera 12.1, Firefox 20+ */
	
	-webkit-flex-direction			: column;
	flex-direction					: column;
}

.homepage-blok div {
}


.homepage-blok-button-container {
	width							: 100%;
}


/*============== CONTENT =================================================*/

.site-content {
	box-sizing						: border-box;
	margin							: auto;
	width							: 100%;
	
	-webkit-box-flex				: 1 0 auto;		/* OLD - iOS 6-, Safari 3.1-6 */
	-moz-box-flex					: 1 0 auto;		/* OLD - Firefox 19- */
	-ms-flex						: 1 0 auto;		/* IE 10 */
	-webkit-flex					: 1 0 auto;		/* NEW - Chrome */
	flex							: 1 0 auto;		/* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.content-met-submenu {
	display							: -webkit-box;		/* OLD - iOS 6-, Safari 3.1-6 */
	display							: -moz-box;			/* OLD - Firefox 19- (buggy but mostly works) */
	display							: -ms-flexbox;		/* TWEENER - IE 10 */
	display							: -webkit-flex;		/* NEW - Chrome */
	display							: flex;				/* NEW, Spec - Opera 12.1, Firefox 20+ */
	
	-webkit-flex-direction			: row;
	flex-direction					: row;

	-webkit-flex-wrap				: nowrap;
	flex-wrap						: nowrap;
}

.main-content {
	-webkit-box-flex				: 4;	/* OLD - iOS 6-, Safari 3.1-6 */
	-moz-box-flex					: 4;	/* OLD - Firefox 19- */
	-ms-flex						: 4;	/* IE 10 */
	-webkit-flex					: 4;	/* NEW - Chrome */
	flex							: 4;	/* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.volledigbreed,
.main-content section.volledigbreed {
	max-width						: 100%;
	width							: 100%;
}

.maxcontentbreedte,
.main-content section,
.volledigbreed section,
.site-content.content-met-submenu {
	max-width						: 1200px;
	width							: 100%;
    margin							: auto;
}

.site-content section .submenu-infoblok ul,
.site-content section .submenu-infoblok ol {
    padding							: 0.625em;
    margin							: 0.625em 0;
	display							: inline-block;
}

.menu-infoblokken {
	display							: -webkit-box;		/* OLD - iOS 6-, Safari 3.1-6 */
	display							: -moz-box;			/* OLD - Firefox 19- (buggy but mostly works) */
	display							: -ms-flexbox;		/* TWEENER - IE 10 */
	display							: -webkit-flex;		/* NEW - Chrome */
	display							: flex;				/* NEW, Spec - Opera 12.1, Firefox 20+ */
	
	-webkit-flex-direction			: row;
	flex-direction					: row;

	-webkit-flex-wrap				: wrap;
	flex-wrap						: wrap;
	
	-webkit-align-items				: stretch;
	align-items						: stretch;
}

.menu-infoblok {
	position						: relative;
	
	-webkit-box-flex				: 1 0 33%;	/* OLD - iOS 6-, Safari 3.1-6 */
	-moz-box-flex					: 1 0 33%;	/* OLD - Firefox 19- */
	-ms-flex						: 1 0 33%;	/* IE 10 */
	-webkit-flex					: 1 0 33%;	/* NEW - Chrome */
	flex							: 1 0 33%;	/* NEW, Spec - Opera 12.1, Firefox 20+ */
	height							: auto;
}

div .menu-infoblok-icon {
    display							: inline-block;
}

.menu-infoblok .button {
	position						: absolute;
	left							: 20%;
	right							: 20%;
	bottom							: 0;
}


/*============== COLLAPSABLES =============================================*/

.collapsable {
	width							: 100%;
	float							: none;
}

.collapsable-header {
	cursor							: pointer;
}

.collapsable-header > span {
	margin-right					: 0.625em;
}

.collapsable .inputregel_label {
    width							: 100%;
}




/*============== FOOTER ==================================================*/

.site-footer {
	height							: auto;
	margin-top						: 1.25em;
}

.site-footer-menus-en-submenus {
}

.site-footer-tekst {
}

.site-footer-eigensocialmedia {
}

.site-footer-eigensocialmedia a {
	padding							: 0.3em;
}

.site-footer section {
	margin							: auto;
	width							: 100%;
}

.footer-copyright div {
    margin							: 0 0.625em;
}




/*============== MOBILE NAV ==============================================*/

.mobile-nav {
	display							: none;
	
	height							: 100%;
	width							: 100%;

	position						: fixed;
	bottom							: 0;

	left							: 70px;
	right							: 0;
	top								: 0;
	
	list-style						: none;
	overflow						: scroll;
	z-index							: 0;
}

.mobile-nav h2 {
	font-weight						: normal;
	margin							: 0.625em;
}

.mobile-nav ul {
	list-style						: none;
	margin							: 1.25em 0 0 0;
	padding							: 0;
}

.mobile-nav li {
	font-weight						: normal;
}

.mobile-nav li:first-child {
	
}

.mobile-nav li a {
	display							: block;
	padding							: 0.625em;
}

.mobile-nav li a:hover {
 
}

.mobile-nav li a.actief {
	cursor							: default;
}

.mobile-nav ul li ul {
	margin							: 0;
}

.mobile-nav ul li ul li a {
	padding-left					: 1.25em;
}




/*============== HEADER BOVENBALK ========================================*/

.bovenbalk {
	box-sizing						: border-box;
	margin							: auto;
	padding							: 0;
	
	width							: 100%;
	
	display							: -webkit-box;		/* OLD - iOS 6-, Safari 3.1-6 */
	display							: -moz-box;			/* OLD - Firefox 19- (buggy but mostly works) */
	display							: -ms-flexbox;		/* TWEENER - IE 10 */
	display							: -webkit-flex;		/* NEW - Chrome */
	display							: flex;				/* NEW, Spec - Opera 12.1, Firefox 20+ */
	
	-webkit-flex-direction			: row;
	flex-direction					: row;

	-webkit-flex-wrap				: nowrap;
	flex-wrap						: nowrap;

	-webkit-justify-content			: space-between;
	justify-content					: space-between;
	
	-webkit-align-items				: center;
	align-items						: center;
}


.bovenbalk span {
	font-weight						: normal;
	margin							: 0;
	padding							: 0;
}

.bovenbalk span:before {
	font-weight						: normal;
	margin-right					: 0.3em;
	padding							: 0;
}

.bovenbalk a {
}

.bovenbalk a:hover {
}




/*============== HEADER VISUAL ===========================================*/

.header-visual {
	position						: relative;
	
	display							: -webkit-box;		/* OLD - iOS 6-, Safari 3.1-6 */
	display							: -moz-box;			/* OLD - Firefox 19- (buggy but mostly works) */
	display							: -ms-flexbox;		/* TWEENER - IE 10 */
	display							: -webkit-flex;		/* NEW - Chrome */
	display							: flex;				/* NEW, Spec - Opera 12.1, Firefox 20+ */
	
	-webkit-flex-direction			: row;
	flex-direction					: row;

	-webkit-flex-wrap				: nowrap;
	flex-wrap						: nowrap;
}

.header-visual-home {
	position						: relative;
	
	display							: -webkit-box;		/* OLD - iOS 6-, Safari 3.1-6 */
	display							: -moz-box;			/* OLD - Firefox 19- (buggy but mostly works) */
	display							: -ms-flexbox;		/* TWEENER - IE 10 */
	display							: -webkit-flex;		/* NEW - Chrome */
	display							: flex;				/* NEW, Spec - Opera 12.1, Firefox 20+ */
	
	-webkit-flex-direction			: row;
	flex-direction					: row;

	-webkit-flex-wrap				: nowrap;
	flex-wrap						: nowrap;
}

.header-visual-home,
.header-visual {
	overflow						: hidden;
}

.visual {
	-webkit-box-flex				: 2;	/* OLD - iOS 6-, Safari 3.1-6 */
	-moz-box-flex					: 2;	/* OLD - Firefox 19- */
	-ms-flex						: 2;	/* IE 10 */
	-webkit-flex					: 2;	/* NEW - Chrome */
	flex							: 2;	/* NEW, Spec - Opera 12.1, Firefox 20+ */
	height							: inherit;
}

div#visual-nav {
	display							: block;
	width							: 100%;
	text-align						: center;
	margin							: auto;
	position						: relative;
	z-index							: 2;
}

div#visual-nav ul {
	top								: -24px;
	position						: relative;
	display							: inline-block;
	height							: 1em;
	list-style-type					: none;
	z-index							: 5;
}

div#visual-nav ul li {
	-webkit-border-radius			: 7px;
	-moz-border-radius				: 7px;
	border-radius					: 7px;
	
	height							: 14px;
	width							: 14px;
	padding							: 0;
	margin-right					: 0.3em;
	float							: left;
}



/*============== PAYOFF HEADER ===========================================*/

.payoffheader {
	margin							: auto;

	height							: inherit;
	min-height						: inherit;
	width							: 100%;

	display							: -webkit-box;		/* OLD - iOS 6-, Safari 3.1-6 */
	display							: -moz-box;			/* OLD - Firefox 19- (buggy but mostly works) */
	display							: -ms-flexbox;		/* TWEENER - IE 10 */
	display							: -webkit-flex;		/* NEW - Chrome */
	display							: flex;				/* NEW, Spec - Opera 12.1, Firefox 20+ */
	
	-webkit-flex-direction			: column;
	flex-direction					: column;

	-webkit-justify-content			: center;
	justify-content					: center;

	padding							: 1.25em;
}

.payoffheader_content {
}

.payoffheader h2 {
	margin							: 0;
}

.payoffheader h3 {
}

.payoffheader span {
}




/*============== HEADER NAVIGATIE ========================================*/

.hoofdnav {
	box-sizing						: border-box;
	margin							: auto;
	padding							: 0;
	width							: 100%;
}

.hoofdnav ul {
	list-style						: none;
	margin							: 0;
	padding							: 0 1.25em;
	text-align						: center;
}

.hoofdnav li {
	display							: inline-block;
}

.hoofdnav li:last-child {
	border-right					: 0;
}

.hoofdnav li a {
	display							: block;
	padding							: 0 1.25em;
	text-decoration					: none;
}

.hoofdnav li a:hover {
}

.hoofdnav li a.actief {
}

.icon-menu {
}

.icon-menu:hover {
}





/*============== HEADER NAVIGATIE SUB UITKLAP ============================*/

.hoofdnav li ul {
	display							: none;
	position						: absolute;
	text-align						: left;
}

.hoofdnav li ul li {
	display							: block;
}

.hoofdnav li li {
	border-right					: 0;
	height							: auto;
}

.hoofdnav li:hover ul {
	z-index							: 99;
	display							: block;
}





/*============== CONTENT ALGEMENE INDELING ===============================*/

section {
	display							: -webkit-box;		/* OLD - iOS 6-, Safari 3.1-6 */
	display							: -moz-box;			/* OLD - Firefox 19- (buggy but mostly works) */
	display							: -ms-flexbox;		/* TWEENER - IE 10 */
	display							: -webkit-flex;		/* NEW - Chrome */
	display							: flex;				/* NEW, Spec - Opera 12.1, Firefox 20+ */

	margin-bottom					: 1.25em;
	padding							: 0;
	
	-webkit-flex-direction			: row;
	flex-direction					: row;

	-webkit-flex-wrap				: wrap;
	flex-wrap						: wrap;

	-webkit-justify-content			: space-between;
	justify-content					: space-between;
	
	-webkit-align-items				: stretch;
	align-items						: stretch;
}

section div {
	margin-bottom					: 0;
}

.section-zelfde-hoogte {
	-webkit-align-items				: stretch;
	align-items						: stretch;
}

.fixed-width-250 {
	margin							: 0;
	margin-right					: 1.25em;
	padding							: 0;
	
	width							: 250px;
	
	-webkit-box-flex				: 0 0 250px;	/* OLD - iOS 6-, Safari 3.1-6 */
	-moz-box-flex					: 0 0 250px;	/* OLD - Firefox 19- */
	-ms-flex						: 0 0 250px;	/* IE 10 */
	-webkit-flex					: 0 0 250px;	/* NEW - Chrome */
	flex							: 0 0 250px;	/* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.div2-12 {
	margin							: 0.625rem 1%;
	
	-webkit-box-flex				: 1 0 14%;	/* OLD - iOS 6-, Safari 3.1-6 */
	-moz-box-flex					: 1 0 14%;	/* OLD - Firefox 19- */
	-ms-flex						: 1 0 14%;	/* IE 10 */
	-webkit-flex					: 1 0 14%;	/* NEW - Chrome */
	flex							: 1 0 14%;	/* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.div3-12 {
	margin							: 0.625rem 1%;
	
	-webkit-box-flex				: 1 0 23%;	/* OLD - iOS 6-, Safari 3.1-6 */
	-moz-box-flex					: 1 0 23%;	/* OLD - Firefox 19- */
	-ms-flex						: 1 0 23%;	/* IE 10 */
	-webkit-flex					: 1 0 23%;	/* NEW - Chrome */
	flex							: 1 0 23%;	/* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.div4-12 {
	margin							: 0.625rem 1%;
	
	-webkit-box-flex				: 1 0 31%;	/* OLD - iOS 6-, Safari 3.1-6 */
	-moz-box-flex					: 1 0 31%;	/* OLD - Firefox 19- */
	-ms-flex						: 1 0 31%;	/* IE 10 */
	-webkit-flex					: 1 0 31%;	/* NEW - Chrome */
	flex							: 1 0 31%;	/* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.div5-12 {
	margin							: 0.625rem 1%;
	
	-webkit-box-flex				: 1 0 39%;	/* OLD - iOS 6-, Safari 3.1-6 */
	-moz-box-flex					: 1 0 39%;	/* OLD - Firefox 19- */
	-ms-flex						: 1 0 39%;	/* IE 10 */
	-webkit-flex					: 1 0 39%;	/* NEW - Chrome */
	flex							: 1 0 39%;	/* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.div6-12 {
	margin							: 0.625rem 1%;
	
	-webkit-box-flex				: 1 0 48%;	/* OLD - iOS 6-, Safari 3.1-6 */
	-moz-box-flex					: 1 0 48%;	/* OLD - Firefox 19- */
	-ms-flex						: 1 0 48%;	/* IE 10 */
	-webkit-flex					: 1 0 48%;	/* NEW - Chrome */
	flex							: 1 0 48%;	/* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.div7-12 {
	margin							: 0.625rem 1%;
	
	-webkit-box-flex				: 1 0 56%;	/* OLD - iOS 6-, Safari 3.1-6 */
	-moz-box-flex					: 1 0 56%;	/* OLD - Firefox 19- */
	-ms-flex						: 1 0 56%;	/* IE 10 */
	-webkit-flex					: 1 0 56%;	/* NEW - Chrome */
	flex							: 1 0 56%;	/* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.div8-12 {
	margin							: 0.625rem 1%;
	
	-webkit-box-flex				: 1 0 65%;	/* OLD - iOS 6-, Safari 3.1-6 */
	-moz-box-flex					: 1 0 65%;	/* OLD - Firefox 19- */
	-ms-flex						: 1 0 65%;	/* IE 10 */
	-webkit-flex					: 1 0 65%;	/* NEW - Chrome */
	flex							: 1 0 65%;	/* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.div9-12 {
	margin							: 0.625rem 1%;
	
	-webkit-box-flex				: 1 0 73%;	/* OLD - iOS 6-, Safari 3.1-6 */
	-moz-box-flex					: 1 0 73%;	/* OLD - Firefox 19- */
	-ms-flex						: 1 0 73%;	/* IE 10 */
	-webkit-flex					: 1 0 73%;	/* NEW - Chrome */
	flex							: 1 0 73%;	/* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.div10-12 {
	margin							: 0.625rem 1%;
	
	-webkit-box-flex				: 1 0 81%;	/* OLD - iOS 6-, Safari 3.1-6 */
	-moz-box-flex					: 1 0 81%;	/* OLD - Firefox 19- */
	-ms-flex						: 1 0 81%;	/* IE 10 */
	-webkit-flex					: 1 0 81%;	/* NEW - Chrome */
	flex							: 1 0 81%;	/* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.div11-12 {
	margin							: 0.625rem 1%;
	
	-webkit-box-flex				: 1 0 89%;	/* OLD - iOS 6-, Safari 3.1-6 */
	-moz-box-flex					: 1 0 89%;	/* OLD - Firefox 19- */
	-ms-flex						: 1 0 89%;	/* IE 10 */
	-webkit-flex					: 1 0 89%;	/* NEW - Chrome */
	flex							: 1 0 89%;	/* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.div12-12 {
	margin							: 0.625rem 1%;
	
	-webkit-box-flex				: 1 0 98%;	/* OLD - iOS 6-, Safari 3.1-6 */
	-moz-box-flex					: 1 0 98%;	/* OLD - Firefox 19- */
	-ms-flex						: 1 0 98%;	/* IE 10 */
	-webkit-flex					: 1 0 98%;	/* NEW - Chrome */
	flex							: 1 0 98%;	/* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.standaard-padding {
	box-sizing						: border-box;
	padding							: 1.25em;
}

.standaard-padding-boven-groot {
	box-sizing						: border-box;
	padding							: 2.5em 0 0 0;
}

.standaard-padding-boven {
	box-sizing						: border-box;
	padding							: 1.25em 0 0 0;
}

.standaard-padding-behalve-rechts {
	box-sizing						: border-box;
	padding							: 1.25em 0 1.25em 1.25em;
}

.standaard-padding-verticaal {
	box-sizing						: border-box;
	padding							: 1.25em 0;
	
	height							: 1.25rem;
	width							: 100%;
}





/*============== CONTENT =================================================*/

.content-naast-elkaar {
	display							: -webkit-box;		/* OLD - iOS 6-, Safari 3.1-6 */
	display							: -moz-box;			/* OLD - Firefox 19- (buggy but mostly works) */
	display							: -ms-flexbox;		/* TWEENER - IE 10 */
	display							: -webkit-flex;		/* NEW - Chrome */
	display							: flex;				/* NEW, Spec - Opera 12.1, Firefox 20+ */
	
	-webkit-flex-direction			: row;
	flex-direction					: row;

	-webkit-flex-wrap				: wrap;
	flex-wrap						: wrap;

	-webkit-justify-content			: flex-start;
	justify-content					: flex-start;
	
	-webkit-align-items				: stretch;
	align-items						: stretch;
}

.mobilenietzichtbaar {
	
}

.mobilewelzichtbaar {
	display							: none;
}

.toggle1nietzichtbaar {
	
}

.toggle1welzichtbaar {
	display							: none;
}

.toggle2nietzichtbaar {
	
}

.toggle2welzichtbaar {
	display							: none;
}

.uitlijning-links,
.uitlijning-rechts {
	width							: 50%;

    margin-top						: 0.625em;
	margin-right					: 0;
    margin-bottom					: 0.625em;
    margin-left						: 0.625em;
}

.uitlijning-klein {
	width							: 25%;
}

.uitlijning-links {
	float							: left;

	margin							: 0;
	margin-right					: 0.625em;
}

.uitlijning-rechts {
	float							: right;

	margin							: 0;
	margin-left						: 0.625em;
}

.uitlijning-boven {
	margin-bottom					: 0.625em;
}

.uitlijning-onder {
	margin-top						: 0.625em;
}









/*============== KRUIMELPAD ==============================================*/
.kruimelpad {
	font-weight						: normal;
}

.kruimelpad a {
}

.kruimelpad a:hover {
}





/*============== OVERIGE =================================================*/

.afgerond {
	overflow						: hidden;
}

.animeer {
	transition						: all 0.5s ease;
}

.border {
}

.blur {
	-webkit-filter					: blur(1.25rem) grayscale(50%);
	-moz-filter   					: blur(1.25rem) grayscale(50%);
	-ms-filter   					: blur(1.25rem) grayscale(50%);
	-o-filter	 					: blur(1.25rem) grayscale(50%);
	 filter	   						: blur(1.25rem) grayscale(50%);
}

.bg_rood {
	background-color				: red;
}

.centreren {
	text-align						: center;
}

.clearboth {
	clear							: both;
}

.display_flex_row {
	display							: -webkit-box;		/* OLD - iOS 6-, Safari 3.1-6 */
	display							: -moz-box;			/* OLD - Firefox 19- (buggy but mostly works) */
	display							: -ms-flexbox;		/* TWEENER - IE 10 */
	display							: -webkit-flex;		/* NEW - Chrome */
	display							: flex;				/* NEW, Spec - Opera 12.1, Firefox 20+ */

	-webkit-flex-direction			: row;
	flex-direction					: row;

	-webkit-flex-wrap				: nowrap;
	flex-wrap						: nowrap;
}

.display_flex_row_wrap {
	display							: -webkit-box-flex;		/* OLD - iOS 6-, Safari 3.1-6 */
	display							: -moz-box;			/* OLD - Firefox 19- (buggy but mostly works) */
	display							: -ms-flexbox;		/* TWEENER - IE 10 */
	display							: -webkit-flex;		/* NEW - Chrome */
	display							: flex;				/* NEW, Spec - Opera 12.1, Firefox 20+ */

	-webkit-flex-direction			: row;
	flex-direction					: row;

	-webkit-flex-wrap				: wrap;
	flex-wrap						: wrap;
}

.display_flex_column {
	display							: -webkit-box;		/* OLD - iOS 6-, Safari 3.1-6 */
	display							: -moz-box;			/* OLD - Firefox 19- (buggy but mostly works) */
	display							: -ms-flexbox;		/* TWEENER - IE 10 */
	display							: -webkit-flex;		/* NEW - Chrome */
	display							: flex;				/* NEW, Spec - Opera 12.1, Firefox 20+ */

	-webkit-flex-direction			: column;
	flex-direction					: column;

	-webkit-flex-wrap				: nowrap;
	flex-wrap						: nowrap;
}

.display_flex_column_wrap {
	display							: -webkit-box-flex;		/* OLD - iOS 6-, Safari 3.1-6 */
	display							: -moz-box;			/* OLD - Firefox 19- (buggy but mostly works) */
	display							: -ms-flexbox;		/* TWEENER - IE 10 */
	display							: -webkit-flex;		/* NEW - Chrome */
	display							: flex;				/* NEW, Spec - Opera 12.1, Firefox 20+ */

	-webkit-flex-direction			: column;
	flex-direction					: column;

	-webkit-flex-wrap				: wrap;
	flex-wrap						: wrap;
}

.downloads {
	
}

.flex_0 {
	-webkit-box-flex				: 0;	/* OLD - iOS 6-, Safari 3.1-6 */
	-moz-box-flex					: 0;	/* OLD - Firefox 19- */
	-ms-flex						: 0;	/* IE 10 */
	-webkit-flex					: 0;	/* NEW - Chrome */
	flex							: 0;	/* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.flex_1 {
	-webkit-box-flex				: 1;	/* OLD - iOS 6-, Safari 3.1-6 */
	-moz-box-flex					: 1;	/* OLD - Firefox 19- */
	-ms-flex						: 1;	/* IE 10 */
	-webkit-flex					: 1;	/* NEW - Chrome */
	flex							: 1;	/* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.flex_2 {
	-webkit-box-flex				: 2;	/* OLD - iOS 6-, Safari 3.1-6 */
	-moz-box-flex					: 2;	/* OLD - Firefox 19- */
	-ms-flex						: 2;	/* IE 10 */
	-webkit-flex					: 2;	/* NEW - Chrome */
	flex							: 2;	/* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.flex_3 {
	-webkit-box-flex				: 3;	/* OLD - iOS 6-, Safari 3.1-6 */
	-moz-box-flex					: 3;	/* OLD - Firefox 19- */
	-ms-flex						: 3;	/* IE 10 */
	-webkit-flex					: 3;	/* NEW - Chrome */
	flex							: 3;	/* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.flex_4 {
	-webkit-box-flex				: 4;	/* OLD - iOS 6-, Safari 3.1-6 */
	-moz-box-flex					: 4;	/* OLD - Firefox 19- */
	-ms-flex						: 4;	/* IE 10 */
	-webkit-flex					: 4;	/* NEW - Chrome */
	flex							: 4;	/* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.fontsize_10 { font-size			: 0.6rem !important; }
.fontsize_15 { font-size			: 0.9rem !important; }
.fontsize_20 { font-size			: 1.25rem !important; }
.fontsize_25 { font-size			: 1.5rem !important; }
.fontsize_30 { font-size			: 1.9rem !important; }
.fontsize_40 { font-size			: 2.5rem !important; }
.fontsize_50 { font-size			: 3rem !important; }
.fontsize_60 { font-size			: 3.75rem !important; }
.fontsize_70 { font-size			: 4.4rem !important; }
.fontsize_80 { font-size			: 5rem !important; }
.fontsize_90 { font-size			: 5.6rem !important; }
.fontsize_100 { font-size			: 6.25rem !important; }

.geenmarge { margin					: 0 !important; }

.cursor-pointer {
	cursor							: pointer;
}

H1 {
	font-weight						: normal;
	padding							: 0;
	margin							: 0 0 0.4em 0;
}

H2 {
	font-weight						: normal;
	padding							: 0;
	margin							: 0 0 0.4em 0;
}

H3 {
	font-weight						: normal;
	padding							: 0;
	margin							: 0 0 0.4em 0;
}

H4 {
	padding							: 0;
	margin							: 0;
}


[class*="bg_"] h1,
[class*="bg_"] h2 {
	margin							: 0.4em 0 0.4em 0;
}


.imgbackground-stretch {
	background-position				: center;
	background-repeat				: no-repeat;
	background-size					: cover;
}

label
{
	margin							: 0.625em 0;
	padding							: 0;
}

.margin_0	{ margin				: 0 !important; }
.margin_5	{ margin				: 0.3rem !important; }
.margin_10	{ margin				: 0.625rem !important; }
.margin_15	{ margin				: 0.9rem !important; }
.margin_20	{ margin				: 1.25rem !important; }
.margin_25	{ margin				: 1.5rem !important; }

.margin_ver_5	{ margin			: 0.3em 0 !important; }
.margin_ver_10	{ margin			: 0.625rem 0 !important; }
.margin_ver_15	{ margin			: 0.9rem 0 !important; }
.margin_ver_20	{ margin			: 1.25rem 0 !important; }
.margin_ver_25	{ margin			: 1.5rem 0 !important; }
.margin_ver_30	{ margin			: 1.8rem 0 !important; }
.margin_ver_35	{ margin			: 2.2rem 0 !important; }
.margin_ver_40	{ margin			: 2.5rem 0 !important; }

.margin_top_5	{ margin-top		: 0.3rem !important; }
.margin_top_10	{ margin-top		: 0.625rem !important; }
.margin_top_15	{ margin-top		: 0.9rem !important; }
.margin_top_20	{ margin-top		: 1.25rem !important; }
.margin_top_25	{ margin-top		: 1.5rem !important; }
.margin_top_30	{ margin-top		: 1.8rem !important; }
.margin_top_35	{ margin-top		: 2.2rem !important; }
.margin_top_40	{ margin-top		: 2.5rem !important; }

.margin_bot_5	{ margin-bottom		: 0.3rem !important; }
.margin_bot_10	{ margin-bottom		: 0.625rem !important; }
.margin_bot_15	{ margin-bottom		: 0.9rem !important; }
.margin_bot_20	{ margin-bottom		: 1.25rem !important; }
.margin_bot_25	{ margin-bottom		: 1.5rem !important; }
.margin_bot_30	{ margin-bottom		: 1.8rem !important; }
.margin_bot_35	{ margin-bottom		: 2.2rem !important; }
.margin_bot_40	{ margin-bottom		: 2.5rem !important; }

.margin_hor_5	{ margin			: 0 0.3rem !important; }
.margin_hor_10	{ margin			: 0 0.625rem !important; }
.margin_hor_15	{ margin			: 0 0.9rem !important; }
.margin_hor_20	{ margin			: 0 1.25rem !important; }
.margin_hor_25	{ margin			: 0 1.5rem !important; }

.noblur {
	-webkit-filter					: none;
	-moz-filter						: none;
	-ms-filter						: none;
	-o-filter						: none;
	filter							: none;
}

.noscroll { overflow				:  hidden; }

.nowrap {
	-webkit-flex-wrap				: nowrap;
	flex-wrap						: nowrap;
}

.onzichtbaar, .null { display		: none; }

.padding_0	{ padding				: 0 !important; }
.padding_5	{ padding				: 0.3rem !important; }
.padding_10	{ padding				: 0.625rem !important; }
.padding_15	{ padding				: 0.9rem !important; }
.padding_20	{ padding				: 1.25rem !important; }
.padding_25	{ padding				: 1.5rem !important; }
.padding_30	{ padding				: 1.8rem !important; }
.padding_40	{ padding				: 2.5rem !important; }
.padding_50	{ padding				: 3rem !important; }

.padding_40_20	{ padding			: 2.5rem 1.25rem !important; }

.padding_ver_5	{ padding			: 0.3rem 0 !important; }
.padding_ver_10	{ padding			: 0.625rem 0 !important; }
.padding_ver_15	{ padding			: 0.9rem 0 !important; }
.padding_ver_20	{ padding			: 1.25rem 0 !important; }
.padding_ver_25	{ padding			: 1.5rem 0 !important; }
.padding_ver_30	{ padding			: 1.8rem 0 !important; }
.padding_ver_40	{ padding			: 2.5rem 0 !important; }
.padding_ver_50	{ padding			: 3rem 0 !important; }

.padding_hor_5	{ padding			: 0 0.3rem !important; }
.padding_hor_10	{ padding			: 0 0.625rem !important; }
.padding_hor_15	{ padding			: 0 0.9rem !important; }
.padding_hor_20	{ padding			: 0 1.25rem !important; }
.padding_hor_25	{ padding			: 0 1.5rem !important; }
.padding_hor_30	{ padding			: 0 1.8rem !important; }
.padding_hor_40	{ padding			: 0 2.5rem !important; }
.padding_hor_50	{ padding			: 0 3rem !important; }

P, P P {
	padding							: 0;
	margin							: 0 0 0.625em 0;
}

P:empty:first-of-type { display		: none; }

P:empty {
	/*display						: none;*/
}

.position_relative { position		: relative; }

.rechts, .right { text-align		: right; }

section img {
	margin							: 0 0.625em 0.625em 0;

	height							: auto;
	max-width						: inherit;
	width							: 100%;
}

section * li  {
	margin							: 0.3em 0;
}

.flex_start,
.justify-flex-start {
	-webkit-justify-content			: flex-start !important;
	justify-content					: flex-start !important;
}

.space_between,
.justify-space-between {
	-webkit-justify-content			: space-between !important;
	justify-content					: space-between !important;
}

.justify-center {
	-webkit-justify-content			: center !important;
	justify-content					: center !important;
}

.flex_end,
.justify-flex-end {
	-webkit-justify-content			: flex-end !important;
	justify-content					: flex-end !important;
}

.align-flex-start {
	-webkit-align-items				: flex-start !important;
	align-items						: flex-start !important;
}

.align-center {
	-webkit-align-items				: center !important;
	align-items						: center !important;
}

.align-flex-end {
	-webkit-align-items				: flex-end !important;
	align-items						: flex-end !important;
}

strong { font-weight				: bold; }

.site-content section * ul,
.site-content section * ol {
	padding							: 1.25em 2.5em;
	margin							: 1.25em 0;
}

table {
	border-collapse					: collapse;
	margin-bottom					: 1.8em;
}

th, td {
	padding							: 0.625em;
	margin							: 0;
}

tr {
}

tr:hover {
}

.ul_geen_opmaak,
.ol_geen_opmaak {
	list-style						: none;
	margin							: 0;
	padding							: 0;
}

.ul_geen_opmaak li,
.ol_geen_opmaak li {
	font-weight						: normal;
}

.vet {
	font-weight						: bold;
}

.wrap {
	-webkit-flex-wrap				: wrap;
	flex-wrap						: wrap;
}

.roteer-90-rechtsom {
	-webkit-transform				: rotate(90deg);    /* Firefox */
	-moz-transform					: rotate(90deg);    /* IE */
	-ms-transform					: rotate(90deg);    /* Opera */
	-o-transform					: rotate(90deg);    /* Internet Explorer */
	transform						: rotate(90deg);
	filter							: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	
	display							: inline-block;
}



/*============== TABLE MOCK CLASSES ============================================*/
.table    { display: table }
.tr       { display: table-row }
.thead    { display: table-header-group }
.tbody    { display: table-row-group }
.tfoot    { display: table-footer-group }
.col      { display: table-column }
.colgroup { display: table-column-group }
.td, .th  { display: table-cell }
.caption  { display: table-caption }




/*============== SOCIAL MEDIA ============================================*/

.socialmedia {
	display							: -webkit-box;		/* OLD - iOS 6-, Safari 3.1-6 */
	display							: -moz-box;		/* OLD - Firefox 19- (buggy but mostly works) */
	display							: -ms-flexbox;		/* TWEENER - IE 10 */
	display							: -webkit-flex;		/* NEW - Chrome */
	display							: flex;			/* NEW, Spec - Opera 12.1, Firefox 20+ */
	
	-webkit-flex-direction			: row;
	flex-direction					: row;

	-webkit-justify-content			: center;
	justify-content					: center;
}

.socialmedia span:before{
	margin							: 0 0 0 0.625em;
	padding							: 0;
}/* ==== RESET VALUES TO MAKE WHITE BOX WITH SHADOW ===== */

html, body {
	font-size					: 15px;
}

body {
	padding						: 10px 10px 0 10px;
	color						: rgb(31,31,31);
	font-family					: 'open_sanslight','HelveticaNeue-Light','Helvetica','Arial','sans-serif';
	background-color			: rgb(239,238,236);
}

.site {
	z-index						: auto;
	margin						: 0 auto;
	min-width					: inherit;
	
	max-width					: 1200px;
	background-color			: rgb(255,255,255);
	-webkit-box-shadow			: 0 0 15px 0 rgba(0,0,0,0.1);
    -moz-box-shadow				: 0 0 15px 0 rgba(0,0,0,0.1);
    box-shadow					: 0 0 15px 0 rgba(0,0,0,0.1);
}

.site-shadow:before {
    z-index						: -1;
    position					: absolute;
    content						: "";
    top							: 1.8rem;
    left						: 16px;
    
    width						: 50%;
    height						: 50vh;
    background					: rgb(239,238,236);
    
    -webkit-box-shadow			: -6px 0 60px 0 rgba(0,0,0,0.3);
    -moz-box-shadow				: -6px 0 60px 0 rgba(0,0,0,0.3);
    box-shadow					: -6px 0 60px 0 rgba(0,0,0,0.3);
    
    -webkit-transform			: rotate(-2deg);
    -moz-transform				: rotate(-2deg);
    -o-transform				: rotate(-2deg);
    -ms-transform				: rotate(-2deg);
    transform					: rotate(-2deg);
}

.site-shadow:after {
    z-index						: -1;
    position					: absolute;
    content						: "";
    top							: 1.8rem;
    right						: 16px;
    
    width						: 50%;
    height						: 50vh;
    background					: rgb(239,238,236);
    
    -webkit-box-shadow			: 6px 0 60px 0 rgba(0,0,0,0.3);
    -moz-box-shadow				: 6px 0 60px 0 rgba(0,0,0,0.3);
    box-shadow					: 6px 0 60px 0 rgba(0,0,0,0.3);
    
    -webkit-transform			: rotate(2deg);
    -moz-transform				: rotate(2deg);
    -o-transform				: rotate(2deg);
    -ms-transform				: rotate(2deg);
    transform					: rotate(2deg);
}



/*============== CONTENT ================================================*/

a {
	color						: rgb(31,31,31);
}

p a {
	color						: rgb(66,152,200);
}

a:hover,
p a:hover {
	color						: rgb(122,183,216);
}

.site-content {
	padding						: 0 2rem 0.7rem 2rem;
	min-height					: 2.5rem;
}

.main-content section.hoofdstukken > div {
	padding						: 1.25em;
}


/*============== SPONSORS / FOUNDERS ==========================================*/

.founders .div3-12,
.sponsors .div3-12 {
	text-align					: center;
}



/*============== SITE SUBMENU ==================================================*/

.site-submenu {
	font-family					: 'open_sanssemibold','HelveticaNeue-Light','Helvetica','Arial','sans-serif';
	font-weight					: bold;
	min-width					: 250px;
}

.site-submenu ul {
	padding						: 0;
	padding-right				: 1.5em;
	padding-top					: 1.5em;
}
	
.site-submenu li {
	padding						: 0.3em 0;
}

.site-submenu li a {
	font-family					: 'open_sanssemibold','HelveticaNeue-Light','Helvetica','Arial','sans-serif';
	font-weight					: bold;
	color						: rgb(31,31,31);
}

.site-submenu li a:hover {
	color						: rgb(122,183,216);
}

.site-submenu li a.actief {
	color						: rgb(66,152,200);
}


/*============== (SUB)MENU-INFOBLOKKEN ===================================*/


.submenu-infoblok {
}

.site-content section .submenu-infoblok ul,
.site-content section .submenu-infoblok ol {
    text-align					: left;
}

.submenu-infoblok h2 {
	text-transform				: none;
	font-size					: 1.25rem;
}

.submenu-infoblok h3 {
	font-size					: 2rem;
}

.menu-infoblok {
	text-align					: center;
	padding						: 0.625em 0.625em 5em 0.625em;
	margin-bottom				: 1.25em;
}

div .menu-infoblok-icon {
    width						: 10rem;
    height						: 10rem;
    border						: 2px solid rgb(31,31,31);
    -webkit-border-radius		: 50%;
    border-radius				: 50%;
    margin-bottom				: 1.25em;
}
    
div .menu-infoblok-icon:before {
    font-size					: 8rem;
    line-height					: 1.25;
}

.menu-infoblok h2 {
	font-size					: 2.2rem;
	line-height					: 1.2;
}

.menu-infoblok .button {
    border						: 2px solid rgb(122,183,216);
	color						: rgb(31,31,31);
    background-color			: rgb(255,255,255);
}

.menu-infoblok:hover .button {
	color						: rgb(255,255,255);
    background-color			: rgb(122,183,216);
}

.menu-infoblok:hover .menu-infoblok-icon {
    color						: rgb(255,255,255);
    background-color			: rgb(122,183,216);
    border-color				: rgb(122,183,216);
}



/*============== NIEUWS ================================================*/

.actueel
{
	width					: 100%;
	display					: flex;
	flex-flow				: row wrap;
	align-items				: stretch;
}

.actueel-item
{
	text-align				: center;
	margin-bottom			: 1.25rem;
}

.actueel-item-afbeelding
{
	display					: block;

	max-width				: 100%;
	margin					: 0;

	background-position		: center center;
	background-repeat		: no-repeat;
}

.actueel-item-afbeelding img
{
	margin					: 0;
}

.homepage-blok.actueel
{
	flex-direction			: column;
}

.homepage-blok .actueel-item
{
	text-align				: left;
	margin-bottom			: 0.6em;
}

.homepage-blok .actueel-item-afbeelding {

}

.nieuwsimg {
	height					: 200px;
	margin-bottom			: 0.3em;
	
	background-repeat		: no-repeat;
	background-position		: center;
	background-size			: cover;
}

/*
.nieuwsberichten:first-of-type {
	-webkit-box-flex		: 1 0 100%;
	-moz-box-flex			: 1 0 100%;
	-ms-flex				: 1 0 100%;
	-webkit-flex			: 1 0 100%;
	flex					: 1 0 100%;
	margin					: 0;
}

.nieuwsberichten:first-of-type div {
	padding					: 0.625em;
}

.nieuwsberichten:first-of-type .nieuwsimg {
	height					: 300px;
}

*/

/*============== FOOTER ==================================================*/

.site-footer {
	font-size				: 0.9rem;
}

.site-footer section {
	padding					: 1.5em;
	max-width				: 1200px;
}

.site-footer h2,
.site-footer-tekst h2 {
	color					: rgb(31,31,31);
	font-size				: 1em;
	text-transform			: uppercase;
}

.site-footer p {
	color					: rgb(255,255,255);
	font-size				: 1em;
}

.site-footer a {
	color					: rgb(255,255,255);
}

.site-footer a:hover {
	color					: rgb(239,238,236);
}

.site-footer-tekst {
	text-transform			: none;
}

.site-footer-eigensocialmedia {

}

.footer-copyright {
	padding					: 1.5em;
	font-size				: 0.9em;
	text-align				: center;
	background-color		: rgb(255,255,255);
	color					: rgb(31,31,31);
}

.footer-copyright a {
	color					: rgb(66,152,200);
}

.footer-copyright a:hover {
	color					: rgb(122,183,216);
}



/*============== MOBILE NAV ==============================================*/

.mobile-nav {
	background-color		: transparent;
	font-family				: 'open_sanssemibold','HelveticaNeue-Light','Helvetica','Arial','sans-serif';
	font-weight				: bold;
}

.mobile-nav h2 {
	margin					: 0;
	margin-top				: 20px;
	padding					: 0.625rem;
	color					: rgb(31,31,31);
	border-bottom			: 1px solid rgba(31,31,31,0.5);
}

.mobile-nav ul {
	margin					: 0;
}

.mobile-nav li a {
	border-bottom			: 1px solid rgba(31,31,31,0.5);
	line-height				: 2;
}

.mobile-nav li a {
	color					: rgb(31,31,31);
}

.mobile-nav li a:hover {
	background-color		: rgba(122,183,216,0.25);
}

.mobile-nav li a.actief {
	background-color		: rgba(255,255,255,0.5);
}


/*============== HEADER BOVENBALK ========================================*/

.site-header-content-container {

}

.logo-container {
	padding-top				: 20px;
	width					: 260px;
		
	-webkit-transition		: width 0.5s ease;
	transition				: width 0.5s ease;
}

.extra-logo-1,
.extra-logo-2 {
	padding-right			: 2rem;
}

.extra-logo-container {
	position				: relative;
			
	-webkit-transition		: width 0.5s ease;
	transition				: width 0.5s ease;
}

.twitter-logo {
	margin-right			: 50px;
}

a.twitter-logo {
	color					: rgb(66,152,200);
	border-bottom			: 1px rgb(66,152,200) dotted;
	padding					: 5px 0;
}

.twitter-logo.icon-twitter:before {
	position				: absolute;
	top						: 15px;
	right					: 0;
	font-size				: 2.2rem;
}


/*  HEADER NAV  */

.hoofdnav {
	margin					: 0;
	padding-top				: 25px;
}

.hoofdnav ul {
	padding					: 0;
}

.hoofdnav li {
	font-family				: 'open_sanssemibold','HelveticaNeue-Light','Helvetica','Arial','sans-serif';
	font-weight				: bold;
	text-transform			: uppercase;
	line-height				: 2;
}

.hoofdnav li a:hover {
	color					: rgb(66,152,200);
}

.hoofdnav li a {
	padding					: 0 0.5rem;
}

.hoofdnav li a.actief {
	color					: rgb(255,255,255);
	background-color		: rgb(66,152,200);
	-webkit-border-radius	: 0.3rem;
	-moz-border-radius		: 0.3rem;
	border-radius			: 0.3rem;
	padding					: 0.1rem 0.6rem;
}


/*  HEADER MOBILE NAV  */

.nav-container .icon-menu {
	font-size				: 2rem;
}

.nav-container .icon-menu {
	color					: rgb(31,31,31);
}

.nav-container .icon-menu:hover {
	color					: rgb(122,183,216);
}

/* HEADER NAV SUBMENU */

.hoofdnav ul li ul {
	padding-top				: 0.3rem;
}

.hoofdnav li li {
	background-color		: rgb(255,255,255);
	line-height				: 1.2;
	min-height				: 2em;
}

.hoofdnav li li a.actief {
	color					: rgb(66,152,200);
	background-color		: rgb(255,255,255);
}



/*============== BUTTONS =================================================*/

.bg_a .button {
	background-color		: rgb(122,183,216);
}

.button_met_icon {
	color					: rgb(255,255,255);
	font-family				: 'open_sanslight','HelveticaNeue-Light','Helvetica','Arial','sans-serif';
	line-height				: 1.25;
}

.button_met_icon span:before {
	font-size				: 70%;
}

.button-tekstueel {
	padding					: 0.5em 1.25em;
	color					: rgb(31,31,31);
	font-family				: 'open_sanslight','HelveticaNeue-Light','Helvetica','Arial','sans-serif';
	font-weight				: normal;
	font-size				: 1.1rem;
}

.button.leesverder-archief {
	padding					: 0;
	background-color		: transparent;
	-webkit-border-radius		: 0;
	-moz-border-radius			: 0;
	border-radius				: 0;
	
	color					: rgb(66,152,200);
	border-bottom			: 1px rgb(66,152,200) dotted;
	padding					: 5px 0;
	font-size				: 1rem;
	font-weight				: normal;
}

.button.leesverder-archief:hover {
	background-color		: transparent;
	color					: rgb(122,183,216);
}


/*============== CONTENT ALGEMENE INDELING ===============================*/


.afgerond {
	-webkit-border-radius		: 0.3rem;
	-moz-border-radius			: 0.3rem;
	border-radius				: 0.3rem;
}

.border {
	-webkit-border-radius		: 0.9rem;
	-moz-border-radius			: 0.9rem;
	border-radius				: 0.9rem;
	
	border						: 1px solid rgba(66,152,200,0.5);
}




/*============== KRUIMELPAD ==============================================*/
.kruimelpad {
	color					: rgb(31,31,31);
	font-family				: 'open_sanslight','HelveticaNeue-Light','Helvetica','Arial','sans-serif';
	font-size				: 0.8rem;
 
}
.kruimelpad a {
	color					: rgb(31,31,31);
}

.kruimelpad a:hover {
	color					: rgb(66,152,200);
}




/*============== KLEUREN =================================================*/
.tekst_body {
	color					: rgb(31,31,31);
}

.tekst_a {
	color					: rgb(66,152,200);
}

.tekst_b {
	color					: rgb(122,183,216);
}

.tekst_c {
	color					: rgb(239,238,236);
}

.tekst_d {
	color					: rgb(122,183,216);
}

.tekst_e {
	color					: rgb(66,152,200);
}

.tekst_grijs {
	color					: rgb(239,238,236);
}

.tekst_wit {
	color					: rgb(255,255,255);
}

.tekst_zwart {
	color					: rgb(31,31,31);
}

.bg_a {
	background-color		: rgb(66,152,200);
}

.bg_b {
	background-color		: rgb(122,183,216);
}

.bg_c {
	background-color		: rgb(239,238,236);
}

.bg_d {
	background-color		: rgb(122,183,216);
}

.bg_e {
	background-color		: rgb(66,152,200);
}

.bg_grijs {
	background-color		: rgb(239,238,236);
}

.bg_wit {
	background-color		: rgb(255,255,255);
}

.bg_zwart {
	background-color		: rgb(31,31,31);
}




/*============== KLEUREN AFHANGEND VAN ACHTERGROND ====================*/

.bg_a .downloads td,
.bg_b .downloads td,
.bg_c .downloads td {
	border					: 1px solid rgb(239,238,236);
}

.bg_wit .downloads td,
.bg_grijs .downloads td,
.bg_zwart .downloads td {
	border					: 1px solid rgb(239,238,236);
}

.bg_a .downloads *,
.bg_b .downloads *,
.bg_c .downloads *,
.bg_e .downloads * {
	color					: rgb(255,255,255);
}

.bg_c .downloads *,
.bg_d .downloads * {
	color					: rgb(66,152,200);
}

.bg_wit .downloads *,
.bg_grijs .downloads *,
.bg_zwart .downloads * {
	color					: rgb(31,31,31);
}

.bg_wit .homepage-blok-content a:hover *,
.bg_grijs .homepage-blok-content a:hover *,
.bg_zwart .homepage-blok-content a:hover *,
.bg_a .homepage-blok-content a:hover *,
.bg_c .homepage-blok-content a:hover *,
.bg_d .homepage-blok-content a:hover *,
.bg_e .homepage-blok-content a:hover *
{
	opacity							: 0.9;
}


.bg_a .homepage-blok-content a:hover *,
.bg_b .homepage-blok-content a:hover *,
.bg_c .homepage-blok-content a:hover *,
.bg_d .homepage-blok-content a:hover *,
.bg_e .homepage-blok-content a:hover *
{
	color							: rgb(255,255,255);
}

.bg_a .homepage-blok-button-container .button:hover,
.bg_e .homepage-blok-button-container .button:hover
{
	background-color				: rgb(122,183,216);
}

.bg_a .homepage-blok-button-container .button,
.bg_e .homepage-blok-button-container .button
{
	background-color				: rgb(122,183,216);
}



/*============== OVERIGE =================================================*/


.downloads {
	border					: 1px solid rgb(239,238,236);
	font-family				: 'open_sanslight','HelveticaNeue-Light','Helvetica','Arial','sans-serif';
	margin-bottom			: 1.8em;
	max-width				: 400px;
}

.downloads a {
	font-family				: 'open_sanslight','HelveticaNeue-Light','Helvetica','Arial','sans-serif';
}

.font_kop {
	font-family				: 'open_sanssemibold','HelveticaNeue-Light','Helvetica','Arial','sans-serif';
	font-weight				: bold;
}

.font_tekst {
	font-family				: 'open_sanslight','HelveticaNeue-Light','Helvetica','Arial','sans-serif';
	font-weight				: normal;
}

H1 {
	color					: rgb(66,152,200);
	font-family				: 'open_sanssemibold','HelveticaNeue-Light','Helvetica','Arial','sans-serif';
	font-weight				: bold;
	font-size				: 1.5rem;
}

.hoofdstukken H1,
H2 {
	color					: rgb(66,152,200);
	font-family				: 'open_sanssemibold','HelveticaNeue-Light','Helvetica','Arial','sans-serif';
	font-weight				: bold;
	font-size				: 1.25rem;
}

H3 {
	font-family				: 'open_sanssemibold','HelveticaNeue-Light','Helvetica','Arial','sans-serif';
	font-weight				: bold;
	font-size				: 1.1rem;
}

H4 {
	font-family				: 'open_sanssemibold','HelveticaNeue-Light','Helvetica','Arial','sans-serif';
	font-weight				: bold;
	font-size				: 0.9rem;
}

label {
	font-family				: 'open_sanslight','HelveticaNeue-Light','Helvetica','Arial','sans-serif';
	font-weight				: normal;
	font-size				: 0.8rem;
	line-height				: 1.5;
}

P, P P {
	font-family				: 'open_sanslight','HelveticaNeue-Light','Helvetica','Arial','sans-serif';
	font-weight				: normal;
	line-height				: 1.5;
}

section img {
	max-width				: 100%;
}

.site-content section * ul,
.site-content section * ol {
	background-color		: rgba(239,238,236,0.8);

	-webkit-border-radius		: 0.3rem;
	-moz-border-radius			: 0.3rem;
	border-radius				: 0.3rem;
	
	font-family				: 'open_sanslight','HelveticaNeue-Light','Helvetica','Arial','sans-serif';
	font-size				: 0.8em;
}

[class*="bg_"] h1,
[class*="bg_"] h2 {
	margin					: 0.3rem 0;
}


tr:hover {
	background-color		: rgba(66,152,200,0.15);
}

td {
	border					: 1px solid rgb(239,238,236);
}

.padding_20_30 {
	padding					: 1.4rem 2rem 2rem 2rem;
}

.standaard-padding {
	box-sizing						: border-box;
	padding							: 1.25em;
}

iframe,
.lv_content_wrapper {
	width 					: 100%;
}

/*============== SOCIAL MEDIA ============================================*/

.socialmedia {
	padding					: 0.9em;
	color					: rgb(31,31,31);
	font-family				: 'open_sanslight','HelveticaNeue-Light','Helvetica','Arial','sans-serif';
	font-size				: 0.8em;
	font-weight				: normal;
	line-height				: 1.5;
	
	-webkit-align-items		: center;
	align-items				: center;
}

.socialmedia span:before {
	color					: rgb(66,152,200);
	font-size				: 1rem;
	line-height				: 1.25;
}

.socialmedia span:hover:before {
	color					: rgb(122,183,216);
}




/* -------- VISUAL ------------------ */

.header-visual {
	width					: 100%;
	height					: 375px;
}

.header-visual-home {
	width					: 100%;
	height					: 375px;
}

.visual {
	position				: relative;
}

.header-visual,
.header-visual-home
{
	padding					: 0 2rem;
	
	-webkit-transition		: height 0.5s ease;
	transition				: height 0.5s ease;
}

.header-visual,
.header-visual .imgdiv
{
    position						: relative;
	height							: 375px;
}

.header-visual-home,
.header-visual-home .imgdiv
{
    position						: relative;
	height							: 375px;
}

.header-visual .imgdiv,
.header-visual-home .imgdiv
{
	width							: 100%;
	margin							: auto;
	overflow						: hidden;
}
.header-visual .imgdiv
{
	max-width						: 960px;
	margin-top						: -375px;
}
	
.header-visual-home .imgdiv
{
	max-width						: 960px;
	margin-top						: -375px;
}

.header-visual .imgdiv img,
.header-visual-home .imgdiv img
{
	width							: 100%;
	height							: 750px;
}

.header-visual,
.header-visual-home
{
    margin-bottom					: 1.8em;
}


.nav-bol-uit,
div#visual-nav ul li {
	background-color	: rgb(122,183,216);
}

div#visual-nav ul li:hover,
.nav-bol-aan {
	background-color	: rgb(66,152,200);
}



/*============== PAYOFF VISUAL ===========================================*/

.payoffheader {
	max-width				: calc(1200px - 1.2rem);
	font-family				: 'open_sanslight','HelveticaNeue-Light','Helvetica','Arial','sans-serif';
	font-size				: 1.25rem;
}

.payoffheader h2 {
	width					: 100%;
	font-family				: 'open_sanssemibold','HelveticaNeue-Light','Helvetica','Arial','sans-serif';
	font-weight				: bold;
	font-size				: 3rem;
	text-transform			: uppercase;
}

.payoffheader h3 {
	font-family				: 'open_sanssemibold','HelveticaNeue-Light','Helvetica','Arial','sans-serif';
	font-weight				: bold;
	font-size				: 1.8rem;
	text-transform			: uppercase;
}

.payoffheader
{
	height							: 375px;
	overflow						: hidden;

	margin							: 0 auto;
	top								: 100px;
    left							: -1.25em;

	padding							: 0 1.25em;
}

.header-visual-home .payoffheader
{
	height							: 375px;
}

.highlight_wit
{
	background-color				: rgba(255,255,255,0.6);
}

.highlight_grijs
{
	background-color				: rgba(239,238,236,0.6);
}

.highlight_zwart
{
	background-color				: rgba(31,31,31,0.6);
}

.highlight_a
{
	background-color				: rgba(66,152,200,0.6);
}

.highlight_b
{
	background-color				: rgba(122,183,216,0.6);
}

.highlight_c
{
	background-color				: rgba(239,238,236,0.6);
}

.highlight_d
{
	background-color				: rgba(122,183,216,0.6);
}

.highlight_e
{
	background-color				: rgba(66,152,200,0.6);
}



/* ========= ALLES HIERONDER IS NIET IN GEBRUIK =============================*/

/*  PORTFOLIO OVERZICHT */

.portfolio {
	-webkit-justify-content		: flex-start;
	justify-content				: flex-start;
}

.portfolio-item {
	max-width					: 998px;

	display						: -webkit-box;		/* OLD - iOS 6-, Safari 3.1-6 */
	display						: -moz-box;		/* OLD - Firefox 19- (buggy but mostly works) */
	display						: -ms-flexbox;		/* TWEENER - IE 10 */
	display						: -webkit-flex;		/* NEW - Chrome */
	display						: flex;			/* NEW, Spec - Opera 12.1, Firefox 20+ */
	
	-webkit-flex-direction		: column;
	flex-direction				: column;

	-webkit-flex-wrap			: nowrap;
	flex-wrap					: nowrap;
	
	-webkit-align-items			: center;
	align-items					: center;
	
	-webkit-justify-content		: space-between;
	justify-content				: space-between;
	
	padding						: 0;

	-webkitflex-grow			: 0;
	flex-grow					: 0;
}

.portfolio-afbeelding-container {

	display						: -webkit-box;		/* OLD - iOS 6-, Safari 3.1-6 */
	display						: -moz-box;		/* OLD - Firefox 19- (buggy but mostly works) */
	display						: -ms-flexbox;		/* TWEENER - IE 10 */
	display						: -webkit-flex;		/* NEW - Chrome */
	display						: flex;			/* NEW, Spec - Opera 12.1, Firefox 20+ */

	-webkit-flex-wrap			: wrap;
	flex-wrap					: wrap;
	
	-webkit-flex-direction		: row;
	flex-direction				: row;
}

.portfolio-afbeelding-container div {
	flex-grow					: 0;
}

.portfolio-item-img img {
	border-radius				: 0.6rem 0.6rem 0 0 ;
}

.portfolio-item-tekst {
	height						: 100%;
	padding						: 1.25rem;
}

.portfolio-item-tekst h2 {
	margin-bottom				: 1.25rem;
}

.portfolio-button {
	margin-bottom				: 2rem;
}

.filter-button {
	display						: inline-block;
	width						: 11rem;
	
	-webkit-border-radius		: 2rem;
    -moz-border-radius			: 2rem;
    border-radius				: 2rem;
    
    font-size					: 1.25rem;
    color						: rgb(255,255,255);
    
    border						: 0.06rem solid rgb(255,255,255);
    background-color			: transparent;
    text-transform				: none;
    text-align					: center;
    
    line-height					: 1.25;
    padding						: 0.75rem 2rem;
    margin						: 0.1rem;
}

.filter-button:before {
	padding-right				: 0.6rem;
}

.filter-button:hover,
.filter-button.actief {
    background-color			: rgb(66,152,200);
    border						: 0.06rem solid rgb(66,152,200);
}

.portfolio-soort-icon {
	font-size					: 2.25rem;
	color						: rgb(66,152,200);
}

.portfolio-soort-icon span:before {
	padding						: 0 0.6rem;
}

/* ===== PORTFOLIO DETAIL ================================================*/


.portfolio-detail p a {
	color						: rgb(66,152,200);
}

section.portfolio-detail h1 {
	font-size					: 2rem;
}

section.portfolio-detail {
	justify-content				: flex-start;
}

.portfolio-detail-item {
	border-radius				: 0.6rem;
}

.portfolio-detail-item ul {
	background-color			: transparent!important;
	padding						: 0 2rem!important;
}

.portfolio-visual-container {
	margin						: 0;
	display						: flex;
	flex-direction				: row;
}

.portfolio-detail-visual {
	margin						: 0;
	border-radius				: 0.6rem 0 0 0;
}

.portfolio-detail-klantinfo {
	margin						: 0;
	position					: relative;
	flex						: 1 0 auto;
	min-width					: 250px;
	
	border-radius				: 0 0.6rem 0 0;
	padding						: 1.25rem;
}

.button-portfolio-detail {
	position					: absolute;
	bottom						: 0;

	display						: inline-block;
	
	-webkit-border-radius		: 2rem;
    -moz-border-radius			: 2rem;
    border-radius				: 2rem;
    
    font-size					: 1.25rem;
    color						: rgb(122,183,216);
    
    border						: 0.06rem solid rgb(122,183,216);
    background-color			: transparent;
    text-transform				: none;
    
    line-height					: 1.25;
    padding						: 0.75rem 2rem;
    margin						: 1.75rem 0;
}

.button-portfolio-detail:hover {
	border						: 0.06rem solid rgb(239,238,236);
	background-color			: rgb(239,238,236);
	-webkit-transition			: all 0.2s ease-in;
	transition					: all 0.2s ease-in;
}



/* ===== PORTFOLIO DETAIL ================================================*/

.portfolio-slider {
	text-align					: center;

}

.portfolio-slider h2 {
	font-weight					: 300;
}




/*============== TEAM ================================================*/
.teamleden
{
	width					: 100%;
	display					: flex;
	flex-flow				: row wrap;
	align-items				: stretch;
}

.teamlid
{
	text-align				: center;
	padding					: 0.6em 0.6em 2.5em 0.6em;
	margin-bottom			: 1.25em;
	flex-grow				: 0;
}

.teamlid-pasfoto
{
	display					: block;

	width					: 100%;
	min-width				: 30%;
	margin					: 0;

	background-position		: center center;
	background-repeat		: no-repeat;
}

.homepage-blok.teamleden
{
	flex-direction			: column;
}

.homepage-blok .teamlid
{
	display					: flex;
	flex-direction			: row;
	text-align				: left;
	margin-bottom			: 0.6em;
	padding					: 0.6em;
}

.homepage-blok .teamlid-pasfoto
{
	width					: 100px;
	margin-right			: 0.6em;
}



/*============== DIENSTEN ================================================*/
.diensten {

}

.dienst
{
	position				: relative;
	flex					: 1 0 350px;
	min-width				: 350px;
	height					: auto;
	text-align				: center;
	padding					: 0.6em 0.6em 5em 0.6em;
	margin-bottom			: 1.25em;
}

.dienst
{
	cursor					: pointer;
}

div .dienst-icon
{
    display					: inline-block;
    width					: 170px;
    height					: 170px;
    border					: 2px solid rgb(31,31,31);
    -webkit-border-radius	: 50%;
    border-radius			: 50%;
    margin-bottom			: 1.25em;
}
    
div .dienst-icon:before
{
    font-size				: 8em;
    line-height				: 1.25;
}

.dienst h2
{
	font-size				: 2.2rem;
	line-height				: 1.2;
}

.dienst .button
{
	position				: absolute;
	left					: 20%;
	right					: 20%;
	bottom					: 0;
    border					: 2px solid rgb(122,183,216);
	color					: rgb(31,31,31);
    background-color		: rgb(255,255,255);
}

.dienst:hover .button
{
	color					: rgb(255,255,255);
    background-color		: rgb(122,183,216);
}

.dienst:hover .dienst-icon
{
    color					: rgb(255,255,255);
    background-color		: rgb(122,183,216);
    border-color			: rgb(122,183,216);
}
/*============== STANDAARD FORM ==========================================*/

form {
	padding							: 0.625em 0;
}

form > div {
	margin							: 0 0 0.6em 0;
	overflow						: hidden;
	padding							: 0.06em;
}

form > div > fieldset > div > div {
	margin							: 0 0 0.3em 0;
}

form > div > label,
legend {
	width							: 25%;
	float							: left;
	padding-right					: 1.25em;
	padding-top						: 0.6em;
}

form > div > div,
form > div > fieldset > div {
	width							: 75%;
	float							: right;
}

form > div > fieldset label {
	
}

fieldset {
	border							: 0;
	padding							: 0;
}

input[type=text],
input[type=number],
input[type=email],
input[type=tel],
input[type=url],
input[type=file],
input[type=password],
textarea,
input[type=submit],
button,
input[type=button]
 {
	-webkit-appearance				: none;
	-moz-appearance					: none;
	appearance						: none;
	outline							: none;
}

input[type=text],
input[type=number],
input[type=email],
input[type=tel],
input[type=url],
input[type=file],
input[type=password],
textarea,
select {
	outline							: none;
	padding							: 0.8em;
}

select {
	height							: 2.5em;
}

textarea,
input[type=file] {
	padding-top						: 0.6em;
}

textarea {
	padding-top						: 0.6em;
	height							: 7.5em;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=url],
input[type=file],
input[type=password],
textarea,
select {
	width							: 100%;
}

input[type=submit],
.button,
button,
input[type=button] {
	cursor							: pointer;
	text-decoration					: none;
	border							: 0;
}


input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
	
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
	outline							: 0;
}

.inputregel {
	margin-bottom					: 1.25em;

	display							: -webkit-box;		/* OLD - iOS 6-, Safari 3.1-6 */
	display							: -moz-box;			/* OLD - Firefox 19- (buggy but mostly works) */
	display							: -ms-flexbox;		/* TWEENER - IE 10 */
	display							: -webkit-flex;		/* NEW - Chrome */
	display							: flex;				/* NEW, Spec - Opera 12.1, Firefox 20+ */
	
	-webkit-flex-direction			: row;
	flex-direction					: row;
	
	-webkit-flex-wrap				: wrap;
	flex-wrap						: wrap;

	-webkit-justify-content			: flex-start;
	justify-content					: flex-start;

	-webkit-align-items				: stretch;
	align-items						: stretch;
}

.inputregel_eenheid {
	width							: auto;
	margin-left						: 0.9em;
}

.inputregel_label {
}

.inputregel_input {
	position						: relative;

	-webkit-box-flex				: 2;	/* OLD - iOS 6-, Safari 3.1-6 */
	-moz-box-flex					: 2;	/* OLD - Firefox 19- */
	-ms-flex						: 2;	/* IE 10 */
	-webkit-flex					: 2;	/* NEW - Chrome */
	flex							: 2;	/* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.input-decimal .inputregel,
.input-datum .inputregel {
	display							: inline-block;
	margin-bottom					: 0px;
}

.input-decimal input[type=number],
.input-datum select {
	width							: auto;
}

input::-ms-clear {
	display							: none;
}




/*============== ICONS EN (FOUT) MELDINGEN ===============================*/

.foutmeldingen {
	
}

.foutmeldingen li {
	
}

.formulier_melding {
	display							: inline-block;
	padding							: 0 1.25em;
}

.icon-input-ok,
.icon-input-nok,
.icon-input-verplicht {
	position						: absolute;
	top								: 1.4em;
	right							: 0.625em;
}


/*============== FORM SPECIFIC MEDIA QUERIES =============================*/

@media (min-width: 1200px) {

	form > div > label,
	legend {
		text-align					: right;
	}

}

@media (max-width: 900px) {


}

@media (max-width: 600px) {

	form > div {
		margin						: 0 0 0.9em 0;
	}

	form > div > label,
	legend {
		float						: none;
		margin						: 0 0 0.3em 0;
		width						: 100%;
	}

	form > div > div,
	form > div > fieldset > div {
		float						: none;
		width						: 100%;
	}

	.inputregel {
		-webkit-flex-direction		: column;
		flex-direction				: column;
	}

	// IE11 FIX, if flex-direction: column, then we need flex-basis auto!
	.inputregel_input {
		-webkit-box-flex				: 2 0 auto;	/* OLD - iOS 6-, Safari 3.1-6 */
		-moz-box-flex					: 2 0 auto;	/* OLD - Firefox 19- */
		-ms-flex						: 2 0 auto;	/* IE 10 */
		-webkit-flex					: 2 0 auto;	/* NEW - Chrome */
		flex							: 2 0 auto;	/* NEW, Spec - Opera 12.1, Firefox 20+ */
	}

	input[type=text],
	input[type=email],
	input[type=tel],
	input[type=url],
	input[type=password],
	textarea,
	select {
		width						: 100%;
	}

}/*============== STANDAARD FORM ==========================================*/

form {
	
}

form > div {
	
}

form > div > fieldset > div > div {
	
}

form > div > label,
legend {
	font-size						: 0.875rem;
}

form > div > div,
form > div > fieldset > div {
	
}

form > div > fieldset label {
	font-size						: 0.75rem;
}

fieldset {
	
}

.button,
button,
input[type=button],
input[type=submit] {
	padding					: 0.5em 1.25em;
	background-color		: rgb(66,152,200);
	
	border					: none;
	-webkit-border-radius	: 0.3em;
	-moz-border-radius		: 0.3em;
	border-radius			: 0.3em;

	color					: rgb(255,255,255);
	font-family				: 'open_sanslight','HelveticaNeue-Light','Helvetica','Arial','sans-serif';
	font-weight				: bold;
	font-size				: 1.125rem;
}

.button:hover,
button:hover,
input[type=button]:hover,
input[type=submit]:hover {
	color					: rgb(255,255,255);
	background-color		: rgb(122,183,216);
}

.button {
	display					: inline-block;
	font-weight				: bold;
}

.bg_a .button,
.bg_e .button {
	background-color		: rgb(122,183,216);
}

input[type=text],
input[type=password],
input[type=number],
input[type=email],
input[type=tel],
input[type=url],
input[type=file],
input[type=password],
textarea,
select {
	background-color				: rgba(239,238,236,0.3);
	border							: 1px solid rgba(31,31,31,0.3);
	color							: rgb(31,31,31);
	font-size						: 0.875rem;
	line-height						: 1;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
	background-color				: rgb(239,238,236);
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
	border-color					: rgba(31,31,31,0.3);
}

.inputregel {
	font-size						: 0.9rem;
	max-width						: 600px;
}

.inputregel_eenheid {
	font-size						: 0.9rem;
	line-height						: 2em;
}

.inputregel_label {
	font-size						: 0.9rem;
	line-height						: 2em;
	max-width						: 200px;
}

/* Change white to any color */
input:-webkit-autofill {
    -webkit-box-shadow				: 0 0 0 2rem white inset;
}



/*============== ICONS EN (FOUT) MELDINGEN ===============================*/

.foutmeldingen {
	
}

.foutmeldingen li {
	line-height						: 1em;
	font-size						: 0.9rem;
	font-weight						: normal;
}

.formulier_melding {
	-webkit-border-radius			: 0.3rem;
	-moz-border-radius				: 0.3rem;
	border-radius					: 0.3rem;
}

.formulier_melding
{
	background-color				: rgb(66,152,200);

	-webkit-border-radius			: 0.3rem;
	-moz-border-radius				: 0.3rem;
	border-radius					: 0.3rem;
	
	color							: rgb(255,255,255);

	font-family						: 'open_sanslight','HelveticaNeue-Light','Helvetica','Arial','sans-serif';

	line-height						: 2em;
}

.icon-input-ok,
.icon-input-nok,
.icon-input-verplicht {
	font-size						: 0.7em;
}

.icon-input-ok {
	color							: green;
}

.icon-input-nok {
	color							: red;
}

.icon-input-verplicht {
	color							: rgb(122,183,216);
}


option:checked, option {
	background			:rgb(255,255,255);
	color				:rgb(31,31,31);
}

option[value=""] {
	color				:rgb(239,238,236);
}

option:hover {
	background			:rgb(255,255,255);
	color				:rgb(66,152,200);
}

option:focus {
	background			:rgb(255,255,255);
	color				:rgb(66,152,200);
}



/*============== FORM SPECIFIC MEDIA QUERIES =============================*/

@media (min-width: 1200px) {

}

@media (max-width: 900px) {

}

@media (max-width: 600px) {

}
/* ============== EXTRA CLASSES (BEHEERBARE CSS CLASSES)=================== */

.bg_banner {
	background-color			: #FF7700;
	background-repeat			: no-repeat;
    background-position			: center center;
    background-size				: cover;

	max-width					: 1200px;
	width						: 100%;
	margin						: auto;
}

.banner {
	display						: flex;
	flex-flow					: row wrap;
	-webkit-justify-content		: space-between;
	justify-content				: space-between;
	-webkit-align-items			: center;
	align-items					: center;
}

.banner h2 {
	font-size					: 2.5rem;
	text-transform				: uppercase;
	font-style					: normal;
	font-weight					: 300;
	color						: rgb(255,255,255);
}


.sponsors img,
.founders img {
	width						: auto;
}@media only screen and (min-device-width : 320px)
and (max-device-width : 480px)
and (orientation : landscape) {

    html {
        -webkit-text-size-adjust		: 100%; /* Prevent font scaling in landscape while allowing user zoom */
    }
   
}


@media all and (max-width:1120px) and (min-width:900px) {

	.logomenubalk .button:first-child {
		margin-bottom				: 0.6em;
	}

	.logomenubalk .button {
		text-align					: center;
	}
}

@media all and (max-width:1200px) {
	
}

@media all and (max-width:1000px) {

	.content-met-submenu {
		-webkit-flex-direction		: column;
		flex-direction				: column;

		-webkit-flex-wrap			: nowrap;
		flex-wrap					: nowrap;

		margin-top					: 0.6em;
	}

	.header-visual-home {
		position					: relative;
	}

	.hoofdnav li a {
		padding						: 0 0.6em;
	}

	.site-submenu {
		border						: 0;
		display						: block;
		margin						: 0;
		padding						: 0;
		width						: 100%;
	}

	.site-submenu-items {
		border						: 0;
		margin						: 0;
		padding						: 0;
	}

	.site-submenu h2 {
		display						: none;
	}

	.site-submenu ul {
		list-style					: none;
		padding						: 0;
		text-align					: center;
	}

	.site-submenu li {
		margin-right				: 0.6em;
		padding						: 0.3em;
		width						: inherit;
	}

	.site-submenu a {
		margin						: 0;
		padding						: 0;
	}

	.site-submenu li hr {
		display						: none;
	}

	.toggle1nietzichtbaar {
		display						: none;
	}

	.toggle1welzichtbaar {
		display						: inline;
	}

}



@media all and (max-width:900px) {

	.hoofdnav {
		display						: none;
	}

	.hoofdnav-mobile {
		display						: block;
	}
	
	.mobilenietzichtbaar {
		display						: none!important;
		-webkit-transition			: all 0.5s ease-in;
		transition					: all 0.5s ease-in;
	}

	.mobilewelzichtbaar {
		display						: inherit;
		-webkit-transition			: all 0.5s ease-in;
		transition					: all 0.5s ease-in;
	}

}



@media all and (max-width:800px) {

	.logomenubalk {
		-webkit-transition			: all 0.5s ease-in;
		transition					: all 0.5s ease-in;
		
		-webkit-align-items			: center;
		align-items					: center;

		margin						: auto;
		width						: 100%;
	}

	.logomenubalk_logo {
		-webkit-transition			: all 0.5s ease-in;
		transition					: all 0.5s ease-in;

		margin-left					: 1.25em;
	}

	.div3-12,
	.div4-12,
	.div8-12,
	.div9-12 {
		-webkit-box-flex			: 1 0 48%;	/* OLD - iOS 6-, Safari 3.1-6 */
		-moz-box-flex				: 1 0 48%;	/* OLD - Firefox 19- */
		-ms-flex					: 1 0 48%;	/* IE 10 */
		-webkit-flex				: 1 0 48%;	/* NEW - Chrome */
		flex						: 1 0 48%;	/* NEW, Spec - Opera 12.1, Firefox 20+ */
	}

	.toggle2nietzichtbaar {
		display						: none;
	}

	.toggle2welzichtbaar {
		display						: inline;
	}

}



@media all and (max-width:750px) {

	.header_buttons {
		-webkit-flex-direction		: column;
		flex-direction				: column;
	}

	.logomenubalk .button:first-child {
		margin-bottom				: 0.6em;
	}

	.logomenubalk .button {
		text-align					: center;
	}

}



@media all and (max-width: 600px) {

	.bovenbalk {
		-webkit-justify-content		: space-between;
		justify-content				: space-between;
	}

	.div2-12,
	.div3-12,
	.div4-12,
	.div5-12,
	.div6-12,
	.div7-12,
	.div8-12,
	.div9-12,
	.div10-12,
	.div11-12 {
		-webkit-box-flex			: 1 0 98%;	/* OLD - iOS 6-, Safari 3.1-6 */
		-moz-box-flex				: 1 0 98%;	/* OLD - Firefox 19- */
		-ms-flex					: 1 0 98%;	/* IE 10 */
		-webkit-flex				: 1 0 98%;	/* NEW - Chrome */
		flex						: 1 0 98%;	/* NEW, Spec - Opera 12.1, Firefox 20+ */
	}

	.header_buttons {
		display						: none;
	}

	.header-visual-home {
		-webkit-transition			: height 0.5s ease-in;
		transition					: height 0.5s ease-in;
	}

	.logomenubalk_logo {
		margin-right				: 1.25em;
	}

	.footer-copyright {
		height						: auto;
		-webkit-flex-direction		: column;
		flex-direction				: column;
		line-height					: 1.75;
	}
	
	.mobilenietzichtbaar {
		display						: none;
		-webkit-transition			: all 0.5s ease-in;
		transition					: all 0.5s ease-in;
	}

	.mobilewelzichtbaar {
		display						: inherit;
		-webkit-transition			: all 0.5s ease-in;
		transition					: all 0.5s ease-in;
	}

}@media all and (max-width:1050px) {

	.mobilenietzichtbaar {
		display						: none!important;
		-webkit-transition			: all 0.5s ease-in;
		transition					: all 0.5s ease-in;
	}

	.mobilewelzichtbaar {
		display						: inherit;
		-webkit-transition			: all 0.5s ease-in;
		transition					: all 0.5s ease-in;
	}
	
	.nav-container {
		padding-top					: 10px;
	}
	
}

@media all and (max-width:750px) {

	.logo-container {
		margin						: 0 auto;
		padding-top					: 0;
		padding-bottom				: 20px;
	}
	
	.site-header-container {
		-webkit-flex-direction		: column;
		flex-direction				: column;
	}
	
	.site-header-content-container {
		-webkit-flex-direction		: row;
		flex-direction				: row;
		
		-webkit-flex-wrap			: nowrap;
		flex-wrap					: nowrap;
		
		-webkit-justify-content		: space-between;
		justify-content				: space-between;
	}
	
	.header-visual-home,
	.header-visual {
		height						: 275px;
	}

}

@media all and (max-width:550px) {

	.logo-container {
		width						: 220px;
	}

	.logo-container img {
		width						: 100%;
	}

	 .extra-logo-container img {
		width						: 70px;
	}
	
    .extra-logo-1,
    .extra-logo-2 {
    	padding-right				: 20px;
    }
    
    .twitter-logo {
    	margin-right				: 5px;
    }
    
    .twitter-logo.icon-twitter:before {
    	display						: none;
    }
        
    .header-visual,
    .header-visual-home
    {
    	height					: 175px;
    }

}