@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700);
* {
  margin: 0;
  padding: 0; }

body, html {
  font-family: "Open Sans", sans-serif;
  height: 100%;
  width: 100%;
  color: #414042; }

a:hover {
  color: #fd6a31 !important; }

.wrapper {
  width: 1000px;
  margin: 0 auto; }

.overflow {
  overflow: hidden; 
}
#algemene-voorwaarden {
	text-decoration: none;
	font-size: 11px;
	font-weight: 600;
	margin-top: 10px;
  text-align: right;
  float: right;
}
#link-voorwaarden{
	color: #FFF;
}
#to-top {
  height: 44px;
  width: 44px;
  background: #3a5870 url("../img/up-arrow.png") no-repeat center center;
  border-radius: 50%;
  position: fixed;
  bottom: 90px;
  right: 10px;
  display: none;
  z-index: 999; }
  #to-top:hover {
    background: #fd6a31 url("../img/up-arrow.png") no-repeat center center; }

header {
  position: absolute;
  top: 0;
  width: 100%;
  height: 154px;
  background-color: #3a5870;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  box-shadow: 1px 1px 25px rgba(0, 0, 0, 0.3);
  z-index: 999999;
  position: fixed;}
  header #logo {
    margin-top: 23px; }
  header #header-nav {
    position: relative;
    width: 100%;
    top: 0;
    background-color: #3a5870;
    padding-bottom: 20px;
    z-index: 999999; }
  header nav {
    float: right;
    margin-right: 277px;
    margin-top: 104px; }
    header nav ul li {
      display: inline-block;
      margin: 0 8px;
      position: relative; }
      header nav ul li a {
        color: white;
        text-decoration: none;
        font-size: 16px;
        font-weight: 600; }
        header nav ul li a:hover {
          color: white !important; }
    header nav .active:before, header nav ul li:hover:before {
      position: absolute;
      display: block;
      background-color: #fd6a31;
      width: 100%;
      height: 4px;
      content: "";
      left: 0;
      bottom: -9px; }
    header nav .active:after, header nav ul li:hover:after {
      position: absolute;
      width: 100%;
      height: 7px;
      bottom: -5px;
      left: 0;
      background: url("../img/arrow.png") no-repeat 50% 0;
      content: ""; }

#telefoon {
  /*float: right;*/
  margin-top: 81px;
}
  #telefoon img {
    float: left;
    margin-right: 5px; }
  #telefoon span {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #fd6a31;
    float: left; }
#right-nav{
  float: right;
  margin-top: -106px;
}
#taal-keuze img{
  float: right;
  margin-left: 7px;
}

#content {
  margin-top: 174px;
  position: relative;
  width: 100%;
  height: auto;
  background-color: white;
  overflow: hidden; }
  #content h1 {
    font-weight: 600;
    font-size: 34px;
    color: #414042; }
  #content p {
    font-size: 14px;
    color: #414042;
    margin-top: 20px; }
    #content p b {
      font-weight: 600;
      font-size: 18px; }
  #content .contact {
    border-top: 1px solid #414042;
    width: 1000px;
    height: 50px;
    margin-top: 50px; }
    #content .contact .contact-item {
      width: 249px;
      border-right: 1px solid #e6e7e8;
      height: 126px;
      float: left;
      margin-top: 28px;
      margin-bottom: 20px; }
      #content .contact .contact-item:nth-child(4) {
        border: none; }
      #content .contact .contact-item:nth-child(2) h5, #content .contact .contact-item:nth-child(3) h5, #content .contact .contact-item:nth-child(4) h5, #content .contact .contact-item p {
        margin-left: 20px; }
      #content .contact .contact-item h5 {
        font-weight: 600;
        font-size: 17px;
        color: #414042;
        margin: 10px 0; }
      #content .contact .contact-item p, #content .contact .contact-item a {
        color: #6d6e71;
        font-size: 15px;
        font-weight: 600;
        line-height: 24px; }
      #content .contact .contact-item span {
        display: block;
        color: #fd6a31;
        font-weight: 600;
        font-size: 17px; }
  #content #google-maps {
    margin-bottom: 30px; }
  #content #contact-content {
    width: 100%;
    height: auto;
    overflow: hidden; }
  #content #contact-left {
    float: left;
    width: auto;
    height: auto; }
    #content #contact-left h1 {
      font-size: 34px;
      color: #414042;
      font-weight: 600; }
    #content #contact-left p {
      font-weight: 600;
      color: #414042;
      line-height: 24px;
      font-size: 15px; }
      #content #contact-left p#adres {
        font-size: 18px;
        line-height: 28px;
        margin: 25px 0; }
      #content #contact-left p a {
        color: #414042; }
  #content #contact-right {
    float: right;
    width: 550px; }
    #content #contact-right h2 {
      font-size: 22px;
      font-weight: 600;
      color: #414042;
      line-height: 53px;
      margin-bottom: 24px; }
    #content #contact-right .input-form {
      height: 31px;
      width: 200px;
      border: 1px solid #a7a9ac;
      padding-left: 10px;
      font-size: 15px; 
      margin: 0 0 15px 0;
    }
      #content #contact-right .input-form:nth-child(2) {
        margin: 0 12px; }
		
		.input-form-beurs{
			height:31px;
			width:200px;
			border:1px solid #a7a9ac;
			padding-left:10px;
			font-size=15px;
			margin: 10px 4px;}
		.bericht-formulier-beurs{
			width:200px;
			height:80px;
			border:1px solid #a7a9ac;
			padding-left:10px
			font-size=15px;
			margin-top: 10px;}
			
    #content #contact-right .input-text {
      height: 178px;
      width: 530px;
      border: 1px solid #a7a9ac;
      font-size: 15px;
      padding-left: 10px;
      margin-top: 12px; }
    #content #contact-right .err {
      border-color: #f22613;
      outline: none; }
    #content #contact-right #verstuur {
      background: url("../img/send_button.png") no-repeat;
      cursor: pointer;
      width: 105px;
      height: 35px;
      margin-top: 5px; }
      #content #contact-right #verstuur:hover {
        background: url("../img/send_hover_button.png") no-repeat; }
    #content #contact-right .succes {
      height: 35px;
      width: 100%;
      background-color: #dff0d8;
      color: #468847;
      border: 1px solid #dddddd;
      line-height: 35px;
      margin-top: 10px;
      padding-left: 10px;
      font-weight: 600;
      font-size: 15px; }
  #content #breadcrumbs {
    width: 100%;
    height: 37px;
    background-color: #f2f2f2;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 30px; }
    #content #breadcrumbs #crumbs {
      float: left;
      line-height: 37px;
      margin-left: 25px;
      color: #6d6e71; }
      #content #breadcrumbs #crumbs a {
        color: #6d6e71;
        text-decoration: none; }
        #content #breadcrumbs #crumbs a.crumbs-selected {
          color: #fd6a31;
          text-decoration: none; }
    #content #breadcrumbs #bread-back {
      float: right;
      line-height: 37px;
      margin-right: 25px;
      color: #6d6e71; }
  #content .project-item-wrapper {
    overflow: hidden; }
  #content .project-right {
    width: 490px;
    float: right; }
  #content .project-left {
    width: 490px; }
    #content .project-left div {
      margin-top: 15px; }
      #content .project-left div img {
        margin-top: 5px; }
        #content .project-left div img:nth-child(2n+2) {
          margin-left: 5px; }

