html {
  font-size: 62.5%; }

p {
  margin-bottom: 0; }

body {
  font-family: 'Abel', sans-serif;
  letter-spacing: 1px;
  line-height: 2.5rem;
  font-size: 1.6rem;
  color: #303030;
  overflow-x: hidden; }

header {
  background-image: url("../assets/intro.png");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  background-size: cover;
  min-height: 80vh;
  position: relative; }

h1 {
  margin: 0 auto;
  text-align: center;
  display: block;
  color: #fff;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: bolder;
  padding: .5rem;
  border-bottom: 2px solid #fff;
  border-top: 2px solid #fff;
  position: relative;
  font-size: 5vw;
  margin-top: 20rem; }

h2 {
  font-family: 'Barlow Condensed';
  margin-bottom: 3rem;
  color: #5ba499;
  font-size: 3rem; }

.titles {
  margin: 0 auto;
  margin-bottom: 36rem; }

.title {
  text-align: center;
  color: #DF7D60;
  font-family: 'Pacifico';
  font-size: 11.5vw;
  margin-top: 3vw;
  line-height: 5rem;
  z-index: 999; }

.scroll {
  border: 4px solid #fff;
  border-radius: 16px;
  height: 46px;
  padding: 4px 0;
  width: 28px;
  position: absolute;
  bottom: 10rem; }

.scroll:before {
  background-color: #fff;
  content: '';
  display: block;
  height: 15px;
  width: 4px;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: -1.5rem; }

