@charset "utf-8";

/* CSS Document */
html, body {
	margin: 0 0 0 0;
	height: 100vh;
	overflow-x: hidden;
}
#container {
	overflow: hidden;
}

#header {
	position: absolute;
	width: 100%;
	height: 109px;
	z-index: 1;
	margin: 0;
	background: #8FD9E2;
	top: 0px;
	left: 0px;
}

#logo {
	float: left;
}

#menu {
	float: left;
}

ul.topnav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

ul.topnav li {
	float: left;
}

ul.topnav li a {
    display: block;
	letter-spacing: 0.1em;
 	font: normal 100% 'lucida sans unicode', arial, sans-serif; 
	padding: 48px 40px 37px 40px;
    text-align: center;
	color: #000000;
	text-transform: uppercase;
    text-decoration: none;
  	background: transparent;
}

ul.topnav li a:hover {
	background: #0E97B3;
}

ul.topnav li.icon {
	display: none;
}

.clr{
    clear:both;
    font-size:0;
}

ul li.empty a:hover{
	background: none;
}

ul li.empty {
	background: none;
	width: 0px;
}

#contentsite	{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: auto;
	min-height: 100vh;
	background: url(background.jpg);
	background-size: cover;
	left: 0px;
	top: 0px;
	bottom: 0px;
}

#content	{
	position: relative;
	overflow: hidden;
	width: 70%;
	height: auto;
	min-height: 60vh;
	padding: 2% 2%;
	padding-right: 2%;
	background: rgba(255,255,238,0.75);
	border-style: solid;
	border-color: #DBD7FF;
	border-width: thin;
	margin-top: 130px;
	margin-left: 15%;
	margin-bottom: 4%;
}

.table1 {
	width: 50%;
	float: left;
	overflow: hidden;
}

.table2 {s
	width: 50%;
	float: left;
	overflow: hidden;
}


@media screen and (max-width:820px) {
  ul.topnav li:not(:first-child) {display: none;}
  ul.topnav li.icon {
    float: left;
    display: inline-block;
  }
  #logo {
	position: absolute;
	margin-left: 110px;
	width: 100px;
	height: 50px;
}

	#content {
		overflow: hidden;
		width: 96%;
		margin-left: 2%;
	}
	
	.table1 {
	width: 100%;
	overflow: hidden;
}

	.table2 {
	width: 100%;
	overflow: hidden;
}

#map {
    min-width: 95%;
      }

	#footer {
	display: none;
	}
	


  ul.topnav.responsive {position: relative;}
  ul.topnav.responsive li.icon {
    position: absolute;
    left: 0;
    top: 0;
  }
  ul.topnav.responsive li {
    float: none;
    display: inline;
  }
  
  ul.topnav.responsive li a {
    display: block;
    text-align: left;
	background-color: #8FD9E2;
  }
  
  ul.topnav.responsive a:hover {
	display: block;
	letter-spacing: 0.1em;
 	font: normal 100% 'lucida sans unicode', arial, sans-serif; 
	padding: 48px 40px 37px 40px;
  }
  
    #form {
	width: 50%;
	
}

#adresgegevens {
	clear: both;
	margin-top: 20px;
	width: 25%;
	margin-left: 10%;
	float: left;
}

}

#footer		{
	position: absolute;
  	right: 0;
 	bottom: 0px;
	left: 0;
	padding-top: 10px;
	height: 7%;
  	font: normal 100% 'lucida sans unicode', arial, sans-serif;
  	text-align: center; 
  	background: rgba(143,217,226,0.75);
	text-decoration: none;
	color: #676767;
  }
  
#footer a:link, a:hover a:visited{
	color: #676767;
}

#form {
	width: 50%;
	float: left;
}

#adresgegevens {
	width: 25%;
	margin-left: 10%;
	float: left;
}

#map {
	clear: both;
	top: 20px;
    width: 50%;
    height: 150px;
    background-color: rgba(97,97,97,1.00);
      }
	  
