body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
	padding: 0;
	margin: 0;
}

body{
	

    font-family: "Lato", Arial, sans-serif;
    font-size: 3px;
    line-height: 1.5;
    font-weight: 300;
}
h1, h2, h3, h4 { 
	color: #fff; 
	
	font-weight: bold;

	line-height: 1.25;
	
	margin: 0px;
}

header h3 {
	font-weight: 300;

	opacity: 0.6;
}

h1 { font-size: 70px; }
h2 { font-size: 50px; }
h3 { font-size: 26px; text-transform: uppercase; }
h4 { font-size: 20px; text-transform: uppercase; }

p {
	margin: 0 0 15px 0;
	font-size: 18px;
}


#menu li {
	display:inline-block;
	margin: -2px;
	color: #000;
	background:#fff;
	background: rgba(255,255,255, 0.5);
	
		
}
#menu li.active{
	background:#666;
	background: rgba(0,0,0, 0.5);
	color: #fff;
	
}
#menu li a{
	text-decoration:none;
	color: #000;
}

#menu li.active a:hover{
	color: #000;
	transition: all 0.5s;
}
#menu li:hover{
	background: rgba(255,255,255, 0.8);
}
#menu li a,
#menu li.active a{
	padding:40px 20px;
	display:block;
	font-size:22px;
}
#menu li.active a{
	color: #fff;
}
#menu{
	position:fixed;
	top:0;
	left:0;
	height: 40px;
	z-index: 70;
	width: 100%;
	padding: 0;
	margin:0;
}
#socialmedia{
	position:fixed;
	bottom:0;
	right:0;
	z-index: 70;
	padding: 0;
	margin:0;
}
.section{
  vertical-align: middle;
}


.vak1{
	z-index:5;
	padding-left:20px;
	float: left;
	text-align:left;
	width: 50%;
	margin: 0 auto;
	font-size: 1.2vw;
	
	position: absolute;
	top:200px;
}
.vak1 h2{
font-size: 3.2vw;	
}
.infopic{
	position:absolute;
	z-index:4;

font-size: 50vw;	
height:100%;
top:-4%;
	left:22%;
}
.contact{
	position:relative;
	z-index:2;
	
}
.contactpic{
	position:absolute;
	z-index:1;
	top:-1%;
	left:0;
}
.contactpic img{
height:100%;
}
.form{
float:left;
margin-left:30%;
width:15%;
}
.adresinfo{

float:right;
margin-right:20%;
width:20%;

}

.mobileform{
display:none;	
	
}
#gmap_canvas{
	height:453px;
	width:400px;
}

#googlemaps{
	
	overflow:hidden;height:475px;width:400px;
}
/*contact form*/
/* Basic Grey */
.basic-grey {
    margin-left:auto;
    margin-right:auto;
    width: 400px;
    background: #F7F7F7;
    padding: 25px 15px 25px 10px;
    font: 12px Georgia, "Times New Roman", Times, serif;
    color: #888;
    text-shadow: 1px 1px 1px #FFF;
    border:1px solid #E4E4E4;
}
.basic-grey h1 {
    font-size: 25px;
    padding: 0px 0px 10px 40px;
    display: block;
    border-bottom:1px solid #E4E4E4;
    margin: -10px -15px 30px -10px;;
    color: #888;
}
.basic-grey h1>span {
    display: block;
    font-size: 11px;
}
.basic-grey label {
    display: block;
    margin: 0px;
}
.basic-grey label>span {
    float: left;
    width: 20%;
    text-align: right;
    padding-right: 10px;
    margin-top: 10px;
    color: #888;
}
.basic-grey input[type="text"], .basic-grey input[type="email"], .basic-grey textarea, .basic-grey select {
    border: 1px solid #DADADA;
    color: #888;
    height: 30px;
    margin-bottom: 16px;
    margin-right: 6px;
    margin-top: 2px;
    outline: 0 none;
    padding: 3px 3px 3px 5px;
    width: 70%;
    font-size: 12px;
    line-height:15px;
    box-shadow: inset 0px 1px 4px #ECECEC;
    -moz-box-shadow: inset 0px 1px 4px #ECECEC;
    -webkit-box-shadow: inset 0px 1px 4px #ECECEC;
}
.basic-grey textarea{
    padding: 5px 3px 3px 5px;
}
.basic-grey select {
    background: #FFF url('down-arrow.png') no-repeat right;
    background: #FFF url('down-arrow.png') no-repeat right);
    appearance:none;
    -webkit-appearance:none; 
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    width: 70%;
    height: 35px;
    line-height: 25px;
}
.basic-grey textarea{
    height:150px;
}
.basic-grey .button {
    background: #E27575;
    border: none;
    padding: 10px 25px 10px 25px;
    color: #FFF;
    box-shadow: 1px 1px 5px #B6B6B6;
    border-radius: 3px;
    text-shadow: 1px 1px 1px #9E3F3F;
    cursor: pointer;
}
.basic-grey .button:hover {
    background: #CF7A7A
}
/* FOTOBOEK */

.photo {
	width:200px;
	height:200px;
	border:4px solid white;
-webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black;
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
 
.photo:hover {
  -webkit-transform: rotate(-10deg);
     -moz-transform: rotate(-10deg);
       -o-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);
}
.clear{
clear:both;	
	
}

/* mobile: (portrait and landscape) ----------- */


@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 639px) {
/* Styles */


.form{
display:none;	
	
}
.infopic{
	position:absolute;
	z-index:4;
width: 50vw;	
height:100%;
top:13%;
left:-32%;
}
.vak1{
	
	font-size: 2.4vw;

}	
.photo {
	width:280px;
	height:280px;
	border:4px solid white;
}
.mobileform{
display:flex;
	
}
.adresinfo{
	
float:none;
margin:auto;
width:auto;
height:auto;
}
#gmap_canvas{
width:50%;	
}
#googlemaps{
	
	width:50%;
}
input[type=text], input[type=url], input[type=email], input[type=password], input[type=tel] {
  -webkit-appearance: none; -moz-appearance: none;
  display: block;
  margin: 0;
  width: 100%; height: 40px;
  line-height: 40px; font-size: 17px;
  border: 1px solid #bbb;
}