/* FONTS */
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,700;1,400;1,700&display=swap');


/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on December 9, 2022 */
@font-face {
    font-family: 'niva-altbold';
    src: url('../fonts/niva-alt-bold-webfont.woff2') format('woff2'),
         url('../fonts/niva-alt-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'niva-altlight';
    src: url('../fonts/niva-alt-light-webfont.woff2') format('woff2'),
         url('../fonts/niva-alt-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'niva-altmedium';
    src: url('../fonts/niva-alt-medium-webfont.woff2') format('woff2'),
         url('../fonts/niva-alt-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}




:root {
	--hoofdkleur_licht-color: #fff;
	--hoofdkleur_1-color: #F28F86;	
	--hoofdkleur_2_paars-color: #95729A;
	--hoofdkleur_3_blauw-color: #8cbade; 
	--hoofdkleur_4_grijs-color: #555; 
	--hoofdkleur_lichtroze-color: #f9eff7; 
	--hoofdkleur_lichtblauw-color: #eaeef9; 
	--hoofdkleur_helderblauw-color: #46bfe0;
	
	--kleur_new_paars-color: #9e85c9;
	--kleur_new_groen-color: #84cb7e;
	--kleur_new_wpb_bright-color: #ff7467;
}



/****************/


::-moz-selection {
	background: var(--hoofdkleur_2_paars-color); 
	text-shadow: none;
	color: var(--hoofdkleur_licht-color);
}

::selection {
	background: var(--hoofdkleur_2_paars-color);  
	text-shadow: none;
	color: var(--hoofdkleur_licht-color);
}

img::-moz-selection {
	background: transparent;
}

img::selection {
	background: transparent;
}

img::-moz-selection {
	background: transparent;
}


p {
	margin: 0; padding: 0;
}


/* Headings */
h1, h2, h3, h4, h5 {
	font-family: 'niva-altmedium', 'Ubuntu', Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	margin: 0; padding: 0;
	font-weight: 400;
	line-height: 1.0em;
}

h1 {
	font-size: 2.4em; line-height: 1.1em;
	padding: 10px 0 6px 0;
	color: var(--hoofdkleur_1-color);
	color: var(--kleur_new_wpb_bright-color);
	font-family: 'niva-altlight', 'Ubuntu', Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	
}

body.homepage h1 {
	border-bottom: 2px dotted var(--kleur_new_groen-color);
	margin-bottom: 12px; 
}

h2 {
	font-size: 2.0em;
	color: var(--hoofdkleur_2_paars-color);
	color: var(--kleur_new_paars-color); 
	padding: 22px 0 8px 0;
	font-weight: 400; 
}
h3 {
	font-size: 1.6em;
	color: var(--hoofdkleur_2_paars-color);
	color: var(--kleur_new_paars-color);
	padding: 18px 0 6px 0;
	font-weight: 400; 
}

footer h3 {
	color: var(--hoofdkleur_2_paars-color);
}

h4 {
	font-size: 1.3em;
	color: var(--hoofdkleur_3_blauw-color);
	padding: 18px 0 0px 0;
}

h5 {
	font-size: 1.4em;
	line-height: 1.2em;
}

.bold_is_heading b, .bold_is_heading strong {
	font-size: 1.3em; line-height: 1.1em;
	padding: 10px 0 0px 0;
	margin: 0 0 8px 0;
	color: var(--hoofdkleur_1-color);
	font-family: 'niva-altlight', 'Ubuntu', Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	float: none;
	display: inline-block;
}


.kop_hele_breedte {
	position: relative;
	width: 100%; 
	clear: both;
}



/* a:link, :hover */
a {
	color: var(--hoofdkleur_1-color);
	color: var(--kleur_new_wpb_bright-color);
	
	transition: all .2s ease; -moz-transition: all .2s ease; 
	-webkit-transition: all .2s ease; -o-transition: all .2s ease;
}

a:hover {
	color: var(--hoofdkleur_3_blauw-color); 
	color: var(--kleur_new_groen-color);
	text-decoration: none underline;
}


/****************/

body {
	margin:0; padding: 0;
	background-color: var(--hoofdkleur_licht-color);
	font-size: 17px; line-height: 1.8em;
	color: var(--hoofdkleur_4_grijs-color);
	
	font-family: 'Ubuntu', Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	
	background: url('../images/bg_wiekep5.jpg');
	background-size: cover;
	background-attachment: fixed;
}



div, img, section {
	margin: 0; padding: 0;
}


/*	--------------------------------------------------------------------	*/
/* Wrapping Divs */
.max_width_site {
	position: relative;
	width: 80%;
	max-width: 1080px;
	margin: 0 auto;
}

section {
	position: relative;
	float: none;
}


/* Div Clear */
.clear {
	clear: both;
}

/*	--------------------------------------------------------------------	*/
/* Top */

div#top {
	position: fixed;
	width: 100%; height: auto;
	
	background: var(--hoofdkleur_licht-color);
	
	transition: all .4s ease; -moz-transition: all .4s ease; 
	-webkit-transition: all .4s ease; -o-transition: all .4s ease;
	
	z-index: +90;
}


div.top_balk {
	background: var(--hoofdkleur_2_paars-color) !important;
	
	background: linear-gradient(60deg, var(--hoofdkleur_2_paars-color) 0%, var(--kleur_new_paars-color) 100%) !important;
	
	
	color: var(--hoofdkleur_licht-color) !important;
	font-size: 12px; line-height: 18px; 
	letter-spacing: 0.5px;
	padding: 12px 0;
	
	font-weight: 300 !important;
	
	transition: all .2s ease; -moz-transition: all .2s ease; 
	-webkit-transition: all .2s ease; -o-transition: all .2s ease;
}

div.top_balk div.max_width_site > div {
	opacity: 0.60;
}


/* 	
	--kleur_new_paars-color: #8a7cd7;
	--kleur_new_groen-color: #86aa28;
	--kleur_new_wpb_bright-color: #ff7467;
*/

div.top_logo {
	position: relative;
	float: left;
	
	left: 0px;
	top: 0px;
	
	padding: 18px 10px 8px 0;
	
	width: 240px; max-width: 300px;
	height: auto;
	z-index: +99;
	
	background-color: var(--hoofdkleur_licht-color);
	
	transition: all .4s ease; -moz-transition: all .4s ease; 
	-webkit-transition: all .4s ease; -o-transition: all .4s ease;
}

div.top_logo img {
	width: 100%; height: auto;
	
	transition: all .4s ease; -moz-transition: all .4s ease; 
	-webkit-transition: all .4s ease; -o-transition: all .4s ease;
}



/* Mob menu button */
div#mob_nav_button {
	display: none;
	position: fixed;
	top: 10px; right: 20px;
	z-index: +9999;
}



/* top_nav */
div.top_nav {
	position: relative;
	float: right;
	padding: 12px 0 8px 0;
	
	width: 60%;
	width: calc(100% - 270px);
	
	z-index: +5;
	text-align: right;
	
	transition: all .4s ease; -moz-transition: all .4s ease; 
	-webkit-transition: all .4s ease; -o-transition: all .4s ease;
}

#mainNav {
	position: relative;
	float: right;
	width: 100%;
}

div.menu-hoofdmenu-container {
	float: left;
}

div.top_nav ul, div.top_nav li {
	float: left;
}

div.top_nav ul {
	margin: 0 0; padding: 0;
	font-family: 'niva-altlight', 'Ubuntu', Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	list-style: none;
}

div.top_nav ul li {
	list-style: none;
	text-transform: none;
	padding: 3px 12px; 
	margin: 0 10px 12px 0;
	
	transition: all .2s ease; -moz-transition: all .2s ease; 
	-webkit-transition: all .2s ease; -o-transition: all .2s ease;
}


div.top_nav ul li a {
	color: var(--hoofdkleur_4_grijs-color);
	text-decoration: none;
	font-weight: 300; 
}
div.top_nav ul li a:hover {
	color: var(--kleur_new_paars-color);
}

div.top_nav ul li.current_page_item a, div.top_nav ul li.current-menu-parent a {
	color: var(--kleur_new_paars-color);
}






/***********/
/* Submenu */

div.top_nav ul li ul {
	max-width: inherit;
	min-width: 180px;
	
	display: block;
	
	position: absolute;
		
	opacity: 0;
	visibility: hidden; 
	/* pointer-events: none; */
	
	padding: 10px 20px 0px;
	margin: 2px 0 0 -10px !important;
	
	/* background-color: var(--hoofdkleur_1-color);
	-moz-border-radius: 	3px; 	
	-webkit-border-radius: 	3px;
	border-radius: 			3px; */
		
	transition: all .2s ease; -moz-transition: all .2s ease; 
	-webkit-transition: all .2s ease; -o-transition: all .2s ease;
	
	z-index: +10;
}

div.top_nav ul li ul > li {
	float: none;
	margin-left: 0px;
}

div.top_nav ul li ul li a:before {
	content: '+ ';
	position: relative;
	width: 10px; height: 10px; 
}

div.top_nav ul li ul li a, div.top_nav ul li ul li a {
	padding: 0 5px !important;
	font-size: 100%;
	color: var(--kleur_new_paars-color);
	text-transform: none;
}

div.top_nav ul li ul li.current_page_item a, div.top_nav ul li ul li.current_page_item a {
	color: var(--kleur_new_wpb_bright-color);
}


div.top_nav ul li ul li {
	padding: 6px 10px;
	display: block;
	width: 100%;
	
	line-height: 1.2em;
	
	border-bottom: 1px solid var(--hoofdkleur_3_blauw-color);
}
div.top_nav ul li ul li:last-child {
	border-bottom: none;
}

div.top_nav ul li ul li a {
	width: 100%;
	display: inline-block;
}

div.top_nav ul li:hover ul {
	opacity: 1;
	visibility: visible;
	/* pointer-events: auto; */
	position: relative; 
	float: none;
}






/***********/









/* Top na scroll */
div#top.navbar-shrink div.top_nav {
	padding: 10px 0 10px 0;
}
div#top.navbar-shrink div.top_logo {
	width: 140px; max-width: 140px;
	left: 0px;
}

