.spacer-white {
  width: 100vw;
  height: 20vh;
  display: block;
  background-color: white;
}

.bg-white {
  background-color: white;
}

.bg-grey {
  background-color: whitesmoke;
}

.bg-transparent {
  background-color: rgba(255, 255, 255, 0);
  height: 5vh;
}

.bg-transparent .link-bar {
  margin-top: 8vh;
}

.extra-bottom-spacing {
  margin-bottom: 100px;
}

.link-bar {
  position: absolute;
  margin-top: 16vh;
  margin-left: 4vw;
}

.link-bar a {
  color: rgb(20, 20, 20);
}

.link-bar a:hover {
  color: rgb(255, 69, 0);
}

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

  .link-bar p {
    font-size: 12px;
  }
}

@media screen and (max-height: 567px) {
  .link-bar {
    margin-top: 32vh;
    margin-left: 3vw;
  }

  .link-bar p {
    font-size: 14px;
  }
}

/* ========== FOR ACCOMMODATIONS PAGES ========== */

.price-container {
  margin-bottom: 35px;
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  justify-content: space-evenly;
}

.price-box h5 {
  margin-bottom: 14px;
  color: black;
  font-size: 24px;
}

.price-box h4 {
  margin-bottom: 8px;
  color: orangered;
  font-size: 34px;
}

.price-box h6 {
  margin-bottom: 35px;
  color: rgb(43, 44, 44);
}

/* ========== END OF ACCOMMODATIONS PAGES ========== */

/* ========== ACTIVITIES PAGES ========== */

.activities-header {
  width: 100vw;
  height: auto;
  background-size: cover;
  background-position: center center;
  /*
  background-attachment: fixed;
  */
  background-color: #464646;
}

.bike-bg {
  background-image: url("../img/activiteiten/fietsen_activiteit.jpg");
}

.hiking-bg {
  background-image: url("../img/activiteiten/full/wandelen.jpg");
}

.embalses-bg {
  background-image: url("../img/activiteiten/full/meren.jpg");
}

.cities-bg {
  background-image: url("../img/activiteiten/full/steden.jpg");
}

.activities-header h2 {
  padding-top: 55vh;
  text-align: center;
  color: white;
}
/*
@media screen and (max-width: )*/

/* ========== END OF ACTIVITIES PAGES ========== */

/* ========== FOR ABOUT US  ========== */

.presentation {
  margin-top: 5px;
  width: 100vw;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}

.presentation-left {
  margin-left: 15px;
  width: 46vw;
  height: auto;
}

.presentation-left h4 {
  margin: 0;
  padding: 0;
  text-align: left;
}

.presentation-left p {
  margin: 25px 0;
  padding: 0;
  text-align: left;
}

.presentation-right {
  margin-top: 100px;
  width: 42vw;
  height: auto;
}

.presentation-right img {
  max-width: 100%;
  height: auto;
  border-radius: 25px;
}

.presentation-text {
  margin: 35px 0;
  padding: 0;
  width: 40vw;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: flex-start;
}

.presentation-text p {
  margin: 10px 0;
  padding: 0;
  text-align: left;
  font-size: 18px;
}

.presentation-text li {
  margin: 15px;
  /*
  padding: 10px 0;
  */
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
}

.presentation-text-price {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.presentation-text-price h3 {
  margin-top: 15px;
  color: black;
  font-size: 16px;
  font-weight: 600;
}
.presentation-text-price h4 {
  margin-top: 0;
  padding: 0;
  color: orangered;
  text-align: left;
}
.presentation-text-price p {
  font-size: 14px;
  color: #464646;
}

@media screen and (max-width: 1058px) {
  .presentation {
    flex-direction: column;
  }

  .presentation-left {
    width: 75vw;
  }

  .presentation-left h4 {
    margin-top: 30px;
    padding-right: 20px;
    text-align: center;
  }

  .presentation-left p {
    text-align: center;
  }

  .presentation-right {
    width: 85vw;
    margin-top: 20px;
  }

  .presentation-text {
    width: 80vw;
  }

  .presentation-text p {
    margin-left: 10vw;
    text-align: left;
  }

  .presentation-text li {
    margin-left: 15vw;
  }

  .presentation-text-price h3 {
    margin-top: 4vh;
    margin-left: 15vw;
  }
  .presentation-text-price h4 {
    margin-left: 15vw;
  }
  .presentation-text-price p {
    margin-left: 15vw;
    text-align: left;
  }

  #winter-offer-box {
    margin-left: 5vw;
  }
}

/* ========== END OF ABOUT US  ========== */

/* ========== CONTACT SECTION  ========== */

.contact-information {
  width: 95vw;
  margin-top: 60px;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}

.contact-info-row {
  flex: 1;
  display: flex;
  flex-direction: row;
}

.contact-info-item {
  margin: 5px;
  flex: 1;
  display: flex;
  flex-direction: column;
  text-align: left;
  background-color: whitesmoke;
  border-radius: 25px;
}

.contact-info-item div {
  margin: 5px;
  padding-left: 10px;
}

#booking-conditions {
  margin-top: 5px;
}

@media screen and (max-width: 878px) {
  .contact-information {
    flex-direction: column;
  }
}

@media screen and (max-width: 542px) {
  .contact-information {
    align-items: center;
  }

  .contact-info-row {
    flex-direction: column;
  }

  .contact-info-item {
    width: 80vw;
  }
}

/* ========== END OF CONTACT SECTION  ========== */

/* ========== TOOLTIP ========== */

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltip-text {
  visibility: hidden;
  width: 225px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  font-size: 14px;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  margin-left: -60px;
}

.tooltip:hover .tooltip-text {
  visibility: visible;
}

/* ========== END OF TOOLTIP ========== */
