* {
	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(42,149,151);
	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						: 1440px;
	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[collapsable-data-bodyclick="true"] .collapsable-body,
.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							: 50px;
	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_flex_row_wrap {
	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;
}

.display_flex_row_nowrap {
	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				: nowrap;
	flex-wrap						: nowrap;
}

.display_flex_column,
.display_flex_column_wrap {
	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				: wrap;
	flex-wrap						: wrap;
}

.display_flex_column_nowrap {
	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				: nowrap;
	flex-wrap						: nowrap;
}

.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.3em !important; }
.padding_10	{ padding				: 0.625em !important; }
.padding_15	{ padding				: 0.9em !important; }
.padding_20	{ padding				: 1.25em !important; }
.padding_25	{ padding				: 1.5em !important; }
.padding_30	{ padding				: 1.8em !important; }
.padding_40	{ padding				: 2.5em !important; }
.padding_50	{ padding				: 3em !important; }

.padding_40_20	{ padding			: 2.5em 1.25em !important; }

.padding_ver_5	{ padding			: 0.3em 0 !important; }
.padding_ver_10	{ padding			: 0.625em 0 !important; }
.padding_ver_15	{ padding			: 0.9em 0 !important; }
.padding_ver_20	{ padding			: 1.25em 0 !important; }
.padding_ver_25	{ padding			: 1.5em 0 !important; }
.padding_ver_30	{ padding			: 1.8em 0 !important; }
.padding_ver_40	{ padding			: 2.5em 0 !important; }
.padding_ver_50	{ padding			: 3em 0 !important; }

.padding_hor_5	{ padding			: 0 0.3em !important; }
.padding_hor_10	{ padding			: 0 0.625em !important; }
.padding_hor_15	{ padding			: 0 0.9em !important; }
.padding_hor_20	{ padding			: 0 1.25em !important; }
.padding_hor_25	{ padding			: 0 1.5em !important; }
.padding_hor_30	{ padding			: 0 1.8em !important; }
.padding_hor_40	{ padding			: 0 2.5em !important; }
.padding_hor_50	{ padding			: 0 3em !important; }

.padding_bot_20	{ padding-bottom	: 1.25em !important; }
.padding_bot_30	{ padding-bottom	: 1.8em !important; }
.padding_bot_40	{ padding-bottom	: 2.5em !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;
}

.space_around,
.justify-space-around {
	-webkit-justify-content			: space-around !important;
	justify-content					: space-around !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;
}

.toggle-element {
	display							: none;
}

.toggle-element-button {
	cursor							: pointer;
}

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;
}body {
	font-size					: 16px;
	color						: rgb(82,82,82);
	font-family					: 'lato','HelveticaNeue-Light','Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
	font-weight					: normal;
}


a:not([class*="tekst_"]):not([class*="dt-button"]) {
	color						: rgb(82,82,82);
}

p a:not([class*="tekst_"]):not([class*="dt-button"]) {
	color						: rgb(42,149,151);
	text-decoration				: underline;
}


.site {
	background-color			: rgb(244,244,244);
}

[class^="icon-"]:before, [class*=" icon-"]:before {
	vertical-align				: middle;
}

/*============== CONTENT ================================================*/

.site-content {
	min-height					: 2.5rem;
}

section {
	-webkit-justify-content			: initial;
	justify-content					: initial;
}


/*============== MOBILE NAV ==============================================*/

.mobile-nav {
	background-color		: rgb(42,149,151);
}

.mobile-nav h2 {
	color					: rgb(101,199,192);
	font-family				: 'lato','HelveticaNeue-Light','Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
	font-weight				: bold;
	font-size				: 1.5em;
	padding-left			: 0.625em;
}

.mobile-nav li {
	border-bottom			: 1px solid rgba(255,255,255,0.5);
	font-size				: 1.1rem;
	line-height				: 2.2;
}

.mobile-nav li:first-child {
	border-top				: 1px solid rgba(255,255,255,0.5);
}

.mobile-nav li a {
	color					: rgb(255,255,255);
}

.mobile-nav li a:hover {
	background-color		: rgba(255,255,255,0.15);
}

.mobile-nav li a.actief {
	background-color		: rgba(255,255,255,0.25);
}



/*============== HEADER BOVENBALK ========================================*/

.bovenbalk {
	color					: rgb(82,82,82);
	height					: 100px;
	padding					: 0 1.125rem;
	text-align				: center;
}

.bovenbalk span {
	font-family				: 'lato','HelveticaNeue-Light','Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
	font-weight				: normal;
	font-size				: 0.75rem;
}

.bovenbalk span:before {
	font-family				: 'lato','HelveticaNeue-Light','Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
	font-weight				: normal;
	font-size				: 1.25rem;
}

.bovenbalk a {
	color					: rgb(42,149,151);
}

.bovenbalk a:hover {
	color					: rgb(101,199,192);
}


/* ============== LANGUAGE PICKER =================== */

