@import url("https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap");
header {
  position: relative;
  z-index: 100;
}
header .menu > ul > li {
  display: inline-block;
  margin-left: 24px;
}
header .menu > ul > li > a {
  font-weight: 600;
  font-size: 17px;
  cursor: pointer;
  transition: all 0.3s ease;
}
header .menu > ul > li > a:hover {
  color: #f97316;
}
header .menu > ul > li > a.active {
  color: #f97316;
}

footer .footer-bgImage {
  background-image: url("/assets/img/bg-hero-3.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.08;
}

#home_hero {
  height: 1000px;
  background-image: linear-gradient(0deg, white 25%, rgba(255, 255, 255, 0) 100%);
}
#home_hero .home_hero-bgImage {
  background-image: url("/assets/img/bg-hero-3.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: inherit;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  opacity: 0.33;
}
#home_hero .home_hero-bgImage .calcForm input {
  border: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #FFFFFF;
}
#home_hero .startpoint {
  position: relative;
}
#home_hero .startpoint::before {
  content: " ";
  position: absolute;
  background-repeat: no-repeat;
  background-size: 11px;
  background-position: center;
  border-radius: 100%;
  z-index: 10;
  left: 2.5px;
  top: calc(50% - 5.5px);
  background-image: url("/assets/img/startpoint.svg");
  width: 11px;
  height: 16px;
  background-color: #fb923c;
}
@media (max-width: 639px) {
  #home_hero .startpoint::before {
    display: none;
  }
}
#home_hero .startpoint::after {
  width: 4px;
  content: " ";
  position: absolute;
  background-color: #FFFFFF;
  height: calc(100% + 15px);
  left: 6px;
  background-size: 5px 10px;
  top: 50%;
  opacity: 0.33;
}
@media (max-width: 639px) {
  #home_hero .startpoint::after {
    display: none;
  }
}
#home_hero .startpoint #from_places {
  border-radius: 0px 4px 4px 0;
}
#home_hero .endpoint {
  position: relative;
}
#home_hero .endpoint::before {
  content: " ";
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 100%;
  z-index: 10;
  left: 0;
  top: calc(50% - 12px);
  background-image: url("/assets/img/endpoint.svg");
  width: 16px;
  height: 24px;
  background-size: 13px;
  background-color: #fb923c;
}
@media (max-width: 639px) {
  #home_hero .endpoint::before {
    display: none;
  }
}
#home_hero .endpoint #to_places {
  border-radius: 0px 4px 4px 0;
}
#home_hero .heenreis label {
  background-color: #FFFFFF;
}
#home_hero .heenreis label svg {
  width: 22px !important;
}
#home_hero .retourCheckGroup #retourCheck {
  display: none;
}
#home_hero .retourCheckGroup #retourCheck:checked + label::before {
  transform: scale(1);
}
#home_hero .retourCheckGroup label {
  position: relative;
  padding-left: 28px;
}
#home_hero .retourCheckGroup label::before {
  content: "";
  background: url("/assets/img/icon-checkmark.svg");
  background-position: center;
  background-size: contain;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 10;
  transform: scale(0);
  transition: all 0.4s ease;
}
#home_hero .retourCheckGroup label::after {
  content: "";
  background: #FFFFFF;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
}
#home_hero .datetime-date:disabled {
  background: white;
  opacity: 0.33;
}
#home_hero .datetime-date:disabled + .datetime-date-label {
  opacity: 0.33;
}
#home_hero .datetime-time:disabled {
  background: white;
  opacity: 0.33;
}
#home_hero .datetime-time:disabled + .datetime-time-label {
  opacity: 0.33;
}
#home_hero input#persons {
  -moz-appearance: textfield;
  text-align: center;
  font-size: 16px;
  border: none;
  background-color: #FFFFFF;
}
#home_hero input::-webkit-outer-spin-button,
#home_hero input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#home_hero #decrement,
#home_hero #increment {
  color: #f97316;
  background-color: #FFFFFF;
  border: none;
  cursor: pointer;
  font-size: 17px;
  padding: 12px 12px;
}