#project-content {
  overflow: hidden; }
  #project-content .project-item {
    width: 324px;
    height: 182px;
    background-size: cover !important;
    overflow: hidden;
    position: relative;
    float: left;
    margin: 20px 0; }
    #project-content .project-item span {
      width: 100%;
      height: 45px;
      line-height: 45px;
      background-color: rgba(35, 31, 32, 0.5);
      padding-left: 10px;
      color: white;
      font-size: 25px;
      font-weight: 600;
      display: block;
      bottom: 0;
      position: absolute; }
    #project-content .project-item:hover span {
      color: #fd6a31; }
    #project-content .project-item:nth-child(3n+2) {
      margin-left: 14px;
      margin-right: 14px; }

.ons-service-item {
  width: 100%;
  height: auto;
  margin-top: 30px;
  border-top: 1px solid #414042;
  overflow: hidden;
   }
  .ons-service-item div {
    float: left;
    width: 70%; }
    .ons-service-item div img {
      float: right; }
    .ons-service-item div h2 {
      font-weight: 600;
      font-size: 34px;
      color: #fd6a31;
      margin-top: 7px; }
    .ons-service-item div p.txt {
      font-size: 14px !important;
      font-weight: 400 !important; }
      .ons-service-item div p.txt b {
        font-weight: 600;
        font-size: 18px; }

#slider {
  position: relative;
  margin-top: 154px;
  height: 500px;
  width: 100%; }
  #slider ul.images {
    top: 0px;
    left: 0px; }
  #slider ul.images li {
    position: absolute;
    top: 0px;
    left: 0px;
    background-size: cover;
    width: 100%;
    height: 500px; }
    #slider ul.images li .dia-content {
      position: absolute;
      top: 63%; }
      #slider ul.images li .dia-content h2 {
        color: white;
        font-size: 52px;
        font-weight: 600; }
      #slider ul.images li .dia-content h3 {
        font-weight: 600;
        color: white;
        font-weight: 34px; }
  #slider ul.triggers {
    position: absolute;
    top: 88%; }
    #slider ul.triggers li.active {
      background: url("../img/dia_active_bol.png") no-repeat; }
    #slider ul.triggers li {
      display: inline-block;
      height: 31px;
      width: 31px;
      background: url("../img/dia_bol.png") no-repeat; }

#main-content {
  width: 100%;
  min-height: 402px;
  background-color: white;
  overflow: hidden; }
  #main-content h1 {
    color: #414042;
    font-size: 34px;
    font-weight: 600;
    line-height: 300%; }
  #main-content p {
    line-height: 25px;
    font-size: 14px;
    color: #414042;
    font-weight: normal; }
    #main-content p b {
      line-height: 28px;
      font-size: 18px;
      font-weight: 600; }
  #main-content .left {
    float: left;
    width: 50%; }
  #main-content .right {
    float: right;
    margin-top: 10px; }