body.navbar-shrink::after {
	top: 50px; left: 0;
	width: 100%; height: 35px;
}

div#top.navbar-shrink div.top_balk { 
	padding: 6px 0;
}

div#top.navbar-shrink div.top_nav {
	width: 75%;
	width: calc(100% - 170px);
}




/*	--------------------------------------------------------------------	*/
/* Header */
section.header {
	padding: 215px 0 20px 0;
	
	color: var(--hoofdkleur_licht-color);
}

section.header h1 {
	font-family: 'Ubuntu', Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 3em;
}

section.header img {
	position: relative;
	float: left;
	width: auto; height: auto;
	margin: 0; padding: 0;
}

section.header img.heading_deel_1 {
	width: 47.26%;
}
section.header img.heading_deel_2 {
	width: 52.73%;
}




/* Breadcrumbs (RankMath) */
nav.rank-math-breadcrumb {
	font-size: 12.5px;
	color: #aaa;
	letter-spacing: 0.5px;
	font-weight: 300;
	border-bottom: 1px dotted var(--hoofdkleur_lichtblauw-color);
	margin-bottom: 26px;
}
nav.rank-math-breadcrumb a {
	color: var(--hoofdkleur_2_paars-color);
}
nav.rank-math-breadcrumb a:hover {
	color: var(--hoofdkleur_1-color);
}
nav.rank-math-breadcrumb span.separator {
	padding: 0 12px;
}