#home_bestemmingen .card .img-container {
  width: 100%;
  height: 250px;
  border-radius: 8px;
}
#home_bestemmingen .card .img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
#home_bestemmingen .card .startpoint {
  position: relative;
}
#home_bestemmingen .card .startpoint::before {
  content: " ";
  position: absolute;
  background-repeat: no-repeat;
  background-size: 11px;
  background-position: center;
  border-radius: 100%;
  z-index: 10;
  left: 2.5px;
  top: calc(50% - 5.5px);
  background-image: url("/assets/img/startpoint.svg");
  width: 11px;
  height: 16px;
  background-color: #fb923c;
}
#home_bestemmingen .card .startpoint::after {
  width: 4px;
  content: " ";
  position: absolute;
  background-color: #FFFFFF;
  height: calc(100% + 15px);
  left: 6px;
  background-size: 5px 10px;
  top: 50%;
  opacity: 0.33;
}
#home_bestemmingen .card .endpoint {
  position: relative;
}
#home_bestemmingen .card .endpoint::before {
  content: " ";
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 100%;
  z-index: 10;
  left: 0;
  top: calc(50% - 12px);
  background-image: url("/assets/img/endpoint.svg");
  width: 16px;
  height: 24px;
  background-size: 13px;
  background-color: #fb923c;
}

#contact_hero {
  background-image: linear-gradient(0deg, white 25%, rgba(255, 255, 255, 0) 100%);
}
#contact_hero .contact_hero-bgImage {
  background-image: url("/assets/img/bg-hero-3.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1000px;
  z-index: -1;
  opacity: 0.25;
}
#contact_hero .contact_form {
  padding: 2.5rem 3rem 3rem 3rem;
}
#contact_hero .contact_form form {
  border-radius: 25px 100px 25px 25px;
  background-color: #FFF;
}
#contact_hero .contact_form form .form__wrapper .input-wrapper {
  position: relative;
  height: 65px;
  background: #FFF;
}
#contact_hero .contact_form form .form__wrapper .input-wrapper .form-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: none;
  background: none;
  z-index: 6;
  padding: 1.125rem 1rem 0 1rem;
  color: #1e293b;
  font-weight: 400;
  font-size: 16px;
  border: solid #D6D3D1 1px;
  border-radius: 4px;
}
#contact_hero .contact_form form .form__wrapper .input-wrapper .form-input:focus {
  border: 1px solid #f97316;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
#contact_hero .contact_form form .form__wrapper .input-wrapper .form-input:focus + .form-label {
  top: 12px;
  font-size: 12px;
  color: #f97316;
}
#contact_hero .contact_form form .form__wrapper .input-wrapper .form-input:not(:placeholder-shown).form-input:not(:focus) + .form-label {
  top: 12px;
  font-size: 12px;
  color: #f97316;
}
#contact_hero .contact_form form .form__wrapper .input-wrapper .form-label {
  position: absolute;
  left: 16px;
  top: 20px;
  z-index: 5;
  transition: all 0.2s ease;
  font-size: 16px;
  font-weight: 400;
  color: #334155;
}
#contact_hero .contact_form form .form__wrapper .input-wrapper .form-label span {
  color: #e12d39;
}
#contact_hero .contact_form form .form__wrapper .form-textarea {
  position: relative;
  border: none;
  padding: 0;
}
#contact_hero .contact_form form .form__wrapper .form-textarea textarea {
  width: 100%;
  outline: none;
  background: #FFF;
  z-index: 6;
  padding: 2.5rem 1rem 0 1rem;
  font-size: 16px;
  color: #1e293b;
  font-weight: 400;
  border: solid #D6D3D1 1px;
  border-radius: 4px;
}
#contact_hero .contact_form form .form__wrapper .form-textarea textarea:focus {
  border: 1px solid #f97316;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
