body {	
	font: 17px proxima-nova, Arial, Helvetica, sans-serif;
	color: #333; 
   background-color: #adbeb2;
}

body a {
	font-weight: 700;
	text-decoration:none;
	color: #91a797;
}

a:link {
	font-weight: 700;
	text-decoration:none;
}

a:visited {
	text-decoration:none;
}

a:hover {
  color: #E6E6E6;
	text-decoration:none;
}

a:active {
	text-decoration:none;
}

h1 {
	font-family: proxima-nova, Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 32px;
	padding: 35px 10% 15px 10%;
	line-height:1.2;
  margin-block-start: 0px;
  margin-block-end: 0px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

h2 {
	font-family: proxima-nova,Arial,Helvetica,sans-serif;
	padding: 25px 10% 5px 10%;
	font-size:22px;
	line-height:1.2;
	font-weight: 700;
  margin-block-start: 0px;
  margin-block-end: 0px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

h3 {
	font-family: proxima-nova,Arial,Helvetica,sans-serif;
	padding: 25px 10% 0 10%;
	font-size: 17px;
	font-weight: 700;
	line-height: 135%;
  margin-block-start: 0px;
  margin-block-end: 0px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

p {
	font-family: proxima-nova,Arial,Helvetica,sans-serif;
	font-size: 17px;
	line-height:1.6;
	color: #333;
	padding: 0 10% 0 10%;
  display: block;
  margin-block-start: 0px;
  margin-block-end: 0px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

  .hidden {
	display:none;
}

/* Opsommingen
-------------------------------------------------------------------------------*/

ol {
 	list-style-type: 1;
	font-size: 17px;
	color: #333;
	line-height:1.6;
  margin: 0 10% 0 8%;
	Z-index:1;
}

ol ol {
  text-indent: -15px;
}

li { 
  padding-left: 5px; 
}

#opsom ul {
  list-style: none;
 	font-size: 17px;
	color: #333;
	line-height:1.6;
	padding:0;
  margin: 0 10%;
}

#opsom ul ul {
  text-indent: -12px;
  margin: 0 0 0 17px;
}

#opsom li { 
    padding-left: 17px; 
    text-indent: -12px;
}

#opsom ul li:before {
  content: "• ";
	font-size: 20px;
 	line-height:0.5;
 	color: #6C9E83; 
	position: relative;
	top: 0;
	right: 4px;
	Z-index:1;
}

#opsom ul ul li:before {
	color: #DB4C4F; 
	Z-index:1;
}

#nummers {
  margin-left: 10%;
  margin-right: 10%;
}

/* We maken de lijst “kaal” en bouwen zelf de nummering */
#nummers ol {
  margin: 0;
  padding: 0;
  list-style: none;         /* standaard nummers uit */
  counter-reset: nummers;   /* teller starten bij 0 */
}

/* Elk list item krijgt ruimte voor het cijfer links */
#nummers li {
  position: relative;
  padding-left: 1.2em;        /* afstand tussen cijfer en tekst (pas gerust aan) */
}

/* Hier tekenen we zelf de cijfers op de 10%-kantlijn */
#nummers li::before {
  counter-increment: nummers;
  content: counter(nummers) ".";
  position: absolute;
  left: 0;                  /* precies op de linker kantlijn van #nummers */
  top: 0;
}

/* Kleuren
-------------------------------------------------------------------------------*/

.kleur1 {
	color:#00716D;
} 
.kleur2 {
	color:#86AB7A;
} 
.kleur3 {
	color:#6357A1;
} 
.kleur3a {
	color:#9189bd;
} 

.kleur4 {
	color:#55A2CA;
}

.kleur5 {
	color:#C21E33;
}

.kleur6 {
	color:#ED791C;
}

.kleur7 {
	color:#ffc433;
}

.grijs {
	color:#999999;
}

.silver {
	color:silver;
}

.stap {
	color:#cb005c;
}

.breadcrum {
	color:#A8B8BC;
}


/* Button
-------------------------------------------------------------------------------*/

.button {
  background-color: #EEEEEE;
  border: none;
  color: #91a797;
	text-align: center;
  text-decoration: none;
  display: inline-block;
	font-family: proxima-nova,Arial,Helvetica,sans-serif;
	font-size:20px;
	font-weight: 600;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-right: 15px;
	margin-top: 15px;
  cursor: pointer;
	border-top-left-radius:35px;  
	border-top-right-radius:35px;  
	border-bottom-right-radius:35px;  
	border-bottom-left-radius:35px;
}
.button:hover {
  box-shadow: inset -3px -3px 0 rgb(0 0 0 / 10%), inset 0 -3px 6px rgb(0 0 0 / 7%);
}