.language-picker-menu {
	position					: relative;
	height						: 50px;
	color						: rgb(82,82,82);
	z-index						: 9;
}

.language-picker-menu div {
	padding						: 16px 20px 0 20px;
}

.language-picker-menu div:before {
	position					: absolute;
	right						: 0;
	font-size					: 16px;
}

.language-picker-dropdown  {
	list-style-type				: none;
	padding						: 13px;
	text-align					: right;
}

.language-picker-menu li {
	padding-bottom				: 13px;
}

.language-picker-menu li:last-of-type {
	padding-bottom				: 0;
}

.language-picker-menu li a {
	display						: block;
	padding						: 5px;
	border						: 2px solid transparent;
}

.language-picker-menu li a:hover {
	padding						: 5px;
	border						: 2px solid rgb(101,199,192);
	
	-moz-border-radius			: 3px;
	-webkit-border-radius		: 3px;
	border-radius				: 3px;
	
	background-color			: rgb(255,255,255);
}

.language-picker-menu li a img {
	display						: block;
}


/*============== HEADER NAV ==============================================*/

.hoofdnav {
	margin					: 0;
}

.hoofdnav li {
	font-family				: 'lato','HelveticaNeue-Light','Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
	font-weight				: bold;
	text-transform			: uppercase;
	font-size				: 1.125rem;
	line-height				: 2.5;
}

.hoofdnav li a:not([class*="tekst_"]) {
	color					: rgba(82,82,82,0.5);
}

.hoofdnav li a:hover {
	color					: rgb(82,82,82);
}

.hoofdnav li a.actief {
	color					: rgb(82,82,82);
}

.icon-menu {
	color					: rgb(42,149,151);
}

.icon-menu:hover {
	color					: rgb(101,199,192);
}



/*============== HEADER NAV SUB UITKLAP ==================================*/

.hoofdnav li ul {

}

.hoofdnav li li {
	background-color		: rgb(124,192,56);
	border-top				: 1px solid rgb(255,255,255);
	font-size				: 0.8em;
	line-height				: 1.8;
	min-height				: 1.8em;
}




/*============== BUTTONS =================================================*/

.button_met_icon {
	color					: rgb(255,255,255);
	font-family				: 'lato','HelveticaNeue-Light','Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
	font-weight				: normal;
	line-height				: 1.25;
}

.button_met_icon span:before {
	font-size				: 70%;
}

.button-tekstueel {
	padding					: 0.5em 1.25em;
	color					: rgb(82,82,82);
	font-family				: 'lato','HelveticaNeue-Light','Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
	font-weight				: normal;
	font-size				: 1.1rem;
}



/*============== OVERIGE =================================================*/

.downloads {
	border					: 1px solid rgb(153,153,153);
	font-family				: 'lato','HelveticaNeue-Light','Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
	font-weight				: normal;
	margin-bottom			: 1.8em;
	max-width				: 400px;
}

.downloads a {
	font-family				: 'lato','HelveticaNeue-Light','Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
	font-weight				: normal;
}

.font_kop {
	font-family				: 'lato','HelveticaNeue-Light','Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
	font-weight				: bold;
}

.font_tekst {
	font-family				: 'lato','HelveticaNeue-Light','Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
	font-weight				: normal;
}

H1 {
	font-family				: 'lato','HelveticaNeue-Light','Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
	font-weight				: bold;
	font-size				: 2em;
}

H2 {
	font-family				: 'lato','HelveticaNeue-Light','Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
	font-weight				: bold;
	font-size				: 1.5em;
}

H3 {
	font-family				: 'lato','HelveticaNeue-Light','Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
	font-weight				: bold;
	font-size				: 1.25em;
}

H4 {
	font-family				: 'lato','HelveticaNeue-Light','Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
	font-weight				: normal;
	font-size				: 0.9em;
}

H1:not([class*="tekst_"]) {
	color					: rgb(82,82,82);
}

H2:not([class*="tekst_"]) {
	color					: rgb(82,82,82);
}

H3:not([class*="tekst_"]) {
	color					: rgb(82,82,82);
}

H4:not([class*="tekst_"]) {
	color					: rgb(82,82,82);
}

label {
	font-family				: 'lato','HelveticaNeue-Light','Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
	font-weight				: normal;
	font-size				: 0.8rem;
	line-height				: 1.25;
}

P, P P {
	font-family				: 'lato','HelveticaNeue-Light','Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
	font-weight				: normal;
	line-height				: 1.25;
}

section img {
	max-width				: 100%;
}

.site-content section * ul,
.site-content section * ol {
	
}

tr:hover {
	background-color		: rgba(42,149,151,0.15);
}

td {
	border					: 1px solid rgb(153,153,153);
}

.letter-spacing-standaard {
	letter-spacing			: 0.025em;
}
















/* =========== ALLES HIERONDER STAAT UIT!!! ============================

/*============== SITE SUBMENU ====================================================*/

.site-submenu {
}

