/*
Theme Name: haicu6_duon
Theme URI: http://www.duurzaam-ondernemen.nl/
Author: Haicu webdesign
Author URI: http://www.haicu.nl/
Description: Description
Version: 1.0

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/


/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	background: #f7f6f2;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}

/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: 'Be Vietnam Pro', sans-erif;
	font-size: 16px;
	line-height: 1.75;
}
body.modal-open {
	overflow:hidden;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}

h1{
	font:600 48px/1.25 'Be Vietnam Pro', sans-serif;
	margin-bottom:20px;
	color:#be00c8;
}

h2{
	font:600 21px/1.5 'Be Vietnam Pro', sans-serif;
	margin-bottom:20px;
	color:#007750;
}

h3{
	font:bold 18px/18px 'Be Vietnam Pro', sans-serif;
	margin-bottom:20px;
	color:#007750;
}

@media screen and (max-width: 600px) {
	h1{
		font:600 24px/1.25 'Be Vietnam Pro', sans-serif;
		margin-bottom:20px;
	}
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
p {
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: 600;
}
.entry-content p:nth-of-type(1) {
	font-weight:600;
	font-size:16px;
	line-height:1.75;
	color:#007750;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa #bbb;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

/* Links */
a {
	color:#00C785;
	text-decoration:none;
}
a:visited {
	color:#00C785;
	text-decoration: none;
}
a:hover,
a:focus,
a:active {
	color:#007050;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Clearing */
.clear:before,
.clear:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
	content: '';
	display: table;
}

.clear:after,
[class*="content"]:after,
[class*="site"]:after {
	clear: both;
}

.widget_em_widget ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
.widget_em_widget ul li{
	margin:0 0 0 0;
	padding:0;
}
.mc4wp-form-fields label:nth-of-type(1)  {
	display:inline-block;
	text-align:left;
	font-weight:bold;
	margin-bottom:-14px;
}
.mc4wp-form-fields input[type="text"]  {
	min-width:300px;	
}
#rpwe_widget-2 .rpwe-block h3 {
    font-size: 18px !important;
    line-height:20px;
}
#rpwe_widget-2 .rpwe-block a.rpwe-img {
    margin:5px auto;
    display:block;
    width:120px;
}
#rpwe_widget-2 li {
    margin-left:-20px;
    margin-right:-20px;
    padding:10px 20px;
    	text-align:center;
}
#rpwe_widget-2 li:nth-of-type(2n+1) {
    background-color:#e6f9f3;
}

.widget-area .rpwe-block h3 {
    font-size: 16px!important;
    line-height: 1.1em;
}

body.blog:not(.tag-coronacrisis) #rpwe_widget-5,
body.archive:not(.tag-coronacrisis) #rpwe_widget-5,
body.single #rpwe_widget-5 {
	display:none;
}
#rpwe_widget-5 img {
	margin-bottom:25px;
}

body.blog:not(.tag-sdgs) #rpwe_widget-6,
body.archive:not(.tag-sdgs) #rpwe_widget-6,
body.single #rpwe_widget-6 {
	display:none;
}
#rpwe_widget-6 img {
	margin-bottom:25px;
}

body.blog:not(.tag-cradle) #rpwe_widget-7,
body.archive:not(.tag-cradle) #rpwe_widget-7,
body.single #rpwe_widget-7 {
	display:none;
}
#rpwe_widget-7 img {
	margin-bottom:25px;
}

body.blog:not(.tag-klimaat) #rpwe_widget-8,
body.archive:not(.tag-klimaat) #rpwe_widget-8,
body.single #rpwe_widget-8 {
	display:none;
}
#rpwe_widget-8 img {
	margin-bottom:25px;
}

/* =Layout: Main basics
----------------------------------------------- */

#main {
	width:100%;
	max-width:1260px;
	margin:0 auto;
	background:#f7f6f2;
}

.content-area {
	float: left;
	width: 100%;

}
.site-content {
	margin: 30px 390px 30px 30px;
}
.site-main .widget-area {
	clear:right;
	float: left;
	margin: 30px 0 30px -330px;
	overflow: hidden;
	width: 300px;
}



/* =Page homepage
----------------------------------------------- */

.page-template-page-homepage-php #blok-welkom {
	margin: 30px 610px 30px 30px;
	background:#f2fcf9;
	padding:20px 20px 10px 20px;
}
.page-template-page-homepage-php .site-content {
	margin: 30px 610px 30px 30px;
}
.page-template-page-homepage-php .site-main #secondary.widget-area {
	float: left;
	margin: 0px 0 30px -590px;
	width: 560px;
}

.page-template-page-homepage-php .site-main #secondary-col1 aside.widget,
.page-template-page-homepage-php .site-main #secondary-col2 aside.widget {
	background:#ffffff;
	padding:20px;
}
.page-template-page-homepage-php .site-main #secondary-col2 aside.widget {
	background:#f2fcf9;
}

.page-template-page-homepage-php #blok-advertentie {
	margin: 0 0 30px 0;
	width:100%;
	clear:both;
}

.page-template-page-homepage-php .site-main #secondary-col1,
.page-template-page-homepage-php .site-main #secondary-col2 {
	float: left;
	margin: 0 20px 0 0;
	width: 270px;
}
.page-template-page-homepage-php .site-main #secondary-col2 {
	margin: 0 ;
}
.page-template-page-homepage-php .site-main #secondary-col2 ul.rpwe-ul {
	list-style:none;
	margin-left:-20px;
	margin-right:-20px;
}
.page-template-page-homepage-php .site-main #secondary-col2 ul.rpwe-ul li {
	padding:20px 20px 10px 20px;
}
.page-template-page-homepage-php .site-main #secondary-col1.extra-home-5,
.page-template-page-homepage-php .site-main #secondary-col2.extra-home-6 {
	margin-top:30px;
}
.page-template-page-homepage-php #black-studio-tinymce-11 {
	margin-top:-30px;
}

.partners-list {
	margin:0px 0 0px 0;
	padding:10px 0 10px 0;
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  flex-wrap:wrap;
  align-items: center;
  justify-content:center;
  background-color:#ffffff;
}
.partners-list a.partner {
	display:block;
  -webkit-flex:1 1 26%;
  -ms-flex:1 1 26%;
  flex: 1 1 16%;
  padding:5px 15px;
  text-align:center;
  min-width:90px;
}
.partners-list a.partner img {
	max-height:80px;
}
.partners-list a.partner.hidden {
	visibility:hidden;
	padding:0;
}

#aps_widget-2 {
	text-align:center;
}

.page-template-page-homepage-php article {
	margin-bottom:0; 
}

.page-template-page-homepage-php .nieuwslijst {
	margin-bottom:0px;
	clear:both;
	background-color:#e6f9f3;
	padding:5px 10px 10px 0;
}
.page-template-page-homepage-php .nieuwslijst:nth-of-type(2n + 1) {
	background-color:#f2fcf9;
}

.page-template-page-homepage-php .nieuwslijst h2 {
	font-size:18px;
	line-height:1.4;
	font-weight:normal;
	margin-bottom:0;
}

.page-template-page-homepage-php .nieuwslijst .col {
	float:left;
	margin-bottom: 12px;
}

.page-template-page-homepage-php .nieuwslijst .col1 {
	width:150px;
	padding-top:5px;
	padding-left:10px;
}

.page-template-page-homepage-php .nieuwslijst .col2 {
	width:450px;
}

.page-template-page-homepage-php .nieuwslijst .col2.smaller {
	width:380px;
	margin-left:10px;
}

