* {
	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(14,31,69);
	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(14,31,69);
    -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(164,215,229);
	color					: rgb(0,0,0);
    background-color		: rgb(255,255,255);
}

.menu-infoblok:hover .button
{
	color					: rgb(255,255,255);
    background-color		: rgb(164,215,229);
}

.menu-infoblok:hover .menu-infoblok-icon
{
    color					: rgb(255,255,255);
    background-color		: rgb(164,215,229);
    border-color			: rgb(164,215,229);
}





/*============== 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-menus-en-submenus
{

}

.site-footer-tekst
{

}

.site-footer-eigensocialmedia
{

}

.site-footer-eigensocialmedia a
{
	padding							: 5px;
}

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

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

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

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

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

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




/*============== 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_flex_row_nowrap {
	display							: -webkit-box;		/* OLD - iOS 6-, Safari 3.1-6 */
	display							: -moz-box;			/* OLD - Firefox 19- (buggy but mostly works) */
	display							: -ms-flexbox;		/* TWEENER - IE 10 */
	display							: -webkit-flex;		/* NEW - Chrome */
	display							: flex;				/* NEW, Spec - Opera 12.1, Firefox 20+ */

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

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

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

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

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

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

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

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

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

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

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

.downloads {
	
}

.flex_nogrow,
.flex-nogrow {
	flex-grow						: 0;
}

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

.cursor-pointer {
	cursor							: pointer;
}

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,
.justify-flex-start {
	-webkit-justify-content			: flex-start !important;
	justify-content					: flex-start !important;
}

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

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

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

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

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

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


strong { font-weight				: bold; }


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

.toggle-element {
	display							: none;
}

.toggle-element-button {
	cursor							: pointer;
}


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(14,31,69);
  font-family				: 'barlowregular','HelveticaNeue-Light','Helvetica','Arial','sans-serif';
  background-color			: rgb(255,255,255);
}

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

p a {
	color					: rgb(225,48,35);
}

.bg_c p a {
	color					: rgb(242,249,251);
}

.italic {
    font-style              : italic;
}



/*============== SITE ====================================================*/
.site {

}

.site-submenu {
	min-width				: 280px;
	padding					: 0.6rem 0.3rem 0 0;
	margin-bottom			: 1rem;
}

.site-submenu ul {
	line-height				: 2.5;
}

.site-submenu li a {
	line-height				: 2.5;
	border-bottom			: 2px solid rgb(226,234,236);
}

.site-submenu li a {
	color					: rgb(14,31,69);
}

.site-submenu li a:hover,
.site-submenu li a.actief {
	font-weight				: bold;
	border-bottom			: 2px solid rgb(225,48,35);
}



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

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

.main-content {
	
}

.main-content section > div {

}

.volledigbreed {
	
}

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




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

.dienst
{
	position				: relative;
	flex					: 1 0 350px;
	min-width				: 350px;
	margin					: 10px;
	height					: auto;
	text-align				: center;
	border-radius			: 14px;
	padding					: 30px 30px 90px 30px;
	margin-bottom			: 20px;
	background-color		: rgb(164,215,229);
}

.dienst.fullhover
{
	cursor					: pointer;
}

div .dienst-icon
{
    display					: inline-block;
    width					: 70px;
    height					: 70px;
    -webkit-border-radius	: 50%;
    border-radius			: 50%;
    margin-bottom			: 20px;
    color					: rgb(225,48,35);
    background-color		: rgb(255,255,255);
    
}
    
div .dienst-icon:before
{
    font-size				: 2em;
    line-height				: 2.4;
}

.dienst h2
{
	color					: rgb(14,31,69);
}

.dienst .button
{
	position					: absolute;
	left						: 15%;
	right					: 15%;
	bottom					: 20px;
	color					: rgb(225,48,35);
    background-color			: rgb(255,255,255);
}

.dienst.fullhover:hover .button,
.dienst.fullhover:hover .dienst-icon
{
	color					: rgb(255,255,255);
    background-color			: rgb(14,31,69);
}

.dienst .button:hover
{
	color					: rgb(255,255,255);
    background-color			: rgb(14,31,69);
}




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

.site-footer-menus-en-submenus
{
	margin				: 0 5px;
}

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

.site-footer {
	margin-top				: 0;
}

.site-footer h2 {
	font-size				: 1.5rem;
}

.site-footer p,
.site-footer a {
	font-size				: 1rem;
}

.site-footer p a {
	color					: rgb(14,31,69);
	text-decoration			: underline;
}

.footer-copyright {
    display					: flex;
    
    -webkit-justify-content	: center;
    justify-content			: center;
    
	text-align				: center;
	line-height				: 2.5;
	font-size				: 0.9rem;
	
	color					: rgb(255,255,255);
	background-color			: rgb(14,31,69);
}

.footer-copyright a {
	font-size				: 0.9rem;
	color					: rgb(255,255,255);
}

.footer-copyright a:hover {
	color					: rgb(225,48,35);
}


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

.site-header {

}

.navsection {
	z-index					: 2;
    /*box-shadow				: 5px 5px 20px rgba(0,0,0,0.3);*/
	font-size				: 1rem;
}

.navdiv {
	position					: relative;
	
    display					: -webkit-box;
    display					: -moz-box;
    display					: -ms-flexbox;
    display					: -webkit-flex;
    display					: flex;
    
    -webkit-flex-wrap		: wrap;
    flex-wrap				: wrap;
    -webkit-flex-direction	: row;
    flex-direction			: row;
    -webkit-align-items		: center;
    align-items				: center;
    
    width					: 100%;
    max-width				: 1200px;
    
    margin					: auto;
}

.logo_gecentreerd {
	width					: 170px;
}

img.logo  {
	width					: 170px;
	height					: auto;
	margin					: 0;
	padding-left			: 20px;
}

.hoofdnav,
.bovenbalk {
	width					: auto;
	margin					: 0;
}