#contact_hero .contact_form form .form__wrapper .form-textarea textarea:focus ~ .textarea-label, #contact_hero .contact_form form .form__wrapper .form-textarea textarea:not(:placeholder-shown) ~ .textarea-label {
  top: 16px;
  font-size: 12px;
  color: #f97316;
}
#contact_hero .contact_form form .form__wrapper .form-textarea .textarea-label {
  position: absolute;
  left: 16px;
  top: 16px;
  z-index: 5;
  transition: all 0.2s ease;
  font-size: 16px;
  font-weight: 400;
  color: #334155;
}
#contact_hero .contact_form form .form__wrapper .form-textarea .textarea-label span {
  color: #e12d39;
}
#contact_hero .contact_form form .form__wrapper .privacy-check {
  display: flex;
}
#contact_hero .contact_form form .form__wrapper .privacy-check input[type=checkbox] {
  display: none;
}
#contact_hero .contact_form form .form__wrapper .privacy-check label {
  position: relative;
  padding-left: 2rem;
  color: #0f172a;
  cursor: pointer;
}
#contact_hero .contact_form form .form__wrapper .privacy-check label::before {
  content: "";
  background: url("/assets/img/vinkje-icon-oranje-achtergrond.svg");
  background-position: center;
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 0.2rem;
  cursor: pointer;
  transform: scale(0);
  transition: all 0.4s ease;
}
#contact_hero .contact_form form .form__wrapper .privacy-check label::after {
  content: "";
  border: 1px solid #CBD2D9;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 0.2rem;
}
#contact_hero .contact_form form .form__wrapper .privacy-check input[type=checkbox]:checked + label::before {
  transform: scale(1);
}
#contact_hero .contact_form form .form__wrapper .privacy-check a {
  color: #0f172a;
  text-decoration: underline;
  transition: all 0.2s ease;
}
#contact_hero .contact_form form .form__wrapper .privacy-check a:hover {
  color: #f97316;
}
#contact_hero .contact_form form .form__wrapper .g-recaptcha {
  margin-top: 1rem;
}

#reserveren_hero {
  background-image: linear-gradient(0deg, white 25%, rgba(255, 255, 255, 0) 100%);
}
#reserveren_hero .reserveren_hero-bgImage {
  background-image: url("/assets/img/bg-hero-3.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 1000px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  opacity: 0.25;
}
#reserveren_hero .reserveren_form {
  padding: 2.5rem 3rem 3rem 3rem;
}
@media (max-width: 639px) {
  #reserveren_hero .reserveren_form {
    padding: 1rem;
  }
}
#reserveren_hero .reserveren_form form {
  border-radius: 25px 100px 25px 25px;
  background-color: #FFF;
}
#reserveren_hero .reserveren_form form .form__wrapper .input-wrapper {
  position: relative;
  height: 65px;
  background: #FFF;
}
#reserveren_hero .reserveren_form form .form__wrapper .input-wrapper .form-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: none;
  background: none;
  z-index: 6;
  padding: 1.125rem 1rem 0 1rem;
  color: #1e293b;
  font-weight: 400;
  font-size: 16px;
  border: solid #D6D3D1 1px;
  border-radius: 4px;
}
#reserveren_hero .reserveren_form form .form__wrapper .input-wrapper .form-input:focus {
  border: 1px solid #f97316;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
#reserveren_hero .reserveren_form form .form__wrapper .input-wrapper .form-input:focus + .form-label {
  top: 12px;
  font-size: 12px;
  color: #f97316;
}
#reserveren_hero .reserveren_form form .form__wrapper .input-wrapper .form-input:not(:placeholder-shown).form-input:not(:focus) + .form-label {
  top: 12px;
  font-size: 12px;
  color: #f97316;
}
#reserveren_hero .reserveren_form form .form__wrapper .input-wrapper .form-label {
  position: absolute;
  left: 16px;
  top: 20px;
  z-index: 5;
  transition: all 0.2s ease;
  font-size: 16px;
  font-weight: 400;
  color: #334155;
}
#reserveren_hero .reserveren_form form .form__wrapper .input-wrapper .form-label span {
  color: #e12d39;
}
#reserveren_hero .reserveren_form form .form__wrapper .form-textarea {
  position: relative;
  border: none;
  padding: 0;
}
#reserveren_hero .reserveren_form form .form__wrapper .form-textarea textarea {
  width: 100%;
  outline: none;
  background: #FFF;
  z-index: 6;
  padding: 2.5rem 1rem 0 1rem;
  font-size: 16px;
  color: #1e293b;
  font-weight: 400;
  border: solid #D6D3D1 1px;
  border-radius: 4px;
}
#reserveren_hero .reserveren_form form .form__wrapper .form-textarea textarea:focus {
  border: 1px solid #f97316;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
