﻿@charset "utf-8";
/* CSS Document */

body, html {
	width:100%;
	height:100%;
	padding:0;
	margin:0;
	font-family: 'Open Sans', sans-serif, Arial, Verdana;
	color:#084380;
	font-size:.9em;
	background:#eee;
	color:#084380;
}
body {
	overflow-y:scroll;
	overflow-x:hidden;
}
* {
	padding:0;
	margin:0;
	outline:none;
	border:0;
	text-decoration:none;
}
a {
	color:#084380;
}
.hidden {
	display:none!important;
}
/***** colors *****/

.blue {
	color:#084380;
}
.yellow {
	color:#ffcd00;
}
/***** grid *****/

.fixed {
	margin:0 auto;
	width:1200px;
}
.clear {
	clear:both;
}
/***** header *****/

#header {
	background:#fff;
	padding:0 2em;
}
#logo {
	margin:1em 0;
	float:left;
}
#logo img {
	width:125px; /* you can use % */
	height: auto;
	padding:3px 0 3px 0;
}
#topnav {
	float:right;
	margin-top:2em;
}
#topnav li {
	list-style:none;
	float:left;
	text-transform:uppercase;
	font-weight:bold;
	margin-left:1.5em;
}
#topnav li.search {
	display:none;
}
#topnav li a {
	color:#084380;
}
#topnav li a:hover, #topnav li.active a {
	color:#ffcd00;
}
#topnav li:first-child {
	margin-left:0px;
}
/***** nav *****/
#responsive_nav {
	display:none;
}
#nav {
	background:#084380;
}
#nav li {
	list-style:none;
	float:left;
	text-transform:uppercase;
	font-weight:bold;
	margin-right:1.5em;
	line-height:4em;
}
#nav li a {
	color:#fff;
	display:block;
}
#nav li div {
	height:3px;
	width:0;
	background-color: #ffcd00;
	transition: 0.1s linear;
}
#nav li:hover div, #nav li.active div {
	width:100%;
}
#search {
	float:right;
}
.searchbox {
	margin-top:1.2em;
}
#search input {
	height:.85em;
	padding:.5em;
	border:1px solid transparent;
	color:#fff;
	font-family: 'Open Sans', sans-serif, Arial, Verdana;
	display:inline-block;
	margin:0;
	vertical-align:top;
	background-color: transparent;
}
#search input.input {
	transition: 0.3s ease;
	width:0px;
}
#search:hover input.input, #search input[type="text"]:focus {
	width:150px;
	border:1px solid #0c3056;
	background-color:#053a70;
}
#search .submit {
	display: inline-block;
	width: 2em;
	height: 2em;
	padding: 0;
	background-image: url(/subsitesassets/css/freesmij/search.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: transparent;
	margin: 0 0 0 5px;
	cursor: pointer;
	border: 1px solid transparent;
}
#search .submit:hover, #search:hover .submit {
	border:0px solid #ffcd00;
}
/*** subnav ***/

#subnav {
	background:#fff;
	border:1px solid #cfcfcf;
}
#subnav li {
	list-style:none;
	float:left;
	text-transform:uppercase;
	margin-right:1.5em;
	line-height:4em;
	font-weight:bold;
	font-size:.8em;
}
#subnav li a {
	color:#084380;
	display: inline-block;
	border-bottom:2px solid transparent;
}
#subnav li a:hover, #subnav li.active a {
	border-bottom:2px solid #084380;
}
/*** breadcrum ***/
.breadcrumb {
	font-weight:bold;
	color:#535353;
	float:right;
}
#subnav .breadcrumb li {
	margin-right:0;
	margin-left:.5em;
}
.breadcrumb li:first-child a {
	background-image: url(/subsitesassets/css/freesmij/home.png);
	background-repeat: no-repeat;
	background-position: 0 46%;
	text-indent: -9999px;
	width: 11px;
	margin-right: .5em;
}
#subnav .breadcrumb li a:hover {
	text-decoration: underline;
	border-bottom: 2px solid transparent;
}
/*** homeItems *****/
.homeItems {
	margin-top:-8em;
	margin-bottom: 6em;
	position:relative;
	z-index:12;
}
.homeItems .fixed {
	background-color:#fff;
	border-top:3px solid #ffcd00;
}
.homeItem {
	width:33.33333333333333%;
	float:left;
	font-size:1.1em;
}
.homeItem .inner {
	padding:1.5em 1.5em 2em 2.5em;
	border-left:1px solid #a0b0c1;
}
.homeItem:first-child .inner {
	border-left:0 none;
}
.homeItem h2, .homeItem p {
	margin-bottom:0.5em;
}
.more {
	transition: 0.3s;
	width: 30px;
	height: 30px;
	border: 3px solid #084380;
	line-height: 30px;
	text-indent: -250px;
	overflow: hidden;
	font-size: 13px;
	font-weight: 600;
	float: left;
	display: block;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	background-color: #084380;
	background-image: url(/subsitesassets/css/freesmij/arrow.png);
	background-position: right;
	background-repeat: no-repeat;
	color: #fff;
	margin-top: 1em;
}
.more:hover {
	width: auto;
	text-indent: inherit;
	padding-left:1em;
	padding-right:60px;
}
/*** contentpagina's ****/
.content {
	margin-bottom:3em;
	padding-top:2.5em;
}
.content a, .content a:visited, .content a:link {
	font-weight: 600;
}
.content a:hover {
	text-decoration: underline;
}
.contentleft, .contentright {
	float:left;
	width:48%;
	margin-bottom: 2em;
}
.contentright {
	margin-left:4%;
}
.content img {
	max-width: 100%;
	height:auto!important;
	width:auto!important;
}

