/* Reset
------------------------------------------------------------ */
* { margin: 0; padding: 0; }
html {overflow-y: scroll; overflow-x: hidden}
body {font-size: 13px; color: #272727; font-family:"Saira Condensed", sans-serif; background-color:#097C65;}
ol, ul { list-style: none; margin: 0;}
ul li { margin: 0; padding: 0;}
a, img { outline: none; border:none; color: #000;}
p { margin: 0; line-height: 1.4em; font-size: 1.3em;}
img { display: block; margin-bottom: 10px;}
#main, #fullmain, aside {
    font-family: "Saira Condensed", sans-serif;
    font-size: 1.30em;
    line-height: 1.55;
    font-weight: 500;
    letter-spacing: 0.01em;
    text-shadow: 0 0 0.01em currentColor;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { 
    display: block;
	}



#container-home{
    margin: auto;
    margin-top: 2.5em;
    /*margin-bottom: 2.5em;*/
	padding: 0 3em;
	width: 100%;
	z-index: -90;
   
}


#wrappertop{
	width: 100%;
	background-color: #fff;
	padding: 0;
	height: 10.5em;
	z-index: -90;

	} 


#wrapper {
	
	width: 100%;
	margin-top: 0em;
	padding: 0;
	z-index: -90;
		
	} 

/*-- banner --* wrapper*/

#banner
{
	position: relative;
	top: -4em;
	margin: 0 3em 0 3em;
	background: url('../../images/ban-00.png') no-repeat; 
	background-position: center;
	background-size: cover;
	height: 400px;
	border-radius: 2.5em;
	z-index: 0;

}
.rotating-item {display:none; position:absolute; top:0; left:0;


} 

#rotating-item-wrapper{ 
	position: relative;	
	height: 400px;
	top: 0em;
	padding: 0 0 0 0;
	text-align: center;
    margin: auto;


}
	
#rotating-item-wrapper img {
	width:100%;
	height: 480px;
	margin:auto;
	object-fit: cover
}


.container-text{
	background-color: #fff;
	position: relative;
	display: block;
	top: 0;
	max-width: 1400px;
	margin: auto;
	padding: 0;
	overflow:auto;
	min-height: 350px;
  	padding-bottom: 40px; /* must be same height as the footer */
	z-index: 100;
    border-radius: 2.5em; 

}

.container-home{

	margin: -1.5em 0 0 0;
	padding: 0 2.5em 2.5em 4em;
	font-size: 115%;
    display:flex;
    align-items:stretch;
    gap:50px;
}



/*icons*/

.fa-arrow-right {

	padding: 0;
	padding-right: 0.2em;
	vertical-align: middle
}


.fa-copyright:after{
	
	color: #ef4136;
	display: none;
    font-family: "Font Awesome 5 Regular"; 
	content: '\f1f9';
	-webkit-font-smoothing: antialiased;
}

.fa-copyright .svg-inline--fa {
  padding-right: 0.0em;
	
}




/*aside*/
#news  {
		width: 60%;
		margin-right: 0;
		float: left;
		
		}
#news ul li {
	display: table;
	position: relative;
	list-style-type: none;
	width: 80%;

	
}

#news li b{
	display: block;
	position: relative;
	top:1em;
	left:-0.5em;
	border-top: 0px dotted #000;
	padding: 0.2em 0 0.2em 0.5em;
	margin-bottom: -0.5em;
	background-color: #C1C1C2;
	

}
#main,#main2{
    flex:0 0 60%;	
	margin: 1em 0 1em 0;
	float: none;
	padding: 0;
    
		}	

#fullmain
{
		min-width: 90%;
		margin: 0;
		float: left;
		padding:0 0 1em 0;
		text-decoration: none;
		
		}

#fullmain ul,
#main ul, aside ul{	
	margin: 20px 0 20px 0;
	padding: 0 0 0 0;
	border: 0;	
}
#fullmain li,
#main li, aside li
{
	margin: 0 0 0 23px;
	padding: 0 0 0 0;
	border: 0;
	list-style-type: square;
	text-decoration: none;
	list-style-position : outside;
}


