a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block
}

body {
  line-height: 1
}

ol, ul {
  list-style: none
}

blockquote, q {
  quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
  content: "";
  content: none
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

@font-face {
  font-family: Serendity;
  src: url(/fonts/Serendity.woff?cd7954893e785e5f746d7214a33ef046) format("woff")
}

body {
  background-color: #f6f6f6;
  font-family: Asul, sans-serif
}

.container {
  width: calc(100% - 60px);
  max-width: 1600px;
  margin: 0 auto;
  padding: 15px 30px
}

@media (max-width: 1680px) {
  .container {
    max-width: 1280px
  }
}

.h1 {
  font-size: 100px;
  letter-spacing: 0;
  line-height: 90px;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  position: relative
}

@media (max-width: 850px) {
  .h1 {
    font-size: 50px;
    line-height: 50px
  }
}

p em {
  font-style: italic
}

.h2 {
  font-size: 64px;
  color: #fff;
  letter-spacing: 0;
  line-height: 64px;
  font-family: 'Playfair Display', serif;
  font-weight: 700
}

.title-line span {
  display: inline-block;
  position: relative
}

.title-line span:after {
  content: "";
  position: absolute;
  display: block;
  background-image: url(/images/line.svg);
  background-size: 100% 5px;
  background-position: 50%;
  background-repeat: no-repeat;
  height: 5px;
  left: 0;
  right: 0;
  bottom: 5px
}

.h2 span.line, .h3 span.line, a span.line {
  display: inline-block;
  position: relative
}

.h2 span.line:after, .h3 span.line:after, a span.line:after {
  content: "";
  position: absolute;
  display: block;
  background-image: url(/images/line.svg);
  background-size: 100% 5px;
  background-position: 50%;
  background-repeat: no-repeat;
  height: 5px;
  left: 0;
  right: 0;
  bottom: 5px
}

.flex {
  display: flex
}

.space-between {
  justify-content: space-between
}

.align-center {
  align-items: center
}

.h3 {
  font-size: 48px;
  color: #151416;
  line-height: 60px
}

.bard h4, .h3, .h4 {
  letter-spacing: 0;
  font-family: 'Playfair Display', serif;
  font-weight: 700
}

.bard h4, .h4 {
  font-size: 21px;
  color: #252525;
  line-height: 28px;
  margin-bottom: 15px
}

.text-white {
  color: #fff
}

p {
  font-size: 18px;
  letter-spacing: 0;
  line-height: 28px;
  margin-bottom: 10px
}

p a {
  color: #e4934f
}

.mb-1 {
  margin-bottom: 10px
}

.mb-2 {
  margin-bottom: 20px
}

.mb-3 {
  margin-bottom: 30px
}

.error-page {
  padding-top: 200px;
  padding-bottom: 30vh
}

.book-btn {
  text-transform: uppercase;
  text-decoration: none;
  background-color: #e4934f;
  width: 128px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin-top: 15px
}

.home-header-content .book-btn {
  display: none
}

@media (max-width: 1100px) {
  .home-header-content .book-btn {
    display: flex !important
  }
}

.navigation {
  background-image: linear-gradient(180deg, #252525, transparent);
  position: fixed;
  z-index: 9999;
  left: 0;
  right: 0;
  top: 0;
  transition-duration: .5s;
  color: #fff
}

.navigation.black {
  background-color: #252525
}

.navigation a {
  color: #fff
}

.navigation .container {
  padding: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center
}

.navigation-logo {
  background-image: url(/images/logo.svg);
  background-position: 50%;
  background-size: contain;
  width: 220px;
  height: 25px;
  background-repeat: no-repeat
}

@media (max-width: 1100px) {
  .navigation-logo {
    width: 190px;
    height: 20px
  }
}

@media (max-width: 900px) {
  .navigation-menu {
    display: none
  }
}

.navigation-menu ul li {
  display: inline
}

.navigation-menu ul li a {
  text-transform: uppercase;
  display: inline-block;
  margin: 0 10px;
  text-decoration: none;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0
}

@media (max-width: 1150px) {
  .navigation-menu ul li a {
    font-size: 16px
  }
}

.navigation-menu-btn {
  display: flex;
  align-items: center;
  cursor: pointer;
  text-transform: uppercase
}

@media (min-width: 901px) {
  .navigation-menu-btn {
    display: none
  }
}

.navigation-menu-btn span {
  height: 2px;
  background-color: #fff;
  display: block;
  width: 100%;
  margin: 3px 0
}

.navigation-menu-btn div {
  margin-right: 5px;
  width: 16px;
  display: inline-block
}

@media (max-width: 1100px) {
  .navigation-button {
    display: none
  }
}

.navigation-button a {
  text-transform: uppercase;
  text-decoration: none;
  background-color: #e4934f;
  width: 128px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center
}

.mobile-menu {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  z-index: 99;
  padding-top: 100px
}

@media (max-width: 900px) {
  .mobile-menu.active {
    display: block
  }
}

.mobile-menu a {
  color: #fff;
  display: block;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 24px;
  margin: 30px auto 0
}

.mobile-menu .reserve-btn, .mobile-menu a {
  text-align: center;
  text-decoration: none;
  text-transform: uppercase
}

.mobile-menu .reserve-btn {
  background-color: #e4934f;
  width: 128px;
  height: 40px;
  font-size: 14px;
  margin-top: 60px;
  display: flex;
  justify-content: center;
  align-items: center
}

.home-header {
  background-image: url(/images/header.jpg);
  height: 50vw;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: flex-end;
  color: #fff
}

.home-header, .home-header .spreuk {
  background-repeat: no-repeat;
  background-position: 50%
}

.home-header .spreuk {
  width: 130px;
  height: 130px;
  top: -70px;
  left: 320px;
  display: block;
  position: absolute;
  background-image: url(/images/karakter.svg);
  background-size: contain
}

.home-header-gradient {
  height: 100px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: linear-gradient(0deg, #252525, transparent)
}

.home-header-content {
  max-width: 550px;
  margin-bottom: 10vw;
  position: relative;
  z-index: 2
}

@media (max-width: 1000px) {
  .home-header-content {
    margin-bottom: 30px
  }
}

.home-header-content p {
  font-size: 18px;
  color: #fff;
  letter-spacing: 0;
  line-height: 28px
}

@media (max-width: 850px) {
  .home-header {
    background-image: none;
    display: block;
    height: auto;
    background-color: #252525
  }

  .home-header-gradient {
    display: none
  }

  .home-header-mobile-bg {
    background-image: url(/images/header-mobile.jpg);
    height: 50vw;
    min-height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%
  }

  .home-header .spreuk {
    left: 170px;
    height: 100px;
    width: 100px;
    top: -60px
  }

  .home-header-content {
    margin: -50px 0 50px
  }

  .home-header-content .h1 {
    max-width: 300px;
    margin-bottom: 10px
  }
}

.footer {
  padding: 50px 0;
  position: relative;
  z-index: 10;
  background: #fff;
  color: #a0a0a0;
  font-size: 18px
}

@media (max-width: 850px) {
  .footer {
    padding: 30px 0
  }

  .footer span {
    display: inline-block
  }

  .footer .footer-item {
    margin-top: 40px !important
  }
}

@media (max-width: 500px) {
  .footer {
    font-size: 14px
  }
}

@media (max-width: 361px) {
  .footer {
    font-size: 12px
  }
}

.footer span {
  display: block;
  text-transform: uppercase;
  margin-bottom: 10px
}

.footer .address div {
  color: #000;
  margin-top: 5px;
  line-height: 24px
}

.footer .social-icon {
  width: 20px;
  margin-right: 3px;
  height: 20px;
  display: inline-block;
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat
}

.footer .fb {
  background-image: url(/images/icons/facebook.svg)
}

.footer .in {
  background-image: url(/images/icons/instagram.svg)
}

.footer a {
  display: inline-block;
  margin-top: 5px;
  color: #000;
  text-decoration: none
}

.footer a .line {
  width: auto
}

.footer a .line:after {
  bottom: -7px
}

.footer .container {
  display: flex;
  justify-content: space-between
}

@media (max-width: 850px) {
  .footer .container {
    display: block
  }

  .footer .container div {
    margin: 10px 0
  }
}

.home-intro {
  background-color: #252525;
  color: #fff
}

.home-intro, .home-intro .container {
  display: flex;
  justify-content: space-between
}

.home-intro .container {
  align-items: center
}

.home-intro-image {
  display: block;
  margin-top: -100px;
  width: 50%;
  max-width: 550px;
  transform: translateY(150px)
}

.home-intro-content {
  width: 45%;
  margin-right: 5%
}

@media (max-width: 800px) {
  .home-intro .container {
    display: block;
    padding-bottom: 50px
  }

  .home-intro-image {
    width: 100%;
    margin-top: 0;
    transform: none
  }

  .home-intro-content {
    width: 100%;
    margin: 0
  }
}

.home-intro .nieuwenhuis {
  width: 150px;
  height: 75px;
  margin-top: 30px;
  margin-bottom: 30px;
  background-image: url(/images/fam_nieuwenhuis.svg);
  background-size: contain;
  background-position: 0;
  background-repeat: no-repeat
}

.home-hoe-werkt-het {
  margin-top: 150px;
  color: #000
}

@media (max-width: 800px) {
  .home-hoe-werkt-het {
    margin-top: 0
  }
}

.home-hoe-werkt-het-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 -15px
}

.home-hoe-werkt-het-item {
  padding: 15px;
  margin-bottom: 50px;
  width: calc(33.3% - 30px)
}

@media (max-width: 800px) {
  .home-hoe-werkt-het-item {
    width: calc(50% - 30px);
    margin-bottom: 25px
  }
}

@media (max-width: 500px) {
  .home-hoe-werkt-het-item {
    width: calc(100% - 30px);
    margin-bottom: 25px
  }
}

.home-hoe-werkt-het-item h4 {
  font-size: 24px;
  color: #252525;
  letter-spacing: 0;
  margin-bottom: 10px;
  line-height: 28px;
  font-family: 'Playfair Display', serif;
  font-weight: 700
}

.home-hoe-werkt-het-item p {
  font-size: 16px;
  color: #606060;
  letter-spacing: 0;
  line-height: 28px
}

.home-hoe-werkt-het-item .icon {
  width: 50px;
  height: 42px;
  background-position: 0;
  background-size: contain;
  margin-bottom: 10px;
  background-repeat: no-repeat
}

.home-hoe-werkt-het-item .icon-1 {
  background-image: url(/images/icons/icon1.svg)
}

.home-hoe-werkt-het-item .icon-2 {
  background-image: url(/images/icons/icon2.svg)
}

.home-hoe-werkt-het-item .icon-3 {
  background-image: url(/images/icons/icon3.svg)
}

.home-hoe-werkt-het-item .icon-4 {
  background-image: url(/images/icons/icon4.svg)
}

.home-hoe-werkt-het-item .icon-5 {
  background-image: url(/images/icons/icon5.svg)
}

.home-hoe-werkt-het-item .icon-6 {
  background-image: url(/images/icons/icon6.svg)
}

.home-onze-campers {
  background-color: #252525;
  padding-top: 50px;
  margin-bottom: 150px
}

.home-onze-campers-heading {
  margin-bottom: 50px
}

@media (min-width: 700px) {
  .home-onze-campers-heading {
    display: flex;
    justify-content: space-between;
    align-items: center
  }
}

.home-onze-campers .h1 {
  margin-right: 120px
}

.home-onze-campers .subtitle {
  width: 180px;
  height: 150px;
  top: -60px;
  left: 290px;
  display: block;
  position: absolute;
  background-image: url(/images/vrijheid.svg);
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat
}

@media (max-width: 850px) {
  .home-onze-campers .subtitle {
    top: -85px;
    left: 110px
  }
}

.home-onze-campers-content {
  margin-top: 30px;
  color: #fff
}

@media (min-width: 700px) {
  .home-onze-campers-content {
    width: 50%
  }
}

.home-onze-campers-content p {
  font-size: 16px;
  color: #e1e1e1;
  letter-spacing: 0;
  line-height: 24px
}

@media (min-width: 700px) {
  .home-onze-campers-images {
    display: flex;
    justify-content: space-between;
    align-items: stretch !important
  }

  .home-onze-campers-images .first-row {
    width: 60%
  }

  .home-onze-campers-images .second-row {
    margin-left: 50px;
    width: 40%
  }

  .home-onze-campers-images .image-small {
    width: 50%;
    margin-top: 50px
  }
}

.home-onze-campers-images img {
  width: 100%;
  display: block
}

.home-onze-campers-images .second-row {
  margin-bottom: -80px !important
}

@media (max-width: 700px) {
  .home-onze-campers-images .second-row {
    display: flex;
    justify-content: space-between;
    margin: 0 -25px;
    align-items: flex-end;
    margin-bottom: -60px !important
  }

  .home-onze-campers-images .second-row img {
    padding: 25px;
    width: calc(50% - 50px);
    display: inline-block
  }
}

.home-faq {
  padding-top: 100px
}

.home-faq-info {
  margin-top: 50px
}

@media (min-width: 750px) {
  .home-faq-info {
    width: 450px
  }
}

.home-faq-info p {
  margin-bottom: 25px;
  font-size: 16px;
  color: #606060;
  letter-spacing: 0;
  line-height: 28px
}

@media (min-width: 750px) {
  .home-faq .flexbox {
    display: flex;
    justify-content: space-between
  }
}

.home-faq-items {
  margin-top: 50px
}

@media (min-width: 750px) {
  .home-faq-items {
    margin-left: 100px;
    width: calc(100% - 100px)
  }
}

.home-faq-item {
  background-color: #fff;
  padding: 20px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, .1);
  margin-bottom: 15px
}

.home-faq-item .h4 {
  margin-bottom: 0
}

.home-faq-item p {
  margin-top: 15px;
  overflow: hidden;
  font-size: 16px;
  color: #606060;
  letter-spacing: 0;
  line-height: 28px
}

.home-faq-item .faq-question {
  margin-bottom: -5px;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  align-items: center
}

.home-faq-item .faq-question span {
  font-size: 25px;
  color: #e4934f;
  letter-spacing: 0;
  text-align: center;
  line-height: 28px
}

.home-faq-item .faq-answer {
  transition: all .5s ease-in-out;
  height: 0;
  overflow: hidden
}

.home-faq-item.active .faq-answer {
  height: auto
}

.home-faq-item.active .faq-question span {
  transform: rotate(45deg)
}

.home-reviews {
  background-color: #252525;
  padding-top: 100px;
  padding-bottom: 0
}

@media (max-width: 800px) {
  .home-reviews {
    padding-top: 25px;
    padding-bottom: 0
  }
}

.home-reviews .slick-slide {
  outline: none !important
}

.home-reviews .slick-track {
  padding-bottom: 50px
}

.home-reviews .slick-arrow {
  position: absolute;
  -webkit-appearance: none;
  border: none;
  background-color: transparent;
  background-image: url(/images/prev.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  width: 40px;
  height: 40px;
  top: 50%;
  outline: none;
  color: transparent;
  cursor: pointer;
  transition-duration: .3s;
  z-index: 5;
  opacity: .5
}

@media (max-width: 800px) {
  .home-reviews .slick-arrow {
    top: auto;
    bottom: 0
  }

  .home-reviews .slick-arrow.slick-next {
    right: 30px !important
  }

  .home-reviews .slick-arrow.slick-prev {
    left: 30px !important
  }
}

.home-reviews .slick-arrow:hover {
  opacity: 1
}

.home-reviews .slick-next {
  right: 15px;
  background-image: url(/images/next.svg)
}

.home-reviews .slick-prev {
  left: 15px;
  background-image: url(/images/prev.svg)
}

.home-reviews .review-item {
  display: flex;
  justify-content: space-between
}

.home-reviews .review-item .handwriting {
  font-family: Serendity, sans-serif;
  transform: rotate(-4deg);
  font-size: 32px;
  color: #e4934f;
  letter-spacing: 0;
  margin-bottom: 30px;
  line-height: 48px
}

@media (max-width: 800px) {
  .home-reviews .review-item {
    display: block
  }
}

.home-reviews .review-item .review-item-images {
  width: 50%;
  padding-left: 50px
}

.home-reviews .review-item .review-item-images .image-polaroid {
  background-color: #000;
  background-image: url(/images/onze-campers1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 300px;
  height: 300px;
  position: relative;
  border: solid #fff;
  border-width: 15px 15px 60px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, .5);
  transform: rotate(2deg)
}

.home-reviews .review-item .review-item-images .image-polaroid-alt {
  transform: scale(.8) rotate(-4deg) translateY(25%) translateX(70%);
  top: 50px;
  position: absolute
}

@media (max-width: 1250px) {
  .home-reviews .review-item .review-item-images {
    width: 40%
  }

  .home-reviews .review-item .review-item-images .image-polaroid {
    margin-top: 25px;
    width: 200px;
    height: 200px;
    border-width: 12px 12px 50px
  }
}

@media (max-width: 920px) {
  .home-reviews .review-item .review-item-images {
    width: 40%
  }

  .home-reviews .review-item .review-item-images .image-polaroid {
    margin-top: 50px;
    width: 150px;
    height: 150px;
    border-width: 9px 9px 40px
  }
}

@media (max-width: 800px) {
  .home-reviews .review-item .review-item-images {
    width: 100%;
    padding-left: 0;
    text-align: center
  }

  .home-reviews .review-item .review-item-images .image-polaroid {
    display: inline-block;
    margin-left: -105px;
    margin-top: 50px;
    width: 200px;
    height: 200px;
    border-width: 9px 9px 40px
  }
}

.home-reviews .review-item .review-item-content {
  width: 50%;
  padding-right: 50px
}

@media (max-width: 800px) {
  .home-reviews .review-item .review-item-content {
    width: 100%;
    padding-right: 0;
    margin-top: 120px
  }
}

.home-reviews .review-item .h3 {
  color: #fff
}

.home-reviews .review-item p {
  font-size: 18px;
  color: #a0a0a0;
  letter-spacing: 0;
  line-height: 28px
}

.wittebeer {
  position: fixed;
  right: 0;
  bottom: 100px;
  z-index: 5;
  text-align: center;
  text-decoration: none;
  color: #184079
}

.wittebeer div {
  box-shadow: 2px 2px 10px rgba(0, 0, 0, .2);
  background-color: #fff;
  padding: 15px;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px
}

.wittebeer p {
  font-size: 15px;
  margin: 0;
  position: relative;
  z-index: 10
}

.wittebeer img {
  width: 200px
}

@media (max-width: 1200px) {
  .wittebeer {
    top: 500px;
    position: absolute;
    text-align: right
  }

  .wittebeer p {
    font-size: 14px;
    line-height: 16px
  }

  .wittebeer div, .wittebeer img {
    width: 120px
  }
}