.content .contentright img {
	padding-top: 0em;
	padding-bottom:2em;
		}
.content.opleidingen .contentright img {
	padding-top: 2em;
	padding-bottom:2em;
		}


.content h1 {
	text-transform:uppercase;
	margin-bottom:1em;
	font-size:24px;
	font-weight:800;
}
.content h2, .content h3 {
	font-size:15px;
	line-height:24px;
	margin-top: 0em;
}
.content h2.functienaam{
	font-size:24px;
	font-weight:400;
	padding:0 0 6px 0;
	margin-top:-5px;
	display:none;
	}
.content h3 {
	font-size:13px;
	font-weight:bold;
	margin-top:7px;
}
.content ul li {
	padding-left: 0em;
	margin-left: 1.4em;
	margin-bottom: 1em;
	font-size: 14px;
	line-height: 18px;
	margin-top: 1em;
}
.content ol {
	padding-left: 0em;
	margin-left: 1.4em;
	margin-bottom: 1em;
	font-size: 14px;
	line-height: 24px;
	margin-top: 0;
}
.content ol li {
	margin:0.7em 0em;
}
.content .inner .intro {
	font-size:19px;
	line-height:27px;
	font-weight:600;
}
.content .inner .innerquote {
	text-align:center;
	font-size:18px;
	line-height:24px;
	font-style:italic;
}
.content .inner .innerquote strong {
	display:block;
	font-style:normal;
	line-height:30px;
	font-size:14px;
	margin-top:1em;
}
.content .inner p {
	margin-bottom: 0.9em;
	font-size: 15px;
	line-height: 23px;
}
.content .inner .newscontent p {
	margin-bottom: 0.6em;
	font-size: 13px;
	line-height: 20px;
	font-weight: 600;
}
.detailpage .contentright.newsimage {
    margin-top: 5em;
}
a.button, .content a.button {
	border:3px solid #084380;
	padding:5px 10px;
	font-weight:800;
	display: inline-block;
	margin-top: 1em;
	font-size:13px;
}


a.button.project_button, .content a.button.project_button {
	border:3px solid #084380;
	padding:5px 10px;
	font-weight:800;
	display: inline-block;
	margin-top: 2em;
	font-size:13px;
	background:rgba(255,255,255,0.7);
}



.content a.button:hover, a.button:hover {
	border:3px solid #ffcd00;
	text-decoration: none;
}
sup {
	font-size: 0.83em;
	vertical-align: super;
	line-height: 0;
}
sub {
	font-size: 0.83em;
	vertical-align:sub;
	line-height: 0;
}
/* content pagina full width */
  .fullwidth .contentleft {
	float:none;
	width:100%;
	display: block;
	text-align: center;
	margin:0;
}
.fullwidth .contentleft h2 {
	text-transform: uppercase;
	font-weight: 800;
	margin: 2em 0;
}
.fullwidth .contentright {
	float:none;
	width:100%;
	display: block;
	text-align:center;
	margin:0;
}
.fullwidth p.intro {
	width:80%;
	margin:0 auto;
}
/* table styles */ 
.content table {
	border:2px solid #c2ccd7;
	border-spacing: 0px;
	width:100%;
	margin:2em 0;
}
.content table th {
	text-align: left;
	vertical-align: top;
	padding: 8px;
	border-bottom:1px solid #c2ccd7;
	background: #ffffff;
}
.content table td {
	border-left:1px solid #c2ccd7;
	border-top:1px solid #c2ccd7;
	background: #f6f7f9;
	padding:8px;
	white-space: nowrap;
	text-align:left;
}
.content table tr td:first-child {
	border-left:0px none;
}
.content table tr:nth-child(even) td {
background: #ffffff
}
	.content table.downloads a {
		display: block;
		width: 16px;
		height: 16px;
		text-indent: -12000px;
		background: url(/subsitesassets/css/freesmij/pdf.png);
	}
/*** aan het woord ***/

.headerimg img {
	width:100%;
	height: auto;
	max-width:100%;
}
.aanhetwoord {
	background: #fff;
	padding: 3em 2em 4em 2em;
}
.aanhetwoord_img {
	float:left;
	margin-right: 2%;
	width:25%;
}
.aanhetwoord_img img {
	max-width:100%;
}
.aanhetwoord .content {
	text-align: center;
	float:left;
	margin: 0;
	padding: 0;
	width:60%;
}
.aanhetwoord h1 {
	margin: 1em 0;
	padding: 0;
}
.aanhetwoord p {
	font-size:19px;
	line-height: 27px;
	font-weight:600;
	padding: 0;
	margin: 0;
}
.aanhetwoord_footer p {
	font-size: 14px;
	line-height: 17px;
	padding-bottom: 6px;
}
.aanhetwoord_footer .inner {
	float: left;
	width:66.5%;
	background: #f0f5f7;
}
.aanhetwoord_footer .inner a {
	padding: 0.9em 1em 1em 2em;
	display: block;
}
.aanhetwoord_footer .aanhetwoord_link {
	float: left;
	width:33.5%;
	background: #ffd200;
}
.aanhetwoord_link a {
	font-weight: 800;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 14px;
	display: block;
	padding: 1.6em 4.5em 1.6em 2em;
	background: url(/subsitesassets/css/freesmij/arrow_ahw.png) no-repeat 95% 50%;
	line-height: 15px;
}
/*** referentie ***/
.referentie {
background-repeat: no-repeat;
    background-position:  center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position:50% 50%;
}

