:root {
  --lemon-peel: #e8e5b9;
  --color: white;
  --deep-water: #181b1b;
  --dark-grey: #2d3030;
  --black: #000;
  --light-yellow: #d5cbaf;
  --white: white;
  --black-2: black;
}

h1 {
  color: var(--lemon-peel);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 44px;
}

h2 {
  color: var(--lemon-peel);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.5em;
}

h3 {
  color: var(--lemon-peel);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5em;
}

h4 {
  color: var(--lemon-peel);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

h5 {
  color: var(--lemon-peel);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

h6 {
  color: var(--lemon-peel);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

p {
  color: var(--color);
  margin-bottom: 10px;
  font-size: 16px;
}

a {
  color: var(--lemon-peel);
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 20px;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 30px;
}

li {
  color: var(--color);
  margin-bottom: 10px;
  font-size: 16px;
}

img {
  border-radius: 3px;
  max-width: 100%;
  display: inline-block;
}

blockquote {
  color: var(--color);
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.body {
  background-color: var(--deep-water);
  font-family: PT Serif, serif;
  font-size: 18px;
  line-height: 1.5em;
}

.section {
  padding-top: 80px;
  padding-bottom: 100px;
}

.section.image {
  background-image: url("https://cdn.prod.website-files.com/6ab62560502832f6704e84e6/6ab62560502832f6704e8501_shutterstock_1508983646.jpg");
  background-position: 0 0;
  background-size: cover;
}

.section.pic {
  background-image: linear-gradient(0deg, var(--deep-water), #fff0 32%), linear-gradient(180deg, var(--deep-water), #fff0 69%), url("https://cdn.prod.website-files.com/6ab62560502832f6704e84e6/6ab62560502832f6704e8532_Runde%20Panorama%20-59zdf_1.jpg");
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.section._40_top-padding {
  padding-top: 60px;
}

.section.extra_top-padding {
  padding-top: 100px;
}

.section.no_top-padding {
  padding-top: 40px;
}

.section.devider {
  padding-top: 80px;
}

.section.devider.mg {
  padding-top: 80px;
  padding-bottom: 140px;
}

.section.no-padding {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.container {
  flex: 0 auto;
  align-self: flex-start;
  width: 100%;
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container.left {
  justify-content: flex-end;
  display: flex;
}

.hero_content-wrapper {
  z-index: 1;
  max-width: 750px;
  display: block;
  position: relative;
  top: 64px;
}

.bottom-margin {
  margin-bottom: 1rem;
}

.bottom-margin._2rem {
  margin-bottom: 2rem;
}

.hero-title {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.3em;
}

.hero-description {
  color: #fff;
  font-family: PT Serif, serif;
  font-size: 20px;
}

.secondary-btn {
  background-color: var(--lemon-peel);
  color: var(--deep-water);
  text-transform: none;
  border-radius: 8px;
  padding: 12px 25px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.secondary-btn:hover {
  background-color: var(--light-yellow);
  color: var(--black);
}

.secondary-btn.full {
  text-align: center;
  width: 100%;
}

.section_top-title {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.line {
  border-bottom: 1px solid var(--light-yellow);
  width: 70px;
  color: var(--lemon-peel);
}

.hero_top-title {
  color: var(--lemon-peel);
  text-transform: none;
  font-family: Great Vibes, cursive;
  font-size: 25px;
  line-height: .3em;
}

.right {
  z-index: 1;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding-top: 0;
  display: block;
  position: relative;
}

.right.flex {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.right.flex.margin {
  padding-top: 60px;
}

.right.testemonials {
  justify-content: center;
  display: flex;
}

.section-top {
  max-width: 750px;
}

.section-top.mb {
  margin-bottom: 2rem;
}

.section-title {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.3em;
}

.section-description {
  color: #fff;
  font-family: Droid Serif, serif;
  font-size: 16px;
  display: flex;
}

.footer {
  background-color: var(--deep-water);
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 20px;
}

.footer_link {
  color: var(--color);
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: PT Serif, serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: color .25s;
  display: block;
}

.footer_link:hover {
  color: var(--lemon-peel);
}

.line-divider {
  background-color: var(--light-yellow);
  width: 100%;
  height: 1px;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.footer_grid {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content auto auto auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-bottom: 4rem;
  display: grid;
}

.footer1_logo {
  width: 100%;
  height: auto;
}

.footer_column {
  flex-direction: column;
  align-items: flex-start;
  font-weight: 600;
  display: flex;
}

.footer_logo-link {
  width: 260px;
  height: auto;
}

.footer_left {
  max-width: 22.5rem;
  margin-right: 2.5rem;
}

.footer_bottom-wrapper {
  flex-direction: row;
  justify-content: space-between;
  padding-top: 20px;
  display: flex;
}

.footer_menu-title {
  color: var(--lemon-peel);
  margin-bottom: 1rem;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.text-block {
  color: var(--color);
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: 16px;
}

.footer_bottom-right {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.dot {
  color: var(--lemon-peel);
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.text-span {
  color: var(--lemon-peel);
}

.nav_logo-link {
  line-height: 0;
}

.nav_dropdown {
  margin-left: -1rem;
  margin-right: -1rem;
}

.nav_dropdown:hover {
  color: var(--lemon-peel);
}

.nav_component {
  background-color: #fff0;
  width: 100%;
  padding-top: .75rem;
  padding-bottom: .75rem;
  position: absolute;
}

.nav_link {
  color: var(--color);
  white-space: nowrap;
  word-break: keep-all;
  text-underline-offset: 6px;
  padding: .5rem 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  -webkit-text-decoration: underline #fff0;
  text-decoration: underline #fff0;
  transition: color .25s;
}

.nav_link:hover {
  color: var(--lemon-peel);
}

.nav_link.w--current {
  color: var(--lemon-peel);
  -webkit-text-decoration-color: var(--lemon-peel);
  text-decoration-color: var(--lemon-peel);
}

.nav_link.w--current:hover {
  color: var(--color);
}

.nav_menu {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  align-content: space-between;
  align-items: center;
  font-weight: 600;
  display: flex;
}

.nav_dropdown-toggle {
  padding: .5rem 2.25rem .5rem 1rem;
  font-family: Montserrat, sans-serif;
}

.menu-icon {
  line-height: 1;
}

.nav_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.nav1_icon {
  color: var(--color);
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1rem;
}

.nav_dropdown-wrapper {
  border-bottom: 1px solid var(--lemon-peel);
  border-left: 1px solid var(--lemon-peel);
  background-color: #e9f0f100;
  padding-top: .25rem;
  padding-bottom: .25rem;
}

.nav_dropdown-wrapper.w--open {
  border-radius: 3px;
}

.nav_logo {
  height: 70px;
}

.nav_button-wrapper {
  margin-left: 1rem;
}

.nav_dropdown-icon {
  color: var(--color);
  font-size: 16px;
  font-weight: 400;
}

.nav_dropdown-icon:hover {
  color: var(--lemon-peel);
}

.dropdown-link {
  color: var(--color);
  white-space: nowrap;
  word-break: keep-all;
  padding: .5rem 1rem;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: color .25s;
  display: block;
}

.dropdown-link:hover {
  color: var(--lemon-peel);
}

.dropdown-link.w--current {
  color: var(--color);
  font-weight: 700;
}

.dropdown-link.w--current:hover {
  color: var(--lemon-peel);
}

.sub-hero {
  background-image: linear-gradient(to top, var(--deep-water), #fff0 38%), linear-gradient(to bottom, #00000080, #00000080), url("https://cdn.prod.website-files.com/6ab62560502832f6704e84e6/6ab62560502832f6704e853c_shutterstock_1632034948.jpg");
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  display: flex;
}

.sub-hero.activities {
  background-image: linear-gradient(0deg, var(--deep-water), #fff0 38%), linear-gradient(to bottom, #0006, #0006), url("https://cdn.prod.website-files.com/6ab62560502832f6704e84e6/6ab62560502832f6704e8548_Runde%20Panorama%20-49%20(1)d.jpg");
  background-position: 0 0, 0 0, 50% 100%;
}

.sub-hero.about {
  background-image: linear-gradient(0deg, var(--deep-water), #fff0 38%), linear-gradient(to bottom, #00000080, #00000080), url("https://cdn.prod.website-files.com/6ab62560502832f6704e84e6/6ab62560502832f6704e853b_Runde%20Panorama%20-22.jpg");
  height: 100vh;
}

.sub-hero.cottages {
  background-image: linear-gradient(0deg, var(--deep-water), #fff0 38%), linear-gradient(to bottom, #0006, #0006), url("https://cdn.prod.website-files.com/6ab62560502832f6704e84e6/6ab62560502832f6704e8540_Bataviadream8.jpg");
  background-position: 0 0, 0 0, 50%;
}

.sub-hero.faq {
  background-image: linear-gradient(to top, var(--deep-water), #fff0 38%), linear-gradient(to bottom, #0006, #0006), url("https://cdn.prod.website-files.com/6ab62560502832f6704e84e6/6ab62560502832f6704e8519_AdobeStock_701974115.jpg");
}

.sub-hero.blog {
  background-image: linear-gradient(to top, var(--deep-water), #fff0 38%), linear-gradient(to bottom, #0006, #0006), url("https://cdn.prod.website-files.com/6ab62560502832f6704e84e6/6ab62560502832f6704e8526_shutterstock_2032904987_1.jpg");
  background-position: 0 0, 0 0, 0 100%;
}

.sub-hero.food {
  background-image: linear-gradient(0deg, var(--deep-water), #fff0 38%), linear-gradient(to bottom, #00000080, #00000080);
  height: 100vh;
}

.sub-hero.company {
  background-image: linear-gradient(0deg, var(--deep-water), #fff0 38%), linear-gradient(to bottom, #00000080, #00000080), url("https://cdn.prod.website-files.com/6ab62560502832f6704e84e6/6ab62560502832f6704e856d_Christineborg%20Mat%202023-02salat.jpg");
  background-position: 0 0, 0 0, 100%;
  height: 100vh;
}

.sub-hero.privacy {
  background-image: linear-gradient(0deg, var(--deep-water), #fff0 38%), linear-gradient(to bottom, #00000080, #00000080), url("https://cdn.prod.website-files.com/6ab62560502832f6704e84e6/6ab62560502832f6704e8539_6627b90efea6a83a841ad7e5_Runde%20Panorama%20-6.jpg");
  height: 100vh;
}

.sub-hero.contact {
  background-image: linear-gradient(0deg, var(--deep-water), #fff0 38%), linear-gradient(to bottom, #0006, #0006), url("https://cdn.prod.website-files.com/6ab62560502832f6704e84e6/6ab62560502832f6704e8547_Runde%20Panorama%20-23.jpg");
  background-size: auto, auto, cover;
}

.office_content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.office_content.mt-10 {
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}

.textarea {
  border: 1px solid var(--dark-grey);
  color: #fff;
  background-color: #0000;
  min-height: 110px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.textarea:focus {
  border-style: solid;
  border-color: var(--dark-grey);
}

.textarea::placeholder {
  color: var(--color);
  font-size: 14px;
}

.contact-divider {
  background-color: var(--lemon-peel);
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 20px;
}

.form-message-wrrap {
  width: 100%;
}

.form {
  grid-row-gap: 15px;
  background-color: #00352800;
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  display: flex;
}

.contact_wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: grid;
}

.form-input-wrapper {
  grid-column-gap: 30px;
  width: 100%;
  display: flex;
}

.form-input-wrapper.big {
  grid-column-gap: 15px;
  grid-column-gap: 15px;
  font-size: 14px;
}

.text-field {
  color: #ff4d24;
  text-align: left;
  background-color: #0000;
  border: 1px solid #d0d5dd66;
  border-radius: 8px;
  width: 270px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.text-field:focus, .text-field:focus-visible, .text-field[data-wf-focus-visible] {
  border-color: #ff4d24;
}

.text-field.full-width-field {
  border-color: var(--dark-grey);
  color: #fff;
  border-radius: 0;
  width: 100%;
}

.text-field.full-width-field::placeholder {
  color: var(--color);
  font-size: 14px;
}

.contacts-form-wrapper {
  background-color: #00352800;
  width: 100%;
  margin-left: 0;
  padding-top: 0;
}

.form-input-label.full-width-contact {
  width: 100%;
}

.gdpr-link {
  color: var(--lemon-peel);
  font-size: 14px;
}

.contact_content-wrapper {
  width: 100%;
  padding-right: 40px;
}

.form-block {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  margin-bottom: 0;
  display: flex;
}

.bottom-margin-2._1rem {
  margin-bottom: 1rem;
}

.checkbox-label {
  color: var(--color);
  font-size: 14px;
}

.checkbox {
  border-radius: 100%;
  width: 17px;
  height: 17px;
}

.checkbox-field {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-self: auto;
  align-items: center;
  padding-left: 5px;
  display: flex;
}

.third-btn {
  background-color: var(--lemon-peel);
  color: var(--black);
  text-transform: none;
  border-radius: 10px;
  padding: 10px 20px;
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.third-btn:hover {
  border-bottom: 1px solid var(--color);
  -webkit-text-stroke-color: var(--color);
  border-radius: 0;
}

.nav_dropdown-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cc-preferences-checkbox-label {
  display: none;
}

.cc-preferences {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  display: none;
  position: fixed;
  inset: 0%;
}

.cc-preferences-close-icon {
  color: #0f1d26;
  width: 40%;
  height: 40%;
}

.cc-preferences-checkbox-wrapper {
  margin-bottom: 0;
  padding-left: 0;
  position: absolute;
  inset: .4rem 0% auto auto;
}

.cc-button-icon {
  flex-flow: column;
  flex: none;
  width: 1.6rem;
  height: 1.6rem;
  display: flex;
}

.cc-preferences-overlay {
  z-index: -1;
  background-color: #1c223380;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.cc-preferences-accordion-button {
  cursor: pointer;
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  width: 75%;
  padding-right: 1rem;
  display: flex;
}

.cc-preferences-accordion-button.coo-con-pre-acc-but--full-width {
  width: 100%;
  padding-right: 0;
}

.cc-preferences-accordion-list {
  position: relative;
  overflow: hidden;
}

.cc-preferences-accordion-icon {
  color: #1d3320;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: .5rem;
}

.cc-wrapper {
  z-index: 5;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
}

.cc-text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
}

.cc-preferences-submit-hide {
  display: none;
}

.cc-sticky {
  z-index: 999;
  background-color: var(--light-yellow);
  cursor: pointer;
  border-radius: 1000px;
  padding: .5rem;
  display: flex;
  position: fixed;
  inset: auto auto 1rem 1rem;
}

.cc-button-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cc-sticky-icon {
  color: #000;
  width: 2rem;
  height: 2rem;
}

.cc-preferences-checkbox {
  border: 3px solid #0a86bf;
  border-radius: .35rem;
  width: 1.4rem;
  height: 1.4rem;
  margin-top: 0;
  margin-left: 0;
}

.cc-preferences-form {
  background-color: #fff;
  width: 100%;
  max-width: 780px;
  max-height: 85svh;
  margin-bottom: 0;
  position: relative;
}

.cc-button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fafbfc;
  cursor: pointer;
  background-color: #343434;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 3rem;
  padding: .75rem 1.5rem;
  font-size: 1.1rem;
  line-height: 1;
  transition: all .4s;
  display: flex;
}

.cc-button:hover {
  background-color: #000;
}

.cc-button.cc-but--accordion {
  color: #1e1e1e;
  background-color: #efe09500;
  border: 2px solid #173040;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
}

.cc-button.cc-but--outline {
  color: #000;
  background-color: #fff0;
  border: 2px solid #173040;
  font-weight: 500;
}

.cc-button.cc-but--outline:hover {
  background-color: #fafbfc;
}

.cc-hide {
  color: red;
  display: none;
}

.cc-button-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  text-align: center;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.cc-lock-icon {
  color: #1a1a1a;
  flex: none;
  width: 1.4rem;
  height: 1.4rem;
}

.cc-spacer {
  height: 2rem;
}

.cc-preferences-accordion-heading {
  color: #1d3320;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1;
}

.cc-preferences-content {
  background-color: #e6ddc8;
  height: 100%;
  padding: 3rem 3rem 2rem;
}

.cc-preferences-accordion-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  margin-bottom: .5rem;
  display: flex;
  position: relative;
}

.cc-accordion-close-icon {
  flex: none;
  width: 1.4rem;
  height: 1.4rem;
}

.cc-preferences-accordion-open {
  justify-content: flex-start;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.cc-preferences-close {
  z-index: 1;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  text-decoration: none;
  display: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

.cc-preferences-accordion-hidden {
  width: 100%;
  padding-right: 4rem;
  overflow: hidden;
}

.cc-preferences-accordion-item {
  border-bottom: 1px solid #33333326;
  flex-flow: column;
  align-items: flex-start;
  margin-bottom: .5rem;
  margin-left: 1rem;
  margin-right: 1rem;
  padding-bottom: .5rem;
  display: flex;
  position: relative;
}

.cc-heading {
  color: #000;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  line-height: 1;
}

.cc-text-button {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  color: #1e1e1e;
  border-bottom: 2px solid #174159;
  justify-content: center;
  align-items: center;
  height: 1.8rem;
  margin-top: .3rem;
  margin-bottom: .3rem;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.locales-toggle {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fff;
  border-radius: 8px;
  height: 3rem;
  padding: 10px 28px 10px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: background-color .4s;
  display: flex;
}

.locales-toggle:hover {
  background-color: #ffffff1a;
}

.locales-toggle.w--open {
  background-color: var(--lemon-peel);
  color: #262626;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.locales-toggle-icon {
  width: 26px;
  max-width: 26px;
  height: 26px;
}

.locales-navigation.w--open {
  background-color: var(--lemon-peel);
  color: #262626;
  border-top-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  margin-top: 3rem;
  padding: 1rem 1rem 1.25rem;
  font-size: 1.1rem;
  font-weight: 500;
  inset: 0% 0% auto auto;
}

.locales-list {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.locales-toggle-arrow {
  margin-right: 8px;
  font-size: 16px;
  font-weight: 400;
}

.locales-item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.locales-link {
  color: var(--deep-water);
  text-underline-offset: 4px;
  margin-bottom: .25rem;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  text-decoration-color: #3e4d2200;
  text-decoration-thickness: 2px;
}

.locales-link.w--current {
  color: var(--black);
  text-underline-offset: 6px;
  text-decoration: underline;
  -webkit-text-decoration-color: var(--black);
  text-decoration-color: var(--black);
  text-decoration-thickness: 1px;
}

.locales-wrapper {
  margin-right: -2rem;
}

.button-icon {
  width: 1.4rem;
  height: 1.4rem;
  color: var(--lemon-peel);
}

.hide-on-break-1, .burger-wrapper {
  display: none;
}

@media screen and (min-width: 1280px) {
  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.devider.mg {
    padding-bottom: 140px;
  }

  .btn-wrapper.no-mg {
    margin-top: 0;
  }

  .primary-btn:hover {
    border-bottom-color: var(--color);
  }

  .section_grid-left {
    z-index: 2;
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .section_grid-left.bm {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-columns: 1fr 1fr;
  }

  .right {
    z-index: 2;
    height: 100%;
  }

  .section-title {
    font-size: 40px;
  }

  .section_image-wrapper {
    height: 100%;
  }

  .services-wrapper {
    width: 100%;
  }

  .section_devider-left.accommodation {
    bottom: -3%;
    left: -3%;
  }

  .section_devider-right {
    z-index: 0;
  }

  .section_devider-right.articles {
    bottom: 0%;
  }

  .section_devider-right.activities {
    right: -3%;
  }

  .nav_dropdown-wrapper.grid.w--open {
    display: flex;
  }

  .cms-description {
    width: 100%;
    font-size: 16px;
  }

  .sub-hero.about, .sub-hero.food, .sub-hero.company, .sub-hero.privacy, .sub-hero.about, .sub-hero.food, .sub-hero.company, .sub-hero.privacy {
    height: 100vh;
  }

  .cms_image-wrapper {
    width: 100%;
  }

  .language {
    font-size: 14px;
  }

  .text-field {
    width: 370px;
  }

  .accommodation_cms-item:hover {
    border: 1px solid var(--lemon-peel);
  }

  .btns-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    display: flex;
  }

  .third-btn:hover {
    border-bottom-color: var(--color);
  }

  .cms-hero.about {
    height: 80vh;
  }

  .container-2 {
    max-width: 1220px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .summary-text {
    font-size: 16px;
  }

  .guide-heading, .collection-item-3 {
    width: 100%;
  }

  .accommodation_cms-item-copy:hover {
    border: 1px solid var(--lemon-peel);
  }

  .nav_dropdown-list {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .privacy-wrapper {
    z-index: 2;
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .privacy-wrapper.bm {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (min-width: 1440px) {
  .container {
    max-width: 1350px;
  }

  .hero_content-wrapper {
    max-width: 810px;
  }

  .right.center {
    justify-content: center;
    align-items: flex-start;
    display: block;
  }

  .section_devider-left.accommodation {
    bottom: -4%;
  }

  .section_devider-left.smaller {
    bottom: 1%;
  }

  .section_devider-left.smaller.big.about {
    bottom: -12%;
  }

  .nav_container {
    max-width: 1350px;
  }

  .slider {
    padding-bottom: 35px;
  }

  .container-2 {
    max-width: 1350px;
  }

  .blog_page_image-wrapper {
    height: 250px;
  }
}

@media screen and (min-width: 1920px) {
  .section {
    padding-top: 140px;
  }

  .container {
    max-width: 1450px;
  }

  .hero_content-wrapper {
    max-width: 940px;
  }

  .section_grid-left {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .section_grid-left.bm {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-columns: 1fr 1fr;
  }

  .right {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    display: flex;
  }

  .section_devider-left {
    bottom: -12%;
  }

  .section_devider-left.accommodation {
    bottom: -4%;
  }

  .section_devider-left.smaller.big {
    bottom: -11%;
  }

  .section_devider-right {
    bottom: -3%;
  }

  .nav_container {
    max-width: 1450px;
  }

  .cms-image {
    width: 100%;
  }

  .contacts-form-title {
    color: #fff;
  }

  .slider {
    padding-bottom: 40px;
  }

  .container-2 {
    max-width: 1450px;
  }

  .blog_page_image-wrapper {
    height: 280px;
  }

  .blog_page_content-wrapper {
    min-height: 180px;
  }

  .privacy-wrapper {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .privacy-wrapper.bm {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 25px;
  }

  h3 {
    font-size: 20px;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section._40_top-padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section.extra_top-padding {
    padding-top: 80px;
  }

  .section.devider {
    padding-top: 60px;
  }

  .hero {
    background-image: linear-gradient(0deg, var(--deep-water), #fff0 25%), linear-gradient(to bottom, #0006, #0006), url("https://cdn.prod.website-files.com/6ab62560502832f6704e84e6/6ab62560502832f6704e8539_6627b90efea6a83a841ad7e5_Runde%20Panorama%20-6.jpg");
    background-position: 0 0, 0 0, 50%;
    background-size: auto, auto, cover;
  }

  .hero-title {
    font-size: 45px;
    font-weight: 400;
  }

  .hero-description {
    font-size: 18px;
  }

  .section_grid-left {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .section_grid-left.double, .section_grid-left.double.mobile {
    grid-template-columns: 1fr 1fr;
  }

  .section_grid-left.bm {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .section_grid-left.double, .section_grid-left.double.mobile, .section_grid-left.double.mobile {
    grid-template-columns: 1fr 1fr;
  }

  .line {
    width: 50px;
  }

  .left {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .right.flex.margin {
    padding-top: 40px;
  }

  .section-title {
    font-size: 35px;
    font-weight: 400;
  }

  .section_image-wrapper.hide {
    display: block;
  }

  .section_grid-right.bm {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .cms-title.blog {
    font-size: 18px;
  }

  .section_devider-left, .section_devider-left.accommodation, .section_devider-left.accommodation, .section_devider-right, .section_devider-right.activities, .section_devider-right.activities {
    display: none;
  }

  .cta_description {
    font-size: 16px;
  }

  .cta-title {
    font-size: 40px;
  }

  .footer_link {
    font-size: 15px;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .footer_grid {
    grid-template-columns: auto auto auto;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .footer_logo-link.w--current {
    width: 200px;
  }

  .footer_text {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .footer_left {
    margin-right: 0;
  }

  .newsletter-text, .footer_bottom-text {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .text-block {
    font-size: 15px;
  }

  .dot {
    display: none;
  }

  .nav_dropdown {
    margin-left: 0;
    margin-right: 0;
    display: block;
    position: relative;
  }

  .menu-button {
    padding: .75rem;
  }

  .menu-button.w--open {
    color: #0b0b1f;
    background-color: #c8c8c800;
  }

  .nav_link {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    display: block;
  }

  .nav_menu {
    background-color: var(--dark-grey);
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .nav_dropdown-toggle {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .menu-icon {
    color: var(--color);
  }

  .nav-btn {
    border-top: 1px solid var(--lemon-peel);
    border-left: 1px solid var(--lemon-peel);
  }

  .nav_container {
    justify-content: space-between;
    align-items: center;
  }

  .nav_dropdown-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
    position: static;
  }

  .nav_dropdown-wrapper.w--open {
    border-bottom-style: none;
    border-left-style: none;
    position: static;
  }

  .nav_button-wrapper {
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-left: 2.5rem;
  }

  .dropdown-link {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    display: block;
  }

  .collection-list-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .cms-image {
    height: 160px;
  }

  .collection-list-wrapper {
    width: 100%;
  }

  .language-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .language {
    flex-direction: row;
    font-size: 12px;
    display: block;
  }

  .activities_cms-list {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

  .office_content {
    align-items: center;
  }

  .contact_wrapper {
    grid-column-gap: 5px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .office-icon {
    width: 20px;
    height: 20px;
  }

  .text-field {
    width: 100%;
  }

  .contacts-form-wrapper {
    width: 100%;
    margin-left: 0;
    padding-top: 30px;
  }

  .form-input-label {
    width: 50%;
  }

  .contact-link {
    font-size: 14px;
  }

  .contact_content-wrapper {
    width: 100%;
  }

  .form-block {
    width: 100%;
    min-height: 380px;
  }

  .heading {
    font-size: 20px;
  }

  .accommodation_cms-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .page_activities-split.full {
    display: block;
  }

  .slider.hide {
    margin-top: 20px;
    display: block;
  }

  .faq-wrapper {
    flex-direction: column;
  }

  .faq-wrap {
    width: 100%;
  }

  .section-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .blog_page-cms-item {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog_post-wrapper {
    display: block;
  }

  .articles-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .guide-heading {
    font-size: 20px;
  }

  .a_cms-listctivities {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .video-overlay {
    height: 40px;
  }

  .video-overlay.reverse {
    height: 50px;
  }

  .privacy-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .privacy-wrapper.double, .privacy-wrapper.double.mobile {
    grid-template-columns: 1fr 1fr;
  }

  .privacy-wrapper.bm {
    display: block;
  }

  .privacy-wrapper.double, .privacy-wrapper.double.mobile, .privacy-wrapper.double.mobile {
    grid-template-columns: 1fr 1fr;
  }

  .wg-element {
    width: 50%;
  }

  .language-switch {
    margin-left: 2.5rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    display: inline-flex;
  }

  .primary_btn {
    font-size: 16px;
  }

  .thank-you-title {
    font-size: 80px;
    line-height: 1.3em;
  }

  .thank_you-text {
    font-size: 23px;
  }

  .cookie_banner {
    max-width: 80%;
  }

  .cc-preferences-form {
    max-width: 85vw;
  }

  .cc-heading {
    font-size: 1.8rem;
  }

  .locales-toggle {
    padding-right: 28px;
  }

  .locales-toggle-arrow {
    display: block;
  }

  .locales-wrapper {
    margin-right: 1rem;
  }

  .hide-on-break-1 {
    display: block;
  }

  .hide-on-break-2-4 {
    display: none;
  }

  .burger-wrapper {
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 20px;
  }

  h3 {
    font-size: 18px;
  }

  h4 {
    font-size: 16px;
  }

  p, .body {
    font-size: 14px;
  }

  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section.devider {
    padding-top: 50px;
  }

  .hero-title {
    font-size: 40px;
  }

  .hero-description {
    font-size: 16px;
  }

  .primary-btn, .secondary-btn {
    font-size: 14px;
  }

  .section_grid-left.double, .section_grid-left.double.mobile {
    grid-template-columns: 1fr;
  }

  .section_grid-left.bm {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .section_grid-left.double, .section_grid-left.double.mobile, .section_grid-left.double.mobile {
    grid-template-columns: 1fr;
  }

  .hero_top-title {
    font-size: 20px;
  }

  .left {
    display: flex;
  }

  .right.flex.margin {
    padding-top: 0;
  }

  .section-title {
    font-size: 30px;
  }

  .section-description {
    font-size: 14px;
  }

  .section_image-wrapper {
    width: 100%;
    height: 350px;
  }

  .image {
    display: block;
  }

  .section_grid-right.bm {
    grid-template-columns: 1fr;
  }

  .service_icon-wrapper {
    width: 30px;
  }

  .cta-title {
    font-size: 35px;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .page-padding {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .button {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .nav_logo-link {
    padding-left: 0;
  }

  .nav_link, .nav_dropdown-toggle {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .nav-btn {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .nav1_icon {
    margin-right: 1.25rem;
  }

  .nav_logo {
    height: 60px;
  }

  .nav_button-wrapper {
    margin-left: 1.25rem;
  }

  .arrow-wrapper {
    width: 30px;
  }

  .dropdown-link {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .collection-list-3 {
    grid-template-columns: 1fr 1fr;
  }

  .activities_cms-list {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

  .contact_wrapper {
    grid-row-gap: 0px;
    flex-wrap: wrap;
    grid-template-columns: 1fr;
  }

  .contacts-form-wrapper {
    width: 100%;
  }

  .contact-text {
    font-size: 14px;
    line-height: 1.5em;
  }

  .contact_content-wrapper {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0;
  }

  .accommodation-wrapper.mg {
    margin-top: 40px;
  }

  .accommodation_cms-list {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .accommodation_cms-content {
    min-height: 160px;
  }

  .gallery-lightbox {
    height: 160px;
  }

  .faq-wrapper {
    flex-wrap: wrap;
  }

  .faq-wrap {
    width: 100%;
    margin-right: 0;
  }

  .faq-title {
    font-size: 20px;
  }

  .section-2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .blog_page_cms-list {
    grid-template-columns: 1fr 1fr;
  }

  .a_cms-listctivities {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .activities_cms-content {
    min-height: 160px;
  }

  .privacy-wrapper.double.mobile {
    grid-template-columns: 1fr;
  }

  .wg-element {
    width: 100%;
  }

  .language-switch {
    margin-left: 1rem;
  }

  .utility-page-wrap-2 {
    min-height: 60vh;
  }

  .thank-you-title {
    font-size: 80px;
    line-height: 1.3em;
  }

  .thank_you-text {
    font-size: 20px;
  }

  .cookie_banner {
    max-width: 100%;
    padding: 1rem;
    right: 20px;
  }

  .cookie_options {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .cookie_buttons {
    flex-direction: column;
  }

  .cookie_title {
    font-size: 20px;
  }

  .cookie_checkbox {
    font-size: 14px;
  }

  .button_secondary, .button_primary, .button_primary-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .cc-text {
    font-size: .8rem;
  }

  .cc-button-list {
    flex-flow: column;
  }

  .cc-preferences-content {
    padding: 2rem;
    overflow: scroll;
  }

  .cc-heading {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 16px;
  }

  h3 {
    font-size: 14px;
  }

  h4 {
    font-size: 14px;
    font-weight: 400;
  }

  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.pic {
    background-position: 0 0, 0 0, 36%;
  }

  .section._40_top-padding {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.extra_top-padding {
    padding-top: 60px;
  }

  .section.bg {
    background-color: #2c3131;
  }

  .section.devider {
    border-bottom: 1px solid var(--dark-grey);
  }

  .section.devider.mg {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .hero {
    background-image: linear-gradient(0deg, var(--deep-water), #fff0 25%), linear-gradient(to bottom, #00000080, #00000080), url("https://cdn.prod.website-files.com/6ab62560502832f6704e84e6/6ab62560502832f6704e8539_6627b90efea6a83a841ad7e5_Runde%20Panorama%20-6.jpg");
    background-position: 0 0, 0 0, 70%;
  }

  .bottom-margin._0 {
    margin-bottom: 0;
  }

  .bottom-margin._0-5 {
    margin-bottom: .5rem;
  }

  .hero-title {
    font-size: 25px;
  }

  .btn-wrapper.mg {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    flex-flow: column;
    align-items: stretch;
  }

  .section_grid-left.double {
    grid-template-columns: 1fr;
  }

  .section_top-title {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .line {
    width: 20px;
  }

  .hero_top-title {
    font-size: 16px;
  }

  .right {
    height: auto;
  }

  .right.flex.margin {
    padding-top: 0;
  }

  .section-title {
    font-size: 23px;
  }

  .top-title {
    font-size: 16px;
  }

  .section_image-wrapper {
    height: 300px;
  }

  .section_image-wrapper.hide {
    height: 310px;
  }

  .image.hide-mobile {
    display: none;
  }

  .preview_activities_cms-list {
    grid-template-columns: 1fr;
  }

  .cms-link {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .service_icon-wrapper {
    width: 30px;
  }

  .cms-title {
    font-size: 18px;
  }

  .cta_description {
    font-size: 14px;
  }

  .cta-title {
    font-size: 25px;
  }

  .footer_link {
    text-align: center;
    font-size: 14px;
  }

  .footer_link.w--current {
    text-align: center;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom.margin-medium {
    justify-content: center;
    display: flex;
  }

  .footer1_form {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .footer_grid {
    grid-template-columns: auto;
    justify-content: stretch;
    justify-items: center;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .footer1_logo {
    width: 60%;
  }

  .footer_column {
    align-items: center;
  }

  .footer_logo-link {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .footer_logo-link.w--current {
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .footer_left {
    max-width: 100%;
  }

  .footer_bottom-wrapper {
    flex-direction: column;
  }

  .footer_menu-title, .newsletter-text {
    text-align: center;
  }

  .text-block {
    text-align: center;
    font-size: 14px;
  }

  .footer_bottom-right {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .nav_logo {
    height: 50px;
  }

  .arrow-wrapper {
    width: 30px;
    height: 30px;
  }

  .cms-description {
    font-size: 14px;
  }

  .sub-hero.about {
    background-image: linear-gradient(0deg, var(--deep-water), #fff0 38%), linear-gradient(to bottom, #00000080, #00000080), url("https://cdn.prod.website-files.com/6ab62560502832f6704e84e6/6ab62560502832f6704e853b_Runde%20Panorama%20-22.jpg");
    background-position: 0 0, 0 0, 50% 0;
  }

  .sub-hero.blog {
    background-image: linear-gradient(to top, var(--deep-water), #fff0 38%), linear-gradient(to bottom, #00000080, #00000080), url("https://cdn.prod.website-files.com/6ab62560502832f6704e84e6/6ab62560502832f6704e8526_shutterstock_2032904987_1.jpg");
    background-position: 0 0, 0 0, 28%;
  }

  .collection-list-3 {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .cms-image {
    height: 200px;
  }

  .activities_cms-list {
    grid-template-columns: 1fr;
  }

  .contact-title {
    font-size: 25px;
  }

  .form {
    padding-left: 0;
    padding-right: 0;
  }

  .form-input-wrapper {
    grid-row-gap: 30px;
    flex-wrap: wrap;
    flex: 1;
    align-self: stretch;
    margin-bottom: 0;
  }

  .form-input-label {
    width: 100%;
  }

  .contact-text {
    font-size: 14px;
    line-height: 1.5em;
  }

  .accommodation_cms-list {
    grid-template-columns: 1fr;
  }

  .accommodation_cms-content {
    padding-left: 15px;
    padding-right: 15px;
  }

  .third-btn {
    width: 100%;
  }

  .slider {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .gallery_cms-list {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .gallery-lightbox {
    height: 130px;
  }

  .faq-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .faq-title {
    font-size: 16px;
  }

  .section-2 {
    z-index: 2;
    background-color: #fff8f7;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .accordion-list-content {
    font-size: 14px;
  }

  .blog_page_cms-list {
    grid-template-columns: 1fr;
  }

  .blog_page_content-wrapper {
    min-height: 170px;
  }

  .a_cms-listctivities {
    grid-template-columns: 1fr;
  }

  .activities_cms-content {
    padding-left: 15px;
    padding-right: 15px;
  }

  .some-wrapper {
    justify-content: center;
  }

  .video-overlay.reverse {
    top: -1%;
  }

  .nav_dropdown-list, .privacy-wrapper.double, .privacy-wrapper.double {
    grid-template-columns: 1fr;
  }

  .wg-element {
    height: 25vh;
  }

  .utility-page-wrap-2 {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .utility-page-wrap-2.thanks {
    padding-top: 164px;
    padding-bottom: 164px;
  }

  .thank-you-title {
    font-size: 70px;
    line-height: 100px;
  }

  .thank_you-text {
    font-size: 16px;
  }

  .container-default {
    padding-left: 16px;
    padding-right: 16px;
  }

  .buttons-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .buttons-row.align-center {
    align-items: center;
  }

  .cookie_banner {
    bottom: 10px;
    left: 10px;
    right: 10px;
  }

  .cookie_options {
    flex-flow: column;
    display: flex;
  }

  .cookie_checkbox {
    font-size: 14px;
  }

  .button_secondary, .button_primary, .button_primary-2 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 19px;
  }

  .cc-text {
    line-height: 1.3;
  }

  .cc-preferences-form {
    max-width: 90vw;
  }

  .cc-preferences-accordion-heading {
    font-size: 1rem;
  }

  .cc-preferences-content {
    padding: 1.5rem;
  }

  .cc-preferences-accordion-hidden {
    padding-right: 2rem;
  }

  .cc-heading {
    font-size: 1.2rem;
  }

  .locales-toggle-icon {
    width: 22px;
    height: 22px;
  }
}

@media screen and (max-width: 991px) {
  #w-node-ee726778-abaa-db65-6034-0643dc957286-dc957282 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ee726778-abaa-db65-6034-0643dc957286-dc957282 {
    grid-column: span 1 / span 1;
    justify-self: stretch;
  }

  #w-node-ee726778-abaa-db65-6034-0643dc95728f-dc957282 {
    justify-self: center;
  }
}