.page-template-page-homepage-php .apsc-theme-1.apsc-icons-wrapper {
	margin-left:-7px;
	margin-right:-10px;
}
.page-template-page-homepage-php .apsc-theme-1 .apsc-each-profile {
	margin:5px 1px
}
.page-template-page-homepage-php .apsc-theme-1 .apsc-each-profile a {
	width:56px;
}

.page-template-page-homepage-php h3 {
    font: bold 24px/24px 'Be Vietnam Pro', sans-serif;
    margin-bottom: 20px;
    color: #b6912b;
}
.page-template-page-homepage-php #rss-10 ul {
	list-style:none;
	margin:0;
	padding:0;
}
.page-template-page-homepage-php #rss-10 ul li {
	margin:0 0 10px 0;
	padding:0;
}
.page-template-page-homepage-php .tagcloud a {
	display:inline-block;
	background-color:#fff;
	border:1px solid #e6f9f3;
	border-radius:10px;
	padding:5px;
	margin-bottom:5px;
}
.page-template-page-homepage-php #secondary.widget-area  #em_widget-2.widget ul {
	margin-left:-20px;
	margin-right:-20px;
	padding:0;
}
.page-template-page-homepage-php #secondary.widget-area  #em_widget-2.widget ul li {
	padding:20px;
	text-align:center;
}
.page-template-page-homepage-php #secondary.widget-area  #em_widget-2.widget ul li:nth-of-type(2n+1) {
	background-color:#e6f9f3;
	
}
.page-template-page-homepage-php #em_widget-2 ul li .image {
	display:block;
	text-align:center;
	margin-bottom:5px;
}
.page-template-page-homepage-php #em_widget-2 ul li .image img {
	width:180px !important;
}
.page-template-page-homepage-php #em_widget-2 ul li .eventlink {
	display:block;
	margin-bottom:1px;
}
.page-template-page-homepage-php #em_widget-2 ul li .eventdates {
	display:block;
	margin-bottom:1px;
}
.page-template-page-homepage-php #em_widget-2 ul li .locationtown {
	display:block;
}

.page-template-page-homepage-php .hungryfeed_item_title {
	font-weight:400;
}
.page-template-page-homepage-php div.hungryfeed_item {
	margin-bottom:20px;
}


.apsc-posts .apsc-icon-block {
    background-color: #aaa;
}

.page-template-page-homepage-php #black-studio-tinymce-8 .textwidget .logo-wrap {
	display: -webkit-box;
   display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	flex-wrap:wrap;
	justify-content:center;
	align-items: center;
	margin:20px 0 20px 0;
}
.page-template-page-homepage-php #black-studio-tinymce-8 .textwidget .logo-wrap a {
   -webkit-box-flex: 0 0 50%;
   -ms-flex: 0 0 50%;
   flex: 0 0 calc(50% - 20px);
   padding:5px;
   display:block;
}
.page-template-page-homepage-php .site-main #secondary-col1 aside.widget#rpwe_widget-4 {
	background-color:#e6f9f3 !important;
}

#blok-productnieuws {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-flex: 1;
   -ms-flex: 1;
   flex: 1;
   flex-wrap:wrap;
   align-items: stretch;
   margin-bottom:30px;
   margin-left:-10px;
   margin-right:-10px;
}
#blok-productnieuws .col {
		position:relative;
	 	-webkit-flex:1 1 20%;
  	-ms-flex:1 1 20%;
    flex: 1 1 20%;
    padding:0;
    min-width:200px;
	background-color:#ffffff;
	 margin-left:10px;
   margin-right:10px;
		margin-bottom:10px;
}
#blok-productnieuws .col:nth-of-type(n+3) {
	display:none;
}
#blok-productnieuws .col .innerwrap {
	padding:10px 20px;
}
#blok-productnieuws h2 {
	font-size:18px;
	margin-top:5px;
	margin-bottom:5px;
}
#blok-productnieuws .blok-nieuws-img {
	height:180px;
	position:relative;
	background-color:#f2fcf9;
}
#blok-productnieuws .blok-nieuws-img a img {
	display:block;
	position:absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


/* =Agenda
----------------------------------------------- */

#smooth_slider_2 {
	max-width:800px !important;
	background-color:#f2fcf9 !important;
}

#smooth_slider_2 .smooth_slideri {
	margin:20px 0px !important;
	background-color:transparent !important;
	padding-left:10px;
	padding-right:10px;
	width:calc(100% - 20px) !important;
}
.smooth_slider .smooth_slideri {
	margin:20px 0px !important;
	background-color:transparent !important;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:30px;
	width:calc(100% - 30px) !important;
}
@media screen and (max-width: 1024px) {
	.n2-ss-layer {
		display:none;
	}
}
.css-events-list tr { 
	background-color:#e6f9f3;
	}
	.css-events-list tr:nth-of-type(2n+1) { 
	background-color:#f2fcf9;
	}
.css-events-list table.events-table tr td { 
	padding:20px;
	vertical-align:top;
	}
.css-events-list table.events-table thead tr { 
	background-color:#e6f9f3;
	}
	.css-events-list table.events-table thead tr th { 
	padding:20px;
	}
	
	
#secondary.widget-area .widget {
	padding:0px;
}
	
#secondary.widget-area .widget ul {
	margin:0;
	padding:0 0 0 2px;
}
#secondary.widget-area .widget ul li {
	margin:0 0 10px 0;
	padding:0;
	color:#b6912b;
}
	
/* =Archive
----------------------------------------------- */

.page-template-page-nieuwsinternationaal-php .col {
	float:left;
	width:280px;
	margin:0 20px 0 0;
}

.page-template-page-nieuwsinternationaal-php .col2 {
	margin:0;
}

.wp-pagenavi a, .wp-pagenavi span {
	display:inline-block;
	}

.em-pagination a.page-numbers, .em-pagination span.page-numbers {
	display:inline-block;
	margin-right:6px;
	}
	
.em-pagination a.page-numbers, .em-pagination span.page-numbers {
	text-decoration: none;
	border: 1px solid #BFBFBF;
	padding: 3px 5px;
	margin: 2px;
}

.em-pagination a.page-numbers:hover, .em-pagination span.page-numbers.current {
	border-color: #000;
}

.em .em-pagination .page-numbers {
	font-weight: bold;
	margin-right:6px !important;
	color:#00C785 !important;
	min-width:26px !important;
	padding-left:6px;
	padding-right:6px;
}

.em .em-pagination .page-numbers.current {
    text-decoration: none !important;
    text-underline-offset: 0;
}
.em .em-pagination .page-numbers.current, 
.em .em-pagination .page-numbers:hover {
    font-size: 18px !important;
    height: 40px;
    padding: 6px 6px;
    margin-right:6px;
}
.em .em-pagination .page-numbers.next,
.em .em-pagination .page-numbers.prev {
	height:40px !important;
	opacity:1;
}
.em .em-pagination .page-numbers.next.last:hover, 
.em .em-pagination .page-numbers.next:hover, 
.em .em-pagination .page-numbers.prev.first:hover, 
.em .em-pagination .page-numbers.prev:hover {
  opacity: 1;
  background-size: 25px; 
	font-size:0 !important;
}

.em-event-tags {
	display:none !important;
}

/* =Archive
----------------------------------------------- */

.blog header .entry-meta,
.archive header .entry-meta {
	margin-top: -16px;
}

.blog .col,
.archive .col {
	float:left;
	width:220px;
	margin-top:16px;
	margin-right:20px;
}

.blog .col2,
.archive .col2 {
	float:left;
	width:600px;
	margin-top:10px
	margin-right:0px;
}

.blog .col2.smaller,
.archive .col2.smaller {
	float:left;
	width:calc(780px - 240px);
	margin-right:0px;
}
.blog footer.entry-meta,
.archive footer.entry-meta {
	margin-top:6px;
	margin-bottom:16px;
}