.referentie .referentiecontainer{
	background-size: inherit;
}

.ref_header {
padding: 0 0 8em 0;
margin-bottom: 30em;
}
.ref_header h3 {
font-size: 21px;
text-transform: uppercase;
float: left;
font-weight: 800;
padding: .5em .9em;
background:rgba(255,255,255,0.9);
display:none;
}
.ref_header a.button {
	float:right;
}
.ref_title {
	clear:both;
	background-color:#fff;
	float:left;
	width:66%;
	margin-bottom:4em;
	min-height:78px;
}
.ref_title h4 {
	padding: .9em .5em 0 1em;
	font-size: 16px;
}
.ref_info {
	padding:1em 1em 1em 1.5em;
	text-transform:uppercase;
	font-size: 10px;
}
.ref_info span {
	padding:0 20px;
	background-position:left 50%;
	background-repeat:no-repeat;
}
span.locatie {
	background-image:url(/subsitesassets/css/freesmij/locatie.png);
}
.ref_info span.freestechniek {
	background-image: url(/subsitesassets/css/freesmij/tag.png);
}
h2.opdrachtgever {
	background-image: url(/subsitesassets/css/freesmij/opdrachtgever.png);
	background-position: 0em 0.1em;
	background-repeat: no-repeat;
	padding-left: 25px;
}

h2.tijdsbestek {
	background-image: url(/subsitesassets/css/freesmij/tijdsbestek.png);
	background-position: 0em 0.15em;
	background-repeat: no-repeat;
	padding-left: 25px;
}

h2.date {
	background-image: url(/subsitesassets/css/freesmij/wanneer.png);
	background-position: 0em 0.1em;
	background-repeat: no-repeat;
	padding-left: 25px;
}

h2.location {
	background-image: url(/subsitesassets/css/freesmij/locatie2.png);
	background-position: 0em 0.1em;
	background-repeat: no-repeat;
	padding-left: 25px;
}

h2.inzet {
	background-image: url(/subsitesassets/css/freesmij/freesmij.png);
	background-position: 0em 0.1em;
	background-repeat: no-repeat;
	padding-left: 25px;
}

h2.soortwerk {
	background-image: url(/subsitesassets/css/freesmij/inzetfreesmij.png);
	background-position: 0em 0.1em;
	background-repeat: no-repeat;
	padding-left: 25px;
}

.ref_link {
	float:left;
	width:33%;
	background-color: rgba(18, 58, 100, 0.95);
}
.ref_link a {
	line-height:14px;
	height:55px;
	display:block;
	color:#fff;
	padding-left:40px;
	font-weight:bold;
	text-transform: uppercase;
	padding-top: 24px;
}
	.ref_link a span {
		width: 30px;
		height: 30px;
		display: inline-block;
		border: 3px solid #ffcd00;
		background-position: center;
		background-repeat: no-repeat;
		margin: -17px 20px 0 20px;
		background-image: url(/subsitesassets/css/freesmij/arrow_yellow.png);
		vertical-align: middle;
		float: right;
	}
.ref_link a:hover span {
	background-color:#00458e;
}
/** referentie detail **/
.slideshow {
	margin: -1.5em;
}
.slideshow .inner {
	display: inline-block;
	width:33.133333%;
}
.slideshowimg {
	padding: 1.5em;
	display: block;
}
.slideshowimg img {
	max-width:100%;
}
.slideshow h1 {
	clear: both;
	padding:0 .8em;
}
.downloads a {
	display: block;
}
.downloads a:hover {
	text-decoration: underline;
}
/*** toepassingen ***/
.toepassingen {
	padding:2em 0 6em 0;
	width:100%;
	background-color:#e7ebf2;
	overflow:hidden;
}
.toepassingen .slide {
	clear:both;
}
.toepassingen h3 {
	text-transform:uppercase;
	font-size:24px;
	margin:1em 0 2em 0;
	float:left;
	font-weight:800;
}
.toepassingen .slide li {
	background-color:#fff;
	border-left:1px solid #ddd;
	margin-right:-1px;
	list-style:none;
	font-size:13px;
	width:300px;
}
#vacatures .slide li {
	width:480px;
}
#contactpersonen .slide li {
	width:330px;
}
	#contactpersonen .slide li .inner {
	padding-left:150px;
	background-repeat:no-repeat;
	background-position:2em 50%;
}
.toepassingen .slide li.active, .toepassingen .slide li:hover {
	background: rgba(255, 255, 255, 0.6);
	cursor:pointer;
}
.slide_WN .inner {
	background-image: url(/subsitesassets/css/freesmij/west-noord.png);
}
.slide_M .inner {
	background-image: url(/subsitesassets/css/freesmij/midden.png);
}
.slide_N .inner {
	background-image: url(/subsitesassets/css/freesmij/noord.png);
}
.slide_O .inner {
	background-image: url(/subsitesassets/css/freesmij/oost.png);
}
.slide_W .inner {
	background-image: url(/subsitesassets/css/freesmij/west.png);
}
.slide_WZ .inner {
	background-image: url(/subsitesassets/css/freesmij/west-zuid.png);
}
.slide_ZO .inner {
	background-image: url(/subsitesassets/css/freesmij/zuid-oost.png);
}
.slide_Z .inner {
	background-image: url(/subsitesassets/css/freesmij/zuid.png);
}
.toepassingen li.active .inner > a {
	opacity: .2;
}
.toepassingen .slide li .inner {
	padding:2em;
}
.toepassingen h4 {
	text-transform:uppercase;
	margin-bottom:1em;
}
.toepassingen p {
	margin-bottom:1em;
	white-space:normal;
	height:auto;
	min-height:90px;

}
.toepassingen p.telefoon {
	margin-bottom:0;
	min-height:0;
}
.toepassingen p.email {
	min-height:0;
}
#toepassingen p, #specialetoepassingen p {

}
.toepassingen .inner > a {
	font-weight:bold;
	text-transform:uppercase;
	border-bottom:2px solid #ffcd00;
}
.toepassingen .inner > a:hover, .toepassingen .slide li:hover .inner > a {
	border-bottom:2px solid #084380;/*color:#ffcd00;*/
}
.toepassingen .flex-control-paging, .toepassingen .flex-direction-nav {
	display:none;
}
.toepassingen .flexslider {
	min-width:100%;
	background-color:#fff;
}
.arrows {
	float:right;
	margin-top:2em;
}
.arrows li {
	float:left;
	list-style:none;
}
.arrows span {
	width:11px;
	height:16px;
	margin-left:1em;
	border:0px;
	text-indent:-99999px;
	background-repeat:no-repeat;
	display:block;
	cursor:pointer;
}
	.arrows .prev {
		background-image: url(/subsitesassets/css/freesmij/arrow_blue_02.png)
	}
	.arrows .next {
		background-image: url(/subsitesassets/css/freesmij/arrow_blue.png);
	}
