  	 	
@media screen and (min-width: 0px)  {

	html{
		margin:0 auto;
		background-color:#ffffff;
		color:#000000;
		font-family: "Poppins", sans-serif;
		margin:0px;
		padding:0px;
		position:relative;
		height:100%;
	}
	
	body{
		height:100%;
	}
	
	.no-js #loader { display: none;  }
	
	.js #loader { display: block; position: absolute; left: 100px; top: 0; }
	
	
	

	input,textarea{
		border:0px;
		border-bottom: 1px solid #000000;
		font-weight:lighter;
		padding:5px 0px 10px 0px;
		font-size:0.9em;
		
	}

	textarea{
		font-family:inherit;
		font-size:0.8em:
	}

	.auto_select input, .auto_select textarea{
		padding:5px;
		border-radius:5px;
		border:1px solid #c9c9c9;
	}

	.auto_select .frm_focus{

	}

	.auto_select .button, .button{
		width:auto;
		cursor:pointer;
		-webkit-appearance: none;
		border-radius:5px;
        -webkit-transition: opacity .15s ease-in-out;
        -moz-transition: opacity .15s ease-in-out;
        -ms-transition: opacity .15s ease-in-out;
        -o-transition: opacity .15s ease-in-out;
        transition: opacity .15s ease-in-out;
        outline:none;
		background-color:#4aac34;
		border:1px solid #ffffff;
		color:#ffffff;
		padding:8px;
		border-radius:0px;
	}

	.button:hover{
		opacity: 0.8;
		outline:none;
	}

	.button:active{
		position:relative;
		top:1px;
		outline:none;
	}

	#popup-content{

		min-width:140px;
		color:#000000;
		border-radius:5px ;
		opacity: 0;
   	 	transform: translateY(-50px);
    	transition: all .3s;

	}

	.fancybox-container a, .fancybox-controls, .fancybox-buttons , .fancybox-button--close{
		outline: none;
	}

	.fancybox-slide--complete #popup-content {
		opacity: 1;
		transform: translateY(0);
	}

	.btn-popup {
		display: inline-block;
		text-align:right;
		float:right;
		border:0px;
		background-color:#ad2100;
		border-radius:12px;
		color:#ffffff;
		padding:8px 15px;
		font-size:10px;
		outline:none;

	}



	.frmerror{
		border:1px solid #ff0000;
	}


	.formfeedback{
		color:#ff0000;
		font-style:italic;
	}



	.point{
		cursor:pointer;
	}


	a{
		outline: none;
		text-decoration:underline;
	}


	p, ul, ol{
		line-height:1.8em;
		margin-bottom:20px;
	}


	h1,h2,h3,h4{
		margin-bottom:30px;
		font-weight:bold;
	}

	h1{
		font-size:2.4em;

	}

	h2{
		font-size:1.8em;
		color:#4aac34;
		font-weight:lighter;
	}

	h3{
		font-size:1.3em;
	}

	strong{
		font-weight:bold;
	}

	small{
		font-size:0.8em;
	}

	em{
		font-style:italic;
	}


	ul, ol{
		list-style-type:disc;
		position:relative;
	}

	ol{
		list-style-type:decimal;
	}

	li{

	}


	.clear{
		clear:both;
	    height:0;
	    font-size: 1px;
	    line-height: 0px;
	}

	#cookiebanner{
		height:310px;
		position:fixed;
		color:#000000;
		width:230px;
		right:20px;
		top:20px;
		z-index:9997;
		-webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.75);
		box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.75);
		background-color:#ffffff;
		overflow:hidden;
		font-size:0.8em;
		text-align:center;
		border-radius:5px;
	}
	

	
	
	#cookiebanner a{
		color:inherit;
	}
	
	#cookiebanner-header {
		padding:8px 5px 0px 5px;
	}
	
	#cookiebanner-header h3{
		margin-bottom:7px;
		color:#000000;
		text-transform:uppercase;
		font-weight:bold;
		font-size:1.1em;
	}
	
	#cookiebanner-image img{
		width:100%;
		height:auto;
	}


	#cookiebanner-tekst{
		padding:10px;
		font-weight:lighter;
		line-height:1.5em;
		margin-bottom:5px;
	}

	#cookiebanner-accept{
	
	}

	#cookiebanner-accept button{
		width:auto;
		cursor:pointer;
		-webkit-appearance: none;
		border:0px;
		background-color:#ad2100;
		color:#ffffff;
		font-size:11px;
		border-radius:10px;
		font-size:12px;
		padding:5px;
		margin-bottom:0px;
	}
	#cookiebanner-accept button:hover{
		background-color:#d72900;
	}

	#trigger-nav{
		background-color:#4aac34;
    	color:#ffffff;
    	-webkit-transition: .5s ease-in-out;
	 	 -moz-transition: .5s ease-in-out;
	  	-o-transition: .5s ease-in-out;
	  	transition: .5s ease-in-out;
	  	cursor:pointer;
	  	width:auto;
	  	height:27px;
	  	font-size:1.7em;
	  	padding:8px;
	  	position:absolute;
	  	top:10px;
	  	right:10px;
	  	z-index:901;
	}

	#trigger-nav:hover{
		background-color:#6a6a6a;
	}

	#nav-icon{
		width: 30px;
		height: 10px;
		position: relative;
		margin: 3px auto;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		-o-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
		cursor: pointer;
		display:inline-block;
		vertical-align:top;
	}

	#nav-icon span{
		display: block;
		position: absolute;
		height: 4px;
		width: 100%;
		background: #ffffff;
		border-radius: 4px;
		opacity: 1;
		left: 0;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .25s ease-in-out;
		-moz-transition: .25s ease-in-out;
		-o-transition: .25s ease-in-out;
		transition: .25s ease-in-out;
	}

	#nav-icon span:nth-child(1) {
	  top: 0px;
	}

	#nav-icon span:nth-child(2) {
	  top: 8px;
	}

	#nav-icon span:nth-child(3) {
	  top: 16px;
	}

	#nav-icon.open span:nth-child(1) {
	  top: 8px;
	  -webkit-transform: rotate(135deg);
	  -moz-transform: rotate(135deg);
	  -o-transform: rotate(135deg);
	  transform: rotate(135deg);
	}

	#nav-icon.open span:nth-child(2) {
	  opacity: 0;
	  left: -60px;
	}

	#nav-icon.open span:nth-child(3) {
	  top: 8px;
	  -webkit-transform: rotate(-135deg);
	  -moz-transform: rotate(-135deg);
	  -o-transform: rotate(-135deg);
	  transform: rotate(-135deg);
	}
	
	.container{
		width:90%;
		margin:0 auto;
		max-width:1600px;
	}
	
	.container-small{
		width:90%;
		margin:0 auto;
		max-width:1200px;
	}
	
	#header{
		margin-top:40px;
	}
	#logo{
		width:300px;
		height:auto;
	}
	
	nav a{
		color:inherit;
		display: inline-block;
  		position: relative;
		text-decoration: none;
	}
		
	nav a::after{
		 content: '';
		  position: absolute;
		  width: 100%;
		  transform: scaleX(0);
		  height: 1px;
		  bottom: -2px;
		  left: 0;
		  background-color: #000000;
		  transform-origin: bottom right;
		  transition: transform 0.25s ease-out;
	}
	
	nav a:hover::after{
		 transform: scaleX(1);
  		transform-origin: bottom left;
	}
	
	#banner{
		background-image:url("../img/header.jpg");
		background-size: cover;
		height:500px;	
		color:#ffffff;
		position: relative;
		margin-bottom:80px;
	}
	
	#banner-cta{
		background-color:#4aac34;
		color:#ffffff;
		
	}
	
	
	
	#about-titel h1{
		margin-bottom:10px;
	}
	
	
	#diensten{
		margin-bottom:80px;
		background-color:#f6f6f6;
		padding:50px 0px
	}
	
	#diensten-top h1{
		color:#4aac34;
	}
	
	
	#diensten-top p{
		font-size:0.9em;
	}
	
	.dienst{
		background-color:#ffffff;
		padding:20px;
		-webkit-transition: .5s ease-in-out;
	 	 -moz-transition: .5s ease-in-out;
	  	-o-transition: .5s ease-in-out;
	  	transition: .5s ease-in-out;
	}
	
	.dienst:hover{
		box-shadow: 0px 0px 15px #cecece;
	}
	
	.dienst img{
		height:70px;
		width:auto;
	}
	
	footer{
		background-color:#4aac34;
		padding:50px 0px;
	}
	
	footer img{
		width:300px;
		height:auto;
	}
	
	#contact-tekst h1{
		color:#4aac34;
		margin-bottom:5px;
		font-size:1.8em;
	}
	
	#contact-tekst h2{
		color:#000000;
	}
	
	#contact-form .button, #contact-form #frm-contact-privacy{
		width:auto;
	}
	
	
}





