
/*
	
font-family: "Open Sans", sans-serif;
font-weight: 300/400/700;

GOUD: #ccb878
ZWART: #000
GRIJS 1: #3c3c3e
GRIJS 2: #767171
GRIJS 3: #e7e6e6
	
*/


* { 
	border: 0;
	padding: 0;
	margin: 0; 
}

/* general */

body {
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
	font-size: 17px;
	color: #000;
	background: #fff;
}

br.clear {
	clear: both;
}

/* wrapper */

.wrapper {
	margin: 0 auto;
	max-width: 1280px;
	position: relative;
}

.text_wrapper {
	margin: 0 auto;
	max-width: 880px;
}

.text_bg_wrapper {
	float: left;
	width: 100%;
	background: #e7e6e6;
	padding: 40px 0 15px 0;
}

/* header */

.header {
	float: left;
	width: 100%;
	padding: 25px 0 0 0;
}

/* nav */

nav {
	float: left;
	margin-top: 5px;
} 

nav a {
	display: inline-block;
	color: #3c3c3e;
	font-size: 20px;
	font-weight: 400;
	line-height: 1em;
	text-decoration: none;
	text-transform: uppercase;
	margin-right: 35px;
	padding-bottom: 25px;
	border-bottom: 5px solid #fff;
}

nav a:hover {
	color: #000;
	border-bottom: 5px solid #e7e6e6;
}

nav a.selected {
	font-weight: 700;
	color: #000;
	border-bottom: 5px solid #ccb878;
}

/* nav toggle */

.nav_toggle {
	display: none;
}

.nav_toggle img {
	float: left;
	width: 35px;
	margin-left: 10px;
	margin-top: 6px;
}

/* lan switch */

ul.lan_switch {
	float: right;
	list-style-type: none;
	text-align: right;
	margin-top: 4px;
	margin-left: 20px;
}

ul.lan_switch li {
	display: inline-block;
}

ul.lan_switch li a {
	float: left;
	color: #767171;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 13px;
	font-weight: 400;
	line-height: 1em;
	padding: 0;
	margin-left: 12px;
}

ul.lan_switch li a:hover {
	color: #000;
}

ul.lan_switch li a.selected, 
ul.lan_switch li a.selected:hover {
	color: #000;
	font-weight: 700;
}

/* social */

.header img.social {
	float: right;
	width: 30px;
	margin-left: 10px;
	transition: all 0.2s;
}

.header img.social:hover {
	opacity: 0.75;
	-webkit-filter: grayscale(100%);
}

/* banner */

div.banner {
	float: left;
	width: 100%;
	background-size: cover !important;
	height: auto;
	position: relative;
	overflow: hidden;
}

div.banner.empty {
	height: auto;
	background: #e7e6e6;
}

/* logo */
	
.logo {
	float: right;
	width: 400px;
	margin: 60px;
}

div.banner.empty .logo {
	width: 300px;
	margin: 40px 60px;
}

/* content */

.content {
	float: left;
	width: 100%;
	padding: 75px 0 50px 0;
}

.content a {
	color: #3c3c3e;
	text-decoration: none;
	border-bottom: 1px solid #ccb878;
}

.content a:hover {
	color: #000;
	border-bottom: 1px solid #000;
}

.content a.button {
	display: inline-block;
	padding: 15px 30px;
	font-size: 16px;
	line-height: 1.2em;
	font-weight: 300;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	background: #ccb878;
	margin-bottom: 10px;
	border: 0 !important;
	border-radius: 5px;
}

.content a.button:hover {
	background: #000;
}

.content h1 {
	color: #ccb878;
	font-size: 40px;
	font-weight: 300;
	line-height: 1.2em;
	margin-top: 0;
	margin-bottom: 25px;
}

.content h1.center {
	text-align: center;
}

.content h2 {
	color: #3c3c3e;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.3em;
	margin-top: 0;
	margin-bottom: 25px;
}

.content h2.center {
	text-align: center;
}

.content p {
	line-height: 1.7em;
	margin-bottom: 25px;
}

.content p.center {
	text-align: center;
}

.content p.nomargin {
	margin-bottom: 10px;
}

.content ul {
	list-style-type: circle;
	margin: 0;
	margin-bottom: 25px;
}

.content ul li {
	position: relative;
	line-height: 1.7em;
	margin-left: 20px;
	margin-bottom: 5px;
}

.content ul.check {
	list-style-type: none;
}

.content ul.check li {
	font-size: 20px;
	margin-left: 0;
	margin-bottom: 10px;
	padding: 0 0 10px 0;
	padding-left: 45px;
	background: url('/_graphics/icon_check_green.png') top left no-repeat;
	background-size: 30px auto;
}

.content span.gold {
	color: #ccb878;
}

.content table {
	width: 100%;
	margin-bottom: 25px;
}

.content td {
	padding: 10px 0;
	vertical-align: top;
	line-height: 1.7em;
}