/*** quote ****/

.quote {
	padding:5em 3em 4em 3em;
	text-align:center;
	background:#fff;
}
.quote h3 {
	text-transform:uppercase;
	font-size:2em;
	font-weight:800;
}
.quote-teken-begin {
	font-family: Times;
	font-size: 25px;
	margin-right: 5px;
	font-weight: bold;
}
.quote-teken-eind {
	font-family:Times;
	font-size: 25px;
	margin-left: 8px;
	font-weight: bold;
}
.quote p {
	font-size:19px;
	margin:1em 2em 1.5em 2em;
	line-height:27px;
	font-weight:600;
}
.quote h4 {
	font-weight:normal;
}
.quote .inner {
	width:70%;
	margin:0 auto;
}
.quote_img img {
	width:100px;
	border-radius: 50px;
	border:2px solid #eee;
}
/*** duurzaam **/

.duurzaam {
	background: #fbfdf8;
	color:#61aa00;
	border:1px solid #beda98;
	margin-top: 0px;
}
.duurzaam p {
	padding: 0em 2em 1em 2em;

}
.duurzaam h2 {
	padding: 0 2em;

}
.logo-duurzaam {
	background: url(/subsitesassets/css/freesmij/duurzaam.png) no-repeat 2em 2em;
	padding-left: 77px;
}

.duurzaamtop {
	padding-left: 77px;
	padding-top: 2em;
	background: url(/subsitesassets/css/freesmij/duurzaam.png) no-repeat 2em 2em;
	border-bottom: 1px solid #beda98;
	margin-bottom: 2em;
}
.duurzaamtop h2, .duurzaamtop p {
	padding-left: 3em;
}
.duurzaam a.button {
	border-color:#61aa00;
	color:#61aa00;
	padding: 3px 10px;
	margin-top: 0px;
}
.duurzaam a.button:hover {
	border-color:#beda98;
}
/*** footer *****/

#footer {
	background: #003c6f; /* Old browsers */
	background: -moz-linear-gradient(left, #003c6f 0%, #003c6f 50%, #004982 50%, #004982 100%, #004982 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #003c6f), color-stop(50%, #003c6f), color-stop(50%, #004982), color-stop(100%, #004982), color-stop(100%, #004982)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #003c6f 0%, #003c6f 50%, #004982 50%, #004982 100%, #004982 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #003c6f 0%, #003c6f 50%, #004982 50%, #004982 100%, #004982 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #003c6f 0%, #003c6f 50%, #004982 50%, #004982 100%, #004982 100%); /* IE10+ */
	background: linear-gradient(to right, #003c6f 0%, #003c6f 50%, #004982 50%, #004982 100%, #004982 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003c6f', endColorstr='#004982', GradientType=1 ); /* IE6-9 */
}
#footer a {
	color:#fff;
}
#footer a:hover {
	color:#ffcd00;
}
.footer_left {
	background-color:#003c6f;
	width:66.66666666666%;
	float:left;
	min-height:130px
}
.footer_left li {
	list-style:none;
	float:left;
	margin-right:2em;
	font-weight:bold;
	padding:1em 0 0 0;
}
.footer_left ul {
	clear:both;
}
.footer_right {
	background-color:#004982;
	width:33.33333333333333%;
	float:left;
	min-height:130px;
	color:#fff;
}
.footer_right .inner {
	padding:2em 2em;
}
.footer_right h3, .footer_right p {
	color:#fff;
	font-size:13px;
	margin-bottom:1.5em;
}
.footer_right p.left, .footer_right div.left {
	float:left;
	color:#adbdd6;
}
.footer_right p.right, .footer_right div.right {
	float:right;
	color:#adbdd6;
}
#footer .footer_right p.right a, #footer .footer_right div.right a,
.footer_right > div p {
	color:#adbdd6;
}
.footer_right p:first-child {
}
.footer_bottom {
	background-color:#002140;
	color:#667a8c;
	line-height:4em;
}
.footer_bottom span {
	margin-right:1em;
}
.footer_bottom a {
	margin:0 1em;
	color:#667a8c;
}
.footer_bottom a:hover {
	color:#fff;
}
ul.footernav {
	margin:1em 1em 1em 0em;
}
ul.social {
	margin: 5em 1em 1em -.6em;
}
ul.social a {
	width:40px;
	height:40px;
	display:block;
	opacity:.6;
	text-indent:-999px;
}
ul.social a:hover {
	opacity:1;
}
li#twitter a {
	background-image: url(/subsitesassets/css/freesmij/twitter.png);
}
li#vimeo a {
	background-image: url(/subsitesassets/css/freesmij/vimeo.png);
}
li#facebook a {
	background-image: url(/subsitesassets/css/freesmij/facebook.png);
}
li#youtube a {
	background-image: url(/subsitesassets/css/freesmij/youtube.png);
}
li#linkedin a {
	background-image: url(/subsitesassets/css/freesmij/linkedin.png);
}
.footer_bottom_left {
	width:66.66666666%;
	float:left;
}
.footer_bottom_right {
	width:33.33333333%;
	float:left;
}
	.footer_bottom_right a {
		margin-left: 2em;
		background: url(/subsitesassets/css/freesmij/link.png) no-repeat bottom left;
		padding-left: 2em;
	}
		.footer_bottom_right a:hover {
			background: url(/subsitesassets/css/freesmij/link.png) no-repeat top left;
		}
