.linkjes_met_icoon{
	background: #fff;
	margin-top: 0 !important;
	padding-top: 120px;
	margin-bottom: -120px !important;
}

.linkjes_met_icoon i{
	color: #575756;
	font-size: 40px;
	font-weight: 300;
	margin-bottom: 10px;
}

.linkjes_met_icoon p{
	margin-bottom: 9px !important;
}

.hoofdlink{
	color: #e63223;
	font-family: aglet-slab;
	font-size: 27px;
	font-weight: 600;
	text-decoration: none !important;
	line-height: 39px;
}

.hoofdlink span{
	font-weight: 300 !important;
}

.hoofdlink:hover{
	color: #000 !important;
}

.sublink{
	color: #575756;
	font-family: aglet-slab;
	font-size: 20px;
	font-weight: 400;
	line-height: 34px;
}

.sublink:hover{
	color: #000000;
	text-decoration: underline;
}

@media (max-width:767px)
{		
	.linkjes_met_icoon {
		padding-top: 60px;
		margin-bottom: -60px !important;
	}
}

@media (min-width:768px) and (max-width:991px)
{
	
}

@media (min-width:992px) and (max-width:1199px)
{
	
}