.content hr {
	float: left;
	width: 100%;
	border-bottom: 1px solid #ccc;
	margin-bottom: 25px;
}

.content hr.spacer75 {
	border: 0;
	margin-bottom: 75px;
}

.content hr.spacer50 {
	border: 0;
	margin-bottom: 50px;
}

.content hr.spacer25 {
	border: 0;
	margin-bottom: 25px;
}

.content img.left {
	float: left;
	margin-top: 10px;
	padding-right: 15px;
	margin-right: 15px;
}

.content img.right {
	float: right;
	margin-top: 10px;
	padding-left: 15px;
	margin-left: 15px;
}

.responsive_iframe_wrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

.responsive_iframe_wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* home */

div.year {
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding: 15px;
	font-size: 24px;
	font-weight: 700;
	color: #000;
	background: #e7e6e6; 
	margin-bottom: 5px;
}

div.week {
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding: 12px 15px;
	font-size: 20px;
	font-weight: 400;
	color: #fff;
	background: #3c3c3e;
	margin-bottom: 25px;
}

/* releases */

.release {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}

.release_left {
	float: left;
	width: 175px;
	background: #fff;
}

span.date {
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding: 25px 30px;
	font-size: 17px;
	font-weight: 400;
	color: #fff;
	background: #767171;
}

.release_left img.client {
	float: left;
	width: 60%;
	margin: 25px 20%;
}

.release_right {
	float: right;
	width: calc(100% - 175px);
	box-sizing: border-box;
	padding: 25px 35px;
	padding-bottom: 15px;
	background: #e7e6e6;
}

img.thumb {
	float: left;
	border: 1px solid #ccc;
	margin: 0 10px 10px 0;
}

/* clients */

table.clients {
	float: left;
	width: 100%;	
}

table.clients td {
	border-bottom: 1px solid #ddd;
	padding: 20px 0;
	vertical-align: middle;
}

table.clients td img {
	width: 120px;
}

/* home block quotes 

.home_block_quote_wrapper {
	float: left;
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.home_block_quote {
	float: left;
	width: 31%;
	box-sizing: border-box;
	margin-bottom: 30px;
	font-size: 20px;
	font-weight: 300;
	line-height: 1.5em;
	text-align: center;
	position: relative;
	border-left: 8px solid #ccb878;
	border-right: 8px solid #ccb878;
}

.home_block_quote span {
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding: 30px 50px;
}

.home_block_quote em {
	display: inline-block;
	font-size: 15px;
	margin-top: 10px;
}

.home_block_quote span:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	width: 14px;
	height: 8px;
	background: #ccb878;	
}

.home_block_quote span:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	z-index: 100;
	width: 14px;
	height: 8px;
	background: #ccb878;	
}

.home_block_quote:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 100;
	width: 14px;
	height: 8px;
	background: #ccb878;	
}

.home_block_quote:after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 100;
	width: 14px;
	height: 8px;
	background: #ccb878;	
}

/* home blocks 

.home_block_wrapper {
	float: left;
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.home_block {
	width: 31%;
	text-decoration: none !important;
	border: 0 !important;
	background: #e7e6e6;
	transition: background 0.4s;
}

.home_block:hover {
	background: #d0d0d0;
}

.home_block .home_block_quote {
	display: none;	
}

.home_block_title {
	float: left;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	font-size: 25px;
	font-weight: 400;
	text-transform: uppercase;
	padding: 25px;
}

.home_block img {
	float: left;
	width: 100%;
}

.home_block_text {
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding: 30px;
	padding-bottom: 5px;
}

.home_block_text ul li {
	margin-bottom: 15px;
}

/* press blocks 

.press_block_wrapper {
	float: left;
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 50px;
	margin-bottom: 50px;
}

div.press_block {
	float: left;
	width: 48%;
	padding: 40px;
	padding-bottom: 15px;
	box-sizing: border-box;
	border: 2px solid #ccb878;
}

/* team blocks 

.team_block_wrapper {
	float: left;
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 75px;
}

.team_block {
	width: 31%;
	text-decoration: none !important;
	border: 0 !important;
	background: #e7e6e6;
	transition: background 0.4s;
}

.team_block:hover {
	background: #d0d0d0;
}

.team_block_title {
	float: left;
	width: 100%;
	min-height: 120px;
	box-sizing: border-box;
	text-align: center;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.6em;
	text-transform: uppercase;
	padding: 25px;
	white-space: nowrap;
}

.team_block img {
	float: left;
	width: 100%;
}

.team_block_text {
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding: 30px;
	padding-bottom: 5px;
	text-align: center;
}

/* references 

.reference_wrapper {
	float: left;
	width: 100%;
}

div.reference {
	float: left;
	width: 20%;
	box-sizing: border-box;
	padding: 40px 50px;
}

div.reference_image {
	float: left;
	width: 100%;
	background-size: contain !important;
}

div.reference_image img {
	float: left;
	width: 100%;
}

/* communication projects 

.communication_project_wrapper {
	float: left;
	width: 100%;
	margin-top: 25px;
	margin-bottom: -25px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

div.communication_project {
	float: left;
	width: 48%;
	background: #e7e6e6;
	margin-bottom: 50px;
}

div.communication_project_image {
	float: left;
	width: 100%;
	background-size: cover !important;
}

div.communication_project_image img {
	float: left;
	width: 100%;
}

div.communication_project_text {
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding: 25px 30px;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5em;
}

div.communication_project_text b {
	color: #ccb878;
	font-size: 16px;
}

/* events projects 

.events_project_wrapper {
	float: left;
	width: 100%;
	margin-top: 25px;
}

div.events_project {
	float: left;
	width: 100%;
	margin-bottom: 50px;
	position: relative;
}

div.events_project_left {
	float: left;
	width: 40%;
	box-sizing: border-box;
	padding: 40px;
	color: #fff;
	background: #3c3c3e;
}

div.events_project_text {
	float: left;
	width: 100%;
	box-sizing: border-box;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5em;
	margin-bottom: 25px;
}

div.events_project_text b {
	color: #ccb878;
	font-size: 16px;
}

div.events_project_left img {
	float: left;
	width: 100%;
}

div.events_project_right {
	position: absolute;
	top: 0;
	right: 0;
	width: 60%;
	height: 100%;
	background-size: cover !important;
}

/* sitemap */