/*** slider ****/
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
	outline: none;
}
.slides, .flex-control-nav, .flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
@font-face {
	font-family: 'flexslider-icon';
	src: url('/subsitesassets/css/freesmij/fonts/flexslider-icon.eot');
	src: url('/subsitesassets/css/freesmij/fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('/subsitesassets/css/freesmij/fonts/flexslider-icon.woff') format('woff'), url('/subsitesassets/css/freesmij/fonts/flexslider-icon.ttf') format('truetype'), url('/subsitesassets/css/freesmij/fonts/flexslider-icon.svg#flexslider-icon') format('svg');
	font-weight: normal;
	font-style: normal;
}
.flexslider {
	margin: 0;
	padding: 0;
}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
	width: 100%;
	display: block;
}
.flex-pauseplay span {
	text-transform: capitalize;
}
.slides:after {
	content: "\0020";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .slides {
	display: block;
}
* html .slides {
	height: 1%;
}
.no-js .slides > li:first-child {
	display: block;
}
.flexslider {
	margin: 0;
	position: relative;
	zoom: 1;
}
.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.loading .flex-viewport {
	max-height: 300px;
}
.flexslider .slides {
	zoom: 1;
}
.carousel li {
	margin-right: 5px;
}
.flex-direction-nav {
*height: 0;
}
.flex-direction-nav a {
	text-decoration:none;
	display: block;
	width: 80px;
	height: 100px;
	margin: -30px 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	overflow: hidden;
	opacity: 0;
	cursor: pointer;
	color: rgba(255, 255, 255, 0.6);
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
-webkit-transition: all .8s ease;
-moz-transition: all .8s ease;
transition: all .8s ease;
}
.flex-direction-nav .flex-prev {
	opacity: 0.01;
	left:40px;
}
.flex-direction-nav .flex-next {
	opacity: 0.01;
	text-align: right;
	right: 40px;
}
.flexslider:hover .flex-prev {
	opacity:1
}
.flexslider:hover .flex-next {
	opacity:1
}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
	opacity: 1;
	color:#084380;
}
.flex-direction-nav .flex-disabled {
	opacity: 0!important;
	filter:alpha(opacity=0);
	cursor: default;
}
.flex-direction-nav a:before {
	font-family: "flexslider-icon";
	font-size: 40px;
	display: inline-block;
	content: '\f001';
}
.flex-direction-nav a.flex-next:before {
	content: '\f002';
}
.slider-title {
	position:relative;
	text-align:right;
	width:20%;
	float:right;
	margin-right:25%;
	margin-top:-16em;
	/* Fallback for web browsers that don't support RGBa */
    background-color: #084380;
	/* RGBa with 0.6 opacity */
    background-color: rgba(18, 58, 100, 0.95);
	padding:1em 1.2em 1em 1.6em;
}
.slider-title h4 {
	color:#fff;
	font-weight:bold;
}
.slider-title h5 {
	color:#ffcd00;
	font-weight:normal;
	margin-top: -5px;
}
.slider-title h4, .slider-title h5 {
	font-size:17px;
	text-transform:uppercase;
	line-height:22px;
	text-align:left;
}
	.slider-title span {
		text-indent: 999px;
		white-space: nowrap;
		border: 3px solid #ffcd00;
		display: inline-block;
		width: 30px;
		height: 30px;
		float: right;
		margin-left: 10px;
		background-image: url(/subsitesassets/css/freesmij/arrow_white.png);
		background-repeat: no-repeat;
		background-position: 50% 50%;
	}
.slider-title:hover span {
	background-color:#084380;
}
/*.contentslideshow {
    margin-bottom: 4em;
}*/
/* nieuws */