.tags-links a {
	display:inline-block;
	background:#CCF4E7;
	color:#005035;
	padding:6px 10px;
	border-radius:3px;
	font-size:12px;
	line-height:1.67;
}
.tags-links a:hover {
	display:inline-block;
	background:#005035;
	color:#CCF4E7;
}
.sharebuttons {
	margin:30px 0;
}
a.bron-button {
  display: inline-block;
  background: #005035;
  color: #fff;
  padding: 6px 10px;
  border-radius: 3px;
  font-size: 12px;
  line-height: 1.67;
	margin-bottom:20px;
}

a.bron-button:hover {
  display: inline-block;
  background: #CCF4E7;
  color: #005035;
  padding: 6px 10px;
  border-radius: 3px;
  font-size: 12px;
  line-height: 1.67;
}



/* =Archive interviews
----------------------------------------------- */

.category-interviews .site-content {
	margin:30px;
}

.category-interviews #blok-interviews {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-flex: 1;
   -ms-flex: 1;
   flex: 1;
   flex-wrap:wrap;
   align-items: stretch;
}
.category-interviews #blok-interviews .col {
		position:relative;
	 	-webkit-flex:1 1 20%;
  	-ms-flex:1 1 20%;
    flex: 1 1 20%;
    padding:0;
    min-width:200px;
	background-color:#ffffff;
	margin-bottom:10px;
}
.category-interviews #blok-interviews .col.hidden {
	visibility:hidden;
	height:0;
	padding:0;
	border:0;
}
.category-interviews #blok-interviews .col .innerwrap {
	padding:10px 20px;
}
.category-interviews #blok-interviews h2 {
	font-size:18px;
	margin-top:5px;
	margin-bottom:5px;
}
.category-interviews #blok-interviews .blok-nieuws-img {
	height:180px;
	position:relative;
	background-color:#f2fcf9;
}
.category-interviews #blok-interviews .blok-nieuws-img a img {
	display:block;
	position:absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* =Tag productnieuws
----------------------------------------------- */

@media screen and (min-width: 767px) {
	.tag-productnieuws .site-content {
		width:calc(100% - 360px);
		margin:30px;
	}
	.tag-productnieuws .site-main .widget-area {
    margin-top: 94px;
}
}
.tag-productnieuws #blok-interviews {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-flex: 1;
   -ms-flex: 1;
   flex: 1;
   flex-wrap:wrap;
   align-items: stretch;
}
.tag-productnieuws #blok-interviews .col {
		position:relative;
	 	-webkit-flex:1 1 26%;
  	-ms-flex:1 1 26%;
    flex: 1 1 26%;
    padding:0;
    min-width:200px;
	background-color:#ffffff;
	margin-bottom:10px;
}
.tag-productnieuws #blok-interviews .col.hidden {
	visibility:hidden;
	height:0;
	padding:0;
	border:0;
}
.tag-productnieuws #blok-interviews .col .innerwrap {
	padding:10px 20px;
}
.tag-productnieuws #blok-interviews h2 {
	font-size:18px;
	margin-top:5px;
	margin-bottom:5px;
}
.tag-productnieuws #blok-interviews .blok-nieuws-img {
	height:180px;
	position:relative;
	background-color:#f2fcf9;
}
.tag-productnieuws #blok-interviews .blok-nieuws-img a img {
	display:block;
	position:absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


/* Tag archives
----------------------------------------------- */

.archive.tag footer .tags-links,
.archive.tag footer .sep {
	display:none;
}


/* =Single
----------------------------------------------- */
.single .oudkaderbeeld,
.single .attachment-thumb220 {
	float:left;
	margin:0 0 10px 0;
}


.single #blok-kader {
	 float:right;
	 width:220px;
	 margin:0 0 10px 20px;
    background-color:#f2fcf9;
    padding: 20px 20px 10px 20px;
	text-align:center;
}

@media screen and (max-width: 600px) {
	.single #blok-kader {
		 float:none;
		 margin-left:0;
	}
	.single #blok-kader + div {
		 float:none !important;
		 margin-left:0 !important;
	}
	
}


.single #blok-kader p.kader{
	 clear:both;
}
.single .kader img {margin-top:10px;}

.single .site-content {
	margin-right:410px;
}
.site-main .widget-area {
	margin-left: -330px;
	width:300px;
}
.thema-buttons {
	text-align:center;
}
a.thema-button {
  display: inline-block;
  background: #005035;
  color: #fff;
  padding: 6px 10px;
  border-radius: 3px;
  font-size: 12px;
  line-height: 1.67;
	margin-bottom:0px;
	transition:all 200ms;
}

a.thema-button:hover {
  display: inline-block;
  background: #CCF4E7;
  color: #005035;
	transition:all 200ms;
}

/* =Page template hungry feed
----------------------------------------------- */

.hungryfeed_item {
	margin-bottom:20px;
}

.hungryfeed_feed_title {
	display:none;
}

.hungryfeed_item h3 {
	margin-bottom:2px;
}
.hungryfeed_item .pub {
	margin-bottom:6px;
	font-style:italic;
}

.hungryfeed_item img {
	float:left;
		margin-top:4px;
	margin-right:10px;
	margin-bottom:30px;
	width:140px;
}
.hungryfeed_item img::after {
	clear:both;
}

/* =Page template volle breedte
----------------------------------------------- */
.page-template-page-vollebreedte-php .site-content{
	margin:30px;
}

.page-template-page-vollebreedte-php .site-content blockquote {
	max-width:600px;
	margin:0;
}

.page-template-page-vollebreedte-php .site-content object,
.page-template-page-vollebreedte-php .site-content embed {
	max-width:940px;
}

/* =Layout: Main basics
----------------------------------------------- */
#headerwrap {
	background-color:#fff;
}
header.site-header {
	width:calc(100% - 60px);
	max-width:1440px;
	margin:0 auto;
	padding:0 30px;
	position:relative;
}

header .site-branding img {
	width:260px;
	margin:14px 0 14px 0;
	display:block;
	max-width:80%;
}

header a.logo {

}
/** 25 jaar */
body {
	overflow-x:hidden;
}
.banner img.vignet {
	width:80px;
	height:auto;
	float:left !important;
}
.banner .headline {
	width:100%;
	margin-left:auto;
	margin-right:auto;
}
.headline-flex {
   display: flex;
   flex-wrap:wrap;
   align-items: center;
}
.headline-flex .col.left {
  flex: 0 1 120px;
  padding:0;
	margin:0;
}
.headline-flex .col.right {
  flex: 0 1 calc(100% - 140px);
  padding:0 0 0 0;
	margin:0;
}
.banner .headline h1 {
	line-height:1.2;
}
.banner .headline h2 {
	line-height:1.2;
	text-align:left;
}
@media screen and (max-width: 600px) {
	.banner .headline h2 {
		display:none;
	}
}
@media screen and (max-width: 400px) {
	.banner {
		min-height:240px;
	}
	.banner .headline h1 {
	font-size:20px;
	}
	.banner img.vignet {
	width:60px;
	height:auto;
	float:left !important;
}
.headline-flex .col.left {
  flex: 0 1 80px;
  padding:0;
	margin:0;
}
.headline-flex .col.right {
  flex: 0 1 calc(100% - 100px);
  padding:0 0 0 0;
	margin:0;
}
}





.site-header .innerwrap {
   display: flex;
   flex-wrap:wrap;
   align-items: center;
   background-color:#fff;
   min-height:112px;
}
.site-header .innerwrap .site-branding {
  flex: 0 1 300px;
  padding:0;
	margin:0;
}
.site-header .innerwrap .navigation-main {
  flex: 0 1 calc(100% - 300px);
  padding:0 0 0 0;
	margin:0;
}

