/*
Theme Name: EnergieSprong 3
Theme URI: http://energiesprong.eu
Author: In de Walvis
Author URI: http://indewalvis.nl
Description: 
Version: 3.0
License: GNU General Public License v2 or later
License URI: http://indewalvis.nl
Tags: 
Text Domain:


Colors:
#00B6C5 BLUE
#3c3c3b almost black
*/

/* brandguide page */
.page-id-4354 nav,
.page-id-4354 .dummy-nav,
.page-id-4354 h1,
.page-id-4354 footer,
.page-id-4354 .socialicons-wrap{
	display:none;
}
.page-id-4354 .inner {
	max-width: none;
}
.page-id-4354 .wp-block-image img{
	width: 100% !important;
	height: auto;
}


html,body {
	height:100%;
	height:100%;
	box-sizing:border-box;
}

*,:before,:after {
	box-sizing:inherit;
}

body {
	position:relative;
	margin:0;
	padding:0;
	background-color:#fff;
	color:black;
	text-align:center;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:17px;
	line-height:30px;
	font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
}

strong,b {
	font-family: 'CircularStd-Medium';
	font-style: normal;
	font-weight: normal;
}

a {
	color:inherit;
	text-decoration: none;
}

.content a {
	color: #00B6C5;
}

a img {
	border:0;
}

p {
	margin: 0;
	padding: 0 20px;
	
}

em{
	font-family: 'CircularStd-BooklItalic';
	font-style: italic;
}

BLOCKQUOTE {
	font-style:normal;
	font-size:25px;
	line-height:32px;
	text-align:center;
	padding:20px;
	margin:0;
}

UL,OL {
	margin:10px auto;
	padding:0;
}

UL LI {
	margin:5px 0 5px 20px;
	padding:0;
	list-style:disc;
}

OL LI {
	margin:5px 0 5px 20px;
	padding:0;
	list-style:decimal;
}

H1 {
	font-family: 'CircularStd-Medium';
	font-style: normal;
	font-weight: normal;
	font-size:30px;
	line-height:48px;
	max-width:1120px;
	text-align: left;
	margin: 20px auto 10px auto;
	padding: 0 20px;
}

H2 {
	font-family: 'CircularStd-Medium';
	font-style: normal;
	font-weight: normal;
	font-size:24px;
	line-height:30px;
	margin: 20px 0 20px 0;
	padding: 0 20px;
}

H3 {
	font-family: 'CircularStd-Medium';
	font-style: normal;
	font-weight: normal;
	font-size:21px;
	line-height:34px;
	margin-top: 20px;
}

H4, H5, H6 {
	font-family: 'CircularStd-Medium';
	font-style: normal;
	font-weight: normal;
	font-size:21px;
	line-height:34px;
}

HR{
	border: none;
	border-top: 1px solid black;
}

HEADER {
	position:relative;
	width:100%;
	height:150px;
	top:0;
	margin-bottom:40px;
}

@media all and (max-width: 800px) {
	HEADER {
		height:220px;
	}
}

HEADER h1 {
	position:absolute;
	bottom:0;
	margin:0 auto;
	padding:0;
	width:100%;
}

.back-to-newsroom {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0 20px 0 0;	
}

.inner {
	max-width:1100px;
	margin:0 auto !important;
	position:relative;
	text-align: left;
	display: block;
}

.inner-small {
	max-width:800px;
	margin:0 auto;
	position:relative;
}

.inner-large {
	max-width:1600px;
	margin:0 auto;
	padding:0;
	position:relative;
}

/* NAVIGATIE	 */
.home nav {
	background-color: transparent;
}

.home nav.active {
	background-color: black;
}

.home nav #logo{
	background-image:url("images/logo-energiesprong-2023-black.svg");
}

.home nav.active #logo{
	background-image:url("images/logo-energiesprong-2023-white.svg");
}

nav {
	display:block;
	position:fixed;
	z-index:90;
	padding:0;
	margin:0 auto;
	width:100%;
	height:auto;
	background-color: black;
	height: 140px;
}

/* @media all and (max-width: 768px){
	nav {
		height: 120px;
	}
} */

nav.active {
	width:100%;
	height:100%;
	background-color:black;
	z-index:90;
}