section img
 {
	width: 97%;
	max-width:800px;
	margin: 0 2em 2em 0;
	padding:0;
    clear: both;
}
aside {
	text-decoration: none;
	background-color: #D89639;
	color: #fff;
	margin: 1em 0 0 0;
	float: none;
	padding: 0.5em 2.5em 2.5em 2.5em;
	border-radius: 1.8em;
    text-shadow: 0 0 0.05em currentColor;
    flex:1;
}
 
		



aside img {
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
	  	/*max-width:450px;*/
		margin: 0 0 0 0;
		padding:0;
		clear: both;
    border-radius: 1.5em;

}

	
#main hr,section hr, aside hr {
	
   	/*color: transparent; 
    background-color: transparent;
	height: 1px;
	border: 0 dotted;
	background-color: #35AA58;*/
    opacity: 0.7 !important;
    border: 0 !important;
    border-top: 2.5px dotted #097C65 !important;
    background: none !important;
}



.cover {
  object-fit: cover;
}
button{
	background: #097C65;
	border:0;
	border-radius: 6px;	
  	color: #fff;
 	padding: 0 0.6em;
 	text-align: center;
 	text-decoration: none;
	text-transform: uppercase;
  	display: block;
	font: 600 0.9em/1.9em "Saira Condensed", sans-serif;
  	margin: 0.5em 0 0 0;
  	transition-duration: 0.4s;	
 	cursor: pointer;
	box-shadow: 0px 3px 10px rgba(0,0,0,0.2);
}
button:hover{ 
		box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
 	transform: scale(1.00);
	/*box-shadow: 0 5px 15px rgba(0,0,0,0.4);*/
  -webkit-filter: brightness(120%);
  filter:brightness(120%);
}
a.button:hover {
  background-color: #4CAF50;
  color: white;
}

.geel{
	background: #D89639;
    font-size: 1.3em;
    padding: 0.2em 0.9em;
    border-radius: 12px;
}

button.green{
    display:inline-flex;

 
    height:45px;              /* vaste knophoogte */
    padding:7px 18px 0 18px;           /* GEEN verticale padding */
    font-size:18px;
   width:auto;                 /* BELANGRIJK */
    justify-content:flex-start; /* BELANGRIJK */
    box-sizing:border-box;
}

button.green img{
    width:30px;
    height:30px;
 
    display:block;
    flex-shrink:0;
  margin-right:17px;   /* gebruik DIT i.p.v. gap */
}


.float-left{
	width:75px;
	max-width: 75px;
	float: left;
	margin: 0;
	padding: 0 0.5em 0 0;
	margin-top: -0.5em;
}

/*you-tube*/
iframe{
	border: 6px solid #DCD9D9;
	border-radius: 8px
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



/*form*/
.form{ 	
	background-color: #009896;

	border: 0;
	padding: 1em 3em 8em 3em;
	margin: -1em 0 2em 0;
	width: 90%;
	border-radius: 0em 2.5em 2.5em 2.5em;
}

.form input[type="text"] {
	width: 99%;
	color: #4D4D4D;
	outline: none;
	font: 1.1em  "Baloo Bhaijaan 2", sans-serif;
	padding: 0.3em;
	margin: 0.5em 0;
	border: 0px solid #7D7D7D;
	border-radius: 0;
	-webkit-appearance: none;
}

select#Aanhef{
	width: 50%;
	float: right;


}
label,value,legend{
	font: bold 1.0em  "Baloo Bhaijaan 2", sans-serif;
	line-height: 1.5em;
	margin-top: 0.5em;
	display: inline-block;
	color: #1D80B5

}

.form select

{	

	width: 99%;
	color: #000;
	font: 1.1em  "Baloo Bhaijaan 2", sans-serif;
	padding: 0.3em 0.2em;
	margin: 0.4em 0;
	border: 0px solid #000;
	background-color: #fff;
	border-radius: 0;

}

option { 
    /* Whatever color  you want */
    background-color: #fff;
}