.bovenbalk {
	-webkit-flex			: 1 0 auto;
	-moz-box-flex			: 1 0 auto;
	-ms-flex				: 1 0 auto;
	-webkit-flex			: 1 0 auto;
	flex					: 1 0 auto;
	-webkit-flex-wrap		: nowrap;
	flex-wrap				: nowrap;
	padding					: 10px;
}

.hoofdnav {
	-webkit-flex-grow		: 15;
	flex-grow				: 15;
	-webkit-flex-wrap		: wrap;
	flex-wrap				: wrap;
}

.hoofdnav ul {
	display					: block;
	padding					: 0 0.5rem;
}

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

.hoofdnav li a {
	position				: relative;
	display					: block;
	line-height				: 3;
	padding					: 0 0.5rem;
	text-decoration			: none;
}

.hoofdnav li a.actief:before {
    position				: absolute;
	content					: "";
    display					: block;
    bottom					: 0;
    height					: 5px;
    background-color		: rgb(225,48,35);
    width					: calc(100% - 0.5rem);
}

.hoofdnav li a.actief,
.hoofdnav li a:hover  {
	color					: rgb(225,48,35);
}

.hoofdnav li li {
	padding					: 0.2rem 0;
	line-height				: 1.5;
    border-radius: 6px;
	background-color		: rgb(164,215,229);
}

.hoofdnav li li a {
	line-height				: 1.5;
}

.hoofdnav li li a.actief:before,
.hoofdnav li li a:hover:before {
	display					: none;
}


.mobile-nav h2 {
	margin: 10px!important;
}

.mobile-nav ul {
	font-size				: 1.25rem;
}

.mobile-nav li a:hover  {
	color					: rgb(14,31,69);
	background-color			: rgb(255,255,255);
}

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


/*============== INLOGGEN / AANMELDEN CONTAINER ========================================*/

.inlogdiv {
	display					: none;
	position				: absolute;
	z-index					: 1;
    right					: 20px;
    min-width				: 500px;
    margin					: 0;
    padding					: 20px;
    border-radius: 0 0 14px 14px;
    background-color		: rgba(255,255,255,0.95);
    overflow				: hidden;
}

.inlogdiv input[type=text],
.inlogdiv input[type=password],
.inlogdiv input[type=number],
.inlogdiv input[type=email] {
	border					: 1px solid rgb(14,31,69);
}

.bovenbalk .button,
.inlogdiv input[type=submit] {
	padding					: 6px 12px;
	background-color		: rgb(225,48,35);
	
	border					: none;
	-webkit-border-radius	: 30px;
	-moz-border-radius		: 30px;
	border-radius			: 30px;

	color					: rgb(255,255,255);
	font-family				: 'barlowregular','HelveticaNeue-Light','Helvetica','Arial','sans-serif';
	font-size				: 1.1rem;
}

.bovenbalk .button:hover {
	background-color			: rgb(14,31,69);
}





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

.bg_a .button,
.bg_zwart .button {
	color				: rgb(14,31,69);
	background-color	: rgb(255,255,255);
}

.bg_a .button:hover,
.bg_zwart .button:hover {
	color				: rgb(255,255,255);
	background-color	: rgb(225,48,35);
}

.bg_c .button:hover {
	color				: rgb(14,31,69);
	background-color	: rgb(255,255,255);
}

.text-link {
	color				: rgb(225,48,35);
	text-decoration		: underline;
	cursor				: pointer;
}


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

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

.border {
	-webkit-border-radius		: 0.9rem;
	-moz-border-radius			: 0.9rem;
	border-radius				: 0.9rem;
	
	border						: 1px solid rgba(14,31,69,0.5);
}



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

.tekst_a {
	color				: rgb(14,31,69);
}

.tekst_b {
	color				: rgb(164,215,229);
}

.tekst_c {
	color				: rgb(225,48,35);
}

.tekst_d {
	color				: rgb(242,249,251);
}

.tekst_e {
	color				: rgb(14,31,69);
}

.tekst_grijs {
	color				: rgb(226,234,236);
}

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

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

.bg_a {
	background-color		: rgb(14,31,69);
}

.bg_b {
	background-color		: rgb(164,215,229);
}

.bg_c {
	background-color		: rgb(225,48,35);
}

.bg_d {
	background-color		: rgb(242,249,251);
}

.bg_e {
	background-color		: rgb(14,31,69);
}

.bg_grijs {
	background-color		: rgb(226,234,236);
}

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

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




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

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

.bg_wit .downloads td,
.bg_grijs .downloads td,
.bg_zwart .downloads td
{
	border					: 1px solid rgb(225,48,35);
}

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

.bg_c .downloads *,
.bg_d .downloads *
{
	color					: rgb(14,31,69);
}

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

.bg_wit .homepage-blok-content a:hover *,
.bg_grijs .homepage-blok-content a:hover *,
.bg_zwart .homepage-blok-content a:hover *,
.bg_a .homepage-blok-content a:hover *,
.bg_c .homepage-blok-content a:hover *,
.bg_d .homepage-blok-content a:hover *,
.bg_e .homepage-blok-content a:hover *
{
	color							: rgb(164,215,229);
}

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

.bg_wit > .homepage-blok-button-container > div > .button,
.bg_grijs > .homepage-blok-button-container > div > .button,
.bg_b > .homepage-blok-button-container > div > .button,
.bg_c > .homepage-blok-button-container > div > .button,
.bg_d > .homepage-blok-button-container > div > .button
{
	color							: rgb(255,255,255);
	background-color				: rgb(14,31,69);
}

.bg_a > .homepage-blok-button-container > div > .button,
.bg_e > .homepage-blok-button-container > div > .button,
.bg_zwart > .homepage-blok-button-container > div > .button
{
	color							: rgb(14,31,69);
	background-color				: rgb(255,255,255);
}

.bg_wit > .homepage-blok-button-container > div > .button:hover,
.bg_grijs > .homepage-blok-button-container > div > .button:hover,
.bg_zwart > .homepage-blok-button-container > div > .button:hover,
.bg_a > .homepage-blok-button-container > div > .button:hover,
.bg_b > .homepage-blok-button-container > div > .button:hover,
.bg_d > .homepage-blok-button-container > div > .button:hover,
.bg_e > .homepage-blok-button-container > div > .button:hover
{
	color							: rgb(255,255,255);
	background-color				: rgb(225,48,35);
}