.scroll:after {
  content: '';
  position: absolute;
  background-color: #fff;
  border-radius: 100%;
  display: block;
  height: 4px;
  width: 4px;
  margin: 0 auto;
  -webkit-animation-name: scroll;
  animation-name: scroll;
  -webkit-animation-duration: 1.8s;
  animation-duration: 1.8s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

@-webkit-keyframes scroll {
  0% {
    background-color: white;
    left: 8px;
    top: 5px; }
  100% {
    background-color: transparent;
    left: 8px;
    top: 30px; } }
@keyframes scroll {
  0% {
    background-color: white;
    left: 8px;
    top: 5px; }
  100% {
    background-color: transparent;
    left: 8px;
    top: 30px; } }
.ligging {
  border: solid 9px #DF7D60;
  padding: 0 3.6rem;
  height: 34rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  margin-top: -6rem;
  margin-bottom: 14rem; }

.yellow-bg {
  background-color: #DF7D60; }

.info {
  height: 335px; }
  .info img {
    position: absolute;
    left: 0;
    top: -5.5rem;
    -o-object-fit: cover;
    object-fit: cover;
    width: 474px;
    height: 290px; }

.info-frame {
  position: relative; }

.info-villa {
  background-color: #fff;
  padding: 5rem 4rem;
  position: absolute;
  right: 0;
  top: 8rem; }

.gray-bg {
  background-color: #f4f4f4; }

.items {
  padding-top: 14rem;
  padding-bottom: 8rem; }
  .items img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: auto; }

.item {
  float: left; }
  .item p {
    margin-top: 1rem; }

.item.col-lg-3 {
  width: 25%; }

@media (max-width: 900px) {
  .item.col-md-6 {
    width: 50%; } }
@media (max-width: 500px) {
  .item.col-md-6 {
    width: 100%; } }
ul {
  list-style-image: url("../assets/arrow.svg"); }
  ul li {
    margin-bottom: 1.4rem; }

.faciliteiten {
  position: relative; }
  .faciliteiten h2 {
    margin-left: 4rem; }

.faciliteiten:after {
  content: '';
  background-color: #fff;
  display: block;
  height: 100%;
  width: 25vw;
  background-color: #DF7D60;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1; }

.faciliteiten > div {
  padding: 4.5rem 0; }

.bold {
  font-weight: bolder; }

.voorwaarden {
  text-align: center;
  padding: 18rem 0 10rem 0; }
  .voorwaarden img {
    margin-bottom: 1rem;
    height: 3.6rem;
    width: auto;
    margin-top: 4rem; }

.prijzen-wrapper {
  width: 100%; }

.prijzen {
  background-image: url("../assets/bg2.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  background-size: cover;
  position: relative;
  height: 40rem; }

ul.leaders {
  max-width: 37em;
  padding: 0;
  overflow-x: hidden;
  list-style: none; }

.price {
  margin-bottom: 3rem; }

.prijskaart {
  background-color: #fff;
  bottom: -10rem;
  padding: 5rem;
  max-width: 70rem;
  margin: 0 auto; }
  .prijskaart ul {
    list-style: none; }
    .prijskaart ul li:before {
      float: left;
      width: 0;
      white-space: nowrap;
      content: ". . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . "; }
    .prijskaart ul span:first-child {
      padding-right: 0.33em;
      background: #fff; }
    .prijskaart ul span + span {
      float: right;
      padding-left: 0.33em;
      background: #fff; }

.yellow {
  color: #DF7D60; }

.images {
  padding-top: 8rem;
  padding-bottom: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.slick-slider {
  width: 100vw; }

.slider {
  position: relative; }

#slider-img {
  z-index: -1;
  position: relative;
  -o-object-fit: cover;
  object-fit: cover;
  height: 40rem;
  width: auto; }

.slick-slide {
  margin: 0 1rem; }

.slick-prev {
  z-index: 999;
  left: 2rem !important; }

.slick-next {
  z-index: 999;
  right: 2rem !important; }

.slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .slick-track .slick-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40rem;
    width: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

.contact {
  padding: 8rem 0; }
  .contact h2 {
    text-align: center;
    color: #fff; }
  .contact input {
    font-size: 1.8rem;
    border-radius: 0;
    border: none; }
  .contact input[type="text"], .contact input[type='date'] {
    color: #DF7D60;
    height: 3rem;
    width: 100%;
    min-width: 14rem;
    padding-left: 1rem; }
  .contact input[type="button"] {
    color: #DF7D60;
    background-color: #fff;
    font-size: 2rem;
    padding: 1rem 2rem;
    -webkit-transition: background-color 0.5s ease;
    -o-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease; }
    .contact input[type="button"]:hover {
      background-color: #5ba499;
      cursor: pointer; }

.contact .col {
  margin-bottom: 3rem; }

::-webkit-input-placeholder {
  color: #DF7D60; }

::-moz-placeholder {
  color: #DF7D60; }

:-ms-input-placeholder {
  color: #DF7D60; }

:-moz-placeholder {
  color: #DF7D60; }

textarea {
  padding-left: 1rem;
  width: 100%;
  border: none;
  height: 15rem;
  font-size: 1.8rem;
  color: #DF7D60; }

#fb {
  font-size: 3rem;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease; }
  #fb:hover {
    color: #5ba499; }

footer {
  padding: 4rem 0;
  text-align: center; }
  footer a {
    color: #303030;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease; }
    footer a:hover {
      text-decoration: none;
      color: #5ba499; }
  footer > div div {
    margin-bottom: 1.4rem; }

.mamamia {
  padding: 4rem 0;
  background-image: url("../assets/bg3.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  background-size: cover;
  position: relative; }
  .mamamia h2 {
    color: #fff; }
  .mamamia p {
    border: 2px solid #DF7D60; }
  .mamamia div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .mamamia button {
    font-size: 2rem;
    border-radius: 0;
    padding: .5rem 2rem;
    border: 3px solid #fff;
    background-color: rgba(223, 125, 96, 0);
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease; }
    .mamamia button a {
      color: #fff; }
      .mamamia button a:hover {
        text-decoration: none; }
    .mamamia button:hover {
      background-color: #df7d60;
      border: 3px solid #DF7D60;
      cursor: pointer;
      color: #fff; }

@media screen and (min-width: 1200px) {
  h1 {
    font-size: 5rem; }

  .title {
    font-size: 12rem; } }
@media screen and (max-width: 991px) {
  .item {
    margin-bottom: 2rem; }

  .info {
    height: auto; }
    .info img {
      position: relative;
      top: 4;
      margin-bottom: -4rem; }

  .info-villa {
    position: relative; } }
@media screen and (max-width: 767px) {
  h1 {
    font-size: 5vw; }

  .title {
    font-size: 12vw; }

  .faciliteiten img {
    display: none; } }
@media screen and (max-width: 386px) {
  h1 {
    font-size: 5vw; }

  .title {
    font-size: 12vw; }

  .ligging {
    margin-top: 0; } }

/*# sourceMappingURL=main.css.map */

.language{
  padding-top: 1rem;
}

.language a{
  padding-left: 1rem;
  font-size: 2rem;
  color: white!important;
}

.language a:hover{
  color: white!important;
}