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

@font-face {
    font-family: 'metropolisbold';
    src: url('../font/metropolis-bold-webfont.woff2') format('woff2'),
         url('../font/metropolis-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'metropolismedium';
    src: url('../font/metropolis-medium-webfont.woff2') format('woff2'),
         url('../font/metropolis-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'metropolissemi_bold';
    src: url('../font/metropolis-semibold-webfont.woff2') format('woff2'),
         url('../font/metropolis-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.home-brandgallery-container {
    display: flex;
    width: 100%;
    overflow: hidden;
    pointer-events: none;
    z-index: 10;
}

.home-brandgallery-container img {
  animation: marquee 85s linear infinite; 
}

@keyframes marquee {
    0%   { transform: translate(0%, 0); }
    100% { transform: translate(-1825px, 0); }
}

body {
    font-family: 'metropolismedium';
	font-size: 15px;
	line-height: 23px;
	color: #000000;
}

@media (min-width: 760px) {
	body {
		font-size: 15px;
		line-height: 23px;
	}
}

.clear {
	clear: both;
}

h1 {
	font-family: 'metropolisbold';
	font-weight: normal;
	font-size: 26px;
	line-height: 30px;
}

@media (min-width: 760px) {
	h1 {
		font-size: 46px;
		line-height: 52px;
	}
}

h2 {
	font-family: 'metropolissemi_bold';
	font-size: 16px;
	line-height: 24px;
	margin: 0 0 17px 0;
	font-weight: normal;	
	position: relative;
}

	h2 span {
		position: absolute;
		display: block;
		height: 4px;
		background: #FFE600;
		z-index: -1;
		bottom: 3px;
	}

h3 {
	font-family: 'metropolissemi_bold';
	font-size: 26px;
	font-weight: normal;
	line-height: 30px;
}

@media (min-width: 760px) {
	h3 {
		font-size: 36px;
		line-height: 52px;
	}
}

a {
	text-decoration: none;
	color: #000;
}

.button {
	height: 42px;
	line-height: 42px;
	padding: 11px 20px 12px;
	background: #007AFF;
	color: #fff;
}

.clear {
	clear: both;
}

@media (min-width: 760px) {

}

/* HEADER */

#header {
	height: 42px;
	line-height: 42px;
	margin: 20px 0 0 0;
}

	#header .header_logo {
		float: left;
		font-size: 18px;
		font-family: 'metropolisbold';
		margin: 0 0 0 20px;
		position: absolute;
	}
	@media (min-width: 760px) {
		#header .header_logo {
			margin: 0 0 0 30px;
		}
	}

	#header .header_logo a:hover {
		color: #007AFF;
	}

	#header .header_contact {
		right: 0;
		z-index: 10;
		position: absolute;
		margin: 0 20px 0 0;
	}

/* INTRO */

#intro {
	margin: 50px 0 100px 0;
	padding: 60px 0 0 0;
}

#intro h1 {
	width: 320px;
	margin: 0 auto 100px;
	text-align: center;
	font-weight: normal;
	position: relative;
}

@media (min-width: 760px) {
	#intro h1 {
		width: 540px;
		margin: 0 auto 110px;
	}
}

#intro h1 span {
  position: absolute;
  display: block;
  height: 4px;
  background: #007AFF;
  z-index: -1;
}
@media (min-width: 760px) {
	#intro h1 span {
		height: 6px;
	}
}

#intro h1 span.lijn1 {
  width: 80%;
  margin: 0 10%;
  bottom: 63px;
}
@media (min-width: 760px) {
	#intro h1 span.lijn1 {
	  width: 84%;
	  margin: 0 8%;
	  bottom: 109px;
	}
}

#intro h1 span.lijn2 {
  width: 90%;
  margin: 0 5%;
  bottom: 33px;
}
@media (min-width: 760px) {
	#intro h1 span.lijn2 {
		width: 94%;
		margin: 0 3%;
		bottom: 57px;
	}
}

#intro h1 span.lijn3 {
  width: 76%;
  margin: 0 12%;
  bottom: 3px;
}
@media (min-width: 760px) {
	#intro h1 span.lijn3 {
		width: 80%;
		margin: 0 10%;
		bottom: 5px;
	}
}

