/****************************************
(c) 2015 Mobiel Werkt B.V.
Lay-out: MobielWerkt.nl
Bestand: style.css
****************************************/

/**
 * Resets
 */
* {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
	display: block;
}
audio, canvas, video {
	display: inline-block;
	*display: inline;
	*zoom: 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;
}


/**
 * Basics
 */
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	background-color: #f4f4f4;
	font-family: Helvetica, 'Helvetica Neue', Arial, sans-serif;
	font-size: 16px;
}

a {
	color: #005281;
}
a:hover {
	color: #009ddf;
}


/**
 * Helper classes 
 */
.hidden {
	display: none!important;
	visibility: hidden;
}
.invisible {
	visibility: hidden;
}
 
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

.text_nowrap {
	white-space: nowrap;
}


/**
 * Main elements
 */
.container {
	margin: 0 auto;
	width: 975px;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.75);
	box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.75);
}


/**
 * Header
 */
header {
	position: relative;
	padding: 30px 0px 0px 0px;
	height: 434px;
	background-image: url('/img/layout/bg-header-main.jpg');
	background-repeat: no-repeat;
	background-position: center top;
}
header .head_logo {
	margin: 0 0 25px 30px;
	width: 284px;
	height: 60px;
	overflow: hidden;
}
header .head_logo img {
	max-width: 100%;
}
header .head_contact {
	padding: 0 0 0 30px;
}
header .head_contact ul {
	margin: 0 0 10px 0;
	color: #000;
	list-style: none;
	float: left;
	width: 150px; 
}
header .head_contact ul + ul {
	margin-left: 30px;
}
header .head_contact ul li:first-child {
	font-size: 0.875em;
	font-weight: bold;
}
header .head_contact ul li {
	padding: 2px 0px;
	font-size: 0.8125em;
}
header .head_contact_note {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	padding: 10px 8px;
	background-color: rgba(255, 246, 220, 0.95);
	font-size: 12px;
}


/**
 * Main content
 */
.main {
	padding: 25px 25px 0 25px;
}
.main h1, .main h2, .main h3 {
	margin: 0 0 10px 0;
	color: #005281;
}
.main h1 {
	font-size: 1.75em;
	font-weight: normal;
}
.main h2 {
	font-size: 1.25em;
}
.main h3 {
	font-size: 0.875em;
}
.main p {
	margin: 0 0 25px 0;
	line-height: 1.5em;
	font-size: 0.8125em;
}
.main ul {
	margin: 0 0 0 30px;
	list-style-type: square;
}
.main li {
	line-height: 1.5em;
	font-size: 0.8125em;
}
.main li + li {
	margin-top: 3px;
}
.main dl {
	font-size: 0.750em;
}
.main dt {
	margin: 0 5% 3px 0;
	float: left;
	clear: left;
	width: 30%;
	font-weight: bold;
}
.main dd {
	margin: 0 0 3px 0;
	float: left;
	width: 65%;
}

.main hr.shadowline {
	margin: 15px 0;
	background-image: url('/img/layout/bg-shadowline-hr.png');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
	height: 34px;
}

/* Project */
.project {

}
.project_logo {
	margin: 0 0 20px 0;
	float: left;
	width: 25%;
}
.project_logo img {
	display: block;
	max-width: 100%;
}
.project_text {
	float: right;
	width: 70%;
}
.project_contact {

}
.project_contact ul {
	margin: 0;
	list-style-type: none;
}
.project_contact ul li {
	float: left;
	width: 23%;
	margin-top: 0px;
}
.project_contact ul li + li {
	margin-left: 2%;
}
.project_contact ul li span.label {
	display: block;
	font-weight: bold;
}


/**
 * Footer
 */
footer {
	padding: 51px 0 25px 0;
	background: url('/img/layout/footer-bg.png');
	background-repeat: repeat-x;
	background-position: center top;
}
footer ul {
	list-style-type: none;
	font-size: 1px;
	text-align: center;
}
footer ul + ul {
	margin-top: 25px;
}
footer ul li {
	display: inline;
	font-size: 12px;
	margin: 0 10px;
}
footer ul li img {
	max-width: 62px;
}
.footer_spacing {
	height: 50px;
}


/**
 * Print styles
 */
@media print {
	* { background: transparent !important; color: black !important; text-shadow: none !important; filter: none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
	a, a: visited { text-decoration: underline; }
	a[href]: after { content: " (" attr(href) ")"; }
	abbr[title]: after { content: " (" attr(title) ")"; }
	.ir a: after, a[href^="javascript: "]: after, a[href^="#"]: after { content: ""; }  /* Don't show links for images, or javascript/internal links */
	pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
	thead { display: table-header-group; } /* h5bp.com/t */
	tr, img { page-break-inside: avoid; }
	img { max-width: 100% !important; }
	@page { margin: 0.5cm; }
	p, h2, h3 { orphans: 3; widows: 3; }
	h2, h3 { page-break-after: avoid; }
}


/**
 * Mobile styles
 */
@media only screen and (max-width: 1024px) {
	body {
		background-color: #fff;
	}
	.container {
		width: auto;
		background-image: none;
		padding: 0px;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	.main {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.project_contact ul li, .project_contact ul li + li {
		width: 50%;
		margin-bottom: 10px;
		margin-left: 0px;
	}
	.footer_spacing {
		display: none;
	}
}

@media only screen and (max-width: 768px) {
	header {
		padding: 15px 15px 0 15px;
		height: auto;
		background-image: none;
		background-color: #f4f4f4;
	}
	header .head_logo {
		margin-left: 0px;
		margin-bottom: 15px;
		width: auto;
		max-width: 398px;
		height: auto;
	}

	header .head_contact {
		padding-left: 0px;
	}
	header .head_contact ul + ul {
		margin-left: 0;
		margin-right: 15px;
	}

	header .head_contact_note {
		position: static;
		margin-left: -15px;
		margin-right: -15px;
		padding: 10px 15px;
	}
}

@media only screen and (max-width: 640px) {
	.project_logo  {
		float: none;
		width: auto;
		max-width: 260px;
	}
	.project_text {
		float: none;
		width: auto;
	}
}

@media only screen and (max-width: 360px) {
	.project_contact ul li, .project_contact ul li + li {
		float: none;
		width: auto;
	}
}