/*
Theme Name: Binnenklimaat
Theme URI: https://binnenklimaatlabel.bonsaidev.nl/
Description: Thema voor de website van Binnenklimaat Nederland
Version: 0.1
Author: Bonsai media
Author URI: https://www.bonsaimedia.nl/
*/



/* Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}



*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}





/* Variables */

:root {
	--main-darkgreen: #009640;
	--main-lightgreen: #95C11F;
    --main-yellow: #FED300;
    --main-orange: #EF7D00;
    --main-red: #E30612;
}





/* Global styles */

body {
	background: #eaf7f0;
	color: #000;
	font: 18px/28px "mundial", sans-serif;
}



h1, h2, h3, h4, h5, h6 {
	color: #0e100e;
	font-weight: 700;
	font-family: "mundial", sans-serif;
}

h1 { margin-bottom: 20px; font-size: 48px; line-height: 50px; color: var(--main-darkgreen); }
h2 { margin-bottom: 15px; font-size: 38px; line-height: 42px; }
h3 { margin-bottom: 10px; font-size: 32px; line-height: 36px; }
h4 { margin-bottom: 5px; font-size: 28px; line-height: 42px; font-weight: 600; }
h5 { margin-bottom: 0; font-size: 26px; line-height: 42px; font-weight: 600; }

h1:only-child, h2:only-child, h3:only-child, h4:only-child, h5:only-child, h6:only-child {
	margin-bottom: 0;
}

h1 span, h2 strong { color: var(--main-lightgreen); }



strong {
	font-weight: 700;
}



a {
	color: var(--main-darkgreen);
	text-decoration: none;
	transition: all 0.2s;
}



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



hr {
	height: 1px;
	margin: 0 0 20px;
	background: #d6d5e0;
	border: 0;
}



/* --- Input */

::placeholder {
	color: #000;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #000;
}

::-ms-input-placeholder {
	color: #000;
}



form {}

form p {}
form p:not(:last-child) {
	margin-bottom: 0;
}

form label, form legend {
	font-size: 14px;
}

form legend {
	margin-bottom: 10px;
}

input[type=text], input[type=number], input[type=email], input[type=tel], input[type=password], input[type=submit], textarea, select, button {
	width: 100%;
	margin-bottom: 20px;
	padding: 15px;
	background: #fff;
	color: #000;
	font: 18px/28px "mundial", sans-serif;
	text-align: left;
	border: 1px solid var(--main-darkgreen);
	border-radius: 10px;
	transition: all 0.2s;
	-webkit-appearance: none;
}
input[type=text]:focus, input[type=number]:focus, input[type=email]:focus, input[type=tel]:focus, input[type=password]:focus, textarea:focus, select:focus, button:focus {
	border-color: var(--main-orange);
}



select {
	/*
	background-image: url(img/select.png)!important;
	background-position: right 20px center!important;
	background-size: 14px 8px!important;
	background-repeat: no-repeat!important;
	*/
}

textarea {
	height: 100px;
}

input[type=submit], button {
	display: block;
	width: auto;
	margin: 0;
	padding: 10px 57px 12px 20px;
	background: var(--main-darkgreen) url(img/button-arrow.png) top 8px right 8px/38px no-repeat;
	color: #fff;
	font: 600 18px/32px "mundial", sans-serif;
	text-align: center;
	border: 0;
	border-radius: 27px;
}
input[type=submit]:hover, button:hover {
	padding: 10px 20px 12px 57px;
	background-position: top 8px left 8px;
	cursor: pointer;
}





/* Global classes */

.left { float: left; }
.right { float: right; }

.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }
.text-justify { text-align: justify; }
.text-uppercase { text-transform: uppercase; }
.text-lowercase { text-transform: lowercase; }
.text-capitalize { text-transform: capitalize; }



.position-relative {
	position: relative;
}

.align-items-flex-start {
	align-items: flex-start;
}

.align-items-flex-end {
	align-items: flex-end;
}



.fluid {
	width: 100%;
	float: left;
}

.container {
	max-width: 1552px;
	margin: 0 auto;
	padding: 0 20px;
}



/* --- Text */

span.intro {
    color: var(--main-darkgreen);
	font-size: 22px;
	line-height: 32px;
}



/* --- Buttons */

a.button {
	display: inline-block;
	margin: 0 15px 15px 0;
	padding: 10px 57px 12px 20px;
	background: var(--main-yellow) url(img/button-arrow.png) top 8px right 8px/38px no-repeat;
	color: #fff!important;
	font-weight: 600;
	font-size: 18px;
	line-height: 32px!important;
	text-align: center;
	text-decoration: none;
    border-radius: 27px;
	cursor: pointer;
	transition: all 0.2s;
}
a.button:only-child {
	margin-right: 0;
}
a.button:hover {
	padding: 10px 20px 12px 57px;
	background-position: top 8px left 8px;
}



a.button.yellow {
	background-color: var(--main-yellow);
}
a.button.yellow:hover {}



a.button.darkgreen {
	background-color: var(--main-darkgreen);
	color: #fff!important;
}
a.button.darkgreen:hover {}



a.button.lightgreen {
	background-color: var(--main-lightgreen);
}
a.button.lightgreen:hover {}



a.button.dark {
	background-color: #3d3F3d;
	color: #fff!important;
}
a.button.dark:hover {}



