@charset "utf-8";
/* CSS Document */
@font-face {
   font-family: 'Objektiv Mk1';
   src: url('/fonts/ObjektivMk1_W_XBd.woff2') format('woff2'),
        url('/fonts/ObjektivMk1_W_XBd.woff') format('woff');
}
body {
	font-family: 'Roboto', sans-serif;
	margin: 100px 0 0 0;
}
.clear {
	clear: both;
}
/*ul {
    list-style-position: outside;
    padding: 0px;
    margin-top: 0px;
    margin-left: 16px;
}
li {
    list-style: none;
    margin: 0px;
}*/
h1, h2, h3, h4 /*h5 ,h6*/ {
    margin: 0px;
	font-family: 'Objektiv Mk1';
	font-weight: 700;
}
h5 ,h6 {
    margin: 0px;
	font-weight: 700;
}
p {
	font-size: 16px;
	color: #4D4D4D;
	line-height: 24px;
	margin: 0px; 
}
div {
	font-size: 16px;
	color: #4D4D4D;
	line-height: 24px;
	margin: 0px; 
}
.titel h1, .titel-medewerkers h1 {
	font-size: 32px;
}
.subkop {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color: #BD0A80;
	font-weight: 700;
}
.lijn {
	border-top-style: solid;
	border-top-width: 1px;
    border-top-color: #CCC;
    margin: 40px 0 60px 0;
}
.video-container {
	position: relative;
	padding-bottom: 56.25%; /*56.25%  ratio of 16x9 -> 9 / 16 = 0.5625 (56.25%) */
	padding-top: 0px; /* was 30px */
	height: 0;
	overflow: hidden;
	margin-bottom: 40px;
}
.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*************************************Tekst stijlen in CMS editor*************************************/
.thema-subkop {
	font-weight: 700;
    color: #FFD124;
}
.actueel-subkop {
	font-weight: 700;
    color: #00ADED;
}
.overons-subkop {
	font-weight: 700;
    color: #C759FF;
}
.leden-subkop {
	font-weight: 700;
    color: #BD0A80;
}

/*************************************POPUP*************************************/
.popup {
  position: fixed; /* Stay in place */
  z-index: 50; /* Sit on top */
  padding-top: 120px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  -webkit-overflow-scrolling: touch;
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.popup-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  margin-bottom: 200px;
  padding: 40px;
  border: 1px solid #888;
  max-width: 700px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}
.popup-body img {
  display: block;
  max-width: 100% !important;
  width: 100% !important;
  height: auto !important;
  margin: 0 auto;
}
.popup-body .b-leesmeer img,
.popup-body img[src$="pijl-roze.svg"] {
  width: 36px !important;
  max-width: none !important;
  height: 36px !important;
  display: inline-block;
  margin: 0 0 0 .5rem;
  vertical-align: middle;
}
/* Add Animation */
@-webkit-keyframes animatetop {
  	from {top:-300px; opacity:0} 
  	to {top:0; opacity:1}
}
@keyframes animatetop {
  	from {top:-300px; opacity:0}
  	to {top:0; opacity:1}
}
/* The Close Button */
.popup-close {
	font-size: 68px;
 	color: #000;
    float: right;
}
.popup-close:hover, .popup-close:focus {
  	color: #000;
  	text-decoration: none;
  	cursor: pointer;
}
.popup-header .titelblok h1 {
	width: 90%;
}
.popup-body {
	padding: 0;
}


/* ********************COOKIE MELDING******************** */
.cookie {
	width: calc(100% - 100px);
	height: auto;
	background-color: #BD0A80;
	padding: 20px 50px 20px 50px;
	position: fixed;
	bottom: 0;
	border-top: 1px solid #fff;
	z-index: 100;
}
.ctekst {
	width: Calc(100% - 200px);
    font-size: 16px;
    line-height: 21px;
    color: #fff;
    float: left;
}
.ctekst a {
	text-decoration: none;
	color: #00b7eb;
	font-weight: 700;
}
.ctekst a:hover {
	text-decoration: underline;
}
.cbutton {
	text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
	color: #fff;
	padding: 10px;
    background-color: #000;
    float: right;
	cursor: hand;
	cursor: pointer;
}
.cbutton:hover {
	background-color: #00b7eb;
}
/* ********************MENU BEGIN******************** */

/*******************************TOPBAR*******************************/
.topbar {
	padding: 10px 0 10px 0;
}
.topbar ul {
	float: right;
	margin-bottom: 0px;
}
.topbar ul li {
	margin-left: 30px;
	float: left;
}
.topbar ul li a {
	font-size: 16px;
	color: #BD0A80;
	display: none;
}