.banner {
	position:relative;
	min-height:180px;
	min-height:clamp(180px, 16vw, 280px);
	background-size:cover;
	background-position:center center;
}
.banner img {
	width:100%;
	display:block;
	overflow:hidden;
}
.banner:before {
	position:absolute;
	content:"";
	top:0;
	left:0;
	right:0;
	bottom:0;
	background: linear-gradient(90deg, rgba(190,0,200,0.80) 0%, rgba(201,153,45,0.80) 25%, rgba(3,221,137,0.80) 50%, rgba(3,221,137,0) 65%);
	mix-blend-mode:multiply;
}
.banner .headline {
	position:absolute;
	left:30px;
  top: 50%;
  transform: translateY(-50%);
}
.banner h1,
.banner h2 {
	color:#fff;
	font-size:37px;
	line-height:1.4;
	margin:0;
	font-weight:600;
}
.banner h2 {
	text-align:right;
	font-size:34px;
	font-weight:400;
	font-style:italic;
}
@media screen and (max-width: 600px) {
	.banner h1 {
	font-size:27px;
	font-weight:600;
	}
	.banner h2 {
	font-size:24px;
	font-weight:600;
	}
}


/* =Menu primary
----------------------------------------------- */


.hamburger,
.close {
	display:none;
}

.navigation-main {
	clear: both;
	display: block;
	width: 100%;
   font-family: 'Be Vietnam Pro', sans-serif;
   letter-spacing:1px;
   color:#005035;
   background-color:#fff;
		position:relative;
}	
.navigation-main ul {
	list-style: none;
	margin: 0 30px 0 30px;
}
.navigation-main ul li {
	float: left;
	position: relative;
}
.navigation-main a {
	display: block;
	text-decoration: none;
	color:#005035;
	margin-right:24px;
	font-size:16px;
	line-height:1.76;
	position: relative;
}

.navigation-main a:hover {
	color:#009f6a;
}

.navigation-main li.current-menu-parent>a,
.navigation-main li.current-menu-item>a {
	color:#009f6a;
}

.single-post .navigation-main ul li.nieuws>a,
.category .navigation-main ul li.nieuws>a {
	color:#009f6a;
}

.navigation-main ul ul.sub-menu {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	background:#009f6a;
	display: none;
	float: left;
	position: absolute;
		top: 28px;
		left: 0px;
	z-index: 99999;
	padding:0;
	margin:0;
}

.navigation-main ul li:hover > ul {
	display: block;
	padding:5px 0;
}

.navigation-main ul ul li {
	padding:5px 10px;
}
.navigation-main ul ul a {
	min-width: 160px;
	white-space: nowrap;
	font-size:15px;
	line-height:17px;
	color:#fff;
}
.navigation-main ul ul a:hover {
	color:#005035;
}

.navigation-main ul ul li.current-menu-item a {
	color:#005035;
}

.navigation-main ul ul ul {
	left: 100%;
	top: 0;
}

.navigation-main ul li.menu-item-27 a {
	width:20px;
	height:20px;
	text-indent:-9999px;
	margin-top:3px;
}

.navigation-main ul li.menu-item-27 a:hover {
	opacity:0.7;
}

.navigation-main ul li.menu-item-27 a {
	background: url("images/search2.png") no-repeat scroll 2px 2px transparent;
	background-size: contain;
}



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

.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.byline {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}


/* =Media
----------------------------------------------- */

.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-content .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-content .gallery dd {
	margin: 0;
}
.site-content .gallery-columns-4 .gallery-item {
}
.site-content .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

.rp4wp-related-job_listing>ul li.job_listing a div.position, .rp4wp-related-job_listing>ul li.no_job_listings_found a div.position, ul.job_listings li.job_listing a div.position, ul.job_listings li.no_job_listings_found a div.position {
    padding: 0 0 0 142px;
} 
.rp4wp-related-job_listing>ul li.job_listing a img.company_logo, .rp4wp-related-job_listing>ul li.no_job_listings_found a img.company_logo, ul.job_listings li.job_listing a img.company_logo, ul.job_listings li.no_job_listings_found a img.company_logo {
	width:142px;
	height:auto;
}

ul.job_listings li.job_listing a {
	min-height:120px;
}
.application_details {
	display:block !important;
}
.application_button.button {
	display:none !important;
}




/* =Navigation
----------------------------------------------- */

.site-content [class*="navigation"] {
	margin: 0 0 1.5em;
	overflow: hidden;
}
[class*="navigation"] .nav-previous {
	float: left;
	width: 50%;
}
[class*="navigation"] .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/* =Comments
----------------------------------------------- */

.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}

/* =Widgets
----------------------------------------------- */

.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .submit {
	display: none;
}

#wds-container {
	border-radius:0 0 0 0 !important;
}

#wds-container a {
	color:#48267c !important;
}

#wds-container a:hover {
	color:#b6912b !important;
}

div.srp-widget-singlepost {
    border-bottom: 0px solid rgb(204, 204, 204);
}


/*--------------------------------------------------------------
## Boek
--------------------------------------------------------------*/

.archive.post-type-archive-boek .col1,
.tax-boekrubriek .col1 {
	float:left;
	width:120px;
	margin-top:16px;
	margin-right:20px;
}
.archive.post-type-archive-boek h2,
.tax-boekrubriek h2 {
    margin-bottom: 0px;
}
.boeklabel {
	display:inline-block;
	min-width:90px;
}
.post-type-archive-boek .description {
	font-size:0.9em;
}
.boek .bestel {
	display:inline-block;
}
.boek .bestel img {
	max-width:120px;
}
/*--------------------------------------------------------------
## vacatures
--------------------------------------------------------------*/

.job_listings .meta .date,
.job-listing-meta .date-posted {
	display:none !important;
}




/*--------------------------------------------------------------
## Page template partners
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Template Partner Page
--------------------------------------------------------------*/

.page-template-page-partners .site-content {
    margin-right:50%;
}
.page-template-page-partners .site-main .widget-area {
    margin-left: -48%;
    margin-right:20px;
    width: calc(48% - 20px);
}
@media screen and (max-width: 800px) {
	.page-template-page-partners .site-content, 
	.page-template-page-partners .site-main .widget-area {
    width: calc(100% - 3em);
    margin-left:1.5em;
    margin-right:1.5em;
	}
	.page-template-page-partners .site-content {
		margin-bottom:0;
	}
}

.page-template-page-partners .nieuwslijst {
	margin-bottom:0px;
	clear:both;
	background-color:#e6f9f3;
	padding:5px 10px 10px 0;
}
.page-template-page-partners .nieuwslijst:nth-of-type(2n + 1) {
	background-color:#f2fcf9;
}

.page-template-page-partners .nieuwslijst h2 {
	font-size:18px;
	font-weight:normal;
	margin-bottom:0;
}

.page-template-page-partners .nieuwslijst .col {
	float:left;
	margin-bottom: 12px;
}

.page-template-page-partners .nieuwslijst .col1 {
	width:150px;
	padding-top:5px;
	padding-left:10px;
}

.page-template-page-partners .nieuwslijst .col2 {
	width:calc(100% - 180px);
	margin-left:10px;
}

.page-template-page-partners .partnerlogo {
	max-height:160px;
	max-width:300px;
	margin-bottom:10px;
}


/*--------------------------------------------------------------
# Template Columns filter
--------------------------------------------------------------*/

.page-template-page-columns .site-content {
	margin:30px 0;
}

.page-template-page-columns .site-content {
	margin:30px;
}