a.button.orange {
	background-color: var(--main-orange);
	color: #fff!important;
}
a.button.orange:hover {}



a.button.white {
	background-color: #fff;
	background-image: url(img/button-arrow-dark.png);
	color: #0e100e!important;
}
a.button.white:hover {}



/* --- Slider */

.flickity-button {
	background: transparent!important;
}
.flickity-button:disabled {
	opacity: 0.3!important;
}

.flickity-prev-next-button {
	width: 54px!important;
	height: 54px!important;
	margin-top: -27px;
	padding: 0!important;
	border-radius: 100%!important;
	transform: none!important;
}

.flickity-prev-next-button.previous {
	left: -13px!important;
	background: #000 url(img/arrow-left-white.png) center/18px 14px no-repeat!important;
}

.flickity-prev-next-button.next {
	right: -13px!important;
	background: #000 url(img/arrow-right-white.png) center/18px 14px no-repeat!important;
}


.flickity-prev-next-button .flickity-button-icon {
	display: none;
}



/* --- Block */

.block {
	float: left;
	width: 100%;
	padding: 30px 20px;
	background: #fff;
    border-radius: 20px;
}



/* --- Accordion */

.accordion {
	float: left;
	width: 100%;
	margin: 0!important;
}


.accordion > li {
	float: left;
	width: 100%;
	list-style: none!important;
}


.accordion > li .accordion-control {
	position: relative;
	padding: 28px 58px 28px 0;
	border-bottom: 1px solid #ccead9;
	cursor: pointer;
}
.accordion > li .accordion-control:before {
	position: absolute;
	top: 31px;
	right: 0;
	width: 38px;
	height: 38px;
	background: #eaf7f0 url(img/accordion-down.png) center/16px 9px no-repeat;
	border-radius: 100%;
	content: " ";
	transition: background-color 0.2s;
}

.accordion li .accordion-control.open {
	border-bottom: 0;
}
.accordion li .accordion-control.open:before {
	background-color: var(--main-darkgreen);
	background-image: url(img/accordion-up.png);
}


.accordion li .accordion-control h4 {
	margin-bottom: 0;
	font-size: 26px;
	line-height: 42px;
}

.accordion li .accordion-control h4 span {
	display: inline-block;
	width: 54px;
	height: 54px;
	margin-right: 10px;
	background: #5a5c5a;
	color: #fff;
	font-size: 26px;
	line-height: 54px;
	text-align: center;
	border-radius: 100%;
}


.accordion li .accordion-panel {
	display: none;
	padding: 30px;
	background: #EAF7F0;
	border-radius: 20px;
}



/* --- Cover */

.cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}



/* --- Video */

.video-container {
	position: relative;
	height: 0;
	margin-bottom: 20px;
	margin-bottom: 0;
	padding-bottom: 56.25%;
	padding-top: 0;
	background: var(--main-darkgreen);
	overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



/* --- Labels */

span.label {
	display: inline-block;
	margin: 0 10px 10px 0;
	padding: 3px 12px;
	background: #EBF7FF;
	color: #0F1E33;
	font-size: 13px;
	line-height: 185%;
	border-radius: 15px;
}

span.date {
	display: inline-block;
	margin-right: 10px;
	padding: 2px 15px 4px;
	background: #fff;
	font-size: 17px;
	border-radius: 100px;
}

span.date.time {
	padding-left: 10px;
}

span.date svg {
	color: var(--main-darkgreen);
}





/* Top */

#top {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
	background: #eaf7f0;
	color: #5a5c5a;
	font-size: 16px;
	z-index: 2;
}

#top .row {
	height: 60px;
}

#top a.button {
	margin: 0 10px 0 0;
	padding: 3px 25px 5px;
	background-image: none;
	font-weight: 400;
	font-size: 16px;
}
#top a.button:last-child {
	margin: 0;
}



#top #usp-slider {}

#top #usp-slider .usp {
	width: 100%;
}

#top #usp-slider .usp svg {
	color: var(--main-darkgreen);
}



#top #cta {}





/* Header */

#header {
	position: fixed;
	top: 60px;
	left: 0;
	width: 100%;
	height: 80px;
	background: #fff;
	z-index: 2;
}

#header .row {
	height: 80px;
}



#logo {
	float: left;
	display: block;
	margin-top: -40px;
}

#logo img {
	float: left;
}



#spacer {
	width: 100%;
	height: 140px;
}



/* --- Nav */

.nav {}

.nav ul {}

.nav ul li {
	position: relative;
	display: inline-block;
	margin-right: 30px;
	font-weight: 600;
	font-size: 20px;
}

.nav ul li.menu-item-has-children {
	padding-right: 20px;
	background: url(img/nav-down.png) right 41px/8px 5px no-repeat;
}

.nav ul li a {
	display: inline-block;
	padding: 26px 0;
	color: #0e100e;
}
.nav ul li a:hover {
	color: var(--main-darkgreen);
}


.nav ul li.search {
	margin: 0;
}

.nav ul li.search a.toggle-search {
	padding: 0;
}

.nav ul li.search a.toggle-search span {
	display: block;
	width: 40px;
	height: 40px;
	background: var(--main-orange);
	color: #fff;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	border-radius: 20px;
	transition: background 0.2s;
}
.nav ul li.search a.toggle-search:hover span {
	background: var(--main-lightgreen);
}



