@media screen and (min-width:1720px){
	
	/* Logo */
	.logo-holder {
	    position: absolute;
	    top: 100px;
	    height: auto;
	    left: calc(50% - 640px);
	    width: 1280px;
		z-index: 100;
	}
	.logo-holder .logo{
		position: absolute;
		top:0px;
		left: calc(0.75rem - 160px);
		width: 80px;
	}
	
}


@media screen and (max-width:1720px){
	
	/* Logo */
	.logo{
		width: 7vw;
		min-width: 50px;
		max-width: 80px;
		position: absolute;
		top:132px;
		left:50px;
		z-index: 100;
	}
	.logo:after{
		content:"";
		position: absolute;
		top: -10%;
		left: -15%;
		display: block;
		width: 130%;
		height:117%;
		background-color: white;
		z-index: -1;
		clip-path: polygon(50% 0%, 100% 13%, 100% 100%, 0 100%, 0 13%);
	}
	.logo img{
		width: 100%;
	}

}


@media screen and (min-width:992px){
	.actieblokken .row{
		display: flex;
	}
	.actieblokken .actie h2{
		margin-bottom: 8vw;
	}
	
	.tekstcta .row:first-of-type,
	.tekstitel .row:first-of-type{
		display: flex;
	}
	.tekstcta .col:first-of-type,
	.tekstitel .col:first-of-type{
		padding-bottom: 40px;
	}
	.tekstitel .titel-blok{
		height: 100%;
	}
	.tekstcta .cta-blok{
		position: relative;
	}
	.tekstcta .cta-blok a{
		margin: auto 0 0 0;
	}
	
}



@media screen and (min-width:1400px){
	.actieblokken .actie h2{
		margin-bottom: 16vw;
	}
	.quoteklant{
		padding-top: 26vw;
	}
}


@media screen and (max-width:1460px){
	/* Nav */
	nav#main-nav ul li a{
		font-size: 18px;
		padding: 0px 18px;
	}
	.loginlink{
		font-size: 18px;
	}
	nav#main-nav.active ul li a{
		padding:0px 40px;
	}
}


@media screen and (max-width:1200px){
	
	.actieblokken .row .actiebg{
		padding-bottom: 70%;
	}
	
}


@media screen and (min-width:1300px){
	
	#main-nav .compact-logo{
		position: absolute;
		display: block;
		top: 19px;
		left: -11%;
		visibility: hidden;
		opacity: 0;
		transition: all ease-in 0.2s;
	}
	
	#main-nav .compact-logo.visible{
		visibility: visible;
		opacity: 1;
	}

}

@media screen and (max-width:1140px){
	
	/* Nav */
	nav#main-nav{
		height: 104px;
		z-index: 5555;
	}
	nav#main-nav.active{
		background-color:#b6deed;
		height: 100%;
	}
	#main-nav .compact-logo {
	    height: 104px;
	    width: 64px;
	    display: inline-flex;
	    margin-left: 40px;
	}
	#main-nav .hamburger{
		display: block;
		position: absolute;
		top:40px;
		right: 40px;
		background-image: url('https://vastgoedmonitor.nu/lib/img/hamburger.svg');
		background-position: center center;
		background-repeat: no-repeat;
		background-size: contain;
		width: 29px;
		height: 24px;
		transition: all ease-in-out 0.2s;
	}
	#main-nav.active .hamburger{
		background-image: url('/../lib/img/hamburger-cross.svg');
	}
	
	#main-nav .container {
		position: absolute;
		top: -100vh;
		transition: all ease-in-out 0.2s;
		transform: translateY(-150%);
		transition-delay:  0.2s;
	}
	#main-nav.active .container{
		top: 104px;
		transform: none;
	}
	nav#main-nav ul li a:hover,
	nav#main-nav ul li a.active {
    	background-color: transparent;
	}
	nav#main-nav a.active {
		color:#fff !important;
	}
	
	#main-nav ul{
		width: 100%;
	}
	#main-nav ul li{
		width: 100%;
		display: block;
	}
	nav#main-nav ul li a{
		font-size: 24px;
		color:#b6deed;
		transition: all ease-in-out 0.3s;
		transition-delay:  0.2s;
	}
	nav#main-nav.active ul li a{
		color:#16182D;
	}
	
	.loginlink {
		position: absolute;
		width: 100%;
		background-color: #16182D;
		background-image: url('/../lib/img/arrow-right-white.svg');
		background-position: right 40px center;
		background-repeat: no-repeat;
		display: block;
		right: 0px;
		color: #fff;
		text-align: left;
		padding: 16px 40px;
		font-size: 18px;
		bottom: 0px;
		top: auto;
		visibility: hidden;
		opacity: 0;
	}
	nav#main-nav.active .loginlink{
		opacity: 1;
		visibility: visible;
	}
	.loginlink i.material-icons {
    	transform: translateY(5px);
	}
}



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

	/* Titelblok */
	.tekstitel .titel-blok{
		position: relative;
		padding: 0px 0px 100% 0px;
	}
	.tekstitel .titel-blok h2{
		position: absolute;
		padding: 80px;
		width: 100%;
		margin-bottom: 0px;
	}
	
}
@media screen and (max-width:1326px){
		/* Nav */
		#main-nav .container{
			width: 100%;
		}
	nav#main-nav ul{
		margin: 0px;
	}
}
	

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


	
	/* Actieblokken */
	.actie-wrapper{
		padding: 64px 40px;
	}
	.actieblokken .actie h2{
		font-size: 32px;
	}
	
	/* Titelblok */
	.tekstitel .titel-blok h2{
		padding: 80px;
	}
	
}