.bg_c > .homepage-blok-button-container > div > .button:hover
{
	color							: rgb(14,31,69);
	background-color				: rgb(255,255,255);
}

.tekst_body a,
.tekst_a a,
.tekst_b a,
.tekst_c a,
.tekst_d a,
.tekst_e a,
.tekst_grijs a,
.tekst_wit a,
.tekst_zwart a {
	color					: rgb(225,48,35);
}

.bg_b .tekst_d a,
.bg_c .tekst_d a {
	color					: rgb(14,31,69);
}

.nieuwsberichten a:not(.button),
.hoofdstukken a:not(.button),
.introductie a:not(.button) {
	color					: rgb(225,48,35);
}

.nieuwsberichten .bg_c a:not(.button),
.hoofdstukken .bg_c a:not(.button),
.introductie .bg_c a:not(.button) {
	color					: rgb(14,31,69);
}



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

.downloads {
	border					: 1px solid rgb(226,234,236);
	font-family				: 'barlowregular','HelveticaNeue-Light','Helvetica','Arial','sans-serif';
	margin-bottom			: 30px;
	max-width				: 400px;
}

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

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

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

H1 {
	font-family				: 'barlowlight','Arial','Helvetica','sans-serif';
	font-size				: 1.7em;
}

H2,
.hoofdstukken H1 {
	font-family				: 'barlowlight','Arial','Helvetica','sans-serif';
	font-size				: 1.7em;
}

H3 {
	font-family				: 'barlowlight','Arial','Helvetica','sans-serif';
	font-size				: 1.2em;
	text-transform			: uppercase;
}

H4 {
	font-family				: 'barlowregular','HelveticaNeue-Light','Helvetica','Arial','sans-serif';
	font-size				: 1em;
}

label {
	font-family				: 'barlowregular','HelveticaNeue-Light','Helvetica','Arial','sans-serif';
	font-size				: 0.9rem;
	line-height				: 1.25rem;
}

P, P P {
	font-size				: 1.15em;
	line-height				: 1.2;
}

section img {
	max-width				: 100%;
}

.site-content section * ul,
.site-content section * ol {
	background-color		: rgba(164,215,229,0.2);

	-webkit-border-radius		: 0.9rem;
	-moz-border-radius			: 0.9rem;
	border-radius				: 0.9rem;
	
	font-family				: 'barlowregular','HelveticaNeue-Light','Helvetica','Arial','sans-serif';
	font-size				: 0.9rem;
}

.site-content section .bg_wit ul,
.site-content section .bg_wit ol,
.site-content section .bg_body ul,
.site-content section .bg_body ol,
.site-content section .bg_grijs ul,
.site-content section .bg_grijs ol,
.site-content section .bg_d ul,
.site-content section .bg_d ol {
	background-color		: rgba(164,215,229,0.2);
}

tr:hover {
	background-color		: rgba(164,215,229,0.15);
}

td {
	border					: 1px solid rgb(226,234,236);
}

hr {
	margin					: 0.8rem 0;
	color					: rgb(14,31,69);
	border-style			: solid;
}

.actueel-item-tekst,
.archief-item-tekst {
	width					: 100%;
	height					: 100%;
}

.actueel-item-tekst h4,
.archief-item-tekst h4 {
	margin-bottom			: 5px;
}

.homepage-blok,
.actueel-item {
    border-radius: 14px;
    overflow: hidden;
}

.homepage-blok .actueel-item {
	text-align				: left;
	margin-bottom			: 0.6em;
	border-bottom			: 1px solid rgba(255,255,255,0.5);
}

.homepage-blok .actueel-item:last-child, .homepage-blok.bg_wit .actueel-item:last-child {
    border-bottom			: none;
}

.homepage-blok .actueel-item-afbeelding {
    width					: 150px;
    margin-right			: 0.6em;
    min-width				: 10%;
}

.homepage-blok-button-container .button:hover {
	background-color		: transparent;
}

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

.socialmedia {
	color					: rgb(0,0,0);
	font-family				: 'barlowregular','HelveticaNeue-Light','Helvetica','Arial','sans-serif';
	font-size				: 0.9rem;
	font-weight				: normal;
	line-height				: 1.25rem;
	margin-bottom			: 20px;
}

.socialmedia span:before {
	color					: rgb(14,31,69);
	font-size				: 1.1rem;
	line-height				: 1.1rem;
}

.eigen-social-media {
	line-height				: 2.5;
	font-size				: 0.9rem;
}

.eigen-social-media a {
	width					: 2rem;
	text-align				: center;
}

.eigen-social-media span:before {
	color					: rgb(255,255,255);
}





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

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

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

.visual {
	position					: relative;
}

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

}

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

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

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



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

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

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

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

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

	margin						: 0 auto;


	padding						: 0px 20px;
}

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

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

.highlight_grijs
{
	background-color				: rgba(226,234,236,0.6);
}

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

.highlight_a
{
	background-color				: rgba(14,31,69,0.6);
}

.highlight_b
{
	background-color				: rgba(164,215,229,0.6);
}

.highlight_c
{
	background-color				: rgba(225,48,35,0.6);
}

.highlight_d
{
	background-color				: rgba(242,249,251,0.6);
}

.highlight_e
{
	background-color				: rgba(14,31,69,0.6);
}/*============== 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							: 50px;
	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;
}







/*============== SOCIAL MEDIA EMAIL FORM =============================*/

	.socialmedia-emailform-melding,
	.socialmedia-emailform-container {
		position					: relative;
		margin						: 0 auto;
		max-width					: 500px;
	}
	.socialmedia-emailform-melding {
		margin						: 20px auto;
	}







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

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

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

	.socialmedia-emailform-melding,
	.socialmedia-emailform-container {
		max-width					: 320px;
	}
}/*============== STANDAARD FORM ==========================================*/

form {
	
}