/* --- Subnav */

.nav ul li ul {
	display: none;
	position: absolute;
	top: 66px;
	left: -25px;
	width: 260px;
	height: auto;
	padding: 10px 10px 0;
	background: #02692e;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	text-align: left;
	text-transform: none;
	border-radius: 20px;
}
.nav ul li:hover ul {
	display: block;
}

.nav ul li ul li {
	width: 100%;
	margin: 0 0 10px;
}

.nav ul li ul li a {
	display: inline-block;
	width: 100%;
	padding: 8px 15px 10px;
	color: #fff;
	border-radius: 10px;
	transition: all 0.2s;
}
.nav ul li ul li a:hover {
	background: #009640;
	color: #fff;
}



/* --- Mobile menu */

#toggle-search {
	display: none;
	position: absolute;
	top: 25px;
	right: 92px;
	font-size: 20px;
	cursor: pointer;
	pointer-events: auto;
	z-index: 3;
}


#toggle-menu {
	display: none;
	position: absolute;
	top: 20px;
	right: 32px;
	width: 40px;
	height: 40px;
	background: var(--main-darkgreen);
	border-radius: 100%;
	cursor: pointer;
	pointer-events: auto;
	z-index: 3;
}
#toggle-menu.open {
	background: var(--main-orange);
}

#toggle-menu span {
	position: absolute;
	left: 10px;
	display: block;
	width: 20px;
	height: 2px;
	background: #fff;
	border-radius: 1px;
	transform: rotate(0deg);
	transition: 0.2s ease-in-out;
}
#toggle-menu span:nth-child(1) {
	top: 16px;
}
#toggle-menu span:nth-child(2) {
	top: 22px;
}
#toggle-menu.open span:nth-child(1) {
	top: 19px;
	transform: rotate(45deg);
}
#toggle-menu.open span:nth-child(2) {
	top: 19px;
	transform: rotate(-45deg);
}



/* --- Search */

#search {
	display: none;
	position: fixed;
	top: 140px;
	left: 0;
	width: 100%;
	padding: 40px 0;
	background: var(--main-darkgreen);
	z-index: 3;
}

#search ::placeholder {
	color: #000;
	opacity: 1;
}

#search :-ms-input-placeholder {
	color: #000;
}

#search ::-ms-input-placeholder {
	color: #000;
}



#search form {
	overflow: hidden;
}

#search form input {
	float: left;
	width: calc(100% - 64px);
	margin: 0 10px 0 0;
	padding: 12px 20px;
	background: #fff;
	color: #000;
	font-size: 18px;
	border: 0;
}

#search form input[type=submit] {
	width: 52px;
	height: 52px;
	margin: 0;
	background: var(--main-orange) url(img/search.svg) center/16px no-repeat;
	color: #fff;
	border-radius: 10px;
	transition: all 0.2s;
}
#search form input[type=submit]:hover {
	background-color: var(--main-lightgreen);
}





/* Breadcrumbs */

#breadcrumbs {
	min-height: 60px;
	padding: 16px 0;
	color: #5a5c5a;
	font-size: 13px;
	line-height: 28px;
}

#breadcrumbs ul {
	margin: 0!important;
}

#breadcrumbs ul li {
	display: inline-block;
	margin-right: 6px;
	padding-left: 10px;
	background: url(img/breadcrumb-arrow.png) left 12px/4px 7px no-repeat;
}
#breadcrumbs ul li:first-child {
	padding-left: 0;
	background: none;
}

#breadcrumbs ul li a {
	color: var(--main-darkgreen);
}
#breadcrumbs ul li a:hover {
	text-decoration: underline;
}





/* Content */

#content {
	float: left;
	width: 100%;
	padding: 60px 0;
}

#content p {
	margin-bottom: 25px;
}
#content p:has(lottie-player) {
	margin: 0;
	text-align: center;
}

#content p a:not(.button) {
	text-decoration: underline;
}
#content p a:not(.button):hover {
	text-decoration: none;
}


#content lottie-player {
	margin: 0 auto;
}


#content ul, #content ol {
	margin: 0 0 25px 20px;
}

#content ul {
	list-style: disc;
}

#content ul li {}
#content ul li::marker {
	color: var(--main-darkgreen);
}

#content ol {
	list-style: numeric;
}

#content ol li {}



#content img {}



#content blockquote {
    padding-left: 15px;
    color: var(--main-orange);
	font-style: italic;
	font-weight: 600;
	font-size: 24px;
	line-height: 30px;
    border-left: 5px solid var(--main-orange);
}



#content .table-wrap {
	width: 100%;
	margin-top: 30px;
}

#content table {
	width: 100%;
	font-size: 16px;
	text-align: left;
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 1px;
	border: 0;
}

#content table th, #content table td {
	padding: 10px 15px;
}

#content table th, #content table thead td {
	background-color: var(--main-yellow);
	font-weight: 700;
}
#content table th:first-child, #content table thead td:first-child {
	border-radius: 25px 0 0 25px;
}
#content table th:last-child, #content table thead td:last-child {
	border-radius: 0 25px 25px 0;
}

#content table td {
	color: #000;
	border-bottom: 1px solid #d6d5e0;
}

#content table thead td {
	border-bottom: 0;
}