.page-template-page-columns #blok-interviews {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-flex: 1;
   -ms-flex: 1;
   flex: 1;
   flex-wrap:wrap;
   align-items: stretch;
   margin-left:-20px;
   margin-right:-20px;
}
.page-template-page-columns #blok-interviews .col {
		position:relative;
	 	-webkit-flex:1 1 20%;
  	-ms-flex:1 1 20%;
    flex: 1 1 20%;
    padding:0;
    min-width:200px;
	background-color:#ffffff;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:10px;
}
.page-template-page-columns #blok-interviews .col.hidden {
	visibility:hidden;
	height:0;
	padding:0;
	border:0;
}
.page-template-page-columns #blok-interviews .col .innerwrap {
	padding:10px 20px;
}
.page-template-page-columns #blok-interviews h2 {
	font-size:18px;
	margin-top:5px;
	margin-bottom:5px;
}
.page-template-page-columns #blok-interviews .blok-nieuws-img {
	height:180px;
	position:relative;
	background-color:#f2fcf9;
}
.page-template-page-columns #blok-interviews .blok-nieuws-img a img {
	display:block;
	position:absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.searchfilter-wrap {
	max-width:1280px;
	padding:0 40px;
	margin:0 auto;
}
 .searchandfilter ul {
    margin: 30px 0 60px 0;
    padding: 0;
    max-width:100%;
    margin-left:-10px;
}
.searchandfilter ul li {
    display: inline-block;
    margin: 0 10px 5px 10px;
    padding: 0;
    text-align: left;
}
.searchandfilter select.sf-input-select {
	min-width:310px;
}
.searchandfilter .chosen-container .chosen-single {
	border-radius:0;
	border:0;
	background:#f0f2f5;
	padding:5px;
	box-shadow:none;
	font-weight:700;
}
.searchandfilter .chosen-container-single .chosen-single div b {
	background-position:0 6px;
}
.searchandfilter .chosen-container-single.chosen-container-active.chosen-with-drop .chosen-single div b {
	background-position:-18px 6px;
}
.searchandfilter .chosen-container .chosen-drop {
	border-radius:0;
	border:0;
	background:#f0f2f5;
	padding:5px;
	box-shadow:none;
}
.searchandfilter  .chosen-container-single .chosen-search {
	display:none;
}
.searchandfilter ul li:nth-of-type(3) .chosen-container-single .chosen-search {
	display:block;
}
.searchandfilter .sf-field-search {
	display:block;
	margin:0px auto 20px auto;
	text-align:center;
}
.searchandfilter .sf-field-search input {
  color: #12CB7D;
  padding-left:10px;
}
.searchandfilter .sf-field-search input:focus {
  box-shadow:none;
  outline:1px solid #12CB7D !important;
}
.searchandfilter .sf-field-search input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #12CB7D;
}
.searchandfilter .sf-field-search input::-moz-placeholder { /* Firefox 19+ */
 color: #12CB7D;
}
.searchandfilter .sf-field-search input:-ms-input-placeholder { /* IE 10+ */
  color: #12CB7D;
}
.searchandfilter .sf-field-search input:-moz-placeholder { /* Firefox 18- */
  color: #12CB7D;
}


/*--------------------------------------------------------------
## Media queries 1199
--------------------------------------------------------------*/

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

header.site-header {
	max-width:1000px;
}

header .site-branding {
	max-width:1000px;
}
#main {
	max-width:1000px;
}

.page-template-page-homepage-php .nieuwslijst .col2.smaller {
    width: 320px;
}

}

/*--------------------------------------------------------------
## Media queries 1023
--------------------------------------------------------------*/

@media screen and (max-width: 1023px) {
	
#wpadminbar {

}
	
.site-header .innerwrap {
	min-height:80px;
}
.site-header .innerwrap .navigation-main {
  flex: 0 1 calc(100% + 60px);
  padding:0 0 0 0;
	margin:0 -30px 0 -30px;
}

.hamburger {
	display:block;
	cursor: pointer;
	float:right;
	margin-right:30px;
	color:#fff;
	position:absolute;
	top:25px;
	right:0px;
}
.hamburger img {
	vertical-align:middle;
}
.modal-open .close {
	position:absolute;
	top:25px;
	right:40px;
	z-index:999999;
	display:block;
	cursor: pointer;
	margin-right:30px;
	color:#005035;

}
.modal-open .close img {
	vertical-align:middle;
}

.navigation-main ul {
	display:none;
}
.navigation-main.open > div > ul {
	display:block;
	background:#005035;
	margin:0;
	padding:30px 0;
	position: absolute;
	top: 0px;
	left: 0;
	height:calc(100vh - 120px);
	right: 0;
	z-index:9999;
	overflow-y:scroll;
}
.navigation-main a {
	color:#fff;
}
.navigation-main.open > div > ul > li {
	float:none;
	width:80%;
	margin:20px auto 0 auto;
	clear:both;
}
.navigation-main.open li li {
	float:none;
	width:80%;
	margin:4px auto 4px auto;
	clear:both;
}
.navigation-main ul ul.sub-menu {
	position:relative;
	top:0;
	display:block;
	width:100%;
	padding:20px 0 !important;
	margin:0 auto 20px auto;
}
.navigation-main ul ul a {
	white-space: unset;
}

.site-footer .col {
	width:calc((100% - 80px)/2);
	margin:20px 20px 20px 20px;
}

.blog .col2,
.archive .col2 {
	width:calc(780px - 400px);
}

.blog .col2.smaller,
.archive .col2.smaller {
	width:calc(780px - 400px);
}



.page-template-page-homepage-php #blok-nieuws .col {
	width:calc((100% - 40px)/2);
	margin-left:10px;
	margin-right:10px;
}

.page-template-page-homepage-php #blok-welkom {
	margin: 30px 510px 30px 30px;
}
.page-template-page-homepage-php .site-content {
	margin: 30px 510px 30px 30px;
}
.page-template-page-homepage-php .site-main #secondary.widget-area {
	margin: 0px 0 30px -490px;
	width: 480px;
}
.page-template-page-homepage-php .site-main #secondary-col1,
.page-template-page-homepage-php .site-main #secondary-col2 {
	width: 220px;
}


} /* end media query 1023px


/*--------------------------------------------------------------
## Media queries 849
--------------------------------------------------------------*/

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

.page-template-page-homepage-php .nieuwslijst .col2.smaller {
    width: 220px;
}

} /* end media query 849px

/*--------------------------------------------------------------
## Media queries 767
--------------------------------------------------------------*/

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

nav.navigation-secondary ul li.desktoponly {
	display:none;
}


#page.hfeed.site {
	padding-bottom:0;
}

.site-content,
.single .site-content {
	margin:30px;
}
.site-main .widget-area {
    margin:30px;
    width: calc(100% - 60px);
}

.blog .col, 
.archive .col {
    width: calc(100% - 60px);
}
.blog .col2.smaller, 
.archive .col2.smaller,
.blog .col2, 
.archive .col2 {
    width: 100%;
}

.page-template-page-homepage-php #blok-nieuws .col {
	width:calc(100% - 40px);
	margin-left:10px;
	margin-right:10px;
}


.page-template-page-homepage-php #blok-welkom {
	margin: 30px 30px 30px 30px;
}
.page-template-page-homepage-php .site-content {
	margin: 30px 30px 30px 30px;
}
.page-template-page-homepage-php .site-main #secondary.widget-area {
	margin: 0px 30px 30px 30px;
	width: calc(100% - 60px);
}
.page-template-page-homepage-php .site-main #secondary-col1,
.page-template-page-homepage-php .site-main #secondary-col2 {
	margin: 0px;
	width: calc(100%);
}
.page-template-page-homepage-php .nieuwslijst .col2.smaller {
	width: calc(100% - 180px);
}