.button1 {
	background-color: #00716D;
	color: white;
}
.button1a {
	background-color: #4ca4a1;
	color: white;
}
.button2 {
	background-color: #86AB7A;
	color: white;
}

.button3 {
	background-color: #6357A1;
	color: white;
}
.button3a {
	background-color: #9189bd;
	color: white;
}

.button4 {
	background-color: #55A2CA;
	color: white;
}

.button5 {
	background-color: #C21E33;
	color: white;
}

.button6 {
	background-color: #ED791C;
	color: white;
}

.button7 {
	background-color:#ffd633;
	color: white;
}
.buttonkreac {
	background-color:#868c7c;
	color: white;
}



/* Vlakken
-------------------------------------------------------------------------------*/

#page-wrap {
	max-width:1000px;
	width: 100%;
	min-height: 100vh;
	height:100%;
	margin: 20px auto 0 auto;
	position:relative;
	box-sizing: border-box;
	background-color: white !important;
	padding-bottom:80px;
}

#head {
	width: 100%;
	max-width:1000px;
	position: fixed;
  top: 0;
  float:left;
 	display: block;
  height: 130px;
	background-color: #e6e6e6 !important;
	z-index:999
}

#head2 {
	width: 100%;
	max-width:1000px;
	position: fixed;
  top: 150px;
  float:left;
 	display: block;
  padding-top: 20px;
  padding-bottom: 20px;
	background-color: #f2f2f2 !important;
	z-index:900
}

#head2 p {
	padding: 0 5% 0 10%;
}

#main-content {
	width: 100%;
	max-width:1000px;
	padding-top: 150px;
	padding-bottom: 198px;
	padding-bottom: 0;
	background-color: white !important;
 	display: block;
	margin: 0 auto;
  height: 100%;
  align-items: stretch; /* Dit zorgt ervoor dat alle kolommen even lang worden */  overflow: hidden;
 	position:relative;
 }

#main-content2 {
	width: 100%;
	max-width:1000px;
	padding-top: 200px;
	padding-bottom: 198px;
	background-color: #f2f2f2 !important;
 	display: block;
	margin: 0 auto;
  height: 100%;
	min-height: 100vh;
  overflow: hidden;
 	position:relative;
 }

#head3 {
	width: 100%;
	max-width:820px;
	position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  float:center;
 	display: block;
	background-color: #f2f2f2 !important;
	z-index:997;
}

#footer {
	width:100%;
	max-width:1000px;
	float:left;
	display: block;
	background-color: #cfcfcf;
	color: #707070;
	position: fixed;
  bottom: 0;
  text-align: center;
	z-index:995;
}

#navonder img {
	width: 25px;
	 height: auto;
}

#socialmedia {
	padding-bottom: 5px;
}

#socialmedia p {
	padding-left: 5%;
	padding-right: 5%;
}

#socialmedia a {
	color: #676767;
	font-size: 12px;
	font-weight: 600;
}

#socialmedia img {
	width: auto;
	 height: 28px;
	 margin: 25px 5px 0px 5px;
}

#socialmedia button {
	font-size: 12px;
	margin-left: 15px;
	margin-bottom: 5px;
	border-top-left-radius:15px;  
	border-top-right-radius:15px;  
	border-bottom-right-radius:15px;  
	border-bottom-left-radius:15px; 
	padding-bottom: 5px;
	padding-top: 5px;
}

/* Kop & Footer
-------------------------------------------------------------------------------*/

#logo {
	padding: 45px 0px 20px 10%;
  position: relative;
  height: 100px;
	float: left;
}

#logo img {
	width: auto;
	height: 30px; 
	float: left;
}

#footer {
	display: block;
}

#footer2 {
	display: none;
}

#footer3 {
	display: none;
}

#copyright {
	margin-top: 40px;
	font-weight: normal;
	color: #999999;
	text-align: center;
	margin-bottom: 15px;
}

#footlinks {
	margin: 10px 10% 15px 10%;
	color: #989898;
	font-size: 12px;
	font-weight: 600;
	text-align: center;
	line-height: 1.4;
}

#footlinks a {
	color: #989898;
}

/* Responsive menu
-------------------------------------------------------------------------------*/

#navonder {
  text-align: center;
  background-color: #e6e6e6;
  width: 100%;
  height: 30px;
	padding-top: 17px;
	padding-bottom: 15px;
}

#navonder a {
  padding: 0 5px;
  text-decoration: none;
  font-size: 17px;
  line-height: 1.2;
}

#menu {
  margin-top: 30px;
}

#myTopnav {
  text-align: center;
}

