/* DEFAULT STUFF */
*, *:before, *:after{
	box-sizing:border-box;
}

::selection {
	background: #29ABE2;
	color:#fff;
}

::-moz-selection {
	background: #29ABE2;
	color:#fff;
}

html{
	float:left;
	width:100%;
	margin:0;
	padding:0;
}

body{
	float:left;
	width:100%;
	margin:0;
	padding:0;
	font-size: 15px;
	font-family: 'Open sans', sans-serif;
	font-weight: 300;
	color: #444;
	line-height: 30px;
}

img{
	border:0;
}

h1{
	color: #293133;
	font-size: 32px;
	margin: 0 0 20px 0;
	line-height: 1em;
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
}

h2{
	color: #293133;
	font-size:25px;
	font-weight: 300;
	margin: 0 0 20px 0;
	line-height: 1em;
	font-family: 'Roboto', sans-serif;
}

h3{
	color: #293133;
	font-size: 18px;
	font-weight: 300;
	margin: 0 0 20px 0;
	line-height: 1em;
	font-family: 'Roboto', sans-serif;
}

a{
	text-decoration: none;
	color: #666666;
	transition: 0.5s;
}

p a{
	text-decoration: underline;
	font-weight: 600;
}

a:hover{
	color: #CCCCCC;
}

p{
	margin: 0 0 15px 0;
	color: #666666;
}

li {
	color: #666666;
}

label{
	cursor:pointer;
}

textarea{
	resize:vertical;
}

input[type="submit"]{
	-webkit-appearance:none;
	padding:10px 15px;
	font-size: 15px;
	font-family: 'Open sans', sans-serif;
	font-weight:700;
	line-height:20px;
	text-transform:uppercase;
	cursor:pointer;
	border:0;
}

#mainContact input[type="submit"]{ 
	background-color: #293133 !important;
	border:1px solid #293133 !important;
}

input[type="text"]{
	float:left;
	padding:10px 15px;
	font-size: 15px;
	font-family: 'Open sans', sans-serif;
	font-weight: 300;
	color: #444;
	border:1px solid #eee;
	transition: border 0.3s;
	-webkit-transition: border 0.3s;
	line-height:20px;
}

input[type="text"]:focus{
	border:1px solid #36454F;
	outline:none;
}

textarea{
	float:left;
	padding:10px 15px;
	font-size: 15px;
	font-family: 'Open sans', sans-serif;
	font-weight: 300;
	color: #444;
	border:1px solid #eee;
	transition: border 0.3s;
	-webkit-transition: border 0.3s;
	line-height:20px;
}

textarea:focus{
	border:1px solid #36454F;
	outline:none;
}

/*basis*/

.wrapper{
	width:100%;
	float:left;
}

.container{
	max-width:1000px;
	margin:0 auto;
}

/*logo + navigation*/
.logo{
	padding:20px 0;
	float:left;
}

.logo img{
	float:left;
	height:80px;
	width:auto;
}

nav{
	float:left;
	padding:5px;
	background:#293133;
	width:100%;
}

nav ul{
	float:left;
	list-style:none;
	padding:0;
	margin:0;
}

nav ul li{
	float:left;
	margin-bottom:0;
}

nav ul li a{
	color:#fff;
	padding-right:25px;
	font-family: 'Roboto', sans-serif;
}

nav ul li a:hover{
	text-decoration:none;
	color:#CCCCCC;
}

/*banner met zoekvensters*/

.banner{
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	width:100%;
	height: 240px;
}

.zoekveld{
	width:37%;
	float:left;
	margin-right:25%;
	padding:30px 0;
}

.zoekveld input[type="text"]{
	float:left;
	padding:7px 15px;
	font-size: 15px;
	font-family: 'Open sans', sans-serif;
	font-weight: 300;
	color: #444;
	border:1px solid #eee;
	transition: border 0.3s;
	-webkit-transition: border 0.3s;
	line-height:20px;
	margin-right:3%;
	border-radius:0;
}

.zoekveld form{
	float:left;
	width:100%;
}

.zoekveld:nth-of-type(2){
	margin-right:0;
	padding-right:0;
}

.zoekTitel{
	float:left;
	color: #29ABE2;
	font-size:25px;
	margin: 0 0 15px 0;
	line-height: 1em;
	font-family: 'Rancho', cursive;
}

button{
	float:left;
	background:#29ABE2;
	color:#fff;
	display:inline-block;
	text-decoration:none;
	border:none;
	border-radius:0;
	cursor:pointer;
	font-size:15px;
}

button:hover{
	background:#000;
	color:#fff;
}

/*intro*/
.intro{
	float:left;
	padding-bottom:30px;
	border-bottom: 1px solid #8B8B8B;
	margin:30px 0;
	width:100%;
	overflow: hidden;
}

.intro p{
	margin: 0 0 20px 0;
}

.intro p a{
	padding: a;
	background-color: none;
}

.backButton{
	padding: 10px 20px;
	background-color: #293133;
	color: white;
}

.backButton:hover{
	background-color: #666666;
}

.readMore {
	background-color: #293133 !important;
}

/*fotoCollage*/
.fotoCollage{
	width:100%;
	float:left;
	margin-bottom:30px;
	padding-bottom:30px;
	border-bottom: 1px solid #8B8B8B;
}

