body {
  background-color: #aa1917;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 1.5em;
}

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

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

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1.2em;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1.1em;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.1em;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.1em;
  font-weight: 700;
}

p {
  margin-bottom: 15px;
}

a {
  color: #aa1917;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

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

ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 20px;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 10px 10px 20px;
  border-left: 10px solid #f3980c;
  font-size: 18px;
  line-height: 1.4em;
  font-style: italic;
}

.container {
  display: block;
  max-width: 1160px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}

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

.section.section-about {
  overflow: hidden;
  background-color: #e5e5e5;
}

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

.footer {
  color: #fff;
}

.footer-top {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #f3980c;
}

.footer-middle {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #5d382e;
  background-image: url('../images/hielkje-engeltjes-footer-achtergrond.jpg');
  background-size: cover;
}

.footer-bottom {
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 14px;
  text-align: center;
}

.button {
  display: inline-block;
  padding: 10px 22px;
  border-radius: 4px;
  background-color: #aa1917;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: none;
}

.button:hover {
  background-color: #f3980c;
}

.button.outline {
  padding: 10px 20px;
  border: 2px solid #aa1917;
}

.style {
  display: none;
}

.home-header {
  position: relative;
  background-image: url('../images/hielke-engeltjes-boomverzorging-tuinservice-header.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.nav-logo-link {
  display: block;
  width: 100%;
  max-width: 320px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  float: none;
}

.nav-menu {
  float: none;
}

.navbar {
  background-color: #fff;
}

.navbar-top {
  padding-top: 22px;
  padding-bottom: 22px;
  border-top: 5px solid #aa1917;
}

.navbar-bottom {
  border-top: 1px solid #e5e5e5;
  text-align: center;
}

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

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

.nav-link {
  display: block;
  padding: 22px 20px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #aa1917;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #f3980c;
}

.nav-logo {
  display: block;
  width: 100%;
  height: auto;
}

.home-header-content {
  position: relative;
  z-index: 3;
  padding-top: 175px;
  padding-bottom: 175px;
  font-size: 20px;
  line-height: 1.5em;
  text-align: center;
  text-shadow: 1px 1px 8px rgba(0, 0, 0, .65);
}

.home-header-heading {
  margin-top: 0px;
  margin-bottom: 25px;
  font-size: 70px;
  line-height: 1.1em;
  font-weight: 300;
  text-transform: uppercase;
}

.home-header-text {
  margin-bottom: 30px;
}

.home-header-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 3;
  background-color: rgba(0, 0, 0, .15);
  background-image: url('../images/dot-hatch.png');
  background-position: 0px 0px;
}

.sub-menu-list {
  position: absolute;
  display: none;
  margin: 0px;
  padding: 0px;
  background-color: #aa1917;
  text-align: left;
  list-style-type: none;
}

.footer-top-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-top-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 25px;
  line-height: 1.4em;
}

.footer-column {
  display: inline-block;
  width: 31%;
  margin-right: 3.5%;
  float: left;
}

.footer-column.last {
  margin-right: 0%;
}

.footer-column.footer-nav-column {
  padding-left: 8%;
}

.column-left {
  position: relative;
  width: 48%;
  float: left;
}

.column-right {
  position: relative;
  width: 48%;
  float: right;
}

.about-image {
  display: block;
  width: 100%;
  height: auto;
}

.about-image-wrapper {
  position: absolute;
  left: -35%;
  overflow: hidden;
  width: 200%;
  -webkit-transform: translate(0px, -25%);
  -ms-transform: translate(0px, -25%);
  transform: translate(0px, -25%);
}

.divider {
  display: inline-block;
  width: 100%;
  height: 9px;
  max-width: 169px;
  margin-top: 15px;
  margin-bottom: 15px;
  background-image: url('../images/divider.png');
  background-position: 0px 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.video-wrapper {
  padding: 15px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, .25);
}