nav.rank-math-breadcrumb p {
	padding: 0 0 1px 0 !important;
	opacity: 0.85;
}



/* Home 3 kolommen */
div.home_intro_kolommen {
	margin-top: 40px; 
}

div.home_intro_kolommen h2 {
	font-family: 'niva-altlight', 'Ubuntu', Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	z-index: +2;
	
	min-height: 50px;
	
	background: url('../images/bg-heading-wiekepeereboom-30pct.png') no-repeat center bottom;
	background-size: 100% 100%;
	
}



/*	--------------------------------------------------------------------	*/
/* Content */

section.content {
	padding: 30px 0 50px 0;
}

section.content p {
	padding: 10px 0 10px 0;
}

section.content img {
	float: none;
	max-width: 100%; height: auto;
	margin: 0; padding: 0; border: none;
}

section.content.bg_vlak_content {
	background-color: var(--hoofdkleur_2_paars-color);
}

.content p.inleiding {
	font-weight: bold;
}




div#content {
	border-radius: 20px;
	padding: 30px 40px 40px 40px;
	background: var(--hoofdkleur_licht-color);
}


#content img, .inner img {
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
}


body.vervolgpagina section.content p, body.vervolgpagina section.content h1, body.vervolgpagina section.content h2, 
body.vervolgpagina section.content h3, body.vervolgpagina section.content h4, body.vervolgpagina section.content h5, 
body.vervolgpagina section.content div.rc_logged_in {
	/* max-width: 820px; */
	margin: 0 auto; 
}
/* ook op homepage */
body.homepage section.content p, body.homepage section.content h1, body.homepage section.content h2, 
body.homepage section.content h3, body.homepage section.content h4, body.homepage section.content h5, 
body.homepage div.wp-block-buttons {
	/* max-width: 820px; */
	margin: 0 auto;
}