.newsoverview {
	margin:-1em;
}
.news img {
	width:100%;
}
.newsitem {
	float:left;
	width:33.333333333%;
}
.newsitem .inner {
	margin:1em;
	background:#fff;
	padding-bottom:.1em;
}
.newsitem .newscontent {
	padding:1em;
	margin: .5em .7em .5em .9em;
}
.newsitem:hover .newscontent {
	background:#f0f5f7;
}
.newsitem:hover img {
	opacity: .4;
}
.newsitem h2 {
	text-transform:uppercase;
	margin-bottom:.5em;
}
.categorie {
	background-image: url(/subsitesassets/css/freesmij/tag.png);
	display: none;
}
.newsitem .categorie {
	display:none;
		}

.datum {
	background-image: url(/subsitesassets/css/freesmij/date.png);
}
.newsitemfooter span {
	font-weight:bold;
	padding:0 20px;
	background-position:left 50%;
	background-repeat:no-repeat;
}
.newsitem img {
	width:100%;
}
.newsitem p {
	min-height: 72px;
}
.newsdetail {
	text-align: left;
	
}
.detailpage .contentright {
	margin-top:0px;	
}
.newsdetail h2, .newsdetail p {
	font-size: 27px;
	line-height: 30px;
}
.newsdetail .newsitemfooter {
	margin-top: 1em;
}
/* paging */

.paging {
	float:right;
	clear:both;
	padding:1em;
}
.content ul.paging li {
	float:left;
	list-style:none;
	margin-left:0;
}
.paging a {
	display:block;
	width:20px;
	height:20px;
	line-height:20px;
	text-align:center;
	font-weight:bold;
	border:2px solid #c1d2e4;
	margin-right:10px;
}
.paging .active span, .paging li:hover a {
	background:#fff;
	border:2px solid #084380;
	display:block;
	width:20px;
	height:20px;
	line-height:20px;
	text-align:center;
	font-weight:bold;
	margin-right:10px;
}
.paging a:hover {
	text-decoration:none;
}
/* searchresults */
 
#xsltsearch_summary {
	margin:0 0 2em 0;
	padding-bottom:2em;
	border-bottom:1px solid #ddd;
}
.xsltsearch_result_title {
	font-weight:bold;
	text-transform:uppercase;
}
.xsltsearch_result_description {
	padding-bottom:2em;
	margin-bottom:2em;
	border-bottom:1px solid #ddd;
}
/* vacatures */

.opleidingen {
	background: #eeeeee;
	padding: 2em 0;
	margin-bottom: 0;
}
.opleidingen h1 {
	margin: 1em 0;
}
/* solliciatieform */

.solicitatieformulier {
	background: #ffffff;
}
.solicitatieformulier h1 {
	margin-bottom: 1em;
}
.solicitatieformulier .contentright {
	margin-top: 2.5em;
	padding-top: 25px;
}
.error {
	color:#ff0000;
	display:block;
}
.form-item span:first-child {
	display: inline-block;
	width:30%;
	font-weight: bold;
	line-height: 26px;
}
.form-item input.text, .form-item input[type="text"], .form-item input[type="password"] {
	background: #f0f5f7;
	border:1px solid #bed2da;
	line-height: 14px;
	height: 14px;
	margin: .5em 0;
	display: inline-block;
	width:60%;
	font-size:13px;
	padding: 10px 5px;
	font-family: 'Open Sans', sans-serif, Arial, Verdana;
}
.form-item input[type="file"]::-webkit-file-upload-button {
 background:#f0f5f7;
 font-weight: 800;
 border:0px;
 padding: 10px 20px;
 text-transform: uppercase;
 font-size:13px;
 font-family: 'Open Sans', sans-serif, Arial, Verdana;
 color:#06447d;
 margin: .5em 0;
 cursor:pointer;
}
.form-item span[style="visibility:hidden;"], .form-item span[style="visibility: hidden;"] {
	display:none;
}
.form-item span[style="visibility:visible;"], .form-item span[style="visibility: visible;"] {
	display:block;
	color:red;
}
.hidden {
	display: none;
}

.contactsubmit input, .logout {
	margin: 2em 0;
	font-size:13px;
	padding: 15px 80px 15px 15px;
	background: #003c6f url(/subsitesassets/css/freesmij/verstuur.png) no-repeat 95% 50%;
	font-family: 'Open Sans', sans-serif, Arial, Verdana;
	color:#fff;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
}
	.contactsubmit input:hover, .logout:hover {
		background: #ffcd00 url(/subsitesassets/css/freesmij/verstuur_hover.png) no-repeat 95% 50%;
		color: #003c6f;
	}
/* goolge maps */
#kaart_overlay {
 background-color: rgba(18, 58, 100, 0.6); /*blauw transparant*/
 position: relative;
 width:100%;
 height:600px;
 top:-600px;
 margin-left:auto;
 margin-right:auto;
 color:#ffffff;
 text-align: center;
 float:right;
 margin-bottom:-600px;
}

#kaart_overlay h2 {
	font-size: 1.6em;
