/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/


/*------------------------------------*\
    FONTS
\*------------------------------------*/
	
@font-face {
    font-family: 'museo_sans300';
    src: url('fonts/museosans-300-webfont.eot');
    src: url('fonts/museosans-300-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/museosans-300-webfont.woff2') format('woff2'),
         url('fonts/museosans-300-webfont.woff') format('woff'),
         url('fonts/museosans-300-webfont.ttf') format('truetype'),
         url('fonts/museosans-300-webfont.svg#museo_sans300') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'museo_sans500';
    src: url('fonts/museosans_500-webfont.eot');
    src: url('fonts/museosans_500-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/museosans_500-webfont.woff2') format('woff2'),
         url('fonts/museosans_500-webfont.woff') format('woff'),
         url('fonts/museosans_500-webfont.ttf') format('truetype'),
         url('fonts/museosans_500-webfont.svg#museo_sans500') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'museo300';
    src: url('fonts/museo-300-webfont.eot');
    src: url('fonts/museo-300-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/museo-300-webfont.woff2') format('woff2'),
         url('fonts/museo-300-webfont.woff') format('woff'),
         url('fonts/museo-300-webfont.ttf') format('truetype'),
         url('fonts/museo-300-webfont.svg#museo300') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'museo500';
    src: url('fonts/museo-500-webfont.eot');
    src: url('fonts/museo-500-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/museo-500-webfont.woff2') format('woff2'),
         url('fonts/museo-500-webfont.woff') format('woff'),
         url('fonts/museo-500-webfont.ttf') format('truetype'),
         url('fonts/museo-500-webfont.svg#museo500') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:15px 'museo_sans300', Helvetica, Arial, sans-serif;
	color:#444;
}

h3 {
	font-size: 1.063em;
}

/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width: 100%;
	vertical-align:bottom;
}
.section--organisatie img {
	max-width: 150px;
}
.wp-caption { /* max-width images geplaatst via wysiwyg editor */
    max-width: 100%;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
	text-decoration:none;
}
a:focus {
	outline:0;
	color:#444;
	text-decoration:none;
}
a:hover,
a:active {
	outline:0;
	color:#444;
	text-decoration:none;
}
/*input:focus {
	outline:0;
	border:1px solid #04A4CC;
}*/

article a {
	text-decoration: underline;
}

article a:hover {
	text-decoration: underline;
}

article,article h3 {
	line-height: 1.5;
}

article img{
	margin-bottom: 20px;
}

article .article_text img{
	float: left;
	margin-right: 20px;
	margin-bottom: 0px;
}

article .article_text .wp-caption{
	float: left;
	margin-right: 20px;
	margin-bottom: 0px;
}

.row {
	clear: both;
}

.gallery{
	margin-top:30px !important;
}
.gallery-item {
    width: inherit !important;
    margin-right: 20px !important;
}

.gallery-item img {
    height: 100%;
}


select{
 	-webkit-appearance: button;
    padding: 5px;
    width: 220px;
}

/*html.pum-open.pum-open-overlay.pum-open-scrollable .pum-overlay.pum-active {
    overflow-y: scroll !important;
}
#popmake-223{
	top:unset!important;
}
*/
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

.logo-img{
	padding:10px;
	margin-top: 10px;
}

.logged_in {
	float: right;
	right: 370px;
	position: absolute;
	top: 12px;
	color: #3a6692;
	font-size: 14px;
}

header {
	margin-bottom:10px;
}
header nav[role="navigation"] ul {
	margin-top:30px;
	margin-bottom:0px;
}

header nav[role="navigation"] ul li {
	display: block;
	list-style-type: none;
	float:left;
}

header nav[role="navigation"] ul li.menu-item-has-children:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "";
	color: #0D6496;
	font-size: 16px;
	line-height: 0;
	padding: 10px 10px 10px 0px;
	margin-top: -10px;
	margin-bottom: -10px;
}


header nav[role="navigation"] ul li ul {
	position:absolute;
	margin-left:-3999px;
	margin-top:0px;
	margin-bottom:0px;
	width:100%;
	max-width:220px;
	background:#fff;
	padding:10px;
	z-index:1;
}

header nav[role="navigation"] ul li:hover ul {
	margin-left:-10px;
}
header nav[role="navigation"] ul li ul li{
	display: block;
	clear: both;
    width: 100%;
}



header nav[role="navigation"] ul li ul li a{
	display: block;
	padding:10px 0px;
	font-weight:400;
}
header nav[role="navigation"] ul li ul li a.current-menu-item,
header nav[role="navigation"] ul li ul li a:hover{
	display: block;
	padding:10px 0px;
	font-weight:600;
}


header .menu-item a{
	color:#3a6692;
	font-size:15px;
	margin-left:8px;
	margin-right:8px;
}
header .menu-item.current-menu-item a, header .contact_button.current-menu-item{
	font-weight: 600;
}

header .container{
	padding-left:0px;
	padding-right: 0px;
}

nav{
	position: absolute;
	right: 0;
	top: 40px;
}


footer .menu{
	padding-left: 0px;
}
.menu-item {
    list-style-type: none;
    
}


footer {
    background: #f2f2f2;
    color: #686967;
    width: 100%;
    padding: 40px 20px;
    line-height: 1.8em;
}
footer a {
	color:#686967;
	font-family: 'museo_sans500';
}

footer .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9 {
	padding-left:0px;
	padding-right:0px;
}

.intro{
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	margin-top:50px;
	margin-bottom:50px;
}

.intro_text{
	max-width: 80%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	font-size:17px;
}

.wp-caption-text {
	font-size: 13px;
	font-style: italic;
	color: #999;
}

.author{
	font-size: 14px;
	display: inline-block;
	padding-bottom: 20px;
}

.share{
	font-size: 14px;
	display: inline-block;
	padding-bottom: 20px;
}

.agenda_item{
	color: #000;
	padding-bottom: 10px;
	text-align: left;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 20px;
	border-bottom: 1px solid #e0e0e0;
}

.agenda_item_datum{
	color:#686967;
	padding-bottom:20px;
	font-family: 'museo_sans300';
}

.nieuws_item{
	color: #000;
	padding-bottom: 10px;
	text-align: left;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 20px;
	border-bottom: 1px solid #e0e0e0;
}

.nieuws_item .row{
	margin-left: 0;
	margin-right: 0;
}
.nieuws_item h3 {
	font-size:16px !important;
	padding-left:10px;
	padding-right:10px;
	margin-bottom: 0px !important;
}

h1{
	font-family: 'museo500';
}
h2{
	font-family: 'museo500';
}

.aligncenter, div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.alignleft {
float: left;
}
.alignright {
float: right;
}
.locked_popup{
	text-align: left;
	position: absolute;
	display: block;
	margin: 40px;
	background: #ffffff;
	border: 1px solid #000;
	z-index: 80;
	padding: 40px;
	min-width: 85%;
	font-family: 'museo500';
}

.locked_popup h1{
	margin-top: 0px;
}

.locked_popup img{
	padding-bottom: 8px;
	margin-bottom: 0px;
}

.locked_popup .btn{
	background:#009fe0;
	border:1px solid #009fe0;
	border-radius: 0px;
	color:#ffffff;
	padding:10px;
	width: 150px;
	font-family: 'museo300';
	font-size: 14px;
	vertical-align: inherit;
	
}

.locked_popup .form-group{
	margin:0;
}

.locked_popup .form-control{
	background:#ffffff;
	border:1px solid #686967;
	color:#686967;
	padding:10px;
	width: calc(100% - 150px);
	font-family: 'museo300';
	font-size: 14px;
	border-radius: 0px;
	display: initial;
}

.locked_popup .form-control::placeholder {
    color: #686967;
    opacity: 1; /* Firefox */
}

.locked_popup .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #686967;
}

.locked_popup .form-control::-ms-input-placeholder { /* Microsoft Edge */
   color: #686967;
}


.locked_popup .help-block{
	padding-top: 10px;
	color:red;
}


.locked_popup .alert-success{
	border:0px;
	background:transparent;
	padding:0px;
	padding-top: 10px;
	color:green;
}


section.filter_page{
	min-height: calc(100vh - 770px);
}

section.filter_page h2 {
	margin-top: 30px;
	margin-bottom: 30px;
}


.agenda-title{
	margin-bottom: .5rem !important;
}

.addthis_inline_share_toolbox{
	margin-top: 10px;
}

.article_title{
	font-size: 16px;
	line-height: 18px;
	font-weight: 600;
}

.single-agenda .article_image{
	margin-right: 10px;
}

.article_image img{
	width:100%;
	margin-bottom:20px;
}

.article_image iframe{
	width:100%;
	margin-bottom:20px;
}
.article_text{
	margin-bottom:20px;
}

.article_text.locked {
	min-height: 280px;
}

.article_text .overlay{
	position: absolute;
	width: -moz-available;
	height: 300px;
	z-index: 70;
	background: -moz-linear-gradient(top, transparent 0%, white 100%); 
	background: -webkit-gradient(top, transparent 0%, white 100%); 	
	background: -webkit-linear-gradient(top, transparent 0%, white 100%); 
	background: -o-linear-gradient(top, transparent 0%, white 100%); 
	background: linear-gradient(to bottom, transparent 0%, white 100%);
	background: -ms-linear-gradient(top, transparent 0%, white 100%);
	min-height: 280px;
}

.button_white{
	/*background:transparent;*/
	display: block;
	text-align: center;
	font-family: 'museo_sans300';
	color:#fff !important;
	border:1px solid #ffffff;
	padding:10px;
	font-size: 18px;
	min-width: 90%;
	margin-top: 20px;
}

.button_white2{
	background:#ffffff;
	display: block;
	text-align: center;
	font-family: 'museo_sans300';
	color:#000;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	position: relative;
	/*padding:10px;*/
	width: -moz-fit-content;
	--notchSize: 20px;
	clip-path: 
	polygon(
		0% var(--notchSize), 
		var(--notchSize) 0%, 
		calc(100% - 0px) 0%, 
		100% 0px, 
		100% calc(100% - var(--notchSize)), 
		calc(100% - var(--notchSize)) 100%, 
		0px 100%, 
		0% calc(100% - 0px)
	);
}

/*.button_white:before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    border-bottom: 10px solid #009fe0;
    border-left: 10px solid white;
    width: 0;
}
.button_white:after {
    content: '';
    position: absolute;
    bottom: 0; right: 0;
    border-bottom: 10px solid white;
    border-left: 10px solid #009fe0;
    width: 0;
}*/


.button_red2{
	background:#e64d1f;
	display: block;
	text-align: center;
	font-family: 'museo_sans300';
	font-size: 18px;
	color:#fff;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	position: relative;
	padding:10px;
	width: 100%;
	--notchSize: 20px;
	clip-path: 
	polygon(
		0% var(--notchSize), 
		var(--notchSize) 0%, 
		calc(100% - 0px) 0%, 
		100% 0px, 
		100% calc(100% - var(--notchSize)), 
		calc(100% - var(--notchSize)) 100%, 
		0px 100%, 
		0% calc(100% - 0px)
	);
}