body.homepage section.content h1, body.homepage section.content h2, 
body.homepage section.content h3, body.homepage section.content h4, body.homepage section.content h5, 
body.vervolgpagina section.content h1, body.vervolgpagina section.content h2, 
body.vervolgpagina section.content h3, body.vervolgpagina section.content h4, body.vervolgpagina section.content h5 {
	display: inline-block;
	width: 100%;
}

body.homepage section.content .wp-block-column h2 {
	font-size: 26px; 
}


/* certificaten */
body.vervolgpagina section.content.certificaten h1, body.vervolgpagina section.content.certificaten h2, 
body.vervolgpagina section.content.certificaten h3, body.vervolgpagina section.content.certificaten h4 {
	clear: none;
	width: auto; 
	display: inline; 
}

body.vervolgpagina section.content.certificaten hr {
	width: 100%;
}




/* producten */
body.vervolgpagina section.content.page_producenten h1 {
	max-width: inherit;
}


figure.wp-block-image {
	margin: 0.5em 0 0.5em 0;
}


body.vervolgpagina.ervaringen div#content p:not(nav.rank-math-breadcrumb p) {
	font-style: italic;
	border-bottom: dotted 2px var(--hoofdkleur_1-color);
	margin-bottom: 24px;
	padding-bottom: 35px;
}

body.vervolgpagina.ervaringen div#content p:nth-child(even) {
	color: var(--hoofdkleur_2_paars-color);
}

body.vervolgpagina.ervaringen div#content p:last-child {
	border-bottom: none !important;
	margin-bottom: 0 !important;
}


hr, hr.wp-block-separator {
	border: none;
	border-bottom: 2px dotted var(--hoofdkleur_1-color);
	margin: 20px 0; 
}


blockquote, .entry-content blockquote, .comment-content blockquote {
	display: block;
	background: none;
	color: var(--hoofdkleur_2_paars-color); 
	border-left: dotted 2px var(--hoofdkleur_1-color);
	

	color: var(--kleur_new_wpb_bright-color); 
	border-left: dotted 2px var(--kleur_new_paars-color) !important;
	border-left: dotted 2px var(--kleur_new_groen-color) !important;
	
	font-size: 1.3em;
	line-height: 1.6em;
	font-style: normal;
	font-weight: 300;
	padding: 4px 24px;
	margin: 36px 0;
	font-family: 'niva-altlight', 'Ubuntu', Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	
	position: relative;
	
	float: left;
	clear: both;
}

blockquote:before {
	content: '”';
	position: relative;
	float: right;
	top: 0;
	right: 0;
	width: 80px;
	height: 80px;
	
	font-family: 'niva-altlight', 'Ubuntu', Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	color: var(--hoofdkleur_1-color);
	color: var(--kleur_new_groen-color);
	color: var(--kleur_new_paars-color);
	
	font-size: 120px;
	text-align: right;
	margin: 0px 0 -60px 0px;
	padding-top: 44px;
}


/*
	--kleur_new_paars-color: #8a7cd7;
	--kleur_new_groen-color: #86aa28;
	--kleur_new_wpb_bright-color: #ff7467;
*/


#content p.kolom_half {
	float: left;
	width: 48.5%;
	width: calc(48.5% - 20px);
	margin: 20px 10px 10px;
	padding: 20px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	background: var(--hoofdkleur_lichtroze-color); /* #fff5f4; */
	
	float: left !important;
	
	box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;
}

