.an {
	--gradient: linear-gradient(
    67deg,
    rgba(0, 90, 170, 0.54) 39.31%,
    rgba(0, 90, 170, 0) 75.94%
  );	
  --main: #005aaa;
  --main-light: #e2eff8;
  --secondary: #f5c341;
  --secondary-light: #fffaf0;
  --arrow-down: url(../img/an/arrow_down.png) right 1rem center no-repeat    rgb(255, 255, 255) !important;
  --twirl: url(../img/an/twirl_lightblue.png) repeat-x left center !important;
}


.av {
	--gradient: linear-gradient(
    67deg,
    rgba(17, 135, 67, 0.54) 39.31%,
    rgba(17, 135, 67, 0) 75.94%
  );	
  --main: #118743;
  --main-light: #E2EEE8;
  --secondary: #e69637;
  --secondary-light: #fdf7ef;
  --arrow-down: url(../img/av/arrow_down.png) right 1rem center no-repeat    rgb(255, 255, 255) !important;
  --twirl: url(../img/av/twirl_lightblue.png) repeat-x left center !important;
}




.booking-widget-receipt {
	height: 1px;	
}
header #header-photo {
  margin: 0;
}

#header-photo #streamer h1 {
  text-align: center;
  font-weight: 700;
  color: #fff;
  font-size: 3.5rem;
  text-shadow: 0 10px 10px rgba(0, 0, 0, 0.15);
  margin-bottom: 2rem;
}

#header-photo #streamer {
  z-index: 40 !important;
  justify-content: center;
}

#header-photo #streamer h2,
.booking-header h2 {
  color: #fff;
  font-size: 1.25rem;
  margin-top: 0;
  max-width: 1000px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#main-menu {
  left: 1rem;
  top: 1rem;
  width: calc(100% - 2rem);
  border-radius: 5px;
}

#main-menu .main-menu-left .brand {
  width: 244px;
  height: 60px;
}

.header-photo-overlay {
  background: var(--gradient);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2 !important;
  position: absolute;
}

.booking-box-container,
.booking {
  max-width: 1250px;
  width: 90%;
  margin: 0 auto;
  background-color: var(--main) !important;
  color: #fff !important;
}
.levels-container {
  max-width: 1250px;
  width: 90%;
  margin: 0 auto;
}

.levels {
  display: grid;
  column-gap: 2rem;
  row-gap: 2rem;
  grid-template-columns: repeat(3, 1fr);
}

article.booking .booking-titles h3,
.booking-widget-searcher h3 {
  color: #fff;
  font-size: 1.5rem;
  margin-bottom: 2rem;
}

.booking-box-container,
article.booking {
  padding: 30px 35px;
  border-radius: 5px;
  margin-top: -150px;
  margin-bottom: 150px;
  opacity: 1;
}
.booking-box-container {
  margin-bottom: 50px;
}
.intro-3 .booking-box-container {
  margin-bottom: -50px;
}

article.booking button.booking {
  color: var(--main) !important;
  background-color: var(--secondary) !important;
}

.booking-widget .search .select .item button {
  display: block;
}

.booking-widget .row,
.booking-widget .ha-searcher {
  display: flex;
  justify-content: space-between;
  column-gap: 2rem;
  row-gap: .5rem;
  width: 100%;
}
.ha-searcher__criteria {
  display: none;
}
.booking-widget .col-md-12 {
  display: flex;
}

.booking-widget [data-name="level"],
.booking-widget [data-name="duration"] {
  display: none;
}
.intro-3 .booking-widget-searcher [data-name="duration"] {
  display: block;
}

.booking-widget .search .select .item {
  width: auto;
}

