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

	.concept-pdf .container-fluid {
		width:90%;
	}

}


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

	.concept-pdf aside ul li {
		font-size:14px;
	}

}

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

	.wit-blok {
		position: absolute;
		top:10px;
		right:0;
		width:40px;
		height:45px;
		background:#fff;
	}

	.pdf-iframe {
		border:1px solid #c8c8c8;
		border-radius:4px;
		height:100vh;
		width:100%;
	}
}
/** MOBILE SMALL **/


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

	.concept-pdf aside {
		font-size:20px;
		height:auto!important;
		margin-top:20px;
	}

	.ondertekenen-popup {
		width:100vw;
		height:100vh;
		max-height:none;
	}

	.ondertekenen-popup-content {
		padding-bottom:50px;
	}

	.concept-pdf .info-box:last-child {
		border-bottom:none;
	}

	.contract-status-container {
		width:90%;
	}

	.ondertekenen-scroll-button {
		display: block;
		position: fixed;
		top:20px;
		right:20px;
		border-radius:100%;
		background:#ea6113;
		z-index:99;
		width:50px;
		height:50px;
		cursor:pointer;
	}

	a.ondertekenen-scroll-button i {
		color:#fff;
		line-height:50px;
	}

}

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


}