select option:hover { 
    /* Whatever color  you want */
	color: #000;
    background-color: #51E5E3;
	box-shadow: 0 0 10px 100px #000 inset;
}



.form textarea {
	resize: none;
	color: #4D4D4D;
	width: 99%;
	min-height: 100px;
	outline: none;
	padding: 0.2em;
	font: 1.1em "Baloo Bhaijaan 2", sans-serif;
	margin: 0.4em 0;
	border: 0px solid #ac155f;
	-webkit-appearance: none;
	border-radius: 0;
}
.form input[type="submit"]{
	font: 1.2em "Baloo Bhaijaan 2", sans-serif;
	background-color: transparent;
	text-transform: uppercase;
	color: #fff;	
	font-weight: 600;
	letter-spacing: 1px;
	border: 2px solid #fff;
	margin: 0.5em 0;
	padding: 0.2em 0;
	-webkit-appearance: none;
	position: relative;
	display: inline-block;
	float: right;
	top: 0em;
	right:0;
	width: 50%;
}

.form input[type="submit"]:hover
{	background-color: #fff;
	color: #009896;
	border: 2px solid #009896;
	transition:0.5s all;
}
#code
{
	width: 50%;
	float: right;

}

/*css checkbox only way*/
.checkbox {

  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 15px;
  cursor: pointer;
  color:#fff;	
  font-size: 95%;	
  font-weight: 500;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox a{
	color:#fff;
	text-decoration: underline;
}

.checkbox a:hover{
	color:#fff;
	text-decoration: underline;
}
/* Hide the browser's default checkbox */
.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.checkbox:hover input ~ .checkmark {
  background-color: #51E5E3;
}

/* When the checkbox is checked, add a blue background */
.checkbox input:checked ~ .checkmark {
  background-color: #03BBB8;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*END Form*/

/*Zoeken*/
#zoek{
	position:absolute; 
	display:block;
	background: url('../../images/zoek.png') 0 2px no-repeat; 
	top: -7px;
	right: 1.5%;
	padding: 0 0 0.7em 1.35em;
	text-decoration: underline;
	
}
#zoek a{color: #005B8B; font-size: 85%}

.searchtablecontent{
	width: 100%;
	margin: -1.5em 0 3em 0;
	
	}
.searchrowcontent
{
	padding: 0.5em 0;
	border-top: 1px dotted #ac155f;

	}
.searchlinkcontent, a.searchlinkcontent:hover {
	background-color:#ac155f;
	color: #fff;
	/*font-weight: 700;*/
	padding: 0.1em 0.35em 0.2em 0.35em;
	line-height:2.5em;
	letter-spacing: 1px;
	text-transform: uppercase;
	/*text-decoration: underline; */
	}

		
input,.searchinputcontent
{
	margin: 0 0 0 0;
	padding: 0 0 0 3px;
	font-size: 1.0em;  
	color: #921f56;
	border: 1px solid #921f56;
	height: 1.8em;
	width : 60%;

}
.searchselectcontent{
	display: none;
	/*font-size: 1.0em;  
	color: #005b8a;
	border: 1px solid #005b8a;
	height: 1.95em;
	min-width: 4.5em;
	width : 10%;*/
}
.searchbuttoncontent
{

	cursor:pointer;
}
	


.searchbuttoncontent:after, button:after {
   font-family: "Font Awesome 5 Free"; 
	font-weight: 900; 
    content: '\f061';
    padding-left: 6px;
    position: relative;


}



/*-- footer --*/
/*Opera Fix*/
body:before {
  content:"";
  height:100%;
  float:left;
  width:0;
  margin-top:-32767px;/*negate effect of float*/
	
}
.footer{
	padding: 3.0em 0 3.0em 0;
	position: relative;
	/*margin-bottom: -40px; /* negative value of footer height */
	width: 100%;
	z-index: 10;
	
}


#footer {	
	background-color: #D89639;
	width: 100%;
	height: 28em;
	max-width: 1400px;
	margin: 0; 
	padding: 7em 0.5em 2em 6em;
	margin-left: 0;
	border-radius: 2.5em;
    margin-inline: auto;
 
}


