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

html {
	overflow-x						: hidden;
}

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

a {
	text-decoration					: none;
	cursor							: default;
}

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 5px rgba(0,0,0,0.75);
	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;
	
	margin-bottom					: 20px;
}

.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 {
	-webkit-border-radius			: 15px;
	-moz-border-radius				: 15px;
	border-radius					: 15px;
	
	box-sizing						: border-box;
	min-width						: 250px;
	margin-right					: 40px;
	margin-top						: 60px;
	overflow						: hidden;
	padding							: 20px;
}

.site-submenu h2 {
	margin-bottom					: 20px;
}

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

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

.site-submenu li hr {
	border							: 0;
	margin							: 5px 0 5px 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;
}




/*============== HOMEPAGE ================================================*/
.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;	/* 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+ */
	
	-webkit-flex-direction			: row;
	flex-direction					: row;
	
	-webkit-flex-wrap				: wrap;
	flex-wrap						: wrap;
}

.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;
	

	-webkit-justify-content			: space-between;
	justify-content					: space-between;
}




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

.site-content {
	box-sizing						: border-box;
	margin							: auto;
	padding							: 0 20px;
	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 {
	width							: 100%;
	
}
.volledigbreed section {
	margin							: auto;
	width							: 100%;
	
}




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

.site-footer {
	height							: auto;
	margin-top						: 20px;
}

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

.footer-copyright div {
    margin							: 0px 10px;
}




/*============== 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							: 10px;
}

.mobile-nav ul {
	list-style						: none;
	margin							: 20px 0 0 0;
	padding							: 0px;
}

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

.mobile-nav li:first-child {
	
}

.mobile-nav li a {
	display							: block;
	padding							: 10px;
}

.mobile-nav li a:hover {
 
}

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

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

.mobile-nav ul li ul li a {
	padding-left					: 20px;
}




/*============== 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			: flex-end;
	justify-content					: flex-end;
	
	-webkit-align-items				: center;
	align-items						: center;
}

.bovenbalk div {
	-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+ */

	padding							: 0;
}


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

.bovenbalk span:before {
	font-weight						: normal;
	margin-right					: 5px;
	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;
}

.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;
}




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

.button {
	border							: 0;
	cursor							: pointer;
	display							: inline-block;
	font-weight						: normal;
	padding							: 0 20px;
}

.button_met_icon {
	display							: block;
 	padding							: 0;
}

.button-tekstueel {
	display							: inline-block;
	padding							: 0 20px;
}

.button_met_icon span {
	margin-right						: 10px;
}

.button_met_icon span:before {
	
}




/*============== 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							: 20px;
}

.payoffheader_content {
	
}

.payoffheader h2 {
	margin							: 0;
}

.payoffheader h3 {
	
}

.payoffheader span {
	
}

.payoffheader button {
	padding							: 0 20px;
}




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

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

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

.hoofdnav li {
	display							: inline-block;
	font-weight						: normal;
}

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

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

.hoofdnav li a:hover {
	
}

.hoofdnav li a.actief {
	cursor							: default;
}

.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					: 20px;
	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				: flex-start;
	align-items						: flex-start;
}

section div {
	margin-bottom				: 0px;
}

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

.fixed-width-250 {
	margin							: 0;
	margin-right					: 20px;
	padding							: 0;
	
	width							: 250px;
	
	-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+ */
}

.div2-12 {
	margin							: 10px 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							: 10px 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							: 10px 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+ */
}

.div6-12 {
	margin							: 10px 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+ */
}

.div8-12 {
	margin							: 10px 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							: 10px 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+ */
}

.div12-12 {
	margin							: 10px 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							: 20px;
}

.standaard-padding-boven-groot {
	box-sizing						: border-box;
	padding							: 40px 0 0 0;
}

.standaard-padding-boven {
	box-sizing						: border-box;
	padding							: 20px 0 0 0;
}

.standaard-padding-behalve-rechts {
	box-sizing						: border-box;
	padding							: 20px 0 20px 20px;
}

.standaard-padding-verticaal {
	box-sizing						: border-box;
	padding							: 20px 0;
	
	height							: 20px;
	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%;
}

.uitlijning-klein {
	width							: 25%;
}

.uitlijning-links {
	float							:left;

	margin							: 0;
	margin-right					: 10px;
}

.uitlijning-rechts {
	float							:right;

	margin							: 0;
	margin-left						: 10px;
}

.uitlijning-boven {
	margin-bottom					: 10px;
}

.uitlijning-onder {
	margin-top						: 10px;
}









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

.kruimelpad a {
	
}

.kruimelpad a:hover {
	
}





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

.afgerond {	
	overflow						: hidden;
}

.animeer {
	transition						: 0.5s all ease;
}

.border {
	
}

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

.bg_rood {
	background						: 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_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;
}

.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			: 10px; }
.fontsize_15 { font-size			: 15px; }
.fontsize_20 { font-size			: 20px; }
.fontsize_25 { font-size			: 25px; }
.fontsize_30 { font-size			: 30px; }
.fontsize_40 { font-size			: 40px; }
.fontsize_50 { font-size			: 50px; }
.fontsize_60 { font-size			: 60px; }
.fontsize_70 { font-size			: 70px; }
.fontsize_80 { font-size			: 80px; }
.fontsize_90 { font-size			: 90px; }
.fontsize_100 { font-size			: 100px; }

.geenmarge { margin					:  0; }

H1 {
	font-weight						: normal;
	padding							: 0;
	margin							: 0 0 10px 0;
}

H2 {
	font-weight						: normal;
	padding							: 0;
	margin							: 0 0 10px 0;
}

H3 {
	font-weight						: normal;
	padding							: 0;
	margin							: 0 0 10px 0;
}

H4 {
	padding							: 0;
	margin							: 0;
}

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

label
{
	margin							: 10px 0;
	padding							: 0;
}

