/*  MAKE LAYOUT RESPONSIVE at 1024px FOR SMALLER SCREENS ================================================================ */

header {
	width: 100%; /* 960px / 1024px */
}

footer {
	width: 100%; /* 960px / 1024px */
}

/* HEADER ============================================================================= */


/* FOOTER ============================================================================= */

#footer {
	text-align:center;
}

/* COL */

.blokken .span_1_of_4 {
	width: 50%;
}

.blokken .span_2_of_4 {
	width: 100%;
	margin: 1% 0 1% 0;
}

.blokken .span_1_of_4:nth-child(2n+1) {
	clear: both;
	margin-left: 0;
}