form > div {
	overflow: visible;
}

form > div > fieldset > div > div {
	
}

form > div.collapsable > div, form > div.collapsable > fieldset > div {
	width: initial !important;
	float: none !important;
}

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					: 8px 20px;
	background-color		: rgb(14,31,69);
	
	border					: none;
	-webkit-border-radius	: 30px;
	-moz-border-radius		: 30px;
	border-radius			: 30px;

	color					: rgb(255,255,255);
	font-family				: 'barlowsemibold','Arial','Helvetica','sans-serif';
	font-size				: 1.25rem;
}

.zoekform input[type=submit] {
	background-color		: rgb(14,31,69);
}

.zoekform input[type=submit]:hover {
	color					: rgb(14,31,69);
	background-color		: rgb(164,215,229);
}

.button:hover,
button:hover,
input[type=button]:hover,
input[type=submit]:hover {
	background-color		: rgb(225,48,35);
}

input[type=radio],
input[type=checkbox] {
	margin			: 5px;
}

input[type=checkbox] {
	width			: 15px;
	height			: 15px;
}

input[type=text],
input[type=password],
input[type=number],
input[type=email],
input[type=tel],
input[type=url],
input[type=file],
textarea,
select {
	background-color			: rgb(242,249,251);
	color						: rgb(0,0,0);
	
	border						: none;
	-webkit-border-radius		: 3px;
	-moz-border-radius			: 3px;
	border-radius				: 3px;
	
	font-size					: 15px;
	line-height					: 1;
	
	height						: auto;
	padding						: 10px;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
	color						: rgba(0,0,0,0.6);
	background-color			: rgb(226,234,236);
}

select {
	height			: 40px;
}

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

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

.inputregel_label {
	font-size					: 15px;
	line-height					: 30px;
	max-width					: 150px;
}

/* Change white to any color */
input:-webkit-autofill {
    -webkit-box-shadow			: 0 0 0 35px rgb(226,234,236) inset;
}



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

.foutmeldingen {
	
}

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

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

.formulier_melding
{
	background-color				: rgb(14,31,69);

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

	font-family						: 'barlowregular','HelveticaNeue-Light','Helvetica','Arial','sans-serif';
	line-height						: 2;
}

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

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

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

.icon-input-verplicht {
	color							: rgb(14,31,69);
}



/**/

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

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

option:hover {
	background:rgb(255,255,255);
	color:rgb(164,215,229);
}

option:focus {
	background:rgb(255,255,255);
	color:rgb(14,31,69);
}




/*============== SOCIAL MEDIA EMAIL FORM =============================*/

.socialmedia-emailform input,
.socialmedia-emailform textarea {
	border: 1px solid rgb(14,31,69);
}

.socialmedia-emailform textarea {
	height: 200px;
}

.socialmedia-emailform-melding {
	background-color: rgba(14,31,69, 0.1);
}







/*============== 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: 400px) {

    .button,
    button,
    input[type=button],
    input[type=submit] {
        	padding					: 8px 15px;
        	font-size				: 1.2rem;
    }


}/* ============== WYSIWYG CONTENT CONTAINER =================== */

.wysiwyg-container {
    word-break				: break-word;
}

.wysiwyg-container a{
	color					: rgb(14,31,69);
	text-decoration			: underline;
	cursor					: pointer;
}



.mce-preview-object,
.mce-object-iframe,
.mce-object-iframe iframe,
.wysiwyg-container iframe {
	display					: block !important;
	width					: 100% !important;
	border					: none;
}

/* ==================== EXTRA CSS CLASSES  ==================== */

/* BG KLEUR VOLLEDIG BREED, GEBRUIKEN IN COMBINATIE MET BG_KLEUR IN BEHEER === */
.main-content section.testimonial {
	max-width				: 100%;
	width					: 100%;
}

/* CONTENT GEMAXIMALISEERD */
.main-content section.testimonial > div:first-of-type {
	max-width				: 1200px;
	width					: 100%;
	margin					: auto!important;
}

.testimonial {
	margin					: 0;
	text-align				: center;
}

.testimonial h2 {
	font-size				: 2.5rem;
	text-transform			: none;
}

.testimonial span.homepage-blok-subtitel  {
	font-size				: 1.25rem;
	font-style				: italic;
	color					: rgb(164,215,229);
}


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

/* snelle fix voor eigen submenus toevoegen aan site content */
/* op dat punt is sitecontent al overschreven door de main en wordt de class */
/* content-met-submenu niet meer toegevoegd aan de site-content zelf maar aan */
/* de main, dus vandaar hier even extra de bijbehorende css zetten */
.site-content main.main-content.content-met-submenu
{
    max-width: 1200px;
    width: 100%;
    margin: auto;
}

.site-uitklap {
	box-shadow				: 0 0 5px 5px rgba(0,0,0,0.25);
}
	
.site-footer {
	background-color			: rgb(225,48,35);
}

.site-footer-content {
	max-width				: 1200px;
	margin					: auto;
}

#cookiewarning input[type=button] {
	padding					: 8px 12px;
	font-size				: 1rem;
}

.nieuwsberichten,
.hoofdstukken,
.introductie {
}

.hoofdstukken div,
.hoofdstuk {
    border-radius: 14px;
}

.nieuwsimg {
	width					: 100%;
	height					: 200px;
	background-position		: center;
	background-size			: cover;
}

.uitlijning-links img,
.uitlijning-rechts img,
.uitlijning-boven img,
.uitlijning-onder img {
    border-radius: 14px;
}

/* ==================== */
/*  		  ZOEKEN	        */
/* ==================== */

.header-visual .zoekcontainer {
	max-width				: 1000px;
	width					: 85%;
}

.zoekcontainer {
	margin					: auto;

	display					: flex;

	-webkit-justify-content	: center;
	justify-content			: center;
	
	background-color		: rgb(225,48,35);
}

.header-visual .zoekcontainer,
.zoekcontainer div.standaard-padding {
    border-radius: 14px;
}