@media screen and (max-width: 1000px)  {		/* DIT IS VOOR DE MOBIELE BROWSERS */
	#cookiebanner{
		height:auto;
	}

	#cookiebanner-accept{
		top:55px;
		left:10px;
	}
	
	#cookiebanner-accept button{
		margin-bottom:20px;
	}
	

	nav{
		display:none;
		position:absolute;
		top:0px;
		left:0px;
		width:100%;
		background-color:#4aac34;
		z-index:900;
		padding:20px 0px;
	}

	.nav-item{
		text-align:center;
		width:80%;
		margin:0 auto;
		color:#ffffff;
		padding:0px;
		font-size:1.1em;
		margin-bottom:25px;
	}

	.home-list{
		text-align:center;
	}

	.home-list ul{
		left:0px;
		list-style-type:none;
	}

	#logo{
		text-align: center;
		width:100%;
		margin-bottom:50px;
	}
	
	#logo img{
		width:300px;
	}

	#banner{
		height:200px;
		padding:40px;
		text-align:center;
		margin-bottom:100px;
	}
	
	#banner-cta{
		padding:20px;
	}
	
	#about, #diensten,#contact{
		text-align:center;
	}
	
	.dienst{
		margin-bottom:50px;
	}
	
	#contact-form input,#contact-form textarea{
		margin-bottom:25px;
		width:80%;
		max-width:400px;
	}
	
	footer{
		text-align: center;
	}
}