#intro p {
	width: 300px;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	margin: 0 auto;
	position: relative;
}

	@media (min-width: 760px) {
		#intro p {
			width: 540px;
		}
	}

	#intro p span {
		position: absolute;
		display: block;
		height: 4px;
		background: #FFE600;
		z-index: -1;
		right: 37px;
		top: 50px;
		width: 227px;
	}

	@media (min-width: 760px) {
		#intro p span {
			right: 11px;
			top: 20px;
		}
	}

#intro .img {
	width: 100%;
	position: relative;
	z-index: -1;
	margin: -20px 0 0 0;
	overflow: hidden;
}

#intro .img .large {
	width: 180%;
	margin: 0 0 0 -50%;
}

@media (min-width: 760px) {
	#intro .img {
		width: 100%;
		position: relative;
		z-index: -1;
		margin: -60px 0 0 0;
	}

	#intro .img .large {
		width: 100%;
		margin: 0;
	}

}


/* AANPAK */

#aanpak {
	width: 320px;
	margin: 0 auto 55px auto;
}

@media (min-width: 760px) {
	#aanpak {
		width: 680px;
		margin: 0 auto 55px auto;
	}
}
@media (min-width: 1020px) {
	#aanpak {
		width: 1020px;
		margin: 0 auto 55px auto;
	}
}

#aanpak .aanpak_row {
	text-align: center;
}

#aanpak .aanpak_row .projects {
	font-style: italic;
	margin: 15px 0 0 0;
}

#aanpak .aanpak_row .projects a {
	text-decoration: underline;
}

#aanpak .aanpak_row .projects a:hover {
	text-decoration: none;
}

#aanpak .aanpak_row .aanpak_item {
	width: 270px;
	text-align: center;
	float: left;
	margin: 0 25px 80px 25px;
}

@media (min-width: 760px) {
	#aanpak .aanpak_row .aanpak_item {
		margin: 0 35px 80px 35px;
	}
}
/* GEWERKT */

#gewerkt {
	background: #1A1A1A;
	padding: 70px 0;
}

	#gewerkt h2 {
		display: block;
		text-align: center;
		color: #fff;
		margin: 0 0 20px 0;
	}

	#gewerkt .cv_link {
		text-align: center;
	}
	
		#gewerkt .cv_link .button {
			background: #000;
			margin: 40px 0 0 0;
		}

/* FOOTER */

#footer {
	background: #000;
	text-align: center;
	color: #fff;
	padding: 70px 0 100px 0;
}

	#footer h3 {
		margin: 0 auto 23px auto;
		position: relative;
		width: 300px;
		text-align: center;
		font-weight: normal;
		z-index: 1;
	}

	@media (min-width: 760px) {
		#footer h3 {
			width: 404px;
		}
	}

	#footer h3 span {
		position: absolute;
		display: block;
		height: 6px;
		background: #007AFF;
		z-index: -1;
	}

	#footer h3 span.lijn1 {
		width: 96%;
		margin: 0 2%;
		bottom: 1px;
	}

	@media (min-width: 760px) {
		#footer h3 span.lijn1 {
			width: 98%;
			margin: 0 1%;
			bottom: 8px;
		}
	}

	#footer .footer_content {
		padding: 0 0 28px 0;
	}

	#footer .footer_content a {
		color: #fff;
		text-decoration: underline;
	}

	#footer .footer_content a:hover {
		text-decoration: none;
	}

	#footer .linkedin {
			height: 42px;
	line-height: 42px;
	padding: 11px 20px 12px;
	background: #fff;
	color: #000;
	}



/* PROJECTS */
#container {
	margin: 20px 0px 50px 0px;
}