.zoekform {
	display					: flex;
	-webkit-flex-wrap		: wrap;
	flex-wrap				: wrap;
	-webkit-flex-direction	: row;
	flex-direction			: row;
	-webkit-align-items		: flex-end;
	align-items				: flex-end;
		
	padding					: 0;
}

.zoekform label {
	color					: rgb(255,255,255);
}

.zoekform select {
	color					: rgb(14,31,69);
}

.zoekform div {
	margin-right				: 3px;
}

.zoekform-zoeknaar-knop {
	display					: none;
}

.zoekform-zoeknaar-knop a {
	font-size				: 1.3em;
}

.zoekform label,
.zoekform input[type=text],
.zoekform select
{
	font-size				: 1.1rem;
}

.zoekform label {
	width					: 100%;
	text-align				: left;
	padding					: 0;
}

.zoekform input[type=text],
.zoekform select,
.zoekform input[type=submit]
{
	height					: 45px;
	margin					: 0;
}

.zoekform input[type=text],
.zoekform select
{
	background-color			: rgb(255,255,255);
}



/*============== DIENSTEN ================================================*/
.diensten .dienst.dienst-met-afbeelding {
    padding: 0px;
}

.diensten .dienst img {
    border-radius: 14px 14px 0px 0px;
    margin: 0px;
    padding: 0px;
}

.diensten .dienst .dienst-content-container {
    height: 100%;
    display: block;
}
.diensten .dienst .dienst-title-text-container {
    padding: 30px 30px 90px 30px;
}


/* ==== PLACEHOLDER TEKST IN GRIJS ==== */

.zoekform input[type=text]::-webkit-input-placeholder, 		/* Chrome/Opera/Safari Older versions */
.zoekform input[type=text]::placeholder 						/* Chrome/Opera/Safari Modern versions */
{
	padding-left		: 20px;
	color			: rgb(14,31,69);
}
.zoekform input[type=text]:-moz-placeholder,  				/* Firefox 18- */
.zoekform input[type=text]::-moz-placeholder 				/* Firefox 19+ */
{
	color			: rgb(14,31,69);
}
.zoekform input[type=text]:-ms-input-placeholder,				/* IE 11 */
.zoekform input[type=text]::-ms-input-placeholder 			/* Edge */
{
	color			: rgb(14,31,69);
}


/* ==== PAGINERING ==== */

.pagination-ellipse,
.criteria-pagination {
	font-family				: 'barlowregular','HelveticaNeue-Light','Helvetica','Arial','sans-serif';
	color					: rgb(14,31,69);
	background-color			: transparent;
	font-weight				: bold;
}

.pagination-ellipse {
	font-size				: 20px;
}

.button.criteria-pagination:hover {
	background-color		: rgb(226,234,236);
}

.button.criteria-pagination.actief {
	color					: rgb(255,255,255);
	background-color			: rgb(14,31,69);
}

.overzicht-kopregel-container {
	flex						: 1 0 auto;
}

.paginering-container {
	flex						: 1 0 auto;
}

.overzicht-kopregel-div {
	width					: 100%;
}

.aantal-gevonden-resultaten {
	width					: 33%;
}

.aantal-gevonden-resultaten span {
	display					: block;
	line-height				: 1.25rem;
	margin					: 10px 0px;
	text-align				: center;
}

.aantal-gevonden-resultaten.mobilewelzichtbaar {
	justify-content			: flex-end;
	width					: 100%;
}

.aantal-gevonden-resultaten.zonder-paginering {
	justify-content			: flex-start;
	width					: 50%;
}

.aantal-gevonden-resultaten.zonder-paginering span {
	text-align				: left;
}

.results-per-pagina {
	display					: flex;
	justify-content			: flex-end;
	width					: 33%;
}

.results-per-pagina.zonder-paginering {
	width					: 50%;
}

.results-per-pagina select {
	max-width				: 100px;
}

.results-per-pagina label {
	padding-right			: 10px;
}

.criteria-pagination-amount-per-page {
	color					: rgb(14,31,69);
}


/* ============================ */
/*  VACATURE + VRIJWILLIGERSWERK OVERZICHT  */
/* ============================ */

.vrijwilligerswerk,
.vrijwilligerswerk-uitgelicht,
.vacature,
.vacature-uitgelicht
{
	font-size			: 1.1rem;
	line-height			: 1.1;
}

.vrijwilligerswerk H3,
.vrijwilligerswerk-uitgelicht H3,
.vacature H3,
.vacature-uitgelicht H3
{
	font-family			: 'barlowregular','HelveticaNeue-Light','Helvetica','Arial','sans-serif';
	color				: rgb(14,31,69);
	
	font-size			: 1.5rem;
	font-weight			: bold;
	
	text-transform		: initial;
	word-break			: break-word;
}

.vrijwilligerswerken-container,
.vacatures-container {
	padding				: 10px;
	background-color	: rgb(255,255,255);
}

.vrijwilligerswerk-container,
.vacature-container {
	border				: 2px solid rgb(225,48,35);
	margin-bottom		: 10px;
}

.vrijwilligerswerk-container {
	margin-bottom		: 10px;
}

.vrijwilligerswerken-container,
.vrijwilligerswerk-container,
.vacatures-container,
.vacature-container,
.vacature-detail-container {
    border-radius: 14px;
}

.bedrijf-image,
.vrijwilligerswerk-image,
.vacature-image {
	display				: flex;
	max-width			: 160px;
    border-radius: 14px;
	text-align			: center;
}
.bedrijf-image {
	padding-right		: 20px;
}

.vrijwilligerswerk-image,
.vacature-image {
	padding-left			: 20px;
}

.bedrijf-image img,
.vrijwilligerswerk-image img,
.vacature-image img {
	width				: auto;
	max-width			: 120px;
	height				: auto;
	max-height			: 150px;
}

.vrijwilligerswerk-uitgelicht,
.vacatures-uitgelicht {
	padding				: 22px 8px;
	margin-bottom		: 10px;
}