.footer b {
	display: block;
  	font: 550 1.9em/1.2em "Saira Condensed", sans-serif;
	color:#fff; 
	margin-bottom: -0.5rem;


}
.footer p{
	color:#fff;
	font: 500 1.3em/1.5em "Barlow Condensed", sans-serif;	
	text-decoration: none;
	margin:0;
	padding: 0 0 3em 0;


}
.footer p a,.footer a b{
	color:#fff;
	/*font-size: 1.0em;
	line-height: 1.0em;*/
	text-decoration:none;
	margin: 0 0 0 0;

}
.footer p a:hover,.footer a:hover b{
	color:#097C65;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-ms-transition:0.5s all;
	-o-transition:0.5s all;
	-mz-transition:0.5s all;
}


.figuur
{
	display: block;
	position: relative;
	top: 3.0em;
	left: 0;
	max-width: 30rem;
	width: 19em;
	margin: 0 0 1.5em 0;

}


.icon{
    position:relative;
    display:flex;
    align-items:top;
    gap:8px;
    transform: translateY(20px);
    	transition:0.5s all;
}

.icon img{
    width:24px;
    height:24px;

}

.icon .hover{
    display:none;

}

.icon:hover .normal{
    display:none;

}

.icon:hover .hover{
    display:block;
    transition:0.5s all;
}

 h1 {
  	font: 600 2.0em/1.0em "Saira Condensed", sans-serif;
	background: url('../../images/h1.svg') 0 7px no-repeat; 
	background-size: 1.250em;
	color:#097C65;
	margin: 0.2em 0 0 0;	
	padding: 0.2em 0 0.2em 1.6em;	
	 
}
 h2 {
  	font: 550 1.6em/1.0em "Saira Condensed", sans-serif;
	color:#fff;
	margin: 1.5em 0 -0 0;	
	padding: 0 0 0.2em 0;
 }
 h3 {
  	font: 550 1.6em/1.0em "Saira Condensed", sans-serif;
	color:#fff;
	margin: 1.5em 0 0 0;	
	padding: 0 0 0.2em 0;

 }
 
 h4,u {
  	font: 600 1.2em/1.2em "Saira Condensed", sans-serif;
	color:#097C65;
     text-decoration: none;
	margin: 0.8em 0 0 0;	
	padding: 0 0 0 0;		 
 }



b,strong{

	font-size: 110%;
	line-height: 1.0rem;
	color: #000;

 }
aside b,aside strong{

	font-size: 110%;
	line-height: 1.0rem;
	color: #fff;

 }