nav.active .inner {
	height:100%;
}

.dummy-nav {
	display: block;
	height: 160px;
}

.home .dummy-nav {
	display: block;
	height: 0px;
}

nav .menu-main-container {
	position:relative;
	float:none;
	width:100%;
	height:70%;
	display:none;
	-ms-flex-align:center;
	-webkit-align-items:center;
	-webkit-box-align:center;
	align-items:center;
	margin-top: 40px;
}

nav.active .menu-main-container {
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
}

nav .menu-main-container ul {
	display:block;
	margin:0 auto;
	text-align:center;
	width:100%;
	max-width: 900px;
}

nav .menu-main-container ul li {
	width:100%;
	text-align: left;
	padding: 0 40px;
}

nav .menu-main-container ul li a {
	font-size:35px;
	line-height:55px;
	text-align:left;
	font-family: 'CircularStd-Book';
	letter-spacing: 0em;
	color: white;	
}

nav .menu-main-container ul li a:hover {
	text-decoration: underline;
}

@media all and (max-width: 1200px) {
	nav .menu-main-container ul li a {
		font-size:30px;
		line-height:48px;
	}
}

@media all and (max-width: 800px) {
	nav .menu-main-container ul {
	}
	
	nav .menu-main-container ul li a {
		font-size:25px;
		line-height:36px;
	}
}

@media all and (max-width: 550px) {
	nav .menu-main-container ul {
		margin-top:90px;
	}
	
	nav .menu-main-container ul li a {
		font-size:21px;
		line-height:32px;
	}
}

@media all and (max-width: 320px) {
	nav .menu-main-container ul {
		margin-top:130px;
	}
	
	nav .menu-main-container ul li a {
		font-size:20px;
	}
	
	nav .menu-main-container ul li {
		padding:5px;
	}
}

nav .menu-main-container ul li a:hover,nav .menu-main-container ul li.current-menu-item a {
	text-decoration: underline;
}

/* MOBILE MENU */
nav .mobile-menu {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 80px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	cursor:pointer;
	z-index:90;
}

nav.active .mobile-menu {
	display: block;
	margin-right: 25px;
	/* margin-top: -25px; */
	padding: 0;
}

.fa-bars {
	font-size:80%;
}

.home .fa-bars {
	color: black;
}

nav .mobile-menu #search {
	display:none;
	margin-right:20px;
	color:#fff;
}

nav .mobile-menu #search:hover i {
	color:black;
}

nav.active .mobile-menu #search {
	display:inline-block;
}

@media all and (max-width: 550px) {
	nav.active .mobile-menu #search {
		display:none;
	}
}

nav.active #menutoggle .fa-circle {
	display:none;
}

nav #logo {
	display:block;
	margin:16px 20px;
	width:200px;
	height:110px;
	/* background-image:url("images/logo-energiesprong-2019-white.svg"); */
	background-image:url("images/logo-energiesprong-2023-white.svg");
	background-repeat:no-repeat;
	background-size:contain;
	background-repeat:no-repeat;
	background-position:left center;
	-webkit-transition:width 400ms,height 400ms;
	-moz-transition:width 400ms,height 400ms;
	-o-transition:width 400ms,height 400ms;
	transition:width 400ms,height 400ms;
}

/* @media all and (max-width: 768px){
	nav #logo {
		display:block;
		margin-top:40px;
	}
} */



/*
nav #logo.small {
	width:82px;
	height:56px;
}
*/


/* filter */
.filter {
	display:inline-block;
	margin-right:30px;
}

.filter span {
	color:rgba(0,0,0,0.3);
	font-size:13px;
	line-height:50px;
	vertical-align:middle;
}

#filter a.active {
	color:#06D6A0;
}

/* MENU */
.menu {
	margin:0;
	padding:0;
	float:left;
	font-size:0;
}

.menu li {
	list-style:none;
	display:inline-block;
	margin:0;
	padding:15px 0 5px;
	border:0;
}

.menu li a {
	color:#fff;
	text-decoration:none;
	font-style:normal;
	color:#fff;
	margin:0;
	display:block;
	border:none;
}