#content table td a {
	color: var(--main-darkgreen);
	text-decoration: underline;
}
#content table td a:hover {
	text-decoration: none;
}










/* Pagebuilder */

section {
	padding: 80px 0;
}
section:first-child {}
section:last-child {}




section.same-bg-as-prev {
	padding-top: 0;
}




section .title {
	margin-bottom: 60px;
}





section.banner {
	position: relative;
	width: 100%;
	padding: 0;
}

section.banner img, section.banner video {
	height: 100%;
	object-fit: cover;
}

section.banner .container {}

section.banner .container .block {
	padding: 0;
	background: var(--main-darkgreen);
	background: linear-gradient(140deg,rgba(60, 150, 63, 1) 0%, rgba(149, 193, 31, 1) 100%);
	color: #fff;
	overflow: hidden;
}


section.banner .content {
	padding: 65px 0 45px;
}

section.banner .content h1 {
	color: #fff;
}

section.banner .content ul {
	margin-left: 0!important;
}

section.banner .content ul li {
	padding: 3px 0 3px 27px;
	background: url(img/li-check.png) left 10px/18px no-repeat;
	list-style: none;
}

section.banner .content span.intro {
	color: #fff;
}





section.contentrow {}

section.contentrow.text {}
section.contentrow.text-text {}
section.contentrow.img-img {}
section.contentrow.text-img {}
section.contentrow.img-text {}

section.contentrow.img-img img, section.contentrow.text-img img, section.contentrow.img-text img {
	border-radius: 20px;
}

section.contentrow a.button {
	margin: 0 15px 20px 0;
}
section.contentrow a.button:first-of-type {
	margin-top: 20px;
}
section.contentrow a.button:last-of-type {
	margin-bottom: 0;
}

section.contentrow .title a.button {
	margin: 0;
}





section.contentrow.has-index {}

section.contentrow.has-index .index {
	position: sticky;
	top: 240px;
	bottom: 0;
	padding: 30px 20px 30px;
	background: #fff;
	border-radius: 20px;
}

section.contentrow.has-index .index h5 {
	margin-bottom: 10px;
}

section.contentrow.has-index .index ul {
	margin: 0!important;
}

section.contentrow.has-index .index ul li {
	list-style-type: none!important;
}
section.contentrow.has-index .index ul li a {
	display: block;
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #eef2f5;
	border-radius: 8px;
}

section.contentrow.has-index .index ul li.active {}

section.contentrow.has-index .index ul li.active > a {
	background: #EAF7F0;
	color: var(--main-darkgreen);
	font-weight: 600;
	border-color: #EAF7F0;
}





section.contentslider {}

section.contentslider .slider {
	margin-bottom: 60px;
}

section.contentslider .slider .slide {
	float: left;
	width: calc(33.33333% - 24px);
	min-height: 100%;
	margin: 0 12px;
}

section.contentslider .slider .slide .block {
	width: 100%;
	height: 100%;
	padding: 0;
	background: #eaf7f0;
	border-radius: 20px;
	overflow: hidden;
}

section.contentslider .slider .slide .block .content {
	padding: 10px 30px 30px;
}

section.contentslider .slider .slide .block .content h3 {
	margin-bottom: 35px;
	font-weight: 600;
	font-size: 20px;
	line-height: 26px;
}





section.newsslider {}

section.newsslider .slider {
	margin-bottom: 60px;
}

section.newsslider .slider .slide {
	float: left;
	width: calc(33.33333% - 24px);
	min-height: 100%;
	margin: 0 12px;
}

section.newsslider .slider .slide .block {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0;
	background: #bbe4cd;
	border-radius: 20px;
	overflow: hidden;
}
section.newsslider .slider .slide .block:after {
	position: absolute;
	right: 30px;
	bottom: 40px;
	display: block;
	width: 54px;
	height: 54px;
	background: #fff url(img/arrow-right.png) center/18px 14px no-repeat;
	border-radius: 100%;
	transition: all 0.2s;
	content: " ";
}
section.newsslider .slider .slide .block:hover:after {
	right: 20px;
	bottom: 30px;
	width: 74px;
	height: 74px;
}

section.newsslider .slider .slide .block .content {
	padding: 10px 30px 50px;
}

section.newsslider .slider .slide .block .content h3 {
	margin-bottom: 45px;
	font-weight: 600;
	font-size: 20px;
	line-height: 26px;
}

section.newsslider .slider .slide .block .content span.date {
	color: #000;
}





section.quicklinks {}

section.quicklinks .col-6 {
	margin-bottom: 24px;
}

section.quicklinks .quicklink {
	position: relative;
	display: block;
	height: 100%;
	padding: 65px 30px 50px;
	background: #fff;
	border-radius: 20px;
	overflow: hidden;
}
section.quicklinks .quicklink:hover {
	padding: 55px 40px 35px;
}
section.quicklinks .quicklink:after {
	position: absolute;
	right: 30px;
	bottom: 40px;
	display: block;
	width: 54px;
	height: 54px;
	background: var(--main-yellow) url(img/arrow-right.png) center/18px 14px no-repeat;
	border-radius: 100%;
	transition: all 0.2s;
	content: " ";
}
section.quicklinks .quicklink:hover:after {
	right: 20px;
	bottom: 30px;
	width: 74px;
	height: 74px;
}

