/* Defaults */
p:last-child {
	margin-bottom: 0;
}
p strong {
	font-weight: 400;
}
.button {
	height: 2.222rem;
	line-height: 2.222rem;
	background: black url(../img/button.png) left center no-repeat;
	display: inline-block;
	padding: 0 1rem 0 3.222rem;
	font-size: 0.8889rem;
	font-family: 'Fira Sans';
	font-weight: 500;
	color: white;
	border:none;
	cursor: pointer;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.button.back {
	background: black url(../img/button_back.png) left center no-repeat;
}
.button2 {
	height: 2.222rem;
	line-height: 2.222rem;
	background-color: black;
	display: inline-block;
	padding: 0 1rem;
	color: white;
	font-size: 0.8889rem;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.button:hover, .button2:hover {
	background-color: #484848;
	color: white;
	text-decoration: none;
}
.leesmeer {
	background: url(../img/pijl.png) left center no-repeat;
	padding-left: 1rem;
	font-size: 0.8889rem;
	font-weight: 500;
	color: black;
}
.leesmeer:hover {
	text-decoration: underline;
	color: black;
}
section.grey {
	background: #dadada;
	padding: 3.333rem 0;
}
section.white {
	background: white;
	padding: 3.333rem 0;
}
section.green {
	background: #76bd1d;
	padding: 3.333rem 0;
}
.content h2, .content h3, .content h4, .content h5, .content h6 {
	color: #76bd1d;
	padding-bottom: 0.5rem;
}
.field .input {
	background: none repeat scroll 0 0 #fff;
	border: 1px solid white;
	border-radius: 0px;
	font-size: 0.8889rem;
	height: 40px;
	line-height: 38px;
	padding: 0 10px;
	position: relative;
	color: black;
}


/* Header */
header {
	border-top: 1.667rem solid #76bd1d;
}
header .header {
	padding:  1.222rem 0;
}
header .button2 {
	float: right;
}

/* Slider */
.slider {
	position: relative;
	height: 13.33rem;
}
.slider .item {
	width: 100%;
	height: 13.33rem;
	background-size: cover;
}
body#home .slider {
	height: 26.67rem;
}
body#home .slider .item {
	height: 26.67rem;
}
.slider .valign > div {
	margin: 0 1rem;
}
.slider .item .row, .slider .item .row .text-center, .slider .valign::before {
	height: 100%;
	vertical-align: middle;
}
.slider .item h3 {
	color: white;
	font-family: 'Maax', sans-serif;
	font-size: 1.889rem;
	font-weight: 400;
	text-transform: uppercase;
	padding-bottom: 0;
}
#slider-prev, #slider-next {
	position: absolute;
	top:50%;
	margin-top: -1.667rem;
	left: 3.333rem;
	z-index: 999;
	display: block;
	width: 3.333rem;
	height: 3.333rem;
	text-indent: -9999999px;
	background:url(../img/prev.png) center center no-repeat;
	opacity: 0.5;
	cursor: pointer;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
#slider-next {
	background:url(../img/next.png) center center no-repeat;
	left: inherit;
	right: 3.333rem;
}
#slider-prev:hover, #slider-next:hover {
	opacity: 1;
}

/* Navbar */
.navcontain {
	height: 70px;
}
.navbar ul li > a {
	color: white;
	display: block;
	font-size: 0.8889rem;
	text-transform: uppercase;
	height: 69px;
	line-height: 67px;
	padding: 0 0.5rem;
	text-shadow: 0 1px 2px black, 0 1px 0 black;
	white-space: nowrap;
	font-family: 'Fira Sans';
	font-weight: 500;
}
.gumby-no-touch .navbar ul li:hover > a, .gumby-touch .navbar ul li.active > a, .navbar ul li.active > a { 
	position: relative; 
	background: transparent;
	color: #76bd1d;
	z-index: 1000;
}
#nav a.logo img {
	display: none;
	vertical-align: middle;
} 