.menu li a {
	display:inline-block;
	position:relative;
	padding-bottom:3px;
}

/* SUBMENU */
nav ul.sub-menu {
	margin:0;
	padding:0;
	height:0;
	overflow:hidden;
	-webkit-transition:all 400ms ease-out 0;
	-moz-transition:all 400ms ease-out 0;
	-o-transition:all 400ms ease-out 0;
	transition:all 400ms ease-out 0;
}

nav .menu-main-container ul li.current-menu-item .sub-menu a {
	color:#fff;
}

nav .menu-main-container ul li.current-menu-item .sub-menu a:hover {
	color:#06D6A0;
}

.menu-item-has-children:hover ul.sub-menu {
	min-height:160px;
}

nav ul.sub-menu li {
	padding:0;
	margin:0;
}

nav ul.sub-menu li a {
	font-size:21px;
	line-height:30px;
}

ul.sublist {
	margin:0 auto;
	margin:20px;
	padding:0;
}

ul.sublist li {
	list-style-type:none;
	margin:0;
	padding:0;
	display:inline-block;
	font-size: 18px;
}

ul.sublist li a {
	text-decoration: none;
	padding: 5px;
}

ul.sublist li a.active,
ul.sublist li a:hover {
	color: #46D4B2;
}

/* related-questions */
ul.related-questions li {
	list-style: none;
	margin: 0;
	padding: 0;
}


ul.related-questions li .title {
	color: black;
	text-decoration: underline;
	opacity: 1;
	cursor: pointer;
}

ul.related-questions li .title:hover {
	opacity: 0.4;
}

ul.related-questions li .content {
	display: none;
	padding: 10px 20px 20px 20px;
}

ul.related-questions li.active .content {
	display: block;
}

ul.related-questions li .content ul {
	margin: 10px 0px;
	padding: 0;
	display: block;
}

ul.related-questions li .content ul li{
	margin: 0;
	padding: 0;
	list-style:inside;
}

.spacer {
	height: 40px;
	display: block;
}


/* COLS */
.cols {
	width:100%;
	height:auto;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	-webkit-flex-direction:row;
	flex-direction:row;
}

.padding {
	padding: 0 10px;
}

.padding-double {
	padding: 0 20px;
}

.padding-height {
	padding-top: 20px;
	padding-bottom: 20px;
}

.morespace {
	padding-left: 80px;
}

.col1-2 {
	width:50%;
	position:relative;
}

.col3-4 {
	width:75%;
}

.col1-4 {
	width:25%;
	text-align:left;
	position:relative;
}

.col1-3 {
	width:33.33%;
	text-align:left;
	height:100%;
	position:relative;
	display:block;
}

.col2-3 {
	position:relative;
	width:66.66%;
	height:100%;
	text-align:left;
	display:block;
}

@media all and (max-width: 768px) {
	.cols {
		display:block;
		position:relative;
	}
	
	.col1-2 {
		width:100%;
	}
	
	.col1-3 {
		width:100%;
	}
	
	.col2-3 {
		width:100%;
	}
	
	.col3-4 {
		width:100%;
	}
}


/* LIJST */
ul.lijst {
	margin:0;
	padding:0;
	margin-top:10px;
	font-size:22px;
	line-height:26px;
}

ul.lijst li h2 {
	font-size:22px;
	line-height:26px;
}

ul.lijst li {
	list-style:none;
	margin:0;
	padding:5px 0;
	text-align:left;
}

ul.lijst li.active h2 {
	font-style:normal;
	font-size:25px;
	line-height:30px;
}

ul.lijst li a {
	text-decoration:none;
	color:#000;
}

ul.lijst li a.active {
	color:#4FDEB3;
}

/* RELATED */
ul.related-posts {
	margin: 10px 10px 0 0;
	padding: 0;
}
ul.related-posts li {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-bottom: 20px;
}

ul.related-posts li a {
	position: relative;
	display: block;
}

ul.related-posts li .thumb {
	width: 100%;
	height: auto;
	padding-bottom: 60%;
	background-size: cover;	
	margin-bottom: 10px;
}

ul.related-posts li img {
	width: 100%;
	height: auto;
	display: block;
}

