<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*===================================================
  ================ BACKGROUND-COLORS ================
  ===================================================*/
/* LIGHT BLUE */
/*  DARK BLUE */
/* LIGHT GRAY */
/* MIDDLE DARK GRAY */
/* DARK GRAY */
/* WHITE */
/*===================================================
  =================== FONT-COLORS ===================
  ===================================================*/
/* MIDDLE DARK GRAY */
/* DARK GRAY */
/* LIGHT BLUE */
/*  DARK BLUE */
/* WHITE */
/* GRAY */
/*===================================================
  =================== HOVER-COLORS ==================
  ===================================================*/
/* LIGHT BLUE */
/*  DARK BLUE */
/* WHITE */
/* DARK GRAY */
/*===================================================
  ====================== FONTS ======================
  ===================================================*/
/*==================================================
  ================= GENERAL STYLES =================
  ==================================================*/
main, section {
  position: relative;
  padding: 120px 0px; }

header, footer {
  position: relative;
  padding: 20px 0px; }

h1, h2, p, a {
  font-family: "Roboto", sans-serif; }

h1 {
  font-size: 3em;
  font-weight: 900; }

h2 {
  font-size: 1.875em;
  font-weight: 700; }

p {
  font-size: 1em;
  line-height: 26px; }

a {
  font-size: 1em; }

html {
  scroll-behavior: smooth; }

body {
  margin-top: 96px;
  background-color: black; }

p.intro {
  font-size: 18px; }

/*===================================================
  =================== BACK TO TOP ===================
  ===================================================*/
#back-to-top {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 9999;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 48px;
  background-color: #000;
  color: #b3b3b3;
  cursor: pointer;
  border: 0;
  border-radius: 50%;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0; }

#back-to-top:hover {
  background-color: #1a1a1a; }

#back-to-top.show {
  opacity: 1; }

/*==================================================
  =================== NAVIGATION ===================
  ==================================================*/