.site-submenu-items {
	min-width					: 250px;

	-webkit-border-radius		: 0.9rem;
	-moz-border-radius			: 0.9rem;
	border-radius				: 0.9rem;
	
	border						: 1px solid rgb(42,149,151);
}

.site-submenu h2 {
	font-size					: 1.25rem;
}

.site-submenu ul {
	background-color			: rgb(153,153,153);
	
	-webkit-border-radius		: 0.9rem;
	-moz-border-radius			: 0.9rem;
	border-radius				: 0.9rem;
	
	text-align					: center;
	line-height					: 1.8;
}
	
.site-submenu li {
	font-size					: 1rem;
	line-height					: 1.8;
}

.site-submenu li hr {
	background-color			: rgb(153,153,153);
}

.site-submenu li a {
	color						: rgb(42,149,151);
}

.site-submenu li a:hover {
	color						: rgb(82,82,82);
}

.site-submenu li a.actief {
	color						: rgb(82,82,82);
}



/*============== (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(82,82,82);
    -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(101,199,192);
	color						: rgb(82,82,82);
    background-color			: rgb(255,255,255);
}

.menu-infoblok:hover .button {
	color						: rgb(255,255,255);
    background-color			: rgb(101,199,192);
}

.menu-infoblok:hover .menu-infoblok-icon {
    color						: rgb(255,255,255);
    background-color			: rgb(101,199,192);
    border-color				: rgb(101,199,192);
}



/*============== ACTUEEL ================================================*/

.actueel
{
	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			: wrap;
	flex-wrap					: wrap;
	
	-webkit-align-items			: stretch;
	align-items					: stretch;

	-webkitflex-grow			: 0;
	flex-grow					: 0;
}

.actueel-item
{
	text-align				: center;
	margin-bottom			: 1.25rem;
}

.actueel-item-afbeelding
{
	display					: block;
	float					: left;

	width					: 100%;
	min-width				: 30%;
	margin					: 0;

	margin-top				: 0.3em;

	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
{
	width					: 100px;
	margin-right			: 0.6em;
}


/* ===== 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(42,149,151);
    border						: 0.06rem solid rgb(42,149,151);
}

.portfolio-soort-icon {
	font-size					: 2.25rem;
	color						: rgb(42,149,151);
}

.portfolio-soort-icon span:before {
	padding						: 0 0.6rem;
}

/* ===== PORTFOLIO DETAIL ================================================*/


.portfolio-detail p a {
	color						: rgb(42,149,151);
}

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						: -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;
}

.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(101,199,192);
    
    border						: 0.06rem solid rgb(101,199,192);
    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(153,153,153);
	background-color			: rgb(153,153,153);
	-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						: -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;

	-webkitflex-grow			: 0;
	flex-grow					: 0;
}

.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						: -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;

	-webkitflex-grow			: 0;
	flex-grow					: 0;

	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(82,82,82);
    -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(101,199,192);
}

.dienst:hover .dienst-icon
{
    color					: rgb(255,255,255);
    background-color		: rgb(101,199,192);
    border-color			: rgb(101,199,192);
}



/*============== FOOTER ==================================================*/

.site-footer {
	margin-top				: 0;
}

.site-footer-menus-en-submenus
{

}

.site-footer-tekst
{

}

.site-footer-eigensocialmedia
{

}

.site-footer section {
	max-width				: 1440px;
}

.site-footer h2 {
	color					: rgb(255,255,255);
	font-family				: 'lato','HelveticaNeue-Light','Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
	font-weight				: bold;
	font-size				: 1.8em;
}

.site-footer p {
	color					: rgb(255,255,255);
	font-family				: 'lato','HelveticaNeue-Light','Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
	font-weight				: normal;
	line-height				: 1.75;
}

.site-footer a {
	color					: rgb(255,255,255);
}

.footer-copyright {
	padding					: 1.25em;
	font-size				: 0.9em;
	text-align				: center;
	background-color		: rgb(101,199,192);
	color					: rgb(255,255,255);
}

.footer-copyright a {
	color					: rgb(42,149,151);
}



/*============== CONTENT ALGEMENE INDELING ===============================*/


.afgerond {
	-webkit-border-radius		: 0.9rem;
	-moz-border-radius			: 0.9rem;
	border-radius				: 0.9rem;
}

.border {
	-webkit-border-radius		: 0.9rem;
	-moz-border-radius			: 0.9rem;
	border-radius				: 0.9rem;
	
	border						: 1px solid rgba(42,149,151,0.5);
}





/*============== KRUIMELPAD ==============================================*/
.kruimelpad {
	color					: rgb(82,82,82);
	font-family				: 'lato','HelveticaNeue-Light','Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
	font-weight				: normal;
	font-size				: 0.8rem;
 
}
.kruimelpad a {
	color					: rgb(82,82,82);
}

.kruimelpad a:hover {
	color					: rgb(42,149,151);
}





/*============== KLEUREN =================================================*/