article ul.related-posts li h2 {
	margin: 0 0 0 30px;
}

ul.related-posts li h2 {
	color: black;
	font-size: 16px;
	line-height: 18px;
}

ul.related-posts li .date {
	color: #999;
	margin: 0 0 0 30px;
	padding: 0;
	
}

.video-icon {
	background-image: url(images/video-icon.svg);
	background-size: 47px 47px;
	background-repeat: no-repeat;
	width: 70%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-position: center center;
	z-index: 10;
	display: block;
}

/* ARTICLE */
ARTICLE {
	text-align:left;
/* 	padding: 20px; */
}

ARTICLE img.wp-post-image, ARTICLE img.size-medium, ARTICLE img.size-large {
	width:100%;
	height:auto;
	display:block;
	margin:10px 0;
}

ARTICLE a {
	color:#00B6C5;
}

ARTICLE a:hover {
	color:black;
}

/*
.single ARTICLE P { 
	margin: 0 60px 0px 10px;
}

.single ARTICLE .wp-block-image {
	margin: 0 60px 10px 10px;
}
*/

ARTICLE .wp-block-image figcaption{
	text-align: left;
}

ARTICLE .wp-block-image img{
	width: 100%;
	height: auto;
	display: block;
}

/* OVERZICHT */
.overzicht {
	width:100%;
	height:auto;
	margin:0 auto;
	padding: 0 10px;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	-webkit-flex-direction:row;
	flex-direction:row;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}

.overzicht .block {
	width:33.33%;
	height:auto;
	display:block;
	margin:0;
	padding:0 10px 20px;
	box-sizing:border-box;
	text-align:left;
	position:relative;
	text-decoration:none;
}

.overzicht.twee .block {
	width:50%;
}

.overzicht.vier .block {
	width:25%;
}

@media all and (max-width: 768px) {
	.overzicht.vier .block {
		width:50%;
	}
}

@media all and (max-width: 550px) {
	.overzicht.vier .block {
		width:100%;
	}
}

.cols .overzicht {
	padding:20px;
}



@media all and (max-width: 1000px) {
	.overzicht .block {
		width:50%;
	}
}

@media all and (max-width: 550px) {
	.overzicht .block {
		width:100%;
	}
}

/* countries */
#countries {
	margin-bottom: 40px;
}

.countries-drawing {
	display: block;
	width: 100%;
	height: auto;
	padding: 0 10px 40px 10px;
}

.countries-overzicht {
	margin: 0;
	padding: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
}

.countries-overzicht a {
	width: 33.33%;
	padding: 10px;
}

.countries-overzicht h2 {
	color: #00B6C5;
}
.countries-overzicht h2:hover {
	color: black;
}

.countries-overzicht a img {
	width: 100%;
	height: auto;
	display: block;
}

.overzicht .hentry {
	position:relative;
	width:100%;
	height:auto;
	display:block;
	overflow:hidden;
}

@media all and (max-width: 768px){
	.countries-overzicht a {
		width: 50%;
	}
}

/* NEWS */
#news {
	margin-top: 40px;
}

.single .content {
	padding-right: 80px;
}



.single .content img {
	width: 100%;
	height: auto;
}

.date {
	font-size:13px;
	line-height:22,5px;
	text-transform:lowercase;
	color:#999;
}

.single .date {
	margin: 10px 0;
}

/*
.showcase div{
	background-color: #ccc;
}
*/

.showcase h3{
	margin: 0 15px;
	padding-bottom: 10px;
}

.news-overzicht {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 0px 40px 0px;
}

.news-overzicht a {
	width: 33.33%;
	padding: 0 10px 10px 10px;
	text-decoration: none;
}

@media all and (max-width: 768px){
	.news-overzicht {
		display: block;
		padding: 10px;
	}
	
	.news-overzicht a {
		width: 100%;
	}
}

.news-overzicht a .categories {
	padding:0;
	font-size:13px;
	line-height:22,5px;
	text-transform:lowercase;
	float: left;
}

.news-overzicht a .hentry .date {
	padding:0;
	color:#999;
	float: right;
}

.news-overzicht a .hentry h4 {
	width:100%;
	height:auto;
	padding:0;
	margin:10px 0 0 0;
	line-height: 20px;
}

