/* *************************** 2MINDS.BE - CSS *************************** */
/* *************************** 2MINDS *************************** */

/* ====================== CSS RESET ====================== */

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}

/* ====================== EINDE RESET ====================== */


/* ====================== BASIS ====================== */

body {background: url('../_images/2014//bg.jpg'); text-align: center; font-family: 'Open Sans', Helvetica, Arial, sans-serif; color: #303234; line-height: 1.6; font-size: 12px;}

h1 {display: none; font-size: 24px; color: #a3c532; font-weight: bold; text-align: center; margin: 0 0 15px 0; text-transform: uppercase;}
h2, .subHeader {font-size: 21px; color: #a3c532; font-weight: bold; margin: 8px 0; }
h3 {font-size: 14px; font-weight: normal; margin: 8px 0 0 0;}

a {color: #a3c532;}
strong {font-weight: bold;}

img, embed, iframe {max-width: 100%;}

/* ----------------------- WRAPPER ----------------------- */

#wrapper {position: relative; z-index: 99;}

/* ----------------------- CONTAINER ----------------------- */

.container {max-width: 800px; padding: 25px 0; width: 100%; margin: 0 auto; position: relative;}

/* ----------------------- HEADER ----------------------- */

#header {margin: 0 auto; position: relative; padding: 0 25px;}

/* ----------------------- LOGO ----------------------- */

#logo {margin: 30px auto;}

/* ----------------------- CONTENT ----------------------- */

#contentContact {background: #ffffff;}
#contentRealisaties {background: #f4f4f4;}

.realisaties {width: 100%; margin: 0 auto; text-align: center;}
.realisaties li a {color: #303234; text-decoration: none; padding: 10px 0; line-height: 20px; display: block; border-top: 1px dashed #cccccc;}
.realisaties li a:hover {color: #a3c532; text-decoration: none;}

/* ----------------------- FOOTER ----------------------- */

footer {margin: 15px 0; font-size: 12px;}


/* ******************************************* RESPONSIVE ******************************************* */

@media screen and (max-width: 800px) {

}