@media screen and (max-width:1140px){
	
	
	/* Quote */
	.quoteklant .row a{
		text-align: left;
		display: flex;
	}
	.quoteklant .row a svg{
		float: right;
		order: 1;
		margin-left: 0px;
		transform: translateY(100%);
	}
	.quoteklant .row a:hover svg{
		transform: translateY(100%) translateX(8px);
	}
	
	/* Tekst CTA blok */
	.tekstcta .cta-blok h2{
		padding: 0px;
	}
	.tekstcta .cta-blok .tekstcta-holder{
		padding: 0px;
	}
	.tekstcta .cta-blok.no-paddingblok{
		padding: 40px;
	}
	.tekstcta .col:first-of-type{
		padding-top: 40px;
	}
	
	/* Titelblok */
	.tekstitel .col:first-of-type{
		padding-top: 40px;
	}
	.tekstitel .titel-blok h2{
		padding: 0px;
	}
	
}


@media screen and (min-width:992px) and (max-width:1140px){
	.tekstcta .cta-blok h2,
	.tekstcta .cta-blok.no-paddingblok,
	.tekstitel .titel-blok{
		padding: 40px;
	}

}


@media screen and (max-width:992px){
	
	/* Header */
	.entry-homepage header{
		margin-bottom: 0px;
	}
	
	
	/* Logo holder*/
	.logo-holder{
		display: none;
	}
	
	
	
	/* Hero */
	header{
		position: relative;
	}
	header:after{
		content:"";
		position: absolute;
		bottom:0px;
		left:0px;
		height: 75%;
		width: 100%;
		background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.58) 100%);
		background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.58) 100%);
		background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.58) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
	}
	header .row{
		position: unset;
		padding-top: 100px;
		padding-bottom: 100px;
	}
	header .col.herocontent{
		padding-left: 32px;
		padding-right: 32px;
	}
	.entry-homepage header .hero-wrapper{
		left: 0px;
	}
	header .hero-wrapper .simpleParallax{
		height: 100%;
	}
	header hero.wrapper img{
		left: 0px !important;
		object-fit: cover;
		object-position: center;
		width: 1920px;
	}
	header .herocontent .scrolldown{
		width: 32px;
		height: 32px;
	}
	header .herocontent .scrolldown svg{
		width: 32px;
		height: 32px;
	}
	#scrolldown {
	    top: -104px;
	}
	
	
	/* Intro Call to Action */
	.introCallToAction .cta-blok.no-paddingblok{
		margin-top: 100px;
		padding: 40px;
	}
	.introCallToAction h2{
		padding-left: 0px;
	}
	.icon-holder .txt-holder img {
	    transform: translateX(0px);
	}
	
	/* Actieblokken */
	.actieblokken .container{
		width: 100%;
	}
	.actie-wrapper{
		padding: 64px 8.5%;
	}
	.actieblokken .row{
		display: block;
		overflow: hidden;
	}
	.actieblokken .actie {
	    padding-top: 0px;
		padding-left: 0px;
		padding-right: 0px;
	}
	.actieblokken .actie .ctabtn{
		background-size: 32px;
	}
	
	
	/* USPS */
	.usps .col:first-of-type{
		position: relative;
	}
	.usps .row .col.usp{
		margin-bottom: 32px;
	}
	.usps .row .col.usp .txt-holder h4{
		width: 70%;
		padding-right: 0px;
		margin-bottom: 32px;
	}
	.usps h4, .usps h4 p, .usps p{
		margin-bottom: 40px;
	}
	.usps .row .col.usp .number{
		line-height: 54px;
	}
	.usps svg{
		position: absolute;
		bottom:0px;
		right: 0px;
		transform: rotate(90deg);
		width: 32px;
		height: 32px;
	}
	.usps .row .col.usp{
		margin-top: 40px
	}
	
	/* Diensten */
	.diensten .container{
	    display: flex;
	    flex-wrap: wrap;
	}
	.diensten .dienst h4{
		margin-bottom: 60px;
	}
	
	/* Werkwijze */
	.werkwijze h4, .werkwijze h4 p, .werkwijze p,
	.tekstafbeelding h2{
		margin-bottom: 40px;
	}
	
	/* Quote */
	.quoteklant .quotebg{
		padding-left: 0px;
		padding-right: 0px;
	}
	.quoteklant .row h2,
	.quoteklant .row h3{
		padding: 0px 24px;
	}
	.quoteklant .row a{
		text-align: left;
		padding: 24px 20% 27px 32px;
		background-image: url('/../lib/img/arrow-right-white.svg');
		background-position: right 40px center;
		background-repeat: no-repeat;
		background-size: 32px;
		margin-bottom: 0px;
	}
	.quoteklant .row a svg{
		display: none;
	}
	
	
	
	/* Tekst + Afbeelding fuldiwth*/
	.tekstafbeelding.greybg .row{
		display: block
	}
	.tekstafbeelding.greybg .tekstimg-full{
		margin-top: 40px;
	}
	
	
	.titel-fullwidth_img h4{
		margin-bottom: 40px;
	}
		
	
	/* Tekst + CTA*/
	.tekstcta .col:first-of-type{
		padding-top: 0px;
	}
	.tekstcta,
	.tekstitel{
		overflow: hidden
	}
	.tekstcta .row{
		display: block;
	}
	.tekstcta .cta-blok{
		position: relative;
		margin-top: 60px;
		padding: 40px .75rem;
		min-height: 285px;
	}
	.tekstcta .cta-blok:after{
		content:"";
		position: absolute;
		top:0px;
		left: -10vw;
		background-color: #16182d;
		width: 120vw;
		height: 100%;
		display: block;
		z-index: -1;
	}
	.tekstcta .cta-blok a{
		background-size: 32px;
		font-size: 0px;
	}
	
	/* Tekst + Titel*/
	.tekstitel .col:first-of-type{
		padding-top: 0px;
	}
	.tekstitel .row{
		display: block;
	}
	.tekstitel .titel-blok{
		position: relative;
		margin-top: 60px;
		padding: 40px .75rem;
		min-height: 285px;
	}
	.tekstitel .titel-blok:after{
		content:"";
		position: absolute;
		top:0px;
		left: -10vw;
		background-color: #CCC;
		width: 120vw;
		height: 100%;
		display: block;
		z-index: -1;
	}
	
	/* Tekst + Witruimte*/
	
	/* Tekst + IMAGE*/
	.tekstafbeelding .tekstimg {
	    width: 103vw !important;
	    position: relative;
	    margin-left: -8vw !important;
	    padding: 0px;
	    margin-top: 30px;
	}
	.tekstafbeelding .tekstimg img{
		margin-top: 32px;
	}
	
	/* Contactform */
	.contactform .row:nth-child(2)::after{
		width: 118vw;
		left: -18vw;
	}
	.contactform .form{
		padding: 60px 0px 60px 0.75rem;
	}
	
	/* Footer */
	footer{
		padding-top: 92px;
	}
	footer img{
		max-width: 160px;
	}
	footer .baselogo{
		display: none;
	}
	footer .resp-baselogo img{
		max-width: none;
		margin: 48px auto 0px ;
		display: block;
		float: none;
	}
	footer .col.initiatief{
		text-align: left;
	}
	
}


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

	nav#main-nav {
	    line-height: 64px;
	}
	
	header .row {
	    position: unset;
	    padding-top: 150px;
	    padding-bottom: 150px;
	}
	
	header .hero-wrapper img {
	    height: 100%;
	    width: 100%;
	    object-fit: cover;
	    object-position: 15% center;
	}
	
	.introCallToAction h2{
		font-size: 32px;
	}
	.usps h4,
	.usps h4 p,
	.usps p,
	.werkwijze h4, .werkwijze h4 p, .werkwijze p, .tekstafbeelding h2,
	.titel-fullwidth_img h4{
		font-size: 28px
	}
	
	.werkwijze .row .col.stap .txt-holder{
		width: 100%;
	}
	
	.actieblokken{
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.tekstafbeelding {
	    padding-top: 50px;
	    padding-bottom: 50px;
	}
	.tekstitel,
	.tekstcta{
	    padding-top: 50px;
	}
	.spacer {
	    padding-top: 50px;
	}
	
	.icon-holder .txt-holder p{
		padding-left: 16px;
	}
	
}