.news-overzicht a .hentry .thumb {
	background-size:cover;
	background-position:center bottom;
	height:240px;
	margin: 10px 0;
	position: relative;
}

.news-overzicht a.hentry .thumb img {
	width:100%;
	height:auto;
}

.news-overzicht .hentry.post .content {
	position:relative;
}

.news-overzicht .hentry.post .excerpt {
	display: none;
}

.news-overzicht .hentry.post.category-what-others-say-about-us h2 {
	text-decoration: underline;
	color: #00B6C5;
}

.news-overzicht .hentry.post.category-what-others-say-about-us .excerpt {
	display: block;
}



.home .excerpt {
	display: none;
}


.news-overzicht a .hentry.post .categories {
	color: #00B6C5;
}


.news-overzicht a .hentry.post .mouseover{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: aqua;
	opacity: 0;
	z-index: 10;
}

.news-overzicht a:hover .hentry.post .mouseover{
	opacity: 0.6;
}

.news-overzicht a .hentry.post .mouseover {
	background-color: #00B6C5;
}


/* OA CONTACT */
.overzicht .hentry .thumb {
	background-size:cover;
	background-position:center bottom;
	height:240px;
	margin:0;
	margin: 15px 0 10px 0;
}

.overzicht .hentry .thumb img {
	width:100%;
	height:auto;
}

.overzicht .hentry.post .content {
	position:relative;
	padding-top:10px;
}

.overzicht .hentry.post h2{

}

.hentry h3{
	margin-top: 0 !important;
}

.overzicht .hentry.post .content .categories {
	padding-top:9px;
}


.categories {
	padding:0;
	font-size:13px;
	line-height:22,5px;
	text-transform:lowercase;
}


.overzicht .hentry .date {
	position:absolute;
	right: 0;
	padding:0;
	color:#999;
	margin-top: 10px;
}

/* COUNTRY */
.overzicht .country {
	
}

.overzicht .country .thumb {
	background-repeat: no-repeat;
	background-size: contain;
	height: 190px;
}


/*
.overzicht .hentry h2 {
	width:100%;
	height:auto;
	padding:0;
	margin:30px 0 10px;
}
*/


/* CONTACT */
.overzicht .hentry.contact {
	padding-top:20px;
}

.overzicht .hentry.contact h2 {

}

.overzicht .hentry.contact .thumb {
	margin:0 0 20px;
}

.overzicht .hentry.contact .functie {
	font-family: 'CircularStd-MediumItalic';
	color: #959698;
	display:block;
	margin-top: 5px;
}

.overzicht .hentry.contact .country {
	display:block;
	color:#00B6C5;
}



.overzicht .hentry.contact .email {
	display:block;
	color:#00B6C5;
}

.overzicht .hentry.contact .phone {
	display:block;
	text-decoration:none;
}

/* PUBLICATION */
.publication {
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin-bottom: 40px;
}

.publication .thumb {
	width: 192px;
	height: 263px;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #393737;
}

.publication .content {
	padding-left: 28px;
	position: relative;
	max-width: 460px;
}

.publication .content .date{
	margin-top: -8px;
}

.publication h1 {
	color: #00B2C5;
	margin-top: 0px; 
	margin-bottom: 15px;
	padding: 0;
}
.publication p {
	padding: 0;
	margin: 0;
}

.publication .button {
	position: absolute;
	bottom: 0;
}




.bordertop {
	border-top:3px solid #000;
	margin-top:20px;
	padding-top:20px;
}

.overzicht .project {
	position:relative;
	width:100%;
	height:auto;
	display:block;
	border-top:none;
	overflow:hidden;
}

.overzicht .project h2 {
	margin:0 0 20px;
}

.overzicht .project .locatie {
	margin-top:15px;
}

.overzicht .project .thumb {
	background-size:cover;
	background-position:center bottom;
	background-repeat:no-repeat;
	height:auto;
	width:100%;
	margin:0;
	padding:0;
	display:block;
}

.overzicht .project .thumb:after {
	content:"";
	display:block;
	padding-bottom:65%;
}

a .locatie,.locatie {
	color:#FC6760;
	text-decoration:none;
	font-size:12px;
}

