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

::selection {
	background: #39b54a;
	color:#fff;
}

::-moz-selection {
	background: #39b54a;
	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:#58595b;
	line-height: 30px;
}

img{
	border:0;
}

h1{
	color: #39b54a;
	font-size: 30px;
	font-weight: 700;
	margin: 0 0 20px 0;
	line-height: 1em;
}

h2{
	color: #282828;
	font-size:20px;
	font-weight: 700;
	margin: 0 0 20px 0;
	line-height: 1em;
}

h3{
	color: #282828;
	font-size: 16px;
	font-weight: 700;
	margin: 0 0 20px 0;
	line-height: 1em;
}

a{
	text-decoration: none;
	color:#58595b;
}

nav a:hover{
	color:#39b54a;
}

p{
	margin: 0 0 15px 0;
}

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;
}

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;
}

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

.container{
	margin: 0 auto;
	width: 100%;
	max-width:1400px;
	padding: 0 20px;
}

.containerLeft {
	float: left;
	width: 70%;
	margin: 30px 0 0 0;
}

.containerRight {
	float: left;
	width: 30%;
	padding: 0 0 0 30px;
	margin: 30px 0 0 0;
}

/*navigatie*/

nav{
	float:left;
	width:100%;
}

nav ul{
	float:right;
	list-style:none;
	padding:45px 0;
	margin:0;
}

nav ul li{
	float:left;
	padding-right:20px;
	paddin-top:13px;
	padding-bottom:13px;
	font-size:20px;
}

nav li:nth-of-type(6) {
    float: right;
    margin-right: 0;
    padding-right: 0;
}

.lijn{
	float:left;
	width:100%;
	border-bottom:1px solid #cecdcd;
}

.logo img{
	width:193px;
	height:auto;
	margin-top:13px;
}

.logo{
	float:left;
}

/*banner en tekst */

.bannerTekst{
	margin-top:39px;
	float:left;
	width:100%;
}

.banner{
	background:url(../images/banner.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	height:578px;
	float:left;
	width:100%;
	margin-bottom:39px;	

}

.tekst{
	float:right;
	max-width:100%;
	border-bottom:1px solid #cecdcd;
	width:100%;

}

.tekst h1{
	font-size:28px;
}

.tekst p{
	font-size:16px;
}

/*blogs*/
.blogs{
	float:left;
	width:100%;
}

.column6{
	float:left;
	width:30%;
	margin-right:5%;
	margin-bottom:39px;
}

.column6:nth-of-type(3n) {
    float: right;
    margin-right: 0;
}

.titel{
	font-size:18px;
	font-weight:bold;
	float:left;
	width:100%;
	margin-top:19px;
}

.content{
	font-size:16px;
	float:left;
	width:100%;
}

.leesVerder{
	font-size:18px;
	padding: 5px 15px;
	background:#39b54a;
	float:left;
	color:#fff;
	margin-top:19px;
}

.leesVerder:hover{
	background:#58595b;
}
.afbeeldingBlog{
	background-size:cover;
	background-repeat:no-repeat;
	float:left;
	width:100%;
	height:200px;
}

/*Blog blocks -> categorie*/
.blogsContainer a {
	float: left;
    width: 100%;
    padding: 30px 0;
    border-bottom: 1px dashed #ccc;
    transition: background 0.3s;
    color: #444;
}


/*Top 5*/
.column5{
	margin-bottom:39px;
	float:left;
}

.top5Tekst{
	max-width:60%;
	height:100px;
	float:right;
}

.titelTop{
	font-size:16px;
	font-weight:bold;
	float:left;
}

.top5{
	width:100%;
	float:left;
	border-bottom:1px solid #cecdcd;
}

.top5 h2{
	color:#39b54a;
	font-weight:bold;
}

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

/*footer*/

footer{
	float:left;
	width:100%;
	margin-top:39px;
}

.logoFooter img{
	height:50px;
	width:auto;
	float:left;
	margin-top:15px;
}

.contentFooter{
	float:right;
	margin-top:15px;
}

footer .container{
	border-top:1px solid #cecdcd;
}

footer a:hover{
		color:#39b54a;
}

/*Responsive maken*/


@media only screen and (max-width: 1433px) {
	
	.container{
		padding-right:30px;
		padding-left:30px;
	}


}







@media only screen and (max-width: 1350px) {
	.banner{
		float:none;
		margin:0 auto;
		width:100%;
		height:350px;
		background-position:center;
	}
	
	
	.tekst{
		float:none;
		margin:0 auto;
		max-width:100%;
		margin-top:39px;
		margin-bottom:39px;	
	}
	
	.blogs{
		float:left;
		margin:0 auto;
		width:100%;
	}
	
	.top5{
		border-bottom:none;
		float:left;
		width:100%;
		border-top:1px solid #cecdcd;
		
	}
	
	.top5 h2{
		margin-top:29px;
	}
	.column5{
		margin-right:25px;
	}

}

@media only screen and (max-width: 1280px) {
	.column5{
		margin-right:10px;
	}
}

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

	
	.top5 h2{
		margin-top:39px;
	}
	.banner{
		height:350px;
	}
}

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

