
body { margin:0px; padding:0px;}

@font-face {
    font-family: pluto;
    src: url("../fonts/pluto.otf") format("opentype"); }

@font-face {
    font-family: corpa;
    src: url("../fonts/corpa.ttf") format("truetype"); }

.img {
     max-width:100%;
     height: auto;
}

.welkomtekst {

  font-family: 'pluto';
  font-size: 0.9em;
  color: white;
  text-align: justify;
  display: block;
  padding:15px;
  margin-top:0px;
  background-color:#404040;
}

.locatietekst {
	
  font-family: 'pluto';
  font-size: 1.5em;
  color: white;
  text-align: center;
  display: block;
  padding:15px;
  margin-top:0px;
  background-color:#404040;
	
}

.outerfooter {
  margin: auto;
  width:100%;
  overflow: auto;
}

.footertekst {

  font-family: 'pluto';
  font-size: 0.6em;
  color: white;
  text-align: justify;
  background-color:#404040;
  overflow:auto;
  padding:10px;
  

  
}

.links {

  float:left;

}

.rechts {

 float:right;

}

.centered {
  display: flex;
  justify-content: center;
  background-color:#404040;
  overflow:auto; position:relative;


}

.menuscroll {
  display: inline-block;

  list-style-type: none;
  float: none;

  padding: 0px;
  ovesrflow: hidden;
  background-color:#404040; 
  top: 0;
}


.rightnav {
	 float: none;
}

.menuscroll.solid { 
  background: rgba(40, 40, 40, 1.0); 
  z-index:10000;
  transition: background 1s ease 0s;

  }

li {
  float: none;

}

li a {
  display: block;
 
  border: 1px solid white;
  font-family: 'pluto';
  font-size: 1.8em;
  color: white;
  text-align: center;
  padding: 0px 0px;
  text-decoration: none;
  width:250px;
  margin:0 0 -8px 0;
}

ul {
	padding: 0px:
}


li a:hover:not(.active) {
  

}

.active {
  border: 0px 

}

.noborder {
  border: 0px;

}

table 
{
    table-layout:fixed;
    width:100%;
}
.link_mail {
	 
	   color:white;
	   text-decoration: underline;
	   
 }
 
  
.link_mail:active {

  
}

.link_mail:hover {
	
	text-decoration: underline;
	color: rgba(142, 130, 74, 1.0);
}

.imgkader {
	padding: 2px 2px;
	  border: 2px solid rgba(142, 130, 74, 1.0);
}

.social_links {
	 
	   color:white;
	   text-decoration: none;
	   
 }
 
  
.social_links:active {

  
}

.social_links:hover {
	
	text-decoration: underline;
}