/*@media only screen and (max-width: 680px) {		

		.item-2-afb {
			width: calc(100%);
			margin-bottom: 20px;

		}
		.item-2-afb.second{margin-left:0px;}
		.item-2-afb.first{margin-right:0px;}
		.item-2-afb .afb-titel, .item-2-afb .afb-titel p {
			font-weight: 200;
			left: 10px;
			bottom: 10px;
			font-size: 14px;
			line-height: 16px;
		}

	}
*/

@media only screen and (max-width: 1025px) {


	.afb-titel-standaard{display:block;}
	.afb-titel-hover{display:none;}
	.afb-titel-hover .naam-functie{display:none;}
	
	
}

@media only screen and (max-width: 680px) {
	.item-2-afb{width:50%;}

	.item-2-afb.first{padding-right:10px;}
	.item-2-afb.second{padding-left:10px;}
	.afb-titel-standaard{display:block;}
	.afb-titel-hover{display:none;}
	.afb-titel-hover .naam-functie{display:none;}
	.item-2-afb.second{margin-left:0px;}
	.item-2-afb.first{margin-right:0px;}
	.item-2-afb .afb-titel, .item-2-afb .afb-titel p {
		font-weight: 200;
		left: 10px;
		bottom: 10px;
		font-size: 13px;
		line-height: 16px;
	}
}