.margin_0	{ margin				: 0; }
.margin_5	{ margin				: 5px; }
.margin_10	{ margin				: 10px; }
.margin_15	{ margin				: 15px; }
.margin_20	{ margin				: 20px; }
.margin_25	{ margin				: 25px; }

.margin_ver_5	{ margin			: 5px 0; }
.margin_ver_10	{ margin			: 10px 0; }
.margin_ver_15	{ margin			: 15px 0; }
.margin_ver_20	{ margin			: 20px 0; }
.margin_ver_25	{ margin			: 25px 0; }

.margin_hor_5	{ margin			: 0 5px; }
.margin_hor_10	{ margin			: 0 10px; }
.margin_hor_15	{ margin			: 0 15px; }
.margin_hor_20	{ margin			: 0 20px; }
.margin_hor_25	{ margin			: 0 25px; }

.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 { display				: none; }

.padding_0	{ padding				: 0; }
.padding_5	{ padding				: 5px; }
.padding_10	{ padding				: 10px; }
.padding_15	{ padding				: 15px; }
.padding_20	{ padding				: 20px; }
.padding_25	{ padding				: 25px; }
.padding_30	{ padding				: 30px; }
.padding_40	{ padding				: 40px; }
.padding_50	{ padding				: 50px; }

.padding_40_20	{ padding			: 40px 20px; }

.padding_ver_5	{ padding			: 5px 0; }
.padding_ver_10	{ padding			: 10px 0; }
.padding_ver_15	{ padding			: 15px 0; }
.padding_ver_20	{ padding			: 20px 0; }
.padding_ver_25	{ padding			: 25px 0; }
.padding_ver_30	{ padding			: 30px 0; }
.padding_ver_40	{ padding			: 40px 0; }
.padding_ver_50	{ padding			: 50px 0; }

.padding_hor_5	{ padding			: 0 5px; }
.padding_hor_10	{ padding			: 0 10px; }
.padding_hor_15	{ padding			: 0 15px; }
.padding_hor_20	{ padding			: 0 20px; }
.padding_hor_25	{ padding			: 0 25px; }
.padding_hor_30	{ padding			: 0 30px; }
.padding_hor_40	{ padding			: 0 40px; }
.padding_hor_50	{ padding			: 0 50px; }

P, P P {
	padding							: 0;
	margin							: 0 0 10px 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 10px 10px 0;

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

section * li  {
	margin							: 5px 0px;
}

strong { font-weight				: bold; }


.site-content section * ul,
.site-content section * ol {
	padding							: 20px 40px;
	margin							: 20px 0px;
}


table {
	border-collapse					: collapse;
	margin-bottom					: 30px;
}

td {
	padding							: 10px;
	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;
}




/*============== 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 10px;
	padding							: 0;
}body {
  color						: rgb(61,80,109);
  font-family				: 'open_sansregular','Helvetica','Arial','sans-serif';
}

a {
	color					: rgb(61,80,109);
}




/*============== SITE ====================================================*/
.site {
	background-color		: rgb(255,255,255);
}

.site-submenu {
}

.site-submenu-items {
	border					: 1px solid rgb(61,80,109);
}

.site-submenu h2 {
	font-size				: 20px;
}

.site-submenu ul {
	background-color		: rgb(198,198,198);
	
	-webkit-border-radius	: 15px;
	-moz-border-radius		: 15px;
	border-radius			: 15px;
	
	line-height				: 30px;
}
	
.site-submenu li {
	font-size				: 16px;
	line-height				: 30px;
}

.site-submenu li hr {
	background-color		: rgb(198,198,198);
}

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

.site-submenu li a {
	color					: rgb(61,80,109);
}

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

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





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

.site-content {
	min-height				: 40px;
	max-width				: 1200px;
}

.main-content {
	
}

.volledigbreed {
	
}
.volledigbreed section {
	max-width				: 1200px;
}





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

.site-footer {
	background-color		: rgb(61,80,109);
}

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

.site-footer h2 {
	color					: rgb(255,255,255);
	font-family				: 'open_sanssemibold','Helvetica','Arial','sans-serif';
	font-size				: 30px;
}

.site-footer p {
	color					: rgb(255,255,255);
	font-family				: 'open_sansregular','Helvetica','Arial','sans-serif';
	font-size				: 15px;
}

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

.footer-copyright {
    display					: flex;
    justify-content			: center;
	text-align				: center;
	height					: 50px;
	line-height				: 50px;
	font-size				: 15px;
	background-color		: rgb(243,165,17);
	color					: rgb(255,255,255);
}

.footer-copyright div {
    margin					: 0px 10px;
}

.footer-copyright a {
	color					: rgb(61,80,109);
}




/*============== MOBILE NAV ==============================================*/
.mobile-nav {
	background-color		: rgb(61,80,109);
}

.mobile-nav h2 {
	color					: rgb(255,255,255);
	font-family				: 'open_sanssemibold','Helvetica','Arial','sans-serif';
	font-size				: 30px;
}

.mobile-nav li {
	border-bottom			: 1px solid rgba(255,255,255,0.5);
	font-size				: 18px;
	line-height				: 30px;
}

.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.25);
}

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





/*============== HEADER BOVENBALK ========================================*/
.bovenbalk {
	background-color		: rgb(255,255,255);
	color					: rgb(61,80,109);
	font-size				: 16px;
	
	height					: 40px;
	max-width				: 1200px;
	
	text-align				: right;
}

.bovenbalk div {
	margin-right			: 20px;
	padding					: 0;
}

.bovenbalk div:first-child {
	margin-left				: 20px;
}

.bovenbalk span {
	font-family				: 'open_sansregular','Helvetica','Arial','sans-serif';
	font-size				: 12px;
}

.bovenbalk span:before {
	margin-right			: 5px;
	font-family				: 'open_sansregular','Helvetica','Arial','sans-serif';
	font-size				: 20px;
}

.bovenbalk a {
	color					: rgb(61,80,109);
}

.bovenbalk a:hover {
	color					: rgb(255,255,255);
}





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