.topnav {
  display: block;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  background-color: #e6e6e6;
  padding-left: 30px;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 25px 17px;
  text-decoration: none;
  font-size: 17px;
}

.active {
  background-color: #e6e6e6;
  color: white;
}

.topnav .icon {
  display: none;
  float: right;
}

.icon {
  display: none;

}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 18px;    
  font-weight: 600;
  border: none;
  outline: none;
  color: white;
  padding: 14px 10px;
  background-color: inherit;
  font-family: inherit;
  margin: 10px 0 0 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #e6e6e6;
  min-width: 160px;
  z-index: 1;
}

.dropdown-content a {
  font-size: 17px;
	font-weight: normal;
  float: none;
  color: #333;
  padding: 5px 15px 5px 15px;
  text-decoration: none;
  display: block;
  text-align: left;
}

hr.line {
  border: 1px solid white; 
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #e6e6e6;
  color: white;
}

.dropdown-content a:hover {
  background-color: #e6e6e6;
  color: #9facbb;
}

.dropdown:hover .dropdown-content {
  background-color: #e6e6e6;
  display: block;
}

.mobileonly {
	display: none;
}

/* Kruimels of submenu
-------------------------------------------------------------------------------*/

#kruimels  {
	width: 100%;
	max-width: 980px;
	height: 50px;
	position: fixed;
  top: 150px;
  background-color: #cfcfcf;
}

#kruimels p {
	font-size: 17px;
	font-weight: 700;
	color:#55A2CA;
}

.driehoekje {
	padding: 0 10px;
	color:#86AB7A;
}

#kruimels a {
	font-weight: 700;
	color:#A8B8BC;
	font-size: 17px;
}

#kruimels a:hover {
  color: #d0d0d0;
}

.kruimellink {
  color: #339999;
  font-size: 12px;
  font-weight: normal;
}

.kruimellink:hover {
  color: #E6E6E6;
}

.kruimellink:active {
	color:silver
	text-decoration:none
}

.kruimellink2 {
  color: #4660a8;
  font-size: 12px;
  font-weight: normal;
}

.arrow {
	font-size: 30px;
	color: #55A2CA;
}

.arrow a:link {
	font-size: 30px;
	color: #55A2CA;
}

/* Beelden
-------------------------------------------------------------------------------*/

#tussenfoto {
	float:left;
	width:100%;
	margin: 5% 0 7% 0;
}

#tussenfoto img {
	float:left;
	width:100%;
}

#eindfoto {
	float:left;
	width:100%;
	margin: 5% 0 0 0;
}

#eindfoto img {
	float:left;
	width:100%;
}

#topfoto {
	float:left;
	width:100%;
	margin: 0 0 7% 0;

}

#topfoto img {
	float:left;
	width:100%;
}

/* Media queries
-------------------------------------------------------------------------------*/

/* Hoogte */
@media only screen and (max-height: 710px) {

	#footer {
		position: relative;
	}
}

/* END Hoogtw*/

/* Large screen mobiles */
@media only screen and (max-width: 980px) {

	.mobileonly {
		display: block;
	}

	#main-content {
		padding-top: 160px;
		padding-bottom: 0;
		position: relative;
	  float:none;
	  left: 50%;
	  right: 50%;
	  margin-left: -50vw;
	  margin-right: -50vw;
	  max-width: 100vw;
	  min-height: 100%;
	 width: 100vw;
	}

	#main-content2 {
		padding-top: 200px;
		padding-bottom: 0;
		position: relative;
	  float:none;
	  left: 50%;
	  right: 50%;
	  margin-left: -50vw;
	  margin-right: -50vw;
	  max-width: 100vw;
	  min-height: 100%;
	 width: 100vw;
	}

	#footer {
		position: relative;
	  left: 50%;
	  right: 50%;
	  margin-left: -50vw;
	  margin-right: -50vw;
	  max-width: 100vw;
	  width: 100vw;
	}

	#head {
		width: 100%;
		max-width:1000px;
		position: fixed;
	  top: 0;
	  right: 0;
	  left: 0;
	  float:center;
	 	display: block;
	  height: 130px;
		background-color: #e6e6e6;
	}

	#head2 {
		width: 100%;
		max-width:980px;
		position: fixed;
	  top: 130px;
	  right: 0;
	  left: 0;
	  float:center;
	 	display: block;
	  padding-top: 20px;
	  padding-bottom: 20px;
		background-color: #f2f2f2 !important;
	}

	#logo {
		padding: 35px 0px 15px 10%;
	  position: relative;
	  height: 100px;
		float: left;
	}

	#logo img {
		width: auto; 
		height: 30px; 
		float: left;
	}

	#menu {
	  margin-top: 25px;
	}

	.topnav a:not(:first-child), .dropdown .dropbtn {
	    display: none;
	  }

	.icon {
	    float: right;
	    display: block;
		  color: #005279;
		  font-size:40px;
		padding: 0px 10% 0px 10%;
	 	z-index:999;
	}
	  .topnav a.icon {
	    float: rigth;
	    display: block;
		  color: #005279;
		  font-size:35px;
			padding: 0 25% 0 10%;
	}