#content p.kolom_breed {
	float: none !important;
	width: 100%;
	margin: 40px 0px 20px;
	padding: 20px;
	-moz-border-radius: 12px; -webkit-border-radius: 12px; border-radius: 12px;
	background: var(--hoofdkleur_lichtroze-color); /* #fff5f4; */
	box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;
	clear: both;
}



/*

	--hoofdkleur_lichtroze-color: #f9eff7; 
	--hoofdkleur_lichtblauw-color: #eaeef9; 

*/


body.vervolgpagina #content p, body.vervolgpagina #content h1, 
body.vervolgpagina #content h2, body.vervolgpagina #content h3 {
	/* float: none;
	width: 100%; */
}

body.vervolgpagina #content h1, body.vervolgpagina #content h2, body.vervolgpagina #content h3 {
	clear: both;
}


.bg_lila, #content p.kolom_half.bg_lila, .bg_lila, #content p.home_kolom.bg_lila {
	background: var(--hoofdkleur_lichtblauw-color); 
	background: url('../images/bg_wiekep_lichtblauw.jpg') center center no-repeat var(--hoofdkleur_lichtblauw-color);
	background-size: cover; 
	background-attachment: fixed;
}

.bg_paars, #content p.kolom_half.bg_paars, .bg_paars, #content p.home_kolom.bg_paars, #content p.bg_paars {
	background: var(--hoofdkleur_lichtroze-color);
	background: url('../images/bg_wiekep_lichtroze.jpg') center center no-repeat var(--hoofdkleur_lichtroze-color);
	background-size: cover;
	background-attachment: fixed;
 
}

#content p.kolom_half.deel_1 {
	width: 45%;
	margin: 20px 0 40px;
}

#content p.kolom_half.deel_2 {
	width: 52%;
	margin: 20px 0 40px 3%;
}




/* video */ 
figure.wp-block-embed iframe {
	width: 100%;
}










/*	--------------------------------------------------------------------	*/
/* Form - contact - buttons */

div.wp-block-buttons {
	position: relative;
	float: none;
	width: 100%;
}

/* button */
/* button, */ 
input[type=button], input[type=submit], input[type=reset], 
a.wp-block-button__link, a.button, div.waar_te_koop_content a { 
	width: auto; 
	height: auto;
	padding: 14px 50px 14px 20px;
	margin: 20px 20px 20px 0; 
	border: 0; 
	cursor: pointer; 
	
	-moz-border-radius: 	30px; 	
	-webkit-border-radius: 	30px;
	border-radius: 			30px;
	
	font-size: 1.1em; line-height: 1em;
	font-family: 'Ubuntu', Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	text-transform: none;
	color: var(--hoofdkleur_licht-color);
	
	/* background: url('../images/pijltje-donker.png') center right 10px no-repeat var(--hoofdkleur_1-color); */
	
	background: linear-gradient(60deg, var(--kleur_new_wpb_bright-color) 0%, var(--kleur_new_paars-color) 100%);
	
	background-size: auto 20px; 
	
	transition: all .2s ease; -moz-transition: all .2s ease; 
	-webkit-transition: all .2s ease; -o-transition: all .2s ease;
	
	text-decoration: none;
} 

a.button {
	text-decoration: none;
}


/* button::after, */
input[type=button]::after , input[type=submit]::after , input[type=reset]::after , 
a.wp-block-button__link::after , a.button::after , div.waar_te_koop_content a::after {
	content: '>';
	position: absolute;
	margin-left: 15px;
	color: #fff; 
	font-weight: 100;
	font-size: 18px; 
	transform: scaleY(2.0);
	font-family: 'niva-altlight';
	margin-top: 2px; 
}


/* button:hover, */
input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover, 
a.wp-block-button__link:hover, a.button:hover, div.waar_te_koop_content a:hover {
	padding: 20px 56px 20px 26px;
	margin: 14px 14px 14px 0; 
	
	background: linear-gradient(60deg, var(--hoofdkleur_3_blauw-color) 0%, var(--kleur_new_groen-color) 100%);
}


.wp-block-button.groenblauw a.wp-block-button__link, .wp-block-button.groenblauw a {
	background: linear-gradient(60deg, var(--hoofdkleur_3_blauw-color) 0%, var(--kleur_new_groen-color) 100%);
}

