* {
	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 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;
}

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




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

.error404 {
	min-height					: 300px;
	background-image			: url("../img/error-404.png");
	background-color			: rgb(0,148,170);
	background-repeat			: no-repeat;
    background-position			: left center;
    background-size				: cover;
    
    font-size					: 50px;
    font-weight					: 300;
    text-align					: center;
	color						: rgb(255,255,255);
	
	margin						: 40px;
	padding						: 50px;
}



/*============== 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%;
}

.volledigbreed section {
	margin							: auto;
	width							: 100%;
}

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

.submenu-infoblok {
	
}
.site-content section .submenu-infoblok ul,
.site-content section .submenu-infoblok ol {
    padding							: 10px;
    margin							: 10px 0px;
    text-align						: left;
	display							: inline-block;
}

.submenu-infoblok h2 {
	text-transform					: none;
	font-size						: 1.6em;
}

.submenu-infoblok h3 {
	font-size						: 4em;
}

.menu-infoblokken
{
	display					: flex;
	flex-flow				: row wrap;
	align-items				: stretch;
}

.menu-infoblok
{
	position				: relative;
	flex					: 1 0 350px;
	min-width				: 350px;
	height					: auto;
	text-align				: center;
	padding					: 10px 10px 80px 10px;
	margin-bottom			: 20px;
}

.menu-infoblok
{
	cursor					: pointer;
}

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

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

.menu-infoblok .button
{
	position				: absolute;
	left					: 20%;
	right					: 20%;
	bottom					: 0;
    border					: 2px solid rgb(232,68,40);
	color					: rgb(50,50,50);
    background-color		: rgb(255,255,255);
}

.menu-infoblok:hover .button
{
	color					: rgb(255,255,255);
    background-color		: rgb(232,68,40);
}

.menu-infoblok:hover .menu-infoblok-icon
{
    color					: rgb(255,255,255);
    background-color		: rgb(232,68,40);
    border-color			: rgb(232,68,40);
}





/*============== COLLAPSABLES =============================================*/
.collapsable
{
	width							: 100%;
	float							: none;
}

.collapsable-header
{
	cursor							: pointer;
}

.collapsable-header > span
{
	margin-right					: 10px;
}

.collapsable .inputregel_label
{
    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 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;
}

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