.halfhalf#social {
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	-webkit-flex-direction:row;
	flex-direction:row;
	height:auto;
	margin:0;
	padding:0;
	position:relative;
}

.halfhalf#social > a {
	width:50%;
	height:350px;
	box-sizing:border-box;
	text-align:left;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	margin:0;
	padding:0;
}

.halfhalf#social .content:hover {
	background-color:rgba(0,0,0,0);
}

.halfhalf#social .content {
	position:relative;
	text-align:center;
	color:#fff;
	width:100%;
	max-width:none;
	height:100%;
	background-color:rgba(0,0,0,0.5);
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	align-items:center;
	justify-content:center;
}

.halfhalf#social a {
	text-decoration:none;
}

/* THEMA'S */
.themes-overzicht {
	margin: 0;
	padding: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    
    flex-wrap: wrap;
    
    margin: 0 -10px;
}

#themes .block .content {
	padding: 0 0 40px 0;
	background-image: url('images/pattern.svg');
	background-size: cover;
	background-position: left center;
}

#themes .block .content h2 {
	padding: 30px 20px;
	background-color: #00B6C5;
	border: 4px solid #00B6C5;
	min-height: 142px;
	display: block;
}


#themes .block .content.darkblue h2 {
	background-color: #00B6C5;
	border: 4px solid #00B6C5;
	color: white;
}

#themes .block .content.darkblue h2:hover {
	background-color: white;
	border: 4px solid #00B6C5;
	color: #00B6C5;
}

#themes .block .content.lightblue h2 {
	background-color: #99D7DD;
	border: 4px solid #99D7DD;
	color: black;
}

#themes .block .content.lightblue h2:hover {
	background-color: white;
	border: 4px solid #99D7DD;
	color: black;
}

#themes .block .content.red h2 {
	background-color: #FC6760;
	border: 4px solid #FC6760;
	color: white;
}

#themes .block .content.red h2:hover {
	background-color: white;
	border: 4px solid #FC6760;
	color: #FC6760;
}

#themes .block .content.black h2 {
	background-color: black;
	border: 4px solid black;
	color: white;
}

#themes .block .content.black h2:hover {
	background-color: white;
	border: 4px solid black;
	color: black;
}

#themes .block .content.grey h2 {
	background-color: #959698;
	border: 4px solid #959698;
	color: white;
}

#themes .block .content.grey h2:hover {
	background-color: white;
	border: 4px solid #959698;
	color: #959698;
}

#themes .block .content h2:hover {
	background-color: white;
	border: 4px solid #99D7DD;
	color: #00B6C5;
}

#themes .block .excerpt{
	padding: 10px 25px;
}


/* HOME */
.home header {
	display:none;
}

.teaser H1 {
	color: white;
	font-size:40px;
	line-height:48px;	
}

.teaser H1 em {
	font-style: italic;
}

#whatis {
	margin-bottom: 40px;
}


#themes .overzicht .block {
	padding-bottom:0;
}



/* BUTTON */
.button {
	color:#fff;
	background-color:#06D6A0;
	padding:5px 30px 5px 30px;
	width:auto;
	text-decoration:none;
	font-weight: bold;
}

.button.red {
	color:#FC6760;
	background-color:#fff;
	border: 2px solid #FC6760;
}


.button.red:hover {
	color:#fff;
	background-color:#FC6760;
}

.button.blue {
	color:#00B2C5;
	background-color:#fff;
	border: 2px solid #00B2C5;
}


.button.blue:hover {
	color:#fff;
	background-color:#00B2C5;
}




/* VIDEO'S */

.home .video-container-wrap {
	max-width: none;
	margin:0 auto 20px auto;
	display:block;
}

.home .video-container {
	position:relative;
	/* padding-bottom:43%; */
	padding-bottom:56.25%;
	height:0;
	overflow:hidden;
}



.video-container-wrap {
	max-width:1400px;
/* 	margin:10px auto; */
	margin: 0 0 10px 0;
	display:block;
}

.video-container {
	position:relative;
	padding-bottom:56.25%;
	height:0;
	overflow:hidden;
}

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