#service-button {
  background: url("../img/our_advice_button.png") no-repeat;
  width: 124px;
  height: 35px;
  margin-top: 40px;
  margin-left: -2px; }
  #service-button:hover {
    background: url("../img/our_advice_hover_button.png") no-repeat; }

#service {
  height: 326px;
  width: 100%;
  background: url("../img/background_service.jpg") repeat;
  margin-top: -5px; }
  #service .service-item {
    width: 230px;
    height: auto;
    text-align: center;
    color: white;
    float: left;
    margin: 62px 10px 0; }
    #service .service-item h5 {
      font-weight: 600;
      font-size: 23px;
      line-height: 28px; }
    #service .service-item hr {
      border: none;
      width: 100%;
      height: 2px;
      background-color: #a7a9ac;
      margin: 7px 0; }
    #service .service-item p {
      font-size: 16px;
      line-height: 25px;
      margin: 0 17px; }
    #service .service-item .arrow-right {
      height: 40px;
      width: 40px;
      background: url("../img/arrow_button.png") no-repeat;
      margin: 10px auto 0; }
      #service .service-item .arrow-right:hover {
        background: url("../img/arrow_button_active.png") no-repeat; }

#projecten {
  width: 100%;
  height: auto;
  background-color: white;
  overflow: hidden;
  margin-bottom: 400px; }
  #projecten .contact {
    position: absolute;
    border-top: 1px solid #414042;
    width: 1000px;
    height: 50px;
    margin-top: 500px; }
    #projecten .contact .contact-item {
      width: 249px;
      border-right: 1px solid #e6e7e8;
      height: 126px;
      float: left;
      margin-top: 28px; }
      #projecten .contact .contact-item:nth-child(4) {
        border: none; }
      #projecten .contact .contact-item:nth-child(2) h5, #projecten .contact .contact-item:nth-child(3) h5, #projecten .contact .contact-item:nth-child(4) h5, #projecten .contact .contact-item p {
        margin-left: 20px; }
      #projecten .contact .contact-item h5 {
        font-weight: 600;
        font-size: 17px;
        color: #414042;
        margin: 10px 0; }
      #projecten .contact .contact-item p, #projecten .contact .contact-item a {
        color: #6d6e71;
        font-size: 15px;
        font-weight: 600;
        line-height: 24px; }
      #projecten .contact .contact-item span {
        display: block;
        color: #fd6a31;
        font-weight: 600;
        font-size: 17px; }
  #projecten .left {
    width: 490px;
    float: left;
    margin-top: 40px; }
  #projecten .right {
    float: right;
    margin-top: 40px; }
  #projecten h2 {
    font-size: 34px;
    font-weight: 600;
    line-height: 40px;
    color: #414042; }
  #projecten p {
    font-size: 14px;
    line-height: 25px;
    color: #414042;
    margin-top: 20px; }
  #projecten #lees-meer {
    width: 125px;
    height: 35px;
    background: url("../img/read_more_button.png") no-repeat;
    float: left;
    margin-left: -2px;
    margin-top: 40px; }
    #projecten #lees-meer:hover {
      background: url("../img/read_more_hover_button.png") no-repeat; }
  #projecten #neem-contact-op {
    width: 156px;
    height: 35px;
    background: url("../img/contact_us_button.png") no-repeat;
    float: left;
    margin-left: 20px;
    margin-top: 40px; }
    #projecten #neem-contact-op:hover {
      background: url("../img/contact_us_hover_button.png") no-repeat; }

#project-wrapper {
  margin-top: 328px;
  position: absolute; }
  #project-wrapper .project-item {
    float: left;
    position: relative;
    width: 240px;
    height: 135px;
    overflow: hidden; }
    #project-wrapper .project-item:nth-child(2) {
      margin: 0 13.5px; }
    #project-wrapper .project-item:nth-child(3) {
      margin: 0 13.5px 0 0; }
    #project-wrapper .project-item:hover span.zoom {
      display: block; }
    #project-wrapper .project-item img {
      width: 240px;
      height: 135px; }
    #project-wrapper .project-item span.zoom {
      width: 240px;
      height: 135px;
      background: rgba(0, 0, 0, 0.5);
      display: none;
      position: absolute;
      top: 0;
      left: 0; }
      #project-wrapper .project-item span.zoom .pic {
        height: 39px;
        width: 39px;
        position: absolute;
        top: 50%;
        left: 50%;
        background: url("../img/zoom_icon.png") no-repeat;
        margin: 0 -20px; }

footer {
  height: 84px;
  width: 100%;
  background: url("../img/background_service.jpg") repeat; }
  footer img {
    margin-top: 15px; }
  footer div.f-link, footer a {
    color: white;
    font-size: 13px;
    font-weight: 600;
    line-height: 84px; }
  footer div.f-link {
    float: right; }