/*============== 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 {
	
}




/*============== 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 {
}

.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				: stretch;
	align-items						: stretch;
}

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

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

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

.div10-12 {
	margin							: 10px 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							: 10px 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							: 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%;

    margin-top						: 10px;
	margin-right					: 0px;
    margin-bottom					: 10px;
    margin-left						: 10px;
}

.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-color				: red;
}

.centreren {
	text-align						: center;
}

.clearboth {
	clear							: both;
}

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

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

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

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

.geenmarge { margin					:  0 !important; }

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


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


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

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

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

.margin_ver_5	{ margin			: 5px 0 !important; }
.margin_ver_10	{ margin			: 10px 0 !important; }
.margin_ver_15	{ margin			: 15px 0 !important; }
.margin_ver_20	{ margin			: 20px 0 !important; }
.margin_ver_25	{ margin			: 25px 0 !important; }
.margin_ver_30	{ margin			: 30px 0 !important; }
.margin_ver_35	{ margin			: 35px 0 !important; }
.margin_ver_40	{ margin			: 40px 0 !important; }

.margin_top_5	{ margin-top		: 5px !important; }
.margin_top_10	{ margin-top		: 10px !important; }
.margin_top_15	{ margin-top		: 15px !important; }
.margin_top_20	{ margin-top		: 20px !important; }
.margin_top_25	{ margin-top		: 25px !important; }
.margin_top_30	{ margin-top		: 30px !important; }
.margin_top_35	{ margin-top		: 35px !important; }
.margin_top_40	{ margin-top		: 40px !important; }

.margin_bot_5	{ margin-bottom		: 5px !important; }
.margin_bot_10	{ margin-bottom		: 10px !important; }
.margin_bot_15	{ margin-bottom		: 15px !important; }
.margin_bot_20	{ margin-bottom		: 20px !important; }
.margin_bot_25	{ margin-bottom		: 25px !important; }
.margin_bot_30	{ margin-bottom		: 30px !important; }
.margin_bot_35	{ margin-bottom		: 35px !important; }
.margin_bot_40	{ margin-bottom		: 40px !important; }

.margin_hor_5	{ margin			: 0 5px !important; }
.margin_hor_10	{ margin			: 0 10px !important; }
.margin_hor_15	{ margin			: 0 15px !important; }
.margin_hor_20	{ margin			: 0 20px !important; }
.margin_hor_25	{ margin			: 0 25px !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				: 5px !important; }
.padding_10	{ padding				: 10px !important; }
.padding_15	{ padding				: 15px !important; }
.padding_20	{ padding				: 20px !important; }
.padding_25	{ padding				: 25px !important; }
.padding_30	{ padding				: 30px !important; }
.padding_40	{ padding				: 40px !important; }
.padding_50	{ padding				: 50px !important; }

.padding_40_20	{ padding			: 40px 20px !important; }

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

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

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

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

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

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

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

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

th, 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;
}

.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 10px;
	padding							: 0;
}body {
  color						: rgb(50,50,50);
  font-family				: 'open_sanslight','HelveticaNeue-Light','Helvetica','Arial','sans-serif';
}

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




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

.site-submenu h2 {
	color					: rgb(0,148,170);
	margin-bottom			: 0;
	font-size				: 1.25rem;
}

.site-submenu ul {
	background-color		: rgb(168,214,221);
	line-height				: 1.5;
}
	
.site-submenu li {
	font-size				: 1rem;
	line-height				: 1.5;
	padding					: 5px 0 5px 0;
}

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

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

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

.logo {
	position				: absolute;
	top						: 3px;
	height					: 100px;
	width					: auto;
}


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

.site-content {
	min-height				: 40px;
	width					: 100%;
}

.main-content {
	
}

.main-content section > div {
	padding					: 1rem;
}

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





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

.actueel-item
{
	text-align				: center;
	margin-bottom			: 20px;
}

.actueel-item-afbeelding
{
	display					: block;
	float					: left;

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

	margin-top				: 5px;

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

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

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

.homepage-blok .actueel-item
{
	text-align				: left;
	margin-bottom			: 10px;
}

.homepage-blok .actueel-item-afbeelding
{
	width					: 100px;
	margin-right			: 10px;
}

.home-actueel-a {
	display					: block;
	width					: 100%;
	cursor					: pointer;
}

.archief div {
	align-items				: center;
}

.archief a {
	width					: 100%;
}

.archief h3 {
	flex					: 1;
	padding					: 0 10px;
}




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

.teamlid {
	position				: relative;
	padding					: 20px 20px 40px 20px;
	margin-bottom			: 10px;
	flex-grow				: 0;
	text-align				: left;
	background-color		: rgba(230,228,222,0.25);
}

.teamlid-tekst p {
	font-size				: 0.9rem;
}

.teamlid-contactgegevens {
	position				: absolute;
	width					: 100%;
	right					: 0;
	left					: 0;
	bottom					: 10px;
	font-size				: 1.3rem;
	text-align				: center;
}

.teamlid-contactgegevens a:before {
	color					: rgb(0,148,170);
}

.teamlid-pasfoto
{
	display					: block;

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

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

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

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

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




/*============== DIENSTEN ================================================*/
.diensten
{
	display					: flex;
	flex-flow				: row wrap;
	align-items				: stretch;
}

.dienst
{
	position				: relative;
	flex					: 1 0 350px;
	min-width				: 350px;
	height					: auto;
	text-align				: center;
	padding					: 10px 30px 50px 30px;
	margin-bottom			: 20px;
}

.dienst
{
	cursor					: pointer;
}

.dienst h2 {
	color					: rgb(0,148,170);
	margin-bottom			: 10px;
}