/* Main section */
.main {
	padding: 2.222rem 0 3.333rem 0;
}
#breadcrumb {
	font-size: 0.8889rem;
	font-weight: 300;
	line-height: 26px;
	margin-bottom: 2rem;
}
#breadcrumb li {
	display: inline-block;
}
#breadcrumb li + li:before{
	content: '>';
	margin: 0 1rem;
}
.project {
	background-color: white;
	padding: 2.222rem 1.667rem 1.667rem;
	border: 1px solid #c6c6c6;
	cursor: pointer;
}
.project > div {
	margin-bottom: 2.611rem;
}
.project h3 span {
	color: #76bd1d;
}
.project p, .project a {
	font-size: 0.8889rem;
	color: black;
}
.project a {
	background: url(../img/pijl.png) left center no-repeat;
	padding-left: 1rem;
	font-weight: 500;
}
.project a:hover {
	text-decoration: underline;
}
.referentie {
	background-color: black;
	color: white;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
	overflow: hidden;
}
.referentie:hover {
	background-color: #484848;
}
.referentie a {
	display: block;
	color: white;
}
.referentie a > div {
	padding: 1.111rem;
	font-size: 0.8889rem; 
}
.referentie a > div span {
	color: #76bd1d;
	font-weight: 700;
	display: block; 
}
.referentie a img {
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.referentie:hover a > img {
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.sisea-result {
	margin-bottom: 2rem;
}

/* Referentieoverzicht */
.referenties {
	position: relative;
	overflow: hidden;
	margin-top: 4.722rem;
}
.referenties li {
	display: block;
	float: left;
	width: 30%;
	margin-right: 5%;
	margin-bottom: 2.222rem;
}
.referenties li:nth-child(3n+3) {
	margin-right: 0;
}

/* Referentie Detail */
.filter li {
	margin-bottom: 0.5556rem;
	position: relative;
	display: block;
}
.filter li a {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	background-color: #dadada;
	padding: 0 1.111rem;
	font-size: 0.8889rem;
	color: black;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.filter li a:hover, .filter li.active a {
	background-color: #76bd1d;
	color: white;
}
.filter li.active a:after {
	font-family: "entypo";
	content: "✕"; 
	font-size: 1rem;
	padding-left: 1rem;  
	z-index: 999; 
	color: white;
}
#mainImg {
	width:100%;
	margin-bottom: 1.111rem;
}
.thumbImg {
	width: 100%;
	margin-bottom: 3.333rem;
}
.thumbImg img {
	border: 2px solid white;
	cursor: pointer;
	margin-right: 1.111rem;
}
.thumbImg img.active {
	border: 2px solid #76bd1d;
}

/* Productoverzicht */
.products {
	padding-bottom: 0;
}
.products hr {
	border-color: white;
	margin: 1rem 0 3.333rem 0;
}
.products h2 span, .product h2 span {
	color: #76bd1d;
}
.products .project h3 {
	color: black;
}
.products .project {
	display: block;
	float: left;
	width: 30%;
	margin-right: 5%;
	margin-bottom: 2.222rem;
	cursor: pointer;
}
.products .project:nth-child(3n+3) {
	margin-right: 0;
}
/* Product Detail */
.product #mainImg {
	width:100%;
	margin-bottom: 1.111rem;
}
.product #mainImg img {
	border: 1px solid #c6c6c6;
}
.product .thumbImg {
	width: 100%;
	margin-bottom: 3.333rem;
}
.product .thumbImg img {
	border: 2px solid white;
	cursor: pointer;
	margin-right: 1.111rem;
	padding: 1rem;
}
.product .thumbImg img.active {
	border: 2px solid #76bd1d;
}
.productdetails h3 {
	color: #76bd1d;
	padding-bottom: 0;
}
.specs, .downloads {
	margin-top: 0.5rem;
	font-size: 0.8889rem; 
}
.specs {
	margin-bottom: 4.444rem;
}
.specs div span {
	min-width: 6rem;
	display: inline-block;
}
.downloads a {
	display: block;
	margin-bottom: 1rem;
	color: black;
	line-height: 2.222rem;
}
.downloads span {
	display: inline-block;
	width: 2.222rem;
	height: 2.222rem;
	line-height: 2.222rem;
	text-align: center;
	background-color: white;
	font-weight: 500;
	text-transform: uppercase;
	color: #76bd1d;
	margin-right: 1rem;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.downloads a:hover span {
	color: black;
	background-color: #76bd1d;
}





/* Footer */
footer {
	background: #76bd1d;
	padding-top: 3.333rem;
}
footer .logo {
	margin-bottom: 5.5rem;
	display: block;
}
footer, footer a, footer a:hover, footer p {
	color: black;
	font-size: 0.8889rem;
}
footer h3 {
	padding-bottom: 1rem;
}
footer a:hover {
	text-decoration: underline;
}
footer strong {
	font-family: 'Maax';
	font-weight: 400;
}
footer .footer {
	background-color: black;
	margin-top: 3.333rem;
	color: white;
	position: relative;
	padding: 1.667rem 0;
}
footer .footer p, footer .footer a {
	color: white;
}
footer .footer .external {
	position: absolute;
	top: 50%;
	margin-top: -0.5556rem;
	left: 1.667rem;
}
footer ul li {
	line-height: 1.25rem;
}
footer ul li a {
	font-weight: 300;
}

/* Forms */
span.alert {
	display: inline-block;
}
.zoeken {
	margin: 0;
	display: inline-block;
	float: right;
	max-width: 8rem;
}
.zoeken *::-webkit-input-placeholder {
    color: black;
    text-overflow: ellipsis; 
}
.zoeken *:-moz-placeholder {
    /* FF 4-18 */
    color: black;
    text-overflow: ellipsis; 
}
.zoeken *::-moz-placeholder {
    /* FF 19+ */
    color: black;
    text-overflow: ellipsis; 
}
.zoeken *:-ms-input-placeholder {
    /* IE 10+ */
    color: black;
    text-overflow: ellipsis; 
}
.zoeken .field {
	text-align: left;
	border: 1px solid black;
	height: 40px;
	margin-right: 1rem;
	padding: 0;
	margin-bottom: 0;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
footer .button2 {
	float: left;
	margin-right: 1rem;
}
.zoeken ul {
	margin: 0;
	padding: 0;
}
.zoeken .prepend .btn a, .prepend .btn input, .prepend .btn button, .append .btn a, .append .btn input, .append .btn button {
  padding: 0;
  text-align: center;
}
.zoeken .prepend .btn a img {
	max-width: 16px;
}
.zoeken .field .btn.primary {
	background: transparent;
	border-radius: 0;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
	width: 30%;
	border:none;
	margin-top: 2px;
}
.zoeken .field .input {
	background: none repeat scroll 0 0 #fff;
	border-radius: 0px;
	font-size: 1rem;
	height: 40px;
	line-height: 38px;
	padding: 0 10px;
	position: relative;
	color: black;
	font-weight: 400;
	font-size: 0.8889rem;
	top:-2px;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
	width: 70%;
}
.zoeken .field.active  {
	border-color: #76bd1d;
}
footer .zoeken .field .input {
	top:0;
}
footer .zoeken .field .btn.primary, footer .zoeken .field .input {
	background-color: transparent;
}
.footerSearch {
	display: inline-block;#fff;
	border: 1px solid black;
	border-radius: 0px;
	font-size: 1rem;
	height: 2.222rem;
	line-height: 2.222rem;
	padding: 0 10px;
	position: relative;
	color: black;
	font-weight: 400;
	font-size: 0.8889rem;
	top:-1px;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
#form .field .input {
	border: 1px solid black;
}

/* Taalkeuze */
.lang {
	display: inline-block;
	float: right;
	max-width: 7.5rem;
	margin: 0 1rem 0 0;
	/*height: 2.222rem;*/
}
.lang .picker {
	background-image: linear-gradient(#ffffff, #ffffff);
	border: 1px solid black;
	border-radius: 0px;
	display: inline-block;
	font-family: 'Fira Sans';
	font-weight: 300;
	height: auto;
	margin: 0;
	overflow: hidden;
	position: relative;
	/*width: auto;*/
	width: 7rem;
}
.lang .picker::after {
	color: black;
	content: "\e75c";
	font-family: entypo;
	margin-top: -12px;
	position: absolute;
	right: 8%;
	top: 50%;
	z-index: 0;
}
.lang .picker select {
	background: none repeat scroll 0 0 transparent;
	border: medium none;
	color: black;
	cursor: pointer;
	display: block;
	font-family: 'Fira Sans';
	font-weight: 300;
	font-size: 0.8889rem;
	/*height: 2.15rem;*/height: 38px;
	min-width: 100%;
	outline: medium none;
	padding: 6px 45px 6px 10px;
	position: relative;
	width: 135%;
	z-index: 99;
}

/* Responsive Fallbacks */
@media only screen and (max-width: 768px) {
	h1, h2, h3, h4, h5, h6 {
		word-wrap: inherit;
	}
	h1, h2 {
		font-size: 1.9rem;
	}
	header .header {
		padding-left: 20px;
		padding-right: 20px;
	}
	header .header .four a {
		display: block;
		width: 100%;
		text-align: center;
	}
	header .header .four a img {
		max-width: 266px;
	}
	header .header .eight .zoeken, header .header .eight .button2, header .header .eight .lang {
		float: none;
	}
	header .header .eight .button2 {
		margin: 1rem 12.5% 0 0;
		width: 75%;
		text-align: center;
	}
	header .header .eight .lang {
		margin: 1rem 0;
		width: 100%;
		max-width: inherit;
		text-align: center;
	}
	header .header .eight .zoeken {
		display: block;
		max-width: inherit;
	}
	header .header .eight .zoeken .field {
		text-align: center;
	}
	header .header .eight .zoeken input {
		top:-1px;
	}
	.navbar .logo, .navbar .logo a, #nav a.logo img {
		display: inline-block !important;
		max-width: 75%;
	}
	
	#slider-prev, #slider-next {
		display: none;
	}
	.valign::before {
		height: auto;
	}
	.slider, .slider .item {
		height: 10rem;
	}
	body#home .slider, body#home .slider .item {
		height: 20rem;
	}
	.button, .project, .referentie, footer .logo, footer > .row > .columns {
		margin-bottom: 1rem;
	}
	footer .footer  {
		padding-bottom: 3.333rem;
	}
	footer .footer .external {
		top:inherit;
		bottom:1rem;
	}
	.referenties li, .products .project {
		width: 100%;
		margin-right: 0;
	}
	.filter li {
		display: inline-block;
		margin-right: 0.5rem;
	}
	.thumbImg {
		text-align: center;
	}
	
}



