<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
@font-face {
  font-family: 'ropa_sansitalic';
  src: url("fonts/ropasans-italic-webfont.eot");
  src: url("fonts/ropasans-italic-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/ropasans-italic-webfont.woff2") format("woff2"), url("fonts/ropasans-italic-webfont.woff") format("woff"), url("fonts/ropasans-italic-webfont.ttf") format("truetype"), url("fonts/ropasans-italic-webfont.svg#ropa_sansitalic") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'ropa_sansregular';
  src: url("fonts/ropasans-regular-webfont.eot");
  src: url("fonts/ropasans-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/ropasans-regular-webfont.woff2") format("woff2"), url("fonts/ropasans-regular-webfont.woff") format("woff"), url("fonts/ropasans-regular-webfont.ttf") format("truetype"), url("fonts/ropasans-regular-webfont.svg#ropa_sansregular") format("svg");
  font-weight: normal;
  font-style: normal; }
html {
  min-height: 100%; }

body {
  font-family: "ropa_sansregular", sans-serif;
  color: #001837;
  min-height: 100%;
  margin: 0px;
  font-size: 17px; }

strong {
  font-family: "ropa_sansregular", sans-serif;
  text-transform: uppercase;
  color: #099ad3; }

em {
  font-family: 'ropa_sansitalic', sans-serif; }

.header {
  background-color: #ebedef;
  width: 100%;
  height: 480px; }
  @media screen and (max-width: 1400px) {
    .header {
      height: 440px; } }
  @media screen and (max-width: 1024px) {
    .header {
      height: 410px; } }
  @media screen and (max-width: 980px) {
    .header {
      height: 390px; } }
  @media screen and (max-width: 720px) {
    .header {
      height: 300px; } }
  @media screen and (max-width: 520px) {
    .header {
      height: 270px; } }
  .header .slide {
    background-image: url(../images/default-header.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 480px;
    display: none; }
    @media screen and (max-width: 1400px) {
      .header .slide {
        height: 440px; } }
    @media screen and (max-width: 1024px) {
      .header .slide {
        height: 410px; } }
    @media screen and (max-width: 980px) {
      .header .slide {
        height: 390px; } }
    @media screen and (max-width: 720px) {
      .header .slide {
        height: 300px; } }
    @media screen and (max-width: 520px) {
      .header .slide {
        height: 270px; } }
  .header .kranen {
    background-image: url(../images/header-kranen.jpg); }
  .header .constructie {
    background-image: url(../images/header-constructie.jpg); }

.container {
  width: 100%;
  max-width: 1150px;
  margin: 0 auto; }

.nav {
  font-family: "ropa_sansregular", sans-serif;
  padding: 25px 20px 20px 20px; }
  .nav:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (max-width: 720px) {
    .nav {
      padding: 25px 0 0 0; } }
  .nav .logo {
    width: 218px;
    float: left; }
    @media screen and (max-width: 1024px) {
      .nav .logo {
        width: 205px; } }
    @media screen and (max-width: 720px) {
      .nav .logo {
        width: 190px;
        margin: 0 0 20px 20px; } }
    @media screen and (max-width: 520px) {
      .nav .logo {
        width: 180px; } }
    .nav .logo img {
      border: none;
      width: 100%;
      height: auto;
      margin: 0; }
  .nav ul {
    list-style: none;
    float: left;
    margin: 35px 0 0 175px;
    padding: 0px; }
    @media screen and (max-width: 1024px) {
      .nav ul {
        margin: 35px 0 0 9%; } }
    @media screen and (max-width: 980px) {
      .nav ul {
        margin: 35px 0 0 8%; } }
    @media screen and (max-width: 720px) {
      .nav ul {
        float: none;
        clear: both;
        display: none;
        background-repeat: repeat-x;
        background-image: -webkit-linear-gradient(45deg, #099ad3, #033d83);
        background-image: -o-linear-gradient(45deg, #099ad3, #033d83);
        background-image: linear-gradient(45deg, #099ad3, #033d83);
        width: 100%;
        margin: 0px; } }
    .nav ul li {
      float: left;
      margin: 0px 10px; }
      @media screen and (max-width: 980px) {
        .nav ul li {
          margin: 0 6px; } }
      @media screen and (max-width: 720px) {
        .nav ul li {
          float: none;
          display: block;
          width: 100%;
          margin: 0px;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; } }
    .nav ul a {
      color: #001837;
      font-family: "ropa_sansregular", sans-serif;
      text-decoration: none;
      font-size: 22px;
      border: 1px solid #099ad3;
      padding: 12px 12px;
      text-transform: uppercase; }
      @media screen and (max-width: 980px) {
        .nav ul a {
          font-size: 20px;
          padding: 10px 10px; } }
      @media screen and (max-width: 720px) {
        .nav ul a {
          color: #ffffff;
          border: none;
          display: block;
          border-bottom: 1px solid #099ad3;
          padding: 10px 20px; } }
    .nav ul a:hover {
      color: #ffffff;
      background-repeat: repeat-x;
      background-image: -webkit-linear-gradient(45deg, #099ad3, #033d83);
      background-image: -o-linear-gradient(45deg, #099ad3, #033d83);
      background-image: linear-gradient(45deg, #099ad3, #033d83); }
      @media screen and (max-width: 720px) {
        .nav ul a:hover {
          background-color: #099ad3;
          color: #001837; } }
    .nav ul #close {
      color: #fff;
      font-family: "ropa_sansregular", sans-serif;
      text-decoration: none;
      font-size: 18px;
      cursor: pointer;
      text-transform: uppercase;
      display: none; }
      @media screen and (max-width: 720px) {
        .nav ul #close {
          display: block; } }
      .nav ul #close li {
        text-align: right;
        background-color: #099ad3;
        border-bottom: none;
        padding: 8px 20px; }
    .nav ul #close:hover {
      color: #001837; }
  .nav #hamburger {
    color: #001837;
    font-family: "ropa_sansregular", sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    position: absolute;
    top: 80px;
    right: 20px;
    padding: 0 0 2px 0;
    min-height: 20px;
    display: none;
    z-index: 5000;
    cursor: pointer; }
    @media screen and (max-width: 720px) {
      .nav #hamburger {
        display: block; } }
  .nav .phone {
    display: block;
    float: right;
    color: #099ad3;
    font-size: 28px;
    margin: 26px 0 0 10px; }
    @media screen and (max-width: 720px) {
      .nav .phone {
        margin: 0px;
        position: absolute;
        right: 20px;
        top: 20px; } }
  .nav .mail {
    display: block;
    float: right;
    color: #099ad3;
    font-size: 20px;
    margin: 30px 0 0 10px; }
    @media screen and (max-width: 720px) {
      .nav .mail {
        margin-top: 0;
        position: absolute;
        right: 40px;
        top: 24px; } }
  .nav .mail:hover, .nav .phone:hover {
    color: #003371; }

.arrow {
  padding: 10px 0 20px 0;
  text-align: center;
  color: #bfc5cd;
  font-size: 55px; }
  @media screen and (max-width: 980px) {
    .arrow {
      padding: 8px 0 20px 0;
      font-size: 45px; } }
  .arrow a {
    color: #bfc5cd; }
  .arrow a:hover {
    color: #001837; }

.intro {
  width: 100%;
  max-width: 1150px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 60px 30px 0 30px;
  text-align: center;
  text-transform: uppercase;
  font-size: 19px;
  line-height: 25px; }
  @media screen and (max-width: 980px) {
    .intro {
      padding: 45px 20px 0 20px; } }
  .intro h1 {
    padding: 0px 0 10px 0;
    margin: 0px;
    color: #099ad3;
    font-weight: 200;
    font-size: 45px;
    line-height: 50px;
    text-transform: uppercase; }
    @media screen and (max-width: 980px) {
      .intro h1 {
        font-size: 40px;
        line-height: 43px; } }
    @media screen and (max-width: 720px) {
      .intro h1 {
        font-size: 34px;
        line-height: 36px; } }
  .intro p {
    padding: 0px 80px; }
    @media screen and (max-width: 1024px) {
      .intro p {
        padding: 0 50px; } }
    @media screen and (max-width: 980px) {
      .intro p {
        padding: 0px; } }

.over-ons {
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(0, #099ad3, #033d83);
  background-image: -o-linear-gradient(0, #099ad3, #033d83);
  background-image: linear-gradient(0, #099ad3, #033d83);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .over-ons:after {
    content: "";
    display: table;
    clear: both; }
  .over-ons .container {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 55px 0; }
    @media screen and (max-width: 1150px) {
      .over-ons .container {
        padding: 50px 30px; } }
    @media screen and (max-width: 520px) {
      .over-ons .container {
        padding: 40px 30px 10px 30px; } }
  .over-ons img {
    float: left;
    width: calc(33% - 30px); }
    @media screen and (max-width: 520px) {
      .over-ons img {
        float: none;
        width: 100%; } }
  .over-ons .txt {
    float: right;
    width: 67%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #ffffff;
    padding: 0 0 0 0;
    font-weight: 200; }
    @media screen and (max-width: 520px) {
      .over-ons .txt {
        float: none;
        width: 100%;
        padding: 0 0 20px 0; } }
    .over-ons .txt h3 {
      padding: 0 0 15px 0;
      margin: 0px;
      font-size: 28px;
      font-weight: 200;
      text-transform: uppercase; }
    .over-ons .txt p {
      margin: 0px;
      padding: 0 0 15px 0; }
    .over-ons .txt strong {
      color: #ffffff;
      font-weight: 500; }
    .over-ons .txt a {
      color: #ffffff;
      text-decoration: underline; }
    .over-ons .txt a:hover {
      color: #099ad3; }
  .over-ons .arrow {
    clear: both; }
    .over-ons .arrow a {
      color: #44aad6; }
    .over-ons .arrow a:hover {
      color: #fff; }

.projecten {
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .projecten:after {
    content: "";
    display: table;
    clear: both; }
  .projecten .container {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 55px 0; }
    @media screen and (max-width: 1150px) {
      .projecten .container {
        padding: 50px 30px; } }
    @media screen and (max-width: 520px) {
      .projecten .container {
        padding: 40px 30px 10px 30px; } }
  .projecten h3 {
    padding: 0 0 30px 0;
    margin: 0px;
    font-size: 28px;
    font-weight: 200;
    text-transform: uppercase;
    color: #099ad3; }
  .projecten .projects {
    margin-left: -15px;
    width: calc(100% + 30px); }
  .projecten .project {
    width: calc(33% - 30px);
    margin: 15px;
    float: left;
    text-align: left; }
    @media screen and (max-width: 980px) {
      .projecten .project {
        width: calc(50% - 30px); } }
    @media screen and (max-width: 720px) {
      .projecten .project {
        width: calc(100% - 30px); } }
    .projecten .project .img {
      background-color: #efefef;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      width: 100%;
      height: 240px;
      display: block;
      color: #fff;
      text-decoration: none; }
      .projecten .project .img .counter {
        float: right;
        margin: 210px 0 0 0;
        height: 30px;
        padding: 6px;
        width: 60px;
        text-align: center;
        background: rgba(3, 62, 131, 0.5);
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
    .projecten .project .txt {
      font-size: 20px;
      height: 30px;
      padding: 10px 0 0 0;
      color: #099ad3;
      text-transform: uppercase; }
    .projecten .project .rest {
      display: none; }
  .projecten .arrow {
    clear: both; }

.contact {
  background-color: #ebedef;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .contact:after {
    content: "";
    display: table;
    clear: both; }
  .contact .container {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 55px 0; }
    .contact .container:after {
      content: "";
      display: table;
      clear: both; }
    @media screen and (max-width: 1150px) {
      .contact .container {
        padding: 50px 30px; } }
    @media screen and (max-width: 520px) {
      .contact .container {
        padding: 40px 30px 30px 30px; } }
  .contact .txt {
    float: right;
    width: calc(50% - 15px);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #001837;
    padding: 0 0 0 0;
    font-weight: 200;
    line-height: 20px; }
    @media screen and (max-width: 520px) {
      .contact .txt {
        float: none;
        width: 100%;
        padding: 0 0 20px 0; } }
    .contact .txt h3 {
      padding: 0 0 25px 0;
      margin: 0px;
      font-size: 28px;
      font-weight: 200;
      text-transform: uppercase;
      color: #099ad3; }
    .contact .txt p {
      margin: 0px;
      padding: 0 0 15px 0; }
    .contact .txt a {
      color: #001837;
      text-decoration: none; }
    .contact .txt a:hover {
      color: #099ad3; }
    .contact .txt strong {
      color: #ffffff;
      font-weight: 500;
      color: #099ad3;
      text-transform: uppercase; }
  .contact .maps {
    float: left;
    width: calc(50% - 15px); }
    @media screen and (max-width: 520px) {
      .contact .maps {
        float: none;
        width: 100%; } }
    .contact .maps a {
      color: #001837;
      text-decoration: none; }
    .contact .maps a:hover {
      color: #099ad3; }
  .contact #map-canvas {
    height: 290px;
    border: 1px solid #001837;
    margin: 0 0 15px 0; }

.footer {
  width: 100%;
  margin: 0 auto;
  padding: 25px 0 25px 0;
  color: #025799;
  font-size: 15px; }
  .footer:after {
    content: "";
    display: table;
    clear: both; }
  .footer .container {
    width: 100%;
    max-width: 1150px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 1024px) {
      .footer .container {
        padding: 0 20px; } }
  .footer a {
    color: #025799;
    text-decoration: none; }
  .footer a:hover {
    color: #099ad3; }
  .footer div.copy {
    float: left;
    margin: 0 15px; }
    @media screen and (max-width: 1024px) {
      .footer div.copy {
        float: none;
        margin: 0px; } }
  .footer div.web {
    float: right;
    margin: 0 15px; }
    @media screen and (max-width: 1024px) {
      .footer div.web {
        float: none;
        margin: 0px; } }

/* Slider */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 80px;
  width: 70px;
  font-size: 70px;
  line-height: 0;
  cursor: pointer;
  background: transparent;
  color: #fff;
  top: 50%;
  margin-top: -40px;
  padding: 0;
  border: none;
  outline: none;
  z-index: 99999;
  opacity: 0.8; }
  @media screen and (max-width: 720px) {
    .slick-prev,
    .slick-next {
      height: 60px;
      width: 50px;
      font-size: 50px;
      line-height: 0;
      margin-top: -30px; } }
  @media screen and (max-width: 520px) {
    .slick-prev,
    .slick-next {
      height: 50px;
      width: 50px;
      font-size: 40px;
      line-height: 0;
      margin-top: -25px; } }

.slick-prev:hover,
.slick-next:hover {
  opacity: 1.0;
  color: #099ad3; }

.slick-prev {
  left: 20px; }
  @media screen and (max-width: 980px) {
    .slick-prev {
      left: 10px; } }
  @media screen and (max-width: 520px) {
    .slick-prev {
      left: 0; } }

.slick-next {
  right: 20px; }
  @media screen and (max-width: 980px) {
    .slick-next {
      right: 10px; } }
  @media screen and (max-width: 520px) {
    .slick-next {
      right: 0; } }

/* Dots */
.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }

/*# sourceMappingURL=bcm.css.map */
</pre></body></html>