div .dienst-icon
{
    display					: inline-block;
    width					: 170px;
    height					: 170px;
    border					: 2px solid rgb(232,68,40);
    -webkit-border-radius	: 50%;
    border-radius			: 50%;
    margin-bottom			: 20px;
}

.dienst .button
{
	position				: absolute;
	left					: 20%;
	right					: 20%;
	bottom					: 0;
    border					: 2px solid rgb(232,68,40);
	color					: rgb(50,50,50);
    background-color		: rgb(255,255,255);
}

.dienst:hover .button
{
	color					: rgb(255,255,255);
    background-color		: rgb(232,68,40);
}

.dienst:hover .dienst-icon
{
    color					: rgb(255,255,255);
    background-color		: rgb(232,68,40);
    border-color			: rgb(232,68,40);
}





/*============== LEDEN OVERZICHT ==================================================*/

.leden-overzicht-navigatie {
	font-family				: 'open_sanssemibold','HelveticaNeue-Light','Helvetica','Arial','sans-serif';
	font-size				: 1.2rem;
	margin-bottom			: 20px;
}

.leden-link {
	display					: inline-block;
	margin-bottom			: 3px;
}

.leden a:hover {
	color					: rgb(232,68,40);
}

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

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





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

.site-footer {
	background-color		: rgb(0,148,170);
}

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

.site-footer h2 {
	color					: rgb(168,214,221);
	font-family				: 'open_sanssemibold','HelveticaNeue-Light','Helvetica','Arial','sans-serif';
	font-size				: 1.2rem;
}

.site-footer p {
	color					: rgb(255,255,255);
	font-family				: 'open_sanslight','HelveticaNeue-Light','Helvetica','Arial','sans-serif';
}

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

.footer-copyright {
    display					: flex;
    justify-content			: center;
	text-align				: center;
	
	padding					: 10px;
	
	font-size				: 0.9rem;
	line-height				: 1.5;
	color					: rgb(50,50,50);
	background-color		: rgb(168,214,221);
}

.footer-copyright a {
	color					: rgb(0,148,170);
}




/*============== MOBILE NAV ==============================================*/
.mobile-nav {
	background-color		: rgb(0,148,170);
}

.mobile-nav h2 {
	color					: rgb(255,255,255);
	font-family				: 'open_sanssemibold','HelveticaNeue-Light','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 {
	position				: relative;
	
	color					: rgb(0,148,170);
	font-size				: 16px;
	
	height					: 80px;
	max-width				: 1200px;
	
	text-align				: left;
	
	-webkit-justify-content	: space-between;
	justify-content			: space-between;
}

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

.bovenbalk a:hover {
	color					: rgb(232,68,40);
}



/*============== INLOGGEN ==============================================*/
.button-inloggen {
	padding					: 0 16px;
	
	border					: 2px solid rgb(0,148,170);
	color					: rgb(0,148,170);
	
	font-family				: 'open_sanslight','HelveticaNeue-Light','Helvetica','Arial','sans-serif';
	font-size				: 1rem;
	line-height				: 24px;
}

a.button-inloggen:hover {
	color					: rgb(255,255,255);
	background-color		: rgb(0,148,170);
}

/* positie verborgen div inlog */
.inlogdiv {
	display					: none;
	position				: absolute;
	top						: 70px;
	right					: 20px;

	min-width				: 350px;
	
	margin					: 0;
	padding					: 20px;

	background-color		: rgba(255,255,255,0.85);
	overflow				: hidden;
	
	z-index					: 99;
}

.inline-login-box-form form,
.login-box-form form {
	margin					: 0;
	padding					: 0;
	width					: 100%;
	display					: block;
}

.inline-login-box-form .inputregel,
.login-box-form .inputregel {
	margin-bottom			: 0.6rem;
}

.inline-login-box-form .inputregel_input,
.login-box-form .inputregel_input {
	-webkit-box-flex		: 1 0 auto;
	-moz-box-flex			: 1 0 auto;
	-ms-flex				: 1 0 auto;
	-webkit-flex			: 1 0 auto;
	flex					: 1 0 auto;
}