.topnav.responsive {
    position: absolute !important;
    z-index: 9999 !important; /* Dwingt het menu om BOVENOP het logo te liggen */
		right: 0;                 /* Lijnt het geopende menu netjes uit aan de rechterkant */
		min-width: 200px;
	 	padding: 2px 17px 25px 17px;
}

	  .topnav.responsive .icon {
	   position: absolute;
	   right: 0;
	   top: 0;
		padding: 0 10% 25px 17px;
	}

	  .topnav.responsive a {
	   float: none;
	   display: block;
	   text-align: left;
		padding: 2px 17px;
	}

	  .topnav.responsive .dropdown .dropbtn {
	  display: block;
	  text-align: left;
	 	margin-left: 6px;
	}

	.topnav.responsive .dropdown {
		float: none;
	}

	.topnav.responsive .dropdown-content {
	  position: relative;
	}

	.dropdown-content a {
	  padding: 1px 15px 1px 0px;
	  margin-left: 0px;
	}

	.dropdown-content {
	  padding: 1px 20px 1px 0px;
	   margin-right: 5px;
	}

	.dropdown .dropbtn {
	  padding: 2px 0px;
	}


	#kruimels  {
		width: 100%;
		max-width: 980px;
		position: fixed;
	  bottom: 0;
	  background-color: #cfcfcf;
	}

	#kruimels p {
		font-size: 17px;
		font-weight: 700;
		color:#55A2CA;
	}

/* END media only screen and (max-width: 880px)*/

/* iPhones and other mobiles*/
@media only screen and (max-width: 820px) {

	div.box-collective {
		width: 82%;
		position:relative;
		float:center;
		display:flex;
	  flex-wrap:wrap;
	  flex-direction:row;
	  margin: 0 0 0 8%;
	}

	  
	div.box {
		display: inline-block;
		flex: 0 50%;
		box-sizing:border-box;
		padding: 2%;
	}

	#head {
	  height: 100px;
	}

	#logo {
		padding: 40px 0px 15px 10%;
	  height: 80px;
	}

	#logo img {
		height: 25px; 
	}

	#main-content {
		padding-top: 110px;
	 min-height: 100%;
	}

	#head2 {
		width: 100%;
		max-width:820px;
		position: fixed;
	  top: 100px;
	  right: 0;
	  left: 0;
	  float:center;
	 	display: block;
	  padding-top: 20px;
	  padding-bottom: 20px;
		background-color: #f2f2f2 !important;
	}

	#main-content2 {
		padding-top: 185px;
		padding-bottom: 0;
		position: relative;
	  float:none;
	  left: 50%;
	  right: 50%;
	  margin-left: -50vw;
	  margin-right: -50vw;
	  max-width: 100vw;
	  min-height: 100%;
	 width: 100vw;
	}

	 .topnav a.icon {
		  font-size:35px;
			padding: 0 25% 0 10%;
}

	#navonder {
	  height: 45px;
		padding-top: 17px;
		padding-bottom: 15px;
	}

}

/* END media iPhones and other mobiles*/

@media (max-width: 768px) {
  .eapps-widget-toolbar-panel-share-block {
    display: none !important;
  }

}

/* Darkmode
-------------------------------------------------------------------------------*/
@media (prefers-color-scheme: dark) {

	#main-content {
	    background-color: white;
	  }

	#head {
		background-color: #e6e6e6;
	}

}
/* END Darkmode*/

/* Print styles
-------------------------------------------------------------------------------*/
@media print {

	#head {
		display: none;
	}

	#footer {
		display: none;
	}

	#tussenfoto {
		display: none;
	}

	#topfoto {
		display: none;
	}

	#main-content {
		width:100%;
		min-height:10px;
		height: auto;
		display: none;
	}

	#main-content p {
		font-size: 12px;
		line-height:1.6;
	  orphans: 3;
	  widows: 3;
	}

	#main-content h1 {
		font-size:35px;
	  page-break-after: avoid;
	  page-break-inside: avoid;
	}

	#main-content h2 {
		font-size: 17px;
	  page-break-after: avoid;
	  page-break-inside: avoid;
	}

	#main-content h3 {
		font-size:12px;
	  page-break-after: avoid;
	  page-break-inside: avoid;
	}

}
/* END media Print styles


