@import url(http://fonts.googleapis.com/css?family=Open+Sans);
html,
body,
ul,
ol {
  margin: 0;
  padding: 0; }

.navbar-fixed-top {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  background-color: #204a87;
  border-bottom: 1px solid #3465a4; }
  .navbar-fixed-top .navbar-nav > li > a, .navbar-fixed-top a.navbar-brand {
    color: #eeeeec; }
  .navbar-fixed-top .navbar-nav > li > a:hover, .navbar-fixed-top a.navbar-brand:hover {
    color: #babdb6; }
  .navbar-fixed-top .navbar-toggler {
    color: #eeeeec; }
  .navbar-fixed-top .nav-item {
    display: block; }

.landing-header {
  height: 280px;
  background-color: #204a87;
  color: #ffffff; }
  .landing-header .left-img {
    background-image: url(../img/headleft.png);
    background-repeat: no-repeat;
    height: 280px;
    width: 100%;
    display: inline-block;
    position: absolute;
    left: 0px;
    z-index: 2; }
  .landing-header .right-img {
    background-image: url(../img/headright.png);
    background-repeat: no-repeat;
    height: 280px;
    width: 562px;
    display: inline-block;
    float: right;
    z-index: 1;
    overflow: hidden; }
    @media screen and (max-width: 950px) {
      .landing-header .right-img {
        display: none; } }
  .landing-header .container {
    z-index: 3;
    position: relative; }
    .landing-header .container .landing-logo {
      display: none; }
    .landing-header .container .text-2 {
      position: absolute;
      top: 215px;
      left: 20px;
      width: 90%;
      font-size: 20px;
      color: #eeeeec; }
    @media (min-width: 768px) {
      .landing-header .container .landing-logo {
        display: block;
        position: absolute;
        top: 85px;
        left: 30px; } }
    @media (max-width: 768px) {
      .landing-header .container .text-2 {
        top: 90px;
        text-align: center; } }

#main {
  margin-top: 50px; }
  #main .section {
    padding: 43px 0px 43px 0px;
    line-height: 26px; }
    #main .section .side-image {
      text-align: center;
      overflow: hidden;
      width: 100%; }
    #main .section .contact {
      text-align: center; }
      #main .section .contact .contact-info {
        padding: 0px;
        list-style-type: none;
        margin-top: 40px; }
      #main .section .contact h2 {
        padding-left: 0px;
        border-left: 0px solid; }
  #main .section.what-we-do {
    background-color: #fff;
    color: #2e3436; }
    #main .section.what-we-do .folder-column {
      text-align: center;
      padding-top: 76px; }
      #main .section.what-we-do .folder-column .folder-img {
        box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }
  #main .section.expertise {
    background-color: #ffffff; }
    #main .section.expertise img {
      /*box-shadow: $box-shadow0;*/ }
  #main .section.projects {
    background-color: #113f7a;
    color: #eeeeec; }
  #main .section.activiteiten {
    background-color: #eeeeec; }
  #main .stappenplan {
    margin: 30px 0px 10px 0px;
    padding: 13px;
    border: 1px solid #2e3436;
    border-radius: 10px; }
    #main .stappenplan .head {
      font-size: 16px;
      margin-bottom: 13px; }
    #main .stappenplan .klein {
      font-size: 12px; }

.footer {
  background-color: #eeeeec;
  width: 100%;
  padding: 30px 0 10px; }
  .footer .footer-text, .footer .footer-text a {
    font-size: 12px;
    padding: 10px 0px;
    line-height: 30px;
    color: #555853;
    width: 100%;
    text-align: center; }
    .footer .footer-text i, .footer .footer-text a i {
      font-size: 20px;
      vertical-align: middle; }
  .footer .footer-icons {
    border-bottom: 1px solid #babdb6;
    text-align: center;
    padding-bottom: 18px;
    margin-bottom: 10px; }
  .footer .footer-icons a {
    font-size: 26px;
    text-decoration: none;
    color: #888a85;
    margin: 0px 3px; }
  .footer .footer-icons a:hover {
    color: #555853; }

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  overflow-x: hidden; }
  body h2 {
    font-size: 27px;
    border-left: 4px solid #3465a4;
    padding-left: 12px;
    margin-bottom: 27px; }
  body h4 {
    margin-top: 35px; }
