body {
  background-color: #0082ca;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 1.6em;
  font-weight: 400;
}

h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 40px;
  line-height: 1.1em;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 1.1em;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 1.1em;
  font-weight: 700;
}

h4 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 26px;
  line-height: 1.1em;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 22px;
  line-height: 1.1em;
  font-weight: 700;
}

h6 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 1.1em;
  font-weight: 700;
}

p {
  margin-bottom: 25px;
}

a {
  color: #0082ca;
  text-decoration: underline;
}

ul {
  margin-top: 0px;
  margin-bottom: 15px;
  padding-left: 20px;
}

blockquote {
  position: relative;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 10px 0px 10px 2.3em;
  border-left: 0px none #0082ca;
  font-size: 18px;
  line-height: 1.5em;
  font-style: italic;
  font-weight: 400;
}

.style {
  display: none;
}

.container {
  display: block;
  width: 100%;
  max-width: 1220px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}

.container.slider-container {
  position: relative;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.section {
  padding-top: 65px;
  padding-bottom: 65px;
  background-color: #fff;
}

.section.whitesmoke {
  background-color: #f5f5f5;
}

.section.center {
  text-align: center;
}

.navbar {
  position: relative;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
}

.top-navbar {
  height: 5px;
  background-color: #00a0d7;
}

.nav-menu {
  display: inline-block;
  width: 68%;
  float: none;
  text-align: right;
}

.nav-list {
  margin: 0px;
  padding: 0px;
}

.menu-item {
  display: inline-block;
}

.nav-logo-img {
  width: 300px;
  height: 61px;
  max-width: 100%;
}

.nav-logo {
  position: relative;
  display: inline-block;
  width: 30%;
  padding: 0px;
  float: none;
}

.home-slider {
  position: relative;
  background-image: url('../images/wasserij-gilde-header.jpg');
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
  text-shadow: 1px 1px 12px rgba(0, 0, 0, 0.75);
}

.navbar-wrapper {
  position: relative;
}

.slide.slide-2 {
  background-image: url('../images/slide-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide.slide-1 {
  background-image: url('../images/slide-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slider-block-links {
  width: 50%;
  padding: 25px 35px;
  border-radius: 12px;
  background-color: rgba(0, 130, 202, 0.8);
}

.button {
  display: inline-block;
  margin-top: 10px;
  padding: 12px 15px;
  border-radius: 4px;
  background-color: #0082ca;
  -webkit-transition: background-color 150ms ease;
  transition: background-color 150ms ease;
  color: #fff;
  text-decoration: none;
  text-shadow: none;
  cursor: pointer;
}

.button:hover {
  background-color: #00a0d7;
}

.button.whiteline {
  border: 1px solid #fff;
  background-color: rgba(0, 160, 215, 0.25);
}

.button.outline {
  border: 1px solid #fff;
  background-color: rgba(0, 130, 202, 0.25);
  -webkit-transition: background-color 150ms ease;
  transition: background-color 150ms ease;
}

.button.outline:hover {
  background-color: #0082ca;
}

.slider-text-paragraph {
  margin-top: 10px;
  margin-bottom: 10px;
}

.slider {
  height: auto;
}

.copyright {
  padding: 15px 40px;
  color: #fff;
  text-align: center;
}

.footer-top {
  padding-top: 50px;
  padding-bottom: 35px;
  background-color: #00a0d7;
  color: #fff;
}

.footer-left {
  width: 40%;
  padding-right: 50px;
  float: left;
}

.footer-right {
  width: 60%;
  float: right;
}

.textarea {
  width: 100%;
  max-width: 100%;
  min-height: 120px;
  min-width: 100%;
}

.input {
  border-style: none;
  border-radius: 4px;
}

.input.hidden {
  display: none;
}

.footer-formulier {
  margin-top: 20px;
}

.footer-logo {
  margin-bottom: 15px;
  margin-left: -15px;
}

.page-header {
  padding-top: 70px;
  padding-bottom: 200px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/slide-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/slide-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  color: #fff;
  text-align: left;
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.65);
}

.page-header.barth-slijkhuis {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.25))), url('../images/barth-slijkhuis-sfeer.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url('../images/barth-slijkhuis-sfeer.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
}

