* {
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  margin: 0;
  min-height: 100%;
  background-color: #fff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}

img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}

.inline-link {
  max-width: 100%;
  display: inline-block;
}

.button-base {
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898ec;
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
}

h1,
h2,
h3 {
  font-weight: bold;
  margin-bottom: 10px;
}

h1 {
  font-size: 38px;
  line-height: 44px;
  margin-top: 20px;
}

h2 {
  font-size: 32px;
  line-height: 36px;
  margin-top: 20px;
}

h3 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 20px;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

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

.content-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}

.content-container:before,
.content-container:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.content-container:after {
  clear: both;
}

@media screen and (max-width: 991px) {
  .content-container {
    max-width: 728px;
  }
}

@media screen and (max-width: 479px) {
  .content-container {
    max-width: none;
  }
}

.rich-text:before,
.rich-text:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.rich-text:after {
  clear: both;
}

.rich-text ul {
  overflow: hidden;
}

/* Navigation and gallery primitives owned by this site. */
.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1000;
  padding: 10px 15px;
  background: #fff;
  color: #1d5a70;
  transform: translateY(-200%);
  transition: transform 150ms ease;
}
.skip-link:focus {
  transform: translateY(0);
}
.brand-link {
  position: relative;
  float: left;
  text-decoration: none;
  color: #333;
}
.nav-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: left;
  text-decoration: none;
}
.site-menu {
  position: relative;
  float: right;
}
.menu-toggle {
  position: relative;
  display: none;
  float: right;
  padding: 18px;
  font-size: 24px;
  cursor: pointer;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.menu-icon {
  display: block;
  width: 1em;
  height: 1em;
}
.menu-toggle:focus-visible,
.show-hide:focus-visible,
.carousel-dot:focus-visible,
.carousel-prev:focus-visible,
.carousel-next:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}
.carousel {
  position: relative;
  height: 300px;
  text-align: center;
  background: #ddd;
  clear: both;
  -webkit-tap-highlight-color: transparent;
}
.carousel-track {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  left: 0;
  right: 0;
  height: 100%;
  white-space: nowrap;
}
.carousel-slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  white-space: normal;
  text-align: left;
}
.carousel-dots {
  position: absolute;
  z-index: 2;
  inset: auto 0 0;
  margin: auto;
  padding-top: 10px;
  height: 40px;
  text-align: center;
}
.carousel-dot {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  padding: 0;
  border: 0;
  border-radius: 100%;
  background: #ffffff66;
  cursor: pointer;
  margin: 0 3px 0.5em;
  transition:
    background-color 100ms,
    color 100ms;
}
.carousel-dot[aria-pressed="true"] {
  background: #fff;
}
.carousel-prev,
.carousel-next {
  position: absolute;
  width: 80px;
  inset: 0;
  margin: auto;
  padding: 0;
  border: 0;
  cursor: pointer;
  overflow: hidden;
  color: white;
  font-size: 40px;
  background: transparent;
  user-select: none;
}
.carousel-prev {
  z-index: 3;
  right: auto;
}
.carousel-next {
  z-index: 4;
  left: auto;
}
.carousel-arrow-icon {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 1em;
  height: 1em;
}
[data-carousel="property"] .carousel-track {
  touch-action: pan-y;
}
.show-hide {
  border: 0;
  transition: opacity 500ms;
}
.show-hide .show {
  display: block;
}
.show-hide .hide {
  display: none;
}
.show-hide[aria-expanded="true"] {
  opacity: 0.7;
}
.show-hide[aria-expanded="true"] .show {
  display: none;
}
.show-hide[aria-expanded="true"] .hide {
  display: block !important;
}
[hidden] {
  display: none !important;
}
.pricing-row {
  display: contents;
}
@media (max-width: 991px) {
  .navigation .site-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    min-width: 200px;
    height: auto;
    text-align: center;
    opacity: 0;
    transform: translateY(-100%);
    transition:
      transform 400ms ease,
      opacity 400ms ease;
  }
  .navigation .site-menu.is-visible {
    display: block;
  }
  .navigation .site-menu.is-open {
    opacity: 1;
    transform: translateY(0);
  }
  .site-menu .nav-link {
    display: block;
    position: relative;
  }
  .menu-toggle {
    display: block;
  }
}
@media (max-width: 767px) {
  .brand-link {
    padding-left: 10px;
  }
}

/* Semantic elements retain the original typography and spacing. */
.semantic-heading,
.semantic-text,
.semantic-list {
  margin: 0;
  padding: 0;
  font: inherit;
  color: inherit;
  letter-spacing: inherit;
}
.semantic-list {
  list-style: none;
}
address {
  font-style: normal;
}
button {
  font: inherit;
}

body {
  background-color: #fdfdfd;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Butler;
  color: #1d5a70;
  font-size: 2.5em;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
}

p {
  margin-bottom: 10px;
}

a {
  font-family: Inter, sans-serif;
  color: #1d5a70;
  text-decoration: none;
}

img {
  display: inline-block;
  max-width: 100%;
  border-radius: 15px;
  box-shadow: 0 -5px 8px 0 rgba(134, 140, 88, 0.1);
}

.button {
  margin-bottom: 0px;
  padding: 10px 32px;
  flex: 0 0 auto;
  border-radius: 6px;
  background-color: #001420;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.03);
  transition:
    border-color 200ms ease,
    color 200ms ease,
    box-shadow 200ms ease,
    background-color 200ms ease;
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
}

.button:hover {
  background-color: rgba(0, 20, 32, 0.75);
  box-shadow: 0 7px 20px -10px rgba(0, 0, 0, 0.2);
  color: #fdfdfd;
}

.button:active {
  background-color: #0a3092;
}

.button.blue {
  margin-top: 20px;
  border-style: solid;
  border-width: 3px;
  border-color: #1d5a70;
  background-color: #1d5a70;
  transition:
    color 200ms ease,
    background-color 500ms ease;
  color: #fdfdfd;
}

.button.blue:hover {
  background-color: rgba(139, 166, 157, 0.5);
  color: #1d5a70;
}

.button.blue:active {
  background-color: rgba(29, 90, 112, 0.8);
  color: #fff;
}

.button.white {
  border-style: solid;
  border-width: 3px;
  border-color: #fdfdfd;
  background-color: transparent;
  transition:
    border-color 200ms ease,
    color 300ms ease,
    box-shadow 300ms ease,
    background-color 300ms ease;
}

.button.white:hover {
  background-color: #fdfdfd;
  color: #1d5a70;
}