.button_red{
	background:#e64d1f;
	display: block;
	text-align: center;
	font-family: 'museo_sans300';
	color:#fff;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	position: relative;
	padding:10px;
	width: 100%;
	--notchSize: 20px;
	clip-path: 
	polygon(
		0% var(--notchSize), 
		var(--notchSize) 0%, 
		calc(100% - 0px) 0%, 
		100% 0px, 
		100% calc(100% - var(--notchSize)), 
		calc(100% - var(--notchSize)) 100%, 
		0px 100%, 
		0% calc(100% - 0px)
	);
}

.button_red:hover {
    color: #fff;
}

.button a {
	text-decoration: none !important;
}

.blok_blauw input[type="text"],.blok_blauw input[type="email"],.blok_blauw input[type="tel"],.blok_blauw textarea {
	width:100%;
}

.blok_blauw p {
	margin:0px;
}
.blok_blauw input[type="submit"] {

    font-family: 'museo_sans300';
    background: transparent;
    text-align: center;
    color: #fff !important;
    border: 1px solid #ffffff;
    padding: 10px 20px;
    font-size: 18px;
    margin-top: 20px;
}

.draagbij .button_white{
	/*background:transparent;*/
	text-align: center;
	font-family: 'museo_sans300';
	color:#fff !important;
	border:1px solid #ffffff;
	padding:10px;
	font-size: 18px;
	min-width: unset;
	margin-top: 0px;
	position: absolute;
	top: 25%;
	right: 20px;
}

.draagbij.blok_rood {
    text-align: left;
	margin-bottom:20px;
}

.draagbij h4{
	margin-bottom:10px !important;
}
.draagbij.blok_rood.padding_20 {
    padding: 20px;
    padding-top: 25px;
    padding-bottom: 25px;
}

.message1 .button_white{
	/*background:transparent;*/
	text-align: center;
	font-family: 'museo_sans300';
	color:#fff !important;
	border:1px solid #ffffff;
	padding:10px;
	font-size: 18px;
	margin-top:10px;
}

.message1.blok_rood {
    text-align: center;
	margin-bottom:20px;
    justify-content: center;
}

.message1 h4{
	margin-bottom:10px !important;
}
.message1.blok_rood.padding_20 {
    padding: 20px;
    padding-top: 25px;
    padding-bottom: 25px;
}


.sidebar .blok_wit, .sidebar .blok_blauw, .sidebar .blok_rood{
	margin-bottom: 20px;
}

.blok_wit{
	background:#ffffff;
	text-align: center;
	font-family: 'museo_sans300';
	color:#000;
	border: 1px solid #f2f2f2;
	padding-top:20px;
}


.blok_wit .readmore_position{
	text-align:right;
}