.tekst_hover_body:hover,
.tekst_body {
	color					: rgb(82,82,82);
}

.tekst_hover_a:hover,
.tekst_a {
	color					: rgb(42,149,151);
}

.tekst_hover_b:hover,
.tekst_b {
	color					: rgb(101,199,192);
}

.tekst_hover_c:hover,
.tekst_c {
	color					: rgb(124,192,56);
}

.tekst_hover_d:hover,
.tekst_d {
	color					: rgb(255,87,34);
}

.tekst_hover_e:hover,
.tekst_e {
	color					: rgb(244,244,244);
}

.tekst_hover_grijs:hover,
.tekst_grijs {
	color					: rgb(153,153,153);
}

.tekst_hover_wit:hover,
.tekst_wit {
	color					: rgb(255,255,255);
}

.tekst_hover_zwart:hover,
.tekst_zwart {
	color					: rgb(82,82,82);
}

.bg_hover_a:hover,
.bg_a {
	background-color		: rgb(42,149,151);
}

.bg_hover_b:hover,
.bg_b {
	background-color		: rgb(101,199,192);
}

.bg_hover_c:hover,
.bg_c {
	background-color		: rgb(124,192,56);
}

.bg_hover_d:hover,
.bg_d {
	background-color		: rgb(255,87,34);
}

.bg_hover_e:hover,
.bg_e {
	background-color		: rgb(244,244,244);
}

.bg_hover_grijs:hover,
.bg_grijs {
	background-color		: rgb(153,153,153);
}

.bg_hover_wit:hover,
.bg_wit {
	background-color		: rgb(255,255,255);
}

.bg_hover_zwart:hover,
.bg_zwart {
	background-color		: rgb(82,82,82);
}

.bg_hover_body:hover,
.bg_body {
	background-color		: rgb(255,255,255);
}




/*============== KLEUREN AFHANGEND VAN ACHTERGROND ====================*/

.bg_a .tekst_a,
.bg_b .tekst_b,
.bg_c .tekst_c,
.bg_e .tekst_e {
	color					: rgb(255,255,255);
}

.bg_c .tekst_c,
.bg_d .tekst_d {
	color					: rgb(244,244,244);
}

.bg_wit,
.bg_grijs,
.bg_zwart {
	color					: rgb(42,149,151);
}

.bg_a .downloads td,
.bg_b .downloads td,
.bg_c .downloads td {
	border					: 1px solid rgb(153,153,153);
}

.bg_wit .downloads td,
.bg_grijs .downloads td,
.bg_zwart .downloads td {
	border					: 1px solid rgb(124,192,56);
}

.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(244,244,244);
}

.bg_wit .downloads *,
.bg_grijs .downloads *,
.bg_zwart .downloads * {
	color					: rgb(82,82,82);
}

.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 *
{
	color							: rgb(101,199,192);
}


.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(255,87,34);
}


.bg_a .homepage-blok-button-container .button,
.bg_e .homepage-blok-button-container .button
{
	background-color				: rgb(101,199,192);
}


/*============== SOCIAL MEDIA ============================================*/

.socialmedia {
	color					: rgb(82,82,82);
	font-family				: 'lato','HelveticaNeue-Light','Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
	font-weight				: normal;
	font-size				: 0.75em;
	line-height				: 1.5;
	padding					: 0.9em;
}

.socialmedia span:before{
	color					: rgb(42,149,151);
	font-size				: 1.25rem;
	line-height				: 1.25;
}

.socialmedia span:hover:before {
	color					: rgb(82,82,82);
}




/* -------- VISUAL ------------------ */

.header-visual {
	width					: 100%;
	height					: 500px;
}

.header-visual-home {
	width					: 100%;
	height					: 500px;
}

.visual {
	position				: relative;
}

.header-visual,
.header-visual-home
{

}

.header-visual,
.header-visual .imgdiv
{
    position						: relative;
	height							: 500px;
}

.header-visual-home,
.header-visual-home .imgdiv
{
    position						: relative;
	height							: 500px;
}

.header-visual .imgdiv,
.header-visual-home .imgdiv
{
	width							: 100%;
	margin							: auto;
	overflow						: hidden;
}
.header-visual .imgdiv
{
	max-width						: 1920px;
	margin-top						: -500px;
}
	
.header-visual-home .imgdiv
{
	max-width						: 1920px;
	margin-top						: -500px;
}

.header-visual .imgdiv img,
.header-visual-home .imgdiv img
{
	width							: 100%;
	height							: 750px;
}

.header-visual
{
    margin-bottom					: 1.8em;
}


.nav-bol-uit,
div#visual-nav ul li {
	background-color	: rgb(101,199,192);
}

div#visual-nav ul li:hover,
.nav-bol-aan {
	background-color	: rgb(42,149,151);
}



/*============== PAYOFF VISUAL ===========================================*/

