
@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; }
	
	.preloader{
		position: fixed;
		left: 0px;
		top: 0px;
		width: 100%;
		height: 100%;
		z-index: 9999;
		background: url(../img/preloader.gif) center no-repeat #fff;
	}

	
	
	.modal {
		display:    none;
		position:   fixed;
		z-index:    1000;
		top:        0;
		left:       0;
		height:     100%;
		width:      100%;
		background: rgba( 255, 255, 255, .8 )
		            url('https://i.stack.imgur.com/FhHRx.gif')
		            50% 50%
		            no-repeat;
		opacity: 0.80;
		-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 80);
		filter: alpha(opacity = 80)
	}

	body.loading {
	    overflow: hidden;
	}

	body.loading .modal {
	    display: block;
	}


	input,textarea{
		padding:10px;
		border-radius:5px;
		border:1px solid #f8f8f8;
		font-size:1.0em;
		font-weight:lighter;
	}

	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;
		border:0px;
		border-radius: 5px;
		padding: 10px 20px;
		font-size:1.0em;
		color:#ffffff;
		background-color:#000000;
		
	}

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

	.button:active{
		position:relative;
		top:1px;
		outline:none;
	}
	
	.button-white{
		background-color:#ffffff;
		color:#000000;
		font-weight:bold;
	}

	.button img{
		height:22px;
		position:relative;
		width:auto;
		vertical-align: middle;
		margin-right:5px;
	}
	
	
	#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;
		color:inherit;
	}


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


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

	h1{
		font-size:1.9em;
		text-transform: uppercase;
	}

	h2{
		font-size:1.6em;
	}

	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:#000000;
    	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:0px;
	  	right:0px;
	  	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-large{
		width:95%;
		max-width:1400px;
		margin:0 auto;
		position:relative;
	}
	
	.container-small{
		width:95%;
		max-width:900px;
		margin:0 auto;
		position:relative;
	}
	
	header{
		background-color:#000000;
		color:#ffffff;
	}
	
	#intro{
		height:650px;
		background-color:#ffffff;
		color:#ffffff;
		margin-bottom:50px;
		position:relative;
		overflow:hidden;
		width:100%;
	}
	
	
	


	#introvideo{
		width:100%;
		height:auto;
		position:absolute;
		top:0px;
		left:0px;
		background-color:#000000;
	
	}
	
	
	
	
	.page{
		padding-bottom:80px;
	}
		
	.page-center{
		text-align:center;
	}
	
	#login,#request-vrbril{
		display:none;
		background-color:#000000;
		color:#ffffff;
		max-width:400px;
		width:95%;
		
	}
	
	#login input, #request-vrbril input, #request-vrbril textarea{
		display:block;
		margin-bottom:15px;
		width:90%;
		max-width:330px;
	}
	
	#login .button, #request-vrbril .button, #request-vrbril #frm-vrbril-privacy{
		width:auto;
	
	}
	
	#request-vrbril #frm-vrbril-privacy{
		display:inline-block;
	}
	
	#login h3 img{
		height:40px;
		width:auto;
		vertical-align: middle;
	}
	
	#login-error{
		font-size:0.9em;
		font-weight:300;
		font-style: italic;
		margin-bottom:15px;
	}
	
	ul#projectlijst{
		margin-left:17px;
		line-height:1.4em;
		list-style-type: none;
	}
	
	ul#projectlijst li{
		margin-bottom:20px;
		background-color:#f8f8f8;
		width:200px;
		padding:20px;
		color:#000000;
		margin:10px auto;
	}
	
	ul#projectlijst li a{
		text-decoration: none;
		cursor: pointer;
		text-overflow: ellipsis;
		overflow: hidden;
	}
	
	
	
	footer{
		background-color: #000000;
		color:#ffffff;
		padding:40px 0px;
	}
	
	#footer-logo img{
		width:300px;
		heigth:auto;
	}
	
	
	.voorbeeld-item{
		display:inline-block;
		width:300px;
		height:160px;
		overflow:hidden;
		position:relative;
		cursor:pointer;
	}
	
	.voorbeeld-item img{
		width:100%;
		height:auto;
	   -webkit-transition: all .5s;
    	-moz-transition: all .5s;
   	 	-o-transition: all .5s;
		transition: all .5s;
	}
	
	.voorbeeld-item-content{
		width:200px;
		text-align: center;
		background-color:#ffffff;
		color:#000000;
		position:absolute;
		top:70px;
		left:50px;
		padding:10px 0px;
	}
	
	.voorbeeld-item:hover img{
	    -ms-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-webkit-transform: scale(1.2);
		-o-transform: scale(1.2);
		transform: scale(1.2);
	}
	
	.voorbeeld-item:active .voorbeeld-item-content{
	   margin-top:1px;
	}
	
	#about{
		background-image:url("../img/logo-grey.png");
		background-position: top right;
		background-repeat: no-repeat;
		padding:50px 0px;
	}
	
	.contact-vr{
	}
	
	.inner-contact-vr{
		
	}
	
	.contact-vr-tekst{
		position:relative;
		height:200px;
		overflow:hidden;
	}
	
	.contact-vr-tekst h2{
		position:absolute;
		top:0px;
		left:0px;
		letter-spacing: 0.1em;
		text-transform: uppercase;
		font-size:1.4em;
		line-height:1.2em;
	}
	
	.contact-vr-tekst p{
		position:absolute;
		top:55px;
		left:0px;
		letter-spacing: 0.2em;
		font-size:1.1em;
	}
	
	.contact-vr-tekst img{
		position:absolute;
		top:110px;
		left:0px;
		
	}
	
	.contact-vr-foto img{
		width:400px;
		height:auto;
	}
	
	.contact-vr-tekst .button{
		position:absolute;
		top:120px;
		left:150px
	}
	
	.inner-contactform input,.inner-contactform textarea{
		display: block;
		width:90%;
		max-width:400px;
		margin-bottom:15px;
	}
	
	.inner-contactform .button, #frm-contact-privacy{
		width:auto;
	}
	
	#frm-contact-privacy{
		display:inline-block;
	}
	
	#loginpage, #privacyverklaring{
		background-color:#000000;
		color:#ffffff;
		min-height:100%;
		position: relative;
	}
	
	#loginheader{
		margin-bottom:50px;
		padding:50px 0px
	}
	
	#loginpage-form {
		max-width:400px;
		width:80%;
		margin:0 auto;
	}
	
	#loginpage-form input{
		display:block;
		width:80%;
		margin:20px auto;
		
	}
	
	#loginpage-form  .button{
		width:auto;
		
	}
	
	#loginpage-footer{
		text-align:center;
		font-size:0.9em;
		position: absolute;
		height:30px;
		width:100%;
		bottom:0px;
		left:0px;
	}
}





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

	#cookiebanner-accept{
		top:55px;
		left:10px;
	}

	/*nav{
		display:none;
		position:absolute;
		top:0px;
		left:0px;
		width:100%;
		background-color:#000000;
		z-index:900;
		padding:20px 0px;
	}
	*/
	
	nav  .trigger-login{
		position:absolute;
		top:10px;
		right:10px;
	}
	
		
	nav  .trigger-login img{
		width:30px;
		height:auto;
	}
	
		
	nav{
		text-align:center;
		padding:40px;
	}
	
	

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

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

	
	#login{
		background-color:#000000;
	}
	
	
	#logo{
		padding-top:50px;
		text-align:center;
	}
	
	#logo img{
		width:80%;
		max-width:400px;
		height:auto;
	}
	
	#intro{
		height:400px;
		background-color:#000000;
	}
	


	
	#intro-tekst{
		text-align:center;
		font-size:0.9em;
	}
	
	#intro-tekst-content{
		margin:120px auto 0px auto;
		width:95%;
	}
	
	#intro-tekst-content .button{
		display:none;
	}
	
	.voorbeeld-item{
		display:block;
		margin:20px auto 20px auto;
	}
	
	.contact-vr{
		width:100%
			
	}
	
	.inner-contact-vr{
		display:block;
		width:300px;
		margin:0 auto;
		text-align: center;
		
	}
	
	
	.contactform{
		
		background-color:#f8f8f8;
	}
	
	.inner-contactform{
		display:block;
		width:80%;
		margin:0 auto;
		text-align: center;
		padding:40px;
	}
	
	.inner-contactform input, .inner-contactform textarea{

		margin:10px auto;
		text-align: center;
		
	}
	
	.contact-vr-tekst h2{
		position:absolute;
		top:0px;
		left:0px;
		letter-spacing: 0.03em;
		text-transform: uppercase;
		font-size:1.2em;
		line-height:1.1em;
	}
	
	.contact-vr-tekst p{
		position:absolute;
		top:45px;
		left:0px;
		letter-spacing: 0.1em;
		font-size:1.1em;
		line-height:1.1em;
	}
	
	.contact-vr-tekst img{
		position:absolute;
		top:110px;
		left:0px;
		
	}
	
	.contact-vr-foto img{
		max-width:400px;
		width:80%;
		height:auto;
	}
	
	.contact-vr-tekst .button{
		position:absolute;
		top:120px;
		left:150px
	}
	
	footer{
		text-align: center;
	}
	#footer-contact{
		margin-top:30px;
	}
}