@media screen and (max-width:601px){
	
	/* HEADER */
	header .row {
	    padding-top: 100px;
	    padding-bottom: 100px;
	}
	
	header .hero-wrapper img {
	    object-position: 20% center;
	}
	
	/* WERKWIJZE */
	.werkwijze .row .col.stap .txt-holder img{
		height: 40px;
	}
	.werkwijze .row .col.stap .txt-holder h2{
		font-size: 26px;
	}
	
	/* USPS */
	.usps h4{
		width: 85%;
	}
	.usps .row .col.usp .txt-holder h4{
		width: 100%;
	}
	
	/* Quote */
	.quoteklant .row h2 {
    	margin-top: 64px;
    }
    .quoteklant .row h3{
    	margin-bottom: 64px;
    }
    
	/* Footer */
	footer p{
		font-size: 20px;
	}
	footer .col.initiatief {
	    padding-top: 24px;
	}
	footer img{
	    max-width: 160px;
	    margin: 0px auto 16px;
	    display: block;
	    float: none;
	}
	
}


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

	header .herocontent h2{
		font-size: 32px;
		line-height: 40px;
		min-height: 0px;
	}
	
}


@media screen and (max-width:440px){
	
	#fields-privacyverklaring-field label{
		font-size:11px;
	}
	
}