aside a{color: #FFE436;text-decoration: none;}

aside a:hover{color: #ED0F3F; text-decoration: none;  
    
    -webkit-filter: brightness(120%);
  filter:brightness(120%);}

a{color: #097C65;text-decoration: none;}
a:hover{color: #D89639;text-decoration: none;}
a:active{color: #F38800; text-decoration: none;}	



.downloadlink a::before {

	content: "\279C";
	padding: 0.1em  0.4em  0.1em  0em;

}




/* Logo H1 */

.nieuwslink b, a.nieuwslinkon b {font-size: 110%}
a.nieuwslink
{
	display: block;
	max-width: 470px;
	padding: 0.5em 2.0em 0.5em 0.5em;
	margin: 0 0 0.35em 0;
	font-size: 91%;
	line-height: 1.5em;
	color:#000;
	background: #D4257B url('../../images/meer.png') top right no-repeat;
	border: 0.15em solid #D4257B; 
	border-radius: 5px;

}
a.nieuwslink:hover
{	color:#000;
	text-decoration: none;
	background: #F0147F url('../../images/meer.png') top right no-repeat;
	border: 0.15em solid #F0147F; 
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-ms-transition:0.5s all;
	-o-transition:0.5s all;
	-mz-transition:0.5s all;
		border-radius: 8px;
}

a.nieuwslinkon
{	display: block;
	max-width: 470px;
	padding: 0.5em 2.0em 0.5em 0.5em;
	margin: 0 0 0.35em 0;
	font-size: 91%;
	line-height: 1.5em;
	color: #000;
	background: url('../../images/meer.png') top right no-repeat;
	border: 0.15em solid #D4257B; 
	border-radius: 8px;
	}
#naw {

	position: absolute;
	top: 2.5em;
	left: 1.5em;
	padding: 0;
	width: 60%; 
	max-width: 250px;
	height: auto;
	margin: auto;
	z-index: 8;

}
#naw img {
	width: 100%;
   	margin: 0;
}

/* Nav */
/*nav top*/
.nav
{
	width: 100%; /* 800 */
	position: relative;
	top: 0;
	right: 0rem;
	margin: auto; /* 30 480 */;


}
.nav li a
{
color:#25315A;


    
}

.nav li a:hover{
	
	color:#ad155f	
}
.menu{display: none;}

#navcontainer
{
	
	width: 100%;
	max-width: 1550px;
	margin: auto;
	padding: 0;
	height: auto;
	position: relative;
	top: 0rem;
	left: 0;

}
#nav
{
	width: 100%; /* 800 */
	font-weight: 600;
	position: absolute;
	top: 2.0em;
	margin-left: 0; /* 30 480 */;
	z-index: 1000;
	}

#nav > a
{
	display: none;

}

#nav li
{
	position: relative;
    font-family:"Barlow Condensed", sans-serif;
    	
}
#nav li a
{

	color: #3D3A3A;
	display: block;
	text-decoration: none;
	margin-left: 0;
}
/*#nav li a:active,*/
#nav li a#current
{
	
	height: 1.8em; /* 60 */
	color: #fff;
	background-color: #D89639;
	border-radius: 0.4em;
	box-shadow: 0px 3px 10px rgba(0,0,0,0.2);


}


#nav span:after
{
	width: 0;
	height: 0;
	/*border: 0.313em solid transparent; /* 5 *//*
	border-bottom: none;
	border-top-color: #000;
	content: '';*/
	content: "\002B";
	/*vertical-align: middle;*/
	display: inline-block;
	position: relative;
	right: -0.313em; /* 5 */
}

#nav li a#current span:after
{
	width: 0;
	height: 0;
	/*border: 0.313em solid transparent; /* 5 *//*
	border-bottom: none;
	border-top-color: #000;
	content: '';*/
	content: "\002B";
	/*vertical-align: middle;*/
	display: inline-block;
	position: relative;
	right: -0.313em; /* 5 */
}
#nav a:hover span:after
{
	width: 0;
	height: 0;
	/*border: 0.313em solid transparent; /* 5 *//*
	border-bottom: none;
	border-top-color: #000;
	content: '';*/
	content: "\002B";
	/*vertical-align: middle;*/
	display: inline-block;
	position: relative;
	right: -0.313em; /* 5 */
}
/* first level */
#nav > ul
{
	height: 2.0em; /* 60 */
	margin: auto;
	position: relative;
	float: left;
	left: 25%;


}
#nav > ul > li
{
	/*width: 12.4rem;*/
	height: 100%;
	display: table-cell;
	

}
#nav > ul > li > a
{
	text-align: center;
	height: 100%;
	font-size: 1.6em; /* 24 */
	font-weight: 600;
	line-height: 1.7em; /* 60 (24) */
	padding: 0 1.9em 1.5em 1.6em;
    text-transform: inherit;
	

}
#nav > ul > li:not( :last-child ) > a
{
	border-right: 0px dotted #00aeef;


}

#nav > ul > li:hover > a,
#nav > ul:not( :hover ) > li.active > a
{
	/*background-color: #CEE7F5;*/
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-ms-transition:0.5s all;
	-o-transition:0.5s all;
	-mz-transition:0.5s all;
	color: #097C65;
}


/* second level */
#nav li ul
{
	
	background-color: #fff;
	display: none;
	position: absolute;
	top: 4.5em;
	margin-left: 0;

}
#nav li:hover ul
{
	display: block;
	left: 0;
	right: 0;

}
#nav li:not( :first-child ):hover ul
{
	left: 0px;
}
#nav li ul a
{
	font-size: 1.2em; /* 20 */
    line-height: 1.0em;
	border-top: 1px dotted;
	background-color: #fff; 
	padding: 0.35em 0.8em 0.5em 0.8em; /* 15 (20) */;
	color: #454646;
	margin-left: -2.3em;
}	


#nav li ul li a:hover,
#nav li ul:not( :hover ) li.active a
{
	color: #fff;
	border-top: 1px dotted #454646;
	background-color: #D89639; 
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-ms-transition:0.5s all;
	-o-transition:0.5s all;
	-mz-transition:0.5s all;
}




/* Media Queries */


@media (max-width:1440px){
html, body
{
	font-size: 90%; /* 12 */

}


#banner
{
	height: 370px;
	}



}

@media (max-width:1340px){
html, body
{
	font-size: 90%; /* 12 */

}
.container-home{


	padding: 0 2.5em 2em 2.5em;
	font-size: 115%;
    gap: 20px;

}
aside {

	padding: 0.5em 1.5em 1.5em 1.5em;
}
#nav > ul > li > a
{
	font-size: 1.4em; /* 24 */
	padding: 0 1.4em;

}

#footer {	

    font-size: 90%;
	padding: 8% 0% 4% 6%;
 
}


	
@media screen and (max-width:1024px) {

html, body
{
	font-size: 90%; /* 12 */
}
#naw img {
	width: 85%;
   	margin: 0;
}	
	#nav > ul
{
	font-size: 93%;
	left: 23%;

}		

	
}
@media screen and (max-width: 860px) {
	
html, body
{
	font-size: 90%; /* 12 */
	
}

#wrappertop{
	height:6em;

	
	} 	
	
#naw img {
	width: 80%;
   	margin: 0;
}	
#banner
{
	
	top: -3em;
	margin: 0 2.5em 0 2em;
	height: 350px;
	border-radius: 2em;

}
	
	
.container-home{
	margin: 0 0 0 0;
	padding: 0 2em 0 2em;
    display: block;
    margin-bottom: 0;
}	
	