.inline-login-box-form .icon-input-ok,
.inline-login-box-form .icon-input-nok,
.inline-login-box-form .icon-input-verplicht,

.login-box-form .icon-input-ok,
.login-box-form .icon-input-nok,
.login-box-form .icon-input-verplicht {
	font-size				: 0.5rem;
	line-height				: 5;
}

.inline-login-box-form input[type=text],
.inline-login-box-form input[type=password],

.login-box-form input[type=text],
.login-box-form input[type=password] {
	min-width				: 270px;
	height					: auto;
	padding					: 0.5rem 1.25rem;
	margin					: 0;
	
	font-family				: 'open_sanslight','HelveticaNeue-Light','Helvetica','Arial','sans-serif';
	font-size				: 0.9rem;
	line-height				: 1.2;
	
	border					: 2px solid rgb(0,148,170);
	color					: rgb(50,50,50);
	background-color		: rgb(255,255,255);
}

.inline-login-box-form input[type=text]::placeholder,
.inline-login-box-form input[type=password]::placeholder,

.login-box-form input[type=text]::placeholder,
.login-box-form input[type=password]::placeholder {
	color					: rgb(195,186,171);
}

.inline-login-box-form input[type=submit],
.login-box-form input[type=submit] {
	background-color		: rgb(232,68,40);
	border					: 2px solid rgb(232,68,40);
}

.inline-login-box-form input[type=submit]:hover,
.login-box-form input[type=submit]:hover {
	background-color		: rgb(0,148,170);
	border					: 2px solid rgb(0,148,170);
}

/* Change the white to any color ;) */
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset;
}






/*============== BUTTONS =================================================*/
.bg_b .button {
	background-color		: rgb(0,148,170);
}

.bg_b .button:hover,
.bg_a .button:hover {
	background-color		: rgb(195,186,171);
}

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

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

.button-tekstueel {
	padding					: 8px 20px;
	color					: rgb(50,50,50);
	font-family				: 'open_sanslight','HelveticaNeue-Light','Helvetica','Arial','sans-serif';
	font-size				: 18px;
}

.icon:before {
	margin-right			: 5px;
}




/*============== HEADER NAV ==============================================*/
.hoofdnav {
}

.hoofdnav li {
	font-family				: 'open_sanssemibold','HelveticaNeue-Light','Helvetica','Arial','sans-serif';
	text-transform			: normal;
	font-size				: 1rem;
	line-height				: 30px;
}

.hoofdnav li a {
	color					: rgb(50,50,50);
}

.hoofdnav li a:hover {
	color					: rgb(232,68,40);
}

.hoofdnav li a.actief {
	color					: rgb(255,255,255);
	background-color		: rgb(232,68,40);
}

.icon-menu {
	color					: rgb(50,50,50);
}

.icon-menu:hover {
	color					: rgb(232,68,40);
}


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

.hoofdnav li ul {

}

.hoofdnav li li {
	background-color		: rgb(168,214,221);
	border-top				: 1px solid rgb(255,255,255);
	font-size				: 0.9em;
	line-height				: 30px;
	min-height				: 30px;
}





/*============== CONTENT ALGEMENE INDELING ===============================*/
.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(0,148,170,0.5);
}





/*============== KRUIMELPAD ==============================================*/
.div12-12.kruimelpad {
	padding					: 0 20px;
}

.kruimelpad {
	color					: rgb(50,50,50);
	font-family				: 'open_sanslight','HelveticaNeue-Light','Helvetica','Arial','sans-serif';
	font-size				: 14px;
}

.kruimelpad a {
	color					: rgb(50,50,50);
}

.kruimelpad a:hover {
	color					: rgb(0,148,170);
}





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

.tekst_a {
	color					: rgb(0,148,170);
}

.tekst_b {
	color					: rgb(232,68,40);
}

.tekst_c {
	color					: rgb(168,214,221);
}