section.quicklinks .quicklink div {
	margin-bottom: 25px;
	transition: all 0.2s;
}
section.quicklinks .quicklink:hover div {
	margin-bottom: 35px;
}

section.quicklinks .quicklink div svg {
	background: #3C963F;
	background: linear-gradient(140deg,rgba(60, 150, 63, 1) 0%, rgba(149, 193, 31, 1) 100%);
	font-size: 120px;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

section.quicklinks .quicklink h3 {
	margin-bottom: 0;
	font-weight: 600;
	font-size: 28px;
	line-height: 42px;
}





section.partners {
	padding-bottom: 60px;
}

section.partners .partner {
	margin-bottom: 20px;
	padding: 30px 40px;
	background: #fff;
	font-size: 16px;
	line-height: 22px;
	border-radius: 20px;
}

section.partners .partner img {
	width: auto;
	height: 80px;
	margin-bottom: 20px;
}

section.partners .partner h3 {
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 26px;
}

section.partners .partner svg {
	float: left;
	margin: 5px 8px 8px 0;
	color: var(--main-darkgreen);
}





section.cta-block {}

section.cta-block .container {}

section.cta-block .container .block {
	padding: 0;
	background: #707070;
	color: #fff;
	border-radius: 20px;
	overflow: hidden;
}

section.cta-block .container .block img, section.cta-block .container .block video {
	float: left;
	height: 100%;
	object-fit: cover;
}

section.cta-block .container .block .content {
	padding: 70px 0 45px;
}

section.cta-block .container .block .content h1, section.cta-block .container .block .content h2, section.cta-block .container .block .content h3 {
	color: #fff;
}





section.logoslider {
	padding-bottom: 40px;
}

section.logoslider .container {
	max-width: 1596px;
}

section.logoslider .slider {
	margin-bottom: 50px;
}

section.logoslider .slider .slide {
	/* float: left; */
	display: flex;
	width: calc(16.66666% - 44px);
	min-height: 100%;
	margin: 0 22px;
}

section.logoslider .slider .slide .slide-inner {
	padding: 30px;
	background: #fff;
	border-radius: 20px;
	overflow: hidden;
	filter: grayscale(1);
}



section.faq-accordeon {}

section.faq-accordeon .block {
	padding: 70px 20px 80px;
}





/* Page elements */

/* --- Page title */

#title {
	margin-bottom: 60px;
}

#title svg {
	color: var(--main-orange);
}



/* --- Filters */

#filter-wrapper {
	margin-bottom: 20px;
}


#filters {
	padding-bottom: 10px;
	background: #fff;
	border-radius: 20px;
}

#filters h6 {
	margin-bottom: 15px;
	color: #0e100e;
	font-weight: 600;
	font-size: 20px;
	line-height: 26px;
}

#filters .filter {
	padding: 15px 30px;
}

#filters .filter.collapsable {
	border-top: 1px solid #BBE4CD;
}



a#toggle-filter {
	width: 100%;
	margin: 0;
}





/* Pages */

/* --- Actualiteiten */

/* ------ Overzicht */

#posts {}

#posts .post {
	display: block;
	float: left;
	width: 100%;
	position: relative;
	margin-bottom: 20px;
    background: #bbe4cd;
    border-radius: 20px;
    overflow: hidden;
}
#posts .post:after {
	position: absolute;
	right: 30px;
	bottom: 40px;
	display: block;
	width: 54px;
	height: 54px;
	background: #fff url(img/arrow-right.png) center/18px 14px no-repeat;
	border-radius: 100%;
	transition: all 0.2s;
	content: " ";
}
#posts .post:hover:after {
	right: 20px;
	bottom: 30px;
	width: 74px;
	height: 74px;
}

#posts .post .image {
	float: left;
	width: 100%;
}

#posts .post .image img {
	float: left;
	width: 100%;
}

#posts .post .content {
	float: left;
	width: 100%;
	padding: 15px 20px 50px;
}

#posts .post .content h2 {
	margin-bottom: 45px;
    color: #0e100e;
	font-weight: 600;
	font-size: 20px;
	line-height: 26px;
	text-transform: none;
	transition: color 0.2s;
}
#posts .post:hover .content h2 {
	color: var(--main-darkgreen);
}

#posts .post .content span.date {
	color: #0e100e;
}



/* ------ Detail */

#post-image {
	float: left;
	width: 100%;
	max-height: 392px;
	margin-bottom: 40px;
	border-radius: 20px;
	overflow: hidden;
}

#post-image img {
	float: left;
	width: 100%;
}


#post-meta {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}

#post-meta span.date {
	border: 1px solid #bbe4cd;
}

#post-content {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}



#share {
	padding: 29px 8px;
	border: 1px solid var(--main-darkgreen);
}

#share a.button {
	margin: 0;
}

#share h6 {
	font-weight: 400;
	display: inline-block;
}

#share ul {
	display: inline-block;
	margin: 0;
}

#share ul li {
	display: inline-block;
	margin-left: 10px;
	list-style: none;
}

#share ul li a {
	display: block;
	width: 55px;
	height: 55px;
	background: var(--main-lightgreen);
	color: #fff;
	font-size: 24px;
	text-align: center;
	line-height: 54px;
	border-radius: 54px;
	transition: all 0.2s;
}
#share ul li a:hover {
	background: var(--main-yellow);
	color: #0e100e;
}