@media only screen and (max-width: 1000px) {
	.containerLeft, .containerRight {
		width: 100%;
		padding: 0;
	}
	
	.banner{
		height:250px;
	}
	
	nav ul{
		background:#fff;
		padding:110px 0 0 0;
	}
	
	nav ul li{
		float:left;
		width:100%;
		padding-right:0;
	}
	
	nav ul{
		display:none;
		width:100%;
		padding:0
	}
	
	nav ul li a{
		float:left;
		width:100%;	
		text-align:center;
	}
	
	nav li:nth-of-type(6){
		float:left;
	}
	
	#menuToggle{
		display:block;
	}
	
	#menuToggle{
		cursor: pointer;
		display: block;
		width: 20%;
		max-width:40px;
		float:right;
		top:50px;
		position:relative;
		padding: 10px -10px;
		/*border-left:1px solid #ccc;*/  /* zorgt dat er geen witte streep naast het hamburger icoon zit*/
	}
	
	#menuToggle span {
		background: #39b54a 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);
	}

	.afbeeldingBlog{
		height:150px;
	}



}

@media only screen and (max-width: 725px) {
	
	.leesVerder{
		font-size:16px;
		padding: 5px 12px;
		background:#39b54a;
		float:left;
		color:#fff;
		margin-top:19px;	
	}
	
	.afbeeldingBlog{
		background-size:cover;
		background-repeat:no-repeat;
		float:left;
		width:100%;
		height:100px;
	}
}

@media only screen and (max-width: 655px) {
	
	.column6{
		float:none;
		margin:0 auto;	
	}
	
	.afbeeldingBlog{
		background-size:cover;
		background-repeat:no-repeat;
		float:left;
		width:100%;
		height:200px;
	}
	.leesVerder{
		font-size:16px;
		padding: 5px 12px;
		background:#39b54a;
		float:left;
		color:#fff;
		margin-top:19px;
		margin-bottom:19px;	
	}
	
	.column6:nth-of-type(3n) {
   		float:none;
}

	.contentFooter{
		font-size:14px;
		text-align:center;
		margin-bottom:14px;
		float:none;
	}
	

	
	.logoFooter{
		display:none;
	}
	
	.blogs{
		width:100%;
	}
	
}

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


	.tekst h1{
		font-size:22px;
	}
	
	.titel{
		font-size:15px;	
	}
	
	.content{
		font-size:15px;
	}
}

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

	
		
	.top5Tekst{
		float:left;
		width:65%;
		margin-left:5%;
	}
	

}


@media only screen and (max-width: 374px) {
		
	
	.titelTop{
		font-size:14px;
	
	}


	
	}