.fotoCollage a{
	position:relative;
}

.foto{
	float:left;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	padding:11%;
	margin-right:4%
}

.foto:nth-of-type(4){
	margin-right:0;
	float:right;
}

.fotoHover{
	opacity:0;
	transition:opacity 0.3s;
	background: rgba(41, 49, 51, 0.5);
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	text-align:center;
}

.fotoCollage a:hover .fotoHover {
	opacity:1;
}

.hoverTekst{
	float:left;
	font-size:18px;
	color:#fff;
	text-transform:uppercase;
	padding-top:40%;
	width:100%;
	padding: 0 20px 0 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/*tekst en blogs*/

.tekstBlok{
	width:50%;
	float:left;
	margin:0 30px 30px 0;
}

.tekstBlokTitel{
	float:left;
	color: #29ABE2;
	font-size:25px;
	margin: 0 0 20px 0;
	line-height: 1em;
	font-family: 'Rancho', cursive;
	width:100%;
}

.tekstBlokTekst{
	float:left;
}

.blogs{
	float:left;
	width:47%;
	padding-left:3%;
	border-left:1px solid #c3c3c5;
}

.blog{
	float:left;
	width:100%;
	margin-bottom:30px;
}

.blogFoto{
	float:left;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	padding:15%;
}



.blogTitel{
	color: #293133;
	font-size:22px;
	line-height: 1em;
	font-family: 'Roboto', sans-serif;
	margin-bottom: 5px;
	font-weight: 300;
}

.blogTekst{
	float:left;
	margin-left:30px;
	width:63%;
	line-height:28px;
	color:#444;
}

.blogTekst p{
	font-size:14px;
	margin:0;
}

.leesVerder{
	float:left;
	color: white;
	font-size:14px;
	padding: 10px 20px 10px 20px;
	background: #293133;
	margin-top: 10px;
	transition: 1s;
}

.leesVerder:hover{
	color: white !important;
	background-color: #666666; 
}


/*footer*/

footer{
	background:#666666;
	width:100%;
	padding:10px;
	color:#fff;
	text-align:center;
	margin-top:30px;
}

footer a{
	color:#fff;
}

footer a:hover{
	color:#000;
}

/*responsive*/

@media screen and (max-width:1250px){
	.container{
		padding:0 30px;
	}
	
	.tekstBlok{
		width:100%;
		padding-bottom:30px;
		border-bottom:1px solid #c3c3c5;
	}
	
	.blogs{
		width:100%;
		border:none;
		padding-left:0;
	}
	
	.zoekveld button{
		margin-top:15px;
	}
}


@media screen and (min-width:751px){
	nav ul{
		display:block !important;
	}
}

@media screen and (max-width:750px){
	
	nav {
		padding:5px;
	}
	
	nav ul{
		display:none;	
		width:100%;
	}
	
	nav ul li{
		float:left;
		width:100%;
	}
	
	nav ul li a{
		float:left;
		width:100%;	
		text-align:center;
		padding-bottom:5px;
	}

	
	#menuToggle{
		display:block;
	}
	
	#menuToggle{
		cursor: pointer;
		display: block;
		width: 20%;
		max-width: 55px;
		float:right;
		top: -5px;
		position:relative;
		padding: 10px 10px;
		/*border-left:1px solid #ccc;*/  /* zorgt dat er geen witte streep naast het hamburger icoon zit*/
	}
	#menuToggle span {
		background: #fff none repeat scroll 0 0;
		float: left;
		height: 3px;
		margin: 0 0 5px;
		width: 100%;
		border-radius:6px;
		-webkit-border-radius:6px;
		transition: all 0.3s ease 0s;
		-webkit-transition: all 0.3s ease 0s;
	}
	#menuToggle span.third{
		margin:0;
	}
	#menuToggle.on span.first {
		transform: rotate(43deg) translate(5px, 5px);
		-webkit-transform: rotate(43deg) translate(5px, 5px);
	}

	#menuToggle.on span.second {
		opacity: 0;
	}

	#menuToggle.on span.third {
		transform:rotate(-40deg) translate(6px, -7px);
		-webkit-transform:rotate(-40deg) translate(6px, -7px);
	}
	

}


@media screen and (max-width:744px){
	.foto{
		padding:24%;
		margin-bottom:4%;
	}
	
	.foto:nth-of-type(2n){
		float:right;
		margin-right:0;
	}
}

@media screen and (max-width:687px){

}

@media screen and (max-width:662px){
	.zoekveld{
		width:100%;
	}
	
	.zoekveld:nth-of-type(2){
		padding-top:15px;
	}
	
	.zoekveld button{
		margin-top:0;
		width:30%;
		text-align:center;
		padding:0;
	}
	
	.zoekveld input{
		width:67%;
	}
	
	
}

@media screen and (max-width:610px){
	.blogTekst{
		margin-left:20px;
	}
}


@media screen and (max-width:550px){
	
	.blogFoto{
		width:100%;
	}
	
	.blogTekst{
		width:100%;
		margin-left:0;
		margin-top:30px
	}
}

@media screen and (max-width:426px){
	.zoekveld button{
		margin-top:15px;
		width:100%;
	}
	
	.zoekveld input{
		width:100%;
	}
	
	
	.foto{
		padding:50%;
	}
}