.wp-block-button.groenblauw a.wp-block-button__link:hover, .wp-block-button.groenblauw a:hover {
	background: linear-gradient(60deg, var(--kleur_new_wpb_bright-color) 0%, var(--kleur_new_paars-color) 100%);
}




/* Contact form */

body.vervolgpagina div.wpcf7 p {
	margin-bottom: 10px;
	padding: 0;
}

div.cf7sr-g-recaptcha {
	max-width: 820px;
	margin: 0 auto;
}

/* body.vervolgpagina form */
body.vervolgpagina input, 
body.vervolgpagina label, textarea {
	width: 90%;
	max-width: 600px;
}
body.vervolgpagina textarea  {
	max-height: 180px;
}

body.vervolgpagina div.wpcf7 input[type=submit] {
	/* margin: 0 0 0px 0; */
}

/* .wpcf7 form .wpcf7-response-output */
div.wpcf7-response-output {
	max-width: 780px !important;
	margin: 20px auto !important;
	padding: 20px !important;
	
	-moz-border-radius: 	6px;
	-webkit-border-radius: 	6px;
	border-radius: 			6px; 
}


input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], 
input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], 
input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], textarea {
    display: inline-block;
    font-size: 14px;
    padding: 9px 12px;
    background-color: transparent;
    color: #555;
    border: 1px solid var(--hoofdkleur_3_blauw-color);
    border-radius: 3px;
    transition: all .3s ease;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	
	-moz-border-radius: 	6px;
	-webkit-border-radius: 	6px;
	border-radius: 			6px; 
	
	font-family: 'Ubuntu', Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #afc412;
}



section#contact .form-group input,
section#contact .form-group textarea {
	padding: 20px;
}

section#contact .form-group input.form-control {
	height: auto;
}

section#contact .form-group textarea.form-control {
	height: 248px;
}

section#contact .form-control:focus {
	border-color: #e8e000;
	box-shadow: none;
}

section#contact ::-webkit-input-placeholder {
	font-weight: 700;
	color: #ced4da;
}

section#contact :-moz-placeholder {
	font-weight: 700;
	color: #ced4da;
}

section#contact ::-moz-placeholder {
	font-weight: 700;
	color: #ced4da;
}

section#contact :-ms-input-placeholder {
	font-weight: 700;
	color: #ced4da;
}






/*	--------------------------------------------------------------------	*/
/* Footer */

footer.footer {
	position: relative;
	float: left;
	width: 100%;
	
	background: var(--hoofdkleur_licht-color);
	background-size: auto auto, 100% auto, 100% auto;
	
	margin: 0px;
	padding: 35px 0 20px 0;
	
	text-align: left;
	font-size: 0.75em; line-height: 1.3em;
}


footer a:hover img {
	-webkit-filter: drop-shadow(2px 2px 10px var(--hoofdkleur_3_blauw-color));
	filter: drop-shadow(2px 2px 10px var(--hoofdkleur_3_blauw-color));
}

footer.footer div.max_width_site {
	padding: 0 40px 0 40px;
	box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;
}

div.footer_info { 
	position: relative;
	float: left;
	width: 25%;
	box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;
	padding: 0 30px 20px 0;
}

div.footer_info h3 {
	padding-top: 0 !important;
}

div.footer_info p {
	padding: 0 0 20px 0;
}

div.footer_info:nth-child(1) {
	width: 25%;
}
div.footer_info:nth-child(2) {
	width: 35%;
}
div.footer_info:nth-child(3), div.footer_info:nth-child(4) {
	width: 20%;
}

div.footer_info img {
	width: 100%;
	max-width: 220px;
	
}

div#footer_balk_onder {
	position: relative;
	float: left;
	width: 100%; height: 30px;
	background: url('../images/bg_wiekep2.jpg');
	background-size: 100% auto;
	background-position: center top 20%;	
}



/* Cookie bar */
div#eu-cookie-bar {
	padding: 15px 10px;
	background-color: var(--hoofdkleur_3_blauw-color);
	text-align: center;
	box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;
}




/* WP adminbar */
/* #wpadminbar {
	display: none;
}
html {
    margin-top: 0px !important;
} */