.header-visual {
	height					: 250px;
}

.header-visual-home {
	height					: 750px;
}

.visual {
	
}





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

.bg_a .button,
.bg_c .button {
	background-color		: rgb(243,165,17);
}

.bg_b .button,
.bg_wit .button,
.bg_grijs .button,
.bg_zwart {
	background-color		: rgb(61,80,109);
}

.button {
	background-color		: rgb(61,80,109);
	
	-webkit-border-radius	: 5px;
	-moz-border-radius		: 5px;
	border-radius			: 5px;

	color					: rgb(255,255,255);
	font-family				: 'open_sanssemibold','Helvetica','Arial','sans-serif';
	font-size				: 18px;
	line-height				: 40px;
	text-transform			: uppercase;
}


.button_met_icon {
	color					: rgb(255,255,255);
	font-family				: 'open_sanssemibold','Helvetica','Arial','sans-serif';
	line-height				: 20px;
	text-transform			: uppercase;
}

.button_met_icon span {
	margin-right			: 10px;
}

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

.button-tekstueel {
	color					: rgb(61,80,109);
	font-family				: 'open_sanssemibold','Helvetica','Arial','sans-serif';
	font-size				: 18px;
	line-height				: 40px;
	text-transform			: uppercase;
}





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

.payoffheader {
	max-width				: 1140px;
	padding					: 20px;
}

.payoffheader_content {
	text-align				: center;
	width					: 50%;
}

.payoffheader h2 {
	font-family				: 'open_sanssemibold','Helvetica','Arial','sans-serif';
	font-size				: 50px;
	font-weight				: bold;
	margin					: 0;
	text-transform			: uppercase;
}

.payoffheader h3 {
	font-family				: 'open_sanssemibold','Helvetica','Arial','sans-serif';
	font-size				: 30px;
	text-transform			: uppercase;
}

.payoffheader span {
	font-family				: 'open_sansregular','Helvetica','Arial','sans-serif';
	font-size				: 18px;
}

.payoffheader .button {
	font-size				: 23px;
	padding					: 0 20px;
	line-height				: 50px;
}





/*============== HEADER NAV ==============================================*/

.hoofdnav {
	margin					: 0;
	height					: 40px;
}

.hoofdnav ul {
	padding					: 0 20px;
}

.hoofdnav li {
	font-family				: 'open_sanssemibold','Helvetica','Arial','sans-serif';
	text-transform			: uppercase;
	font-size				: 20px;
	line-height				: 40px;
}

.hoofdnav li a {
	color					: rgb(61,80,109);
	padding					: 0 20px;
}

.hoofdnav li a:hover {
	color					: rgb(243,165,17);
}

.hoofdnav li a.actief {
	color					: rgb(243,165,17);
}

.icon-menu {
	color					: rgb(61,80,109); 
}

.icon-menu:hover {
	color					: rgb(243,165,17); 
}





/*============== HEADER NAV SUB UITKLAP ==================================*/

.hoofdnav li ul {
	padding-top				: 9px;
}

.hoofdnav li li {
	background-color		: rgb(70,115,176);
	border-top				: 1px solid rgb(255,255,255);
	font-size				: 0.8em;
	line-height				: 30px;
	min-height				: 30px;
}





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

section {
	margin-bottom				: 20px;
}

section div {
	margin-bottom				: 0px;
}

.afgerond {
	-webkit-border-radius		: 15px;
	-moz-border-radius			: 15px;
	border-radius				: 15px;
}

.border {
	-webkit-border-radius		: 15px;
	-moz-border-radius			: 15px;
	border-radius				: 15px;
	
	border						: 1px solid rgba(61,80,109,0.5);
}





/*============== KRUIMELPAD ==============================================*/
.kruimelpad {
	color					: rgb(61,80,109);
	font-family				: 'open_sansregular','Helvetica','Arial','sans-serif';
	font-size				: 14px;
 
}
.kruimelpad a {
	color					: rgb(61,80,109);
}

.kruimelpad a:hover {
	color					: rgb(61,80,109);
}





/*============== KLEUREN =================================================*/

.tekst_a {
	color					: rgb(61,80,109);
}

.tekst_b {
	color					: rgb(243,165,17);
}

.tekst_c {
	color					: rgb(70,115,176);
}

.tekst_grijs {
	color					: rgb(198,198,198);
}

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

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

.bg_a {
	background-color		: rgb(61,80,109);
}

.bg_b {
	background-color		: rgb(243,165,17);
}

.bg_c {
	background-color		: rgb(70,115,176);
}

.bg_grijs {
	background-color		: rgb(198,198,198);
}

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

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




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

.bg_a .tekst_a,
.bg_b .tekst_b,
.bg_c .tekst_c {
	color					: rgb(255,255,255);
}

.bg_wit,
.bg_grijs,
.bg_zwart {
	color					: rgb(61,80,109);
}

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

.bg_wit .downloads td,
.bg_grijs .downloads td,
.bg_zwart .downloads td {
	border					: 1px solid rgb(70,115,176);
}

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

.bg_wit .downloads *,
.bg_grijs .downloads *,
.bg_zwart .downloads * {
	color					: rgb(61,80,109);
}





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

.downloads {
	border					: 1px solid rgb(198,198,198);
	font-family				: 'open_sansregular','Helvetica','Arial','sans-serif';
	margin-bottom			: 80px;
	max-width				: 400px;
}

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

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

.font_tekst {
	font-family				: 'open_sansregular','Helvetica','Arial','sans-serif';
}

H1 {
	color					: rgb(61,80,109);
	font-family				: 'open_sanssemibold','Helvetica','Arial','sans-serif';
	font-size				: 25px;
}

H2 {
	color					: rgb(61,80,109);
	font-family				: 'open_sanssemibold','Helvetica','Arial','sans-serif';
	font-size				: 25px;
}

H3 {
	color					: rgb(61,80,109);
	font-family				: 'open_sanssemibold','Helvetica','Arial','sans-serif';
	font-size				: 20px;
}