iframe#counter {
	overflow: hidden; 
	height: 300px; 
	width: 100%;
	background-color: black;
}

@media all and (max-width: 768px){
	iframe#counter {
		height: 660px; 
	}
}

/* LOADING */
#loading-wrap {
	position:fixed;
	height:100%;
	width:100%;
	overflow:hidden;
	top:0;
	left:0;
	color:#000;
	text-align:center;
	display:none;
	z-index:998;
}

.loading {
	width:100px;
	height:100px;
	margin:auto;
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
}

/* SLIDESHOW */
.flexslider {
	margin:0 auto;
	padding:0;
	width:100%;
	height:auto;
	text-align:center;
	margin:0 auto;
	padding:0;
	overflow:hidden;
	background:none;
	border:0 solid #fff;
	position:relative;
	zoom:1;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow: none;
	-moz-box-shadow:none;
	-o-box-shadow:none;
	box-shadow:none;
/* 	margin-bottom: 40px; */
/* 	border-bottom: 50px solid #B1D8E1; */
}

/*
.flexslider img {
	max-height: 390px;
}
*/
.flexslider a.item {
	display:block;
	position:absolute;
	margin-left:20px;
	bottom:20px;
	background-color:rgba(255,255,255,0.8);
	padding:20px;
	text-decoration:none;
	text-align:left;
	max-width:400px;
}

@media all and (min-width: 1600px) {
	.flexslider a.item {
		margin-left:220px;
	}
}

@media all and (max-width: 768px) {
	.flexslider .slides img {
		width:200%;
	}
}

@media all and (max-width: 550px) {
	.flexslider .slides img {
		width:300%;
	}
	
	.flexslider a.item {
		display:none;
	}
}

.flex-control-nav {
	bottom:40px;
}

.flex-direction-nav li {
	list-style:none;
}

/* SELECTION */
::selection {
	background:#000;
	color:#fff;
}

::-moz-selection {
	background:#000;
	color:#fff;
}

.close {
	position:absolute;
	right:20px;
	margin-top:-6px;
	padding:0;
	display:block;
}

.close:hover {
	color:#05D69F;
}


/* pagination */
#pagination {
	width: 100%;
}

#pagination .pagination_left {
	position: absolute;
	left: 0;
}

#pagination .pagination_right {
	position: absolute;
	right: 0;
}

/* HALF HALF */
.halfhalf {
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	-webkit-flex-direction:row;
	flex-direction:row;
	height:auto;
	margin:0 auto;
	padding:0;
	position:relative;
}

.halfhalf.reverse {
	-webkit-flex-direction:row-reverse;
	flex-direction:row-reverse;
}

.halfhalf img {
	width:100%;
	height:auto;
	display:block;
	vertical-align:top;
}

.halfhalf > div {
	width:50%;
	box-sizing:border-box;
	text-align:left;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
}

.halfhalf .content {
	position:relative;
	max-width:600px;
	padding:40px 20px;
}

@media all and (max-width: 768px){
	.halfhalf {
		display: block;
	}
	.halfhalf > div {
		width:100%;
	}
}

/* FOOTER */
footer {
	width:100%;
	height:auto;
	display:block;
	position:relative;
	margin-top: 40px;
	padding-bottom: 20px;
}

footer .inner {
	/* border-top: 2px solid black; */
}

footer a {
	color: black;
	text-decoration: underline;
}


footer H2 {
	color: white;
	font-family: 'CircularStd-Medium';
	font-style: normal;
	font-weight: normal;
}

footer .partners-wrap {
	text-align: center;
}


footer .partners-wrap a {
	display: block;
	width: 100%;
}

/* WORDBREAK */
.wordbreak {
	-ms-word-break:break-all;
	word-break:break-all;
	word-break:break-word;
	-webkit-hyphens:auto;
	-moz-hyphens:auto;
	hyphens:auto;
}

.scrollup {
	position:absolute;
	right:0;
	bottom:0;
	padding:10px;
}

.reverse {
	-webkit-flex-direction:row-reverse;
	flex-direction:row-reverse;
}

/* GREY */
.gray {
	filter:grayscale(100%);
	-webkit-filter:grayscale(100%);
	filter:grayscale(100%);
	-webkit-transition:-webkit-filter 1s;
	transition:-webkit-filter 1s;
}