.blok_blauw{
	background-color: #009fe0;
	background: url('img/achtergrond.png') left top;
	background: url('img/achtergrond.png') left top, -moz-linear-gradient(top, #009fe0 0%, #0d6496 100%); 
	background: url('img/achtergrond.png') left top, -webkit-gradient(top, #009fe0 0%, #0d6496 100%); 	
	background: url('img/achtergrond.png') left top, -webkit-linear-gradient(top, #009fe0 0%, #0d6496 100%); 
	background: url('img/achtergrond.png') left top, -o-linear-gradient(top, #009fe0 0%, #0d6496 100%); 
	background: url('img/achtergrond.png') left top, linear-gradient(to bottom, #009fe0 0%,#0d6496 100%);
	background: url('img/achtergrond.png') left top, -ms-linear-gradient(top, #009fe0 0%, #0d6496 100%);	
	text-align: center;
	font-family: 'museo_sans300';
	color:#fff;
    --notchSize: 20px;
	clip-path: 
	polygon(
		0% var(--notchSize), 
		var(--notchSize) 0%, 
		calc(100% - 0px) 0%, 
		100% 0px, 
		100% calc(100% - var(--notchSize)), 
		calc(100% - var(--notchSize)) 100%, 
		0px 100%, 
		0% calc(100% - 0px)
	);
}

.blok_wit h4, .blok_blauw h4, .blok_rood h4{
	font-size: 20px;
	margin-bottom:20px;
	font-family: 'museo500';
	/*margin-left: -10px;
	margin-right: -10px;*/
}

.blok_wit h4 {
	color:#686967;
}

.blok_wit h3 {
	color:#000000;
}

.blok_wit h2 {
	font-size: 16px;
	margin-bottom: 20px;
}

.blok_wit h3, .blok_blauw h3, .blok_rood h3{
	font-size: 18px;
	margin-bottom:20px;
	font-family: 'museo500';
}

#leden.blok_wit h3{
	padding-left:10px;
	padding-right:10px;
}

.blok_rood{
	background-color: #e64d1f;
	background: url('img/achtergrond.png') left top;
	background: url('img/achtergrond.png') left top, -moz-linear-gradient(top, #e64d1f 0%, #c51718 100%); 
	background: url('img/achtergrond.png') left top, -webkit-gradient(top, #e64d1f 0%, #c51718 100%); 	
	background: url('img/achtergrond.png') left top, -webkit-linear-gradient(top, #e64d1f 0%, #c51718 100%); 
	background: url('img/achtergrond.png') left top, -o-linear-gradient(top, #e64d1f 0%, #c51718 100%); 
	background: url('img/achtergrond.png') left top, linear-gradient(to bottom, #e64d1f 0%,#c51718 100%);
	background: url('img/achtergrond.png') left top, -ms-linear-gradient(top, #e64d1f 0%, #c51718 100%);
	text-align: center;
	font-family: 'museo_sans300';
	color:#fff;
	position: relative;
    --notchSize: 20px;
	clip-path: 
	polygon(
		0% var(--notchSize), 
		var(--notchSize) 0%, 
		calc(100% - 0px) 0%, 
		100% 0px, 
		100% calc(100% - var(--notchSize)), 
		calc(100% - var(--notchSize)) 100%, 
		0px 100%, 
		0% calc(100% - 0px)
	);
}

.index_column2_left{
	margin-right:10px;
}
.index_column2_middle{
	margin-left:10px;
	margin-right:10px;
}
.index_column2_right{
	margin-left:10px;
}

.filter_tags{
	display: block;
	margin-bottom: 20px;
	
}

.filter_tags .tags{
	background:#ffffff;
	padding:5px 15px;
	margin:3px;
	text-transform: uppercase;
	border:	1px solid #000000;
	border-radius:5px;
	font-size:12px;
	font-family: 'museo500';
	display: inline-block;
}

.filter_tags .tags.active{
	background:#e64d1f;
	color: #fff;
}

.padding_10{
	padding:20px;
}

.padding_20{
	padding:20px;
	padding-top:35px;
	padding-bottom:35px;
}

/* INDEX_COLUMN1 */

.nieuws.index_column1, .agenda.index_column1,.podcast.index_column1{
	border: 1px solid #f2f2f2;
	margin-bottom:20px;
	display: flex;
}

.nieuws.index_column1 p, .agenda.index_column1 p, .podcast.index_column1 p {
	margin:0px;
}

.nieuws.index_column1 h1, .agenda.index_column1 h1, .podcast.index_column1 h1 {
	padding:10px;
	padding-bottom: 0px;
}

.nieuws.index_column1 .item_content .bottom-right, .agenda.index_column1 .item_content .bottom-right, .podcast.index_column1 .item_content .bottom-right{
	right:0;
	bottom:0;
}

.nieuws.index_column1 .experp_text, .agenda.index_column1 .experp_text, .podcast.index_column1 .experp_text{
	padding-top: 6px;
	padding:10px;
	font-size: 14px;
	line-height: 18px;
	/*min-height: 66px;*/
	color:#686967;
	height: 64px;
	overflow: hidden;
	margin-bottom: 5px;
}

/* GOOGLE MAPS */
	
#map {
	height: 400px; 
	width: 100%;
}

/*----*/

/* INDEX_COLUMN2 */

.nieuws.index_column2 p, .agenda.index_column2 p, .leden.index_column2 p, .podcast.index_column2 p {
	margin: 0px;
}

.nieuws.index_column2, .agenda.index_column2, .leden.index_column2, .podcast.index_column2 {
	border: 1px solid #f2f2f2;
	margin-bottom:20px;
}

.nieuws.index_column2 img, .agenda.index_column2 img, .podcast.index_column2 img{
	/*height: 100%;*/
	width: 100%;
}

.nieuws.index_column2 .experp_text, .agenda.index_column2 .experp_text, .podcast.index_column2 .experp_text {
	padding: 10px;
	font-size: 14px;
	line-height: 18px;
	/*min-height: 66px;*/
	color:#686967;
	height: 64px;
	overflow: hidden;
	margin-bottom: 5px;
}

.leden.index_column2 .experp_text{
	padding: 20px;
	font-size: 14px;
	line-height: 18px;
	color:#686967;
	overflow: hidden;
	height: 110px;
	margin-bottom: 20px;
}

.nieuws.index_column2 .featuredimage, .agenda.index_column2 .featuredimage, .podcast.index_column2 .featuredimage {
    position: relative;
    text-align: center;
    color: white;
    overflow: hidden;
    max-height:174px;
}


/* LEDEN */

.leden.index_column2{
	text-align:center;
	padding-top:20px;
	
}

.leden .leden_image{
	/*border-radius: 200px;*/
	/*height: 200px;*/
	width: calc(100% - 80px);
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	line-height: 200px;
}

.leden .leden_image img{
	vertical-align: middle;
}

.leden .more_button{
	background: #009fe0;
	display: block;
	padding: 10px;
	color: #fff;
	border-bottom: 1px solid #f9f9f9;
}

.leden_navigatie{
	text-align: center;
}

.leden_filter .col-12:nth-of-type(4) .filter_tags{
	line-height: 60px;
	text-align: right;
}

.agenda .signup_button{
	background: #009fe0;
	padding: 10px;
	color: #fff;
	width:100%;
	text-align: center;
	display: block;
}

.filter_tags h3{
	font-weight: 600;
	font-size: 1.5rem;
	display: inline-block;
}

.leden_filter .filter_tags button{
	background:transparent;
	border:0px;
	font-weight: 600;
	font-size: 1.75rem;
	font-family: inherit;
	color: inherit;
	line-height: 1.1;
}

.leden_filter .filter_tags option{
	width: 220px;
}

.leden_detail_image{
	padding-right:10px;
}

.leden_image .featuredimage2{
	max-height:200px;
}

/*----*/

/* INDEX_COLUMN_FULL */

.nieuws.index_column_full p, .agenda.index_column_full p, .podcast.index_column_full p {
	margin: 0px;
}

.nieuws.index_column_full .experp_text, .agenda.index_column_full .experp_text, .podcast.index_column_full .experp_text{
	padding: 14px;
	font-size: 14px;
	line-height: 18px;
	min-height: 80px;
	/*overflow: hidden;*/
	color:#686967;
	overflow: hidden;
	margin-bottom: 5px;
}

/*----*/

/* INDEX_COLUMN_TOP */

.nieuws.index_column_top p, .agenda.index_column_top p, .podcast.index_column_top p {
	margin: 0px;
}

/*----*/

/* INDEX_COLUMN ALL */

.nieuws.index_column1 h1, .nieuws.index_column2 h1, .nieuws.index_column_full h1, .podcast.index_column1 h1, .podcast.index_column2 h1, .podcast.index_column_full h1, .agenda.index_column1 h1, .agenda.index_column2 h1, .agenda.index_column_full h1{
	margin:0 !important;
	font-size:16px;
	font-weight: 500;
	font-family: 'museo500';
}

.leden.index_column2 h1{
	font-size: 18px;
	/*margin-bottom:20px !important;*/
	font-family: 'museo500';
	min-height: 60px;
	padding-left: 5px;
	padding-right: 5px;
}

.nieuws.index_column1 .label, .nieuws.index_column2 .label, .nieuws.index_column_full .label, .nieuws.index_column_top .label, 
.podcast.index_column1 .label, .podcast.index_column2 .label, .podcast.index_column_full .label, .podcast.index_column_top .label, 
.agenda.index_column1 .label, .agenda.index_column2 .label, .agenda.index_column_full .label, .agenda.index_column_top .label {
	background:#ffffff;
	color:#000000;
	padding:5px 10px;
	text-transform: uppercase;
	border:	1px solid #000000;
	border-radius:5px;
	font-size:12px;
	font-family: 'museo500';
}

.nieuws.index_column1 .date, .nieuws.index_column2 .date, .nieuws.index_column_full .date, 
.podcast.index_column1 .date, .podcast.index_column2 .date, .podcast.index_column_full .date, 
.agenda.index_column1 .date, .agenda.index_column2 .date, .agenda.index_column_full .date{
	padding-bottom: 2px;
	display: inline-block;
	font-size: 14px;
}

.nieuws.index_column1 .readmore_position, .nieuws.index_column2 .readmore_position, .nieuws.index_column_full .readmore_position, 
.podcast.index_column1 .readmore_position, .podcast.index_column2 .readmore_position, .podcast.index_column_full .readmore_position, 
.agenda.index_column1 .readmore_position, .agenda.index_column2 .readmore_position, .agenda.index_column_full .readmore_position {
	text-align:right;
}

/*----*/



.home .nieuws.index_column1 .item_content .bottom-right, .home .podcast.index_column1 .item_content .bottom-right {
	right:0;
	bottom:20px;
}

.icon_premium{
	width:20px !important;
}


.index_column_full{
	border: 1px solid #f2f2f2;
	margin-bottom:20px;
}

.index_column_full .featuredimage {
    position: relative;
    text-align: center;
    color: white;
    overflow: hidden;
    max-height:360px;
}

.column_spacing{
	padding-left: 10px;
	padding-right: 10px;
}



.index_column_top h1{
	margin:0 !important;
}


.index_column_top .bottom-left {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
    padding: 12px 12px 40px 12px;
    background: rgba(255, 255, 255, 0.9);
    font-family: 'museo_sans300';
    color:#000;
    min-height: 110px;
  
}

.index_column_top .featuredimage {
    position: relative;
    text-align: center;
    color: white;
    overflow: hidden;
    max-height:300px;
}

.index_column_full .featuredimage2, .index_column_top .featuredimage2 {
    width: 100%;
    height: 100%;
}

.index_column_top .featuredimage2 {
    vertical-align:top;
}

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


.index_column_top .bottom-right{
	bottom: 0px;
    right: 0px;
}

.btn_social{
	border: 1px #fff solid;
	border-radius: 60px;
	width: 60px;
	height: 60px;
	display: inline-flex;
	padding: 16px;
	margin: 0px 5px;
	margin-top: 10px;
}

.bottom-left {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    font-size:16px;
    line-height: 18px;
    text-align: left;
    padding: 75px 75px 10px 14px;
    background: -moz-linear-gradient(top, transparent 0%, black 100%); 
	background: -webkit-gradient(top, transparent 0%, black 100%); 	
	background: -webkit-linear-gradient(top, transparent 0%, black 100%); 
	background: -o-linear-gradient(top, transparent 0%, black 100%); 
	background: linear-gradient(to bottom, transparent 0%, black 100%);
	background: -ms-linear-gradient(top, transparent 0%, black 100%);	
}

.bottom-left.full_row{
	padding: 75px 14px 10px 14px;
}

/* Bottom right text */
.bottom-right {
    position: absolute;
	bottom: 14px;
	right: 8px;
	text-align: right;
	z-index: 9;
}

/* Bottom right text */
.bottom-right_2 {
    position: absolute;
    bottom: 124px;
    right: 10px;
    text-align: right;
}

/* Bottom right text */
.bottom-right_3 {
    text-align: right;
    margin-left: auto;
}

.readmore{
	background:#009fe0;
	color:#ffffff;
	/*position: absolute;
    bottom: 10px;
    right: 10px;*/
    padding:10px;
    display: inline-block;
    font-size:14px;
    /*font-family: 'museo300';*/
}
.readmore a{
	color:#ffffff;
}


.row .top{
	margin-left:10px;
	margin-right:10px;
}

.wrapper_tab{
	margin-bottom: 20px;
	border: 1px solid #f2f2f2;
}
/* Style the tab */
.tab {
    float: left;
    background-color: #ffffff;
    width: 40%;
}

/* Style the buttons inside the tab */
.tab button {
    display: block;
    background-color: inherit;
    color: #000000;
    padding: 0 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    border-bottom: 1px solid #f2f2f2;
    font-family: 'museo500';
    height:25%;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #009fe0;
    color: #ffffff;
}

/* Create an active/current "tab button" class */
.tab button.active {
    background-color: #009fe0;
    color: #ffffff;
    border: 0px;
}

/* Style the tab content */
.tabcontent {
    /*float: left;*/
    width: 60%;
    /*border-left: none;*/
}




/* Style the tab */
.item_left {
    float: left;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    width: 40%;
    height: 160px;
}

.item_left img {
    width: 100%;
    height: 160px;
}

.item_left .bottom-right{
	position: relative;
	bottom: 32px;
	right: 8px;
}

/* Style the tab content */
.item_content {
    float: left;
   /* padding: 0px 12px;*/
    /*border: 1px solid #ccc;*/
    width: 60%;
    border-left: none;
    height: 160px;
}


.nieuwsbrief_balk .align_right{
	text-align: right;
}

.single .align_right{
	text-align: right;
}

.leden_text{
	padding: 20px;
	
}

/* LEDEN DETAIL */

.leden_article_text{
	padding:10px;
	padding-top: 0px;
	display: block;
}

.leden_top{
	margin:0px;
}

/*---*/

/* OVER WARMTENETWERK */

.over-warmtenetwerk h4{
	font-style:italic;
}

.over-warmtenetwerk h1{
	text-align: center;
}

.over-warmtenetwerk main p{
	/*width:80%;*/
	margin-left:auto;
	margin-right: auto;
	text-align: center;
}

.over_left, .over_middle, .over_right{
	font-size: 90%;
}

.over_left {
	text-align: center;
	margin-left: 20px;
	margin-right: 10px;
	padding: 10px;
}

.over_middle{
	text-align: center;
	margin-left: 10px;
	margin-right: 10px;
	padding: 10px;
}

.over_right{
	text-align: center;
	margin-left: 10px;
	margin-right: 20px;
	padding: 10px;
}

.over_left h4,.over_middle h4,.over_right h4 {
	min-height: 32px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.over_right img,
.over_left img,
.over_middle img {
	border-radius: 50%;
}
/*----*/

/*LANDINGSPAGINA*/

.over_left33 {
	padding: 10px;
}

.over_right33 {
	text-align: right;
	padding-bottom: 10px;
}

.landingspagina-header {
	width:100%;
	height: auto;
}

.landingspagina-space {
	padding: 10px;
}

.landingspagina-bg {
  background-image: url("https://warmtenetwerk.nl/wp-content/uploads/aardwarmte-in-warmtenetten-bg.png");
  background-repeat:no-repeat;
  background-position: top center; 
}

.landingspagina-float-right {
	float: right !important;
}

landingspagina-logos2 {
	background-position: center center;
	margin-top:50px !important;
}

.download-button{
	background: #009fe0;
	color: #ffffff;
	/*position: absolute;
    bottom: 10px;
    right: 10px;*/
    padding: 20px;
    display: inline-block;
    font-size: 18px;
    /*font-family: 'museo300';*/
}

.download-button a{
	color:#ffffff;
}

.gray-bg {
	background-color:#e5e7e7;
	padding:10px 10px;
	text-align: left;
}

.tekst-quotes {
	line-height:15px;
}

blockquote {
  font-size: 15px;
  line-height: 1.5em;
}

blockquote:before {
  content: '”';
}

blockquote:after {
  content: '”';
}

blockquote:before,
blockquote:after {
  display: inline-block;
  vertical-align: bottom;
  color: #9c3d4a;
  font-size: 4em;
  top: .2em;
  position: relative;
}


/* SEARCH */

.searchbar{
	background:#009fe0;
	font-family: 'museo500';
	font-size:13px;
	color:#fff;
	padding:10px;
	max-width:300px;
	--notchSize: 20px;
	clip-path: 
	polygon(
		0% 0px, 
		0px 0%, 
		calc(100% - 0px) 0%, 
		100% 0px, 
		100% calc(100% - var(--notchSize)), 
		calc(100% - var(--notchSize)) 100%, 
		0px 100%, 
		0% calc(100% - 0px)
	);
}

.search_position{
	position: absolute;
	right: 0;
}

.searchbar .search-submit{
	background:transparent;
	border:0px;
	color:#ffffff;
}
.searchbar .search-input{
	background:transparent;
	border:0px;
	color:#ffffff;
	width: 230px;
}

.searchbar .search-input::placeholder {
    color: #ffffff;
    opacity: 1; /* Firefox */
}

.searchbar .search-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #ffffff;
}

.searchbar .search-input::-ms-input-placeholder { /* Microsoft Edge */
   color: #ffffff;
}

.searchbar_large{
	text-align: left;
	font-family: 'museo500';
	font-size:13px;
	color:#fff;
	padding:20px;
	margin-top: 40px;
	margin-bottom: 20px;
	--notchSize: 20px;
	clip-path: 
	polygon(
		0% var(--notchSize), 
		var(--notchSize) 0%, 
		calc(100% - 0px) 0%, 
		100% 0px, 
		100% calc(100% - var(--notchSize)), 
		calc(100% - var(--notchSize)) 100%, 
		0px 100%, 
		0% calc(100% - 0px)
	);
}
.searchbar_large svg{
	margin-right: 5px;
}
.searchbar_large .search-submit{
	background:transparent;
	border:1px solid #ffffff;
	color:#ffffff;
	padding:10px;
	width: 150px;
	font-family: 'museo300';
	font-size: 14px;
}
.searchbar_large .search-input{
	background:#ffffff;
	border:0px;
	color:#686967;
	padding:10px;
	width: calc(100% - 180px);
	font-family: 'museo300';
	font-size: 16px;
}

.searchbar_large .search-input::placeholder {
    color: #686967;
    opacity: 1; /* Firefox */
}

.searchbar_large .search-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #686967;
}

.searchbar_large .search-input::-ms-input-placeholder { /* Microsoft Edge */
   color: #686967;
}

/*----*/


/* PAGE NAVIGATION */

#wp_pagination{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	margin-top: 20px;
	font-family: 'museo500';
	font-size:13px;
	color:#686967;
	
}
#wp_pagination .button{
	border: 1px solid #f2f2f2;
    padding: 5px;
    display: inline-block;
    width: 30px;
    text-align: center;
    margin-left: 3px;
    margin-right: 3px;
}
#wp_pagination .active{
	background: #3a6692;
	color:#ffffff;
	
}

/*----*/


/* NIEUWSBRIEF */

.nieuwsbrief_balk{
	background-color: #009fe0;
	background: url('img/achtergrond.png') left top;
	background: url('img/achtergrond.png') left top, -moz-linear-gradient(top, #009fe0 0%, #0d6496 100%); 
	background: url('img/achtergrond.png') left top, -webkit-gradient(top, #009fe0 0%, #0d6496 100%); 	
	background: url('img/achtergrond.png') left top, -webkit-linear-gradient(top, #009fe0 0%, #0d6496 100%); 
	background: url('img/achtergrond.png') left top, -o-linear-gradient(top, #009fe0 0%, #0d6496 100%); 
	background: url('img/achtergrond.png') left top, linear-gradient(to bottom, #009fe0 0%,#0d6496 100%);
	background: url('img/achtergrond.png') left top, -ms-linear-gradient(top, #009fe0 0%, #0d6496 100%);	
	color:#fff;
	width: 100%;
	padding: 25px;
	height: unset;
	margin-top:20px;
	font-family: 'museo500';
	font-size:18px;
}

.nieuwsbrief_balk input[type="text"], .nieuwsbrief_balk input[type="email"] {
	color:#3a6692;
	font-family: 'museo_sans300';
	padding:5px;
	border: 1px solid #ffffff;
	font-size: 14px;
	margin-left: 20px;
}

.nieuwsbrief_balk input[type="text"]::placeholder, .nieuwsbrief_balk input[type="email"]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #3a6692;
    opacity: 1; /* Firefox */
}

.nieuwsbrief_balk input[type="text"]:-ms-input-placeholder, .nieuwsbrief_balk input[type="email"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #3a6692;
}

.nieuwsbrief_balk input[type="text"]::-ms-input-placeholder, .nieuwsbrief_balk input[type="email"]::-ms-input-placeholder { /* Microsoft Edge */
    color: #3a6692;
}

.nieuwsbrief_balk input[type="submit"] {
	font-family: 'museo_sans300';
	background:transparent;
	text-align: center;
	color: #fff !important;
	border: 1px solid #ffffff;
	padding: 5px 10px;
	font-size: 16px;
	margin-left: 20px;	
}

/*----*/


/* LEDENVOORDEEL */

.ledenvoordeel_logo{
	margin:10px;
}
.ledenvoordeel_form_sub{
	font-size: 12px;
	color: #b5b5b5;
	padding-top: 10px;
	display: block;
	padding-bottom: 10px;
}

.ledenvoordeel_form label{
	margin-bottom: 10px;
}

.ledenvoordeel_form a {
	color:#fff;
	text-decoration: underline;
}
.ledenvoordeel_form {
	padding-bottom:20px;
}
.ledenvoordeel_form .wpcf7-form{
	text-align: left;
}

.ledenvoordeel_form .wpcf7-list-item{
	margin-top: 10px;
	margin-left: 0px;
}

.ledenvoordeel_form .wpcf7-form-control-wrap input[type="text"], .ledenvoordeel_form .wpcf7-form-control-wrap input[type="email"], .ledenvoordeel_form .wpcf7-form-control-wrap input[type="tel"], .ledenvoordeel_form .wpcf7-form-control-wrap textarea {
	color:#3a6692;
	font-family: 'museo_sans300';
	padding:10px;
	border: 1px solid #ffffff;
	font-size: 14px;
}

.ledenvoordeel_form .wpcf7-form-control-wrap input[type="text"]::placeholder, .ledenvoordeel_form .wpcf7-form-control-wrap input[type="email"]::placeholder, .ledenvoordeel_form .wpcf7-form-control-wrap input[type="tel"]::placeholder, .ledenvoordeel_form .wpcf7-form-control-wrap textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #3a6692;
    opacity: 1; /* Firefox */
}

.ledenvoordeel_form .wpcf7-form-control-wrap input[type="text"]:-ms-input-placeholder, .ledenvoordeel_form .wpcf7-form-control-wrap input[type="email"]:-ms-input-placeholder, .ledenvoordeel_form .wpcf7-form-control-wrap input[type="tel"]:-ms-input-placeholder, .ledenvoordeel_form .wpcf7-form-control-wrap textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #3a6692;
}

.ledenvoordeel_form .wpcf7-form-control-wrap input[type="text"]::-ms-input-placeholder, .ledenvoordeel_form .wpcf7-form-control-wrap input[type="email"]::-ms-input-placeholder, .ledenvoordeel_form .wpcf7-form-control-wrap input[type="tel"]::-ms-input-placeholder, .ledenvoordeel_form .wpcf7-form-control-wrap textarea::-ms-input-placeholder { /* Microsoft Edge */
    color: #3a6692;
}

.ledenvoordeel_form.blok_blauw input[type="submit"] {
	width:100% !important;
}

/*----*/

/* CONTACTVERZOEK POPUP */


#popmake-223, 
#popmake-1375{
	background-color: #009fe0;
	background: url('img/achtergrond.png') left top;
	background: url('img/achtergrond.png') left top, -moz-linear-gradient(top, #009fe0 0%, #0d6496 100%); 
	background: url('img/achtergrond.png') left top, -webkit-gradient(top, #009fe0 0%, #0d6496 100%); 	
	background: url('img/achtergrond.png') left top, -webkit-linear-gradient(top, #009fe0 0%, #0d6496 100%); 
	background: url('img/achtergrond.png') left top, -o-linear-gradient(top, #009fe0 0%, #0d6496 100%); 
	background: url('img/achtergrond.png') left top, linear-gradient(to bottom, #009fe0 0%,#0d6496 100%);
	background: url('img/achtergrond.png') left top, -ms-linear-gradient(top, #009fe0 0%, #0d6496 100%);
	text-align: center;
	font-family: 'museo_sans300';
	margin:20px;
	padding: 20px;
	color:#fff;
	--notchSize: 20px;
	clip-path: 
	polygon(
		0% var(--notchSize), 
		var(--notchSize) 0%, 
		calc(100% - 0px) 0%, 
		100% 0px, 
		100% calc(100% - var(--notchSize)), 
		calc(100% - var(--notchSize)) 100%, 
		0px 100%, 
		0% calc(100% - 0px)
	);
}

#popmake-223 a, 
#popmake-1375 a {
	color:#fff;
}	
#popmake-223 .pum-title, 
#popmake-1375 .pum-title{
	font-size: 1.5em;
	margin-bottom: 20px;
	font-family: 'museo500';
	text-align: center;
}

#popmake-223 label, 
#popmake-1375 label{
	width: 100%;
	font-family: 'museo500';
	margin-bottom: 10px;
}
#popmake-223 span, 
#popmake-1375 span{
	width: 100%;
	font-family: 'museo300';
}

#popmake-223 .wpcf7-form-control-wrap input[type="text"], 
#popmake-223 .wpcf7-form-control-wrap input[type="email"], 
#popmake-223 .wpcf7-form-control-wrap input[type="tel"], 
#popmake-223 .wpcf7-form-control-wrap textarea,
#popmake-1375 .wpcf7-form-control-wrap input[type="text"], 
#popmake-1375 .wpcf7-form-control-wrap input[type="email"], 
#popmake-1375 .wpcf7-form-control-wrap input[type="tel"], 
#popmake-1375 .wpcf7-form-control-wrap textarea {
	color:#3a6692;
	font-family: 'museo_sans300';
	padding:10px;
	border: 1px solid #ffffff;
	font-size: 14px;
	width: 100%;
}

#popmake-223 .wpcf7-form-control-wrap input[type="text"]::placeholder, 
#popmake-223 .wpcf7-form-control-wrap input[type="email"]::placeholder, 
#popmake-223 .wpcf7-form-control-wrap input[type="tel"]::placeholder, 
#popmake-223 .wpcf7-form-control-wrap textarea::placeholder,
#popmake-1375 .wpcf7-form-control-wrap input[type="text"]::placeholder, 
#popmake-1375 .wpcf7-form-control-wrap input[type="email"]::placeholder, 
#popmake-1375 .wpcf7-form-control-wrap input[type="tel"]::placeholder, 
#popmake-1375 .wpcf7-form-control-wrap textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #3a6692;
    opacity: 1; /* Firefox */
}

#popmake-223 .wpcf7-form-control-wrap input[type="text"]:-ms-input-placeholder, 
#popmake-223 .wpcf7-form-control-wrap input[type="email"]:-ms-input-placeholder, 
#popmake-223 .wpcf7-form-control-wrap input[type="tel"]:-ms-input-placeholder, 
#popmake-223 .wpcf7-form-control-wrap textarea:-ms-input-placeholder,
#popmake-1375 .wpcf7-form-control-wrap input[type="text"]:-ms-input-placeholder, 
#popmake-1375 .wpcf7-form-control-wrap input[type="email"]:-ms-input-placeholder, 
#popmake-1375 .wpcf7-form-control-wrap input[type="tel"]:-ms-input-placeholder, 
#popmake-1375 .wpcf7-form-control-wrap textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #3a6692;
}

#popmake-223 .wpcf7-form-control-wrap input[type="text"]::-ms-input-placeholder, 
#popmake-223 .wpcf7-form-control-wrap input[type="email"]::-ms-input-placeholder, 
#popmake-223 .wpcf7-form-control-wrap input[type="tel"]::-ms-input-placeholder, 
#popmake-223 .wpcf7-form-control-wrap textarea::-ms-input-placeholder,
#popmake-1375 .wpcf7-form-control-wrap input[type="text"]::-ms-input-placeholder, 
#popmake-1375 .wpcf7-form-control-wrap input[type="email"]::-ms-input-placeholder, 
#popmake-1375 .wpcf7-form-control-wrap input[type="tel"]::-ms-input-placeholder, 
#popmake-1375 .wpcf7-form-control-wrap textarea::-ms-input-placeholder { /* Microsoft Edge */
    color: #3a6692;
}

#popmake-223 span.wpcf7-list-item,
#popmake-1375 span.wpcf7-list-item {
    margin: 0;
    display: block;
}

#popmake-223 p,
#popmake-1375 p {
	margin:0px;
}

#popmake-223 input[type="submit"],
#popmake-1375 input[type="submit"] {
	width:100% !important;
    font-family: 'museo_sans300';
    background: transparent;
    text-align: center;
    color: #fff !important;
    border: 1px solid #ffffff;
    padding: 10px 20px;
    font-size: 18px;
    margin-top: 20px;
}

.contact_button{
	float: right;
	right: 300px;
	position: absolute;
	top: 12px;
	color: #3a6692;
	font-size: 14px;
}

.row{
	margin-left:0px;
	margin-right:0px;
}

.view_on_mobile{
	display: none;
}
.view_on_web{
	display: block;
}

#cookieChoiceInfo{
	padding:30px !important;
	background-color: #e64d1f;
	background: url('img/achtergrond.png') left top;
	background: url('img/achtergrond.png') left top, -moz-linear-gradient(top, #e64d1f 0%, #c51718 100%); 
	background: url('img/achtergrond.png') left top, -webkit-gradient(top, #e64d1f 0%, #c51718 100%); 	
	background: url('img/achtergrond.png') left top, -webkit-linear-gradient(top, #e64d1f 0%, #c51718 100%); 
	background: url('img/achtergrond.png') left top, -o-linear-gradient(top, #e64d1f 0%, #c51718 100%); 
	background: url('img/achtergrond.png') left top, linear-gradient(to bottom, #e64d1f 0%,#c51718 100%);
	background: url('img/achtergrond.png') left top, -ms-linear-gradient(top, #e64d1f 0%, #c51718 100%);
	text-align: center;
	font-family: 'museo_sans300';
	color:#fff;
	position: relative;
    --notchSize: 20px;
	clip-path: 
	polygon(
		0% var(--notchSize), 
		var(--notchSize) 0%, 
		calc(100% - 0px) 0%, 
		100% 0px, 
		100% calc(100% - 0px), 
		calc(100% - 0px) 100%, 
		0px 100%, 
		0% calc(100% - 0px)
	);
}

#cookieChoiceInfo a{
	padding:10px !important;
	border:1px solid #fff;
	color:#fff;
	margin-left:24px !important;
	display: inline-block;
}

#cookieChoiceInfo span{
	margin-bottom: 20px;
	display: block;
}

#cookieChoiceDismissIcon{
	border:0 !important;
	background-color:transparent !important;
	display: none !important;
}




.formulier .wpcf7-form.sent p,
.formulier .wpcf7-form.sent h3,
.ledenvoordeel_form .wpcf7-form.sent p,
.ledenvoordeel_form .wpcf7-form.sent h3,
#popmake-223 .wpcf7-form.sent p,
#popmake-223 .wpcf7-form.sent h3,
#popmake-1375 .wpcf7-form.sent p,
#popmake-1375 .wpcf7-form.sent h3 {
	display: none;
}

.formulier div.wpcf7 .ajax-loader,
.ledenvoordeel_form div.wpcf7 .ajax-loader,
#popmake-223 .ajax-loader,
#popmake-1375 .ajax-loader {
	display: none;
}


.formulier div.wpcf7-response-output,
.ledenvoordeel_form div.wpcf7-response-output,
#popmake-223 div.wpcf7-response-output,
#popmake-1375 div.wpcf7-response-output  {
    margin: 1em 0;
    padding: 0;
    padding-bottom: 20px;
    border: 0;
    font-size: 26px;
    font-weight: bold;
	text-align: center;
}

.formulier span.wpcf7-not-valid-tip,
.ledenvoordeel_form span.wpcf7-not-valid-tip,
#popmake-223 span.wpcf7-not-valid-tip,
#popmake-1375 span.wpcf7-not-valid-tip {
    color: azure;
    text-align: left;
    padding: 10px;
    padding-left: 0px;
}

.formulier .wpcf7-validation-errors,
.ledenvoordeel_form .wpcf7-validation-errors,
#popmake-223 .wpcf7-validation-errors,
#popmake-1375 .wpcf7-validation-errors{
	display: none !important;
}
.formulier .wpcf7-not-valid,
.ledenvoordeel_form .wpcf7-not-valid,
#popmake-223 .wpcf7-not-valid,
#popmake-1375 .wpcf7-not-valid{
	border:2px solid red !important;
}
.page-id-355 article .formulier, .page-id-353 article .formulier, .page-id-1196 article .formulier{
	margin-left: auto;
	margin-right: auto;
	max-width: 60%;
}
.formulier .wpcf7-form h3
{
	margin-bottom: 1rem;
}
.formulier .wpcf7-form input[type=text],
.formulier .wpcf7-form input[type=email],
.formulier .wpcf7-form input[type=tel],
.formulier .wpcf7-form textarea{
	padding:5px;
	width:100%;
	margin-bottom: 1rem;
}