padding: 0 0 30px 0;
width: 60%;
margin: 0 auto;
}
.infoBox {
	cursor: default;
}
.infobox-content {
	background: #ffffff;
	border-top:4px solid #ffcd00;
	width:500px;
}
.infoBox > img {
	margin:20px;
}
.infobox-content img {
	float:left;
	height:220px;
}
.infoxbox-name {
	float:left;
	font-size:18px;
	line-height: 24px;
	padding: 2em 1em 0 0;
}
.infoxbox-name a:hover {
	text-decoration: underline;
}
.infoxbox-name a.readmore {
	color:#ffcd00;
}
.infobox-triangle {
	width: 2px;
	height: 2px;
	border-style: solid;
	border-width: 30px 40px 0 0;
	margin-left: 75%;
	border-color: #ffffff transparent transparent transparent;
}
/* filters */
.filters {
	cursor:pointer;
}
.filters ul {
	background:#fff;
	position:absolute;
	display:none;
}
.filters li {
}
.filters > li > span {
	display:block;
	padding:0 1em;
	border:2px solid transparent;
	line-height:2em;
	margin-top:1em;
}
.filters > li:hover > span {
	border:2px solid #084380;
}
#subnav li ul li {
	float:none;
	display:block;
	height:auto;
	line-height:1em;
	font-size:1em;
	padding:0;
	margin:0;
}
.filters li:hover ul {
	display:block;
}
#subnav li ul li a:hover, #subnav li ul li a {
	text-decoration:none;
	border:0px none;
	display:block;
	white-space:nowrap;
	padding:1em 1.1em;
	width:144px;
	margin:0;
}
#subnav li ul li a:hover {
	background:#eee;
}
/* slideshow contentpagina */

 .flex-control-nav {
	top: -30px;
	position: relative;
	z-index: 1000;
	color:#fff;
	width:1200px;
	margin:0 auto;
	text-align:right;
	margin-bottom:-18px;
}
.titelslideshow {
	top: 40px;
	position: relative;
	height:0;
	width:1200px;
	margin:0 auto;
	z-index: 1000;
	text-transform:uppercase;
	font-weight:800;
}
.titelslideshow h1 {
	text-transform:uppercase;
	font-size:24px;
	font-weight:800;
}
.flex-control-nav li {
	display:inline-block;
	margin-left:1em;
}
.flex-control-nav a.flex-active {
	background:#fff;
	color:#fff;
}
.flex-control-nav a {
	width:18px;
	height:18px;
	border-radius:18px;
	display:block;
	background:#084380;
	color:#084380;
	font-size:0;
	cursor:pointer;
}

/* responsiveness */ 
@media screen and (max-width: 1280px) {
.fixed, .flex-control-nav {
 width:90%;
}

}
@media screen and (max-width: 860px) {
 .flex-direction-nav .flex-prev {
opacity: 1;
left: 10px;
}
 .flex-direction-nav .flex-next {
opacity: 1;
right: 10px;
}

}
@media screen and (max-width: 1024px) {
	/* grid */
#header, #nav {
 padding:0 1em;
}
 .footer_right p.left, .footer_right p.right {
 float:none;
 margin-bottom:0px;
}
 #footer .footer_right .inner {
 padding:2em 0em 2em 1em;
}
 ul.footernav, ul.social {
 margin:1em 0em 1em 1em;
}
 .footer_left li {
 margin-right:1em;
}
 .footer_left, .footer_right {
 height:200px;
}
	/* home */
 .homeItems {
 margin-top:1em;
}
 .homeItem .inner {
 padding:1em;
}
.slider-title {
 margin-top:-7em;
 width:30%;
}
.aanhetwoord_footer .inner,
.aanhetwoord_footer .aanhetwoord_link {
	display:block;
	width:100%;
	float:none;
}
.aanhetwoord .content {
	padding-bottom:2em;
}
.aanhetwoord .content,
.aanhetwoord_img {
	float:none;
	display:block;
	width:100%;
	margin:0;
	text-align:center;
}
/* referentie */ 

.ref_title, .ref_link {
	display:block;
	width:100%;
	float:none;	
	margin:0;
}
.ref_header {
	margin-bottom:15em;
}
.referentie .fixed {
	padding-bottom:1em;
}
/* news / ref blokken */

.newsitem
{
	width:50%;
}

/* materieel tables */
.frezendownloads tr td:nth-child(10),
.frezendownloads tr th:nth-child(10),
.frezendownloads tr td:nth-child(9),
.frezendownloads tr th:nth-child(9) { 
display:none;
}

}
@media screen and (max-width:830px) {
	/* materieel tables */
.frezendownloads tr td:nth-child(8),
.frezendownloads tr th:nth-child(8),
.frezendownloads tr td:nth-child(7),
.frezendownloads tr th:nth-child(7) { 
display:none;
}
.asfalterendownloads tr td:nth-child(7),
.asfalterendownloads tr th:nth-child(7),
.asfalterendownloads tr td:nth-child(6),
.asfalterendownloads tr th:nth-child(6) { 
display:none;
}
}
@media screen and (max-width: 750px) {
 .fixed {
 width:95%;
}
 .homeItem {
 width:100%;
 float:none;
 border-left:0px none;
 border-bottom:3px solid #ffcd00;
}
 .homeItem .inner {
 border-left:0px none;
 padding:2em;
}
 #topnav li {
 margin-left:1em;
}
 #topnav {
 clear:both;
 float:none;
 margin:1em 0 3em 0;
}
/* content */

.contentleft, .contentright {
	float:none;
	display:block;
	width:100%;
	margin:0;
}
.contentleft {
	margin-bottom:2em;
}
.quote .inner {
	width:100%;
}
.quote p {
	margin:1em 0;
}
.slideshowimg {
	padding:.5em;
}
.slideshow {
	margin:-.5em;
}
.slideshow h1 {
	padding:0 .3em;
}
}
@media screen and (max-width: 650px) {
 .slider-title {
 display:none;
}
 .flex-direction-nav a {
 margin-top:-10px;
}
 .flex-direction-nav a:before {
 font-size:25px;
}
	#responsive_nav {
		display: block;
		width: 40px;
		height: 31px;
		background-image: url(/subsitesassets/css/freesmij/nav.png);
		position: absolute;
		right: 1em;
		top: 1em;
		cursor: pointer;
	}