ul#sitemap {
	font-size: 17px;
}

ul#sitemap li ul {
	list-style-type: none;
	margin-top: 10px;
	padding-left: 15px;
}

ul#sitemap li ul li {
	font-size: 16px;
	padding-left: 25px;
}

/* google maps */

#google_maps_canvas {
	float: left;
	width: 100%;
	height: 400px;
	margin-bottom: -50px;
}

/* form */

.form {
	float: left;
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 30px;
}

/* form labels */

.form span.label, 
.form span.hint {
	float: left;
	width: 100%;
}

.form span.label {
	font-weight: 400;
	color: #3c3c3e;
	margin-bottom: 5px;
}

.form span.label.error {
	color: #bb0a21;
}

.form span.hint {
	font-weight: normal;
	font-size: 13px;
	color: #777;
	margin-top: -5px;
	margin-bottom: 15px;
}

.form span.hint a {
	color: #777;
}

.form span.hint a:hover {
	color: #555;
}

.form span.checkbox {
	float: left;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 15px;
}

.form span.label b, 
.form span.checkbox b {
	color: #ccb878;
	font-size: 12px;
	font-weight: normal;
}

.form span.checkbox.error {
	color: #bb0a21;
}

.form span.label.error b, 
.form span.checkbox.error b {
	color: #bb0a21;
	font-weight: 700;
}

.form span.form_block {
	float: left; 
	width: 100%; 
	margin-bottom: 15px;
}

.form span.form_block.error {
	color: #bb0a21;
}

.form label {
	cursor: pointer;
}

/* form fields */

.form input.text {
	float: left;
	width: 92%;
	background: #fff;
	border: 1px solid #ccc;
	padding: 12px;
	margin-top: 3px;
	margin-bottom: 10px;
	color: #000;
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
	font-size: 18px;
}

.form input.text.error {
	border: 1px solid #bb0a21;
}

.form textarea {
	float: left;
	width: 92%;
	height: 100px;
	background: #fff;
	border: 1px solid #ccc;
	padding: 12px;
	margin-top: 3px;
	margin-bottom: 10px;
	color: #000;
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
	font-size: 18px;
}

.form textarea.error {
	border: 1px solid #bb0a21;
}

div.form_break {
	float: left;
	width: 100%;
	height: 15px;
	margin-top: 10px;
	border-top: 1px solid #ddd;
}

div.form_title {
	float: left;
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 15px;
	color: #000;
}

/* feedback */

div.feedback {
	float: left;
	width: 100%;
	padding: 25px 0;
	font-size: 21px;
	text-align: center;
	color: #fff;
	background: #91c499;
}

div.feedback.error {
	background: #bb0a21;
}

/* button */

button::-moz-focus-inner { 
    border: 0;
    padding: 0;
}

button {
	cursor: pointer;
	overflow: visible;
	outline: none;
	display: inline-block;
	padding: 15px 30px;
	font-size: 16px;
	line-height: 1.2em;
	font-weight: 300;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	background: #ccb878;
	margin-bottom: 10px;
	border: 0 !important;
	border-radius: 5px;
}

button:hover {
	background: #000;
}

/* footer  */

.footer {
	float: left;
	width: 100%;
	color: #aaa;
	padding: 30px 0;
	font-size: 15px;
	line-height: 1.7em;
	border-top: 1px solid #ddd;
	text-align: center;
}

.footer .wrapper {
	width: 84%;
}

.footer a {
	color: #aaa;
	white-space: nowrap;
}

.footer a:hover {
	color: #000;
}
