h1, h2, h3{
	margin:0px;
	padding:0px;
}
header, nav, main, section, article, aside, footer{
	display:block;
}           			
/*body,html{
	height:100%;
	margin-top:0;
	font-size:16px;
	font-family:"Lato",sans-serif;
	font-weight:400;
	line-height:1.8em;
	background:fixed;
	background-color: transparent;
}*/

body, html{
  height:100%;
  margin:0;
  font-size:16px;
  font-family:"Lato", sans-serif;
  font-weight:400;
  line-height:1.8em;
  color:#666;
}


.pimg1, .pimg2, .pimg3,.pimg4{
  position:relative;
  opacity:0.70;
  background-position:center;
  background-size:cover;
  background-repeat:no-repeat;

  background-attachment:fixed;
}

.pimg1{
  background-image:url("Image11.jpg");
  min-height:100%; 
}

.pimg2{
  background-image:url("image7.jpg");
  min-height:400px; 
}

.pimg3{
  background-image:url("image10.jpg");
  min-height:400px;
}
.pimg4{
	background-image:url("Image12e.jpg");
	min-height:400px;
}

.section{
  text-align:center;
  padding:50px 80px;
	
}

.section-light{
  background-color:#f4f4f4;
  color:#666;
 
}

.section-dark{
  background-color:#282e34;
  color:#ddd;
}


.ptext{
  position:absolute;
  top:50%;
  width:100%;
  text-align:center;
  color:#000;
  font-size:27px;
  letter-spacing:8px;
  text-transform:uppercase;
}

.ptext .border{
  background-color:#111;  
  color:#fff;
  padding:20px;
}

.ptext .border.trans{
  background-color:transparent;
}

@media(max-width:600px/*568*/){
  .pimg1, .pimg2, .pimg3 .pimg4{
    background-attachment:fixed;/*scroll*/
  }
}
.topnav{
	overflow: hidden;
	background-color: rgba(255,255,255,0.9);
	position: fixed;
	top:0;
	width: 100%;
}
.topnav a{
	float: right;
	color:#333;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 17px;
}
.topnav a:hover {
	background-color: #adacac;
	color: #fff;
}
.topnav a.active{
	float: left;
	background-color: rgba(255,255,255,0);
	color:#333;
	font-size:20;
}

.intro{
    background: #000 url("cattysluchtfotos2.jpg")no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    padding-top: 180px;
    padding-bottom: 120px;
    text-align: center;
    font-weight: 400;
}
.intro headings{
	display:inline-block;
	text-align: left;
	margin-bottom:100px;
}
.intro headings h1{
	font-size: 1.9em;
	color:#fff;
	text-transform: uppercase;
	font-weight:400;	
}
.intro headings h4{
	color:#aeaeae;
	text-transform: uppercase;
	font-family: lato,Arial, Calibri,sans-serif;
	font-weight: 300;
	font-size: 1.1em;
	letter-spacing: 0.3em;
	
}
.intro continue-btn {
	display:block;
	width: 100px;
	margin: 0 auto;
	background: #000 url("Inschrijfformulier/ContinueBT.png") no-repeat;
	background-size: 45px 25px;
	background-position: 50% 50%; 
	padding-bottom: 30px;
	font-size: 1.125em;
	text-transform: uppercase;
	text-decoration: none;
	color:#fff;

}

main{
	max-width:100%;
	float:left;
}
aside{
	max-width:25%;
	float:right;
	background:#fff;
}
footer{
	
	background:#fff;
}
img{
	max-width:100%;

}

h1, h2, h3{
	font-family:Gotham, 'Helvetica Neue', Helvetica, Arial, 'sans-serif'
}
h1{
    font-size: 26px;
    margin-left: 15px;
    padding-top: 35px;
    color: #fff;
}
h2{
	font-size:26px;
	background:#BBBBBB;
}
article img{
	margin-right:25px;
	margin-bottom:15px;
	float:left;				
}
img.sticky {
  position: -webkit-sticky;
  position: sticky;
  top:0;
  width: 85px;
  margin-bottom:15px;
}

h3{
	font-size:21px;
}
p{
	padding:10px;
	text-align:justify;
	margin:0px;
}
ul{
	list-style:none;
}
nav ul li{
	display:inline;
}
nav li a{
	padding-right:8px;
}
a{
	text-decoration:none;
}
a:hover{
	color:brown;
}
h1
article img{
	margin-right:25px;
	margin-bottom:15px;
	float:left;
}
article{
	background:#fff;
}



#contactus fieldset
{
   width:320px;
   padding:20px;
   border:1px solid #ccc;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;   
}

#contactus legend, h2
{
   font-family : Arial, sans-serif;
   font-size: 1.3em;
   font-weight:bold;
   color:#333;
}

#contactus label
{
   font-family : Arial, sans-serif;
   font-size:0.8em;
   font-weight: bold;
}

#contactus input[type="text"],textarea
{
  font-family : Arial, Verdana, sans-serif;
  font-size: 0.8em;
  line-height:140%;
  color : #000; 
  padding : 3px; 
  border : 1px solid #999;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;

}

#contactus input[type="text"]
{
  height:18px;
  width:220px;
  
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
   border-radius: 5px;   
  
}

#contactus #scaptcha
{
  width:60px;
  height:18px;
}

#contactus input[type="submit"]
{
   width:100px;
   height:30px;
   padding-left:0px;
   
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
   border-radius: 5px;   
}

#contactus textarea
{
  height:120px;
  width:310px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
   border-radius: 8px;  
}

#contactus input[type="text"]:focus,textarea:focus
{
  color : #009;
  border : 1px solid #990000;
  background-color : #ffff99;
  font-weight:bold;
}

#contactus .container
{
   margin-top:8px;
   margin-bottom: 10px;
}

#contactus .error
{
   font-family: Verdana, Arial, sans-serif; 
   font-size: 0.7em;
   color: #900;
   background-color : #ffff00;
}

#contactus fieldset#antispam
{
   padding:2px;
   border-top:1px solid #EEE;
   border-left:0;
   border-right:0;
   border-bottom:0;
   width:350px;
}

#contactus fieldset#antispam legend
{
   font-family : Arial, sans-serif;
   font-size: 0.8em;
   font-weight:bold;
   color:#333;   
}

#contactus .short_explanation
{
   font-family : Arial, sans-serif;
   font-size: 0.6em;
   color:#333;   
}


#contactus .spmhidip
{
   display:none;
   width:10px;
   height:3px;
}
#fg_crdiv
{
   font-family : Arial, sans-serif;
   font-size: 0.3em;
   opacity: .2;
   -moz-opacity: .2;
   filter: alpha(opacity=20);   
}
#fg_crdiv p
{
    display:none;
}
* {
  box-sizing: border-box;
}


.column {
  float: right;
  width: 33.33%;
  padding: 10px;
}


.section class services{
	align-content: center;
	display:inline-block;
}

footer{
	background:#fff;
}

@media(max-width:600px){
	#main{
		width:100%;
		float:none;
	}
	#sidebar{
		width:100%;
		float:none;
	}
}

/*@media(max-width:992px){
	main{
	float:none;
	max-width:90%;
	margin:0 auto;
	}
	aside{
	float:none;
	max-width:90%;
	margin:0 auto;
	}
}

@media(max-width:768px){
	#bannerPane{display:none;}
}
*/