.button.white:active {
  border-color: rgba(255, 252, 248, 0.5);
  background-color: rgba(255, 252, 248, 0.5);
}

.button.white._100 {
  font-weight: 500;
}

.button.show-hide {
  display: block;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 0px 0px 15px 15px;
  background-color: #1d5a70;
  text-decoration: none;
}

.button.blue-outline {
  margin-top: 20px;
  border-style: solid;
  border-width: 3px;
  border-color: #1d5a70;
  border-radius: 8px;
  background-color: transparent;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.03);
  transition:
    color 200ms ease,
    background-color 500ms ease;
  color: #1d5a70;
}

.button.blue-outline:hover {
  background-color: rgba(139, 166, 157, 0.5);
  color: #1d5a70;
}

.button.blue-outline:active {
  background-color: rgba(29, 90, 112, 0.8);
  color: #fff;
}

.paragraph {
  margin-bottom: 16px;
  font-family: Inter, sans-serif;
  color: #001420;
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 300;
}

.paragraph.medium {
  color: #1d5a70;
  font-size: 1.3em;
}

.paragraph.medium.white {
  color: #fdfdfd;
}

.paragraph.smaller {
  color: #1d5a70;
  font-size: 1.1em;
}

.spacer {
  height: 48px;
  background-color: #ece7e0;
}

.spacer._128 {
  width: 128px;
  height: 128px;
  background-color: transparent;
}

.heading {
  font-family: Butler;
  color: #001420;
  font-weight: 900;
}

.heading.h1 {
  margin-bottom: 18px;
  font-family: Butler;
  color: #001420;
  font-size: 4em;
  line-height: 1.25em;
  font-weight: 900;
}

.heading.h1.blue {
  font-family: "DM Serif Text", Georgia, sans-serif;
  color: #1d5a70;
  font-size: 3.5em;
  font-weight: 400;
  letter-spacing: 1px;
}

.heading.h1.blue.center {
  font-family: "DM Serif Text", Georgia, sans-serif;
  color: #1d5a70;
  font-size: 4em;
  font-weight: 400;
  text-align: center;
}

.heading.h1.white {
  color: #fdfdfd;
}

.heading.h1.white.centre {
  font-family: "DM Serif Text", Georgia, sans-serif;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
}

.heading.h3 {
  font-family: "DM Serif Text", Georgia, sans-serif;
  color: #1d5a70;
  font-size: 2em;
  line-height: 1.4em;
  font-weight: 400;
}

.heading.h3.mb-10 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: "DM Serif Text", Georgia, sans-serif;
  font-size: 1.8em;
  line-height: 1.3em;
  font-weight: 400;
  letter-spacing: 1px;
}

.heading.h3.white {
  color: #fdfdfd;
}

.heading.h3.white.centre {
  font-family: "DM Serif Text", Georgia, sans-serif;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
}

.heading.h2 {
  margin-bottom: 20px;
  font-family: Butler;
  color: #001420;
  font-size: 3em;
  line-height: 1.3em;
  font-weight: 800;
}

.heading.h2.blue {
  font-family: "DM Serif Text", Georgia, sans-serif;
  color: #1d5a70;
  font-weight: 400;
}

.heading.h2.white {
  font-family: "DM Serif Text", Georgia, sans-serif;
  color: #fdfdfd;
  font-weight: 400;
  letter-spacing: 1px;
}