@media (min-width: 930px) {
	#container {
		width: 930px;
		margin: 10px auto 100px auto;
	}	
}

		#container .container_top {
			margin: 0 0 40px 20px;
			padding: 19px 0 0 0;
		}
		
		#container .backbutton {
			background-image: url(../img/back_icon.png);
			background-size: 7px 10px;
			background-position: 0 5px;
			background-repeat: no-repeat;
			padding: 0 0 0 15px;
		}

		#container .backbutton:hover {
			color: #007AFF;
		}

		#container h1 {
			margin: 18px 0 24px 20px;
			font-size: 26px;
			display: inline-block;
			position: relative;
		}

		#container h1:after {
			position: absolute;
			content: '';
			border-bottom: 4px solid #007AFF;
			width: 100%;
			bottom: 3px;
			z-index: -1;
			left: 0;
		}
		@media (min-width: 930px) {
			#container h1 {
				font-size: 36px;
				margin: 0 0 10px 20px;
			}

			#container h1:after {
				border-bottom: 5px solid #007AFF;
				bottom: 9px;
			}
		}

		#container h1.header_mobile {
			margin: 0 0 20px 40px;
			font-size: 26px;
		}

		@media (min-width: 930px) {
			#container h1.header_mobile {
				display: none;
			}
		}

		#container .project_item h1:after {
			position: inherit;
			content: none;
			border-bottom: 0px;
			width: inherit;
			bottom: inherit;
			z-index: inherit;
			left: inherit;
		}

		.item_row h2 {
			margin: 0;
		}
		.item_row .date {
			font-size: 11px !important;
			line-height: 18px;
			font-style: italic;
			margin: 0 0 20px 0;
			opacity: 0.6;
		}
		.item_row .tags {
			font-size: 12px !important;
			line-height: 18px;
			position: absolute;
			bottom: -10px;
			padding: 0 30px 20px 0;
			opacity: 0;
			transition: bottom 240ms, opacity 240ms;
		}

		.project_item_2 {
			width: calc(100% - 100px);
			height: 95px;
			float: left;
			margin: 10px 20px;
			background: #FFCD00;
			padding: 55px 30px 0 30px;
			cursor: pointer;
		}

		.project_item_3 {
			width: calc(100% - 100px);
			height: 95px;
			float: left;
			margin: 10px 20px;
			background: #FFCD00;
			padding: 55px 30px 0 30px;
			cursor: pointer;
		}

		@media (min-width: 930px) {
			.project_item_2 {
				width: 365px;
				height: 172px;
				padding: 128px 30px 0 30px;
				margin: 20px;
				position: relative;
				overflow: hidden;
				transition: height 240ms, padding 240ms;
			}

			.project_item_3 {
				width: 210px;
				height: 117px;
				padding: 73px 30px 0 30px;
				margin: 20px;
				position: relative;
				overflow: hidden;
				transition: height 240ms, padding 240ms;
			}

			.project_item_2:hover {
				height: 177px;
				padding: 123px 30px 0 30px;
			}

			.project_item_3:hover {
				height: 122px;
				padding: 68px 30px 0 30px;
			}	

			.project_item_2:hover .tags {
				bottom: 0px;
				opacity: 1;
			}

			.project_item_3:hover .tags {
				bottom: 0px;
				opacity: 1;
			}			
		}

		.item_anwb {
		}
		.item_eneco {
			background: rgb(233,67,88);
			background: linear-gradient(90deg, rgba(233,67,88,1) 0%, rgba(237,121,91,1) 100%);
			color: #fff;
		}
		.item_cvaonline {
			background: #02003F;
			color: #fff;
		}
		.item_fundwings {
			background: #25242D;
			color: #fff;
		}
		.item_50five {
			background: #0099B6;
			color: #fff;
		}
		.item_beebox {
			background: #F27E0B;
			color: #492D33;
		}
		.item_dynasource {
			background: #008ACB;
			color: #fff;
		}
		.item_carerix {
			background: #3788CA;
			color: #fff;
		}
		.item_brandfighters {
			background: #3330F5;
			color: #fff;
		}
		.item_startupcity {
			background: #137DC4;
			color: #fff;
		}
		.item_hall {
			background: #CFE2E3;
		}

		.project_item {
		}

			.project_item .project_header {
				padding-bottom: 44%;
				margin: 0 0 40px 0;
				background-size: 100%;
			}

			.project_item .project_header h1 {
				display: none !important;
			}

			.project_item .info {
				background: #F1F1F1;
				font-size: 13px;
				line-height: 24px;
				padding: 15px 20px;
				margin: 0 20px 30px 20px;
			}

			@media (min-width: 930px) {
				.project_item .project_header {
					padding: 0;
					width: 890px;
					height: 400px;
					margin: 0 20px 60px 20px;
					background-size: 890px 400px;
				}

				.project_item .project_header h1 {
					padding: 173px 0 0 80px !important;
					display: block !important;
				}

				.project_item .info {
					margin: 0 175px 50px 175px;
				}
			}

			@media (min-width: 930px) {
				.project_item .info .label {
					float: left;
					width: 115px;
				}
			}

			.project_item .info .item strong {
				font-weight: normal;
				font-family: 'metropolisbold';
			}

			.project_item h2 {
				margin: 0 40px 10px 40px;
				display: inline-block;
				position: relative;
			}

			@media (min-width: 930px) {
				.project_item h2 {
					margin: 0 175px 10px 175px;
				}
			}

			.project_item h2:after {
				position: absolute;
				content: '';
				border-bottom: 4px solid #FFE600;
				width: 100%;
				bottom: 3px;
				z-index: -1;
				left: 0;
			}


			.project_item p {
				margin: 0 40px 30px 40px;
			}

			.project_item img.large {
				margin: 0 20px 30px 20px;
				width: calc(100% - 40px);
			}

			@media (min-width: 930px) {
				.project_item p {
					margin: 0 175px 50px 175px;
				}

				.project_item img.large {
					margin: 0 100px 50px 100px;
					width: 730px;
				}
			}


	a.next_project {
		padding: 11px 20px 12px;
		margin: 0 20px 10px 20px;
		background-color: #F1F1F1;
		color: #000;
		display: block;
		text-align: center;
	}

	a.previous_project {
		padding: 11px 20px 12px;
		margin: 0 20px;
		background-color: #F1F1F1;
		color: #000;
		display: block;
		text-align: center;
	}