.breadcrumb {
 display:none;
}
 #search {
 float:none;
 clear:both;
 padding-bottom:1em;
 border-top:3px solid #fff;
position:absolute;
right:5em;
top:0;
}
 #search input.input, #search:hover input.input {
 width:100px;
 border:1px solid #ffcd00;
}
 #search input.submit {
 margin-left:0;
}
#nav, #topnav, #header {
 text-align:center;
 padding:0;
 padding:0;
 margin:0;
}
#nav, #header {
 width:100%;
 display:block;
 float:none;
}
#nav .fixed, #header .fixed {
 width:100%;
}
#nav .fixed {
 background-color:#084380;
}
#nav li, #topnav li {
 display:block;
 float:none;
 line-height:4em;
 margin:0;
}
#header a {
 display:block;
}
#nav li div {
 display:none;
}
#nav li.active {
 background-color:#4982b9;
}
#nav li.active a, #nav li:hover a {
 color:#ffcd00;
}
#topnav {
 border-bottom:5px solid #084380;
}
#topbar {
 display: -webkit-box; /* Initiate flexbox */
 display: -moz-box;
 display: -ms-flexbox;
 display: -webkit-flex;
 display: flex;
 -moz-box-orient:vertical; /* Establishes the direction of reordering - we want the y-axis */
 -webkit-box-orient:vertical;
 -ms-box-orient: vertical;
 -webkit-flex-direction: column;
 flex-direction: column;
}
#nav {
 -moz-box-ordinal-group: 1;
 -webkit-box-ordinal-group: 1;
 -ms-flex-order: 1;
 -webkit-order: 1;
 order: 1;
}
#header {
 -moz-box-ordinal-group: 2;
 -webkit-box-ordinal-group: 2;
 -ms-flex-order: 2;
 -webkit-order: 2;
 order: 2;
}
#search {
 -moz-box-ordinal-group: 3;
 -webkit-box-ordinal-group: 3;
 -ms-flex-order: 3;
 -webkit-order: 3;
 order: 3;
}
	#topbar {
		background-image: url(/subsitesassets/css/freesmij/logo.png);
		background-position: 2em 1em;
		background-repeat: no-repeat;
		padding-top: 5.5em;
		background-color: #fff;
		/*height:0;
 overflow:hidden;
 position:absolute;
 z-index:999;*/
		width: 100%;
	}
#logo, #topnav, #nav ul {
 display:none;
}
#topbar.active #topnav, #topbar.active #nav ul {
	display:block;

}
/********* prevents ie10 for content choregraphy ***************/
html[data-useragent*='MSIE 10.0'] body #topbar {
 display: block;
}
.newsoverview, .newsitem .inner {
	margin:0;
}
.newsitem
{
	width:100%;
	float:none;
	display:block;
	clear:both;
	height:auto!important;
	padding:0;
	margin-bottom:2em;
}
.slideshow .inner, .slideshow {
	display:block;
	width:100%;
}
.slideshowimg, .slideshow, .slideshow h1 {
	padding:0;
	margin:1em 0;
}
#kaart {
	height:400px!important;
}
#kaart_overlay {
	height:400px;
	top:-400px;
}
	/* materieel tables */
.frezendownloads tr td:nth-child(6),
.frezendownloads tr th:nth-child(6),
.frezendownloads tr td:nth-child(5),
.frezendownloads tr th:nth-child(5) { 
display:none;
}
.asfalterendownloads tr td:nth-child(5),
.asfalterendownloads tr th:nth-child(5),
.asfalterendownloads tr td:nth-child(4),
.asfalterendownloads tr th:nth-child(4) { 
display:none;
}

}
@media screen and (max-width: 505px) {

 #footer .fixed {
 margin:0;
 width:100%;
}
 .footer_left, .footer_right {
 float:none;
 display:block;
 width:100%;
 height:auto;
 min-height:10px;
}
 .footer_left {
 min-height:102px;
}
 .footer_bottom a, .footer_bottom span {
 margin:0;
 font-size:11px;
 color:#fff;
}
 .footer_bottom {
 line-height:2em;
}
 ul.footernav {
 font-size:12px;
}
	/* materieel tables */
.frezendownloads tr td:nth-child(6),
.frezendownloads tr th:nth-child(6),
.frezendownloads tr td:nth-child(5),
.frezendownloads tr th:nth-child(5),
.frezendownloads tr td:nth-child(4),
.frezendownloads tr th:nth-child(4) { 
display:none;
}
.asfalterendownloads tr td:nth-child(3),
.asfalterendownloads tr th:nth-child(3),
.asfalterendownloads tr td:nth-child(2),
.asfalterendownloads tr th:nth-child(2) { 
display:none;
}
}
@media screen and (max-width: 450px) {
#search {
 display:none;
}
#topnav li.search {
 display:block;
}
.frezendownloads tr td:nth-child(2),
.frezendownloads tr th:nth-child(2),
.frezendownloads tr td:nth-child(3),
.frezendownloads tr th:nth-child(3) { 
display:none;
}
.content table td {
	white-space:normal;
}
}



































































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