.formulier .wpcf7-form input[type=file]
{
	margin-bottom: 1rem;
}

.page-id-355 section, .page-id-314 section, .page-id-353 section, .page-id-1196 section{
	width: 100%;
}
.formulier .wpcf7-form span.wpcf7-list-item {
    display: block;
    margin: 10px 0px;
}

.formulier .wpcf7-form .wpcf7-form-control.wpcf7-radio{
	margin-bottom: 30px;
	display: block;
}

.formulier .wpcf7-form input[type="submit"] {
	width:100% !important;
    font-family: 'museo_sans300';
    background: transparent;
    text-align: center;
    color: #fff !important;
    border: 1px solid #ffffff;
    padding: 10px 20px;
    font-size: 18px;
    margin-top: 20px;
}

.formulier{
	background-color: #009fe0;
	background: url('img/achtergrond.png') left top;
	background: url('img/achtergrond.png') left top, -moz-linear-gradient(top, #009fe0 0%, #0d6496 100%); 
	background: url('img/achtergrond.png') left top, -webkit-gradient(top, #009fe0 0%, #0d6496 100%); 	
	background: url('img/achtergrond.png') left top, -webkit-linear-gradient(top, #009fe0 0%, #0d6496 100%); 
	background: url('img/achtergrond.png') left top, -o-linear-gradient(top, #009fe0 0%, #0d6496 100%); 
	background: url('img/achtergrond.png') left top, linear-gradient(to bottom, #009fe0 0%,#0d6496 100%);
	background: url('img/achtergrond.png') left top, -ms-linear-gradient(top, #009fe0 0%, #0d6496 100%);
	font-family: 'museo_sans300';
	padding-bottom: 20px;
	color:#fff !important;
	--notchSize: 20px;
	clip-path: 
	polygon(
		0% var(--notchSize), 
		var(--notchSize) 0%, 
		calc(100% - 0px) 0%, 
		100% 0px, 
		100% calc(100% - var(--notchSize)), 
		calc(100% - var(--notchSize)) 100%, 
		0px 100%, 
		0% calc(100% - 0px)
	);
}

.formulier .wpcf7-form a{
	color:#fff !important;
}

.nav-mobile{
	display: none;
}
/*.nav-web{
	display: block;
}
*/
.nav-web ul {padding:0px;}
.form_left_col{
	width: 49.5%;
	padding-right:5px;
	display: inline-block;
}
.form_right_col{
	width: 49.5%;
	display: inline-block;
}


/*
	.index_column2_2:nth-child(2n) .nieuws.index_column2, .index_column2_2:nth-child(2n) .agenda.index_column2{
	background:#ff9;
	margin-left:10px;
	margin-right:0px;
}

.index_column2_2 .nieuws.index_column2, .index_column2_2 .agenda.index_column2{
	background:#999;
	margin-right:10px;
}
*/

.wrapper_tab{
	
}
.wrapper_tab_mobile{
	display: none;
}

.wpcf7-form-control-wrap.is_lid{
	display: block;
	margin-bottom: -20px;
}

.hide{
	display: none;
}

/* gemeente LP - wegwijzer */
.page-template-page-lp-gemeente .nieuwsbrief_balk {
	background:url(img/achtergrond.png), linear-gradient(180deg, #E64D1F 0%, #C51718 100%)!important;
}
.gemeente {
	background-size: cover!important;
	background-position: center;
	padding: 10px 0px 90px;
	position: relative;
}
.gemeente .intro {
	margin-top: 30px;
	margin-bottom: 30px;
}
.gemeente .scrolltomenu {
	display:flex!important;
}
.gemeente .scrolltomenu h2 {
	color:#fff;
	font-size: 25px!important;
	margin-bottom:30px;
}
.gemeente .scrolltomenu .col-md-3  {
	text-align:center;
}
.container-wapper.gemeente .background-overlay {
 	background-color: transparent;
	background-image: linear-gradient(180deg, #009FE0 0%, rgba(13, 100, 150, 0.65) 57%);
	opacity: 0.67;
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
}
.gemeente .container h1 {
	font-size: 49px;
	line-height: 1em;
	color:#fff;
	text-align:center;
}
.gemeente .container.content {
	padding:30px 0px 45px;
}
.gemeente .intro-leesmeer{
	background-color: rgba(2, 1, 1, 0);
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-radius: 0px 0px 0px 0px;
	color:#fff;
	padding: 12px 24px;
}
.gemeente .intro-leesmeer:focus,
.gemeente .intro-leesmeer:hover{
	background-color: rgba(255, 255, 255, 0.22);
}
.gemeente .intro-leesmeer svg,
.gemeente .intro-leesmeer i{
	margin-left: 5px;
}

.sections-gemeente section {
	margin:45px auto;
	padding:40px;
}
.sections-gemeente section .row.flex {
	display:flex;
}
.sections-gemeente section#tekst {
	max-width:750px;
	margin:15px auto 15px;	
}

.sections-gemeente  h2 {
	font-size: 29px;
	margin-bottom:25px;
}
.sections-gemeente section.uitgelicht {
	padding: 25px 45px 45px 45px;
	margin:5px auto 45px;
	background-color: #FAFAFA;
	border: 1px solid #D6D6D6;
}
.sections-gemeente section.uitgelicht ul {
	padding:0px;
}
.sections-gemeente section.uitgelicht ul li{
	display:flex;
	border-style:solid;
	border-width: 1px 1px 1px 1px;
	border-color: #F2F2F2;
	background-color: #FFF;
	position:relative;
	flex: 1;
}
.sections-gemeente section.uitgelicht ul li .thumb{
	/*width:33%;*/
	flex: 1;
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	background-size:contain;
}
.sections-gemeente section.uitgelicht ul li .post-content{
	padding: 45px 45px 75px 45px;
	line-height:1.5em;
	flex: 2;
}
.sections-gemeente section  .excerpt{
	line-height:1.5em;
}
.sections-gemeente section.uitgelicht ul li .post-content h3{
	color:#444;
	font-size:1.75em;
	margin-bottom: 20px;
}
.sections-gemeente section.uitgelicht  a.post-leesmeer {
	position:absolute;
	bottom:0px;
	font-size: 15px;
	font-weight: 300;
	color: #FFFFFF;
	right:0px;
	padding: 12px 24px;
	background-color: #009FE0;
}
.divider {
	margin-bottom:20px;
}
.divider-separator {
	box-align: center;
	width:100%;
	display: flex;
	margin: 0;
	align-items: center;
}
.divider-separator::after,
.divider-separator::before {
	display: block;
	content: "";
	border-bottom: 0;
	border-top: 1px solid #D6D6D6;
	flex-grow: 1;
	box-flex:1;
}
.divider__text {
	font-size: 15px;
	line-height: 1;
	max-width: 95%;
	color: #A5A5A5;
	flex-shrink:0;
	margin-left:10px;
	margin-right:10px;
}

.sections-gemeente section.handvatten {
	padding: 30px 30px 65px 30px;
	background-color: rgba(0, 0, 0, 0);
	background: url('img/achtergrond.png') left top, linear-gradient(to bottom, #009fe0 0%,#0d6496 100%);
	opacity: 1;
	filter: brightness( 100% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );
	color:#fff;
	--notchSize: 20px;
	clip-path: polygon( 0% var(--notchSize), var(--notchSize) 0%, calc(100% - 0px) 0%, 100% 0px, 100% calc(100% - var(--notchSize)), 
	calc(100% - var(--notchSize)) 100%, 0px 100%, 0% calc(100% - 0px) );
}
.sections-gemeente section.handvatten .line {
	margin-bottom: 20px;
	padding:25px 0px;
}
.sections-gemeente section.handvatten .line hr {
	height:1px;
	background-color: rgba(255, 255, 255, 0.8);
	border:0px;
}
.sections-gemeente section.handvatten .left {
	flex:1;
	margin: 0px 25px 0px 0px;
}
.sections-gemeente section.handvatten strong { 
	font-family:'museo500';
	margin-bottom:10px;
	display:inline-block;
}
.sections-gemeente section.handvatten .right .accordeon_info {
	background-color: #FFFFFF;
}
.sections-gemeente section.handvatten .right .accordeon_info h4 {
	border: 1px solid #d4d4d4;
	border-bottom: none;
}
.sections-gemeente section.handvatten .right .accordeon_info h4:last-child{
	border-bottom: 1px solid #d4d4d4;
}
.sections-gemeente section.handvatten .right h4 {
	font-size: 14px;
	color: #0D6496;
	padding: 15px 20px;
	font-weight: 700;
	font-family: 'museo300', Sans-serif;
	margin-bottom:0px;
}
.sections-gemeente section.handvatten .right h4:hover,
.sections-gemeente section.handvatten .right h4.active {
	background-color:#007cba;
	color:#fff;
	cursor:pointer;
}
.sections-gemeente section.handvatten .right h4 svg {
	margin-right:8px;
}
.sections-gemeente section.handvatten .right h4:before {
	content: "\f067"	;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right:10px;
}
.sections-gemeente section.handvatten .right h4.active:before {
	content: "\f068";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right:10px;
}
.sections-gemeente section.handvatten .right .accordeon_info .answer {
	padding: 15px 20px;
}
.sections-gemeente section.handvatten .right .accordeon_info  p {
	color:#444;
	line-height: 1.5;
}
.sections-gemeente section.handvatten .right .accordeon_info  a {
	color: #3A6692;
}

.sections-gemeente section.handvatten .right {
	flex:1;
}
.sections-gemeente section.handvatten h2 {
	margin-bottom:8px;
}
.sections-gemeente section.handvatten .row.bottom {
	margin-bottom:10px;
}
.sections-gemeente section.handvatten .row.bottom h2 {
	margin-bottom:20px;
}
.sections-gemeente section.handvatten .row.bottom .searchbar {
	background:transparent;
	border:1px solid #fff;
	padding:15px 30px;
	clip-path:none;
	max-width:100%;
	margin-top:25px;
}
.sections-gemeente section.handvatten .row.bottom .searchbar .search-input {
	width:90%;
}
.sections-gemeente section.praktijk {
	padding: 10px 0px 35px 0px;
}
.sections-gemeente section.praktijk .left {
	flex:1.98;
	margin:0 0px 0 0 ;
}
.sections-gemeente section.praktijk .right {
	flex:1.02;
}
.sections-gemeente section.praktijk  h2 {
	margin-bottom:0px;
}
.sections-gemeente section.praktijk .right strong {
	color:#a2a2a2;
	margin-bottom:20px;
	display:block;
}
.sections-gemeente section.praktijk ul {
	display: grid;
	grid-template-columns: 45% 45%;
	column-gap: 4%;
	row-gap: 4%;
	list-style-type:none;
	padding-left:0px;
}
.sections-gemeente section.praktijk ul li{
	margin: 4px 0% 0 0%;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #F2F2F2;
	position: relative;
}
.sections-gemeente section.praktijk ul li .thumb{
	height:175px;
	max-height: 175px;
	background-repeat:none;
	background-position:center;
	background-size:cover;
	position: relative;
}
.sections-gemeente section.praktijk ul li h3{
	position:absolute;
	bottom:0px;
	padding:5px 20px 10px;
	color:#fff;
	font-size:16px;
	font-weight: 700;
	text-shadow:0px 2px 2px rgba(0,0,0,0.2);
}
.sections-gemeente section.praktijk .excerpt {
	padding:10px 20px;
	font-size:14px;
	min-height:100px;
}
.sections-gemeente section.praktijk .right .excerpt {
	font-size:15px;
	padding:0px;
}
.sections-gemeente section.praktijk .right .excerpt p {
	padding-left:0px;
}
.sections-gemeente section.praktijk .post-leesmeer {
	position: absolute;
	bottom: 0px;
	font-size: 15px;
	font-weight: 300;
	color: #FFFFFF;
	right: 0px;
	padding: 12px 24px;
	background-color: #009FE0;
}

.sections-gemeente section.expertise {
	background-color: rgba(0, 0, 0, 0);
	background: url('img/achtergrond.png') left top, linear-gradient(to bottom, #009fe0 0%,#0d6496 100%);
	opacity: 1;
	filter: brightness( 100% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );
	color:#fff;
	--notchSize: 20px;
	clip-path: polygon( 0% var(--notchSize), var(--notchSize) 0%, calc(100% - 0px) 0%, 100% 0px, 100% calc(100% - var(--notchSize)), 
	calc(100% - var(--notchSize)) 100%, 0px 100%, 0% calc(100% - 0px) );
}
.sections-gemeente section.expertise .left {
	flex:2;
	margin:0 45px 0 0 ;
}
.sections-gemeente section.expertise .left h2 {
	margin-bottom:8px;
}
.sections-gemeente section.expertise .left strong {
	font-weight:400;
	display:block;
	margin-bottom:20px;
	font-family:'museo500';
}
.sections-gemeente section.expertise .right {
	flex:1;
	text-align:right;
}
.sections-gemeente section.expertise .leesmeer {
	background-color: rgba(2, 1, 1, 0);
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-radius: 0px 0px 0px 0px;
	color: #fff;
	padding: 12px 24px;
	position:absolute;
	bottom:60px;
	right:45px;
}

.sections-gemeente section.ruggespraak {
	background-color: rgba(0, 0, 0, 0);
	background: url('img/achtergrond.png') left top, linear-gradient(to bottom, #009fe0 0%,#0d6496 100%);
	opacity: 1;
	filter: brightness( 100% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );
	color:#fff;
	--notchSize: 20px;
	clip-path: polygon( 0% var(--notchSize), var(--notchSize) 0%, calc(100% - 0px) 0%, 100% 0px, 100% calc(100% - var(--notchSize)), 
	calc(100% - var(--notchSize)) 100%, 0px 100%, 0% calc(100% - 0px) );
	padding:65px 40px;
	margin: 60px 0 40px;
}
.sections-gemeente section.ruggespraak .top {
	margin-left:0px;
	margin-right:0px;
}
.sections-gemeente section.ruggespraak .top h2 {
	margin-bottom:8px;
}
.sections-gemeente section.ruggespraak .top strong {
	font-weight:400;
	display:block;
	margin-bottom:20px;
	font-family:'museo500';
}
.sections-gemeente section.ruggespraak .topcontent {
	max-width:62%;
}
.sections-gemeente section.ruggespraak .excerpt {
	margin-bottom:20px;
}
.sections-gemeente section.ruggespraak .bottom {
	width:100%;
}
.sections-gemeente section.ruggespraak .bottom .nav-tabs {
	border-bottom:0px none;
}
.sections-gemeente section.ruggespraak .bottom .nav-tabs li {
	font-family: "museo500", Sans-serif;
	font-size: 18px;
	display: table-cell;
	position: relative;
	padding: 0px 0px;
	font-weight: 500;
}
.sections-gemeente section.ruggespraak .bottom .nav-tabs li a {
	color:#3A6692;
	padding: 20px 25px 18px;;
	display:block;
	background: #f2f2f2;
	border-right: 1px solid #cccccc;
}
.sections-gemeente section.ruggespraak .bottom .nav-tabs li a svg {
	margin-left:8px;
}
.sections-gemeente section.ruggespraak .bottom .nav-tabs li.active a {
	background: #fff;
}

/*.sections-gemeente section.handvatten .right i.fa-plus::before f067
.sections-gemeente section.handvatten .right i.fa-minus::before f068*/
.sections-gemeente section.ruggespraak .bottom .nav-tabs li a:after {
	content: "\f067"	;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-left:10px;
}

.sections-gemeente section.ruggespraak .bottom .nav-tabs li a.active:after {
	content: "\f068";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-left:10px;
}

.sections-gemeente section.ruggespraak .bottom .tab-pane {
	border-color: #E5E5E5;
	padding:20px;
	background-color: #FFFFFF;
	color:#444;
	line-height:1.5em;
}
.sections-gemeente section.ruggespraak .bottom .tab-pane.active {
	min-height:250px;
}
.sections-gemeente section.ruggespraak .bottom .tab-pane textarea, 
.sections-gemeente section.ruggespraak .bottom .tab-pane input[type="text"],
.sections-gemeente section.ruggespraak .bottom .tab-pane input[type="tel"],
.sections-gemeente section.ruggespraak .bottom .tab-pane input[type="email"] {
	width:100%;
	padding:10px;
}
.sections-gemeente section.ruggespraak .bottom .tab-pane form h3 {
	margin-top:15px;
}
.sections-gemeente section.ruggespraak .bottom .tab-pane form .wpcf7-list-item {
	margin:15px 0 0 0em;
}
.sections-gemeente section.ruggespraak .bottom .tab-pane input[type="submit"] {
	font-size: 15px;
	font-weight: 300;
	color: #FFFFFF;
	background-color: #009FE0;
	border:0px none;
	padding:15px 25px;
	margin-top:15px;
}


.fotocredits {
	position:relative;
	bottom:-70px;
	color:#fff;
	text-align:left;
	text-shadow: 0px 1px 3px rgba(0,0,0,0.5);
	font-style:italic;
	font-size:11px;
	width: 98%;
	padding:0 0px;
	margin:0 auto;
}
/* home page podcast */
.content_podcast {
    text-align: left;
    padding: 20px 30px;
    /*clip-path: polygon(6% 0, 80% 0%, 100% 0, 100% 100%, 80% 100%, 20% 100%, 0 100%, 0 6%);*/
    --notchSize: 20px;
   	clip-path: polygon( 0% var(--notchSize), 
                    var(--notchSize) 0%, 
					calc(100% - 0px) 0%, 
					100% 0px, 
					100% calc(100% - var(--notchSize)), 
					100% 100%, 
					0px 100%, 0% calc(100% - 0px) 
					);
    background: url(img/achtergrond.png) left top, linear-gradient(to bottom, #009fe0 0%,#0d6496 100%);
    color: white;
}
.card_podcast {
    display: flex;
    height: 100%;
}
.content_info {
    margin: auto;
}
.content_podcast h1{
	display: flex;
    align-items: center;
    margin-top: 0;
    margin-bottom: 15px;
    line-height: 1.15;
}
.mic-icon {
    width: 35px;
    margin-right: 10px;
}
.content_podcast p {
    margin-bottom: 15px;
    line-height: 1.5;
}
a.podcast_button {
    padding: 10px 0px 10px 40px;
    border: 1px solid white;
    color: white;
    width: 100%;
    font-size: 18px;
}
img.play-icon {
    width: 25px;
    vertical-align: middle;
    margin-right: 16px;
}
.disflex{
	display: flex;
	align-items: center;
}
.podcast_img_home img{
	width: 100%;
}
/* home podcast sidebar */
.podcast_sidebar{
	text-align: left;
    padding: 45px 30px;
}
.podcast_widget_content p {
    margin-bottom: 15px;
    line-height: 1.3;
}
@media all and (max-width:600px) {
	.gemeente .scrolltomenu {
  		display: block !important;
	}
	.gemeente .scrolltomenu .col-md-3 {
		max-width:100%;
	}
	.gemeente .container h1 {
		margin-bottom:10px;
	}
	.gemeente .scrolltomenu h2 {
		margin: 40px 0 20px;
		position: relative;
		display: block;
	}
		
	.sections-gemeente section {
		margin:25px 0px;
	}
	.sections-gemeente section.uitgelicht ul li {
		display: block;
	}
	.sections-gemeente section.uitgelicht ul li .thumb {
		min-height: 250px;
	}
	.sections-gemeente section .row.flex {
		display:block;
	}
	.sections-gemeente section.praktijk {
		padding: 10px 0 15px 0;
	}
	.sections-gemeente section.praktijk .row.flex {
		display:flex;
		flex-direction:column-reverse;
	}
	.sections-gemeente section.praktijk .right .excerpt {
		padding-bottom: 15px;
	}
	.sections-gemeente section.praktijk ul {
		display:block;
	}
	.sections-gemeente section.praktijk ul li {
		margin-bottom:30px;
	}
	.sections-gemeente section.ruggespraak .bottom .nav-tabs li {
		font-size: 14px;
	}
	
	.sections-gemeente section.expertise .left {
		margin: 0 0px 0 0;
	}
	
	.sections-gemeente section.expertise .leesmeer {
		position: relative;
		top:10px;
		bottom: auto;
		right: 0px;
	}
	.sections-gemeente section.ruggespraak .topcontent {
		max-width: 100%;
	}
	.sections-gemeente section.ruggespraak .bottom .nav-tabs li a {
		padding: 15px 10px 15px;
	}
	.sections-gemeente section.handvatten .row.bottom .searchbar .search-input {
		width: 85%;
	}

}
/* C2A button */
.c2a:focus,
.c2a:hover,
.c2a {
	position: relative;
	display:inline-block;
	background-color: #E64D1F;
	border-radius: 0px 0px 0px 0px;
	margin-top:15px;
	padding: 15px 20px 15px 20px;
	color:#fff;
	text-decoration:none;
	clip-path: polygon( 0% var(--notchSize), var(--notchSize) 0%, calc(100% - 0px) 0%, 100% 0px, 100% calc(100% - var(--notchSize)), calc(100% - var(--notchSize)) 100%, 0px 100%, 0% calc(100% - 0px) );
	--notchSize: 20px;
}

@media only screen and (min-width: 576px) and (max-width: 768px) {
	
	.container{
		width: 100% !important;
	}
	h1 {
	    font-size: 1.5em;
	    margin: 1em 0;
	}
	footer {
	    padding: 20px 10px;
	}
	
	.nav-mobile{
		display: block;
	}
	.nav-web{
		display: none;
	}
	
	.wrapper_tab{
		display: none;
	}
	.wrapper_tab_mobile{
		display: flex;
	}
	
	.topnav #myLinks {
	  display: none;
	}
	
	.logo{
		z-index:101;
		background: #fff;
	}
	
	.topnav a {
	  color: #009fe0;
	  padding: 14px 16px;
	  text-decoration: none;
	  font-size: 24px;
	  display: block;
	  z-index: 102;
	}
	
	.topnav a.icon {
	  display: block;
	  position: absolute;
	  right: 0;
	  top: 15px;
	}
	
	.topnav a:hover {
	  color: #e64d1f;
	}
	
	.active {
	  color: #009fe0;
	}
	.ledenvoordeel_form {
	    margin-left: auto;
	    margin-right: auto;
	    max-width: 60%;
	}
	#overlay {
	    position: fixed;
	    display: none;
	    width: 100%;
	    height: 100%;
	    top: 0;
	    left: 0;
	    right: 0;
	    bottom: 0;
	    background-color: rgba(0,0,0,0.5);
	    z-index: 100;
	    cursor: pointer;
	    overflow: hidden;
	}
	
	#myLinks {
		width: 100%;
		z-index:103;
		position: absolute;
	}

	#myLinks ul{
		padding-left: 0px;
		margin:0px;
	}
	
	#myLinks li{
		border-bottom: 1px solid #3a6692;
		background: #fff;
	}
	
	.logo{
		position: relative;
		background: #fff;
	}
	.logo-img {
	    width: 40%;
	    margin-bottom:10px;
	
	}
	.leden_detail_image img{
		max-height: 150px;
	}
	
	/*.index_column2_left {
	    margin-right: 0px;
	}
	.index_column2_middle{
		margin-left:0px;
		margin-right:0px;
	}
	.index_column2_right {
	    margin-left: 0px;
	}*/
	.column_spacing {
	    padding-left: 0px;
	    padding-right: 0px;
	}
	.intro {
		margin-top:10px;
		margin-bottom:20px;
		text-align: left;
	}
	.intro_text{
		max-width:unset;
	}
	.button_white{
		font-size: 16px !important;
	}
	.padding_20 {
	    padding: 15px;
	    padding-top: 35px;
	    padding-bottom: 35px;
	}
	.draagbij .button_white {
		position: unset;
		margin-top:10px;
	}
	.btn_social {
		margin: 0px 0px;
		margin-top:10px;
	}

    .row .top {
	    margin-left: 0px;
	    margin-right: 0px;
	}
	
	.page-id-355 article form{
		max-width: unset;
	}
	
	/* INDEX_COLUMN2 */

	.nieuws.index_column_full p, .agenda.index_column_full p, .leden.index_column_full p, .podcast.index_column_full p {
		margin: 0px;
	}
	
	.nieuws.index_column_full, .podcast.index_column_full, .agenda.index_column_full, .leden.index_column_full {
		border: 1px solid #f2f2f2;
		margin-bottom:20px;
	}
	
	.nieuws.index_column_full img, .podcast.index_column_full img, .agenda.index_column_full img{
		height: 100%;
		width: 100%;
	}
	
	.nieuws.index_column_full .experp_text, .podcast.index_column_full .experp_text, .agenda.index_column_full .experp_text {
		padding: 14px;
		font-size: 14px;
		line-height: 18px;
		/*min-height: 66px;*/
		color:#686967;
	}
	
	.leden.index_column_full .experp_text{
		padding: 20px;
		font-size: 14px;
		line-height: 18px;
		min-height: 180px;
		color:#686967;
	}
	
	.nieuws.index_column_full .featuredimage, .podcast.index_column_full .featuredimage, .agenda.index_column_full .featuredimage {
	    position: relative;
	    text-align: center;
	    color: white;
	    overflow: hidden;
	    max-height:unset;
	}
	
	.searchbar {
		max-width: unset;
	}
	.search_position{
		position: unset;
	}
	
	.nieuwsbrief_balk {
		padding: 15px;
	}
	
	.nieuwsbrief_balk h2{
		margin-bottom: 20px;
	}
	
	.nieuwsbrief_balk .container{
		padding-right: 0px;
		padding-left: 0px;
	}
	
	.nieuwsbrief_balk .align_right{
		text-align: left;
	}
	.nieuwsbrief_balk input[type="text"], .nieuwsbrief_balk input[type="email"] {
		margin-left: 0px;
		margin-bottom:10px;
		width: 100%;
	}
	
	.nieuwsbrief_balk input[type="submit"] {
		margin-left: 0px;	
	}
	
	.over_left {
		text-align: center;
		/*margin-left: 0px;
		margin-right: 0px;*/
		padding: 5px;
	}
	
	.over_middle{
		text-align: center;
		/*margin-left: 0px;
		margin-right: 0px;*/
		padding: 5px;
	}
	
	.over_right{
		text-align: center;
		/*margin-left: 0px;
		margin-right: 0px;*/
		padding: 5px;
	}

	.widget_nav_menu{
		margin-bottom:20px;
	}
	
	.filter_tags select{
		width: 50%;
		padding:5px;
	}
	
	.view_on_mobile{
		display: block;
	}
	.view_on_web{
		display: none;
	}
	
	.leden_article_text {
		padding:0px;
		padding-top:20px;
	}
	
	.leden .leden_image {
		margin-top: 10px;
		margin-bottom: 10px;
		line-height: 150px;
		height:150px;
	}
	.leden_image .featuredimage2 {
	    max-height: 150px;
	}
	
	.gallery-item {
	   /* width: 48% !important;*/
	    margin-right: 5px !important;
	}
	
	.single .align_right {
		text-align: left;	
	}
	
	.page-id-355 article .formulier, .page-id-353 article .formulier, .page-id-1196 article .formulier {
	    max-width: unset;
	}

	#cookieChoiceInfo{
		padding:20px !important;
		text-align: left !important;
		font-size:14px !important;
	}
	
	#cookieChoiceInfo div{
		padding:0px !important;
	}
	
	#cookieChoiceInfo a{
		padding:10px !important;
		border:1px solid #fff;
		color:#fff;
		display: inline-block;
		margin-left:0px !important;
		margin-right: 24px !important;
	}
	
	#cookieChoiceDismissIcon{
		border:0 !important;
		background-color:transparent !important;
	}
	
	.form_left_col{
		width: 100%;
		padding-right:0px;
		display: inline-block;
	}
	.form_right_col{
		width: 100%;
		display: inline-block;
	}
}

@media only screen and (max-width: 575px) {
    .container{
		width: 100%;
	}
	.noscroll{
		overflow: hidden;
	}
	.searchbar_large .search-submit{
		width: unset;
	}
	.searchbar_large .search-input{
		width: 80%;
	}
	.searchbar_large svg {
	    margin-right: 0px;
	}
	.mobile_hide{
		display: none;
	}
	h1 {
	    font-size: 1.5em;
	    margin: 1em 0;
	}
	footer {
	    padding: 20px 10px;
	}
	
	.nav-mobile{
		display: block;
	}
	.nav-web{
		display: none;
	}
	
	.wrapper_tab{
		display: none;
	}
	.wrapper_tab_mobile{
		display: flex;
	}
	
	.topnav #myLinks {
	  display: none;
	}
	
	.logo{
		z-index:101;
		background: #fff;
	}
	
	.topnav a {
	  color: #009fe0;
	  padding: 14px 16px;
	  text-decoration: none;
	  font-size: 24px;
	  display: block;
	  z-index: 102;
	}
	
	.topnav a.icon {
	  display: block;
	  position: absolute;
	  right: 0;
	  top: 15px;
	}
	
	.topnav a:hover {
	  color: #e64d1f;
	}
	
	.active {
	  color: #009fe0;
	}
	
	#overlay {
	    position: fixed;
	    display: none;
	    width: 100%;
	    height: 100%;
	    top: 0;
	    left: 0;
	    right: 0;
	    bottom: 0;
	    background-color: rgba(0,0,0,0.5);
	    z-index: 100;
	    cursor: pointer;
	    overflow: hidden;
	}
	
	#myLinks {
		width: 100%;
		z-index:103;
		position: absolute;
	}

	#myLinks ul{
		padding-left: 0px;
		margin:0px;
	}
	
	#myLinks li{
		border-bottom: 1px solid #3a6692;
		background: #fff;
	}
	
	#myLinks li {
		border-bottom: 1px solid #3a6692;
		background: #fff;
	}
	#myLinks li li {
		padding-left:10px;
	}
	#myLinks li li:before {
		content:"-";
		position:absolute;
		margin-top: 14px;
		margin-left: 12px;
	}
    	#myLinks li li:first-child {
		border-top: 1px solid #3a6692;
	}
	#myLinks li li:last-child {
		border-bottom: 0px solid #3a6692;
	}
	.logo{
		position: relative;
		background: #fff;
	}
	.logo-img {
	    width: 75%;
	    margin-bottom:10px;
	
	}
	
	.index_column2_left {
	    margin-right: 0px;
	}
	.index_column2_middle{
		margin-left:0px;
		margin-right:0px;
	}
	.index_column2_right {
	    margin-left: 0px;
	}
	.column_spacing {
	    padding-left: 0px;
	    padding-right: 0px;
	}
	.intro {
		margin-top:10px;
		margin-bottom:20px;
		text-align: left;
	}
	.intro_text{
		max-width:unset;
	}
	.button_white{
		font-size: 16px !important;
	}
	.padding_20 {
	    padding: 15px;
	    padding-top: 35px;
	    padding-bottom: 35px;
	}
	.draagbij .button_white {
		position: unset;
		margin-top:10px;
	}
	.btn_social {
		margin: 0px 0px;
		margin-top:10px;
	}

    .row .top {
	    margin-left: 0px;
	    margin-right: 0px;
	}
	
	.page-id-355 article form{
		max-width: unset;
	}
	
	/* INDEX_COLUMN2 */

	.nieuws.index_column_full p, .podcast.index_column_full p, .agenda.index_column_full p, .leden.index_column_full p {
		margin: 0px;
	}
	
	.nieuws.index_column_full, .podcast.index_column_full, .agenda.index_column_full, .leden.index_column_full {
		border: 1px solid #f2f2f2;
		margin-bottom:20px;
	}
	
	.nieuws.index_column_full img, .podcast.index_column_full img, .agenda.index_column_full img{
		height: 100%;
		width: 100%;
	}
	
	.nieuws.index_column_full .experp_text, .podcast.index_column_full .experp_text, .agenda.index_column_full .experp_text {
		padding: 14px;
		font-size: 14px;
		line-height: 18px;
		/*min-height: 66px;*/
		color:#686967;
	}
	
	.leden.index_column_full .experp_text{
		padding: 20px;
		font-size: 14px;
		line-height: 18px;
		min-height: 180px;
		color:#686967;
	}
	
	.nieuws.index_column_full .featuredimage, .podcast.index_column_full .featuredimage, .agenda.index_column_full .featuredimage {
	    position: relative;
	    text-align: center;
	    color: white;
	    overflow: hidden;
	    max-height:unset;
	}
	
	.leden.index_column2 .experp_text {
	/*    min-height: unset !important;*/
	}
	
	.searchbar {
		max-width: unset;
	}
	.search_position{
		position: unset;
	}
	
	.nieuwsbrief_balk {
		padding: 15px;
	}
	
	.nieuwsbrief_balk h2{
		margin-bottom: 20px;
	}
	
	.nieuwsbrief_balk .container{
		padding-right: 0px;
		padding-left: 0px;
	}
	
	.nieuwsbrief_balk .align_right{
		text-align: left;
	}
	.nieuwsbrief_balk input[type="text"], .nieuwsbrief_balk input[type="email"] {
		margin-left: 0px;
		margin-bottom:10px;
		width: 100%;
	}
	
	.nieuwsbrief_balk input[type="submit"] {
		margin-left: 0px;	
	}
	
	.over_left {
		text-align: center;
		margin-left: 0px;
		margin-right: 0px;
		padding: 5px;
	}
	
	.over_middle{
		text-align: center;
		margin-left: 0px;
		margin-right: 0px;
		padding: 5px;
	}
	
	.over_right{
		text-align: center;
		margin-left: 0px;
		margin-right: 0px;
		padding: 5px;
	}

	.widget_nav_menu{
		margin-bottom:20px;
	}
	
	.filter_tags select{
		width: 100%;
		padding:5px;
	}
	
	.view_on_mobile{
		display: block;
	}
	.view_on_web{
		display: none;
	}
	
	.leden_article_text {
		padding:0px;
		padding-top:20px;
	}
	
	.leden .leden_image {
		margin-top: 10px;
		margin-bottom: 10px;
		line-height: unset;
	}
	
	.gallery-item {
	    width: 48% !important;
	    margin-right: 5px !important;
	}
	
	.single .align_right {
		text-align: left;	
	}
	
	.page-id-355 article .formulier, .page-id-353 article .formulier, .page-id-1196 article .formulier {
	    max-width: unset;
	}

	#cookieChoiceInfo{
		padding:20px !important;
		text-align: left !important;
		font-size:14px !important;
	}
	
	#cookieChoiceInfo div{
		padding:0px !important;
	}
	
	#cookieChoiceInfo a{
		padding:10px !important;
		border:1px solid #fff;
		color:#fff;
		display: inline-block;
		margin-left:0px !important;
		margin-right: 24px !important;
	}
	
	#cookieChoiceDismissIcon{
		border:0 !important;
		background-color:transparent !important;
	}
	
	.form_left_col{
		width: 100%;
		padding-right:0px;
		display: inline-block;
	}
	.form_right_col{
		width: 100%;
		display: inline-block;
	}
	
	.locked_popup{
		margin: 5px;
		padding: 20px;
	}
	
	.locked_popup h1{
		font-size: 1.2em;
	}
	
	.locked_popup img{
		padding-bottom: 0px;
		
	}
	
	.locked_popup .btn{
		width: 100%;
	}
	
	.locked_popup .form-control{
		width: 100%;
	}
		
	.landingspagina-header {
		width:350px !important;
		height: auto;
	}

	.landingspagina-float-right {
		float:  left !important;
	}

	.landingspagina-bg {
		background-repeat:repeat;
		height:100%;
	}

	.landingspagina-logos {
		width:100px !important;
		height: auto;
		padding: 10px
	}
	.landingspagina-logos2 {
		width:100px !important;
		height: auto;
		padding: 10px
	}

}