#post-side {}

#post-side h3 {
	margin-bottom: 15px;
	color: var(--main-orange);
	font-weight: 600;
	font-size: 24px;
}


#latest-posts {
	overflow: hidden;
}

#latest-posts .mini-post {
	float: left;
	display: block;
	width: 100%;
	margin-bottom: 20px;
	background: #BBE4CD;
	border-radius: 20px;
	overflow: hidden;
}

#latest-posts .mini-post .image {
	float: left;
	width: 180px;
	height: 100%;
	overflow: hidden;
}

#latest-posts .mini-post .image img {
	float: left;
	width: 100%;
}

#latest-posts .mini-post .content {
	float: left;
	width: calc(100% - 180px);
	height: 100%;
	padding: 12px 20px 20px;
}

#latest-posts .mini-post .content h4 {
	margin-bottom: 7px;
	font-weight: 600;
	font-size: 20px;
	line-height: 26px;
}

#latest-posts .mini-post .content h4 a {
	color: #0E100E;
}
#latest-posts .mini-post .content h4 a:hover {
	color: var(--main-darkgreen);
}

#latest-posts .mini-post .content span.date {
	padding: 0 10px;
	font-size: 13px;
	line-height: 26px;
}



/* --- Members */

#object-intro {}

#object-intro .block {
	background: #bbe4cd;
	color: var(--main-darkgreen);
}

#object-intro .block h1, #object-intro .block h2, #object-intro .block h3 {
	color: var(--main-darkgreen);
}



#switch {
	float: right;
	margin-bottom: 24px;
	padding: 8px;
	font-size: 18px;
	background: var(--main-darkgreen);
	border-radius: 27px;
	overflow: hidden;
}

#switch a {
	float: left;
	display: block;
	padding: 3px 20px 5px;
	color: #fff;
	border-radius: 19px;
}

#switch a.active {
	background: #fff;
	color: #02692E;
}

#switch a svg {
	margin-right: 5px;
	font-size: 16px;
}



#object-list {}

#object-list .object {
	margin-bottom: 20px;
}

#object-list .object .block {
	height: 100%;
	padding: 10px;
	color: #000;
	transition: all 0.2s;
}

#object-list .object .block .image {
	position: relative;
	float: left;
	width: 100%;
	border-radius: 15px;
	border-radius: 10px;
	overflow: hidden;
}

#object-list .object .block .image img {
	float: left;
	width: 100%;
}

#object-list .object .block .image .label {
	position: absolute;
	bottom: 0;
	left: 20px;

	width: 60px;
	height: 50px;
	background-size: 60px 50px;
	color: #fff;
	font-size: 20px;
	line-height: 56px;
	text-align: center;
}

#object-list .object .block .image .label.label-a {
	background-image: url(img/label-a.png);
}

#object-list .object .block .image .label.label-b {
	background-image: url(img/label-b.png);
}

#object-list .object .block .image .label.label-c {
	background-image: url(img/label-c.png);
}

#object-list .object .block .image .label.label-d {
	background-image: url(img/label-d.png);
}

#object-list .object .block .image .label.label-e {
	background-image: url(img/label-e.png);
}


#object-list .object .block .content {
	float: left;
	width: 100%;
	padding: 20px;
	font-size: 16px;
	line-height: 22px;
}

#object-list .object .block .content h4 {
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 26px;
}

#object-list .object .block .content svg {
	float: left;
	margin: 5px 8px 32px 0;
	color: var(--main-darkgreen);
}



#object-map {
	display: none;
}

#object-map .wpgb-map-facet {
	width: 100%;
	border-radius: 20px;
}


/* ------ Hover */

#members-list .object:hover {}

#members-list .object:hover .block {}



/* --- Search results */

#results {
	float: left;
	width: 100%;
	margin-bottom: 40px;
}

#results .result {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid var(--main-darkgreen);
}

#results .result p {
	margin: 0;
}





/* Footer */

#footer {
    position: relative;
	margin-top: 80px;
    background: #3C963F;
    background: linear-gradient(90deg,rgba(60, 150, 63, 1) 0%, rgba(149, 193, 31, 1) 100%);
    color: #fff;
	line-height: 40px;
}


#footer p {
	margin-bottom: 30px;
}


#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	color: var(--main-lightgreen);
}


#footer strong {
	font-weight: 700;
	font-size: 38px;
	line-height: 42px;
}


#footer ul {}

#footer ul li {}



#footer .block {
	margin-top: -80px;
    padding: 80px 0;
	background: #02692e;
}



#footer .widgettitle {}

#footer .textwidget {
	float: left;
	width: 100%;
}



#socket {
	padding: 30px 0;
    font-size: 16px;
}

#socket ul {}

#socket ul li {
	display: inline;
	margin: 0 10px;
	white-space: nowrap;
}

#socket ul li a {
	color: #fff;
}
#socket ul li a:hover {
	color: var(--main-yellow);
}





/* Plugins */

/* --- WP Grid Builder */

.wpgb-facet>fieldset:last-child {
	margin-bottom: 0!important;
}


.wpgb-facet .wpgb-inline-list {
	margin: 0 0 12px 0!important;
}


