/* Start: reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* Eind: reset */
    html{background:#eee;}
    #container {width:1500px; max-width:100%; margin:0 auto; font-family: 'Titillium Web', sans-serif; font-size:18px; line-height: 28px;}
    #header {background-image:url("afbeeldingen/main.jpg"); min-height:845px; background-position: center top; background-repeat: no-repeat; background-size: cover;  position: relative;}
    #header div {left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); color:#fff; font-size:28px; line-height: 36px}
    #body {background:#fff;; min-height:500px; position: relative;}
    #body div {left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); color:#333; padding:0 20px;}
    #footer {background:#666; min-height:300px; position: relative;}
    #footer .center {left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); color:#aeaeae; width:70%;}
    #footer .footerimg {margin:10px 0 0; width:180px; max-width:100%;}
    #footer a {text-decoration:underline; color:#aeaeae;}
    #footer a[href^="tel:"] {text-decoration: none;}
    #disclaimer {background:#333; min-height:60px; position: relative;}
    #disclaimer div {left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); color:#aeaeae; font-size:16px;}
    .float {float: left; width: 33%; box-sizing: border-box; padding: 0 20px;}
    h1 {font-size:36px; line-height: 48px; font-weight: 700;}
    h6 {color:#fff; margin-bottom: 10px;}
    li {list-style-type: square; margin:15px 0;}
    @media screen and (max-width: 1024px) {
        .een {display: none;}
        #footer .center {width:50%;}
        .float {width:50%;}
    }
    @media screen and (max-width: 767px) {
        .een {display: none;}
        .float {width:100%; float: none; padding:0;}
        .twee {margin-bottom: 24px;}
        #body div, #footer .center {width: 80%; padding:0;}
    }