.page-header.springendal {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/springendal-sfeer.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/springendal-sfeer.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.page-header.vendrig {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/vendrig-sfeer.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/vendrig-sfeer.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.page-header.van-der-kleij {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/van-der-kleij-sfeer.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/van-der-kleij-sfeer.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.page-header.eper {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/eper-stoom-wasserij-sfeer.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/eper-stoom-wasserij-sfeer.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.intro-list {
  margin: 30px 0px 0px;
  padding: 0px;
}

.intro-list-item {
  width: 33.3%;
  padding: 15px;
  float: left;
  text-align: center;
}

.intro-text {
  text-align: center;
}

.intro-image {
  display: inline-block;
  width: 60%;
  margin-bottom: 18px;
  border-radius: 50%;
}

.intro-heading {
  margin-bottom: 10px;
}

.gray {
  color: #5c6670;
}

.intro-link {
  color: #0082ca;
  text-decoration: none;
}

.intro-link:hover {
  color: #00a0d7;
}

.spacing {
  height: 15px;
}

.sfeer {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/marketing.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/marketing.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #fff;
  text-align: center;
}

.marketing-icon {
  width: 80px;
  height: 64px;
  margin-bottom: 15px;
}

.column-left {
  width: 50%;
  padding-right: 25px;
  float: left;
}

.column-right {
  width: 50%;
  padding-left: 25px;
  float: right;
}

.video-frame {
  padding: 10px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.35);
}

.companies-list {
  margin: 0px;
  padding: 0px;
  text-align: center;
  list-style-type: none;
}

.company-list-item {
  display: inline-block;
  width: 31.3%;
  margin-top: 30px;
  margin-right: 3%;
}

.company-list-link {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  padding-bottom: 100%;
  border: 1px solid #ddd;
  border-radius: 5px;
  -webkit-transition: box-shadow 150ms ease, -webkit-transform 150ms ease;
  transition: box-shadow 150ms ease, -webkit-transform 150ms ease;
  transition: transform 150ms ease, box-shadow 150ms ease;
  transition: transform 150ms ease, box-shadow 150ms ease, -webkit-transform 150ms ease;
  color: #fff;
  text-decoration: none;
}

.company-list-link:hover {
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.15);
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.company-list-image {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 100%;
  height: 100%;
}

.hr {
  display: inline-block;
  width: 80%;
  max-width: 250px;
  margin-top: 15px;
  border-top: 4px solid #8c8b8b;
  text-align: center;
}

.company-list-img-wrapper {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.company-list-image-person {
  position: absolute;
  right: 0px;
  bottom: 0px;
  display: block;
  height: 100%;
  padding-top: 20px;
  padding-right: 15px;
  -webkit-transition: padding 800ms ease;
  transition: padding 800ms ease;
}

.company-list-img-person-wrapper {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.company-list-heading-wrapper {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 35px 15px 15px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}

.company-list-heading {
  margin: 0px;
  font-size: 22px;
  line-height: 1.2em;
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5);
}

.slide-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5;
  background-image: url('../images/dot-hatch.png');
}

.slide-video-wrapper {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  overflow: hidden;
  background-image: url('../images/voorbeeld-luchtvideo.jpg');
  background-position: 0px 50%;
  background-size: cover;
}

.home-slider-content {
  position: relative;
  z-index: 10;
  padding-top: 120px;
  padding-bottom: 120px;
  text-align: center;
}

.home-slider-sub-heading {
  font-size: 25px;
  line-height: 1.2em;
  font-weight: 700;
}

.home-sub-heading {
  font-size: 50px;
  line-height: 1.1em;
}

.preload-image {
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  width: 25px;
  height: auto;
  opacity: 0;
}

.home-slider-logo {
  display: inline-block;
  width: 80%;
  max-width: 200px;
  margin-bottom: 20px;
}

.content-block {
  display: block;
  width: 100%;
  max-width: 1131px;
  margin-top: -200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.1);
}

.main-column {
  width: 65%;
  float: left;
}

.sidebar-column {
  width: 32%;
  float: right;
}

.sidebar-block {
  padding: 15px;
  border: 1px solid #838a91;
}

.sidebar-heading {
  margin-bottom: 15px;
  font-size: 22px;
  line-height: 1.1em;
}

.fa {
  font-family: Fontawesome, sans-serif;
}

.sidebar-content {
  margin-bottom: 0px;
}

.company-logo {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 30px;
}

.sub-menu {
  position: absolute;
  display: none;
  margin: 0px 0px 0px -10px;
  padding: 0px;
  background-color: #0082ca;
  color: #fff;
  text-align: left;
}

.intro-list-text {
  margin-bottom: 0px;
}

.intro-read-more {
  display: inline-block;
  margin-top: 6px;
}

.page-heading {
  margin: 0px;
}

.gallery-link {
  width: 31%;
  margin-right: 3%;
  margin-bottom: 15px;
}

.gallery-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 4px;
}

.google-maps {
  margin-bottom: 10px;
}

.breadcrumbs {
  margin-top: 8px;
  margin-bottom: 0px;
}

.logo-list {
  margin: 0px;
  padding: 0px;
  text-align: center;
  list-style-type: none;
}

.logo-list-link {
  overflow: hidden;
  border: 1px solid #cdd8e4;
  border-radius: 8px;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.logo-list-link:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.logo-list-item {
  display: inline-block;
  width: 30%;
  margin-right: 1%;
  margin-bottom: 10px;
  margin-left: 1%;
}

.logo-list-item.hide {
  display: none;
}

.homepage-header-video {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  overflow: hidden;
}

.success {
  background-color: transparent;
}

.error {
  background-color: transparent;
}

@media screen and (max-width: 991px) {
  .nav-menu {
    width: 75%;
  }

  .nav-logo {
    width: 25%;
  }

  .slider-block-links {
    width: 70%;
  }

  .page-header {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .intro-image {
    width: 80%;
  }

  .company-list-item {
    margin-top: 25px;
  }

  .company-list-heading {
    font-size: 18px;
  }

  .content-block {
    margin-top: -65px;
    margin-bottom: -65px;
    padding-top: 65px;
    padding-bottom: 65px;
    border-radius: 0px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 34px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 22px;
  }

  h5 {
    font-size: 20px;
  }

  .container {
    padding-right: 30px;
    padding-left: 30px;
  }

  .nav-menu {
    position: fixed;
    width: auto;
    padding-top: 75px;
    background-color: #0082ca;
  }

  .menu-item {
    display: block;
  }

  .nav-logo-img {
    height: auto;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .nav-logo {
    display: block;
    width: 50%;
  }

  .menu-button {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 9999;
    padding: 15px;
    border-style: solid;
    border-width: 1px;
    border-color: hsla(0, 0%, 100%, 0.8);
    border-radius: 4px;
    background-color: hsla(0, 0%, 100%, 0.5);
  }

  .menu-button.w--open {
    background-color: hsla(0, 0%, 100%, 0.2);
  }

  .navbar-wrapper {
    position: relative;
  }

  .slide {
    padding-top: 60px;
  }

  .slide.slide-2 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 130, 202, 0.6)), to(rgba(0, 130, 202, 0.6))), url('../images/slide-2.jpg');
    background-image: linear-gradient(180deg, rgba(0, 130, 202, 0.6), rgba(0, 130, 202, 0.6)), url('../images/slide-2.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .slide.slide-1 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 130, 202, 0.7)), to(rgba(0, 130, 202, 0.7))), url('../images/slide-1.jpg');
    background-image: linear-gradient(180deg, rgba(0, 130, 202, 0.7), rgba(0, 130, 202, 0.7)), url('../images/slide-1.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .slider-block-links {
    width: auto;
    padding: 0px;
    background-color: transparent;
    text-align: center;
  }

  .footer-left {
    width: 50%;
  }

  .footer-right {
    width: 50%;
  }

  .intro-image {
    width: 100%;
  }

  .column-left {
    width: auto;
    padding-top: 15px;
    padding-right: 0px;
    padding-bottom: 15px;
    float: none;
  }

  .column-right {
    width: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0px;
    float: none;
  }

  .company-list-item {
    width: 48%;
    margin-top: 20px;
    margin-right: 4%;
  }

  .company-list-link:hover {
    box-shadow: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .home-slider-content {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .home-slider-logo {
    display: none;
  }

  .main-column {
    width: auto;
    float: none;
  }

  .sidebar-column {
    width: auto;
    margin-top: 50px;
    float: none;
  }

  .sidebar-block {
    padding: 20px;
  }

  .sub-menu {
    position: static;
    margin-left: 0px;
    background-color: transparent;
    text-align: right;
  }

  .logo-list {
    text-align: center;
  }

  .logo-list-item {
    width: 30%;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 15px;
    text-align: center;
  }

  h1 {
    font-size: 10vw;
  }

  h2 {
    font-size: 9vw;
  }

  h3 {
    font-size: 8vw;
  }

  h4 {
    font-size: 7vw;
  }

  h5 {
    font-size: 6vw;
  }

  h6 {
    font-size: 5.5vw;
  }

  blockquote {
    padding-left: 0em;
  }

  .container {
    padding-right: 25px;
    padding-left: 25px;
  }

  .nav-logo {
    width: 75%;
  }

  .menu-button {
    padding: 10px;
  }

  .footer-left {
    width: auto;
    padding-right: 0px;
    float: none;
  }

  .footer-right {
    width: auto;
    padding-top: 30px;
    float: none;
  }

  .page-header {
    text-align: center;
  }

  .intro-list-item {
    width: auto;
    float: none;
  }

  .intro-image {
    width: 80%;
  }

  .company-list-item {
    display: block;
    width: auto;
    margin-top: 25px;
    margin-right: 0%;
  }

  .company-list-heading-wrapper {
    padding-right: 10px;
    padding-left: 10px;
  }

  .company-list-heading {
    font-size: 6vw;
  }

  .home-slider-content {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .gallery-link {
    margin-bottom: 8px;
  }

  .logo-list-item {
    width: 46%;
  }
}

@font-face {
  font-family: 'Fontawesome';
  src: url('../fonts/fontawesome-webfont.woff2') format('woff2'), url('../fonts/fontawesome-webfont.eot') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff') format('woff'), url('../fonts/fontawesome-webfont.ttf') format('truetype'), url('../fonts/FontAwesome.otf') format('opentype'), url('../fonts/fontawesome-webfont.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}