.wpgb-facet .wpgb-button[aria-pressed=true] {
	background-color: #eaf7f0!important;
	border-color: #eaf7f0!important;
	color: var(--main-darkgreen)!important;
}
.wpgb-facet .wpgb-selection-facet .wpgb-button-control:after, .wpgb-facet .wpgb-selection-facet .wpgb-button-control:before {
	background: var(--main-darkgreen)!important;
}

.wpgb-facet ul .wpgb-button {
	padding: 0 8px!important;
}

.wpgb-facet .wpgb-button-label {
	padding: 0 8px 3px!important;
}


.wpgb-facet .wpgb-input, .wpgb-facet select.wpgb-select {
	margin-bottom: 5px!important;
	padding: 13px 10px!important;
	font-size: 18px!important;
	border: 1px solid var(--main-darkgreen)!important;
	border-radius: 10px!important;
}

.wpgb-facet .wpgb-autocomplete-facet .wpgb-input, .wpgb-facet .wpgb-date-facet .wpgb-input, .wpgb-facet .wpgb-search-facet .wpgb-input {
	padding-inline-end: 0!important;
	text-indent: 0!important;
}

.wpgb-facet .wpgb-input-icon {
	display: none;
}


.wpgb-facet .wpgb-hierarchical-list {
	margin: 0!important;
}


.wpgb-facet .wpgb-checkbox-facet .wpgb-checkbox-control {
	width: 18px!important;
	height: 18px!important;
	margin-top: 2px;
	border: 1px solid #0e100e!important;
}
.wpgb-facet .wpgb-checkbox-facet .wpgb-checkbox[aria-pressed=true] .wpgb-checkbox-control {
	border-color: var(--wpgb-accent-scheme-1)!important;
}


.wpgb-facet .wpgb-reset {
	width: 100%;
	padding: 16px 40px 18px!important;
	background-color: var(--main-orange)!important;
	background-image: none;
	font-weight: 600!important;
	border-radius: 27px!important;
}

.wpgb-facet button.wpgb-apply, .wpgb-facet button.wpgb-reset {
	margin: 0!important;
}



.gm-style .gm-style-iw-c {
	border-radius: 20px!important;
}

.wp-grid-builder .wpgb-card-1 .wpgb-block-4 .wpgb-block-term[data-id="7"] {
	background: var(--main-darkgreen);
}

.wp-grid-builder .wpgb-card-1 .wpgb-block-4 .wpgb-block-term[data-id="8"] {
	background: var(--main-lightgreen);
}

.wp-grid-builder .wpgb-card-1 .wpgb-block-4 .wpgb-block-term[data-id="9"] {
	background: var(--main-yellow);
}

.wp-grid-builder .wpgb-card-1 .wpgb-block-4 .wpgb-block-term[data-id="10"] {
	background: var(--main-orange);
}

.wp-grid-builder .wpgb-card-1 .wpgb-block-4 .wpgb-block-term[data-id="11"] {
	background: var(--main-red);
}



/* --- Gravity Forms */

.gform_required_legend {
	display: none;
}


.gform_wrapper.gravity-theme .gfield_label {
	font-weight: 400!important;
}

.gform_wrapper.gravity-theme .gfield_html {
	margin-top: 20px;
	color: var(--main-orange);
	font-weight: 600;
	font-size: 24px;
}


.gform_wrapper.gravity-theme input[type=color], .gform_wrapper.gravity-theme input[type=date], .gform_wrapper.gravity-theme input[type=datetime-local], .gform_wrapper.gravity-theme input[type=datetime], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=month], .gform_wrapper.gravity-theme input[type=number], .gform_wrapper.gravity-theme input[type=password], .gform_wrapper.gravity-theme input[type=search], .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=time], .gform_wrapper.gravity-theme input[type=url], .gform_wrapper.gravity-theme input[type=week], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea {
	padding: 12px 15px!important;
	font-size: 18px!important;
}


.gform_wrapper.gravity-theme .gform_drop_area {
	background: #fff!important;
	border-color: #02692E!important;
	border-radius: 10px!important;
}

.gform_wrapper.gravity-theme .gform_button_select_files {
	margin: 0 auto;
	padding: 10px 20px 12px;
	background: var(--main-orange);
}


.gform_wrapper.gravity-theme .gfield_checkbox label, .gform_wrapper.gravity-theme .gfield_radio label {
	font-size: 14px!important;
	line-height: 24px;
}

.gform_wrapper.gravity-theme .gfield-choice-input {
	margin-top: 7px!important;
	vertical-align: text-top!important;
}

.gform_wrapper.gravity-theme .gfield-choice-input+label {
	vertical-align: text-top!important;
}





/* CMS */

img.alignright, a img.alignright { float: right; margin: 0 0 20px 20px; }
img.alignleft, a img.alignleft { float: left; margin: 0 20px 20px 0; }
img.aligncenter, a img.aligncenter { display: block; margin: 0 auto 20px; }





/* Responsive */

a#toggle-filter {
	display: none;
}