.rp4wp-related-job_listing>ul li.job_listing a div.position, .rp4wp-related-job_listing>ul li.no_job_listings_found a div.position, ul.job_listings li.job_listing a div.position, ul.job_listings li.no_job_listings_found a div.position {
    padding: 0 0 0 0px;
} 
.rp4wp-related-job_listing>ul li.job_listing a img.company_logo, .rp4wp-related-job_listing>ul li.no_job_listings_found a img.company_logo, ul.job_listings li.job_listing a img.company_logo, ul.job_listings li.no_job_listings_found a img.company_logo {
	width:42px;
	height:auto;
}

} /* end media query 767px


/*--------------------------------------------------------------
## NEW REDESIGN CHANGES 2022 
--------------------------------------------------------------*/

#footerwrap {
	clear: both;
	width: 100%;
	background:#00281B;
	padding-top:30px;
}
.dots-padding {
	padding:0 30px;
}
hr.green-dots {
	clear: both;
	margin:30px auto 10px auto;
	height:0px;
	max-width:1200px;
	background-color:transparent;
	border-bottom:3px dotted #00C785;
}
.site-footer {
	width:100%;
	max-width:1200px;
	margin:0 auto;
	padding:30px 0px;
	display: flex;
  flex: 1;
  flex-wrap:wrap;
  align-items: stretch;
  justify-content:flex-start;
}
.site-footer .col {
	flex: 0 1 45%;
  min-width:180px;
  padding: 0 30px;
  margin:20px 0;
  color:#fff;
}
.site-footer .col:nth-of-type(2) {
	flex: 0 1 20%;
}
.site-footer .col:nth-of-type(3) {
	flex: 0 1 10%;
}

.site-footer .col4 {
	margin-right:0px;
}

.site-footer h3 {
	color:#00C785;
	font-size:16px;
}

.site-footer ul {
	list-style-type:none;
	margin:00;
}
.site-footer ul li {
	list-style-type:none;
	margin:0 0 10px 0;
}
.site-footer ul li a {
	font-weight:400;
}

.site-footer a {
	color:#fff;
	font-weight:600;
}

.site-footer a:hover {
	color:#fff;
	text-decoration:underline;
}
.site-footer .col.col4 {
	flex:1 1 100%;
	margin-bottom:0;
}
.site-footer .col.col4 a {
	font-size:12px !important;
	font-weight:400 !important;
	display:inline-block;
	margin-right:20px;
}
.site-footer .col.col5 {
	flex:1 1 100%;
	margin-top:0;
}
.site-footer .col.col5 a {
	font-size:12px !important;
	opacity:0.4;
	font-weight:400 !important;
	display:inline-block;
	margin-right:20px;
}

.site-footer {
	font-size:14px;
	line-height:1.4;
}
.site-footer img.duon-logo {
	width:300px;
}
.site-footer a.socmed {
	display:inline-block;
	margin-right:40px;
}


#cookie-notice {
	background-color:#00281B !important;
}
.cookie-notice-container {
	background-color:#00281B;
	max-width:1200px;
	margin:0 auto;
}
.cookie-notice-container a {
	font-weight:600;
	color:#fff;
}
.cookie-notice-container a:hover {
	text-decoration:underline;
}
@media screen and (max-width: 767px) {
	.site-footer .col {
		flex: 1 1 100%;
	}
}

/*--------------------------------------------------------------
## SINGLE REDESIGN 2022 
--------------------------------------------------------------*/

.single-post .featured-image {
	height:480px;
	height:clamp(240px, 30vw, 480px);
	overflow:hidden;
	margin:0 30px;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
}

.content-header {
	padding:40px 30px 0 30px;
	margin-bottom:-40px;
}
.content-header .entry-header {

}
.content-header .entry-header .entry-meta {
	font-size:14px;
	line-height:1.42;
}
.content-header .entry-header .entry-meta .date {
	display:inline-block;
	margin-right:30px;
	color:#005035;
	font-weight:600;
}
.content-header .entry-header .entry-meta svg {
	vertical-align:text-bottom;
	margin-right:6px;
}
.content-header .entry-header h1 {
	margin:30px 0;
}
.content-header .title-columns {
	display: flex;
  flex: 1;
  flex-wrap:wrap;
  align-items: stretch;
  justify-content:flex-start;
}
.content-header .title-columns .col.left {
	flex: 1 1 67%;
  min-width:280px;
  padding: 0 6% 0 0;
  margin: 0;

}
.content-header .title-columns .col.right {
	flex: 1 1 27%;
  min-width:280px;
  padding: 0;
  margin:0 0 20px 0;
	text-align:center;
}
.content-header .title-columns span,
.content-header .title-columns a {
	display:inline-block;
	max-width:200px;
	max-height:100px;
	margin:0 15px 30px 15px;
	
}


.content-header .title-columns .partner-logo img {
	max-width:200px;
	max-height:100px;
}

/*--------------------------------------------------------------
## SIDEBAR WIDGETS REDESIGN 2022 
--------------------------------------------------------------*/

#secondary.widget-area .widget {
	background-color:transparent;
	padding:0px;
}
#secondary.widget-area .widget > h3 {
	border-top:3px dotted #b38327;
	padding:20px 0 0 0;
	text-align:center;
}	
.popular-posts h3 {
	border-top:3px dotted #b38327;
	padding:20px 0 0 0;
	text-align:center;
}	
	
#secondary.widget-area .widget ul {
	margin:0;
	padding:0 0 0 2px;
}
#secondary.widget-area .widget ul li {
	margin:0 0 10px 0;
	padding:0;
	color:#b6912b;
	clear:both;
}
#secondary.widget-area .widget ul li:hover {
	color:#00C785;
}

#secondary.widget-area .widget_widget_crp li {
	background-color:#fff;
	padding:0;
}
#secondary.widget-area .widget_widget_crp li a {
	color:#005035;
	font-size:14px;
	line-height:1.42;
}
#secondary.widget-area .widget_widget_crp li a:hover {
	color:#00C785;
}
#secondary.widget-area .widget_widget_crp li a img {
	display:block;
}
.crp_related_widget ul a {
	display:block;
	width: 100%;
	display: flex;
  flex: 1;
  flex-wrap:wrap;
  align-items: flex-start;
  justify-content:flex-start;
  background-color:#fff;
}
.crp_related_widget ul a figure  {
	flex: 0 0 100px;
  padding: 0 0 0 0;
  margin: 0;
  overflow:hidden;
  background-color:#f7f6f2;
}
.crp_related_widget ul a figure img  {
	width:100px;
	height:100px;
}
.crp_related_widget ul a span.crp_title {
	flex: 1 1 calc(100% - 142px);
  margin: 0;
	padding:10px 10px 10px 20px;
  word-break: break-word;
  font-size:14px !important;
  line-height:1.12;
}

#secondary.widget-area .popular-posts li {
	background-color:#fff;
	padding:0;
}
#secondary.widget-area .popular-posts li a {
	color:#005035;
	font-size:14px;
	line-height:1.42;
}
#secondary.widget-area .popular-posts li a:hover {
	color:#00C785;
}
#secondary.widget-area .popular-posts li a img {
	display:block;
}
.wpp-list li {
	display:block;
	width: 100%;
	display: flex;
  flex: 1;
  flex-wrap:wrap;
  align-items: center;
  justify-content:flex-start;
}
.wpp-list a:nth-of-type(1)  {
	flex: 0 0 120px;
  padding: 0 0 0 0;
  margin: 0;
  overflow:hidden;
  background-color:#f7f6f2;
}
.wpp-list a:nth-of-type(1) img  {
	width:120px;
	height:120px;
}
.wpp-list a:nth-of-type(2) {
	flex: 1 1 calc(100% - 142px);
  margin: 0;
	padding:10px 10px 10px 10px;
}

