body {
  height: 100%;
  background-color: #ededed;
  font-family:'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 20px;
}
h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}
h2 {
  padding-bottom: 10px;
  color: #523214;
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
}
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}
h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
p {
  color: black;
  font-size: 16px;
}
.button {
  display: inline-block;
  padding: 10px 25px;
  border-radius: 8px;
  background-color: #523214;
  color: white;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}
.button:hover {
  background-color: black;
}
.navbar-wrapper {
  background-color: white;
}
.navbar-grey-bar {
  width: 100%;
  height: 75px;
  background-color: #ededed;
}
.nav-link {
  padding-top: 10px;
  padding-bottom: 10px;
  color: black;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
.nav-link:hover {
  color: #523214;
}
.nav-link.w--current {
  color: #523214;
}
.eikenbouw-logo {
  width: 418px;
  height: 100px;
}
.navbar-logo-wrapper {
  position: absolute;
  top: 26px;
  margin-left: -45px;
}
.navbar-logo-wrapper.w--current {
  width: 418px;
  height: 100px;
}
.footer {
  width: 100%;
  padding: 20px 25px;
  background-color: #523214;
}
.footer-text {
  display: inline;
  padding-right: 10px;
  padding-left: 10px;
  float: left;
  color: white;
}
.content {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: white;
}
.float-right {
  float: right;
}
.intro-blocks-wrapper {
  margin-top: 25px;
  margin-bottom: 25px;
  text-align: center;
}
.intro-block {
  display: inline-block;
  width: 290px;
  margin-right: 10px;
  margin-left: 10px;
  text-align: left;
}
.read-more {
  color: black;
  line-height: 50px;
  font-style: italic;
  font-weight: 400;
  text-decoration: none;
}
.read-more:hover {
  text-decoration: underline;
}
.thumbnail {
  border-radius: 8px;
}
.text-block-wrapper {
  margin: 50px 10px 25px;
}
.text-block-wrapper.center-text {
  text-align: center;
}
.over-ekenbouw-image {
  width: 293px;
  margin-bottom: 10px;
  margin-left: 20px;
  float: right;
}
.over-ekenbouw-image.photoframe {
  margin-bottom: 20px;
  margin-left: 25px;
  border: 12px solid white;
  box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 6px 2px;
}
.over-ekenbouw-image.photoframe.rotate-rechts {
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
}
.over-ekenbouw-image.photoframe.rotate-links {
  -webkit-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  transform: rotate(-2deg);
}
.nav-menu-dropdown {
  background-color: rgba(255, 255, 255, 0.90);
}
.nav-menu-button.w--open {
  background-color: transparent;
  color: #523214;
}
.slider-wrapper {
  height: 360px;
  margin-right: 10px;
  margin-left: 10px;
  border: 4px solid white;
  background-color: #ededed;
}
.frame-shadow {
  width: 100%;
  height: 22px;
  background-image: url('../images/imageframe-shadow.png');
  background-position: 50% 0px;
  background-size: contain;
  background-repeat: no-repeat;
}
.slider-image {
  position: relative;
  top: 200%;
  display: block;
  min-height: 100%;
  min-width: 100%;
  margin-top: -100%;
}
.tekstvak {
  margin-right: 10px;
  margin-left: 10px;
}
.formulier-wrapper {
  width: 300px;
  float: left;
}
.success-message {
  padding: 20px 20px 22px;
  border-radius: 8px;
  background-color: #ededed;
}
.error-message {
  padding: 10px 15px;
  border-radius: 8px;
}
.contactgegevens-wrapper {
  display: block;
  width: 560px;
  float: right;
}
.contact-text {
  display: inline-block;
  width: auto;
  max-width: 55%;
  min-width: 40%;
  margin-right: 5%;
  margin-bottom: 15px;
  font-size: 16px;
}
.padding-bottom {
  margin-top: 25px;
  margin-bottom: 35px;
}
.tab-link {
  margin: 5px;
  padding-right: 25px;
  padding-left: 25px;
  border-radius: 7px;
  background-color: #ededed;
  color: black;
  font-weight: 700;
}
.tab-link:hover {
  background-color: #523214;
  color: white;
}
.tab-link.w--current {
  background-color: #523214;
  color: white;
}
.gallery-image {
  width: 222px;
  margin: 5px;
}
.tabs-menu {
  margin-bottom: 15px;
  text-align: center;
}
.white-url {
  color: white;
  text-decoration: none;
}
.white-url:hover {
  text-decoration: underline;
}
@media (max-width: 991px) {
  .nav-link {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .navbar-logo-wrapper {
    margin-left: 0px;
  }
  .footer-text {
    display: block;
    float: none;
    text-align: center;
  }
  .intro-block {
    width: 220px;
  }
  .slider-wrapper {
    height: 300px;
  }
  .contactgegevens-wrapper {
    width: 360px;
  }
  .contact-text {
    max-width: 100%;
  }
  .padding-bottom {
    margin-top: 0px;
  }
  .gallery-image {
    width: 232px;
  }
}
@media (max-width: 767px) {
  .intro-blocks-wrapper {
    margin-top: 0px;
  }
  .intro-block {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding: 25px;
  }
  .text-block-wrapper {
    margin-right: 25px;
    margin-left: 25px;
  }
  .over-ekenbouw-image.photoframe {
    width: 240px;
  }
  .slider-wrapper {
    height: 260px;
  }
  .slider-image {
    top: 150%;
    margin-top: -85%;
  }
  .tekstvak {
    margin-right: 25px;
    margin-left: 25px;
  }
  .formulier-wrapper {
    width: 100%;
    float: none;
  }
  .contactgegevens-wrapper {
    width: 100%;
    margin-bottom: 20px;
    float: none;
  }
  .gallery-image {
    width: 45%;
    margin: 10px 2%;
  }
  .tabs-wrapper {
    margin-right: 25px;
    margin-left: 25px;
  }
}
@media (max-width: 479px) {
  .navbar-grey-bar {
    display: none;
  }
  .eikenbouw-logo {
    height: auto;
    max-height: 52px;
  }
  .navbar-logo-wrapper {
    position: absolute;
    top: auto;
    max-width: 75%;
    padding-top: 10px;
  }
  .over-ekenbouw-image {
    display: block;
    width: 100%;
    margin-bottom: 25px;
    margin-left: 0px;
    float: none;
  }
  .over-ekenbouw-image.photoframe {
    width: 100%;
    margin-top: 10px;
    margin-left: 0px;
    border-style: none;
    border-radius: 8px;
    box-shadow: transparent 0px 0px 0px 0px;
  }
  .over-ekenbouw-image.photoframe.rotate-rechts {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .over-ekenbouw-image.photoframe.rotate-links {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .slider-image {
    top: 0%;
    margin-top: 0%;
  }
  .tab-link {
    text-align: center;
  }
  .gallery-image {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
  }
}