/*******************************LOGO-PAYOFF-BEGIN*******************************/
.logo {
    width: auto;
    height: 68px;
	margin-top: 17px;
    margin-right: 16px;
    float: left;
	/* set animation */
    -webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.logo.sticky {
    height: 48px;
}
/*******************************LOGO-PAYOFF-EINDE*******************************/

/*******************************MENU-BEGIN*******************************/
.menubar {
    height: 100px;
    background-color: #fff;
    z-index: 20;
	position: fixed;
    top: 0px;
	width: 100%;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
	/* set animation */
    -webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.menubar.sticky {
	height: 80px;
}
/*.menubar .verloop {
    height: 40px;
    width: 3000px;
    background-image: url(../images/menubarverloop.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    position: absolute;
    margin-right: 288px;
    right: 50%;
}*/
.button-mob-taal {
    display: none;
}
.menuButton {
    display: none;
}
.button-home, .button-home:hover, .button-home-actief {
    width: 20px;
    height: 40px;
    background: url(../images/homemenu_wit.png);
    background-position: center 11px;
    background-repeat: no-repeat;
    float: left;
    display: block;
}
.button-home-actief {
    background: url(../images/homemenu.png);
    background-position: center 11px;
    background-repeat: no-repeat;
}
.button-home:hover, .button-home-actief:hover {
    background: url(../images/homemenu_hover.png);
    background-position: center 11px;
    background-repeat: no-repeat;
}
.menu {
    float: right;
}
.menu ul {
    list-style: none;
    margin: 0px;
}
.menu ul li.hoofdmenu, .menu ul li.hoofdmenu-actief, .menu ul li.hoofdmenu-zoeken, .menu ul li.hoofdmenu-doneren {
    float: left;
}
.menu ul li.hoofdmenu a, .menu ul li.hoofdmenu-actief a, .menu ul li.hoofdmenu-zoeken a {
    height: 56px;
	font-size: 16px;
    line-height: 15px;
	font-weight: 700;
    color: #000;
    text-decoration: none;
    margin-left: 26px;
    display: block;
    margin-top: 34px;
	padding: 10px 6px 0 6px;
	background-position: left 0;
	background-repeat: no-repeat;
	cursor: hand;
	cursor: pointer;
	/* set animation */
    -webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.menu ul li.hoofdmenu a:hover {
	background-image: url("../images/bg-menubuttons-2.jpg");
}

.menu ul li.hoofdmenu-zoeken a {
 	width: 32px;
	padding: 10px 0 0 0;
	background-image: url("../images/zoek-2.jpg");
}
.menu ul li.hoofdmenu.sticky a, .menu ul li.hoofdmenu-actief.sticky a, .menu ul li.hoofdmenu-zoeken.sticky a {
    height: 46px;
    margin-top: 24px;
}
.menu ul li.hoofdmenu-doneren a {
    height: 80px;
	margin-top: 0px;
	line-height: 80px;
	font-size: 16px;
	font-weight: 700;
	vertical-align: middle;
	text-decoration: none;
	margin-left: 26px;
    display: block;
	color: #000;
    background: #FFD124;
	padding: 10px 20px 10px 20px;
	/* set animation */
    -webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.menu ul li.hoofdmenu-doneren.sticky a {
    height: 60px;
	line-height: 60px;
}
.menu ul li.hoofdmenu-actief a {
    color: #fff;
	background-image: url("../images/bg-menubuttons-2.jpg");
	background-position: right 0;
}
.menu ul li.hoofdmenu-zoeken a:hover {
	background-image: url("../images/zoek-2.jpg");
	background-position: left 0;
    text-decoration: none;
}
.menu ul li.hoofdmenu a:hover {
	background-image: url("../images/bg-menubuttons-2.jpg");
	background-position: left 0;
    text-decoration: none;
}
.menu ul li.hoofdmenu-actief a:hover {
	background-image: url("../images/bg-menubuttons-2.jpg");
	background-position: right 0;
    text-decoration: none;
}
.menu ul li.hoofdmenu-zoeken a span {
	display: none;
}
#formZoek {
    width: 672px;
}
.zoekveld {
	padding-left: 10px;
}
.zoekInput {
	font-size: 20px;
	color: #000;
	line-height: 38px;
	width: 454px;
	height: 38px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	border: 1px solid #ccc;
	vertical-align: middle;
	border-radius: 0px;
	float: left;
	/* standaard weergave op none zetten (voor iPad) */
	-webkit-appearance: none;
}
.zoekButton {
	background-image: url(../images/zkpijl-zwart.svg);
	background-repeat: no-repeat;
	background-color: #000;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-radius: 0px;
	height: 40px;
	width: 40px;
	cursor: hand;
	cursor: pointer;
	/* standaard weergave op none zetten (voor iPad) */
	-webkit-appearance: none;
}
.zoekButton:hover {
	background-image: url(../images/zkpijl-roze.svg);
}
.zoekSelect {
	font-size: 16px;
    color: #000;
    line-height: 40px;
    width: 120px;
    height: 40px;
    padding-left: 8px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 8px;
    border: 1px solid #ccc;
    vertical-align: middle;
    border-radius: 0px;
    float: left;
}
/*******************************MENU-EINDE*******************************/

/*******************************MENUHOVER-BEGIN*******************************/
.menubarhover {
    width: 100%;
    background-color: #fff;
    position: absolute;
    left: 0px;
    top: 100px;
    padding-top: 40px;
    padding-bottom: 38px;
    display: none;
	box-shadow: 0px 20px 16px 0px rgba(0,0,0,0.1);
}
.menubarhover.sticky {
    top: 80px;
}
.menucontent {
    width: 662px;
    float: right;
}
.menubarlogo {
    float: left;
    /*display: none;*/
}
.menukolom {
    float: left;
    padding-left: 0px;
    margin-left: 15px;
}
.menukolom ul {
    width: 148px;
    list-style: none;
    margin: 0px;
    padding-left: 0px;
}
.menukolom ul li {
    margin: 0px;
    float: none;
}
.menukolom ul li a {
    text-decoration: none;
    font-size: 15px;
    line-height: 18px;
    color: #000000;
	padding: 4px 0 4px 10px;
    height: auto;
    display: block;
	background-image: url(../images/pijlmenu-bl.png);
	background-position: left 9px;
	background-repeat: no-repeat;
	word-break: break-word;
}
.menukolom ul li a.actief {
    color: #BD0A80;
	background-image: url(../images/pijlmenu-ro.png);
	font-weight: 700;
}
.menukolom ul li a:hover {
    color: #BD0A80;
}
.menukopje {
	font-size: 15px;
    line-height: 18px;
	font-weight: 700;
	background: none;
	padding: 4px 0;
}
/*******************************MENUHOVER-EINDE*******************************/


/* ********************MENU EINDE******************** */

.tabel {
    text-align: left;
    margin-bottom: 40px;
}
.tabel th {
    color: #BD0A80;
}
.tabel td {
	background-repeat: no-repeat;
	background-position: left 4px;
	vertical-align: baseline;
}
.tabel td a {
	text-decoration: none;
	color: #000;
	padding-left: 12px;
	display: block;
}
.tabel td a:hover {
	color: #BD0A80
}
/* ********************SLIDER******************** */
.verloop {
    width: 100%;
	height: 530px;
    overflow: hidden;
    background-color: #FFD124;
    margin-bottom: 60px;
    position: relative;
}
.afbeelding {
	width: calc(50% - 50px);
    height: calc(100% + 40px);
    background: url(https://via.placeholder.com/960x640) no-repeat center;
    background-size: cover;
    position: absolute;
    top: -40px;
    right: 0;
    /*transform: translateX(58%);*/
    clip-path: polygon(0% 0%, 50% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 50%);
    border-radius: 430px 0 0 0;
	/*background-position-x: -40vw;
    background-position-y: 0vw;*/
}
.sl-content {
	width: 650px;
	height: auto;
	margin-top: 100px;
	position: absolute;
}
.sl-titel {
	display: inline-block;
    /* cursor: pointer; */
    color: #000;
    font-size: 44px; /*56*/
    font-weight: 700;
    padding: 0px 12px 12px 85px;
    margin-bottom: 31px;
    text-decoration: none;
    background-image: url(../images/=teken-wit.webp);
    background-repeat: no-repeat;
    background-position: 0px 0;
    background-size: auto 54px;
    line-height: 42px;
}
.sub-titel {
	color: #000;
    font-size: 30px;
	margin-bottom: 42px;
}
.sl-content p {
	width: 480px;
	font-size: 18px;
	line-height: 24px;
	color: #000;
	margin-bottom: 32px;
}
/* ********************BUTTONS******************** */
.action-button {
	/*height: 36px;*/
    width: auto;
	padding: 10px 30px 10px 10px;
	text-decoration: none;
	background-color: #fff;
	display: inline-block;
	cursor: pointer;
	color: #000 !important;
	border-style: solid;
	border-width: 1px;
	border-color: #BD0A80;
	background-repeat: no-repeat;
	background-image: url("../images/arrow-zwart.svg");
	background-position: calc(100% - 10px);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	cursor: hand;
    cursor: pointer;
}
.action-button a {
	color: #000 !important;
	padding: 6px 26px 8px 10px;
    display: inline-block;
}
/*.action-button span {
	padding: 8px 25px 8px 10px;
}
.action-button span:hover {
	color: #fff;;
}*/
.action-button:hover {
	background-color: #BD0A80;
	background-image: url("../images/arrow-wit.svg");
	color: #fff!important;
}
.action-button a:hover {
	color: #fff!important;
}

.hd-b-leesmeer, .b-leesmeer, .b-terug, .leesmeer {
	height: 36px;
    width: auto;
	text-decoration: none;
	background-color: #fff;
	display: inline-block;
	cursor: pointer;
	color: #000;
	border-style: solid;
	border-width: 1px;
	border-color: #000;
	background-repeat: no-repeat;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.hd-b-leesmeer {
	border-width: 0px;
}
.hd-b-leesmeer, .b-leesmeer {
	background-image: url("../images/arrow-zwart.svg");
	background-position: calc(100% - 10px);
}
.b-terug{
	background-position: 10px;
	background-color: #F0EBEB;
	border-width: 0px;
}
.leesmeer {
	background-position: calc(100% - 10px);
	background-color: #F0EBEB;
	border-width: 0px;
}
.b-terug {
	background-image: url("../images/arrow-zwart-back.svg");
}
.leesmeer {
	background-image: url("../images/arrow-zwart-down.svg");
}
.hd-b-leesmeer span, .b-leesmeer span, .leesmeer span {
	font-size: 16px;
	color: #000;
    font-weight: 700;
    padding: 8px 10px 8px 10px;
    float: left;
}
.b-terug span  {
	font-size: 16px;
	color: #000;
    font-weight: 700;
    padding: 8px 10px 8px 26px;
    float: left;
}
.hd-b-leesmeer span, .b-leesmeer span {
	padding: 6px 25px 8px 10px;
}
.leesmeer span {
	padding: 6px 29px 8px 10px;
}
.b-terug span {
	float: right;
}
.b-leesmeer img, .b-terug img {
	width: 36px;
    height: auto;
    float: right;
}
.b-terug img {
    float: left;
}
.hd-b-leesmeer span:hover, .b-leesmeer span:hover, .b-terug span:hover, .leesmeer span:hover {
	color: #fff;;
}

.hd-b-leesmeer:hover, .b-leesmeer:hover {
	background-color: #000;
	color: #fff;
	background-image: url("../images/arrow-wit.svg");
}
.hd-b-leesmeer:hover, .b-leesmeer:hover {
	background-color: #000;
	color: #fff;
	background-image: url("../images/arrow-wit.svg");
}
.b-terug:hover{
	background-color: #000;
	color: #fff;
	background-image: url("../images/arrow-wit-back.svg");
}
.leesmeer:hover {
	background-color: #000;
	color: #fff;
	background-image: url("../images/arrow-wit-down.svg");
}
.kennisbank-blok-home 
.tekst-md .b-terug {
	margin-bottom: 40px;
}
.pijl {
	background-image: url("../images/pijltje-zwart.svg"); 
    background-position: right;
	background-repeat: no-repeat;
    padding: 9px 14px 8px 0px;
}
/* ********************SOCIAL******************** */
.sb-contact .delen {
	width: auto;
	height: auto;
	float: none;
	margin-bottom: 20px;
}
.delen {
	width: auto;
	height: auto;
	float: right;
	margin-top: -14px;
}
.ftr-delen {
	width: auto;
	height: auto;
}
.content .delen {
	width: auto;
	height: auto;
	float: left;
	margin-top: 10px;
}
.delen .titel {
	font-size: 16px;
	color: #000000;
	font-weight: 700;
	margin: 0 0 5px 0;
}
.ftr-delen .dl-titel {
	font-size: 16px;
	color: #000;
	font-weight: 700;
	margin: 0 0 10px 0;
}
.linkedin, .facebook, .twitter, .mail, .ftr-linkedin, .ftr-facebook, .ftr-twitter, .ftr-insta, .ftr-mail, .ftr-bsky {
	height: 28px;
    width: 28px;
	margin-left: 8px;
	background-repeat: no-repeat;
	float: left;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.ftr-linkedin, .ftr-facebook, .ftr-twitter, .ftr-insta, .ftr-mail, .ftr-bsky {
	margin-left: 0px;
	margin-right: 10px;
}
.linkedin {
	margin-left: 0px;
}
.linkedin {
    background-image: url(../images/linkedin.svg);
}
.ftr-linkedin {
    background-image: url(../images/linkedin-ft.svg);
}
.linkedin:hover, .ftr-linkedin:hover {
	background-image: url(../images/linkedin-hv.svg);
}
.facebook {
    background-image: url(../images/facebook.svg);
}
.ftr-facebook {
    background-image: url(../images/facebook-ft.svg);
}
.facebook:hover, .ftr-facebook:hover {
	background-image: url(../images/facebook-hv.svg);
}
.twitter {
    background-image: url(../images/twitter.svg);
}
.ftr-twitter {
    background-image: url(../images/twitter-ft.svg);
}
.twitter:hover, .ftr-twitter:hover {
	background-image: url(../images/twitter-hv.svg);
}
.ftr-insta {
    background-image: url(../images/insta-ft.svg);
}
.ftr-insta:hover {
	background-image: url(../images/insta-hv.svg);
}
.ftr-bsky {
    background-image: url(../images/bluesky-ft.svg);
}
.ftr-bsky:hover {
	background-image: url(../images/bluesky-hv.svg);
}
.mail {
    background-image: url(../images/mail.svg);
}
.ftr-mail {
    background-image: url(../images/mail-ft.svg);
}
.mail:hover, .ftr-mail:hover {
	background-image: url(../images/mail-hv.svg);
}
.linkedin a, .facebook a, .twitter a, .mail a, .ftr-linkedin a, .ftr-facebook a, .ftr-twitter a, .ftr-insta a, .ftr-mail a, .ftr-bsky a {
    height: 22px;
    width: 22px;
    display: block;
}
/* ********************TITELS H1-H6******************** */
h3 {
	margin-top: 40px;
	margin-bottom: 10px;
}
.sub h3  {
	font-size: 16px;
	color: #ffffff;
	background-color: #000000;
	padding: 7px 9px 7px 9px;
	width: 62px;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.titelblok {
	/*width: 660px;*/
	width: auto;
}
.titelblok h1 {
    font-size: 32px;
    margin-bottom: -20px;
}
.titelblok span {
	color: #BD0A80;
    line-height: 40px;
}
.subtitel h2 {
	font-size: 20px;
	color: #000;
    line-height: 32px;
    margin-bottom: -10px;
}
/* ********************HOME INTRO******************** */
.links {
	width: 460px;
	float: left;
}
.links a {
	text-decoration: none;
    font-weight: 700;
    color: #00b7eb;
}
.rechts {
	width: 460px;
	float: right;
}
.rechts img {
	width: auto;
	height: 246px;
	float: right;
}
.medewerkers {
	width: 460px;
	height: 280px;
	margin-bottom: 60px;
	background-size: cover;
    background-position: center, center;
	float: right;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.medewerkers:hover {
	-webkit-box-shadow: 0px 8px 22px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 8px 22px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 8px 22px 0px rgba(0,0,0,0.5);
}
.medewerkers div {
	float: left;
	background-position: top center;
	background-size: cover;
	width: 92px;
	height: 92px;
}
.links .titel, .tekst-md .titel  {
	font-family: 'Objektiv Mk1';
    display: inline-block;
    /* cursor: pointer; */
    color: #000;
    font-size: 32px;
    font-weight: 700;
    padding: 0px 12px 12px 50px;
    margin-bottom: 36px;
    text-decoration: none;
    background-image: url(../images/=teken-actueel.webp);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}
.tekst-md .titel-medewerkers  {
	font-family: 'Objektiv Mk1';
    display: inline-block;
    /* cursor: pointer; */
    color: #000;
    font-size: 32px;
    font-weight: 700;
    padding: 0px 12px 12px 50px;
    margin-bottom: 36px;
    text-decoration: none;
    background-image: url(../images/=teken-2-roze.webp);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}
.tekst .titel  {
	font-family: 'Objektiv Mk1';
    display: inline-block;
    /* cursor: pointer; */
    color: #000;
    font-size: 32px;
    font-weight: 700;
    padding: 0px 12px 12px 50px;
    margin-bottom: 36px;
    text-decoration: none;
    background-image: url(../images/=teken-thema.webp);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}
.links .b-leesmeer {
	margin-bottom: 80px;
}

/* ********************HOME THEMA BLOK******************** */
.thema-bg .titel {
	font-family: 'Objektiv Mk1';
    display: inline-block;
    /* cursor: pointer; */
    color: #000;
    font-size: 32px;
    font-weight: 700;
    padding: 0px 12px 12px 50px;
    margin-bottom: 36px;
    text-decoration: none;
    background-image: url(../images/=teken-thema.webp);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}
.thema-bg {
	width: 100%;
	height: auto;
	background-color: #F0EBEB;
	margin-bottom: 110px;
}
.thema-bg .container-1000 {
	padding-top: 60px;
	padding-bottom: 60px;
}
.thema-bl1, .thema-bl2, .thema-bl3, .thema-bl4, .thema-bl5, .thema-bl6 {
	width: 243px;
    height: 270px;
    background-color: #fff;
    padding: 30px 40px 30px 40px;
	float: left;
}
.thema-bl2, .thema-bl4, .thema-bl6 {
	background-size: cover;
	background-position: center, center;
}
.thema-bg .categorie {
	font-size: 16px;
    color: #000;
    font-weight: 700;
    margin: 10px 30px 10px 0;
    display: inline-block;
}
.th-content {
	height: 200px;
	overflow: hidden;
}
.th-titel {
	width: 100%;
    height: auto;
    font-size: 24px;
    line-height: 30px;
    color: #BD0A80;
    margin-bottom: 20px;
    overflow: hidden;
    margin-top: 0px;
}
.thema-bl1 img, .thema-bl3 img, .thema-bl5 img {
	width: 56px;
	height: 56px;
	position: absolute;
}
.thema-bl1 img {
	margin: 92px 0px 0px 240px;
}
.thema-bl3 img {
	margin: 245px 0px 0px 77px;
}
.thema-bl5 img {
	margin: 92px 0px 0px -87px;
}

/* ********************HOME KENNISBANK******************** */
.kennisbank-blok-home {
	width: auto;
	height: auto;
	background-color: #F0EBEB;
	padding: 60px 0px 60px 0px;
	margin: 130px 0 140px 0;
	overflow: hidden;
}

/* ********************HOME AAN HET WOORD******************** */

.qt-titel {
	background-color: #000000;
	display: inline-block;
	/*cursor: pointer;*/
	color: #ffffff;
	font-size: 24px;
	font-weight: 700;
	padding: 9px 12px 8px 44px;
	margin-bottom: 30px;
	text-decoration: none;
	text-transform: uppercase;
	background-image: url("../images/=teken.png"); 
	background-repeat: no-repeat;
	background-position: 12px 12px;
}
.quote {
	border-style: solid;
    border-width: 1px;
    border-color: #ccc;
	width: auto !important;
}
.quote .foto {
	width: 298px;
	height: 298px;
	background-position: center;
	background-repeat: no-repeat;
	float: left;	
}
/*.quote .foto img {
	width: auto;
}*/
.quote .tekst {
	width: 558px;
	height: 190px;
	overflow: hidden;
    float: right;
    padding: 65px 55px 0 55px;
    background-image: url("../images/quote.png");
	background-size: 72px auto;
	background-position: 545px 40px;
	background-repeat: no-repeat;
}
.quote .tekst p {
	font-size: 18px;
	line-height: 26px;
	color: #BD0A80;
	font-weight: 700;
	font-style: italic;
	margin: 60px 0 0 0;
}
.quote .nm-woord {
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
    background: #000;
    box-shadow: 0 0 0 10px #000;
    padding: 0;
	margin: 10px;
	float: left;
}
/* ********************TEKST PAGINA******************** */
.hd-container-1000 {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
}
.container-1000 {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
}
.container-content {
	width: 660px;
	margin-right: auto;
	margin-left: auto;
	float: left;
}
.imagetop {
	width: auto;
	height: 250px;
	background-repeat: no-repeat;
	background-size: cover;
}
.tekst img {
	max-width: 660px;
    height: auto !important;
}
.tekst-md img {
	max-width: 660px;
    height: auto !important;
}
.tekst-md-img {
	width: 200px; 
	height: auto;
	margin-left: 20px;
	margin-bottom: 10px;
	float: right;
}
.tl-page {
	width: 100%;
	padding: 10px 0 10px 0;
	margin-bottom: 80px;
	background-color: #00ADED;
}
.tl-page .hd-container-1000 h4 {
	font-size: 12px;
    color: #000;
    line-height: 30px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}
.tekst > div, .tekst-md > div {
	margin: 0 0 40px 0;
}
/*.tekst-md div {
	float: left;
}*/
.tekst-md .intro {
	margin-bottom: 40px;
}
.tekst-md div a, .tekst div a {
	text-decoration: none;
	/*font-weight: 700;*/
	font-size: 16px;
	color: #00b7eb;
}
.tekst-md div a:hover, .tekst div a:hover {
	color: #BD0A80;
}
.tekst-md h5 {
	font-size: 18px;
    line-height: 24px;
    color: #BD0A80;
}
.divmargin {
	margin-bottom: 30px;
}
#tekst-lm > div {
	margin: 0 0 40px 0;
}
#tekst-lm a {
	text-decoration: none;
	font-weight: 700;
	font-size: 16px;
	color: #00b7eb;
}
/* ********************SIDEBAR******************** */
.container-sidebar, .container-contact {
	width: 285px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	float: right;
}
.container-sidebar a, .container-contact a {
	text-decoration: none;
}
.sb-kennisbank {
	width: 225px;
	height: auto;
	padding: 30px;
	margin-bottom: 30px;
	background-color: #F0EBEB;
}
.sb-alianties, .sb-campagnes, .sb-contact, .sb-leden, .sb-watwedoen {
	width: 223px;
	height: auto;
	padding: 30px 30px 0 30px;
	margin-bottom: 30px;
	border-style: solid;
	border-width: 1px;
	border-color: #cccccc;
}
.sb-leden {
	padding: 30px 30px 0px 30px;
}
.sb-alianties .categorie, .sb-campagnes .categorie, .sb-watwedoen .categorie{
	font-size: 12px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    background: #BD0A80;
    box-shadow: 0 0 0 6px #BD0A80;
    margin: 10px 30px 26px 6px;
	display: inline-block;
}
.sb-kennisbank p {
	font-size: 16px;
	line-height: 24px;
	color: #000;
}
.sb-kennisbank .titel, .sb-alianties .titel, .sb-campagnes .titel, .sb-contact .titel, .sb-leden .titel {
	font-family: 'Objektiv Mk1';
    display: inline-block;
    /* cursor: pointer; */
    color: #000;
    font-size: 23px;
    font-weight: 700;
    padding: 0px 12px 12px 41px;
    margin-bottom: 16px;
    text-decoration: none;
    background-image: url(../images/=teken-2.webp);
    background-repeat: no-repeat;
    background-position: 0px 0px;
	background-size: auto 25px;
}
.sb-watwedoen .titel {
	font-family: 'Objektiv Mk1';
    display: inline-block;
    /* cursor: pointer; */
    color: #000;
    font-size: 23px;
    font-weight: 700;
    padding: 0px 12px 12px 41px;
    margin-bottom: 16px;
    text-decoration: none;
    background-image: url(../images/=teken-thema.webp);
    background-repeat: no-repeat;
    background-position: 0px 0px;
	background-size: auto 25px;
}
.sb-alianties a {
	margin-bottom: 20px;
}
.tekts-bl {
	/*height: 56px;
	overflow: hidden;
	display: inline-block;*/
}
.tekts-bl .titel-bl {
	font-size: 16px;
	font-weight: 700;
	color: #BD0A80;
	line-height: 22px;
	margin-bottom: 20px;
}
.titel-bl a {
	color: #BD0A80;
	line-height: 26px;
	text-decoration: none;
}
.tekts-bl p {
	font-size: 16px;
	color: #4d4d4d;
	line-height: 24px;
	font-weight: 400;
}
.sb-leden .tekts-bl p {
	font-size: 16px;
	color: #4d4d4d;
	line-height: 24px;
}
.sb-contact .tekts-bl {
	width: 200px;
	height: 45px;
	margin-bottom: 20px;
	overflow: hidden;
	display: inline-block;
}
.sb-leden .tekts-bl {
	height: auto;
	margin-bottom: 0px;
	overflow: hidden;
	display: inline-block;
}
.sb-contact a {
	color: #4d4d4d;
}
.sb-contact a:hover {
	color: #BD0A80;
}
/* ********************AUTEUR******************** */
.auteur {
	border-style: solid;
	border-width: 1px;
	border-color: #CCCCCC;
	margin-top: 40px;
	margin-bottom: 40px;
}
.auteur .image {
	width: 134px;
    height: 134px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    float: left;
}
.auteur .content {
	float: right;
    width: 476px;
    margin: 24px 24px 20px 24px;
}
.auteur .content p {
	height: 66px;
	overflow: hidden;
}
.naam-blok {
	width: auto;
	height: auto;
	margin-bottom: 20px;
	margin-left: 10px;
}
.naam-blok .door {
	font-size: 16px;
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
	background:#000000;
	box-shadow: 0 0 0 10px #000000;
	padding:0;
	margin: 10px 30px 0 10px;
	float: left;
}
.naam-blok .naam {
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
    background: #BD0A80;
    box-shadow: 0 0 0 10px #BD0A80;
    padding: 0;
	margin-top: 10px;
	float: left;
}

/* ********************KENNISBANK BLOK******************** */
.kennisbank-blok {
	width: 100%;
	height: auto;
	background-color: #F2F2F2;
	padding: 30px 0px 50px 0px;
	margin-bottom: 60px;
	overflow: hidden;
}
.kennisbank-blok .titel, .kennisbank-blok-home .titel {
	font-family: 'Objektiv Mk1';
    display: inline-block;
    /* cursor: pointer; */
    color: #000;
    font-size: 32px;
    font-weight: 700;
    padding: 0px 12px 12px 50px;
    margin-bottom: 36px;
    text-decoration: none;
    background-image: url(../images/=teken-2.webp);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}
.kennisbank-blok .blok, .kennisbank-blok-home .blok {
	width: auto;
	height: auto;
	background-color: #fff;
	padding: 34px 24px 34px 34px;
/*	-webkit-box-shadow: 0px 8px 22px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 8px 22px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 8px 22px 0px rgba(0,0,0,0.2);*/
}
.kennisbank-blok h6, .kennisbank-blok-home h6 {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 10px;
	/*text-transform: uppercase;*/
	color: #BD0A80;
}
.kennisbank-blok p, .kennisbank-blok-home p {
	font-size: 16px;
	line-height: 24px;
	height: auto;
	margin-bottom: 20px;
    overflow: hidden;
}
/* ********************NIEUWS BLOG AGENDA BLOKKEN VERSIE2******************** */
.margin {
	margin-left: -20px;
}
.actueel {
	margin-left: 20px;
	float: left;
}
.actueel a {
	text-decoration: none;
}
.actueel .blok {
	width: 240px;
	height: auto;
	padding: 0px 34px 34px 34px;
	border-style: solid;
	border-width: 1px;
	border-color: #ccc;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
/*.blok:hover {
	border-color: #e7e7e7;
	-webkit-box-shadow: 0px 8px 22px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 8px 22px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 8px 22px 0px rgba(0,0,0,0.2);
}*/
.actueel .titel {
	font-family: 'Objektiv Mk1';
    display: inline-block;
    /* cursor: pointer; */
    color: #000;
    font-size: 32px;
    font-weight: 700;
    padding: 0px 12px 12px 50px;
    margin-bottom: 36px;
    text-decoration: none;
    background-image: url(../images/=teken-2.webp);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}
.actueel .image {
	width: 308px;
    height: 150px;
    margin-left: -34px;
    margin-bottom: 25px;
    background-position: top center;
    background-size: cover;
}
.act-tekst h6 {
	height: 118px;
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 20px;
    /* text-transform: uppercase; */
    color: #BD0A80;
    overflow: hidden;
    margin-top: 0px;
}
.act-tekst p {
	font-size: 16px;
	line-height: 24px;
	height: 93px;
    overflow: hidden;
}
.geenbericht {
	margin: -30px 0 0 36px;
}



/*******************************BLOG-OVERZICHT + MEDEWERKERS - BEGIN*******************************/
.blcontent, .mecontent{
	width: 970px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	/*background-color: aqua;*/
}
.blcontent .margin, .mecontent .margin {
	width: 1006px;
	margin-right: 34px;
	margin-left: -36px;
	/*background-color: brown;*/
}
.blcontent .margin .tekstblok, .mecontent .margin .tekstblok {
    width: 1000px;
    font-size: 16px;
    line-height: 20px;
    margin-left: 36px;
    margin-bottom: 0px;
    padding-top: 0px;
}
.blcontent .margin .tekstblok h2, .mecontent .margin .tekstblok h2 {
    font-size: 26px;
    line-height: 31px;
    color: #000059;
	margin-bottom: 14px;
}
.basiscategorie, .basispagnummer {
	margin-left: 36px;
}
.categorie {
	margin-right: 20px;
	margin-left: 0px;
	margin-top: 20px;
	/*float: left;*/
}
.categorie a {
	font-family: 'Ubuntu', Arial, sans-serif;
	font-size: 16px;
	line-height: 14px;
	color: #00B0A5;
	text-decoration: none;
	white-space: nowrap;
	background-color: #FFFFFF;
	padding-top: 4px;
	padding-right: 14px;
	padding-bottom: 4px;
	padding-left: 14px;
	border-radius: 6px;
	border: 1px solid #00B0A5;
	/* set animation */
    -webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.categorie a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #00B0A5;
}

.pagnummer, .pagnummerRood {
	margin-right: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
}
.pagnummer a {
	font-weight: 400;
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
	color: #000;
	text-decoration: none;
	white-space: nowrap;
	background-color: #FFFFFF;
	padding-top: 8px;
	padding-right: 14px;
	padding-bottom: 8px;
	padding-left: 14px;
	border-radius: 0px;
	border: 1px solid #CCC;
	/* set animation */
    -webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.pagnummer a:hover {
	color: #000;
	text-decoration: none;
	background-color: #00ADED;
	border: 1px solid #00ADED;
}
.pagnummerRood a {
	font-weight: 400;
	font-size: 14px;
	line-height: 14px;
	/*text-transform: uppercase;*/
	color: #000;
	text-decoration: none;
	white-space: nowrap;
	background-color: #00ADED;
	padding-top: 8px;
	padding-right: 14px;
	padding-bottom: 8px;
	padding-left: 14px;
	border-radius: 0px;
	border: 1px solid #00ADED;
	/* set animation */
    -webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.pagnummerRood a:hover {
	color: #000;
	text-decoration: none;
	background-color: #00ADED;
	border: 1px solid #00ADED;
}
/*******************************BLOG-OVERZICHT-EINDE*******************************/

/***************BLOG BERICHTEN*********************/
.mainblogblokken {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	/*background-color: aqua;*/
}
.mainblogblokken .margin {
	margin-left: -36px;
	/*background-color: bisque;*/
}
.mainblogblokken .margin h2 {
	font-size: 26px;
	line-height: 29px;
	color: #000059;
	margin-left: 36px;
	margin-top: 0px;
	margin-bottom: 14px;
}
.blogblok a {
	text-decoration: none;
}
.blogblok {
	width: 247px;
	height: auto; /*394px;*/
	margin-left: 36px;
	margin-bottom: 36px;
	background-color: #ffffff;
	border-style: solid;
    border-color: #CCCCCC;
    border-width: 1px;
	border-radius: 0px;
	padding-top: 25px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	float: left;
	cursor: hand;
    cursor: pointer;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.hoogte {
	height: 333px; /*294*/
}
.blogblok:hover {
	border-color: #e7e7e7;
	-webkit-box-shadow: 0px 8px 22px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 8px 22px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 8px 22px 0px rgba(0,0,0,0.2);
}
.blogimage {
	width: 297px;
    height: 190px;
	margin-left: -25px;
    margin-top: -25px;
    margin-bottom: 25px;
	background-position: top center;
	background-size: cover;
}
.mecontent .blogimage {
	background-position: top center;
	height: 220px;
}
.blcontent .blogblok .tekst {
	height: 94px;
	width: auto;
	font-size: 16px;
	color: #4D4D4D;
	line-height: 24px;
	overflow: hidden;
	margin-bottom: 20px;
}
.mecontent .blogblok .tekst {
	height: auto;
	width: auto;
	font-size: 16px;
	color: #4D4D4D;
	line-height: 24px;
	overflow: hidden;
	margin-bottom: 20px;
}
.mecontent .blogblok .tekst {
	height: 48px;
}
.blcontent .blogblok h5 {
	height: 106px;
	font-size: 21px;
	line-height: 26px;
	color: #BD0A80;
	margin-bottom: 16px;
	overflow: hidden;
}
.mecontent .blogblok h5 {
	height: 68px;
	font-size: 18px;
	line-height: 24px;
	color: #BD0A80;
	margin-bottom: 2px;
	overflow: hidden;
}
.mecontent .hoogte h5 {
	height: 26px;
}
.blogbutton a {	
	text-decoration: none;
	font-size: 16px;
	font-weight: 700;
	color: #000;
	/*text-transform: uppercase;*/
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
/* ********************LEDEN - WERKENBIJ******************** */
.ledenblok {
	width: auto;
	height: auto;
	margin-bottom: 20px;
    background-color: #ffffff;
    border-style: solid;
    border-color: #CCCCCC;
    border-width: 1px;
    padding: 25px;
}
.ledenbloklink {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.ledenbloklink:hover {
	-webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.2);
}
.ledenblok h5 {
	width: calc(100% - 180px);
	height: auto;
    font-size: 18px;
    line-height: 24px;
    color: #BD0A80;
    overflow: hidden;
    float: left;
}
.ldtitel {
    font-size: 18px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    background: #BD0A80;
    box-shadow: 0 0 0 10px #BD0A80;
    padding: 0;
    margin: 10px 30px 26px 10px;
	display: inline-block;
}
.ldtekst, .lidtekst {
	width: 100%;
	float: left;
}
.ledenlogo {
	margin-top: 0;
	margin-left: 20px;
	float: right;
}
/*.ledenlogo-mob {
	display: none;
}*/
.ldtekst p {
	margin-top: 0;
}
.lidtekst p {
 margin-top: 40px;
}
.ldtekst a, .lidtekst a {
	text-decoration: none;
	font-size: 16px;
	font-weight: 700;
	color: #BD0A80;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.ledenblok h3 {
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 16px;
	color: #ffffff;
	background-color: #000000;
	padding: 7px 9px 7px 9px;
	width: fit-content;
}
/* ********************LID WORDEN******************** */
.tekst-lid {
	width: auto;
}
.contact {
    margin: 40px 0 0 0;
}
.contact div + div {
    margin-top: 20px;
}
.contact .label {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
    color: #4D4D4D;
    display: inline-block;
    width: 120px;
	margin-right: 10px;
	float: left;
}
.contact .veld {
	font-size: 15px;
	color: #4d4d4d;
	line-height: 30px;
	width: 512px;
	height: 30px;
	padding-right: 6px;
	padding-left: 6px;
	border: 1px solid #cccccc;
	vertical-align: middle;
	border-radius: 0px;
	/* standaard weergave op none zetten (voor iPad) */
	-webkit-appearance: none;
}
.contact .tekstveld {
	font-size: 15px;
	color: #4d4d4d;
	line-height: 20px;
	width: 512px;
	height: 120px;
	padding-right: 6px;
	padding-left: 6px;
	border: 1px solid #cccccc;
	border-radius: 0px;
	/* standaard weergave op none zetten (voor iPad) */
	-webkit-appearance: none;
}
.contact .check {
	font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #4D4D4D;
	margin-left: 130px;
}
.contact .check a {
	text-decoration: none;
    color: #4D4D4D;
}
.contact .check a:hover {
	color: #BD0A80;
}
.contact .verborgen {
	display: none;
}
.contact .button {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 16px;
	font-weight: 700;
	line-height: 30px;
	vertical-align: middle;
	background-color: #000;
	padding: 5px 30px;
	border-style: none;
	margin-top: 20px;
	margin-left: 134px;
	border-radius: 0px;
	cursor: hand;
	cursor: pointer;
	/* standaard weergave op none zetten (voor iPad) */
	-webkit-appearance: none;
}
.contact .button:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #BD0A80;
}
/* ********************TEKST PAGINA******************** */

/* ********************FOOTER TOP******************** */
.footer-top {
	width: 100%;
	height: 60px;
	background-color: #BD0A80;
	margin-top: 80px;
	margin-left: auto;
	margin-right: auto;
}
.footer-top .container-1000 {
	width: 700px;
}
.footer-don-1 {
	float: left;
}
.footer-don-2 {
	float: left;
}
.bt-tekst {
	font-size: 24px;
	line-height: 62px;
	font-weight: 700;
	color: #fff;
	margin-right: 20px;
}
.bt-pijl {
	width: 60px;
	float: left;
}

/* ********************FOOTER MAIN******************** */
.footer-main {
	width: 100%;
	height: auto;
	background-color: #F0EBEB;
	padding: 40px 0 40px 0;
}
.footer-main .titel {
	font-size: 16px;
    font-weight: 700;
    color: #000;
    /* text-transform: uppercase; */
    /* background: #BD0A80; */
    /* box-shadow: 0 0 0 10px #BD0A80; */
    padding: 0;
    margin: 0 0 10px 0;
    /* display: inline-block; */
    white-space: nowrap;
}
.ftr-1, .ftr-2, .ftr-3, .ftr-4 {
	float: left;
	/*background-color: aqua;*/
}
.ftr-1, .ftr-2, .ftr-3 {
	width: 200px;
	height: auto;
	margin-right: 20px;
	font-size: 16px;
}
.ftr-4 {
	width: 310px;
	height: auto;
}
.ftr-1 a, .ftr-2 a, .ftr-3 a, .ftr-4 a {
	font: 14px;
	line-height: 26px;
	color: #000;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.ftr-1 a:hover, .ftr-2 a:hover, .ftr-3 a:hover, .ftr-4 a:hover {
	color: #BD0A80;
	
}
.ftr-2, .ftr-3, .ftr-4 {
	width: calc(33% - 11px);
}
.ftr-3 div {
	font-size: 16px;
	line-height: 26px;
	color: #000;
}
.ftr-4 div {
	font-size: 16px;
	line-height: 20px;
	color: #000;
}
.ftr-4 img {
	width: 117px;
	height: auto;
	margin-bottom: 10px;
}
.footer-bottom {
	width: 100%;
	height: auto;
	padding: 10px 0 10px 0;
}
.footer-bottom a {
	text-decoration: none;
	font-size: 14px;
	color: #000;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.footer-bottom a:hover {
	color: #BD0A80;
}
.copy, .alg, .pri, .made {
	font-size: 14px;
	color: #000;
}
.copy, .alg {
	margin-right: 20px;
}
.copy, .alg, .pri {
	float: left;
}
.made {
	float: right;
}
/* ********************KENNISBANK INTRO******************** */
.kn-contentbl {
	width: 970px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	/*background-color: aqua;*/
}
.kn-contentbl .margin {
	width: 1006px;
	margin-right: 34px;
	margin-left: -36px;
	/*background-color: brown;*/
}
.kn-contentbl .margin .tekstblok {
    width: 1000px;
    font-size: 16px;
    line-height: 20px;
    margin-left: 36px;
    margin-bottom: 0px;
    padding-top: 0px;
}
.kn-contentbl .margin .tekstblok h2 {
    font-size: 26px;
    line-height: 31px;
    color: #000059;
	margin-bottom: 14px;
}
.kn-contentbl .kn-blogblok h5 {
    height: 42px;
    font-size: 18px;
    line-height: 24px;
    color: #BD0A80;
    margin-bottom: 2px;
    overflow: hidden;
}
.kn-blogimage {
	width: 297px;
	margin-left: -25px;
    margin-top: -25px;
    margin-bottom: 25px;
	background-position: top center;
	background-size: cover;
}
.kn-contentbl .kn-blogimage {
	background-position: top center;
	height: 160px;
}
.kn-contentbl .kn-blogblok .tekst {
	height: auto;
	width: auto;
	font-size: 16px;
	color: #4D4D4D;
	line-height: 24px;
	overflow: hidden;
	margin-bottom: 20px;
}
.kn-contentbl .kn-blogblok .tekst {
	height: 40px;
}
.kn-blogblok a {
	text-decoration: none;
}
.kn-blogblok {
	width: 247px;
	height: 196px;
	margin-left: 36px;
	margin-bottom: 36px;
	background-color: #ffffff;
	border-style: solid;
    border-color: #CCCCCC;
    border-width: 1px;
	border-radius: 0px;
	padding-top: 25px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	float: left;
	cursor: hand;
    cursor: pointer;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.kn-hoogte {
	height: 324px; /*294*/
}
.kn-blogblok:hover {
	border-color: #e7e7e7;
	-webkit-box-shadow: 0px 8px 22px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 8px 22px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 8px 22px 0px rgba(0,0,0,0.2);
}
/* ********************KENNISBANK******************** */
.kn-basispagnummer {
	    margin-top: 40px;
}
.kn-zoeken {
    width: 286px;
    height: auto;
    /*padding: 10px 20px 10px 20px;*/
    margin-bottom: 30px;
    border-style: solid;
    border-width: 1px;
    border-color: #cccccc;
	float: left;
}
.kn-content {
    width: 660px;
    margin-right: auto;
    margin-left: auto;
    float: right;
}
.kn-tekst {
	/*margin-top: 40px;*/
}
.kn-filtermenu {
	/*display: none;*/
}
.kn-veld, .kn-veld-zf {
	width: 246px;
	font-size: 16px;
	font-weight: 700;
	color: #BD0A80;
	text-transform: uppercase;
	padding: 10px 20px 10px 20px;
	border-top-style: solid;
    border-width: 1px;
    border-color: #cccccc;
	text-decoration: none;
	float: left;
}
.kn-veld {
	cursor: hand;
    cursor: pointer;
}
/*.kn-veld-srt {
	width: 116px;
	font-size: 16px;
	font-weight: 700;
	color: #4D4D4D;
	text-transform: uppercase;
	padding: 8px 10px 6px 10px;
	border-style: solid;
    border-width: 1px;
    border-color: #cccccc;
	text-decoration: none;
    cursor: hand;
    cursor: pointer;
	float: right;
}*/
.kn-sorteren {
	font-size: 16px;
    color: #4d4d4d;
    line-height: 28px;
    width: 150px;
    height: 28px;
    padding-left: 6px;
    border: 1px solid #cccccc;
    vertical-align: middle;
    border-radius: 0px;
    float: right;
	margin-bottom: 40px;
}
/*.kn-sorteren {
	margin-top: 10px;
}
.kn-sorteren div {
	font-weight: 400;
	text-transform: none;
	line-height: 26px;
}
.kn-sorteren div:hover {
	color: #BD0A80;
}*/
/*.kn-veld:nth-child(7) {
	border-width: 0px;
}*/
.kn-veld-zf {
	color: #00B7EB;
	display: none;
}
.kn-veld img, .kn-veld-zf img, .kn-veld-srt img {
	width: 12px;
	margin-top: 7px;
    margin-right: 5px;
    float: right;
	-webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.kn-zoekveld {
	padding-left: 20px;
	padding-top: 23px;
    padding-bottom: 14px;
	/*border-bottom-style: solid;
    border-width: 1px;
    border-color: #cccccc;*/
	text-decoration: none;
}
.kn-zoekInput {
	font-size: 16px;
	color: #4d4d4d;
	line-height: 38px;
	width: 184px;
	height: 38px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	border: 1px solid #ccc;
	vertical-align: middle;
	border-radius: 0px;
	float: left;
	/* standaard weergave op none zetten (voor iPad) */
	-webkit-appearance: none;
}
.kn-zoekButton {
	background-image: url(../images/zkpijl-zwart.svg);
	background-repeat: no-repeat;
	background-color: #000;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-radius: 0px;
	height: 40px;
	width: 40px;
	cursor: hand;
	cursor: pointer;
	/* standaard weergave op none zetten (voor iPad) */
	-webkit-appearance: none;
}
.kn-zoekButton:hover {
	background-image: url(../images/zkpijl-roze.svg);
}
.kn-filter {
	/*margin-top: 20px;*/
	
	margin-top: 0;
    margin-bottom: 0;
    width: 246px;
    padding: 10px 20px 0px 20px;
    /*border-bottom-style: solid;
    border-width: 1px;
    border-color: #cccccc;*/
    text-decoration: none;
    float: left;
	
	display: none;
}
.kn-filter-tonen {
	display: block;
}
.pijl-tonen {
	transform: rotate(180deg);
}
.fl-tekst {
	font-size: 16px;
	font-weight: 400;
	text-transform: none;
	margin-left: 32px;
    line-height: 18px;
    padding-top: 3px;
    width: 200px;
    overflow: hidden;
}

/*CHECKBOX*/
.kn-filter input[type=checkbox] {
    visibility: hidden;
}
.kn-filter .checkbox {
    /*width: 25px;*/
    position: relative;
}
.kn-filter .checkboxsub {
    padding-left: 32px;
    position: relative;
}
.kn-filter .checkbox label {
    cursor: pointer;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
    background: #fff;
    border:1px solid #ddd;
}
.kn-filter .checkboxsub label {
    left: 32px;
}
.kn-filter .checkbox label:after {
    opacity: 0;
    content: '';
    position: absolute;
    width: 9px;
    height: 5px;
    background: transparent;
    top: 4px;
    left: 4px;
    border: 3px solid #00B7EB;
    border-top: none;
    border-right: none;
    transform: rotate(-45deg);
}
.kn-filter .checkbox label:hover::after {
    opacity: 0.5;
}

/**
 * Create the checkbox state for the tick
 */
.kn-filter .checkbox input[type=checkbox]:checked + label:after {
    opacity: 1;
}


.kn-tekstblok {
	width: auto;
	height: auto;
	border-bottom-style: solid;
    border-width: 1px;
    border-color: #cccccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.kn-tekstblok .datum {
	width: 100px;
	float: left;
}
.kn-tekstblok .resultaat a {
	width: 540px;
	text-decoration: none;
	color: #4d4d4d;
	line-height: 20px;
	font-weight: 700;
	float: right;
}
.kn-tekstblok .resultaat a:hover {
	color: #00b7eb;
}
.tekstbutton-zoekpag {
    font-family: 'Roboto', sans-serif;
    border: none;
    background: none;
    margin: 0;
    padding: 0;
    display: inline;
    color: #00b7eb;
    font-weight: 700;
    font-size: 16px;
    outline: none;
    cursor: hand;
    cursor: pointer;
}
.tekstbutton-zoekpag:hover {
    color: #BD0A80;
}



@media(max-width: 1200px) {
.popup-content {
	width: calc(100% - 200px);
}
}

@media(max-width: 1130px) {
.sl-titel {	
    font-size: 46px;
    margin-bottom: 31px;
    text-decoration: none;
    background-size: auto 52px;
    line-height: 37px;
	}
}

@media(max-width: 1000px) {
body {
    margin: 80px 0 0 0;
}
.menu {
	-webkit-box-shadow: 0px 6px 8px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 6px 8px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 6px 8px 0px rgba(0,0,0,0.2);
}
.hd-container-1000 {
	width: auto;
	margin-right: 20px;
	margin-left: 20px;
}
.container-1000 {
	width: auto;
	margin: 0 20px 0 20px;
}
.container-content {
	width: auto;
	float: none;
}
.tekst img {
	max-width: 100%;
}
.tekst-md img {
	max-width: 100%;
}
.titelblok {
	width: auto;
}
.auteur .content {
    width: calc(100% - 182px);
}
.container-sidebar {
	display: none;
}
.container-contact {
    width: 100%;
    float: none;
}
.sb-contact {
	width: auto;
	margin-top: 30px;
}
.sb-contact .titel {
	display: table;
}
.actueel {
	width: calc(33% - 18px);
}
.actueel .blok {
	width: auto;
	height: auto;
    padding: 0px;
}	
.actueel .image {
	width: calc(40% - 0px);
    height: 217px;
    background-position: top center;
    background-size: cover;
	margin-left: 0px;
    margin-bottom: 0px;
	float: left;
}
.act-tekst {
	width: calc(47% - 12px);
    float: left;
    margin: 20px 20px 10px 20px;
    overflow: hidden;
    height: 183px;
}
.act-tekst h6 {
	height: auto;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 10px;
}
.act-tekst p {
	font-size: 16px;
	line-height: 24px;
}
.act-tekst p strong{
	font-size: 14px;
}
.footer-main .titel {
    margin-right: calc(100% - 68px);
}
.ftr-1  {
	display: none;	
}
.ftr-2, .ftr-3, .ftr-4 {
	width: calc(33% - 11px);
}

/* ********************HOME INTRO******************** */
.links {
	width: 100%;
    float: none;
}
.links .b-leesmeer {
	margin-bottom: 40px;
}
.rechts {
	width: calc(50% - 20px); /**/
	float: right;
}
.rechts img {
	width: 100%; /**/
	height: auto; /**/
	float: right;
}
.medewerkers {
	display: none;
}
/* ********************HOME THEMA BLOK******************** */
.thema-bg .titel {
	/*background-color: #000000;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-size: 24px;
	font-weight: 700;
	padding: 9px 12px 8px 44px;
	margin-bottom: 36px;
	text-decoration: none;
	text-transform: uppercase;
	background-image: url("../images/=teken.png"); 
	background-repeat: no-repeat;
	background-position: 12px 12px;*/
}
.thema-bg {
	width: 100%;
	height: auto;
	background-color: #F2F2F2;
	margin-bottom: 80px;
}
.thema-bg .container-1000 {
	padding-top: 60px;
	padding-bottom: 60px;
}
.thema-bl2, .thema-bl4, .thema-bl6 {
	display: none;	/**/
}	
	
	
.thema-bl1, .thema-bl3, .thema-bl5 {
	width: calc(100% - 60px);/**/
	height: auto; /**/
	background-color: #fff;
	padding: 30px;
	margin-bottom: 20px; /**/
	float: left;
}
.thema-bl2, .thema-bl4, .thema-bl6 {
	background-size: cover;
	background-position: center, center;
}
.thema-bg .categorie {
	font-size: 14px;
    color: #000;
    font-weight: 700;
    /*text-transform: uppercase;
    background: #000;
    box-shadow: 0 0 0 6px #000;
    margin: 10px 30px 14px 6px;*/
	float: none;
}
.th-content {
	height: auto;
	max-height: 131px;
}
.th-titel {
	height: auto; /**/
	font-size: 18px;
	line-height: 24px;
	color: #BD0A80;
	margin-bottom: 14px; /**/
	overflow: hidden;
}
.thema-bg p {
	height: auto; /**/
	overflow: hidden;
}
.thema-bl1 img, .thema-bl3 img, .thema-bl5 img {
	display: none;	/**/
}
.kennisbank-blok .blok, .kennisbank-blok-home .blok {
	width: auto;
}
	
	
/* ********************HOME AAN HET WOORD******************** */
.quote .tekst {
	width: calc(100% - 350px);
    padding: 50px 25px 0 25px;
	background-image: none;
}
/* ********************FOOTER TOP******************** */
.footer-top .container-1000 {
	width: auto; /**/
}
.footer-don-2 {
	float: right; /**/
}
/* ********************BLOG + MEDERWERKERS******************** */
.blogimage {
    width: auto;
    margin-right: -25px;
}
.blcontent .margin, .mecontent .margin {
	width: auto;
    margin-left: -10px;
    margin-right: 20px;
}
.blcontent .margin .blogblok, .mecontent .margin .blogblok {
	width: calc(50% - 82px);
	float: left;
	margin-left: 30px;	
}
.blcontent, .mecontent {
    width: auto;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 150px;
}
.contact .label {
    display: inline;
    width: auto;
	margin-right: 0;
	float: none;
}
.contact .veld {
	width: calc(100% - 14px);
}
.contact .tekstveld {
	width: calc(100% - 14px);
}
.contact .check {
	margin-left: 0;
}
.contact .button {
	margin-left: 0;
}
/* ********************MENU******************** */
.logo {
    height: 48px;
}
.menubar {
    height: 80px;
	position: absolute;
}
.menubar.sticky {
	position: fixed;
}
.button-mob-taal {
    display: inline;
}
.button-mob-taal a {
    height: 21px;
	font-size: 16px;
    line-height: 15px;
	font-weight: 700;
    color: #000;
    text-decoration: none;
    margin-left: 26px;
    display: inline-block;
	text-transform: uppercase;
    margin-top: 25px;
	padding: 8px 6px 0 6px;
    float: right;
	
	background-position: left 0;
	background-repeat: no-repeat;
	cursor: hand;
	cursor: pointer;
	/* set animation */
    -webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.button-mob-taal a:hover {
	background-image: url("../images/bg-menubuttons-2.jpg");
	}
.menuButton {
    display: inline;
    width: 33px;
    height: 30px;
    background-image: url(../images/menu_mob-2.png);
    background-repeat: no-repeat;
    background-size: contain;
    float: left;
    margin-top: 25px;
    margin-left: 0px;
    z-index: 3;
    position: absolute;
    cursor: hand;
	cursor: pointer;
	right: 78px;
}
.menu {
    float: none;
    position: absolute;
    left: 0px;
    top: 80px;
    width: 100%;
    background-color: #BD0A80;
    z-index: 10;
    display: none;
}
.menu ul {
    padding-left: 0px;
}
.menu ul li.hoofdmenu, .menu ul li.hoofdmenu-actief, .menu ul li.hoofdmenu-zoeken {
    float: none;
}
.menu ul li.hoofdmenu a, .menu ul li.hoofdmenu-actief a, .menu ul li.hoofdmenu-zoeken a {
    color: #ffffff;
	height: 30px;
    padding-top: 14px;
    padding-left: 20px;
    margin: 0px;
	background-image: url(../images/pijlmenu.png);
    background-position: calc(100% - 25px) 20px;
    border-top-style: solid;
    border-top-color: #ffffff;
    border-top-width: 1px;
}
.menu ul li.hoofdmenu-zoeken a {
    width: auto;
}
.menu ul li.hoofdmenu-actief a, .menu ul li.hoofdmenu-zoeken-actief a {
    background-image: url(../images/pijlmenu.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 25px) 20px;
}
.menu ul li.hoofdmenu a:hover, .menu ul li.hoofdmenu-zoeken a:hover {
    color: #ffffff;
    background-image: url(../images/pijlmenu.png);
	background-position: calc(100% - 25px) 20px;
    background-color: #BD0A80;
	background-repeat: no-repeat;
    text-decoration: none;
}
.menu ul li.hoofdmenu-actief a:hover, .menu ul li.hoofdmenu-zoeken-actief a:hover {
    color: #ffffff;
    background-image: url(../images/pijlmenu.png);
	background-position: calc(100% - 25px) 20px;
    background-color: #BD0A80;
	background-repeat: no-repeat;
    text-decoration: none;
}
.menu ul li.hoofdmenu-zoeken a span {
	display: inline;
}
.menu ul li.hoofdmenu-doneren a {
    height: 60px;
	line-height: 60px;
}
/*.hoofdmenu-doneren {
	display: none;
}*/
	
.menu ul li.hoofdmenu-doneren {
    float: none;
}	
.menu ul li.hoofdmenu-doneren a {
    height: auto;
        margin-top: 0px;
        line-height: 30px;
        margin-left: 0;
}	
	
	
	
.hoofdmenu-taal {
	display: none;
}
#formZoek {
    width: auto;
}
.zoekveld {
	padding: 10px 0;
}
.zoekInput {
	width: calc(100% - 200px);
}
/*******************************MENU-EINDE*******************************/

/*******************************MENUHOVER-BEGIN*******************************/
.menubarhover {
    position: relative;
    top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-top-style: solid;
    border-top-color: #ffffff;
    border-top-width: 1px;
    display: block;
	box-shadow: none;
}
.menubarhover.sticky {
    top: auto;
}
.menucontent {
    width: auto;
    float: none;
	padding: 8px 0;
}
.menubarlogo {
    display: none;
}
.menukolom {
    float: none;
    background-image: none;
    background-repeat: repeat-x;
    padding-left: 0px;
    margin-left: 0px;
    border-top-style: solid;
    border-top-color: #ffffff;
    border-top-width: 1px;
}
.menukolom:first-child {
    border-top-style: none;
}
.menukolom ul {
    width: auto;
}
.menukolom ul li {
    border-top-style: solid;
    border-top-color: #ffffff;
    border-top-width: 1px;
}
.menukolom ul li:first-child {
    border-top-style: none;
}
.menukolom ul li a {
    color: #000000;
    padding-top: 8px;
    padding-bottom: 8px;
	background-position: left 13px;
}
.menukopje {
	padding: 8px 0;
}
/*******************************MENUHOVER-EINDE*******************************/
/* ********************MENU EINDE******************** */
/************KENNISBANK INTRO***************/
.kn-contentbl .margin {
	width: auto;
    margin-left: -10px;
    margin-right: 20px;
}
.kn-contentbl .margin .kn-blogblok {
	width: calc(50% - 82px);
	float: left;
	margin-left: 30px;	
}
.kn-contentbl {
    width: auto;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 150px;
}
.kn-blogimage {
    width: auto;
    margin-right: -25px;
}	
/************KENNISBANK***************/	
.kn-content {
    width: calc(100% - 320px);
}
.kn-tekstblok {
	width: auto; 
}
.kn-tekstblok .resultaat a {
    width: calc(100% - 100px);
}	
/*************************************/
}


@media(max-width: 940px) {
/* ********************SLIDER******************** */
.verloop {
	height: auto;
	/*min-height: 600px;
	width: auto;
	background-image: url(../images/sl-verloop-mob.png);
  	background-position: center;
	background-size: cover;*/
}
.afbeelding {
	width: auto;
	height: 660px;
	position: initial;
	/*min-height: 600px;*/
	margin-bottom: 60px;
	margin-top: -30px;
	/*overflow: hidden;*/
	transform: translateX(20px);
	border-radius: 300px 0 0 0;
	background-position-x: 100%;
}
.sl-content {
	width: 100%;
	/*height: auto;*/
	margin-top: 0px;
	margin-bottom: 50px;
	position: relative;
}
.sl-titel {	
    font-size: 44px;
    margin-bottom: 31px;
    text-decoration: none;
    background-size: auto 52px;
    line-height: 37px;
	}
.sub-titel {
    font-size: 34px;
    margin-bottom: 42px;
}
.sl-content p {
	width: auto;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 32px;
}
.sl-content .bt-leesmeer {
	background-image: url("../images/pijl-wit.svg"); 
}
}



@media(max-width: 768px) {
/* ********************COOKIE MELDING******************** */
.ctekst {
	width: 100%;
	margin-bottom: 20px;
	float: none;
}
.cbutton {
	text-align: center;
    float: none;
}
a .cbutton  {
	text-decoration: none;
}
/* ********************HOME INTRO******************** */
.rechts {
	width: 100%; /**/
	float: none; /**/
	margin-bottom: 60px;
}
.rechts img {
	width: 100%; /**/
	height: auto; /**/
	float: none; /**/
}

.actueel {
	width: calc(100% - 20px);
	float: none;
	margin-bottom: 60px;
}	
.ftr-2  {
	display: none;	
}
.ftr-3, .ftr-4 {
	width: calc(50% - 10px);
}
.footer-bottom {
 	text-align: center;
	line-height: 26px;
}
.copy, .alg {
	margin-right: 0px;
}
.copy, .alg, .pri {
	float: none;
}
.made {
	float: none;
}

/* ********************HOME AAN HET WOORD******************** */
.quote .tekst {
	width: auto;
	height: auto;
	max-height: 192px;
	padding: 25px;
	float: none;
	margin-bottom: 25px;
}
.quote .foto {
	display: none;	
}
.blcontent .margin .blogblok, .mecontent .margin .blogblok {
	width: auto;
	float: none;
}
.blogblok {
	height: auto;
}
.blcontent .margin, .mecontent .margin {
	width: auto;
}
.formulier {
	width: auto;
}
/*.ledenlogo {
	margin-top: 0px;
	margin-right: 20px;
	margin-left: 0px;
	float: left;
}*/
/*.ldtekst {
	float: right;
}*/
.tekst-md-img {
	margin-left: 0px;
	margin-right: 20px;
	float: left;
}
.footer-top {
    width: 100%;
    height: 60px;
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
}
.footer-don-1 {
    float: left;
    width: calc(100% - 80px);
}
.footer-don-1 .bt-tekst {
	font-size: 18px;
    line-height: 24px;
    margin-right: 20px;
    margin-top: 9px;
}
.imagetop {
	height: 160px;
}
.cookie {
	width: calc(100% - 40px);
	height: auto;
	background-color: #BD0A80;
	padding: 20px;
	position: fixed;
	bottom: 0;
	z-index: 100;
}
.popup-content {
	width: 70%;
}
/* ********************KENNISBANK INTRO******************** */
.kn-contentbl .margin .kn-blogblok {
	width: auto;
	float: none;
}
.kn-contentbl .margin {
	width: auto;
}	
/* ********************KENNISBANK******************** */
.kn-zoeken {
    width: calc(100% - 2px); 
}
.kn-veld, .kn-veld-zf {
	width: calc(100% - 40px); 
}
.kn-zoekInput {
	width: calc(100% - 80px); 
}
.kn-content {
    width: 100%;
}
.kn-filter-tonen {
	display: none;
}
.pijl-tonen {
	transform: rotate(0deg);
}
.kn-sorteren {
	width: 100%;
	font-size: 16px;
}
}


@media(max-width: 560px) {
/*.naam-blok .naam {
    margin-top: 28px;
    float: left;
    margin-left: 10px;
}*/
}

@media(max-width: 500px) {
.afbeelding {
    height: 520px;
	border-radius: 230px 0 0 0;
	transform: translateX(20px);
    }
.sl-titel {	
    font-size: 30px;
    margin-bottom: 12px;
    text-decoration: none;
    background-size: auto 35px;
    line-height: 27px;
	padding: 0px 12px 12px 56px;
	}
.sub-titel {
        font-size: 24px;
        margin-bottom: 32px;
}	
.naam-blok .naam {
    margin-top: 10px;
    float: left;
    margin-left: 0px;
}
.auteur .image {
	width: 100%;
	height: 250px;
	background-position: top center;
	float: none;
}
.auteur .content {
    width: calc(100% - 56px);
	float: none;
}
.quote .tekst {
	width: calc(100% - 40px);
}	
.ftr-3 {
	margin-bottom: 40px;	
}	
.ftr-3, .ftr-4 {
	width: 100%;
	float: none;
}
.tekst-md-img {
	width: 100%;
}
.lidworden .veld, textarea {
    width: 100%;
}
.lidworden .label {
	margin-bottom: 10px;
    text-align: left;
}
.lidworden .button {
    padding-left: 0;
    margin-left: -8px;
}
.ledenlogo {
	margin: 0;
	float: none;
}
.ledenblok h5 {
	width: 100%;
	margin-top: 20px;
    float: none;
}
.lidtekst p {
	margin-top: 0;
}
.footer-don-1 .bt-tekst {
    font-size: 16px;
    line-height: 18px;
    margin-right: 20px;
    margin-top: 14px;
}
.popup {
	padding-top: 120px;
}
.popup-content {
	padding: 30px;
	margin-bottom: 120px;
	width: calc(100% - 120px);
}
/* ********************KENNISBANK INTRO******************** */
.kn-contentbl .kn-blogblok h5 {
    height: auto;
    overflow: unset;
}
.kn-blogblok {
    height: auto;
}
	
.links .titel, .actueel .titel, .kennisbank-blok-home .titel, .thema-bg .titel, .tekst-md .titel, .sb-alianties .titel, .sb-watwedoen .titel {
    font-size: 24px;
    padding: 0px 12px 12px 43px;
    margin-bottom: 18px;
	background-size: auto 26px;
}	

.kennisbank-blok-home {
    margin: 40px 0 140px 0;
}
	
}