.highlight-list {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.highlight-list-item {
  display: inline-block;
  width: 31%;
  margin-right: 3.5%;
  float: left;
  text-align: left;
}

.highlight-list-item.last {
  margin-right: 0%;
}

.highlight-content {
  padding-top: 20px;
}

.highlight-icon-wrapper {
  width: 20%;
  float: left;
  border-radius: 4px;
  background-color: #f3980c;
}

.highlight-text-wrapper {
  width: 72%;
  float: right;
}

.highlight-heading {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 20px;
}

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

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

.fa.list {
  display: inline-block;
  min-width: 18px;
}

.footer-heading {
  margin-top: 0px;
}

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

.fw-video-wrapper {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.footer-menu-list {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.home-sfeer {
  height: 30vw;
  max-height: 400px;
  min-height: 250px;
  background-image: url('../images/hielke-engeltjes-boomverzorging-tuinservice-header.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.page-header {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #aa1917;
  background-image: url('../images/hielke-engeltjes-header-achtergrond.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 8px rgba(0, 0, 0, .45);
}

.page-heading {
  margin-top: 0px;
  margin-bottom: 0px;
}

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

.fw-image.rounded {
  border-radius: 4px;
}

.column-wrapper {
  margin-top: 25px;
}

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

.photo-gallery-list {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.photo-gallery-list-item {
  display: inline-block;
  width: 22.5%;
  margin-top: 10px;
  margin-right: 3.33333%;
  margin-bottom: 10px;
}

.photo-gallery-link {
  display: block;
}

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

.breadcrumbs {
  margin-top: 5px;
  margin-bottom: 0px;
  font-weight: 600;
}

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

@media (max-width: 991px) {
  .nav-menu {
    position: fixed;
    background-color: #aa1917;
  }
  .navbar-bottom {
    border-top-style: none;
  }
  .nav-list {
    overflow: auto;
    max-height: 100vh;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: left;
  }
  .menu-item {
    display: block;
  }
  .nav-link {
    padding: 10px 25px;
    color: #fff;
  }
  .menu-button {
    position: fixed;
    top: 15px;
    right: 15px;
    float: none;
    border: 1px solid #fff;
    border-radius: 4px;
    background-color: hsla(0, 0%, 100%, .8);
  }
  .menu-button.w--open {
    border-color: #aa1917;
    background-color: #aa1917;
  }
  .home-header-content {
    padding-top: 145px;
    padding-bottom: 145px;
  }
  .sub-menu-list {
    position: static;
    display: block;
  }
  .footer-top-heading {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .about-image-wrapper {
    left: -45%;
    width: 220%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

@media (max-width: 767px) {
  .container {
    padding-right: 25px;
    padding-left: 25px;
  }
  .section.section-about {
    padding-top: 0px;
    text-align: center;
  }
  .footer-middle {
    text-align: center;
  }
  .home-header-content {
    padding-top: 115px;
    padding-bottom: 115px;
    font-size: 18px;
  }
  .home-header-heading {
    font-size: 10vw;
  }
  .footer-top-flex {
    display: block;
    text-align: center;
  }
  .footer-top-heading {
    margin-bottom: 20px;
    padding-right: 0px;
  }
  .footer-column {
    display: block;
    width: auto;
    margin-right: 0%;
    margin-bottom: 35px;
    float: none;
  }
  .footer-column.last {
    margin-bottom: 0px;
  }
  .footer-column.footer-nav-column {
    padding-left: 0px;
  }
  .column-left {
    width: auto;
    margin-bottom: 25px;
    float: none;
  }
  .column-right {
    width: auto;
    margin-bottom: 25px;
    float: none;
  }
  .about-image {
    opacity: 0;
  }
  .about-image-wrapper {
    position: static;
    left: 0px;
    width: auto;
    margin-right: -25px;
    margin-bottom: -10%;
    margin-left: -25px;
    padding-bottom: 30%;
    background-image: url('../images/hielke-engeltjes-sfeer-mobiel.jpg');
    background-position: 50% 50%;
    background-size: contain;
  }
  .highlight-list-item {
    display: block;
    width: auto;
    margin-top: 20px;
    margin-right: 0%;
    margin-bottom: 20px;
    padding: 20px;
    float: none;
    border-radius: 4px;
    background-color: #f5f5f5;
  }
  .column-wrapper {
    margin-bottom: -25px;
  }
}

@media (max-width: 479px) {
  body {
    text-align: center;
  }
  h1 {
    font-size: 11vw;
  }
  h2 {
    font-size: 10vw;
  }
  h3 {
    font-size: 9vw;
  }
  h4 {
    font-size: 8vw;
  }
  h5 {
    font-size: 7vw;
  }
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .footer-middle {
    text-align: center;
  }
  .nav-logo-link {
    width: 75%;
    margin-right: 0px;
    margin-left: 0px;
  }
  .menu-button {
    top: 10px;
    right: 10px;
  }
  .home-header-content {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .footer-top-heading {
    font-size: 18px;
  }
  .about-image-wrapper {
    margin-right: -20px;
    margin-left: -20px;
  }
  .highlight-list-item {
    padding: 0px;
    background-color: transparent;
  }
  .photo-gallery-list-item {
    width: 48%;
    margin-right: 4%;
  }
}

@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;
}