.vrijwilligerswerk-uitgelicht .vrijwilligerswerk-container-uitgelicht,
.uitgelicht-home .vacature-container-uitgelicht {
	background-color		: rgb(255,255,255);
	border					: 3px solid rgb(225,48,35);
    border-radius: 14px;
}

.vacatures-uitgelicht {
	background-color		: rgb(14,31,69);
}

.vacatures-uitgelicht .vacature-container-uitgelicht {
	background-color		: rgb(255,255,255);
}

.vrijwilligerswerk-zoekresultaten .vrijwilligerswerk-container-uitgelicht,
.vacatures-zoekresultaten .vacature-container-uitgelicht {
	box-shadow: inset 0 0 0 12px rgb(225,48,35);
}

.vrijwilligerswerk-uitgelicht-image,
.vacature-uitgelicht-image {
	text-align			: center;
}

.vrijwilligerswerk-uitgelicht-image img,
.vacature-uitgelicht-image img {
	width				: auto;
	height				: auto;
	max-height			: 250px;
}

.uitgelicht-home {
	flex-wrap			: wrap;
}

.dienstverband-eisen {
	position			: relative;
	top					: 10px;
}

.mapping {
    border-radius: 14px;
}

/* =====  VACATURE + VRIJWILLIGERSWERK FILTERS  ===== */

.zoekcriteria-kolom {
	max-width			: 275px;
}

.zoekcriteria-groep .collapsable-header-text {
	font-weight			: bold;
}

.collapsable-header {
	font-size			: 1.125rem;
	color				: rgb(14,31,69);
}

.collapsable-body label {
	font-size			: 1.125rem;
	line-height			: 1.5;
}

.zoekcriteria-subgroep-toonminder,
.zoekcriteria-subgroep-toonmeer {
	margin-left			: 28px;
	font-size			: 1rem;
	line-height			: 1.25;
	text-decoration		: underline;
	color				: rgb(225,48,35);
}

.vrijwilligerswerk-actieve-filter-container,
.vacatures-actieve-filter-container {
	padding				: 10px 0 20px 0;
}

.vrijwilligerswerk-actieve-filter,
.vacature-actieve-filter {
	display				: inline-block;
	margin				: 0.15rem;
	padding				: 0.3rem 0.6rem;
	cursor				: pointer;
	color				: rgb(14,31,69);
}

[class^="icon-"]:after,
[class*=" icon-"]:after
{
  font-family				: "zz-viazorg" !important;
  font-style					: normal !important;
  font-weight				: normal !important;
  font-variant				: normal !important;
  text-transform				: none !important;
  speak						: none;
  line-height				: 1;
  -webkit-font-smoothing		: antialiased;
  -moz-osx-font-smoothing	: grayscale;
}

.vrijwilligerswerk-actieve-filter.icon-sluiten:before,
.vacature-actieve-filter.icon-sluiten:before {
	display					: none;
}

.vrijwilligerswerk-actieve-filter.icon-sluiten:after,
.vacature-actieve-filter.icon-sluiten:after {
	content					: "\74";
	vertical-align			: middle;
	padding-left				: 0.3rem;
	color					: rgb(225,48,35);
}


/* ====================================== */
/*    VACATURE + VRIJWILLIGERSWERK + BEDRIJF DETAIL   */
/* ====================================== */

.bedrijf-aanbod-overzicht a
{
	border-bottom			: 1px solid rgb(225,48,35);
}

.bedrijf-aanbod-overzicht-header
{
	border-bottom			: 2px solid rgb(14,31,69);
}

.bedrijf-aanbod-overzicht a:hover
{
	background-color		: rgba(164,215,229, 0.2);
}

.bedrijf-detail-kolom,
.vacature-detail-kolom,
.vrijwilligerswerk-detail-kolom,
.vacature-omschrijving-kort,
.vrijwilligerswerk-omschrijving-kort {
	word-break				: break-word;
	word-wrap				: break-word;
}

.internet-explorer-trident .bedrijf-detail-kolom,
.internet-explorer-trident .vacature-detail-kolom,
.internet-explorer-trident .vrijwilligerswerk-detail-kolom,
.internet-explorer-trident .vacature-omschrijving-kort,
.internet-explorer-trident .vrijwilligerswerk-omschrijving-kort,
.internet-explorer-edge .bedrijf-detail-kolom,
.internet-explorer-edge .vacature-detail-kolom,
.internet-explorer-edge .vrijwilligerswerk-detail-kolom,
.internet-explorer-edge .vacature-omschrijving-kort,
.internet-explorer-edge .vrijwilligerswerk-omschrijving-kort {
	word-break				: break-all;
	word-wrap				: break-word;
}

/* IE11 FIX, if flex-direction: column, then we need flex-basis auto! */
.internet-explorer-trident .flex_1,
.internet-explorer-trident .flex_2,
.internet-explorer-trident .flex_3,
.internet-explorer-trident .flex_4 {
	flex-basis						: auto;
}

.internet-explorer-trident .display_flex_row_nowrap .flex_1,
.internet-explorer-trident .display_flex_row_nowrap .flex_2,
.internet-explorer-trident .display_flex_row_nowrap .flex_3,
.internet-explorer-trident .display_flex_row_nowrap .flex_4 {
	flex-basis						: 100%;
}

.vrijwilligerswerk-detail-kolom,
.vrijwilligerswerk-detail-kolom b,
.vrijwilligerswerk-detail-kolom p,
.vacature-detail-kolom,
.vacature-detail-kolom b,
.vacature-detail-kolom p,
.bedrijf-detail-kolom,
.bedrijf-detail-kolom b,
.bedrijf-detail-kolom p
{
    font-size				: 1.1rem;
    line-height				: 1.3;
}

/*
.vrijwilligerswerk-detail-kolom,
.vacature-detail-kolom,
.bedrijf-detail-kolom {
	margin					: 10px 5px 1% 0;
}
*/
.vrijwilligerswerk-detail-kolom h3,
.vacature-detail-kolom h3,
.bedrijf-detail-kolom h3 {
	font-family				: 'barlowregular','HelveticaNeue-Light','Helvetica','Arial','sans-serif';
    font-size				: 1.25rem;
    font-weight				: bold;
    text-transform			: initial;
    color					: rgb(14,31,69);
}