@media screen and (max-width: 1199px) {

	.nav ul li {
		margin-right: 15px;
		font-size: 16px;
	}

	.nav ul li.menu-item-has-children {
		padding-right: 15px;
	}



	#content .table-wrap {
		overflow-x: scroll;
	}



	section.contentrow .block {
		margin-top: 24px;
	}

	section.banner .row .col.content {
		padding-right: 20px;
		padding-left: 20px;
	}

	section.logoslider .slider .slide {
		width: calc(20% - 24px);
	}

	section.cta-block .container .block .content {
		padding-right: 20px;
		padding-left: 20px;
	}



	#filters {
		margin-bottom: 60px;
	}



	#post-side {
		margin-top: 55px;
	}



	#footer .block {
		padding-right: 20px;
		padding-left: 20px;
	}

}



@media screen and (max-width: 959px) {

	.accordion li .accordion-control h4 {
		font-size: 22px;
		line-height: 30px;
	}



	#top a.button {
		margin: 0 5px;
		padding: 1px 15px 3px;
		font-size: 15px;
	}


	.nav {
		display: none;
	}



	#toggle-menu, #toggle-search {
		display: block;
	}



	#mobile-menu {
		display: none;
		position: fixed;
		top: 140px;
		left: 0;
		width: 100%;
		height: calc(100vh - 140px);
		padding: 40px 20px 140px;
		background: var(--main-darkgreen);
		background: linear-gradient(140deg, rgba(60, 150, 63, 1) 0%, rgba(149, 193, 31, 1) 100%);
		line-height: 42px;
		overflow-y: scroll;
		z-index: 2;
	}

	#mobile-menu ul {
		margin: 0;
		padding: 0;
		font-weight: 600;
		font-size: 26px;
	}

	#mobile-menu ul li {
		position: relative;
	}

	#mobile-menu ul li.menu-item-has-children {}
	#mobile-menu ul li.menu-item-has-children:before {
		position: absolute;
		top: 14px;
		right: 3px;
		width: 8px;
		height: 14px;
		background: url(img/arrow-mobile-nav.svg) center/8px 14px no-repeat;
		transition: transform 0.2s;
		content: " ";
	}

	#mobile-menu ul li.menu-item-has-children.open {}
	#mobile-menu ul li.menu-item-has-children.open:before {
		transform: rotate(90deg);
	}

	#mobile-menu ul li a {
		color: #fff;
	}

	#mobile-menu ul li ul {
		display: none;
		margin: 5px 0;
		padding: 10px 20px;
		background: #02692e;
		font-weight: 400;
		font-size: 18px;
		line-height: 32px;
		border-radius: 20px;
	}

	#mobile-menu ul li ul li {}

	#mobile-menu ul li ul li a {
		color: #eaf7f0;
	}



	section.contentslider .slide, section.newsslider .slide {
		width: calc(50% - 24px);
	}

	section.logoslider .slider .slide {
		width: calc(25% - 24px);
	}



	#share, #share .text-right {
		text-align: center;
	}

	#share h6 {
		margin-bottom: 10px;
	}

	#share a.button {
		margin-bottom: 24px;
	}

}



@media screen and (max-width: 767px) {

	h1 { font-size: 42px; line-height: 44px; }
	h2 { font-size: 34px; line-height: 38px; }
	h3 { font-size: 30px; line-height: 34px; }
	h4 { font-size: 26px; line-height: 40px; }
	h5 { font-size: 24px; line-height: 40px; }



	section.logoslider .slider .slide {
		width: calc(33.33333% - 24px);
	}



	#footer .block {
		padding: 60px 20px;
	}

	#footer strong {
		font-size: 34px;
		line-height: 38px;
	}

}



@media only screen and (max-width: 641px) {

	.gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
		line-height: inherit!important;
	}

}



@media screen and (max-width: 567px) {

	#logo {
		margin-top: -15px;
	}

	#logo img {
		width: auto;
		max-height: 80px;
	}



	section.logoslider .slider .slide {
		width: calc(50% - 24px);
	}



	#latest-posts .mini-post .image {
		width: 100%;
	}

	#latest-posts .mini-post .content {
		width: 100%;
	}

}



@media screen and (max-width: 479px) {

	h1 { font-size: 36px; line-height: 38px; }
	h2 { font-size: 30px; line-height: 34px; }
	h3 { font-size: 28px; line-height: 32px; }
	h4 { font-size: 24px; line-height: 38px; }
	h5 { font-size: 22px; line-height: 38px; }

	h1 {
		word-break: break-word;
	}



	section.contentslider .slider .slide, section.newsslider .slider .slide {
		width: 100%;
		margin: 0;
	}

	section.logoslider .slider .slide {
		width: 100%;
		margin: 0;
	}



	#footer .block {
		padding: 40px 20px;
	}

	#footer strong {
		font-size: 30px;
		line-height: 34px;
	}

}










@media screen and (min-width: 480px) {

}



@media screen and (min-width: 568px) {

}



@media screen and (min-width: 768px) {

}



@media screen and (min-width: 960px) {

	#top a.button:hover {
		padding: 3px 30px 5px;
	}

	#top #cta {
		text-align: right;
	}


	#mobile-menu {
		display: none!important;
	}



	section.banner img, section.banner video {
		mask: url(img/cover.png) left bottom/cover no-repeat;
	}

	section.banner .container .block {
		background: linear-gradient(140deg,rgba(60, 150, 63, 1) 0%, rgba(149, 193, 31, 1) 50%);
	}


	section.cta-block .container .block img, section.cta-block .container .block video {
		mask: url(img/cover.png) left bottom/cover no-repeat;
	}

}