header, #fullmain, #news,
#main,#main2 {
    width: 100%;
    margin: 0 0 2.5em 0;
		}
	
aside {
    width: 100%;
    padding: 0.5em 1.2em 2em 1.2em;
		}	
	
#fullmain img, #news img,
#main img {max-width:97%;}	
	
.form{ 	
	margin: 0 3em 3em 0.9em;
	width: 97%;
}
    
#naw {



	top: 0.8em;
	left: 1.5em;
}
	
#navcontainer {
	
	/*display: block;
	position: absolute;*/
	margin: auto;
	}
	

#nav {
	top:0;
	right: 0;
	height: 0;
	position: fixed;

	}
	

.menu{
	display: block;
	position: absolute;
	top:0;
	right: 0;
	color: #fff;
	font-weight: 500;


	
	}

#nav > ul > li
{
	/*width: 12.4rem;*/
	height: 100%;
	display: block;
    font-size: 1.2em;

}
#nav > a
{
	width:  4.0em; /* 50 */
	height: 4.0em; /* 50 */
	text-align: left;
	/*text-indent: -9999px;*/
	color: #fff;
	font-size: 90%;
	line-height: 1.0em;
	text-transform: uppercase;
	background: #D08D2F url('../../images/icon.png') 50% 68% no-repeat; 
	border: 2px solid #fff;
	position: fixed;
	float: right;
	top: 1.1em;
	right: 1.1em;
	padding: 0.3em 0.8em 0.5em 0.7em;
	border-radius: 0.5em;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
 	z-index: 1000;	

}
#nav > a:before,
#nav > a:after
{
	position: absolute;
	border: 0px solid #fff;
	top: 0%;
	left: 0;
	right: 0;
	content: '';


}
#nav > a:after
{
	top: 60%;
	
}
#nav span:after
{
		border-top-color: #000;
}
#nav a:active span:after
{
		border-top-color: #000;
}	
#nav:not( :target ) > a:first-of-type,
#nav:target > a:last-of-type
{
	display: block;
}