.navbar .nav-link {
  color: #000;
  font-weight: 700; }
  .navbar .nav-link:hover {
    color: #41658e; }
  .navbar .nav-link.active {
    color: #41658e; }

.nav {
  width: 100%;
  padding: 20px 0px;
  background-color: #fff; }
  .nav .navbar-brand img {
    width: 100%; }
  .nav .nav-item.nav-link {
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .nav .nav-item.nav-link:hover {
      color: #41658e; }
    .nav .nav-item.nav-link.active {
      color: #41658e; }
  .nav .collapse {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly; }
  .nav i {
    margin-right: 5px; }
  .nav .telnr {
    display: inline-block;
    margin-left: auto;
    font-size: 1.125em;
    font-weight: 700;
    color: #000;
    text-decoration: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .nav .telnr:hover {
      color: #41658e; }
  .nav .navbar-toggler {
    width: 100%;
    height: 50px; }
    .nav .navbar-toggler .navbar-toggler-icon {
      height: 40px;
      width: 50px;
      padding: 8px 14px;
      border: 2px solid #000;
      border-radius: 5px; }
      .nav .navbar-toggler .navbar-toggler-icon .fas.fa-bars {
        color: #000; }

/*===================================================
  ================== MEDIA QUERIES ==================
  ===================================================*/
@media (max-width: 1199px) {
  .nav .navbar-brand img {
    width: 150px; }
  .nav .nav-item.nav-link {
    font-size: 1em; }
  .nav .telnr {
    margin: 0 5px; } }

@media (max-width: 991px) {
  .navbar {
    padding: 0; }
  .nav {
    padding: 10px 0; }
    .nav button:focus {
      outline: none; }
    .nav .navbar-brand img {
      position: relative;
      right: 0;
      bottom: 0;
      left: 0px; }
    .nav .nav-item.nav-link {
      font-size: 1em; }
    .nav #nav-collapsed {
      margin-top: 15px; }
    .nav .telnr {
      position: relative;
      left: 0;
      font-size: 1.125em; }
    .nav .navbar-toggler {
      position: relative; }
      .nav .navbar-toggler .navbar-toggler-icon {
        float: right; } }

@media only screen and (max-width: 767px) {
  .nav .navbar-brand img {
    margin-top: 10px;
    width: 100px; } }

/*==================================================
  ================= SECTION BANNER =================
  ==================================================*/
.banner {
  padding: 0; }
  .banner .parallax-window {
    min-height: 400px;
    background-color: rgba(0, 0, 0, 0.1);
    padding: 165px 0px; }
  .banner .slogan {
    color: #fff; }

/*===================================================
  ================== MEDIA QUERIES ==================
  ===================================================*/
@media (max-width: 991px) {
  .banner .slogan {
    position: relative;
    top: -10px; }
  .banner .parallax-window {
    min-height: 0;
    padding: 120px 0px; } }

@media (max-width: 767px) {
  .banner .slogan h1 {
    font-size: 2.5em; } }

@media (max-width: 575px) {
  .banner .slogan h1 {
    font-size: 1.875em; } }

/*==================================================
  ================ SECTION OVER ONS ================
  ==================================================*/
.over-ons {
  background-color: #fff;
  color: #363636; }
  .over-ons h2 {
    color: #000; }
  .over-ons .koptekst {
    font-size: 1.125em;
    font-weight: 700; }
  .over-ons img {
    width: 100%; }

/*===================================================
  ================== MEDIA QUERIES ==================
  ===================================================*/
@media (max-width: 991px) {
  .over-ons {
    padding: 90px 0px; }
    .over-ons img {
      margin-top: 20px; } }

@media (max-width: 767px) {
  .over-ons {
    padding: 60px 0px; }
    .over-ons h2 {
      font-size: 1.5em; }
    .over-ons img {
      margin-top: 10px; } }

@media (max-width: 575px) {
  .over-ons {
    padding: 45px 0px; } }

/*==================================================
  ================ SECTION ONS WERK ================
  ==================================================*/
.ons-werk {
  background-color: #000;
  color: #fff; }
  .ons-werk a {
    display: inline-block;
    padding: 10px 20px;
    text-decoration: none;
    color: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border: 2px solid #fff;
    border-radius: 5px; }
  .ons-werk a:hover {
    color: #007082;
    background-color: #fff; }

/*===================================================
  ================== MEDIA QUERIES ==================
  ===================================================*/
@media (max-width: 991px) {
  .ons-werk {
    padding: 90px 0px; } }

@media (max-width: 767px) {
  .ons-werk {
    padding: 60px 0px; }
    .ons-werk h2 {
      font-size: 1.5em; }
    .ons-werk #design {
      margin-top: 40px; } }

@media (max-width: 575px) {
  .ons-werk {
    padding: 45px 0px; }
    .ons-werk a {
      width: 100%;
      margin-bottom: 15px; } }

/*==================================================
  ============= SECTION ONZE WERKWIJZE =============
  ==================================================*/
.onze-werkwijze {
  padding: 0;
  color: #fff; }
  .onze-werkwijze h2 {
    margin-bottom: 20px; }
  .onze-werkwijze .background-image {
    padding: 180px 0px;
    min-height: 360px;
    background-size: cover;
    background-position: center; }
  .onze-werkwijze .background-image::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(35, 31, 32, 0.7); }

/*===================================================
  ================== MEDIA QUERIES ==================
  ===================================================*/
@media (max-width: 991px) {
  .onze-werkwijze .background-image {
    padding: 90px 0px; } }

@media (max-width: 767px) {
  .onze-werkwijze h2 {
    font-size: 1.5em; }
  .onze-werkwijze .background-image {
    padding: 60px 0px; } }

@media (max-width: 575px) {
  .onze-werkwijze .background-image {
    padding: 45px 0px; } }

/*===================================================
  ================= SECTION CONTACT =================
  ===================================================*/
.contact {
  background-color: #000;
  padding: 60px 0px; }
  .contact h2 {
    margin-bottom: 15px;
    color: #fff; }
  .contact p {
    margin-bottom: 10px;
    color: #b3b3b3; }
  .contact a {
    display: block;
    color: #b3b3b3;
    text-decoration: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .contact a:hover {
    color: #fff; }
  .contact i {
    margin-right: 5px; }

/*===================================================
  ================== MEDIA QUERIES ==================
  ===================================================*/
@media (max-width: 767px) {
  .contact h2 {
    font-size: 1.5em; } }

@media (max-width: 575px) {
  .contact {
    padding: 45px 0px; } }

/*===================================================
  ================ SECTION COPYRIGHT ================
  ===================================================*/
.copyright {
  background-color: #e8e8e8; }
  .copyright p {
    margin-top: 15px;
    color: #363636; }
  .copyright a {
    color: #000;
    text-decoration: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .copyright a:hover {
    color: #363636; }

/*===================================================
  ================== MEDIA QUERIES ==================
  ===================================================*/
@media (max-width: 767px) {
  .copyright {
    font-size: 0.875em; } }

@media (max-width: 575px) {
  .copyright {
    padding: 10px 0px; } }
</pre></body></html>