.vrijwilligerswerk-detail-kenmerken,
.vrijwilligerswerk-detail-criteria,
.vrijwilligerswerk-detail-contactgegevens,
.vacature-detail-kenmerken,
.vacature-detail-criteria,
.vacature-detail-contactgegevens,
.bedrijf-detail-contactgegevens,
.bedrijf-detail-info
{
	border					: 2px solid rgb(225,48,35);
    border-radius: 14px;
	margin-bottom			: 10px;
}

.bedrijf-detail-info {
	align-content			: center;
	justify-content			: center;
	background-color			: rgb(255,255,255);
}

.bedrijf-detail-info img {
	padding: 20px;
	margin: 0;
}

.vrijwilligerswerk-detail-info,
.vacature-detail-info {
	-webkit-align-items		: flex-start;
	align-items				: flex-start;
	-webkit-justify-content	: space-between;
	justify-content			: space-between;
}

.vrijwilligerswerk-detail-image,
.vacature-detail-image {
	padding					: 0 10px 10px 0;
}

.vrijwilligerswerk-detail-image img,
.vacature-detail-image img {
	width					: auto;
	max-width				: 350px;
	height					: auto;
	max-height				: 250px;
}


/* ==================== */
/*    PARTNER SLIDER    */
/* ==================== */

.partner-preload-container {
	display					: none;
}

.sponsor-container,
.partner-container {
	width					: 100%;
	padding					: 10px 0;
	background-color			: rgb(255,255,255);
}

.sponsor-element,
.partner-element {
	margin					: 0px 5px;
}

.sponsor-container .sponsor-element,
.partner-container .partner-element {
	height					: 70px;
	width					: 150px;

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

.sponsor-container .sponsor-element .sponsor-img-logo,
.partner-container .partner-element .partner-img-logo {
	max-width				: 150px;
}







/* ==================== */
/*   BEDRIJVEN OVERZICHT*/
/* ==================== */
.navigation-container {

}

.navigation-container-fixed {
	position				: fixed;
	top						: 0px;
	right					: 0px;
	left					: 0px;

	margin					: 0 auto;
	box-shadow				: 0 0 5px 5px rgba(14,31,69, 0.5);
}

.navigation-container-fixed span {
	border-top				: none;
}

.navigation-container span {

	border					: 1px solid rgb(226,234,236);
	border-left				: none;

	min-width				: 40px;
	height					: 40px;
	font-size				: 1.4em;
	text-align				: center;

	display					: inline-block;
	line-height				: 40px;

	cursor					: pointer;

	-webkit-flex-grow		: 1;
	flex-grow				: 1;
}

.navigation-container span:hover,
.navigation-container span.active {
	background				: rgb(14,31,69);
	color					: rgb(255,255,255);
}

.navigation-container span:first-child {
	border					: 1px solid rgb(226,234,236);
}

.group-container,
.bedrijf-detail-container {
    border-radius: 14px;
}

/* ==================== */
/*   AANMELDEN PAGINA   */
/* ==================== */

.aanmeld-opties-container
{
}

.aanmeld-optie {
	position				: relative;

	flex					: 1 0 350px;
	min-width				: 350px;
	
	padding					: 30px 20px 120px 20px;
	margin					: 30px 1%;
	border-radius: 14px;
	text-align				: center;
}

.aanmeld-optie-icon {
	display					: inline-block;
    width					: 70px;
    height					: 70px;

	font-size				: 42px;
	line-height				: 42px;

    -webkit-border-radius	: 50%;
	border-radius			: 50%;
	
	color					: rgb(225,48,35);
	background-color		: rgb(255,255,255);
}
  
div .aanmeld-optie-icon:before {
    font-size				: 2rem;
    line-height				: 2;
}

.aanmeld-optie .button {
	position				: absolute;
	left					: 15%;
	right					: 15%;
	bottom					: 20px;
	color					: rgb(14,31,69);
	background-color		: rgb(255,255,255);
}

.bg_d.aanmeld-optie .button {
	color					: rgb(255,255,255);
	background-color		: rgb(14,31,69);
}

.bg_d.aanmeld-optie:hover .button {
	color					: rgb(255,255,255);
	background-color		: rgb(225,48,35);
}

.aanmeld-optie:hover .button {
	color					: rgb(255,255,255);
    background-color		: rgb(14,31,69);
}

.aanmeld-optie:hover .aanmeld-optie-icon {
	color					: rgb(255,255,255);
    background-color		: rgb(14,31,69);
}

.bg_d.aanmeld-optie .aanmeld-optie-icon {
	color					: rgb(255,255,255);
    background-color		: rgb(14,31,69);
}

.bg_d.aanmeld-optie:hover .aanmeld-optie-icon {
	color					: rgb(255,255,255);
    background-color		: rgb(225,48,35);
}

.bg_a.aanmeld-optie:hover .button,
.bg_zwart.aanmeld-optie:hover .button {
	color					: rgb(255,255,255);
    background-color		: rgb(225,48,35);
}

.bg_a.aanmeld-optie:hover .aanmeld-optie-icon ,
.bg_zwart.aanmeld-optie:hover .aanmeld-optie-icon {
	color					: rgb(255,255,255);
    background-color		: rgb(225,48,35);
}

/* ============  BUTTONS  ============= */
.float-right
{
	float					: right;
}

.button.button-klein
{
	text-transform				: inherit;
	font-family					: 'barlowregular','HelveticaNeue-Light','Helvetica','Arial','sans-serif';

	font-size					: 1.1rem;
	padding						: 0px 12px;

	-webkit-border-radius		: 3px;
	-moz-border-radius			: 3px;
	border-radius				: 3px;
}

.button-nieuwsbrief-container {
	position				: relative;
    width					: 250px;
}

.button-nieuwsbrief {
	padding					: 6px 18px 6px 12px;
	background-color		: rgb(225,48,35);
	
	border					: none;
	-webkit-border-radius	: 30px;
	-moz-border-radius		: 30px;
	border-radius			: 30px;

	color					: rgb(255,255,255);
	font-family				: 'barlowsemibold','Arial','Helvetica','sans-serif';
	font-size				: 18px;

	width					: calc(100% - 20px);
}

.button-nieuwsbrief-icon {
	position				: absolute;
	right					: 0;
	top						: -3px;
	width					: 42px;
	height					: 42px;
	-webkit-border-radius	: 50%;
	-moz-border-radius		: 50%;
	border-radius			: 50%;
}

.button-nieuwsbrief-icon:before {
	position				: absolute;
	top						: 9px;
	right					: 8px;
	color					: rgb(255,255,255);
	font-size				: 26px;
	text-align				: center;
	vertical-align			: middle;
}

.button-solliciteer {
	color					: rgb(255,255,255);
	background-color		: rgb(14,31,69);
	text-align: center;
}

.button-solliciteer:hover {
	color					: rgb(255,255,255);
}



@media only screen and (min-device-width : 320px)
and (max-device-width : 480px)
and (orientation : landscape) {

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

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

	.logomenubalk .button:first-child {
		margin-bottom				: 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 (min-width:750px) {

	.zoekcriteria-kolom-mobile,
	.button-nieuwsbrief-mobile {
		display				: none;
	}

}

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

	.site-footer-content {
		-webkit-flex-wrap			: wrap;
		flex-wrap					: wrap;
	}

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

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


	/* @XXX WAAROM IS DIT NODIG???? */
	.zoekcontainer h2 {
		display					: block;
		margin					: 20px 0px;
	}

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

    .zoekcontainer div.standaard-padding {
        border-radius: 0 0 14px 14px;
    }

	.zoekcontainer-titel,
	.zoekcontainer-tabje {
		-webkit-border-top-right-radius	: 8px;
		-moz-border-top-right-radius	: 8px;
		border-top-right-radius			: 8px;
	
		-webkit-border-top-left-radius	: 8px;
		-moz-border-top-left-radius		: 8px;
		border-top-left-radius			: 8px;
	
		font-family						: 'barlowlight','Arial','Helvetica','sans-serif';
		font-size						: 1.2rem;
		font-weight						: bold;
		color							: rgb(255,255,255);
	}
	
	.zoekcontainer-titel {
		width							: 50%;
		padding							: 10px 10px 10px 20px;
		background						: rgb(14,31,69);
	}
	
	.zoekcontainer-tabje {

		background-color				: rgba(225,48,35, 0.5);

	    margin							: 20px 0px;
		width							: 50%;
		
		padding							: 10px 20px 10px 10px;

		background						: rgba(225,48,35, 0.5);
	}

	.header-visual-home {
		min-height				: 300px;
		height					: auto;
	}
}

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

	.div3-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+ */
	}
	
	.vrijwilligerswerk-detail-info,
	.vacature-detail-info
	{
		flex-direction			: column;
	}

    .vrijwilligerswerk-detail-kolom,
    .vacature-detail-kolom {
    		order					: 2;
    }
    
    .vrijwilligerswerk-detail-container,
    .vacature-detail-container {
    		order					: 1;
    }

}