.popular-posts .wpp-list.wpp-list-with-thumbnails li{
	background:#fff !important;
	align-items:flex-start;
}
.popular-posts .wpp-list.wpp-list-with-thumbnails li a{
	font-size: 14px !important;
  line-height: 1.12 !important;
	background:#fff !important;
}
.popular-posts .wpp-list.wpp-list-with-thumbnails li a:nth-of-type(2){
	padding:10px 5px 5px 0;
	color:#00C785 !important;
}
.popular-posts .wpp-list.wpp-list-with-thumbnails li a:nth-of-type(2):hover {
	color:#005035 !important;
}
.popular-posts .wpp-list.wpp-list-with-thumbnails li img {
	width:100px;
	height:100px;
}

#secondary.widget-area .job_manager li {
	background-color:#fff;
	padding:0;
}
#secondary.widget-area .job_manager li a {
	color:#005035;
	font-size:14px;
	line-height:1.42;
}
#secondary.widget-area .job_manager li a:hover {
	color:#00C785;
}
#secondary.widget-area .job_manager li a img {
	display:block;
}
ul.job_listings li.job_listing a {
	display:block;
	width: 100%;
	display: flex;
  flex: 1;
  flex-wrap:wrap;
  align-items: flex-start;
  justify-content:flex-start;

}
.job_listing a .image  {
	flex: 0 0 100px;
  padding: 10px 5px 5px 5px;
  margin: 0;
  overflow:hidden;
}
.job_listing a .image img  {
	width:120px;
	height:120px;
}
.job_listing a .content {
	flex: 1 1 calc(100% - 132px);
  margin: 0;
	padding:10px 10px 10px 10px;
}
#secondary.widget-area .job_manager li.job_listing a,
#secondary.widget-area .job_manager li.job_listing a h3,
#secondary.widget-area .job_manager li.job_listing a li {
  color:#005035;
}
#secondary.widget-area .job_manager li.job_listing a:hover,
#secondary.widget-area .job_manager li.job_listing a:hover h3,
#secondary.widget-area .job_manager li.job_listing a:hover li {
  color:#00C785;
}
#secondary.widget-area .job_manager ul.job_listings li.job_listing a img.company_logo {
	visibility:visible !important;
	width:142px;
}
.search_jobs .search_location {
	float:left !important;
	padding-left:0 !important;
}


/*--------------------------------------------------------------
## HOMEPAGE REDESIGN 2022 
--------------------------------------------------------------*/

.blok-themas {
	width: calc(100% - 60px);
  margin: 30px 30px 30px 30px;
}
.blok-themas h4 {
	color:#005035;
	font-weight:600;

}
.blok-themas ul {
	columns:240px 3;
	list-style:none;
	margin:0;
	padding:0;
}
.blok-themas li{
	padding:10px 10px 0 0;
}
.blok-themas ul li a {
	color:#009F6A;
	font-size:16px;
	line-height:1.42;
}
.blok-themas ul li a:hover {
	color:#00C785;
}
/*
.blok-themas ul li a:after {
	content:url("https://www.duurzaam-ondernemen.nl/wordpress/wp-content/themes/haicu6_duon/images/arrow-groen500.svg");
	display:inline-block;
	margin-left:6px;
	vertical-align:middle;
}
*/
.blok-themas ul li a {
  display: inline-block;
  background: #CCF4E7;
  color: #005035;
  padding: 6px 10px;
  border-radius: 6px;
  font-size: 16px;
  line-height: 1.67;
	margin-bottom:0px;
	transition:all 200ms;
}

.blok-themas ul li a:hover {
  display: inline-block;
  background: #005035;
  color: #fff;
	transition:all 200ms;
}

.blok-nieuws2 {
	width: calc(100% - 60px);
  margin: 30px 30px 30px 30px;
}
.blok-nieuws2 h1 {
	color:#005035;
	font-size:37px;
	line-height:1.4
}
.blok-nieuws2 .nieuws2-list {
	display: flex;
  flex: 1;
  flex-wrap:wrap;
  align-items: stretch;
  justify-content:flex-start;
  margin:0 -10px;
  padding:0;
}
.blok-nieuws2 .nieuws2-item {
	flex: 1 1 26%;
  padding: 0;
  margin: 0 10px 20px 10px;
  background-color:#fff;
  min-width:240px;
 	transition:all 200ms;
}
.blok-nieuws2 .nieuws2-item.hidden {
  visibility:hidden;
}
.blok-nieuws2 .nieuws2-item img {
	border-radius:4px 4px 0 0;
}
.blok-nieuws2 h2 {
	padding:10px 20px 0 20px;
	color:#771E7C;
	font-size:16px;
	line-height:1.5;
}
.blok-nieuws2 .nieuws2-item:hover img {
	opacity:0.8;
	transition:all 200ms;
}
.blok-nieuws2 .nieuws2-item:hover h2 {
	color:#005035;
	transition:all 200ms;
}
.naar-alle {
	text-align:right;
}
.naar-alle {
	color:#009F6A;
	font-size:14px;
	line-height:1.42;
}
.naar-alle:hover {
	color:#00C785;
}
.naar-alle a:after {
	content:url("https://www.duurzaam-ondernemen.nl/wordpress/wp-content/themes/haicu6_duon/images/arrow-groen500.svg");
	display:inline-block;
	margin-left:6px;
	vertical-align:middle;
}

.blok-intro2 {
	width: calc(100% - 60px);
  margin: 30px 30px 30px 30px;
}
.blok-intro2 .intro2-flex {
	display: flex;
  flex: 1;
  flex-wrap:wrap;
  align-items: stretch;
  justify-content:flex-start;
  margin:0 -10px;
  padding:0;
}
.blok-intro2 .flex-item {
	flex: 1 1 21%;
  padding: 20px;
  margin: 0 10px 20px 10px;
  background-color:#fff;
  min-width:240px;
 	transition:all 200ms;
}
.blok-intro2 .flex-item:nth-of-type(1) {
	flex: 1 1 42%;
}
.blok-intro2 .flex-item:nth-of-type(1) p:first-child {
	margin:0;
}

.blok-product2 {
	width: calc(100% - 60px);
  margin: 30px 30px 30px 30px;
}
.blok-product2 > h2 {
 	font-size:37px;
 	line-height:1.4;
 }
.blok-product2 .flex-list {
	display: flex;
  flex-wrap:wrap;
  align-items: stretch;
  justify-content:flex-start;
  margin:0 -10px;
  padding:0;
}
.blok-product2 .flex-list > .flex-item {
	flex: 1 1 26%;
  padding: 0;
  margin: 0 10px 20px 10px;
  min-width:280px;
  background-color:#fff;
 	transition:all 200ms;
}
.blok-product2 .flex-item.flex-nested {
	display: flex;
  flex-wrap:wrap;
  align-items: center;
  justify-content:flex-start;
}
.blok-product2 .flex-item.flex-nested.hidden {
  visibility:hidden;
}
.blok-product2 .flex-item.flex-nested .flex-nested-item {
	flex: 1 1 26%;
  padding: 0;
  margin: 0;
}
.blok-product2 .flex-item.flex-nested .flex-nested-item:nth-of-type(2) {
	padding:10px;
}
.blok-product2 h3 {
	color:#005035;
	font-size:14px;
	line-height:1.42;
	word-break: break-word;
}
.blok-product2 img {
	display:block;
	border-radius:4px 0 0 4px;
}
.blok-product2 .flex-item:hover img {
	opacity:0.8;
	transition:all 200ms;
}
.blok-product2 .flex-item:hover h3 {
	color:#00C785;
	transition:all 200ms;
}