.gray:hover {
	filter:grayscale(0%);
	-webkit-filter:grayscale(0%);
	filter:grayscale(0%);
}

/* ANIMATION */
.fadein-animation {
	opacity:0;
}

.fadein-animation.animated {
	opacity:1;
}

/* FORMS */
input,textarea,select {
	background-color:#fafafa;
	border:none;
	padding:10px;
	font-size:13px;
	width:100%;
	display:block;
	-webkit-appearance:none;
	border-radius:0;
	float: left;
}

nav .socialicons ul {
	text-align: left;
	padding-bottom: 10px;
}

nav .socialicons ul li{
	display: inline-block;
	width: 30px;
	text-align: left;
	padding: 0 10px 0 40px
}


/* SEARCH */
nav .search-form {
	display: none;
	max-width: 900px;
	margin: 40px auto 0 auto;
	padding: 0 40px;
	text-align: left;
}


nav.active .search-form {
	display: block;
}


.search-form .search-field {
	max-width: 400px;
}

input[type="submit"],
button.search-submit 
{
	background-color:transparent;
	color:#fff;
	margin: 0;
	padding:0 10px;
	width:auto;
	text-decoration:none;
	font-weight: bold;
	font-size: 35px;
	border: none;
/* 	pointer-events: none; */
}


label {
	display:block;
	margin-bottom:10px;
}


@media all and (max-width: 768px) {
	.no-mobile {
		display:none;
	}
}

.wp-caption {
	background:none;
	border:none;
	max-width:100%;
	padding:none;
	text-align:left;
}

.clearfix:after {
	content:" ";
	visibility:hidden;
	display:block;
	height:0;
	clear:both;
}

.center {
	text-align:center;
}

.absolute-center {
	margin:auto;
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
}

.fixed {
	position:fixed;
	top:0;
}

.bg-blue {
	background-color: #A6D6DC;
}

.blue{
	color: #00B6C5;
}

.dark-grey{
	color: #575756;
}

.bg-grey {
	background-color: #787876;
}

.bg-black {
	background-color: #000000;
	color: #ffffff;
}

.black {
	color: black;
}

.bg-pink{
	background-color: #FDEFEF;	
}

.no-mobile{
	display: none;
}

.mobile{
	display: none;
}

@media all and (max-width: 768px){
	.mobile{
		display: block;
	}
}

.ani{
	font-family: 'CircularStd-Medium';
	font-style: normal;
	font-weight: normal;
	font-size:21px;
	line-height:34px;
}

.fullscreen {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.9);
	top: 0;
	left: 0;
	display: none;
	z-index: 91;	
	color: white;
	align-items: center;
	justify-content: center;
}

.fullscreen-inner {
	width: 100%;
	padding: 40px;
	padding-top: 60px;
	max-width: 1200px;
}

.fullscreen p {
	margin: 0;
	padding: 0;
	text-align: left;
}

.fullscreen .video-container-wrap {
	margin: 0;
	padding: 0 0 10px 0;
}

.fullscreen .close {
	color: white;
	z-index: 999;
	margin: 0;
	top: 20px;
}

.close:hover {
	color:#000000;
}

.popup {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: black;
	z-index: 99;
}

.button-show-all {
	border: 2px solid black;
	margin: 0 auto 40px auto;
	padding: 5px 30px;
	box-sizing: border-box;
	width: 31.9%;
	display: block;
}

.button-show-all:hover {
	color: white;
	background-color: black;
}



/* chart */
#chart {
	padding-bottom: 20px;
}

h2.bigger {
	font-size: 30px;
	padding: 30px 0 20px 0;
	color: white;
}


.wp-block-columns{
	max-width:1120px;
	padding: 0 20px;
	margin: 0 auto;
	position: relative;
	text-align: left;
	display: block;
	margin-bottom: 0 !important;
}

.wp-block-column p{
	padding: 0 0 20px 0;
}

.has-black-color {
	color: black;
}

.has-black-background-color {
	background-color: black;
}

.has-blue-color {
	color: #00B6C5;
}

.has-blue-background-color {
	background-color: #00B6C5;
}