@media all and (max-width:750px) {
	
   	.vrijwilligerswerk-section,
   	.vacatures-section {
		-webkit-flex-direction	: column;
		flex-direction			: column;
	}
	
	.vrijwilligerswerk,
	.vacature {
		-webkit-flex-direction	: row;
		flex-direction			: row;
	}
	
	.zoekcriteria-kolom {
		max-width				: 100%;
		
	}
	
	.vrijwilligerswerk-detail-section,
	.vacature-detail-section {
		flex-wrap				: wrap;
	}

	.zoekcriteria-kolom-desktop {
		display						: none;
		-webkit-transition			: all 0.5s ease-in;
		transition					: all 0.5s ease-in;
	}

	.zoekcriteria-kolom-mobile,
	.button-nieuwsbrief-mobile {
		display						: inherit;
		-webkit-transition			: all 0.5s ease-in;
		transition					: all 0.5s ease-in;
	}
}
    

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

	.header-visual-home .zoekcontainer,
	.header-visual-home .zoekcontainer .bg_wit {
		background				: none;
	}
}
    

@media all and (max-width: 600px) {
	
	.group-container .bedrijf-container {
		-webkit-flex-direction	: column;
		flex-direction			: column;
	}

	H1 {
		word-break				: break-word;
	}

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

    .logo_gecentreerd {
   	 	width					: 120px;
    }
    
    img.logo  {
        	width				: 115px;
    }

	.bovenbalk {
		-webkit-justify-content	: flex-end;
		justify-content			: flex-end;
	}
	
	.inlogdiv {
   		 min-width				: 100%;
   		 right					: 0;
   	}
   	
   	.vrijwilligerswerk,
   	.vacature {
		-webkit-flex-direction	: column;
		flex-direction			: column;
	}
	
	.vrijwilligerswerk-detail-info,
	.vacature-detail-info {
		-webkit-flex-direction	: column;
		flex-direction			: column;
	}
	
	.vrijwilligerswerk-detail-image img,
	.vacature-detail-image img {
    	max-width				: 100%;
    	max-height				: 200px;
	}
   		
	.footer-copyright {
		height					: auto;
		line-height				: 1.75;
		padding					: 10px;
		flex-direction			: column;
	}
	
	.account-verwijderen-button-container .terug-button {
		order					: 2;
	}
	.account-verwijderen-button-container span.mobilewelzichtbaar {
		width					: 100%;
		order					: 1;
	}

}

@media all and (max-width: 400px) {
	
	.header-visual {
		height: 350px;
	}
	.zoekcontainer-titel,
	.zoekcontainer-tabje {
		font-size				: 0.9em;
	}

	.dienst {
		flex					: 1 0 90%;
		min-width				: 90%;
	}
	
	.bedrijf-detail em,
	.wysiwyg-container {
		overflow-wrap			: break-word;
		word-wrap				: break-word;
		-ms-word-break			: break-all;
	}

}