.tekst_d {
	color					: rgb(239,189,177);
}

.tekst_e {
	color					: rgb(195,186,171);
}

.tekst_grijs {
	color					: rgb(230,228,222);
}

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

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

.bg_a {
	background-color		: rgb(0,148,170);
}

.bg_b {
	background-color		: rgb(232,68,40);
}

.bg_c {
	background-color		: rgb(168,214,221);
}

.bg_d {
	background-color		: rgb(239,189,177);
}

.bg_e {
	background-color		: rgb(195,186,171);
}

.bg_grijs {
	background-color		: rgb(230,228,222);
}

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

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


/*============== OVERIGE =================================================*/
.downloads {
	font-family				: 'open_sanslight','HelveticaNeue-Light','Helvetica','Arial','sans-serif';
	margin-bottom			: 30px;
	max-width				: 400px;
}

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

.downloads td {
	border					: 1px solid rgb(230,228,222);
}

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

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

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

H1 {
	font-family				: 'open_sanssemibold','HelveticaNeue-Light','Helvetica','Arial','sans-serif';
	font-size				: 2rem;
	margin					: 0;
}

.submenu-infoblok h2,
H2 {
	font-family				: 'open_sanssemibold','HelveticaNeue-Light','Helvetica','Arial','sans-serif';
	font-size				: 1.5rem;
	margin					: 0;
}

.submenu-infoblok h3,
H3 {
	font-family				: 'open_sanssemibold','HelveticaNeue-Light','Helvetica','Arial','sans-serif';
	font-size				: 1.25rem;
	margin					: 0;
}

H4,
H5 {
	font-family				: 'open_sanslight','HelveticaNeue-Light','Helvetica','Arial','sans-serif';
	font-size				: 1rem;
	margin					: 0;
}

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

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

strong,
b {
	font-family				: 'open_sanssemibold','HelveticaNeue-Light','Helvetica','Arial','sans-serif';
}

section img {
	max-width				: 100%;
	width: auto;
}

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

	-webkit-border-radius		: 15px;
	-moz-border-radius			: 15px;
	border-radius				: 15px;
	
	font-family				: 'open_sanslight','HelveticaNeue-Light','Helvetica','Arial','sans-serif';
	font-size				: 13px;
}

tr:hover {
	background-color		: rgba(195,186,171,0.25);
}

td {
	border					: 1px solid rgb(230,228,222);
}




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

.socialmedia {
	color					: rgb(50,50,50);
	font-family				: 'open_sanslight','HelveticaNeue-Light','Helvetica','Arial','sans-serif';
	font-size				: 12px;
	font-weight				: normal;
	padding-top				: 10px;
}

.socialmedia span:before{
	color					: rgb(0,148,170);
	font-size				: 20px;
	line-height				: 20px;
}



/*============== FOTO-ALBUMS ==============================================*/
section.fotos {
	padding-top				: 20px;
}

.fotos div {
	padding					: 0!important;
	flex-grow				: 0;
}


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

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

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

.visual {
	position				: relative;
}

.header-visual,
.header-visual-home
{
}

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

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



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

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

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

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

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

	margin							: 0 auto;
	top								: 100px;
    left							: -20px;

	padding							: 0px 20px;
}

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

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

.highlight_grijs
{
	background-color				: rgba(230,228,222,0.6);
}

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

.highlight_a
{
	background-color				: rgba(0,148,170,0.6);
}

.highlight_b
{
	background-color				: rgba(232,68,40,0.6);
}

.highlight_c
{
	background-color				: rgba(168,214,221,0.6);
}

.highlight_d
{
	background-color				: rgba(239,189,177,0.6);
}

.highlight_e
{
	background-color				: rgba(195,186,171,0.6);
}





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

.bg_grijs td {
	border					: 1px solid rgb(255,255,255);
}

.bg_grijs .downloads td,
.bg_zwart .downloads td,
.bg_d .downloads td {
	border					: 1px solid rgb(255,255,255);
}