/* Leroy: styling voor WarmteTool pagina */

.warmtecasus__content img {
    margin-bottom: 3rem;
}

.warmtecasus__content p {
    margin-bottom: 2rem;
    line-height: 1.5;
    font-family: inherit;
    font-weight: 500;
    font-size: 16px;
}

.warmtecasus__content h2 {
    font-size: 17px;
    margin-bottom: 1rem;
}

.WT_Related {
    width: calc(100% / 2 - 10px);
    box-sizing: border-box;
    padding: 2rem;
    height: 225px;
    color: #fff;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    background-position: center;
    position: relative;
    margin-bottom: 20px;
}
.WT_Related::before {
    content: "";
    background: rgb(0, 0, 0);
    background: linear-gradient(8deg, rgba(0, 0, 0, 0.7987570028011204) 0%, rgba(0, 0, 0, 0.6811099439775911) 16%, rgba(0, 0, 0, 0.2) 73%);
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
}

.WT_Related h4 {
    font-size: 20px;
    font-weight: 600;
    z-index: 2;
}
.WT_Related p {
    font-size: 18px;
    z-index: 2;
}

.WT_Related a, .WT_Related a:active, .WT_Related a:visited, .WT_Related a:link {
    color: #fff;
    margin-top: auto;
    z-index: 2;
}
.WT__footer{
    display: flex;
    margin-top: 1rem;
}