a.previous_project:hover span {
	max-width: 120px;
}


a.project_eneco:hover {
	background-color: #EB5D5A;
	color: #fff;
}
a.project_anwb:hover {
	background-color: #FFCD00;
}
a.project_cvaonline:hover {
	background: #02003F;
	color: #fff;
}
a.project_fundwings:hover {
	background: #25242D;
	color: #fff;
}
a.project_50five:hover {
	background: #0099B6;
	color: #fff;
}
a.project_beebox:hover {
	background: #F27E0B;
	color: #492D33;
}
a.project_dynasource:hover {
	background: #008ACB;
	color: #fff;
}
a.project_carerix:hover {
	background: #3788CA;
	color: #fff;
}
a.project_brandfighters:hover {
	background: #3330F5;
	color: #fff;
}
a.project_startupcity:hover {
	background: #137DC4;
	color: #fff;
}
a.project_hall:hover {
	background: #CFE2E3;
}

@media (min-width: 930px) {
	a.next_project {
		padding: 11px 20px 12px;
		margin: 0;
		background-color: #F1F1F1;
		color: #000;
		position: fixed;
		top: calc(50% - 23px);
		right: 0;
		display: block;
		transition: background-color 300ms, color 300ms;
	}

	a.next_project span {
		max-width: 0px;
		height: 20px;
		display: block;
		overflow: hidden;
		float: right;
	  	transition: max-width 300ms;
	  	white-space: nowrap;
	}

	 a.next_project:hover span {
		max-width: 120px;
	}

	a.previous_project {
		padding: 11px 20px 12px;
		margin: 0;
		background-color: #F1F1F1;
		color: #000;
		position: fixed;
		top: calc(50% - 23px);
		left: 0;
		display: block;
		transition: background-color 300ms, color 300ms;
	}

	a.previous_project span {
		max-width: 0px;
		height: 20px;
		display: block;
		overflow: hidden;
		float: right;
	  	transition: max-width 300ms;
	  	white-space: nowrap;
	}

	a.previous_project:hover span {
		max-width: 120px;
	}

	a.project_eneco:hover {
		background-color: #EB5D5A;
		color: #fff;
	}
	a.project_anwb:hover {
		background-color: #FFCD00;
	}
	a.project_cvaonline:hover {
		background: #02003F;
		color: #fff;
	}
	a.project_fundwings:hover {
		background: #25242D;
		color: #fff;
	}
	a.project_50five:hover {
		background: #0099B6;
		color: #fff;
	}
	a.project_beebox:hover {
		background: #F27E0B;
		color: #492D33;
	}
	a.project_dynasource:hover {
		background: #008ACB;
		color: #fff;
	}
	a.project_carerix:hover {
		background: #3788CA;
		color: #fff;
	}
	a.project_brandfighters:hover {
		background: #3330F5;
		color: #fff;
	}
	a.project_startupcity:hover {
		background: #137DC4;
		color: #fff;
	}
	a.project_hall:hover {
		background: #CFE2E3;
	}
}