H4 {
	color					: rgb(61,80,109);
	font-family				: 'open_sansregular','Helvetica','Arial','sans-serif';
	font-size				: 15px;
}

label {
	font-family				: 'open_sansregular','Helvetica','Arial','sans-serif';
	font-size				: 15px;
	margin					: 10px 0;
	line-height				: 20px;
}

P, P P {
	font-family				: 'open_sansregular','Helvetica','Arial','sans-serif';
	font-size				: 15px;
	line-height				: 20px;
}

section img {
	margin					: 0 10px 10px 0;
	max-width				: 100%;
}

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

	-webkit-border-radius		: 15px;
	-moz-border-radius			: 15px;
	border-radius				: 15px;
	
	font-family				: 'open_sansregular','Helvetica','Arial','sans-serif';
	font-size				: 13px;
	padding					: 20px 40px;
	margin					: 20px 0px;
}

tr:hover {
	background-color		: rgba(61,80,109,0.15);
}

td {
	border					: 1px solid rgb(198,198,198);
}




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

.socialmedia {
	color					: rgb(0,0,0);
	font-family				: 'open_sansregular','Helvetica','Arial','sans-serif';
	font-size				: 12px;
	font-weight				: normal;
	line-height				: 25px;
	
	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{
	color					: rgb(61,80,109);
	font-size				: 20px;
	line-height				: 20px;
	margin					: 0 0 0 10px;
	padding					: 0;
}/*============== STANDAARD FORM ==========================================*/

form {
	padding							: 10px 0;
}

form > div {
	margin							: 0 0 10px 0;
	overflow						: hidden;
	padding							: 1px;
}

form > div > fieldset > div > div {
	margin							: 0 0 5px 0;
}

form > div > label,
legend {
	width							: 25%;
	float							: left;
	padding-right					: 20px;
	padding-top						: 10px;
}

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],
input[type=submit],
button,
input[type=button],
textarea,
select {
	-webkit-appearance				: none;
	-moz-appearance					: none;
	appearance						: none;
	
	height							: 50px;
	margin-bottom					: 10px;
	outline							: none;
	padding-left					: 10px;
	padding-right					: 10px;
}

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

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

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

textarea {
	padding-top						: 10px;
	height							: 120px;
}

.input-geenmarge-bottom,
.input-geenmarge-bottom input[type=submit] {
	margin-bottom					: 0;
}

.input-geenvolledigebreedte input[type=text],
.input-geenvolledigebreedte input[type=number],
.input-geenvolledigebreedte input[type=email],
.input-geenvolledigebreedte input[type=tel],
.input-geenvolledigebreedte input[type=url],
.input-geenvolledigebreedte input[type=file],
.input-geenvolledigebreedte input[type=password],
.input-geenvolledigebreedte textarea,
.input-geenvolledigebreedte select, 
.input-geenvolledigebreedte input[type=submit]{
	width							: auto;
}

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					: 20px;

	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 {
	-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+ */

	width							: auto;
}

.inputregel_label {
	-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+ */
}

.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 20px;
}

.icon-input-ok,
.icon-input-nok,
.icon-input-verplicht {
	position						: absolute;
	right							: 10px;
}




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

@media (min-width: 1200px) {

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

}

@media (max-width: 900px) {

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

}

@media (max-width: 600px) {

	form > div {
		margin						: 0 0 15px 0; 
	}

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

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

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

	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						: 15px;
}

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

form > div > fieldset label {
	font-size						: 16px;
}

fieldset {
	
}

input[type=text],
input[type=number],
input[type=email],
input[type=tel],
input[type=url],
input[type=file],
input[type=password],
button,
input[type=button],
textarea,
select {
	background-color				: rgb(236,236,236);
	border							: none;
	color							: rgb(61,80,109);
	font-size						: 16px;
	line-height						: 25px;
}

input[type=text],
input[type=number],
input[type=email],
input[type=tel],
input[type=url],
input[type=file],
input[type=password],
textarea,
select {
	-webkit-border-radius			: 5px;
	-moz-border-radius				: 5px;
	border-radius					: 5px;
}

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(198,198,198);
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
	-webkit-border-radius			: 5px;
	-moz-border-radius				: 5px;
	border-radius					: 5px;
}

.inputregel {
	font-size						: 16px;
	margin-bottom					: 20px;
	max-width						: 900px;
}

.inputregel_eenheid {
	font-size						: 16px;
	line-height						: 20px;
}

.inputregel_label {
	font-family						: 'open_sanssemibold','Helvetica','Arial','sans-serif';
	font-size						: 16px;
	line-height						: 25px;
	max-width						: 200px;
}

input[type=number],
.input-decimal input[type=number] {
	width							: 100px;
}



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

.foutmeldingen {
	
}

.foutmeldingen li {
	line-height						: 20px;
	font-size						: 15px;
	font-weight						: normal;
}

.formulier_melding {
	-webkit-border-radius			: 5px;
	-moz-border-radius				: 5px;
	border-radius					: 5px;
}

.formulier_melding
{
	background-color				: rgb(61,80,109);

	-webkit-border-radius			: 5px;
	-moz-border-radius				: 5px;
	border-radius					: 5px;
	
	color							: rgb(255,255,255);

	font-family						: 'open_sansregular','Helvetica','Arial','sans-serif';

	line-height						: 40px;
}

.icon-input-ok,
.icon-input-nok,
.icon-input-verplicht {
	font-size						: 15px;
	line-height						: 50px;
}

.icon-input-ok {
	color							: rgb(243,165,17);
}

.icon-input-nok {
	color							: rgb(244,67,54);
}

.icon-input-verplicht {
	color							: rgb(61,80,109);
}


/*=============== SELECT ==============================*/


select {
    background						: url(../img/icon-dropdown.png) no-repeat right;
	background-color				: rgb(236,236,236);
}