.WT__footer img{
    width: 20px;
    filter: invert(1);
    opacity: 0.5;
}

.WT__footer img:not(last-child){
    margin-right: 10px;
}
.WT__magazine {
    font-family: 'museo_sans300';
    background: transparent;
    text-align: center;
    color: #fff !important;
    border: 1px solid #ffffff;
    padding: 5px 10px;
    font-size: 16px;
    margin-left: 20px;
}
@media screen and (max-width: 1000px){
    .WT_Related{
        width: 100%;
    }
}

@media screen and (max-width: 1024px){
		.content_podcast{
			padding: 15px 20px;
		}
		.content_podcast h1{
			font-size: 25px;
			margin-bottom: 10px;
		}
		.content_podcast p{
			margin-bottom: 10px;
		}
		/*.podcast_img_home img{
			height: 380px;
		}*/
}

@media screen and (max-width: 768px){
		.content_podcast h1{
			font-size: 20px;
		}
		.content_podcast p{
			font-size: 16px;
		}
		/*.podcast_img_home img{
			height: 448px;
		}*/
}

@media screen and (max-width: 580px){
		/*.podcast_img_home img{
			height: 391px;
		}*/
		/*.podcast_img_home {
    		margin-top: 30px;
		}*/
}


@media print {
    /* Print CSS rules go here */
    /* Note: You need a separate @media screen group for other rules */

}