.payoffheader {
	max-width				: calc(1440px - 1.2rem);
	font-family				: 'lato','HelveticaNeue-Light','Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
	font-weight				: normal;
	font-size				: 1.25rem;
}

.payoffheader h2 {
	width					: 100%;
	font-family				: 'lato','HelveticaNeue-Light','Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
	font-weight				: bold;
	font-size				: 3rem;
	text-transform			: uppercase;
}

.payoffheader h3 {
	font-family				: 'lato','HelveticaNeue-Light','Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
	font-weight				: bold;
	font-size				: 1.8rem;
	text-transform			: uppercase;
}

.payoffheader {
	height							: 500px;
	overflow						: hidden;

	margin							: 0 auto;
	top								: 100px;
    left							: -1.25em;

	padding							: 0 1.25em;
}

.header-visual-home .payoffheader
{
	height							: 500px;
}

.highlight_wit
{
	background-color				: rgba(255,255,255,0.6);
}

.highlight_grijs
{
	background-color				: rgba(153,153,153,0.6);
}

.highlight_zwart
{
	background-color				: rgba(82,82,82,0.6);
}

.highlight_a
{
	background-color				: rgba(42,149,151,0.6);
}

.highlight_b
{
	background-color				: rgba(101,199,192,0.6);
}

.highlight_c
{
	background-color				: rgba(124,192,56,0.6);
}

.highlight_d
{
	background-color				: rgba(255,87,34,0.6);
}

.highlight_e
{
	background-color				: rgba(244,244,244,0.6);
}

 ========= STAAT UIT ===== *//*============== 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=search],
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=search],
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.5rem;
	padding							: 0 0.5em;
}

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

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

input[type=text],
input[type=search],
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=search]: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=search]: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=search],
	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 {
	
}

select,
input[type=submit],
button,
.button,
input[type=button] {
	-webkit-appearance				: none;
	-moz-appearance					: none;
	appearance						: none;
	outline							: none;
}

.button,
button,
input[type=button],
input[type=submit] {
	padding					: 1em 2em;
	
	border					: none;
	-webkit-border-radius	: 0.5em;
	-moz-border-radius		: 0.5em;
	border-radius			: 0.5em;

	font-family				: 'lato','HelveticaNeue-Light','Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
	font-weight				: bold;
	font-size				: 1.125rem;
	letter-spacing			: 0.05rem;
	text-transform			: uppercase;
}

.button {
	display					: inline-block;
}

.button:not([class*="bg_"]),
button:not([class*="bg_"]),
input[type=button]:not([class*="bg_"]),
input[type=submit]:not([class*="bg_"]) {
	background-color		: rgb(124,192,56);
}

.button:not([class*="tekst_"]),
button:not([class*="tekst_"]),
input[type=button]:not([class*="tekst_"]),
input[type=submit]:not([class*="tekst_"]) {
	color					: rgb(255,255,255);
}

.button:hover,
button:hover,
input[type=button]:hover,
input[type=submit]:hover {

}

.button:hover:not([class*="bg_hover_"]),
button:hover:not([class*="bg_hover_"]),
input[type=button]:hover:not([class*="bg_hover_"]),
input[type=submit]:hover:not([class*="bg_hover_"]) {
	background-color		: rgb(42,149,151);
}

.button:hover:not([class*="tekst_hover"]),
button:hover:not([class*="tekst_hover"]),
input[type=button]:hover:not([class*="tekst_hover"]),
input[type=submit]:hover:not([class*="tekst_hover"]) {
	color					: rgb(255,255,255);
}

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 {
	background-color		: rgb(244,244,244);
	border					: 1px solid rgb(153,153,153);
	color					: rgb(153,153,153);
	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 {
	background-color		: rgba(255,255,255,0.5);
}

input[type=text]:focus,
input[type=email]:focus,
input[type=email]:selected,
input[type=url]:focus,
input[type=password]:focus,
textarea:focus {
	border-color			: rgb(153,153,153);
}

select::-ms-expand {
    display					: none;
}

select {
	padding					: 1em;
	padding-right			: 2em;
	border-radius			: 0.5em;
	border					: 1px solid rgba(153,153,153,0.5);
	color					: rgb(153,153,153);
	font-size				: 0.875rem;
	line-height				: 1;
	height					: 3rem;
    background				: rgb(255,255,255) url("../img/custom-select-icon.png") no-repeat 100% 50%;
}

.inputregel {
	font-size				: 0.9rem;
	max-width				: 600px;
}

.inputregel_eenheid {
	width					: -webkit-fill-available;
	width					: -moz-available;
	font-size				: 0.9rem;
	line-height				: 2.5em;
}

.inputregel_label {
	font-size				: 0.9rem;
	line-height				: 2.5em;
	max-width				: 200px;
}

/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active  {
    -webkit-box-shadow		: 0 0 0 2rem rgb(244,244,244) inset !important;
}



/*============== ICONS EN (FOUT) MELDINGEN ===============================*/

.foutmeldingen {
	
}

.foutmeldingen li {
	line-height						: 1.25em;
	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(42,149,151);

	-webkit-border-radius			: 0.3rem;
	-moz-border-radius				: 0.3rem;
	border-radius					: 0.3rem;
	
	color							: rgb(255,255,255);

	font-family						: 'lato','HelveticaNeue-Light','Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';

	line-height						: 2.5em;
}

.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(101,199,192);
}

