/* reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4,
h5, h6, p, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol,
ul, li, fieldset, form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td { 
	margin:0;
	padding:0;
}
* {
	box-sizing: border-box;
}
/* einde reset */

body  {
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #03559b;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-image: url(../img/bck.jpg);
	background-position: center top;
	background-size:cover;
	text-shadow:2px 2px 2px #444;
}

/* fluid grid */
.container {
	width:80%;
	margin: 0 auto;
}

/* Voor smartphones */
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
	width: 100%;
}

@media only screen and (min-width: 600px) {
/* Voor tablets: */
	.col-tab-1 {width: 8.33%;}
	.col-tab-2 {width: 16.66%;}
	.col-tab-3 {width: 25%;}
	.col-tab-4 {width: 33.33%;}
	.col-tab-5 {width: 41.66%;}
	.col-tab-6 {width: 50%;}
	.col-tab-7 {width: 58.33%;}
	.col-tab-8 {width: 66.66%;}
	.col-tab-9 {width: 75%;}
	.col-tab-10 {width: 83.33%;}
	.col-tab-11 {width: 91.66%;}
	.col-tab-12 {width: 100%;}
}

.row {
	margin-right: -15px;
	margin-left: -15px;
}

.row::after {
	content: "";
	clear: both;
	display: block;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
	float: left;
	padding: 15px;
	position:relative
}
@media only screen and (min-width: 992px) {
/* Voor desktops */
	.col-1 {width: 8.33%;}
	.col-2 {width: 16.66%;}
	.col-3 {width: 25%;}
	.col-4 {width: 33.33%;}
	.col-5 {width: 41.66%;}
	.col-6 {width: 50%;}
	.col-7 {width: 58.33%;}
	.col-8 {width: 66.66%;}
	.col-9 {width: 75%;}
	.col-10 {width: 83.33%;}
	.col-11 {width: 91.66%;}
	.col-12 {width: 100%;}
}
/* einde fluid grid */

div.sponsor {
	border:solid 1px #999;
	border-radius:5px;
	box-shadow: 1px 2px 2px #333;
	padding:0;
	text-align:center;
}

#content .sponsor img {
	width:100%;
	box-shadow:none;
	border-radius:5px 5px 0 0;
	max-width:100%;
	margin:0;
}

#header .heading img {
	width:100%;
	max-width:100%;
	margin:0;
}

.footer {
	background-image: url(../img/footer-long.png);
	background-repeat: no-repeat;
	width:100%;
}

.footera {
	color: #C81111;
	line-height: 4em;
	text-decoration: none;
}