.bg_wit .downloads td,
.bg_grijs .downloads td,
.bg_c .downloads td {
	border					: 1px solid rgb(195,186,171);
}

.bg_wit .downloads *,
.bg_grijs .downloads *,
.bg_c .downloads * {
	color					: rgb(50,50,50);
}


.homepage-blok-container .bg_wit .homepage-blok-content a:hover *,
.homepage-blok-container .bg_grijs .homepage-blok-content a:hover *,
.homepage-blok-container .bg_zwart .homepage-blok-content a:hover *,
.homepage-blok-container .bg_c .homepage-blok-content a:hover *,
.homepage-blok-container .bg_d .homepage-blok-content a:hover *,
.homepage-blok-container .bg_e .homepage-blok-content a:hover *
{
	color							: rgb(255,255,255);
}

.homepage-blok-container .bg_a .homepage-blok-content a:hover *,
.homepage-blok-container .bg_b .homepage-blok-content a:hover *
{
	color							: rgb(0,148,170);
}

.homepage-blok-container .bg_e .homepage-blok-button-container .button:hover {
	background-color				: rgb(232,68,40);
}
/*============== 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],
textarea,
input[type=submit],
button,
input[type=button]
 {
	-webkit-appearance				: none;
	-moz-appearance					: none;
	appearance						: none;
	outline							: none;
}

input[type=text],
input[type=number],
input[type=email],
input[type=tel],
input[type=url],
input[type=file],
input[type=password],
textarea,
select {
	height							: 40px;
	margin-bottom					: 10px;
	outline							: none;
	padding-left					: 10px;
	padding-right					: 10px;
}

textarea,
input[type=file] {
	padding-top						: 10px;
}

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

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

input[type=submit],
button,
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 {
	
}

.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 {
	width							: auto;
	margin-left						: 15px;
}

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

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

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

fieldset {
	
}

.button,
button,
input[type=button],
input[type=submit] {
	padding					: 5px 12px;
	background-color		: rgb(232,68,40);
	
	border					: none;

	color					: rgb(255,255,255);
	font-family				: 'open_sanslight','HelveticaNeue-Light','Helvetica','Arial','sans-serif';
	font-size				: 18px;
}

.button:hover,
button:hover,
input[type=button]:hover,
input[type=submit]:hover {
	background-color		: rgb(0,148,170);
}

input[type=text],
input[type=password],
input[type=number],
input[type=email],
input[type=tel],
input[type=url],
input[type=file],
input[type=password],
textarea,
select {
	height							: 40px;
	background-color				: rgba(230,228,222, 0.5);
	border							: 1px solid rgba(195,186,171,0.3);
	color							: rgb(50,50,50);
	font-size						: 14px;
	line-height						: 20px;
}

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(230,228,222);
}

textarea {
	height							: 120px;
}

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

.inputregel_eenheid {
	font-size						: 15px;
	line-height						: 40px;
}

.inputregel_label {
	font-size						: 15px;
	line-height						: 40px;
	max-width						: 200px;
}





/*============== 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(0,148,170);

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

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

	line-height						: 40px;
}

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

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

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

.icon-input-verplicht {
	color							: rgb(232,68,40);
}



/**/

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

option[value=""] {
	color:rgb(230,228,222);
}

option:hover {
	background:rgb(255,255,255);
	color:rgb(0,148,170);
}

option:focus {
	background:rgb(255,255,255);
	color:rgb(0,148,170);
}



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

@media (min-width: 1200px) {

}

@media (max-width: 900px) {

}