option:checked, option {
	background-color	:rgb(255,255,255);
	color				:rgb(82,82,82);
}

option[value=""] {
	color				:rgb(153,153,153);
}

option:hover {
	background-color	:rgb(255,255,255);
	color				:rgb(42,149,151);
}

option:focus {
	background-color	:rgb(255,255,255);
	color				:rgb(42,149,151);
}



/* ============== LOGIN FORM =================== */

.login-form input[type=text],
.login-form input[type=password],
.login-form input[type=email],
.login-form input[type=text]:focus,
.login-form input[type=email]:focus,
.login-form input[type=password]:focus,
.login-form input[type=text]:active,
.login-form input[type=email]:active,
.login-form input[type=password]:active {
	border							: none;
	background-color				: rgb(255,255,255);
	color							: rgb(153,153,153);
	font-size						: 1rem;
	line-height						: 1;
}

.login-form input:-webkit-autofill,
.login-form input:-webkit-autofill:hover,
.login-form input:-webkit-autofill:focus,
.login-form input:-webkit-autofill:active  {
    -webkit-box-shadow		: 0 0 0 2rem rgb(255,255,255) inset !important;
}

.login-form input[type=submit] {
	width					: 100%;
}


/*============== FORM SPECIFIC MEDIA QUERIES =============================*/

@media (min-width: 1200px) {

}

@media (max-width: 900px) {

}

@media (max-width: 600px) {

	.login-form .inputregel {
		-webkit-flex-direction		: row;
		flex-direction				: row;
	}
	

}.x-large,
.x-large:before {
	font-size				: 140%;
}

hr {
    border					: 0;
    height					: 0;
    border-top				: 1px solid rgba(82,82,82, 0.1);
    border-bottom			: 1px solid rgb(244,244,244);
    margin					: 0.5em 0;
}


/* ================ LOGIN =================== */

section.bg_afbeelding {
	height					: 100%;
	height					: 100vh;
}

.bg_afbeelding {
    background-image		: url(../img/lente.jpg);
    background-repeat		: no-repeat;
    background-position		: center;
    background-size			: cover;
 }
    
.login-form {
	width					: 100%;
	max-width				: 450px;
	min-width				: 320px;
	text-align				: center;
	-webkit-border-radius	: 0.5rem;
	-moz-border-radius		: 0.5rem;
	border-radius			: 0.5rem;
	background-color		: rgb(255,255,255);
}

.login-form .inputregel_input {
	-webkit-border-radius	: 0;
	-moz-border-radius		: 0;
	border-radius			: 0;
}
	
.login-form-logo {
	margin					: 0;
	padding					: 25% 5%;
	max-width				: 294px;
}

.login-form-icons {

}

.login-form-icons:before {
	font-size				: 1.5rem;
	line-height				: 1.5 !important;
	color					: rgb(42,149,151);
}

.login-form-input-border-bottom {
	margin-bottom			: 20%;
	border-bottom			: 1px solid rgb(153,153,153);
}

.login-form-dropdown {
	min-width				: 130px;
	margin					: 0 auto;
	margin-bottom			: 1.5em;
}


/* ================ NAVIGATION =================== */

.logo {
	width					: 294px;
	height					: auto;
}

.hoofdnav {
	margin					: 0;
	padding					: 0 3rem;
}

.hoofdnav li {
	font-family				: 'lato','HelveticaNeue-Light','Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
	font-size				: 1.075rem;
	letter-spacing			: 0.025em;
	font-weight				: bold;
	text-transform			: uppercase;
	line-height				: 90px;
}

.hoofdnav li a {
	padding					: 0 0.5em;
}

.hoofdnav li a:not([class*="tekst_"]) {
	position				: relative;
	color					: rgba(82,82,82,0.5);
}

.hoofdnav li a:hover {
	color					: rgb(82,82,82);
}

.hoofdnav li a:active,
.hoofdnav li a.active {
	color					: rgb(82,82,82);
}

/*  FANCY HOVERS  */

.hoofdnav li a:active:after,
.hoofdnav li a.active:after {
	position				: absolute;
	bottom					: -5px;
	left					: 0;

	content					: '';
	width					: 100%;
	height					: 5px;
  	background-color		: rgb(101,199,192);
}

.hoofdnav a:after {
	position				: absolute;
	bottom					: -5px;
	left					: 0;
	
	content					: '';
	width					: 0;
	height					: 5px;
	
	-webkit-transition		: all 0.35s ease;
  	transition				: all 0.35s ease;
  	background-color		: rgb(101,199,192);
}