input[type=submit] {
	font-family						: 'open_sanssemibold','Helvetica','Arial','sans-serif';
	color							: rgb(255,255,255);
	font-size						: 15px;
	text-align						: center;
	
	border							: 2px solid rgb(61,80,109);
	border-radius					: 24px;
	
	height							: 36px;
	line-height						: 33px;
	padding							: 0 15px;
	margin							: 2px;
	
	background-color				: rgb(61,80,109);
}

input[type=submit]:hover {
	border							: 2px solid rgb(243,165,17);
	background-color				: rgb(243,165,17);
}

/*

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

option:hover {
	background:rgb(255,255,255);
	color:rgb(61,80,109);
}

option:focus {
	background:rgb(255,255,255);
	color:rgb(61,80,109);
}

*/

.formulier-loader
{
	height : 25px;
	vertical-align: middle;
	display:none;
}



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

@media (min-width: 1200px) {

}

@media (max-width: 900px) {

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

}

@media (max-width: 600px) {

}* {
    box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

html, body { 
 	margin: 0;
	padding: 0;
 	height: 100%;
}

a {
	cursor: auto;
}

ul {
	list-style-type: none;
}

/* STRUCTURE - MAIN */

.main {
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
}

.container-right {
    width: 100%;
    height: 100%;
    flex-direction: column;
    overflow: none;
}

.main-content {
    flex: 1;
    height: calc(100% - 190px);
    padding: 5px 40px;
    color: rgb(61,80,109);
    overflow-x: hidden;
    overflow-y: scroll;
}


/* STRUCTURE - TOP-NAV BAR */

.topbar {
    width: 100%;
    min-height: 100px;
    padding: 25px 40px;
    justify-content: flex-end;
    -webkit-align-items: flex-end;
	align-items: flex-start;
    background-color: rgb(61,80,109);
    color: rgb(255,255,255);
}


/* STRUCTURE - SECOND-NAV BAR */

.secondbar {
    width: 100%;
    height: auto;
    padding: 12px 40px;
    justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
    background-color: rgb(243,165,17);
    box-shadow: 0px 0px 50px rgba(0,0,0,0.2);
    color: rgb(61,80,109);
}

.secondbar-left {
	display: flex;
	align-items: center;
}

.secondbar-right div {
    display: flex;
}

.secondbar-right {
    display: flex;
    flex-flow: row wrap;
	align-content: center;
	justify-content: flex-end;
}


/* STRUCTURE - SECOND-NAV BAR DETAIL */

.secondbar-detail {
    width: 100%;
    height: auto;
    padding: 12px 40px;
    justify-content: space-between;
	align-items: center;
    background-color: rgb(243,165,17);
    box-shadow: 0px 0px 50px rgba(0,0,0,0.2);
    color: rgb(61,80,109);
    display: flex;
	flex-flow: row nowrap;
}

.secondbar-detail-left {
	width: 235px;
	flex: none;
	display: flex;
	flex-flow: row nowrap;
}

.secondbar-detail-right {
	flex:1;
	justify-content: flex-end;
	display: flex;
	flex-flow: row wrap;
}




/* STRUCTURE - LEFT-COLUMN */

.column-left-container {
    flex: none;
    flex-direction: column;
    width: 250px;
    height: 100%;
    background-color: rgb(61,80,109);
    box-shadow: 0px 0px 50px rgba(0,0,0,0.2);
    color: rgb(255,255,255);
    z-index: 2;
}	

.column-left-scroll {
    width:250px;
    height: calc(100% - 100px);
    margin-top:100px;
    direction:rtl;
    z-index: 3;
    overflow-x: hidden;
    overflow-y: auto;
}

.column-left {
    direction:ltr;
}


/* LEFT-COLUMN  - LOGIN */

.login-container {
    position:fixed;
    flex: none;
    width: 250px;
    height: 100px;
    background-color: rgb(61,80,109);
    z-index: 4;
}

.login-content {
	justify-content: center;
	align-items: center;
	padding: 20px;
}

.login-round-picture {
	display: flex;
	align-items: center;
	width: 55px;
	height: 55px;
	margin:0 10px;
	border-radius: 50%;
	background-color: rgb(198,198,198);
	overflow: hidden;
}

.login-round-picture img {
	width: 55px;
	height: auto;	
}

.login-name span:first-of-type {
	font-family: 'open_sansregular','Helvetica','Arial','sans-serif';
	color: rgb(255,255,255);
}

.login-name {
	flex:1;
	text-align: right;
	font-family: 'open_sanssemibold','Helvetica','Arial','sans-serif';
	color: rgb(243,165,17);
}

.login-menu {
	flex:none;
}

.login-menu a {
	vertical-align: -5px;
	font-size: 25px;
	color: rgb(255,255,255);
}


/* LEFT-COLUMN - CONTENT */

.column-title {
	padding: 10px 20px;
	font-size: 18px;
	color: rgb(61,80,109);
	background-color: rgb(198,198,198);
}
	
	
/* LEFT-COLUMN - AFDELING(DEPARTMENT) */

.big-icon {
	padding: 10px 20px;
	text-align: center;
	font-size: 16px;
}

.big-icon a {
	display: block;
	color: rgb(255,255,255);
	padding: 5px 0 0 0;
}

.big-icon a:before {
	display: block;
	font-size: 70px;
}

.big-icon a:hover {
	color: rgb(243,165,17);
}

.big-icon.active {
	color: rgb(243,165,17);
	box-shadow: -8px 0 0 rgb(243,165,17) inset;
}

.big-icon.active a {
	color: rgb(243,165,17);
}


/* LEFT-COLUMN - STATUS */

.status-container {
	position:relative;
	text-transform: uppercase;
	line-height: 1.5;
	padding: 10px 20px 10px 45px;
}

.status-checkbox-white {
	color:rgb(255,255,255);
}

.status-checkbox-white:before {
	position:absolute;
	left:20px;
	top:10px;
	bottom:0;
	text-transform: none;
	color:rgb(255,255,255);
	font-family: 'planoapi';
	content: "\63";
}

.status-checkbox-white.active,
.status-checkbox-white.active:before {
	color:rgb(243,165,17);
	content: "\64";
}

/* LEFT-COLUMN - ORDERS */

.group-container {
	box-shadow: 0px 5px 30px rgba(0,0,0,0.2);
}

.order-group {
	padding: 10px 5px 10px 20px;
	font-size: 16px;
	color: rgb(255,255,255);
}

.order-group div {
	flex: 1 0 44%;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}

.order-image-container {
	display:flex;
	justify-content:flex-end;
	max-width: 90px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.order-image-container img {
	width: auto;
	max-width: 90px;
	height: auto;
	max-height: 90px;
}

.order-number {
	color: rgb(243,165,17);
}

.order-info {
	text-transform: uppercase;
}

.order-info:before {
	flex: none;
}

.selected-order-close {
	padding:8px 8px 0 0;
	margin-left:8px;
	height: 30px;
}

.selected-order-close:before {
	font-size: 12px;
	color: rgb(236,236,236);
}


/* DETAIL - MAIN - PRODUCTINFO */

.productinfo-image {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 500px;
	margin-top: 10px;
	border: 10px solid rgb(255,255,255);
	box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
}

.productinfo  {
	margin:0;
	padding:0;
}

.productinfo li {
	margin-top: 5px;
	border-radius: 5px;
	background-color: rgb(236,236,236); 
	text-align:left;
}

.productinfo li:first-of-type {
	padding: 0 1%;
	color: rgb(255,255,255);
	background-color: rgb(248,129,41); 
}

.productinfo-row div div {
	font-family: 'open_sanssemibold','Helvetica','Arial','sans-serif';
	margin: 0 1%;
}

.productinfo-row div div:nth-child(1) {
	flex: 0 0 auto;
	min-width: 130px;
}

.productinfo-row div div:nth-child(2) {
	flex: 1 0 33%;
}

.productinfo-row div div:nth-child(3) {
	flex: none;
	font-family: 'open_sansregular','Helvetica','Arial','sans-serif';
	color: rgb(61,80,109);
}


/* DETAIL - MAIN - STAPPENPLAN */

.stappenplan {
	margin:0;
	padding:0;
	color: rgb(255,255,255);
	text-align: left;
}

.stappenplan h2,
.stappenplan span {
	color: rgb(255,255,255);
	margin:0;
	padding-right: 25px;
}

.stappenplan li {
	display:flex;
	align-items: center;
	margin-top: 5px;
	padding: 0 20px;
	color: rgb(255,255,255);
	background-color: rgb(61,80,109);
	border-radius: 5px;
}

.stappenplan li.active {
	background-color: rgb(76,175,80);
}

.stappenplan-vertical-align div {
	height: 18px;
	margin-left: -20px;
}


/* DETAIL - MAIN - STATUS */

.status-column {
	min-width: 200px;
}


.status-column h4 {
	margin-bottom: 5px;
}

.status-block {
	border-radius: 5px 5px 0 0;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.status-block.icon-state:before {
	font-size: 15px;
}

.status-content {
	border-radius: 5px;
	background-color: rgb(236,236,236);
}

.status-content p,
.status-content span {
	font-size: 16px;
	margin:0;
}

.status-content.dropdown {
	border-radius: 5px 5px 0 0;
}

.status-dropdown-menu {
	position: relative;
	padding: 5px 40px 5px 20px;
	margin-bottom: 5px;
	border-radius: 0 0 5px 5px;
	background-color: rgb(198,198,198);
	font-size: 15px;
}

.status-dropdown-menu a:before {
	position: absolute;
	top: 9px;
	right: 20px;
	font-size: 12px;
}


/* TABLE ORDER VIEW */

.ordertable {
	border-collapse: separate;
    border-spacing: 0 7px;
	width:100%;
}

.ordertable .centercontent {
	text-align: center;
}

.ordertable .rightcontent {
	text-align: right;
	padding-right:20px;
}

.ordertable .size1 {
	width: 85px;
}

.ordertable .size2 {
	width: 150px;
}

.ordertable .size3 {
	width: 200px;
}

.ordertable .tr {
	background-color: rgb(61,80,109);
}

.ordertable .tr.selected {
	background-color: rgb(70,115,176);
}

.ordertable .tr.ready {
	background-color: rgb(236,236,236);
}

.ordertable .tr.ready .td:nth-child(2) {
	border-left: 5px solid rgb(198,198,198);
}

.ordertable .tr.ready .td span {
	color: rgb(198,198,198);
}

.ordertable .tr.reprint {
	background-color: rgb(244,67,54);
}

.ordertable .tr.reprint .td:nth-child(2) {
	border-left: 5px solid rgb(244,67,54);
}

.ordertable .tr.reprint .td span {
	color: rgb(255,255,255);
}
	
.ordertable .th {
    padding: 0 10px;
	background-color: rgb(255,255,255);
}

.ordertable .descending:after{
	font-family: 'planoapi';
	font-size: 10px;
	content:"\67";
}

.ordertable .ascending:after{
	font-family: 'planoapi';
	font-size: 10px;
	content:"\72";
}

.ordertable .sortable
{
	cursor:pointer;
}

/*.ordertable .th:nth-child(n+3):after {
	font-family: 'planoapi';
	font-size: 10px;
	content:"\67";
}*/

.ordertable .th:nth-child(2) {
	padding-left: 25px;
}

.ordertable .td {
    padding: 10px;
	vertical-align: middle;
	cursor:pointer;
}

.ordertable .td:first-child {
	background-color: rgb(255,255,255);
	width: 30px;
}

.ordertable .td:nth-child(2) {
	border-radius: 5px 0 0 5px;
	padding-left: 10px;
}

.ordertable .td:last-child {
	border-radius: 0 5px 5px 0;
}

.ordertable .td span {
	display:inline-block;
	color: rgb(198,198,198);
	font-family: 'open_sansregular','Helvetica','Arial','sans-serif';
	font-size: 14px;
}

.ordertable .td span:first-child {
	display:block;
	color: rgb(255,255,255);
	font-family: 'open_sanssemibold','Helvetica','Arial','sans-serif';
	font-size: 16px;
}

.ordertable .td .icon-state {
	text-transform: uppercase;
}

.ordertable .td img {
	max-height: 60px;
	width: auto;
	vertical-align: middle;
}

.ordertable .image-td {
	padding:0;
}

.ordertable .td .importantComment
{
	color: rgb(255,255,255);
	background-color: rgb(248,129,41); 
	border-radius : 5px;
	padding : 5px;
}

.ordertable .td .reprintComment
{
	color: rgb(255,255,255);
	background-color: rgb(48,207,213); 
	border-radius : 5px;
	padding : 5px;
	margin-bottom:5px;
}



/* BUTTONS - TOP NAV */

.barcode-button {
	position: relative;
	width: 360px;
	height: 50px;
	line-height: 48px;
	padding: 0 20px;
	font-family: 'open_sanssemibold','Helvetica','Arial','sans-serif';
	color: rgb(255,255,255);
	border-radius: 25px;
	border: 2px solid rgb(243,165,17);
}

.barcode-button img {
	position: absolute;
	right: 20px;
	top: 6px;
	width: 194px;
	height: 34px;
}

.search-container {
	position: relative;
	margin-left: 10px;
}

input[type=text].search-button {
	position: relative;
	width: 260px;
	height: 50px;
	padding-left: 20px;
	line-height: 46px;
	border-radius: 25px;
	border: 2px solid rgb(255,255,255);
	background-color: rgb(61,80,109);
	font-family: 'open_sanssemibold','Helvetica','Arial','sans-serif';
	color: rgb(255,255,255);
	text-align: left;
}

.search-icon-position {
	position: absolute;
	right: 0px;
	top: 10px;
	padding:0 20px 0 10px;
	color:rgb(255,255,255);
	font-family: 'planoapi';
	font-size: 25px;
	z-index:2;
}


/* SECOND-NAV BAR  - BUTTONS */

.text-filter {
	font-family: 'open_sanssemibold','Helvetica','Arial','sans-serif';
}

.text-filter a {
	margin-right:40px;
}

.text-filter a:hover {
	color: rgb(255,255,255);
}

.text-filter a.active {
	color: rgb(255,255,255);
}

.padding-sort-button select {
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    overflow: hidden;
	width: auto;
	min-width: 130px;
	height: 36px;
	margin: 2px;
	padding-left: 15px;
	font-family: 'open_sanssemibold','Helvetica','Arial','sans-serif';
	font-size: 15px;
	line-height: 32px;
	color: rgb(255,255,255);
	border-radius: 24px;
	border: 2px solid rgb(61,80,109);
	background-color: rgb(243,165,17);
	background: url(../img/icon-dropdown.png) no-repeat right;
}

.padding-sort-button select option {
	color: rgb(61,80,109);
}

.padding-sort-button p {
	margin:0;
	padding-right: 5px;
	display: inline-block;
}


/* BUTTONS - OVERIG */

.btn-text {
	position: relative;
	width: auto;
	font-family: 'open_sanssemibold','Helvetica','Arial','sans-serif';
	color: rgb(255,255,255);
	text-align: center;
	border-radius: 24px;
	border: 2px solid rgb(61,80,109);
	padding: 0 15px;
	margin: 2px;
}

.btn-icon {
	position: relative;
	width: auto;
	font-family: 'open_sanssemibold','Helvetica','Arial','sans-serif';
	color: rgb(255,255,255);
	text-align: center;
	border-radius: 24px;
	border: 2px solid rgb(61,80,109);
	padding: 0 40px 0 15px;
	margin: 2px;
}

.big {
	font-size: 18px;
	min-height: 50px;
	line-height: 46px;
}

.small {
	font-size: 15px;
	min-height: 36px;
	line-height: 32px;
}

.big:before {
	position: absolute;
	top: 15px;
	right: 13px;
	font-family: 'planoapi';
	color: rgb(61,80,109);
	font-size: 18px;
}

.small:before {
	position: absolute;
	top: 9px;
	right: 13px;
	font-family: 'planoapi';
	color: rgb(61,80,109);
	font-size: 15px;
}

.selectbutton {
	font-size: 14px;
}


/* CHECKBOX */

.checkbox {
	width: 100%;
	height: 45px;
}

.checkbox:before {
	padding-right: 5px;
	color:rgb(198,198,198);
	font-family: 'planoapi';
	content: "\63";
}

.checkbox.active:before {
	color:rgb(243,165,17);
	content: "\64";
}


/* STATUS COLORS */

.aanwezig:before {
	color: rgb(76,175,80);
}

.wacht:before {
	color: rgb(235,110,18);
}

.print:before {
	color: rgb(33,150,243);
}

.productie:before {
	color: rgb(109,249,24);
}

.klaar:before {
	color: rgb(198,198,198);
}

.reprint:before {
	color: rgb(244,67,54);
}

.wacht-op-inpakken:before {
	color: rgb(243,165,17);
}

.wacht-op-foto:before {
	color: rgb(255,228,0);
}

.klaar-voor-productie:before {
	color: rgb(48,207,213);
}

.wacht-op-verzendetiket:before {
	color: rgb(146,59,226);
}

.verzendetiket-beschikbaar:before {
	color: rgb(255,0,246);
}

.bg_rood {
	background-color: rgb(244,67,54);
	border: 2px solid rgb(244,67,54);	
}
	
.bg_rood:before {
	color: rgb(255,255,255);
}

.ordertable .td.border_aanwezig {
	border-left: 5px solid rgb(76,175,80);
}

.ordertable .td.border_wacht {
	border-left: 5px solid rgb(235,110,18);
}

.ordertable .td.border_print {
	border-left: 5px solid rgb(33,150,243);
}

.ordertable .td.border_productie {
	border-left: 5px solid rgb(109,249,24);
}

.ordertable .td.border_reprint {
	border-left: 5px solid rgb(244,67,54);
}

.ordertable .td.border_wacht-op-inpakken {
	border-left: 5px solid rgb(243,165,17);
}

.ordertable .td.border_wacht-op-foto {
	border-left: 5px solid rgb(255,228,0);
}

.ordertable .td.border_klaar-voor-productie {
	border-left: 5px solid rgb(48,207,213);
}

.ordertable .td.border_wacht-op-verzendetiket {
	border-left: 5px solid rgb(146,59,226);
}

.ordertable .td.border_verzendetiket-beschikbaar {
	border-left: 5px solid rgb(255,0,246);
}

.border_groen {
	border: 2px solid rgb(76,175,80);
	border-radius: 24px;
	padding: 2px 10px;
}

.border_oranje {
	border: 2px solid rgb(248,129,41);
	border-radius: 24px;
	padding: 2px 10px;	
}

.border_bgrood {
	border: 2px solid rgb(244,67,54);
	background-color: rgb(244,67,54);
	border-radius: 24px;
	padding: 2px 10px;	
}


/* OVERIGE */

.flex_grow {
	flex: 1 0 auto;
}

.padding_10_20 {
	padding: 10px 20px;
}

.margin_top_20 {
	margin: 20px 0 0 0;
}

.margin_right_20 {
	margin-right: 20px;
}

.icon-state:before {
	font-size: 12px;
	padding-right: 5px;
}


/* HOMEPAGE - INLOGPAGINA */

.home-balk {
	position: absolute;
	top: 0;
	margin:0;
	padding:0;
	width: 100%;
	background: left no-repeat url(../img/logo.jpg);
	background-color: rgb(255,255,255);
	height: 96px;
}

.home-inlog {
	display: flex;
	align-items: center;
	height: 100%;
	background: rgb(61,80,109);
}

.home-inlog-center {
	margin: 0 auto;
	padding: 100px 50px 50px 50px;
	width: 750px;
	height: 450px;
	box-shadow: 0px 5px 30px rgba(0,0,0,0.2);
	color: rgb(255,255,255);
}

.home-inlog-center .inputregel_label {
	font-size: 18px;
}

.home-inlog-center input[type="submit"] {
	font-family: 'open_sanssemibold','Helvetica','Arial','sans-serif';
	font-size: 18px;
	height: 50px;
	line-height: 46px;
	color: rgb(61,80,109);
	text-align: center;
	border-radius: 24px;
	border: 2px solid rgb(243,165,17);
	background-color: rgb(243,165,17);
	padding: 0 55px;
}

.home-inlog-center input[type="password"],
.home-inlog-center input[type="text"] {
	font-family: 'open_sansregular','Helvetica','Arial','sans-serif';
	font-size: 18px;
	height: 50px;
	line-height: 46px;
	color: rgb(255,255,255);
	text-align: left;
	border-radius: 24px;
	border: 2px solid rgb(255,255,255);
	background-color: rgb(61,80,109);
	padding: 0 15px;
}

.home-inlog-center input:-webkit-autofill {
	-webkit-text-fill-color: rgb(61,80,109);
}

.statusHistoryTable
{
	border : 0px;
	margin-bottom : 0px;
}

.statusHistoryTable td
{
	padding : 5px 8px;
	vertical-align : top;
}

.employees-container
{
	display:flex; 
	flex-direction:row; 
	flex-wrap:wrap; 
	justify-content:flex-start; 
	align-items:flex-end;
}

.employee-cell-container
{
	border-radius: 5px;
	text-align: center;
	padding:10px;
	min-width:120px;
}

.employee-cell-container img
{
	border-radius: 50%;
}

.employee-cell-container:hover
{
	background:rgb(243,165,17);
}

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

.input-datum select {
	width							: auto;
}

.top-balk-knop{
	border:2px solid rgb(255,255,255);
	line-height:48px;
	margin:0px 0px 0px 10px;
	cursor:pointer;
	padding: 0px 15px;
}
@media all and (max-width:1120px) and (min-width:900px) {

	.logomenubalk .button:first-child {
		margin-bottom				: 10px;
	}

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



@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					: 10px;
	}

	.header-visual-home {
		position					: relative;
	}
	
	.hoofdnav li a {
		padding						: 0 10px;
	}

	.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;
		margin						: 0;
		padding						: 0;
		text-align					: center;
	}

	.site-submenu li {
		margin-right				: 10px;
		padding						: 5px;
		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;
	}

}



@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					: 20px;
	}

	.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				: 10px;
	}

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

}



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

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

	.div3-12,
	.div4-12,
	.div6-12,
	.div8-12,
	.div9-12 {
		flex						: 1 0 100%;
	}

	.header_buttons {
		display						: none;		
	}

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

	.logomenubalk_logo {
		margin-right				: 20px;
	}

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

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

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

	.toggle1invisiblerow {
		display: none;
	}


}


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

	.toggle2invisiblerow,
	.toggle1invisiblerow {
		display: none;
	}

	.ordertable .size3 {
		width: 150px;
	}

	.div4-12,
	.div6-12 {
		flex: 1 0 48%;
	}
	
}



@media all and (max-width:1000px) {
		
	input[type=text].search-button {
		width: 200px;
	}
	
	.search-container {
		display: flex;
		justify-content: flex-end;
	}
	
	.div2-12,
	.div4-12,
	.div6-12 {
		flex: 1 0 100%;
	}
	

}



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

	.barcode-button {
		width: 280px;
	}
	
	.barcode-button img {
		width: 120px;
	}
	
		
	.search-container {
		display: flex;
		justify-content: flex-end;
	}
	
	.toggle2invisiblerow,
	.toggle1invisiblerow {
		display: none;
	}
	
	
}



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

	.barcode-button {
		width: auto;
	}
	
	.barcode-button img {
		display: none;
	}
	



}