.booking-header {
  position: relative;
  width: 100%;
  min-height: 30vw;
  padding-top: 120px;
  padding-bottom: 120px;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.booking-header div > * {
  z-index: 10;
  position: relative;
}
.booking-header h1 {
  color: #fff;
  font-size: 60px;
  text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
  font-weight: bold;
  text-align: center;
  margin-bottom: 25px;
}
.booking-header.blue *{
  color: var(--main);
  text-shadow: none;
}
.level-result {
  cursor: pointer;
}
.level-result article {
  background: var(--main-light);
  overflow: hidden;
  border-radius: 3px;
  box-shadow: 2px 2px 2px 0px rgba(0, 90, 170, 0.2);
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.level-result .entry-header img {
  width: 100%;
  height: auto;
}
.level-result .entry-summary .usps {
  list-style-type: none;
  color: #03922b;
  font-weight: 400;
  padding-left: 0;
  font-size: 14px;
}
.level-result .entry-summary .usps li {
  margin-bottom: 0.2rem;
}
.level-result .entry-summary,
.level-result .entry-title,
.level-result .price-info,
.level-result .entry-links {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.level-result .entry-title {
  font-weight: bold;
  color: var(--main);
}
.level-result .price-info .availability > * {
  color: var(--main);
  opacity: 0.7;
  font-weight: 600;
  margin-top: 0.33rem;
  font-size: 15px;
}
.level-result .price-info .arrangement {
  display: block;
  position: absolute;

  top: 0px;
  left: 0px;
  width: 100%;
  background: var(--secondary);
  color: var(--main);
  margin-top: 0;
  padding: 6px 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 10px;
  text-align: center;
  opacity: 1 !important;
  font-weight: bold;
}
.level-result .price-info .arrangement span {
  font-size: 16px;
  letter-spacing: 0;
  display: block;
  line-height: 1;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.level-result .price-info .original-price {
  color: #c00;
}
.level-result .price-info .discount {
  display: none !important;
}
.level-result .price-info .original-price span:not(.price-information):before,
.level-result .price-info .total-price span:not(.price-information):before {
  content: "€";
}
.level-result .arrival,
.level-result .departure,
.level-result .nrOfNights {
  display: none;
}

.level-result .original-price,
.level-result .total-price {
  font-size: 0px !important;
}
.level-result .original-price span {
  position: relative;
}
.level-result .original-price span:after {
  height: 1px !important;
  width: 100% !important;
  display: inline-block;
  background-color: #c00;
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  transform: rotate(-8deg);
}

.level-result .original-price span,
.level-result .total-price span {
  display: inline-block;
  font-size: 15px;
}

.level-result .entry-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1.5rem;
}

.availability > button {
  display: none;
}

.level-result .booking-widget-book-link {
  padding: 1rem 2rem;
}

.booking-widget-extend-link {
  font-size: 16px;
  cursor: pointer;
}
.booking-widget-extend-link:hover {
  opacity: 0.8;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.intro-3 .side {
  width: 50%;
}
.intro-3 .side img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.intro-3 .intro-text {
  background-color: var(--secondary-light);
  padding: 5% !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.intro-3 .intro-text .extra {
  width: 100%;
}

.intro-3 .booking-box-container {
  position: relative;
  z-index: 100;
}

.intro-3 [data-name="level"],
.intro-3 [data-name="departure"] {
  display: none;
}

article.intro-3 h1 {
  font-weight: bold;
}
.intro-3 .booking-box-container {
  display: flex;
  padding: 0;
}
.booking-box-container__right {
  flex-grow: 0;
  flex-shrink: 0;
  width: 300px;
}
.booking-box-container__left {
  flex-grow: 1;
  padding: 1.5rem;
}
.booking-box-container__left h3 {
  padding: 0 0.5rem;
  color: #fff !important;
}
.booking-box-container__form {
  display: flex;
  column-gap: 2rem;
  row-gap: .5rem;
  width: 100%;
  align-items: flex-end;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.booking-box-container__promotion {
  margin-left: 0.5rem;
  margin-right: 0.5rem;

  font-size: 12px;
  margin-top: 1rem;
  background-color: rgba(255, 255, 255, 0.21);
  border-radius: 30px;
  display: inline-flex;
  gap: 5px;
  padding: 3px 10px;
}
.booking-box-container__promotion p {
  margin: 0 !important;
  padding: 0 !important;
}
.booking-box-container__promotion span {
  color: var(--secondary);
}

article.intro-2 .extra > *,
article.intro-3 .extra > * {
  width: 100%;
}

article.intro-2 .icons-block,
article.intro-3 .icons-block {
  background: rgba(255, 255, 255, 0.1);
  font-size: 15px;
}

article.intro-3 h4 {
  color: var(--secondary);
  margin-bottom: 1rem;
  font-size: 18px;
}
article.intro-3 .extra {
  color: #fff;
  height: 100%;
}

article.intro-3 .icons-block ul li img {
  float: none;
}
article.intro-3 .icons-block ul li {
  margin-bottom: 0.5rem;
  list-style: disc;
  margin-left: 1.1em;
}

.intro-3 [data-name="criteria-group_1005"] {
  display: none;
}
.booking-widget select,
.booking-widget input[type="tel"],
.booking-widget input[type="email"],
.booking-widget input[type="text"],
.booking-widget input[type="date"],
.booking-widget textarea {
  font-family: Relative, Helvetica, Arial, sans-serif !important;
  color: var(--main) !important;
  font-weight: 400 !important;
  font-size: 1rem !important;
  margin-right: 0px !important;
  line-height: 1.6 !important;
  margin-bottom: 0px !important;
  cursor: pointer !important;
  appearance: none !important;
  width: 100% !important;
  height: 50px !important;
  vertical-align: top !important;
  box-sizing: border-box !important;
  border-width: 1px !important;
  border-style: solid !important;
  border-color: var(--main) !important;
  border-image: initial !important;
  border-radius: 5px !important;
  padding: 10px 15px !important;
  background-color: #fff !important;
}

.booking-widget select,
.booking-widget input[type="date"],
.booking-widget input[name="arrival"],
.booking-widget input[name="departure"] {
  padding-right: 50px !important;
  background: var(--arrow-down);
}
.booking-widget textarea {
  height: 150px !important;
}
.booking-widget .col-md-12,
.booking-widget .col-md-6 {
  width: auto;
  float: none;
  padding: 0;
}
.booking-widget .row {
  margin: 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  column-gap: 2rem;
  row-gap: .5rem;
}
.booking-widget .row:before,
.booking-widget .row:after {
  display: none;
}
.booking-widget .row .col-sm-6:nth-child(2) {
  display: flex;
  column-gap: 2rem;
  row-gap: .5rem;
}

.booking-widget .item button,
.booking-box-container__form .button {
  background-color: var(--secondary) !important;
  color: var(--main) !important;
  line-height: 1.5;
  border-radius: 5px !important;
  height: 50px !important;
  white-space: nowrap
}
article.booking .booking-titles h3,
.booking-widget-searcher h3 {
  margin-bottom: 1rem;
}
.ha-searcher__item {
  width: 100%;
}
.booking-widget .title,
.ha-searcher__item-title {
  color: #fff !important;
  opacity: 1 !important;
  font-size: 14px !important;
  font-family: Relative, Helvetica, Arial, sans-serif;
  line-height: 38px; /* 271.429% */
}
.booking-widget .picker {
  min-width: 0;
  position: relative !important;
}
.search h3 {
  display: none;
}

.ui-datepicker-trigger {
  display: none;
}

.ui-datepicker {
  font-family: "Relative";
}

.calendar {
  padding: 100px 0%;
  width: 90%;
  margin: 0 auto;
}

.period .discount {
  display: none;
}

.period .original-price {
  color: #c00;
}

.period .original-price {
  position: relative;
}
.period .original-price:after {
  height: 1px !important;
  width: 100% !important;
  display: inline-block;
  background-color: #c00;
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  transform: rotate(-8deg);
}

.period.row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  column-gap: 2rem;
  row-gap: .5rem;
  width: 100%;
}

.booking-datepicker .booking-widget-calendar-result {
  clear: both;
  display: inline-block;
  margin-bottom: 30px;
  width: 100%;
}
.datepicker-period {
  padding: 1.5rem;
  background: var(--secondary-light);
  border-radius: 10px;
}

[data-tipped] {
  display: none;
}

.period .button {
  margin-top: -15px;
}

.period .arrangement {
  display: none;
}

.button.col-2:hover {
  background-color: transparent;
}

.checkout {
  max-width: 1250px;
  width: 90%;
  margin: 0 auto;
  margin-top: -100px;
}

.checkout .ha-select {
  box-shadow: none;
  background-color: var(--secondary-light);

  padding: 1em;
  margin: 0em 0;
}
.ha-select__header {
  display: flex;
  justify-content: center;
  clear: both;
}
.ha-select__header h2,
.ha-select__header h3 {
  font-size: 2.5rem;
  max-width: 50%;

  margin: 0 auto;
  display: block;
  text-align: center;
  line-height: 1.1;
  color: var(--main) !important;
  font-family: "Relative";
  font-weight: bold;
  text-transform: capitalize !important;
}

.hm-form-spinner--large .hm-form-spinner__cmd,
input.hm-form-spinner__input:not([size]) {
  width: 4em !important;
  padding-right: 1rem !important;
  background-image: none !important;
}

body {
  font-family: "Relative" !important;
  background-color: #fff !important;
}

.ha-select__content {
  max-width: 800px;
  margin: 0 auto;
}
.ha-select__content ul {
  columns: 2;
}

.ha-objecttype__image {
  height: 100px !important;
  width: 100px !important;
  float: none !important;

  margin: 1rem auto !important;
  display: block;
  object-fit: cover !important;
  border-radius: 100px !important;
}
.checkout {
  margin-bottom: 50px;
}
.booking-widget-reservation-result > section.ha-select:not(.ha-updating):after {
  display: block !important;
  content: "" !important;
  height: 55px !important;
  width: 50% !important;
  background: var(--twirl);
  background-size: 46px 55px !important;
  border: none !important;
  float: none !important;
  margin: 40px 25% !important;
}
.checkout article {
  margin-bottom: 0;
}

.ha-form-input-field {
  background-color: transparent !important;
  margin-bottom: 1rem !important;
}

.ha-form-input-field label,
.ha-form-input-field input:not(.has-value):not(:focus) ~ label,
.ha-form-input-field textarea:not(.has-value):not(:focus) ~ label,
.ha-form-input-field
  select:not(.has-value)
  ~ .select2-container:not(.select2-container--open)
  ~ label,
.ha-form-input-field input[type="checkbox"] ~ label {
  transform: translate(0, -10px) !important;
  font-size: 14px !important;
  opacity: 1 !important;
  color: var(--main) !important;
}

.ha-select--summary {
  margin-top: 4rem !important;
  background: var(--main-light) !important;
}
.ha-select--summary > .ha-select__header h2 {
  font-size: 1.5rem !important;
}

.ha-booking-view-period__day__label {
  font-size: 18px;
  opacity: 0.5;
  display: block;
}
.ha-booking-view-period__day__weekday,
.ha-booking-view-period__day__date {
  opacity: 1 !important;
  color: #000 !important;
  font-size: 22px !important;
  display: inline-block;
  font-weight: 400 !important;
}

.ha-select__content ul {
  columns: 1;
}
.ha-select__content ul.ha-booking-view-period li {
  margin-bottom: 1rem;
}
.ha-booking-view-period__day {
  display: block !important;
  text-align: center;
}
.ha-form-accordion--big .ha-form-accordion__button,
.ha-select__button {
  flex: 0 0 auto;
  display: block;
  /* margin: 2em auto 1em; */
  margin: 0.5em auto !important;
  background-color: var(--main) !important;
  color: #fff !important;
  border: none !important;
  padding: 0.75em 1.5em !important;
  min-width: 160px;
  line-height: 1;
  text-transform: none !important;
  font-weight: bold !important;
  transition: 0.1s background-color, 0.1s color;
  width: auto !important;
}

.hm-form-spinner__cmd {
  flex: 0 0 auto;
  margin: 0 0.5rem !important;
  width: 1.6em !important;
  height: 1.6em !important;
  border-radius: 50%;
  color: var(--main) !important;
  border: 1px solid currentColor;
  font-weight: bold;
}
.hm-form-spinner__cmd:hover {
  color: #fff !important;
}

.ha-select__content hr {
  display: none !important;
}

.ha-select__content h3 {
  font-weight: bold !important;
}


.booking-widget-receipt {
  visibility: hidden;
}

.booking-book-now.disabled {
	opacity: .5;
}


@media (max-width: 768px) {
	.booking-header {
		height: 80vh;
	}
	.booking-box-container__form,
	.intro-3 .booking-box-container,
	.booking-widget .row, .booking-widget .ha-searcher,
	.booking-widget .col-md-12,
	.booking-widget .row {
		flex-direction: column
	}
	.booking-header h1,
	#header-photo #streamer h1 {
		font-size: 2.5rem;
		width: 80%;
		margin-left: auto;
		margin-right: auto
	}
	.booking-box-container, article.booking {
		margin-top: -2rem;
		margin-bottom: 2rem;
		border-radius: 0px;
		width: 90%;
	}
	header #header-photo {
		height: 500px !important
	}
	#header-photo #streamer {
		padding-top: 50px;
	}
	
	.booking-widget .search .select .item,
	.booking-widget .item button, .booking-box-container__form .button {
		width: 100%;
	}
	.booking-widget-quicksearch button, .booking-widget-quicksearch-result button {
		margin-top: 1rem;
	}
	.levels {
	    grid-template-columns: repeat(2, 1fr);
	}
	.level-result .entry-links {
		flex-direction: column;
		gap: 1rem;
	}
}

@media (max-width: 480px) {
	.levels {
	    grid-template-columns: repeat(1, 1fr);
	}
	.ha-select__header h2, .ha-select__header h3 {
		width: 80%;
		font-size: 1.5rem;
	}
	.ha-booking-view-period__day__weekday, .ha-booking-view-period__day__date,
	.ha-form-options-list {
		font-size: 1em !important;
	}

	#header-photo #streamer h2, .booking-header h2 {
		font-size: 1rem !important;
	}
	article.intro-2 .two-column:first-child, article.intro-3 .two-column:first-child {
		padding-top: 120px !important;
	}
	.booking-box-container__right,
	.booking-widget-searcher,
	.intro-3 .side,
	.col-3,
	.col-2 {
		width: 100%;
	}
	.datepicker-period {
		text-align: center
	}
	.booking-box-container__form {
		gap: 2rem;
	}
	.period .button {
		margin-top: 0
	}
	.hm-form-spinner--large .hm-form-spinner__cmd, input.hm-form-spinner__input:not([size]) {
		width: 4em !important;
		flex-grow: 0
	}
	article.booking .booking-titles,
	article.booking .form {
		padding: 0;
	}
}

.map .wrapper-centered {
	pointer-events: none;
}
.map .map-text-box {
	pointer-events: auto
}