.heading.h4 {
  margin-bottom: 12px;
  font-family: Inter, sans-serif;
  color: #1d5a70;
  font-size: 1em;
  line-height: 1.4em;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.heading.jumbo {
  color: #c9e7f2;
  font-size: 8em;
  line-height: 1.25em;
}

.heading.jumbo.white {
  font-family: "DM Serif Text", Georgia, sans-serif;
  color: #fdfdfd;
  font-size: 6em;
  font-weight: 400;
  letter-spacing: 2px;
}

.list-item {
  font-family: Inter, sans-serif;
  color: #001420;
  font-size: 1em;
  font-weight: 300;
}

.link {
  text-decoration: none;
}

.link.white {
  color: hsla(0, 0%, 99.2%, 0.5);
}

.link.white:hover {
  opacity: 1;
  color: #fdfdfd;
}

.slide-content-wrap {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9;
  display: flex;
  height: 100%;
  padding: 60px 3%;
  justify-content: center;
  align-items: center;
}

.slider {
  height: 80vh;
  min-height: 750px;
}

.right-arrow {
  display: none;
}

.slider-wrapper {
  width: 100%;
  height: 100%;
}

.brand {
  margin-right: 20px;
}

.slide-nav {
  display: none;
  margin-bottom: 35px;
  padding-right: 106px;
  justify-content: flex-end;
}

.navigation {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 999;
  display: flex;
  min-height: 90px;
  padding: 20px 4%;
  align-items: center;
  border-bottom: 1px solid rgba(255, 252, 248, 0.35);
  background-color: transparent;
}

.navigation-container {
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1140px;
  min-height: auto;
  margin-right: auto;
  margin-left: auto;
  justify-content: space-between;
  align-items: center;
}

.logo {
  width: 100px;
  border-radius: 0px;
  box-shadow: none;
}

.logo.lg {
  width: 150px;
  box-shadow: none;
}

.slide {
  overflow: hidden;
}

.nav-menu {
  display: flex;
  width: auto;
  height: 100%;
  align-items: center;
  color: #3f0a3d;
}

.image {
  box-shadow: 0 5px 8px 0 rgba(29, 90, 112, 0.1);
}

.image._100 {
  width: 100%;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

#classic .classic-bathroom-image {
  aspect-ratio: 4 / 3;
  object-fit: contain;
}

.slide-image {
  position: relative;
  z-index: 3;
  display: flex;
  height: 100%;
  padding-bottom: 150px;
  justify-content: center;
  align-items: flex-end;
  background-image:
    linear-gradient(180deg, rgba(29, 90, 112, 0.6), rgba(29, 90, 112, 0.6)),
    url("../images/amrum-landschaft-nordsee-5.webp");
  background-position:
    0px 0px,
    50% 50%;
  background-size: auto, cover;
}

.slide-image.slide-image-two {
  background-image:
    linear-gradient(180deg, rgba(29, 90, 112, 0.6), rgba(29, 90, 112, 0.6)),
    url("../images/amrum-landschaft-nordsee-2.webp");
  background-position:
    0px 0px,
    50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slider-wrap {
  position: relative;
}

.left-arrow {
  display: none;
}

.nav-link-plain {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 16px;
  padding-left: 16px;
  transition: all 350ms ease;
  color: #fff;
  font-size: 1.3em;
  font-weight: 600;
  letter-spacing: 0.4px;
  text-transform: none;
}

.nav-link-plain:hover {
  color: #abcfc3;
}

.nav-link-plain.is-current {
  padding-top: 10px;
  padding-bottom: 10px;
  border-left: 3px solid #abcfc3;
  color: #abcfc3;
  text-transform: none;
}

.nav-link-plain.last {
  margin-right: 40px;
}

.nav-link-plain.mobile {
  display: none;
}

.slider-content {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99;
  display: block;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.container._900 {
  max-width: 800px;
}

.benefits.margin-10 {
  margin-top: 10%;
  margin-bottom: 10%;
  padding-top: 0%;
}

.heading-wrap {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.heading-wrap.flex {
  display: flex;
  width: 80%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.label {
  font-family: Inter, sans-serif;
  color: #1d5a70;
  font-size: 1em;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.label.sm {
  margin-bottom: 0px;
  opacity: 0.8;
  color: #6c9688;
  font-size: 0.8em;
  line-height: 1.5em;
  font-weight: 500;
}

.label.sm.white {
  margin-bottom: 0px;
  opacity: 1;
  color: #fdfdfd;
  font-weight: 500;
  letter-spacing: 1.5px;
}

.label.sm.margin-0 {
  margin-bottom: 0px;
  color: #6c9688;
}

.label.sm.blue {
  color: #1d5a70;
  font-size: 0.6em;
}

.label.medium {
  color: #6c9688;
  font-size: 0.8em;
  font-weight: 500;
}

.label.medium.margin {
  margin-bottom: 10px;
}

.label.white {
  color: #fdfdfd;
}

.label.subtitle {
  margin-bottom: 0px;
  opacity: 0.8;
  color: #1d5a70;
  font-size: 0.8em;
  line-height: 1.5em;
  font-weight: 500;
  letter-spacing: 1.5px;
}

.photo-column {
  display: inline-block;
  width: 460px;
  margin-right: 20px;
}

.photo-column.photo-column-last {
  margin-right: 0px;
}

.island-headline {
  margin-bottom: 45px;
  padding-right: 30px;
}

.wrap {
  display: block;
  width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.wrap.w80-50-start {
  display: flex;
  padding-top: 80px;
  padding-bottom: 50px;
  align-items: flex-start;
}

.wrap.w80-50 {
  width: 1200px;
  padding: 80px 40px 50px;
}

.wrap.w80-50.flex {
  overflow: visible;
  height: auto;
}

.wrap.w80-50.flex._600 {
  height: 600px;
}

.island-photo {
  width: 100%;
  height: 460px;
  margin-bottom: 20px;
  border-radius: 10px;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 0 6px 8px 0 rgba(29, 90, 112, 0.1);
}

.island-photo.island-photo-3 {
  background-image: url("../images/amrum-landschaft-nordsee-2.webp");
}

.island-photo.island-photo-1 {
  height: 320px;
  border-radius: 10px;
  background-image: url("../images/amrum-landschaft-nordsee-5.webp");
}

.island-photo.island-photo-4 {
  height: 320px;
  border-radius: 10px;
  background-image: url("../images/amrum-landschaft-nordsee-1.webp");
}

.island-photo.island-photo-2 {
  border-radius: 10px;
  background-image: url("../images/amrum-landschaft-nordsee-6.webp");
}

.island-photo.island-photo-7 {
  height: 320px;
  border-radius: 10px;
  background-image: url("../images/amrum-landschaft-1.webp");
}

.island-photo.island-photo-8 {
  background-image: url("../images/amrum-landschaft-3.webp");
}

.island-photo.island-photo-9 {
  border-radius: 10px;
  background-image: url("../images/amrum-landschaft-2.webp");
}

.island-photo.island-photo-10 {
  height: 320px;
  border-radius: 10px;
  background-image: url("../images/amrum-landschaft-4.webp");
}

.property-image-wrap {
  overflow: hidden;
  height: 230px;
}

.property-image {
  width: 100%;
  height: 100%;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  -o-object-fit: cover;
  object-fit: cover;
}

.property-image.classic-cover-image {
  object-position: 65% center;
}

.property-content {
  padding: 32px 20px 15px;
  border-bottom: 1px solid rgba(88, 154, 179, 0.1);
}

.room-feature-grid {
  grid-column-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
}

.feature {
  display: flex;
  padding: 30px 20px 40px;
  justify-content: center;
  align-items: center;
  color: #000;
  font-size: 17px;
  font-weight: 700;
}

.feature.centre-lines {
  margin-bottom: 0px;
  border-right: 1px solid rgba(88, 154, 179, 0.1);
  border-left: 1px solid rgba(88, 154, 179, 0.1);
}

.feature.centre-lines {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.feature.left-line {
  margin-bottom: 0px;
  padding-bottom: 40px;
  border-right: 1px none rgba(88, 154, 179, 0.1);
  border-left: 1px solid rgba(88, 154, 179, 0.1);
}

.feature.home {
  padding-top: 20px;
  padding-bottom: 20px;
}

.feature-icon {
  margin-right: 8px;
  font-family: Materialiconsround, sans-serif;
  color: #1d5a70;
  font-size: 1.6em;
  font-weight: 400;
}

.feature-icon.sm {
  color: #6c9688;
  font-size: 1.1em;
}

.property-wrap {
  padding: 100px 4%;
  background-color: #fdfdfd;
}

.title-wrap {
  margin-bottom: 60px;
}

.property-grid {
  grid-column-gap: 22px;
  grid-row-gap: 80px;
  grid-template-columns: 1fr 1fr 1fr;
}

.card-wrap {
  padding: 0px;
  border-radius: 15px;
  background-color: #fff;
  box-shadow:
    8px -8px 15px 1px rgba(29, 90, 112, 0.1),
    -2px 12px 15px 1px rgba(29, 90, 112, 0.1);
  transition: box-shadow 400ms ease;
}

.card-wrap:hover {
  box-shadow:
    8px -8px 15px 1px rgba(29, 90, 112, 0.2),
    -2px 12px 15px 1px rgba(29, 90, 112, 0.2);
}

.card-wrap.lg {
  max-width: 600px;
  grid-column: 1 / -1;
}

.card-wrap.hidden {
  display: none;
}

.numbers {
  font-family: Inter, sans-serif;
  color: #6c9688;
  font-size: 1.1em;
}

.card {
  height: auto;
}

.div-70 {
  width: 80%;
  margin: auto;
}

.property-location {
  display: flex;
  margin-bottom: 10px;
  justify-content: flex-start;
  align-items: center;
}

.property-location.mt-10 {
  margin-top: 10px;
}

.footer {
  background-color: #1d5a70;
}

.footer-column {
  display: flex;
  padding-right: 0px;
  flex-direction: column;
  align-items: flex-start;
}

.text-green {
  font-family: "DM Serif Text", Georgia, sans-serif;
  color: #6c9688;
  font-weight: 400;
}

.footer-grid {
  grid-column-gap: 64px;
  grid-row-gap: 40px;
  grid-template-columns: 180px minmax(260px, 0.9fr) minmax(420px, 1.4fr);
  grid-template-rows: auto;
  align-items: start;
}

.footer-grid > nav.footer-column {
  display: grid;
  grid-column-gap: 32px;
  grid-row-gap: 2px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.footer-grid > nav.footer-column .footer-title {
  grid-column: 1 / -1;
}

.footer-bottom {
  display: flex;
  margin-top: 48px;
  padding-top: 20px;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid hsla(0, 0%, 100%, 0.15);
}

.footer-title {
  margin-bottom: 14px;
  font-family: Inter, sans-serif;
  color: #abcfc3;
  font-size: 0.78em;
  font-weight: 600;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.footer-link {
  display: block;
  margin-right: 0px;
  padding-top: 6px;
  padding-bottom: 6px;
  transition: opacity 200ms ease;
  color: #fdfdfd;
  font-size: 1em;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-decoration: none;
}

.footer-link:hover {
  opacity: 0.5;
}

.footer-link.is-current {
  color: #abcfc3;
}

.footer-wrap {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 56px 32px 24px;
}

.footer-bottom .label.sm.white {
  opacity: 0.55;
  font-size: 0.65em;
  font-weight: 500;
  letter-spacing: 1.4px;
}

.legal-text .impressum-credit {
  margin-top: 48px;
  opacity: 0.6;
  font-size: 0.72em;
  letter-spacing: 0.7px;
}

.properties {
  margin-top: 100px;
  margin-bottom: 140px;
}

.amrum.margin-10 {
  margin-top: 0px;
  margin-bottom: 10%;
}

.header-dark {
  position: relative;
  padding: 152px 4% 60px;
  background-color: #1d5a70;
}

.card-block {
  margin-top: 40px;
  margin-bottom: 40px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 23px 23px 34px 0 rgba(0, 0, 0, 0.1);
}

.card-block.br {
  margin-top: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.property-detail {
  position: relative;
  margin-bottom: auto;
  padding: 142px 3% 220px;
  background-color: rgba(111, 115, 117, 0.1);
}

.content-wrapper {
  padding: 24px 40px;
}

.content-wrapper.line-top {
  margin-top: 20px;
  border-top: 1px solid rgba(29, 90, 112, 0.1);
}

.title-block {
  padding: 20px 20px 20px 40px;
  border-bottom: 1px solid rgba(29, 90, 112, 0.1);
}

.listing-cta-wrap {
  position: sticky;
  top: 32px;
  padding: 20px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 23px 23px 34px 0 rgba(0, 0, 0, 0.1);
}

.feature-wrap {
  display: flex;
  align-items: flex-start;
  font-size: 16px;
}

.property-img {
  display: flex;
  min-height: 0px;
  margin-bottom: auto;
  padding-right: 0px;
  padding-left: 0px;
  flex-direction: column;
}

.listing-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-columns: 2fr 0.75fr;
  grid-template-rows: auto;
}

.property-features {
  grid-column-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
}

.agent-name {
  margin-bottom: 5px;
  font-family: Inter, sans-serif;
  color: #1d5a70;
  font-size: 1.2em;
  font-weight: 600;
}

.avatar-wrap {
  display: none;
  overflow: hidden;
  width: 65px;
  height: 65px;
  margin-right: 20px;
  border-radius: 100px;
}

.avatar-image {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

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

.avatar-base {
  display: flex;
  margin-bottom: 32px;
  padding: 22px 20px;
  flex-direction: column;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-items: flex-start;
  border-radius: 15px;
  background-color: rgba(172, 213, 228, 0.2);
}

.feature-text {
  font-family: Inter, sans-serif;
  color: #001420;
  font-size: 0.7em;
  text-transform: uppercase;
}

.detail-title {
  margin-top: 20px;
  font-family: "DM Serif Text", Georgia, sans-serif;
  color: #1d5a70;
  font-size: 2.5em;
  line-height: 1.3em;
  font-weight: 400;
  letter-spacing: 1px;
}

.detail-title.m-10 {
  margin-bottom: 10px;
}

.rich-text-block {
  font-family: Inter, sans-serif;
  color: #001420;
  font-size: 1.1em;
  line-height: 1.3em;
  font-weight: 300;
}

.superscript {
  position: relative;
  top: -8px;
  font-size: 0.6em;
  white-space: normal;
}

.agent-title {
  font-family: Inter, sans-serif;
  color: #1d5a70;
  font-size: 0.8em;
  font-weight: 400;
  text-transform: uppercase;
}

.agent-intro {
  margin-bottom: 20px;
}

.agent-details {
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  color: #1d5a70;
  font-size: 1.1em;
}

.agent-contact {
  margin-top: 20px;
}

.side-bar {
  display: flex;
  flex-direction: column;
}

.listing-wrap {
  padding: 0px;
  border-radius: 0px;
  background-color: transparent;
}

.listing-trigger {
  cursor: pointer;
}

.show {
  text-decoration: none;
  text-transform: uppercase;
}

.hide {
  text-decoration: none;
  text-transform: uppercase;
}

.pricetag {
  position: relative;
  left: 20px;
  top: -210px;
  right: auto;
  z-index: 10;
  display: none;
  width: 100px;
  min-height: 40px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background-color: #fdfdfd;
}

.price {
  font-family: Inter, sans-serif;
  color: #1d5a70;
  font-size: 1.2em;
  font-weight: 700;
}

.pricing-grid {
  width: 100%;
  grid-template-columns: 0.25fr 0.5fr 0.75fr;
  grid-template-rows: auto auto;
}

.pricing-wrap {
  display: flex;
  align-items: flex-start;
  font-size: 16px;
}

.pricing-wrap.heading {
  justify-content: flex-start;
  align-items: flex-start;
}

.pricing-text {
  margin-bottom: 5px;
  font-family: Inter, sans-serif;
  color: #001420;
  font-size: 1em;
  font-weight: 500;
  text-transform: uppercase;
}

.pricing-text.heading {
  color: #1d5a70;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.pricing-text.heading.green {
  color: #6c9688;
}

.divider {
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: rgba(29, 90, 112, 0.1);
}

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

.flex-horizontal.top {
  align-items: flex-start;
}

.btn-wrap {
  margin-bottom: 20px;
}

.btn-wrap.centre {
  display: flex;
  width: 70%;
  margin-top: 40px;
  margin-bottom: 20px;
  justify-content: space-around;
  align-items: center;
}

.agent-profile {
  display: flex;
  align-items: center;
}

.listing {
  padding: 0px 20px;
  border-radius: 0px;
  background-color: transparent;
}

.listing.hidden {
  display: none;
}

.location-wrap {
  display: flex;
  margin-bottom: 60px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
  align-items: center;
  border-bottom: 1px solid rgba(29, 90, 112, 0.1);
  border-radius: 0px;
  background-color: transparent;
}

.location-name {
  font-family: Inter, sans-serif;
  color: #1d5a70;
  font-size: 1.3em;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.property-carousel {
  left: auto;
  width: 100%;
  height: 100%;
  min-height: 0px;
  border-radius: 15px;
  background-color: transparent;
}

.mask {
  min-height: 0px;
}

.property-slide {
  background-color: transparent;
}

.slide-nav-2 {
  border: 1px none #000;
  background-color: transparent;
}

.left-arrow-2 {
  background-color: transparent;
}

.right-arrow-2 {
  border-radius: 15px;
}

.full-slide {
  width: 100%;
  height: 100%;
}

.ort-wrap {
  position: sticky;
  top: 526px;
  margin-top: 40px;
  padding: 20px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 23px 23px 34px 0 rgba(0, 0, 0, 0.1);
}

.ort-wrap.mobile {
  display: none;
}

.cta-wrap {
  padding-top: 20px;
  padding-bottom: 30px;
  border-radius: 15px;
  background-color: #fdfdfd;
  background-image: url("../images/seagull-2-illustration-blue.svg");
  background-position: 95% 90%;
  background-size: 200px;
  background-repeat: no-repeat;
  opacity: 1;
}

.listing-divider {
  width: 50%;
  height: 1px;
  margin: 100px auto;
  background-color: rgba(29, 90, 112, 0.1);
}

.listing-divider.sm {
  width: 30%;
  margin-top: 25px;
  margin-bottom: 30px;
  background-color: hsla(0, 0%, 99.2%, 0.5);
}

.width-80 {
  width: 80%;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
}

.contact-item {
  margin-bottom: 25px;
}

.contact-title {
  margin-bottom: 40px;
}

.link-lg {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  color: #1d5a70;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  text-transform: none;
}

.link-lg:hover {
  opacity: 0.7;
}

.link-lg.no-hover:hover {
  opacity: 1;
}

.contact-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 1200px;
  min-height: 460px;
  margin-right: auto;
  margin-left: auto;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
}

.contact-content {
  position: relative;
  z-index: 2;
  display: -ms-grid;
  display: grid;
  padding: 67px 40px 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  border-style: none;
  border-width: 1px;
  border-color: #ebedee;
  border-radius: 15px;
  background-color: #fdfdfd;
}

.kontakt {
  margin-top: 100px;
  margin-bottom: 100px;
}

.contact-image-wrap {
  position: relative;
  margin-top: -103px;
  flex-direction: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
}

.section {
  padding-right: 36px;
  padding-left: 36px;
  flex-direction: column;
  align-items: center;
  flex: 1;
}

.contact-image {
  height: 400px;
  border-radius: 15px;
  background-image: url("../images/amrum-landschaft-nordsee-1.webp");
  background-position: 50% 50%;
  background-size: cover;
}

.arrow {
  font-family: Materialiconsround, sans-serif;
}

.comment {
  color: rgba(29, 90, 112, 0.6);
  font-size: 0.6em;
  text-transform: uppercase;
}

.legal {
  width: 70%;
  margin: 140px auto;
}

.insurance {
  margin-top: 140px;
  margin-bottom: 140px;
}

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

.list {
  font-family: Inter, sans-serif;
  color: #6c9688;
  font-size: 1em;
  list-style-type: square;
}

.text-butler {
  font-family: Butler;
  color: #1d5a70;
  font-size: 1.6em;
  line-height: 1.3em;
  font-weight: 700;
}

.list-item {
  margin-bottom: 15px;
  color: #6c9688;
}

._w-50 {
  width: 50%;
}

.text-span {
  color: #6c9688;
}

.learn-wrapper {
  position: static;
  top: 34%;
  margin-right: 100px;
}

.island-container {
  width: 90%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}

.island-container.cc-flex-h {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}

.island-section {
  position: relative;
  padding-top: 140px;
  padding-bottom: 160px;
  flex-direction: column;
  justify-content: center;
  flex: 1;
}

.island-section.cc-no-padding-bottom {
  padding-top: 0px;
  padding-bottom: 0px;
}

.island-intro {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex: 1;
}

.col-left {
  position: relative;
  align-self: stretch;
  flex: 1;
}

.block-text {
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  color: #fdfdfd;
  font-size: 0.7em;
  line-height: 1.4em;
  letter-spacing: -0.01em;
  cursor: pointer;
}

.activity-panel {
  position: sticky;
  display: flex;
  min-height: 400px;
  margin-bottom: 100px;
  padding: 48px 50px 56px;
  align-items: stretch;
  border-radius: 15px;
  background-color: #fdfdfd;
  box-shadow: 9px 11px 17px 0 rgba(29, 90, 112, 0.1);
  color: #fff;
  font-size: 28px;
  line-height: 1.4;
  font-weight: 300;
}

.activity-panel._1 {
  position: relative;
  top: 22%;
  max-width: 500px;
  margin-bottom: 0px;
  background-color: #1d5a70;
}

.col-right {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.todo-wrap {
  display: flex;
  min-height: 250px;
  margin-top: 0px;
  flex-direction: column;
  justify-content: flex-start;
  font-family: Inter, sans-serif;
}

.block-link {
  color: #fdfdfd;
}

.margin-50 {
  margin-bottom: 50px;
}

.about-amrum {
  margin-top: 100px;
  margin-bottom: 100px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.headline-6-col {
  overflow: hidden;
  width: 500px;
  margin-bottom: 50px;
}

.step-column {
  display: inline-block;
  width: 350px;
  margin-right: 20px;
}

.step-column.step-column-last {
  display: inline-block;
  width: 350px;
  margin-right: 0px;
}

.booking-step {
  padding-right: 0px;
}

.booking-steps {
  display: flex;
  margin-top: 20px;
  justify-content: space-around;
  align-items: flex-start;
}

.plan {
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 140px;
  background-color: #1d5a70;
}

.step {
  font-family: "DM Serif Text", Georgia, sans-serif;
  color: #abcfc3;
  font-size: 6em;
  line-height: 1.5em;
  font-weight: 800;
  text-align: center;
}

.step-title-wrap {
  margin-bottom: 10px;
}

.bg-hero {
  position: absolute;
  left: auto;
  top: -45%;
  right: -27%;
  bottom: 0%;
  display: block;
  overflow: hidden;
  width: 100%;
  height: auto;
  background-image: url("../images/johnny_automatic_schooner-rigged_sharpie.svg");
  background-position: 50% 50%;
  background-size: 1000px;
  background-repeat: no-repeat;
  opacity: 0.05;
}

.overflow-hidden {
  overflow: hidden;
}

.bg-img {
  position: static;
  left: 99px;
  top: -23px;
  max-width: none;
  border-radius: 0px;
  box-shadow: none;
  opacity: 0.2;
}

.bg-wrap {
  position: relative;
  left: 538px;
  top: -731px;
  display: block;
  overflow: hidden;
  width: 700px;
  margin-bottom: 50px;
}

.legal-text {
  font-family: Inter, sans-serif;
  font-size: 1.1em;
  line-height: 1.2em;
}

.legal-text h2 {
  margin-top: 40px;
  font-family: "DM Serif Text", Georgia, sans-serif;
  line-height: 1.2em;
  font-weight: 400;
  letter-spacing: 1px;
}

.legal-text p {
  font-family: Inter, sans-serif;
  color: #001420;
  font-size: 1.1em;
  line-height: 1.5em;
}

.legal-text h3 {
  font-family: "DM Serif Text", Georgia, sans-serif;
  color: #1d5a70;
  font-size: 1.7em;
  font-weight: 400;
  letter-spacing: 1px;
}

.legal-text li {
  font-size: 1.1em;
  line-height: 1.7em;
}

@media screen and (min-width: 1280px) {
  .heading.h2.blue {
    color: #1d5a70;
    line-height: 1.2em;
  }

  .container._1100 {
    max-width: 1100px;
  }

  .benefits.margin-10 {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .heading-wrap.flex {
    width: 80%;
  }

  .island-photo.island-photo-3 {
    background-image: url("../images/amrum-landschaft-nordsee-2.webp");
  }

  .island-photo.island-photo-1 {
    background-image: url("../images/amrum-landschaft-nordsee-5.webp");
  }

  .island-photo.island-photo-4 {
    background-image: url("../images/amrum-landschaft-nordsee-1.webp");
  }

  .island-photo.island-photo-2 {
    background-image: url("../images/amrum-landschaft-nordsee-6.webp");
  }

  .island-photo.island-photo-7 {
    background-image: url("../images/amrum-landschaft-nordsee-5.webp");
  }

  .island-photo.island-photo-8 {
    background-image: url("../images/amrum-landschaft-nordsee-2.webp");
  }

  .island-photo.island-photo-9 {
    background-image: url("../images/amrum-landschaft-nordsee-6.webp");
  }

  .island-photo.island-photo-10 {
    background-image: url("../images/amrum-landschaft-nordsee-1.webp");
  }

  .feature-wrap {
    display: flex;
  }

  .feature-wrap.hidden {
    display: none;
  }

  .listing.hidden {
    display: none;
  }

  .width-80 {
    width: 70%;
  }

  .headline-6-col {
    width: 550px;
  }

  .bg-wrap {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .button {
    position: relative;
  }

  .button.blue {
    font-size: 18px;
    line-height: 1.4;
  }

  .button.blue-outline {
    font-size: 18px;
    line-height: 1.4;
  }

  .paragraph.medium.white {
    font-size: 1.4em;
    text-align: left;
  }

  .heading.h3.white.centre {
    font-size: 3em;
  }

  .heading.h2.blue {
    text-align: left;
  }

  .heading.h2.white {
    text-align: left;
  }

  .heading.jumbo.white {
    font-size: 5em;
  }

  .slider {
    height: 80vh;
  }

  .menu-button-green {
    border-style: solid;
    border-width: 1px;
    border-color: rgba(255, 255, 255, 0.1);
    color: #fff;
  }

  .menu-button-green.is-open {
    border-radius: 15px;
    background-color: #1d5a70;
  }

  .brand {
    margin-right: 10px;
    padding: 0px;
  }

  .navigation-container {
    position: static;
    min-height: auto;
  }

  .nav-menu {
    width: auto;
    height: auto;
    max-width: none;
    margin-top: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 20px;
    justify-content: flex-start;
    background-color: #1d5a70;
    color: #fff;
  }

  .nav-link-plain {
    width: 100%;
    color: #fff;
  }

  .nav-link-plain:hover {
    color: #abcfc3;
  }

  .nav-link-plain.mobile {
    display: block;
  }

  .container._900 {
    max-width: 700px;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 100px;
    padding-left: 20px;
  }

  .heading-wrap.flex {
    width: 90%;
  }

  .label {
    text-align: left;
  }

  .label.sm.white {
    text-align: left;
  }

  .label.medium.margin {
    margin-bottom: 15px;
    font-size: 0.9em;
  }

  .photo-column {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .photo-column.photo-column-last {
    width: 100%;
  }

  .island-headline {
    margin-bottom: 40px;
    padding-right: 0px;
    text-align: center;
  }

  .wrap {
    width: 645px;
  }

  .wrap.w80-50-start {
    flex-direction: column;
  }

  .wrap.w80-50.flex {
    display: flex;
    width: auto;
    flex-direction: column;
  }

  .wrap.w80-50.flex._600 {
    height: 1600px;
  }

  .island-photo.island-photo-1 {
    height: 460px;
  }

  .island-photo.island-photo-4 {
    height: 460px;
  }

  .island-photo.island-photo-2 {
    margin-bottom: 0px;
  }

  .island-photo.island-photo-7 {
    height: 460px;
  }

  .island-photo.island-photo-9 {
    margin-bottom: 0px;
  }

  .island-photo.island-photo-10 {
    height: 460px;
  }

  .property-image-wrap {
    height: 300px;
  }

  .feature.centre-lines {
    padding-bottom: 30px;
  }

  .feature.left-line {
    padding-bottom: 30px;
  }

  .feature.line-bottom {
    padding-bottom: 30px;
  }

  .feature.left {
    padding-bottom: 30px;
  }

  .property-wrap {
    padding-left: 5%;
  }

  .property-grid {
    display: flex;
    flex-direction: column;
  }

  .card-wrap.lg {
    max-width: none;
  }

  .footer-column {
    padding-right: 0px;
    align-items: flex-start;
  }

  .footer-column.no-padding {
    padding-right: 0px;
  }

  .footer-grid {
    display: grid;
    grid-column-gap: 40px;
    grid-template-columns: 140px minmax(220px, 1fr) minmax(320px, 1.3fr);
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .footer-wrap {
    padding: 48px 32px 24px;
  }

  .property-detail {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .content-wrapper.line-top {
    padding-right: 20px;
    padding-left: 20px;
  }

  .listing-cta-wrap {
    width: 80%;
  }

  .listing-grid {
    grid-template-columns: 1fr;
  }

  .agent-name {
    margin-bottom: 5px;
    font-size: 1.2em;
  }

  .avatar-base {
    flex-direction: row;
    justify-content: space-between;
  }

  .agent-title {
    font-size: 0.8em;
  }

  .side-bar {
    align-items: center;
  }

  .pricetag {
    left: 20px;
    top: -266px;
  }

  .pricing-grid {
    grid-template-columns: 0.25fr 0.5fr 0.25fr;
  }

  .pricing-wrap.heading {
    align-items: flex-start;
  }

  .pricing-text.heading.green {
    color: #6c9688;
  }

  .flex-horizontal.justify-centre {
    justify-content: center;
    align-items: center;
  }

  .btn-wrap.centre {
    width: 100%;
    justify-content: space-between;
  }

  .ort-wrap {
    display: none;
    width: 50%;
  }

  .ort-wrap.mobile {
    position: relative;
    top: 0px;
    display: block;
    width: 90%;
    margin-top: 0px;
    margin-bottom: 40px;
  }

  .width-80 {
    width: 90%;
  }

  .contact-grid {
    width: 80%;
    max-width: 738px;
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .contact-image-wrap {
    display: flex;
    min-height: 360px;
    margin-top: 0px;
    flex-direction: row;
  }

  .section {
    padding-right: 24px;
    padding-left: 24px;
  }

  .contact-image {
    width: 100%;
  }

  .legal {
    width: 80%;
  }

  .insurance-grid {
    display: flex;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    flex-direction: column;
    align-items: flex-start;
  }

  ._w-50 {
    width: 100%;
  }

  .learn-wrapper {
    margin-right: 0px;
    margin-bottom: 60px;
  }

  .island-container.cc-flex-h {
    flex-direction: column;
  }

  .block-wrapper {
    display: flex;
    justify-content: center;
  }

  .activity-panel {
    top: 28%;
  }

  .activity-panel._1 {
    position: static;
    padding-bottom: 48px;
    justify-content: center;
  }

  .col-right {
    margin-top: 24px;
    align-self: stretch;
  }

  .about-amrum {
    padding-right: 20px;
    padding-left: 20px;
  }

  .headline-6-col {
    display: block;
    overflow: visible;
    width: 80%;
    margin-right: auto;
    margin-left: 0px;
    padding-right: 0px;
    text-align: center;
  }

  .step-column {
    display: inline-block;
    width: 65%;
    margin-right: auto;
    margin-bottom: 60px;
    margin-left: auto;
  }

  .step-column.step-column-last {
    width: 70%;
    margin-right: auto;
    margin-bottom: 0px;
  }

  .booking-step {
    padding-right: 0px;
    text-align: center;
  }

  .booking-steps {
    flex-direction: column;
  }

  .plan {
    padding-bottom: 120px;
  }

  .bg-img {
    height: auto;
    opacity: 0.1;
  }

  .bg-wrap {
    left: 254px;
    top: -1417px;
    z-index: auto;
    display: block;
    overflow: visible;
    width: 100%;
    height: 600px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-right: 60px;
    text-align: center;
  }

  .spacer-div {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .paragraph {
    font-size: 15px;
  }

  .spacer {
    height: 32px;
  }

  .heading.h1 {
    font-size: 35px;
  }

  .heading.h2 {
    font-size: 28px;
  }

  .heading.h2.blue {
    font-size: 3.5em;
  }

  .heading.h2.white {
    font-size: 3.5em;
  }

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

  .slide-content-wrap {
    background-image: none;
    background-position: 0% 100%;
    background-size: 125px;
    background-repeat: repeat;
  }

  .slider {
    min-height: 760px;
  }

  .photo-column {
    margin-right: 0px;
  }

  .wrap {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .wrap.w80-50.flex._600 {
    height: auto;
  }

  .footer-column {
    padding-right: 0px;
  }

  .footer-column.no-padding {
    margin-bottom: 0px;
    align-items: flex-start;
  }

  .footer-grid {
    display: grid;
    grid-column-gap: 40px;
    grid-row-gap: 36px;
    grid-template-columns: 140px minmax(0, 1fr);
    grid-template-rows: auto auto;
  }

  .footer-grid > nav.footer-column {
    grid-column: 1 / -1;
  }

  .footer-bottom {
    margin-top: 36px;
    flex-wrap: wrap;
  }

  .footer-wrap {
    width: 100%;
    padding: 48px 32px 24px;
  }

  .listing-grid {
    display: flex;
    flex-direction: column;
  }

  .feature-grid {
    display: flex;
    padding-left: 100px;
    flex-direction: column;
  }

  .pricetag {
    left: 391px;
  }

  .cta-wrap {
    background-size: 150px;
  }

  .contact-grid {
    max-width: none;
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .contact-content {
    padding: 36px;
  }

  .section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .island-container {
    width: 100%;
    padding-right: 40px;
    padding-left: 40px;
  }

  .island-container.cc-flex-h {
    flex-direction: column;
  }

  .activity-panel {
    margin-bottom: 40px;
  }

  .step-column {
    width: 80%;
  }

  .bg-wrap {
    left: 97px;
    top: -1567px;
  }
}

@media screen and (max-width: 479px) {
  .button {
    width: 100%;
    font-size: 16px;
  }

  .button.white {
    width: 80%;
  }

  .button.white._100 {
    width: 100%;
    margin-top: 20px;
  }

  .heading.h1.blue {
    font-size: 2.5em;
  }

  .heading.h1.blue.center {
    font-size: 2.5em;
    text-align: left;
  }

  .heading.h3.mb-10 {
    font-size: 1.9em;
    line-height: 1.4em;
  }

  .heading.h3.white.centre {
    font-size: 1.9em;
  }

  .heading.h2.blue {
    font-size: 2.5em;
  }

  .heading.h2.white {
    font-size: 2.5em;
  }

  .heading.jumbo.white {
    font-size: 3em;
  }

  .slide-content-wrap {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .nav-menu {
    width: 80vw;
    margin-right: 20px;
    margin-left: 20px;
    padding-left: 20px;
    justify-content: center;
  }

  .nav-link-plain.last {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .label.sm {
    font-size: 0.8em;
  }

  .label.sm.white {
    font-size: 0.8em;
  }

  .label.sm.margin-0 {
    font-size: 0.7em;
  }

  .wrap.w80-50.flex._600 {
    height: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  .island-photo.island-photo-3 {
    height: 300px;
  }

  .island-photo.island-photo-1 {
    height: 300px;
  }

  .island-photo.island-photo-4 {
    height: 300px;
  }

  .island-photo.island-photo-2 {
    height: 300px;
  }

  .island-photo.island-photo-7 {
    height: 300px;
  }

  .island-photo.island-photo-8 {
    height: 300px;
  }

  .island-photo.island-photo-9 {
    height: 300px;
  }

  .island-photo.island-photo-10 {
    height: 300px;
  }

  .property-image-wrap {
    height: 250px;
  }

  .feature {
    padding-top: 15px;
    padding-bottom: 20px;
  }

  .feature.centre-lines {
    padding-bottom: 15px;
    border-style: none solid none none;
    border-width: 1px;
    border-color: #000;
  }

  .feature.centre-lines {
    border: 1px none #000;
  }

  .feature.left-line {
    padding-bottom: 15px;
    border-style: none none solid;
    border-width: 1px;
    border-color: #000 #000 rgba(29, 90, 112, 0.1);
  }

  .feature.line-bottom {
    padding-bottom: 15px;
    border-right: 1px solid rgba(29, 90, 112, 0.1);
    border-bottom: 1px solid rgba(29, 90, 112, 0.1);
  }

  .feature.left {
    padding-bottom: 15px;
    border-left: 1px solid rgba(29, 90, 112, 0.1);
  }

  .feature-icon {
    font-size: 1.4em;
  }

  .numbers {
    font-size: 1em;
  }

  .footer-column {
    margin-bottom: 0px;
    align-items: flex-start;
  }

  .footer-grid {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
  }

  .footer-grid > nav.footer-column {
    grid-column: auto;
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    margin-top: 36px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    text-align: left;
  }

  .footer-link {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 1em;
  }

  .footer-wrap {
    width: 100%;
    padding: 44px 24px 24px;
  }

  .content-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }

  .title-block {
    padding-bottom: 10px;
    padding-left: 20px;
  }

  .listing-cta-wrap {
    position: static;
    width: 100%;
  }

  .listing-grid {
    display: flex;
    flex-direction: column;
  }

  .property-features {
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
  }

  .agent-name {
    margin-bottom: 5px;
    font-size: 1.2em;
  }

  .feature-grid {
    padding-left: 0px;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto auto;
  }

  .avatar-base {
    flex-direction: column;
  }

  .feature-text {
    font-size: 0.8em;
  }

  .detail-title {
    font-size: 1.8em;
    line-height: 1.4em;
  }

  .detail-title.m-10 {
    font-size: 1.8em;
  }

  .rich-text-block {
    font-size: 1.2em;
    line-height: 1.4em;
  }

  .agent-title {
    font-size: 0.8em;
  }

  .agent-contact {
    margin-left: 0px;
  }

  .pricetag {
    left: 20px;
    top: -228px;
    right: auto;
  }

  .pricing-grid {
    display: -ms-grid;
    display: grid;
    flex-direction: column;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto;
  }

  .pricing-text.heading.green {
    color: #6c9688;
  }

  .btn-wrap.centre {
    flex-direction: column;
  }

  .listing {
    padding-right: 0px;
    padding-left: 0px;
  }

  .left-arrow-2 {
    left: 0px;
    right: auto;
    display: none;
    width: 50px;
  }

  .right-arrow-2 {
    left: auto;
    right: 0px;
    display: none;
    width: 50px;
  }

  .ort-wrap {
    position: static;
    width: 100%;
  }

  .ort-wrap.mobile {
    width: 100%;
    margin-bottom: 50px;
  }

  .cta-wrap {
    background-image: none;
  }

  .contact-grid {
    width: 100%;
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .contact-content {
    padding: 0px;
    border-style: none;
    border-width: 0px;
  }

  .section {
    padding-right: 16px;
    padding-left: 16px;
  }

  .contact-image {
    background-position: 30% 50%;
  }

  .legal {
    width: 85%;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .insurance {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .list {
    padding-left: 10px;
  }

  .island-container {
    overflow: visible;
    padding-right: 28px;
    padding-left: 28px;
  }

  .activity-panel {
    top: 24%;
    padding: 28px 32px 32px;
    font-size: 24px;
  }

  .activity-panel._1 {
    top: 20%;
    padding-right: 15px;
    padding-bottom: 28px;
    padding-left: 15px;
  }

  .todo-wrap {
    padding-left: 20px;
  }

  .about-amrum {
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .headline-6-col {
    width: 100%;
    padding-right: 0px;
  }

  .step-column {
    width: 100%;
    margin-bottom: 40px;
  }

  .step-column.step-column-last {
    width: 100%;
  }

  .plan {
    padding-bottom: 60px;
  }

  .step {
    font-size: 5em;
  }

  .bg-hero {
    right: 0px;
    overflow: visible;
  }

  .overflow-hidden {
    overflow: hidden;
  }

  .carousel-icon {
    font-size: 0.8em;
  }

  .bg-wrap {
    left: -78px;
    top: -1480px;
    display: none;
    padding-right: 0px;
  }

  .legal-text h2 {
    font-size: 2em;
  }

  .legal-text p {
    font-size: 1.1em;
  }

  .legal-text h3 {
    font-size: 1.5em;
  }
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src:
    url("../fonts/Inter-Bold.ttf") format("truetype"),
    url("../fonts/Inter-ExtraBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "DM Serif Text";
  src: url("../fonts/DMSerifText-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "DM Serif Text";
  src: url("../fonts/DMSerifText-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Materialiconsoutlined";
  src: url("../fonts/MaterialIconsOutlined-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Materialiconsround";
  src: url("../fonts/MaterialIconsRound-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Table semantics with the original desktop grid and mobile cell ordering. */
.pricing-body,
.pricing-row {
  display: contents;
}
.pricing-grid th,
.pricing-grid td {
  padding: 0;
  border: 0;
  font-weight: inherit;
  text-align: left;
  flex-direction: column;
}

/* Keep gallery intrinsic widths from changing the two-column listing layout. */
.listing-wrap,
.side-bar {
  min-width: 0;
}