@media screen and (min-width: 1000px)  {		/* DIT IS VOOR DE STANDAARD BROWSERS */
	#trigger-nav{
		display:none;
	}
	
	#logo{
		float:left;
	}
	nav{
		float:right;
		margin-top:50px;
		font-size:0.9em;
	}
	
	.nav-item{
		margin-left:50px;
		display:inline-block
	}
	
	#titel{
		position:absolute;
		bottom:160px;
		left:40px;
		width:800px;	
		font-size:1.4em;
	}
	
	#banner-cta{
		position:absolute;
		right:-40px;
		bottom:-30px;
		width:500px;
		padding:40px;
	}
	
	#about{
		background-image:url("../img/about.jpg");
		background-size: contain;
		background-repeat:no-repeat;
		margin-bottom:80px;
		position:relative;
		height:400px;
	}
	
	#about-inhoud{
		width:40%;
		position:absolute;
		left:600px;
		top:40px;
	}
	
	#diensten-top h1{
		float:left;

	}
	
	#diensten-top{
		margin-bottom:40px;	
	}
	
	
	#diensten-top p{
		float:right;
		width:600px;
		text-align:right;
	}
	
	#diensten-inhoud{
		display:flex;
		justify-content: space-between;
		flex-wrap: nowrap;
	}
	
	.dienst{
		max-width:350px;
		width:25%;
	}
	
	#contact-tekst{
		width:40%;
		float:left;
	}
	
	#contact-form{
		width:50%;
		max-width:500px;
		float:right;
	}
	
	
	#contact-form .form-row{
		
	}
	
	#contact-form input, #contact-form textarea{
		width:75%;
	}
	
	
	
	.form-row{
		margin-bottom:20px;
	}
	
	
	#contact-form .form-col{
		display:inline-block;
		margin-right:20px;
	}
	
	#contact-form .form-col input{
		width:98%;
	}
}
