@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600);

* {
    margin: 0;
    padding: 0;
}

body, html {
    font-family: 'Open Sans', sans-serif;
    background-color: #FFF;
}

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

#to-top  {
    background: url('../img/page_up.png');
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    display: none;
}

header {
    height: 155px;
    width: 100%;
    box-shadow: 1px 1px 25px rgba(0, 0, 0, 0.3);
    position: fixed;
    background-color: #FFF;
    z-index: 9999;
    top: 0;
}

#home_button {
    background: url('../img/home_button.png');
    width: 15px;
    height: 21px;
}
#home_button:hover {
    background: url('../img/home_button_hover.png');
}

#logo {
    margin-top: 66px;
}

nav {
    margin: -32px 0 0 249px;
}

nav ul li {
    display: inline-block;
    margin: 0 10px;
}

nav ul li a {
    text-decoration: none;
    font-weight: 600;
    color: #414042;
}
nav ul li a:hover {
    color: #038EBA;
}

#inlog_calculatie {
    background: url('../img/inloggen_rekenmodule.png');
    width: 216px;
    height: 39px;
    float: right;
    margin-top: -39px;
}
#inlog_calculatie:hover {
    background: url('../img/inloggen_rekenmodule_hover.png');
}

#top {
    margin-top: 155px;
    height: 455px;
    width: 100%;
    background: url('../img/dia_bg.jpg');
    overflow: hidden;
}

#top > .wrapper {
    margin-top: 31px;
}

#top .right {
    width: 382px;
    float: right;
    margin-top: -395px;
}
#top .right img:nth-child(2n+2) {
    margin-left: 17px;
}
#top .right img:nth-child(1), #top .right img:nth-child(2) {
    margin-bottom: 24px;
}

#home_content {
    margin-top: 20px;
    width: 100%;
    background-color: #FFF;
    overflow: hidden;
}

#home_content .left {
    width: 50%;
    float: left;
	margin-bottom:25px;
}

#home_content .right {
    float: right;
    width: 41%;
}

#home_content h1 {
    color: #B51D2F;
    font-size: 28px;
    margin-bottom: 10px;
}

#home_content p {
    color: #666;
    line-height: 113%;
}

.service-item {
    overflow: hidden;
    margin-bottom: 20px;
}

.service-item img, .service-item div {
    float: left;
}

.service-item div {
    margin-left: 9px;
}

.service-item div h3 {
    font-weight: 500;
    color: #333;
    line-height: 110%;
    margin-top: 10px;
}

.contact {
  border-top: 1px solid #414042;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 50px; 
}
.contact .contact-item {
    width: 249px;
    border-right: 1px solid #e6e7e8;
    height: 126px;
    float: left;
    margin-top: 28px;
    margin-bottom: 20px; 
}
.contact .contact-item:nth-child(4) {
    border: none; 
}
.contact .contact-item:nth-child(2) h5, .contact .contact-item:nth-child(2) span, .contact .contact-item:nth-child(3) h5, .contact .contact-item:nth-child(4) h5, .contact .contact-item p {
    margin-left: 20px;
}
.contact .contact-item h5 {
    font-weight: 600;
    font-size: 17px;
    color: #414042;
    margin: 10px 0;
}
.contact .contact-item p, .contact .contact-item a {
    color: #6d6e71;
    font-size: 15px;
    font-weight: 600;
    line-height: 24px;
}
.contact .contact-item span {
    display: block;
    color: #038EBA;
    font-weight: 600;
    font-size: 17px;
}

#content {
    margin-top: 189px;
    height: auto;
    width: 100%;
    background-color: #FFF;
    overflow: hidden;
}

#content #breadcrumbs {
    width: 100%;
    height: 37px;
    background-color: #e6e7e8;
    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: #B51D2F;
          text-decoration: none; }
    #content #breadcrumbs #bread-back {
      float: right;
      line-height: 37px;
      margin-right: 25px;
      color: #6d6e71; }
#content h1 {
    font-weight: 600;
    font-size: 22px;
    color: #414042; }
  #content p {
    font-size: 14px;
    color: #414042;
    margin-top: 20px; }
    #content p b {
      font-weight: 600;
      font-size: 18px; }
.blue {
    color: #038EBA !important;
}

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

#project-wrapper {
    margin-top: 45px;
    margin-bottom: 20px;
    overflow: hidden;
}
.project-sec-row {
    margin-top: 45px !important;
}
  #project-wrapper .project-item {
    float: left;
    margin-top: 10px;
    position: relative;
    width: 240px;
    height: 135px;
    overflow: hidden; }
    #project-wrapper .project-item:nth-child(4n+2) {
      margin: 10px 13px 0; }
    #project-wrapper .project-item:nth-child(4n+3) {
      margin: 10px 13px 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; }

#content #google-maps {
    margin-bottom: 30px; }
  #content #contact-content {
    width: 100%;
    height: auto;
    overflow: hidden; }
  #content #contact-left {
    float: left;
    width: 29%;
    height: auto; }
    #content #contact-left h1 {
      font-size: 34px;
      color: #414042;
      font-weight: 600; }
    #content #contact-left p, #content #contact-right 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: 670px; }
    #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; }
      #content #contact-right .input-form:nth-child(2) {
        margin: 0 12px; }
    #content #contact-right .input-text {
      height: 178px;
      width: 658px;
      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/verstuur_button.png") no-repeat;
      cursor: pointer;
      width: 109px;
      height: 37px;
      margin-top: 5px; }
      #content #contact-right #verstuur:hover {
        background: url("../img/verstuur_button_hover.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; }




#over-links {
    width: 70%;
    float: left;
    margin-bottom: 20px;
}
  #over-links h1 {
    color: #038EBA;
    margin-bottom: 20px;
    font-weight: 700; }

#over-img {
    float: right;
    width: 24%;
    height: 294px;
}


footer {
    width: 100%;
    height: 45px;
    background-color: #e6e7e8;
}
footer p {
    line-height: 45px;
    color: #555;
    font-weight: 600;
}
footer p a {
    color: #555;
}