@media screen and (min-width: 1000px)  {		/* DIT IS VOOR DE STANDAARD BROWSERS */
	#trigger-nav{
		display:none;
	}
	
	header{
		position:relative;
		padding:40px 0px;
	}
	
	#logo img{
		width:400px;
		height:auto;
	}
	
	nav{
		position:absolute;
		top:30px;
		right:40px;
	}
	
	.nav-item{
		display:inline-block;
		margin:20px;
	}
	
	.nav-item img{
		width:30px;
		height:auto;
		vertical-align: middle;
	}
	
	#intro-tekst-content{
		position:absolute;
		right:10px;
		top:50px;
		width:40%;
		max-width:500px;
		
	}
	
	.contact-vr{
		float:left;
		text-align:right;
		width:50%;
		height:600px;
	}
	
	.inner-contact-vr{
		display:inline-block;
		width:80%;
		max-width:600px;
		text-align: left;
		
	}
	
	.contactform{
		float:left;
		text-align:left;
		width:50%;
		height:600px;
		background-color:#f8f8f8;
	}
	
	
	.inner-contactform{
		display:inline-block;
		width:80%;
		max-width:400px;
		margin:50px 1px 0px 50px;
		
	}
	
	#voorbeelden{
		display: flex;
		justify-content: space-between;

	}
	
	#footer-logo{
		float:left;
		width:45%;
	}
	
	#footer-contact{
		float:right;
		width:45%;
		text-align: right;
	}
}

@media screen and (min-width: 1300px)  {		/* DIT IS VOOR DE STANDAARD BROWSERS */
	.voorbeeld-item{
		width:400px;
		height:220px;
		position:relative;
	}

	
	.voorbeeld-item-content{
		width:240px;
		
		top:90px;
		left:85px;
		padding:20px 0px;
	}
}