@media (max-width: 600px) {

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

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

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

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

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



/* ================================= */


.padding_0	{ padding		: 0!important; }
.margin_0	{ margin			: 0!important; }

hr {
	border-style				: none;
	width					: 100%;
	border-bottom			: 4px dotted rgb(230,228,222);
}

hr.hr-wit-dun {
	border-bottom			: 2px dotted rgb(255,255,255);
}

.notificatie {
	background-color			: rgb(0,148,170);
	color					: rgb(255,255,255);
    padding					: 20px;
}

.notificatie h2 {
	color					: rgb(255,255,255) !important;
}

.teamlid-pasfoto img {
	width					: 100% !important;
}


p a {
	color					: rgb(232,68,40);
}

.bg_b p a {
	color					: rgb(255,255,255);
}

.teamlid-tekst p a {
	color					: rgb(50,50,50);
}

/* === MIJN GEGEVENS ==================== */


table.mijn-gegevens {
	border						: 0px;
	width						: 100%;
}

table.mijn-gegevens th {
	text-align					: left;
}

table.mijn-gegevens img {
	max-width					: 150px;
	margin						: 0px;
}

.button.mijngegevens-verwijderknop {
	display						: none;
}

.button.inverted {
	background-color			: rgb(0,148,170);
}

.button.inverted:hover {
	background-color			: rgb(232,68,40);
}










/* === ACTIVITEIT ==================== */
.wie-komen-er {
	background-color			: rgb(230,228,222);
	padding						: 20px;
}

.wie-komen-er a:hover {
	color						: rgb(232,68,40);
}

.contactpersonen span,
.medewerkers span {
	display						: block;
}

.contactpersonen span input,
.medewerkers span input {
	margin-right				: 10px;
}

.aanmeld-formulier-toggle {
	display						: block;
}

.contactpersonen,
.medewerkers,
.aanmeld-formulier-toggle {
	margin						: 10px 0px;
	line-height					: 28px;
}

.aanmeld-formulier-toggle:hover,
.contactpersonen a:hover,
.medewerkers a:hover {
	color						: rgb(0,148,170);
}

.aanmeldformulier {
	margin						: 40px 0px;
	padding						: 20px;
	background-color			: rgb(168,214,221);
}

.aanmeld-form form {
	margin					: 0;
	padding					: 0;
	width					: 100%;
	display					: block;
}

.aanmeld-form .inputregel {
	margin-bottom			: 0.6rem;
}

.aanmeld-form .inputregel_input {
	-webkit-box-flex		: 1 0 auto;
	-moz-box-flex			: 1 0 auto;
	-ms-flex				: 1 0 auto;
	-webkit-flex			: 1 0 auto;
	flex					: 1 0 auto;
}

.aanmeld-form .icon-input-ok,
.aanmeld-form .icon-input-nok,
.aanmeld-form .icon-input-verplicht {
	font-size				: 0.5rem;
	line-height				: 5;
}

.aanmeld-form textarea {
	min-height				: 150px;
}

.aanmeld-form input[type=text],
.aanmeld-form textarea,
.aanmeld-form select,
.aanmeld-form input[type=password] {
	min-width				: 270px;
	height					: auto;
	padding					: 0.5rem 1.25rem;
	margin					: 0;
	
	font-family				: 'open_sanslight','HelveticaNeue-Light','Helvetica','Arial','sans-serif';
	font-size				: 0.9rem;
	line-height				: 1.2;
	
	border					: 2px solid rgb(0,148,170);
	color					: rgb(50,50,50);
	background-color		: rgb(255,255,255);
}

.aanmeld-form input[type=text]::placeholder,
.aanmeld-form input[type=password]::placeholder {
	color					: rgb(195,186,171);
}

.aanmeld-form input[type=submit],
.aanmeld-form .button {
	background-color		: rgb(232,68,40);
	border					: 2px solid rgb(232,68,40);
}

.aanmeld-form input[type=submit]:hover,
.aanmeld-form .button:hover {
	background-color		: rgb(0,148,170);
	border					: 2px solid rgb(0,148,170);
}

.aanmeld-form .button.inverted {
	background-color		: rgb(0,148,170);
	border					: 2px solid rgb(0,148,170);
}

.aanmeld-form .button:hover.inverted {
	background-color		: rgb(232,68,40);
	border					: 2px solid rgb(232,68,40);
}





/* === WIDGETS =========================== */

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

.site-submenu .widget-ingelogdals ul {
	background					: none;
	text-align					: left;
	padding						: 0px;
}

.site-submenu .widget-ingelogdals li a {
	font-weight					: bold;
}

.site-submenu .widget-ingelogdals {
	background-color			: rgb(230,228,222);
	text-align					: left;
	margin-bottom				: 20px;
}

.site-submenu .widget-ingelogdals h2 {
	color						: rgb(195,186,171) !important;
}

.site-submenu .widget-ingelogdals .button-inloggen {
	text-align					: center;

	color						: rgb(255,255,255);
	background-color			: rgb(195,186,171);
	border						: 2px solid rgb(195,186,171);
}

.site-submenu .widget-ingelogdals .button-inloggen:hover {
	color						: rgb(255,255,255);
	background-color			: rgb(0,148,170);
	border						: 2px solid rgb(0,148,170);
}




.site-submenu .widget-nieuweleden ul {
	background					: none;
	text-align					: left;
	padding						: 0px;
}

.site-submenu .widget-nieuweleden li a {
	font-weight					: bold;
}

.site-submenu .widget-nieuweleden {
	background-color			: rgb(239,189,177);
	text-align					: left;
	margin-bottom				: 20px;
}

.site-submenu .widget-nieuweleden h2 {
	color						: rgb(232,68,40) !important;
}

.submenu hr.hr-wit-dun:last-child {
	border-style				: none;
}















/* === MEDIA OVERZICHT =========================== */

.lid-media-overzicht img {
	width					: auto !important;
	max-width				:	250px;
}

.lid-media-overzicht div {
	margin-left				: 0 !important;
	margin-right			: 0 !important;
	padding					: 0 !important;
}

.activiteit-afbeelding-right,
.activiteit-afbeelding-left {
	max-width				: 250px;
}

.activiteit-afbeelding-right a,
.activiteit-afbeelding-left a {
	word-break				: break-all;
	word-wrap				: break-word;
}

.activiteit-afbeelding-right {
	float					: right;
	margin-left				: 15px;
}

.activiteit-afbeelding-left {
	float					: left;
	margin-right			: 15px;
}

.uitlijning-boven img {
	width: 100%;
}




table.clickable-rows tr
{
	cursor					: pointer;
}






.icon-welcome {
    background-image		: url(https://www.vlissingsebedrijvenclub.nl/resources/img/welcome-01.svg);
    background-repeat		: no-repeat;
    background-size			: 75%;;
    background-position		: center center;
}

.icon-activities {
    background-image: url(https://www.vlissingsebedrijvenclub.nl/resources/img/activities-03.svg);
    background-repeat		: no-repeat;
    background-size			: 75%;;
    background-position		: center center;
}

.icon-target {
    background-image: url(https://www.vlissingsebedrijvenclub.nl/resources/img/target-02.svg);
    background-repeat		: no-repeat;
    background-size			: 75%;;
    background-position		: center center;
}
@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;
	}
	
	.mobilenietzichtbaar {
		display						: none!important;
		-webkit-transition			: all 0.5s ease-in;
		transition					: all 0.5s ease-in;
	}

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

}



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

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

		margin						: auto;
		width						: 100%;
	}

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

		margin-left					: 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						: 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 (min-width:1000px) {
    .hoofdnav ul {
        padding: 0 20px 0 100px;
    }
}


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

	.logo {
		position				: relative;
		height					: 70px;
		width					: auto;
	}
	.inlogdiv {
		top							: 40px;
	}
		
	.header-visual-home,
	.header-visual {
		height						: 350px;
		-webkit-transition			: all 0.5s ease-in;
		transition					: all 0.5s ease-in;
	}
}


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


}


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

	.header-visual-home,
	.header-visual {
		height						: 200px;
		-webkit-transition			: all 0.5s ease-in;
		transition					: all 0.5s ease-in;
	}
	
	.footer-copyright {
		height						: auto;
		flex-direction				: column;
	}
	
	.dienst {
	    min-width					: 100%;
		flex						: 1 0 100%;
	}
}


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

}