#reserveren_hero .reserveren_form form .form__wrapper .form-textarea textarea:focus ~ .textarea-label, #reserveren_hero .reserveren_form form .form__wrapper .form-textarea textarea:not(:placeholder-shown) ~ .textarea-label {
  top: 16px;
  font-size: 12px;
  color: #f97316;
}
#reserveren_hero .reserveren_form form .form__wrapper .form-textarea .textarea-label {
  position: absolute;
  left: 16px;
  top: 16px;
  z-index: 5;
  transition: all 0.2s ease;
  font-size: 16px;
  font-weight: 400;
  color: #334155;
}
#reserveren_hero .reserveren_form form .form__wrapper .form-textarea .textarea-label span {
  color: #e12d39;
}
#reserveren_hero .reserveren_form form .form__wrapper .privacy-check {
  display: flex;
}
#reserveren_hero .reserveren_form form .form__wrapper .privacy-check input[type=checkbox] {
  display: none;
}
#reserveren_hero .reserveren_form form .form__wrapper .privacy-check label {
  position: relative;
  padding-left: 2rem;
  color: #0f172a;
  cursor: pointer;
}
#reserveren_hero .reserveren_form form .form__wrapper .privacy-check label::before {
  content: "";
  background: url("/assets/img/vinkje-icon-oranje-achtergrond.svg");
  background-position: center;
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 0.2rem;
  cursor: pointer;
  transform: scale(0);
  transition: all 0.4s ease;
}
#reserveren_hero .reserveren_form form .form__wrapper .privacy-check label::after {
  content: "";
  border: 1px solid #CBD2D9;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 0.2rem;
}
#reserveren_hero .reserveren_form form .form__wrapper .privacy-check input[type=checkbox]:checked + label::before {
  transform: scale(1);
}
#reserveren_hero .reserveren_form form .form__wrapper .privacy-check a {
  color: #0f172a;
  text-decoration: underline;
  transition: all 0.2s ease;
}
#reserveren_hero .reserveren_form form .form__wrapper .privacy-check a:hover {
  color: #f97316;
}
#reserveren_hero .reserveren_form form .form__wrapper .g-recaptcha {
  margin-top: 1rem;
}
#reserveren_hero .startpoint {
  position: relative;
}
#reserveren_hero .startpoint::before {
  content: " ";
  position: absolute;
  background-repeat: no-repeat;
  background-size: 11px;
  background-position: center;
  border-radius: 100%;
  z-index: 10;
  left: 2.35px;
  top: 6px;
  background-image: url("/assets/img/startpoint.svg");
  width: 11px;
  height: 16px;
  background-color: #fb923c;
}
#reserveren_hero .startpoint::after {
  width: 4px;
  content: " ";
  position: absolute;
  background-color: #FFFFFF;
  height: calc(100% + 15px);
  left: 5px;
  background-size: 5px 10px;
  top: 24px;
  opacity: 0.33;
}
#reserveren_hero .endpoint {
  position: relative;
}
#reserveren_hero .endpoint::before {
  content: " ";
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 100%;
  z-index: 10;
  left: -1px;
  top: 5px;
  background-image: url("/assets/img/endpoint.svg");
  width: 16px;
  height: 24px;
  background-size: 13px;
  background-color: #fb923c;
}

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