.blok-columns2 {
	width: calc(100% - 60px);
  margin: 30px 30px 30px 30px;
}
.blok-columns2 > h2 {
 	font-size:37px;
 	line-height:1.4;
 }
.blok-columns2 .flex-list {
	display: flex;
  flex-wrap:wrap;
  align-items: stretch;
  justify-content:flex-start;
  margin:0 -10px;
  padding:0;
}
.blok-columns2 .flex-list > .flex-item {
	flex: 1 1 26%;
  padding: 0;
  margin: 0 10px 20px 10px;
  min-width:280px;
  background-color:#009F6A;
 	transition:all 200ms;
}
.blok-columns2 .flex-item.flex-nested {
	display: flex;
  flex-wrap:wrap;
  align-items: center;
  justify-content:flex-start;
}
.blok-columns2 .flex-item.flex-nested.hidden {
  visibility:hidden;
}
.blok-columns2 .flex-item.flex-nested .flex-nested-item {
	flex: 1 1 26%;
  padding: 0;
  margin: 0;
}
.blok-columns2 .flex-item.flex-nested .flex-nested-item:nth-of-type(2) {
	padding:10px;
}
.blok-columns2 h3 {
	color:#ffffff;
	font-size:14px;
	line-height:1.42;
	word-break: break-word;
	margin-bottom:0;
}
.blok-columns2 img {
	display:block;
	border-radius:4px 0 0 4px;
}
.blok-columns2 .flex-item:hover img {
	opacity:0.8;
	transition:all 200ms;
}
.blok-columns2 .flex-item:hover h3 {
	color:#005035;
	transition:all 200ms;
}


.blok-agenda2 {
	width: calc(100% - 60px);
  margin: 30px 30px 30px 30px;
}
.blok-agenda2 > h2 {
 	font-size:37px;
 	line-height:1.4;
 }
.blok-agenda2 .flex-list {
	display: flex;
  flex-wrap:wrap;
  align-items: stretch;
  justify-content:flex-start;
  margin:0 -10px;
  padding:0;
}
.blok-agenda2 .flex-list > .flex-item {
	flex: 1 1 21%;
  padding: 0;
  margin: 0 10px 20px 10px;
  min-width:180px;
  max-width:300px;
  background-color:#fff;
 	transition:all 200ms;
}
.blok-agenda2 .flex-item.hidden {
  visibility:hidden;
}
.blok-agenda2 .flex-item .image {
	width:100%;
}
.blok-agenda2 .flex-item .text {
	padding:10px 10px 10px 10px;
}

.blok-agenda2 h3 {
	color:#005035;
	font-size:14px;
	line-height:1.42;
	word-break: break-word;
	margin-bottom:0;
}
.blok-agenda2 p {
	color:#005035;
	font-size:14px;
	line-height:1.42;
	word-break: break-word;
	margin-bottom:0;
}
.blok-agenda2 img {
	display:block;
	border-radius:4px 4px 0 0;
	margin-left:auto;
	margin-right:auto;
}
.blok-agenda2 .flex-item:hover img {
	opacity:0.8;
	transition:all 200ms;
}
.blok-agenda2 .flex-item:hover h3,
.blok-agenda2 .flex-item:hover p {
	color:#00C785;
	transition:all 200ms;
}



.blok-partners2 {
	width: calc(100% - 60px);
  margin: 30px 30px 30px 30px;
}
.blok-partners2 > h2 {
 	font-size:37px;
 	line-height:1.4;
 }
.blok-partners2 .partners-slider {
	background-color:#ffffff;
	padding:10px 20px;
}
 
 .my-slider {
	  background-color:#ffffff;
}
.tns-outer {
	margin-top:20px;
}
.tns-nav {
	background-color:#ffffff;
	text-align:center;
}
.tns-nav > [aria-controls] {
    width: 9px;
    height: 9px;
    padding: 0;
    margin: 0 5px;
    border-radius: 50%;
    background: #aaa;
    border: 0;
}
.tns-nav > [aria-controls]:hover,
.tns-nav > .tns-nav-active {
    background: #009F6A;
    border: 0;
    outline:none;
}
.tns-outer [aria-controls], .tns-outer [data-action] {
    cursor: pointer;
}
.tns-outer > button {
	display:none;
}

.text-ads {
	margin:30px;
	font-size:8px;
	line-height:1.2;
	text-align:center;
}


/*--------------------------------------------------------------
## THEMA'S REDESIGN 2022 
--------------------------------------------------------------*/

.tag .banner-innerwrap {
	max-width:1260px;
	margin:0 auto;
	padding:0 30px;
	position:relative;
}
.alignfull {
	width:100vw;
	max-width:100vw;
	margin-left:calc(50% - 50vw);
	margin-right:calc(50% - 50vw);
}

.widget-area2 {
	display: flex;
  flex: 1;
  flex-wrap:wrap;
  align-items: stretch;
  justify-content:flex-start;
  margin:0 -10px;
  padding:0;
}
.widget-area2 aside {
	flex: 1 1 21%;
  padding: 20px;
  margin: 0 10px 20px 10px;
  background-color:#fff;
  min-width:240px;
 	transition:all 200ms;
}
.widget-area2 aside.hidden {
	  visibility:hidden;
}

.archive.tag .headline h1:first-letter {
	text-transform: capitalize;
}
.archive.tag .blok-agenda2 .flex-list > .flex-item {
	flex: 1 1 21%;
}

.blok-themapartners2 {
	width: calc(100% - 60px);
  margin: 30px;
}
.blok-themapartners2 > h2 {
 	font-size:37px;
 	line-height:1.4;
 	text-transform:capitalize;
 }
.blok-themapartners2 .partners {
	background-color:#ffffff;
	padding:10px 20px;
}

/*--------------------------------------------------------------
## Single event 2022 
--------------------------------------------------------------*/

.single-event #blok-kader + div {
	clear:both;
}

/*--------------------------------------------------------------
## Single job 2022 / 2023
--------------------------------------------------------------*/

.single-job_listing .single_job_listing .company {
	min-height:1em;
	padding:0;
	margin:0;
	border:0;
	box-shadow:none;
}
.single_job_listing .company .company_header {
	min-height:0;
}
.single-job_listing .single_job_listing .company .company_logo {
	display:none;
}
.single-job_listing .single_job_listing .company .name {
	margin-left:0em;
	padding-left:0;
	font-size:24px;
}
.single-job_listing .single_job_listing .company .tagline {
	display:none;
}

/*--------------------------------------------------------------
## Columns listing SFPro 2022 
--------------------------------------------------------------*/
.search-filter-results .blok-columns2 .flex-item.flex-nested .flex-nested-item:nth-of-type(3) {
    flex: 0 0 100%;
    padding: 0;
    margin: 0;
    background-color:#fff;
}
.search-filter-results .blok-columns2 .flex-item.flex-nested .flex-nested-item .nested-excerpt-wrap {
    color:#000;
    padding:20px;
    font-size:0.9em;
}


/*--------------------------------------------------------------
## Event single events widget 
--------------------------------------------------------------*/

.single-event .widget_em_widget li {
	text-align:center;
	margin-bottom:30px !important;
	line-height:1.5;
}
.single-event .widget_em_widget li:hover .locationtown,
.single-event .widget_em_widget li:hover .eventdates {
    color: #b6912b !important;
}

/*--------------------------------------------------------------
## Podcast widget bij interviews / columns 
--------------------------------------------------------------*/

.single .widget-area #text-15 {
border-top: 3px dotted #b38327;
}