.hover-allowed .hoofdnav a:hover:after,
.hoofdnav a:active,
.hoofdnav a.active {
	width					: 100%;
}

/*  MOBILE NAVIGATION WITH FANCY ANIMATION  */

.mobiel-menu-knop-container {
	padding					: 0 20px;
}

.mobiel-menu-knop {
	width					: 30px;
}

.mobiel-menu-knop:after,
.mobiel-menu-knop:before,
.mobiel-menu-knop div {
    background-color		: rgb(42,149,151);
	content					: '';
	display					: block;
	height					: 3px;
	margin					: 6px 0;
	
	-ms-transition			: all .2s ease-in-out;
	-moz-transition			: all .2s ease-in-out;
	-webkit-transition		: all .2s ease-in-out;
	transition				: all .2s ease-in-out;
}

.mobiel-menu-knop-animatie.mobiel-menu-knop:before {
	transform				: translateY(9px) rotate(135deg);
	-ms-transform			: translateY(9px) rotate(135deg);
	-moz-transform			: translateY(9px) rotate(135deg);
	-webkit-transform		: translateY(9px) rotate(135deg);
}

.mobiel-menu-knop-animatie.mobiel-menu-knop:after {
	transform				: translateY(-9px) rotate(-135deg);
	-ms-transform			: translateY(-9px) rotate(-135deg);
	-moz-transform			: translateY(-9px) rotate(-135deg);
	-webkit-transform		: translateY(-9px) rotate(-135deg);
}

.mobiel-menu-knop-animatie.mobiel-menu-knop div {
	-ms-transform			: scale(0);
	-moz-transform			: scale(0);
	-webkit-transform		: scale(0);
	transform				: scale(0);
}



/* ====================== HOME ========================= */

.woning-visual-image {
	position				: relative;
	width					: 100%;
	height					: 500px;
	
	background-position		: center;
	background-repeat		: no-repeat;
	background-size			: cover;
}

.woning-visual-image:before {
	position				: absolute;
	content					: '';
	width					: 100%;
	height					: 500px;
	opacity					: 0.4;
	background-color		: rgb(0,0,0);
}

.woning-visual-content-div {
	position				: relative;
	z-index					: 9;
	padding					: 1.125em;
}

.woning-visual-ligging {
	position				: absolute;
	bottom					: 0;
}

.woning-visual-titel {
	font-size				: 4rem;
}

.home-content {
	text-align				: center;
}

/*   HOME ICONS  */

 .home-icon-container {
 	width					: 50%;
 }

.home-icon-div {
	background-color		: rgb(255,255,255);
	-webkit-box-shadow		: 0px 0px 60px 0px rgba(0,0,0,0.15);
	-moz-box-shadow			: 0px 0px 60px 0px rgba(0,0,0,0.15);
	box-shadow				: 0px 0px 60px 0px rgba(0,0,0,0.15);
	
	-webkit-border-radius	: 50%;
	-moz-border-radius		: 50%;
	border-radius			: 50%;
	padding					: 3em;
	margin-bottom			: 1.5em;
	text-align				: center;
}

.home-icon-div:before {
	color					: rgb(42,149,151);
	font-size				: 5em;
}

.home-icon-div:hover:before {
	color					: rgb(101,199,192);
}

.home-content-icon-text {
	font-size				: 1.25em;
	text-transform			: uppercase;
	letter-spacing			: 0.15em;
}


/* =================== CATEGORY ====================== */

.category-menu-div {
	padding-right			: 2em;
	min-width				: 275px;
	max-width				: 300px;
}

.category-menu {
	text-transform			: uppercase;
	background-color		: rgb(255,255,255);
	-webkit-border-radius	: 0.25rem;
	-moz-border-radius		: 0.25rem;
	border-radius			: 0.25rem;
	padding					: 1em;
	margin					: 8% 0;
}

.category-menu:first-child {
	margin-top				: 0;
}

.category-menu:last-child {
	margin-bottom			: 8%;
}

a.category-menu:active,
a.category-menu.active {
	color					: rgb(255,255,255);
	background-color		: rgb(42,149,151);
}

.category-icon:active:before,
.category-icon.active:before {
	color					: rgb(255,255,255);
}

.category-menu:hover,
a.category-menu:active:hover,
a.category-menu.active:hover {
	color					: rgb(255,255,255);
	background-color		: rgb(101,199,192);
}

.category-icon:before {
	color					: rgb(42,149,151);
	font-size				: 1.5em;
	padding					: 0 1em 0 0.5em;
}

.category-icon:hover:before {
	color					: rgb(255,255,255);
}

.category-container {
	width					: 100%;
}

.category-content-container {
	background-color		: rgb(255,255,255);
	margin-top				: 2%;
	height					: auto;
}

.category-content-image {
	min-width				: 190px;
	width					: 190px;
	height					: auto;
	background-position		: center;
	background-repeat		: no-repeat;
	background-size			: cover;
}