/* first level */

#nav li a:active,
#nav li a#current
{
	
	color: #009896;
	border-top:none;
	border-right:none;
	border-left:none;
	border-bottom: 0px dotted #FFFFFF;
	background: #fff;
	border-radius: 0px;
	font-weight: 700;
	height: auto;
	box-shadow: none;

}	


#nav > ul
{
	height: auto;
	display: none;
	position: absolute;
	top: 0;
	right: -1.5em;
	width: 75%; 
	background-color: #D89639;
	padding: 11em 0 6.7em 0.5em;
	border-radius: 0 0 0 25px;	
	box-shadow: 0px 3px 50px rgba(0,0,0,0.5);

}
#nav:target > ul
{
	display: block;
}
#nav > ul > li
{
	width: 100%;
	float: none;
	left: 0
}	
	
#nav > ul > li > a
{
	height: auto;
	text-align: left;
	padding: 0.3em 0 0.3em 0.5em; /* 20 (24) */
	color: #fff;
	background-color: transparent;
	margin: 0 1.5em;

}
#nav > ul > li/*:not( :last-child )*/ > a
{
	border-right: none;
	border-top: 1px dotted #FFFFFF;
}
#nav > ul > li:hover > a,
#nav > ul:not( :hover ) > li.active > a
	{
	background-color: transparent;
	color: #097C65;
	}

	
/* second level */

#nav li ul
{
	position: static;
	padding: 1.8em 0 0 0; /* 20 */
	padding-top: 0;
	background-color: #D89639;
	margin: 0 1.0em 2.0em 1.0em;
	}
	

#nav li ul > li > a::before {
    content: "\25B8";
    margin-right: 0.4em; 
  }
	
#nav li ul a
{

	color: #fff;
	border-bottom: 0px dotted #FFFFFF;
	background-color: transparent;
	border-top: none;
	padding: 0.2em 0.2em 0.2em 4em;
	font-size: 1.1em;
}
	
	

#nav li ul li a:hover,
#nav li ul:not( :hover ) li.active a
{
	background-color: transparent;
	border-top: 0px dotted #fff;
	color:#097C65;
	
}
#footer {	

    font-size: 80%;
	padding: 8% 0% 4% 6%;
 
}
}
@media screen and (max-width: 770px) {


#banner
{
	
	top: -4em;
	margin: 0 4% -2em 4%;
	height: 350px;
	border-radius: 2em;

}	
	
#naw {

	top: 0.5em;
	left: 1.4em;
	width: 28%; 
	max-width: 290px;
}	
	


.searchinputcontent
{

	width : 80%;

}

	

@media only screen and (max-width: 540px) {

#container-home{
    margin: auto;
    margin-top: 1.5em;
    margin-bottom: 0em;
	padding: 0 1.5em;
	width: 100%;
	z-index: -90;

}
.container-text{
  	padding-bottom: 1.5em; /* must be same height as the footer */

}	
#naw {

	top: 0.5em;
	left: 0.6em;
	width: 55%; 
	max-width: 290px;
}	
#banner
{
	
	top: -4em;
	height: 230px;
	border-radius: 2em;


}		
.container-home{
	padding: 0 1.5em 0.6em 1.5em;;

}
.footer{
	padding: 1.5em 0;
	position: relative;
	/*margin-bottom: -40px; /* negative value of footer height */
	width: 100%;
	z-index: 10;
	
} 
#footer {
    font-size: 100%;
	height: auto;
	padding: 8% 0 6em 4em;
	margin-left: 0;
	border-radius: 2.5em;

}    
.figuur
{
	display: block;
	position: relative;
	top: 0;
	left: 0;
	max-width: 29rem;
	width: 19em;
    height: 10em;
	margin: 0 0 0 0;

}
}	