/* NIEUWSBRIEF POPUP STYLING */
#pum-9567 .pum-container {
    background: url('img/achtergrond.png') left top, linear-gradient(to bottom, #009fe0 0%,#0d6496 100%);
    /* clip-path: polygon(8px 0%, 100% 0, 100% 0, 100% calc(100% - 8px), clac(100% - 8px) 100%, 0 100%, 0 100%, 0% 8px)); */
    clip-path: polygon(32px 0%, 100% 0, 100% 0, 100% calc(100% - 32px), calc(100% - 32px) 100%, 0 100%, 0 100%, 0% 32px);
}
#pum-9567 p {
    margin-bottom: 16px;
}
#pum-9567 input {
    width: 100%;
    height: 36px;
}
#pum-9567 .button {
    font-family: 'museo_sans300';
	background:transparent;
	text-align: center;
	color: #fff !important;
	border: 1px solid #ffffff;
	padding: 8px 16px;
	font-size: 16px;
 }
#pum-9567 .popmake-close {
    padding: 8px 16px;
}


/* PLUG-IN - TABLEPRESS */
.tablepress thead {
    border: 2px solid #009fe0;
    position: relative;
}
.tablepress thead tr th {
    background: #009fe0;
    color: #fff;
}
.tablepress tbody td {
    border: 2px solid #ddd;
}


/* OVER ONS - ORGANISATIE - MEDEWERKERS- GRID */
.medewerkers-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-gap: 48px;
}
.medewerkers-grid .medewerker {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.medewerkers-grid .medewerker img {
    border-radius: 50%;
    aspect-ratio: 1/1;
    object-fit: cover;
}