/* Tablet / small screen */ 

@media (max-width: 767px) {
	
	.block-2 .text-box p  {
		font-weight: normal;
	}
	
	a.faq-question {
		font-size: 13px;
	}
	 
}


/* Smartphone */ 

@media (max-width: 576px) {
	
	.h2-small:not(.h2-small-b) h2 {
		font-size: 17px;
		line-height: 25px;
	}
	
	.home .block-2 .item-box-a {
		padding-top: 20px;
	}
	
	.block.default-padding {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	.block-5 .row-space {
		margin-top: 25px;
	}
	
	.block-recent-werk-2 .c1 img {
		max-height: 200px;
		object-fit: cover;
	}
	
	.block-7 .row-space {
		margin-top: 25px;
	}
	
	.block-7 .team-member-item .c {
		bottom: 15px;
	}
	
	.block-faq .row-space {
		margin-top: 20px;
	}
	
	 footer .col-6 {
		 width: 100%;   
     }
	 
	 footer h3 {
	 	margin-top: 20px;
	 }
	 
	 footer .bottom {
	 	text-align: center;
	 }
	 
	 footer .r2 ul li:not(:first-child):after {
		 display: none;
	 }
	 
	 footer .r2 ul li:nth-child(2) {
		 margin-right:5px;
	 }
	 
	 footer .r2 .c1 ul li {
		 text-align: center;
		 font-color: blue;
		 padding-right: 0px;
		 
	 }
	 
	 .uitgelicht-item .bg {
		 height: 200px;
	 }
}