@import url(https://lib.hmcms.nl/css/normalize.css);
@import url(https://lib.hmcms.nl/css/hm.form.spinner.css);

/* -------------------------------------- */

/*@import url(https://static.holidayagent.nl/css/booking/grid.css);*/
@import url(https://static.holidayagent.nl/css/booking/content.css);
@import url(https://static.holidayagent.nl/css/booking/ha-updating.css);
@import url(https://static.holidayagent.nl/css/booking/ha-blocks.css);
@import url(https://static.holidayagent.nl/css/booking/ha-layer.css);
@import url(https://static.holidayagent.nl/css/booking/ha-msg.css);
@import url(https://static.holidayagent.nl/css/booking/ha-tipped.css);
@import url(https://static.holidayagent.nl/css/booking/ha-form-input.css);
@import url(https://static.holidayagent.nl/css/booking/ha-form-options.css);
@import url(https://static.holidayagent.nl/css/booking/ha-form-switch.css);
@import url(https://static.holidayagent.nl/css/booking/ha-form-accordion.css);


/* -------------------------------------- */

@import url(https://static.holidayagent.nl/css/booking/pricetable/default.css);
/*@import url(https://static.holidayagent.nl/css/booking/pricetable/hm-markup.css);*/

html,body{
  font: 1.05em/1.75 var(--mainfont);
  font-weight: 300;
  color: var(--black);
}
.body--variant-onepage .layout-content{
  grid-gap: 0;
  padding-top: 3em;
}
@media screen and (min-width: 992px){
  .layout-sidebar{
    background: var(--forestgreen);
  }
  .body--variant-onepage .layout-container{
      display: block;
  }
}
.footer__nav-menu .content-container{
  max-width: 1600px;
}
:root{
  --receiptWidth: 375px;
}
.ha-booking-view-partylist{
  text-align: center;
  list-style: none;
}
.booking-widget--onepage-booking{
  position: relative;
  height: 100%;
  min-height: 100vh;
}
.booking-widget-reservation-loader>.ha-select{
  display: none !important;
}

.js-toggle-receipt.js-toggle-receipt--close{
  display: none;
}
.content-container--one-page-booking{
  padding: 0;
  max-width: 1600px;
}
/*START BOEKINGSTRAAT*/
.booking-widget-reservation section.ha-select {
  box-shadow: 0 1px 3px rgb(54 93 124 / 25%);
  padding: 1.5em 1.5em;
  background-color: #ffffff;
  flex: 0 0 100%;
}
.booking-widget-reservation section.ha-block-active {
    box-shadow: inset 0px 0px 1px rgba(0,0,0,.5),0px 9px 0px 0px var(--green);
    padding: 1em;
}
.booking-widget-reservation section.ha-select--halfwidth{
  flex: 1 1 50%;
  flex: 1 1 calc(50% - .75em);
}
.booking-widget-reservation section.ha-select--period.ha-block-active{
  flex: 0 0 100%;
    width: 100%;
}
.ha-form-fldset,
.ha-form-options-list,
.ha-booking-view-period,
.ha-pricelist{
    font-size: 1em;
}
.ha-select--summary>.ha-select__content{
  text-align: center;
}
.ha-select--summary>.ha-select__content,
ul.ha-form-options-list.ha-booking-edit-extras__list,
ul.ha-form-options-list.ha-booking-edit-partylist,
ul.ha-nanav.ha-booking-view-period {
    max-width: 42rem;
    margin: 1.5em auto;
}
ul.ha-nanav.ha-booking-view-period{
  max-width: 18rem;
}
.ha-select--summary>.ha-select__content{
  text-align: center;
  max-width: 42rem;
}
ul.ha-nanav.ha-booking-view-period li .ha-booking-view-period__day{
  display: flex;
  justify-content: space-between;
  grid-gap: .5em;
}
ul.ha-nanav.ha-booking-view-period li .ha-booking-view-period__day .ha-booking-view-period__day__date{
  font-weight: 600;
  color: var(--green);
}
ul.ha-nanav.ha-booking-view-period li .ha-booking-view-period__day .ha-booking-view-period__day__label{
  font-weight: 600;
  color: var(--blue);
}
.body--variant-onepage .booking-widget-reservation{
  min-height: 100vh;
}
.ha-checkout{
  display: flex;
  flex-wrap: wrap;
  /*align-items: flex-start;*/
  grid-gap: 1.5em;
  position: relative;
  height: 100%;
  min-height: 100vh;
  /*background: #ffffff;*/
  padding: 30px 0 30px;
  /*margin-top: -15px;*/
  /*box-shadow: 0 3px 3px rgb(54 93 124 / 25%);*/
}
.booking-widget-reservation-result{
  display: flex;
  /*flex-direction: column;*/
  grid-gap: 1.5em;
  flex-wrap: wrap;
}
.mobile-receipt {
    display: none;
}
.page-title--booking{
  margin: 0 auto 0;
  font-size: 2em;
  line-height: 1.25;
  max-width: 1600px;
  width: 94%;
  color: var(--blue);
  border-radius: 5px 5px 0 0;
  position: relative;
  z-index: 2;
  align-items: center;
  display: flex;
  grid-gap: 1.5em;
}
.page-title--booking .page-title__text{
  margin: 0 auto;
  padding-right: calc(175px + 1.5em + var(--receiptWidth));
  text-align: center;
  display: inline-flex;
  flex-direction: column;
  grid-gap: 10px;
}
.page-title--booking .svg-border.svg-border--multi-bush-reverse{
  display: inline-flex;
  align-items: center;
  opacity: 0.5;
}
.page-title--booking .svg-border.svg-border--multi-bush-reverse,
.page-title--booking .svg-border.svg-border--multi-bush-reverse>svg{
  width: 100%;
  height: 10px;
  max-width: 42rem;
}
.booking-header__logo {
  padding: 0.33em 0.33em .66em;
  background: #ffffff;
  border-radius: 5px 0 0 0;
  width: 175px;
  position: relative;
  box-shadow: 0 1px 3px rgb(54 93 124 / 25%);
}
.booking-header__logo .svg-border--bush{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.booking-header__logo .icon>svg{
  width: 100%;
  height: auto;
}
img.booking-header__logo__img {
    width: 100%;
    height: auto;
}
.body--variant-onepage>.layout-container>.layout-content>.svg-border{
    color: var(--forestgreen);
    margin:-1px auto 1em;
    max-width: 1600px;
    width: 94%;
    height: 30px;
    position: relative;
    z-index: 2;
}
.body--variant-onepage>.layout-container>.layout-content>.svg-border>svg{
    vertical-align: top;
    height: 100%;
    width: 100%;
}
.receipt-addition__photo img{
  width: 100%;
  height: auto;
}
.booking-widget-receipt-result>.ha-content>h2{
  display: none;
}
.ha-select__header h2,
.ha-select__header h3{
  margin: 0;
}
.booking-widget-receipt .ha-select__header h2{
  font-size: 0;
}
.booking-widget-receipt .ha-select__header h2 .ha-select__header--preferred-object{
  font-size: 1rem;
  color: var(--blue);
  text-align: center;
}
.receipt-addition__title{
  margin: 0;
  padding: .75rem 1.25rem;
  color: #ffffff;
  background-color: var(--blue);
  line-height: 1.25;
  text-align: center;
  border-radius: 5px 5px 0 0;
  font-size:1.25em;
}
.receipt-inside {
    width: var(--receiptWidth);
    background: #ffffff;
    box-shadow: 0 0 3px rgb(54 93 124 / 25%);
    border-radius: 0 0 5px 5px;
}
@media (min-width: 992px){
  .receipt-inside--fixed {
      position: fixed;
      top: 1.5em !important;
  }
  .receipt-inside--absolute{
      top: auto !important;
      bottom: 30px;
      position: absolute;
      margin-top: 0;
  }
}
.booking-widget-receipt{
  flex: 0 0 var(--receiptWidth);
  width: var(--receiptWidth);
  /*background: var(--lightsand);*/
}
.booking-widget-reservation{
  flex: 1;
  flex: 0 0 calc(100% - 1.5em - var(--receiptWidth));
  width: calc(100% - 1.5em - var(--receiptWidth));
}

.hm-form-spinner__cmd{
  width: 40px;
  height: 40px;
  font-family: sans-serif;
  font-size: 1.25em;
}
.hm-form-spinner__cmd:not(:disabled) {
    background-color: var(--orange);
    color: #ffffff;
}
.hm-form-spinner__cmd:not(:disabled):hover {
    background-color: var(--lightorange);
    color: #ffffff;
}
.ha-form-switch input:checked + span:after{
  background: var(--lightgreen);
}
.hm-form-spinner__label{
  display: flex;
  flex-direction: column;
}
.ha-select>.ha-select__header>h2,
.ha-select>.ha-select__edit>.ha-select__header>h2{
  position: relative;
  padding: 0;
  margin: 0;
  color: var(--blue);
  /*border-bottom: 3px solid var(--blue);*/
  text-align: center;
}
.ha-select>.ha-select__header>h2::after,
.ha-select>.ha-select__edit>.ha-select__header>h2::after{
  content: "";
  height: 3px;
  width: 96%;
  max-width: 42rem;
  background-color: var(--blue);
  display: block;
  margin: .5rem auto;
  opacity: .5;
}
.ha-select>.ha-select__header>h2:first-letter,
.ha-select>.ha-select__edit>.ha-select__header>h2:first-letter{
  text-transform: uppercase;
}
.booking-widget-receipt .ha-booking-view-period{
  display: none;
}
.receipt-addition__periods {
    display: flex;
    align-items: center;
    grid-gap: 0.5em;
    padding: 0.75em 1em;
    justify-content: center;
    line-height: 1.25;
}
.receipt-addition__divider{
  display: flex;
}
.booking-widget-receipt hr{
  margin: .25em 0;
  border-top:3px solid var(--blue);
  opacity: .5;
}
.booking-widget-receipt .ha-select__header>h3{
    padding: 0.5rem 1.25rem 0;
    font-family: var(--subfont);
    font-weight: 400;
    color: var(--green);
}
.booking-widget-receipt .ha-pricelist{
  padding:.5rem 1.25rem 1rem;
  list-style: none;
  margin: 0;
  font-size: .95em;
}
.booking-widget-receipt .ha-pricelist__item:not(.ha-pricelist__item--total){
  margin-bottom: .75em;
}
.booking-widget-receipt .ha-pricelist__item:not(.ha-pricelist__item--total) .ha-pricelist__price{
  font-weight: 800;
  color: var(--blue);
}
.booking-widget-receipt .ha-pricelist__item{
  display: flex;
  grid-gap: .5em;
  line-height: 1.25;
}
.booking-widget-receipt .ha-pricelist__item .ha-pricelist__price{
  margin-left: auto;
}

.booking-widget-receipt .ha-pricelist__item.ha-pricelist__item--total{
  padding: 0.75rem 1.25rem;
  line-height: 1.25;
  font-size: 1.25em;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  background: var(--orange);
  color: #ffffff;
  margin-top: 1em;
  font-weight: 800;
  border-radius: 0 0 5px 5px;
  margin-bottom: -1rem;
}
.booking-widget-receipt .ha-pricelist__item.ha-pricelist__item--total .ha-pricelist__label::after{
  content: ": ";

}
.ha-pricelist__item .ha-pricelist__amount-small::after{
  content: "x";
}
.ha-article__price{
  font-weight: 800;
  margin-right: 1em;
  color: var(--blue);
}
.ha-form-accordion {
    margin: 1.5em 0 0;
}
.ha-form-accordion--big .ha-form-accordion__button{
  background: var(--blue);
  font-weight: 300;
  text-transform: unset;
}
.ha-form-accordion--big .ha-form-accordion__title{
  text-align: center;
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;

}
.ha-form-accordion--big .ha-form-accordion__button:first-letter{
  text-transform: uppercase;
}
.ha-form-accordion__count{
  display:inline-flex;
  grid-gap: .1em;
  align-items: center;
}
.ha-form-fldset{
  margin: 0;
}
.ha-form-input-field input, .ha-form-input-field textarea, .ha-form-input-field select{
  width: 100%;
  box-sizing: border-box;
  height: 50px;
}
.ha-select__buttons{
  text-align: center;
  margin-top: .5em;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.ha-select__buttons-desc{
  text-align: center;

}
.ha-select__button{
  border: 0;
  position: relative;
  display: inline-block;
  padding: 0.75em 2.5em 0.75em 2.5em;
  padding: 0.75em 2.5em calc(0.75em + 5px) 2.5em;
  color: #ffffff;
  cursor: pointer;
  font-family: var(--subfont);
  text-decoration: none;
  background-color: var(--blue);
  text-align: center;
  border-radius: 5px;
  transition: 0.25s ease background-color,0.25s ease color;
}
.ha-select__button::after {
    content: "";
    position: absolute;
    width: 100%;
    bottom: 5px;
    height: 5px;
    left: 0;
    background-color: var(--lightblue);
    transition: 0.25s ease background-color;
    display: block;
}
.ha-select__button:hover {
    background-color: var(--lightblue);
}
.ha-select__button:hover::after {
    background-color: var(--sand);
}
.ha-form-options-list__item.ha-booking-edit-overview-item.ha-form-checkbox a{
  color: var(--blue);
}
.ha-form-options-list.ha-booking-edit-overview-list{
    background-color: var(--lightsand);
    max-width: 42rem;
    margin-left: auto;
    margin-right: auto;
}
.ha-form-checkbox .ha-form-checkbox__field::before{
  border-color: var(--blue);
}
/*PRICETABLE*/
.ha-widget-pt-option{
  box-shadow: inset 0 0 0 1px rgb(54 93 124 / 25%);
}
.ha-widget-pt-price__available {
    font-size: .7em;
    color: var(--forestgreen);
    font-weight: 600;
}
.ha-widget-pt-price__price{
  padding-bottom: .5em;
  font-weight: 600;
}
.ha-widget-pt-durations__list .ha-empty-cell {
    flex: 1 1 82px;
    background: #99adbd;
}
.ha-widget-pt-duration-row,
.ha-widget-pt-date-row{
  background: var(--blue);
  color: #ffffff;
}
.ha-widget-pt-date-row{
  padding: 10px 5px;
  height: 82px;
  border-right: 1px solid #ffffff;
}
.ha-widget-pt-duration-row, .ha-widget-pt-date-row{
  border-bottom: 1px solid;
}
.ha-pt-selected__duration.ha-pt-selected{
  background: var(--green);
  color: #ffffff;
}
.ha-pt-selected__duration.ha-pt-selected .ha-widget-pt-price__available {
  color: #ffffff;
}
.ha-widget-pt .rotr__controls__prev,
.ha-widget-pt .rotr__controls__next{
  background: var(--orange);
  color: #ffffff;
  top: 1em;
}
.ha-select.ha-select--period .booking-widget-pricetable-result{
  padding: 1em 60px;
  position: relative;
}
.ha-widget-pt{
  position: unset;
}
.ha-widget-pt-duration__navigation .ha-widget-pt-duration__shorter,
.ha-widget-pt-duration__navigation .ha-widget-pt-duration__longer{
  background: var(--orange);
  width: 40px;
  height: 40px;
  margin: 5px 5px 5px 30px;
}
.ha-widget-pt-duration__navigation .ha-widget-pt-duration__longer {
    bottom: 12px;
}
.ha-widget-pt-duration__navigation .ha-widget-pt-duration__shorter:after,
.ha-widget-pt-duration__navigation .ha-widget-pt-duration__longer:after{
  font-size: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #ffffff;
}
.checkout-header__back-button{
  position: absolute;
  bottom: 0;
  right: 0;
  border: 0;
  border-bottom: 2px solid;
  font-size: .45em;
  background: transparent;
  opacity: .85;
}
.checkout-header__back-button:hover{
  opacity: 1;
}
.ha-booking-edit-payment{
  max-width: 42rem;
  margin: 0 auto;
  text-align: center;
}
.ha-booking-payment-amount{
  margin: 1em 0;
  font-weight: 800;
  color: var(--blue);
}
.ha-select--calculation .ha-calculation{
 text-align: center;
}
.ha-select--calculation .ha-calculation .ha-select__header h2{
  color: var(--blue);
  text-align: center;
}
.ha-select--calculation .ha-calculation .ha-pricelist{
  text-align: left;
  max-width: 32rem;
  margin: 1em auto;
  padding: 0;
}
.ha-select--calculation .ha-calculation .ha-pricelist .ha-pricelist__item{
  display: flex;
}
.ha-select--calculation .ha-calculation .ha-pricelist .ha-pricelist__item span.ha-price{
  margin-left: auto;
  font-weight: 800;
  color: var(--blue);
}
.payment-buttons input[type="submit"]{
position: relative;
    display: inline-block;
    padding: 0.75em 2.5em 0.75em 2.5em;
    /* padding: 0.75em 2.5em calc(0.75em + 5px) 2.5em; */
    color: #ffffff;
    cursor: pointer;
    font-family: var(--subfont);
    text-decoration: none;
    background-color: var(--forestgreen);
    text-align: center;
    border-radius: 5px;
    transition: 0.25s ease background-color,0.25s ease color,box-shadow 0.25s ease,border 0.25s ease;
    border: 0;
    height: auto;
    border-bottom: 5px solid var(--green);
    box-shadow: 0 5px var(--forestgreen);
    outline: 0;
}

.payment-buttons input[type="submit"]:hover{
    border-bottom-color: var(--sand);
    background-color: var(--green);
    box-shadow: 0 5px var(--green);
    color: #ffffff;
    outline: 0;
}
.ha-select--calculation .ha-calculation .ha-select__header h3{
  font-family: var(--subfont);
  font-weight: 400;
  color: var(--green);
}
.body--variant-booking-success .booking-widget-reservation-result .ha-select__header h2{
  text-align: center;
  color: var(--blue);
}
@media (min-width: 1300px) and (max-width: 1699px){
  .ha-widget-pt-slider > ul > li {
    flex: 1 0 calc(100% / 5);
  }
  .ha-widget-pt-durations {
    width: 15%;
  }
  .ha-widget-pt-slider{
    width: 85%;
  }
}
@media (min-width: 1000px) and (max-width: 1299px){
  .ha-widget-pt-slider > ul > li {
    flex: 1 0 calc(100% / 3);
  }
  .ha-widget-pt-durations {
    width: 20%;
  }
  .ha-widget-pt-slider{
    width: 80%;
  }
  .ha-widget-pt-duration-row{
    font-size: .85em;
  }
  .ha-widget-pt-price__available {
    font-size: .6em;
  }
}
@media (max-width: 1279px){
  .page-title--booking .page-title__text{
    padding-right: 0;
    margin: 0;
  }
}
@media (max-width: 1199px){
  .booking-widget-reservation section.ha-select--halfwidth:not(.ha-block-active){
    flex: 0 0 100%;
  }
}

@media (max-width: 999px){
  .booking-widget-reservation,
  .booking-widget-receipt{
    flex: 0 0 100%;
    width: 100%;
  }
  .page-title--booking{
    font-size: 1.5em;
  }
  .page-title--booking .page-title__text{
    padding-right: calc(175px + 1.5em);
    margin: 0 auto;
  }
  .ha-widget-pt-price__available {
    font-size: .6em;
  }
}
@media (max-width: 700px){
  .page-title--booking .page-title__text{
    padding-right: 1.5em;

  }
}
@media (max-width: 649px){
  .ha-widget-pt-slider > ul > li {
    flex: 1 0 100%;
  }
  .ha-widget-pt-durations {
    width: 35%;
  }
  .ha-widget-pt-slider {
    width: 65%;
  }
}
@media (max-width: 559px){
  .page-title--booking{
    flex-wrap: wrap;
    justify-content: center;
    grid-gap: 1.5rem;
  }
  .page-title--booking .page-title__text{
    padding-right: 0;

  }
}
@media (max-width: 480px){
  .ha-form-options-list__item input.hm-form-spinner__input:not([size]) {
    width: 1em;
    flex: 0 0 1em;
    margin: 0 0.5em;
    text-align: center;
  }
  .ha-article__label{
    text-align: center;
  }
  .hm-form-spinner__label.ha-article{
    flex: 1 1 175px;
  }
  .ha-form-options-list__item .hm-form-spinner{
    flex: 1 1 auto;
    align-items: center;
    justify-content: center;
    grid-gap: 0.5em;
    flex-wrap: wrap;
  }
  li.ha-form-options-list__item.ha-booking-edit-extras__article .hm-form-spinner{
    margin-bottom: .5em;
  }
  li.ha-form-options-list__item.ha-booking-edit-extras__article .ha-article__price{
    margin-right: 0;
    margin-left: auto;
  }
  .ha-widget-pt .rotr__controls__prev, .ha-widget-pt .rotr__controls__next{
    width: 30px;
    height: 30px;
  }
  .ha-widget-pt .rotr__controls__prev:after, .ha-widget-pt .rotr__controls__next:after{
    width: 30px;
    line-height: 30px;
    height: 30px;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .ha-widget-pt-duration__navigation .ha-widget-pt-duration__shorter,
  .ha-widget-pt-duration__navigation .ha-widget-pt-duration__longer{
    width: 30px;
    height: 30px;
  }
  .ha-widget-pt-duration__navigation .ha-widget-pt-duration__shorter:after,
  .ha-widget-pt-duration__navigation .ha-widget-pt-duration__longer:after{
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .ha-select.ha-select--period .booking-widget-pricetable-result {
    padding: 0em 35px;
  }
  .ha-widget-pt-duration__navigation .ha-widget-pt-duration__longer {
    bottom: 5px;
  }
  .ha-widget-pt-duration__navigation .ha-widget-pt-duration__shorter {
    top: 40px;
  }
  .checkout-header__back-button{
    border-bottom: 0;
    position: relative;
    width: 100%;
  }
  .body--variant-onepage .layout-content{
    padding-top: 2em;
  }
}