.category-content-div {
	width					: 100%;
	padding					: 2em;
}

.category-content-categoryname {
	text-transform			: uppercase;
}


/* =================== CATEGORY DETAILS ====================== */

.previous-page-link {
	display					: block;
	margin					: 0 0 2% 1%;
	font-size				: 90%;
	text-transform			: uppercase;
}

.previous-page-link:before {
	padding-right			: 0.7em;
	font-size				: 1.2rem;
	color					: rgb(42,149,151);
}

dl.information-table  {
	margin					: 0;
	width					: 100%;
}

.information-table hr:first-child {
	display					: none;
}

.information-table dt,
.information-table dd {
	display					: inline-block;
	width					: 49%;
}

.information-table dt {
	padding-left			:1%;
}

.information-table dd {
	text-align				: right;
}

/*   CATEGORY DETAIL ICONS  */

 .category-detail-icon-container {
	 width					: 33%;
 	max-width				: 33%;
 	margin-top				: 2.5em;
 	text-align				: center;
 }

.category-detail-icon-div {
	width					: 90px;
	height					: 90px;

	background-color		: rgb(255,255,255);
	-webkit-box-shadow		: 0px 0px 30px 0px rgba(0,0,0,0.05);
	-moz-box-shadow			: 0px 0px 30px 0px rgba(0,0,0,0.05);
	box-shadow				: 0px 0px 30px 0px rgba(0,0,0,0.05);
	
	-webkit-border-radius	: 50%;
	-moz-border-radius		: 50%;
	border-radius			: 50%;
	line-height				: 90px;
	margin-bottom			: 1em;
	text-align				: center;
}

.category-detail-icon-div:before {
	color					: rgb(42,149,151);
	font-size				: 2em;
}

.category-detail-icon-div:hover:before {
	color					: rgb(101,199,192);
}

.category-detail-content-icon-text {
	text-transform			: uppercase;
}


/* =================== WONING DETAILS ====================== */

.object-container {
	width					: 100%;
}

.object-image,
.object-map  {
	height					: 250px;
}

.object-image {
	background-position		: center;
	background-repeat		: no-repeat;
	background-size			: cover;
}







@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) {

	.site-submenu ul {
		margin						: 2%;
	}
	
}

@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) {



}



@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;
	}

	.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:1120px) and (min-width:900px) {

}


@media all and (max-width:1000px) {

}



@media all and (max-width:900px) {

    .hoofdnav {
    	padding				: 0;
    }
    
    .logo {
    	width				: 250px;
    	-webkit-transition	: width 0.5s;
		transition			: width 0.5s;
    }

}



@media all and (max-width:800px) {

	.bovenbalk {
		height						: 80px;
	}

	.hoofdnav {
		display						: none;
	}

	.hoofdnav-mobile {
		display						: block;
	}
	
	.category-menu-div {
		min-width					: 100%;
		max-width					: 100%;
		padding-right				: 0;
	}
	
	.category-menu {
		margin						: 2% 0;
	}
	
	.object-container {
		-webkit-flex-direction		: column;
		flex-direction				: column;
		-webkit-flex-wrap			: wrap;
		flex-wrap					: wrap;
	}
	
	.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: 600px) {

    .woning-visual-image,
    .woning-visual-image:before {
    	height				: 300px;
	}
	
	.woning-visual-titel {
    	font-size			: 2rem;
    	-webkit-transition			: font-size 0.5s ease-in;
		transition					: font-size 0.5s ease-in;
    }
    
    .category-menu {
		margin						: 3% 0;
	}

	.category-content-container {
		margin-top					: 5%;
	}
	
	.category-content-container {
		-webkit-flex-direction		: column;
		flex-direction				: column;
		-webkit-flex-wrap			: wrap;
		flex-wrap					: wrap;
	}
		
	.category-content-image {
		width						: 100%;
		height						: 190px;
	}

}


@media all and (max-width: 450px) {

	body {
		font-size				: 90%;
	}

	.bovenbalk {
		padding					: 0 0.75rem;
		height					: 50px;
	}
	
    .logo {
    	width					: 175px;
    }
          
    .home-icon-div {
    	padding					: 1.75rem;
    	margin-bottom			: 0.75rem;
    	-webkit-transition		: all 0.5s ease-in;
		transition				: all 0.5s ease-in;
    }
    
    .home-icon-container,
    .category-detail-icon-container {
    	font-size				: 75%;
    }
    
    .category-detail-icon-div {
    	width					: 60px;
    	height					: 60px;
    	line-height				: 60px;
    }

}


@media only screen and (min-device-width : 320px)
and (max-device-width : 480px) {


    section.bg_afbeelding {
    	height					: 100%;
	}
	
	.login-form {
		margin					: 2em;
    	width					: 80%;
    	max-width				: 80%;
    	min-width				: 80%;
	}
	
	.login-form-logo {
    	padding					: 5% 5%;
    	max-width				: 294px;
    }



}
