:root {
  --hauptfarbe: #e09b93;
  --background: #dad8d4;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h1 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Roboto Serif;
  font-size: 62px;
  font-weight: 400;
  line-height: 1;
}

h2 {
  color: var(--hauptfarbe);
  text-align: left;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Pacifico, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1;
}

h3 {
  color: #e09b93;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pacifico, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
}

h4 {
  color: var(--hauptfarbe);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Pacifico, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
}

p {
  margin-bottom: 1rem;
  font-family: Raleway, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.4;
}

a {
  color: var(--background);
  text-decoration: underline;
}

.body {
  background-color: var(--background);
}

.container {
  max-width: 1280px;
  padding-left: 2rem;
  padding-right: 2rem;
}

.intro {
  justify-content: center;
  align-items: flex-end;
  min-height: 100vh;
  padding-bottom: 4rem;
  display: flex;
  position: relative;
}

.heading {
  z-index: 1;
  color: var(--hauptfarbe);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pacifico, sans-serif;
  font-size: 125px;
  position: relative;
  text-shadow: rgb(0 0 0 / 75%) 1px 0 25px;
}

.intro-text {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.intro-background {
  z-index: -1;
  filter: grayscale(70%);
  background-image: url('../images/DSC00171-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0;
}

.heading-white {
  color: var(--background);
  margin-bottom: 2.5rem;
}

.heading-copy {
  z-index: 1;
  color: var(--background);
  margin-top: -2rem;
  margin-bottom: -2rem;
  font-family: Pacifico, sans-serif;
  font-size: 125px;
  position: relative;
  text-shadow: rgb(0 0 0 / 75%) 1px 0 25px;
}

.section {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.section.section-bright {
  background-color: var(--hauptfarbe);
  color: var(--background);
  position: relative;
}

.two-columns {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-3 {
  padding-right: 2rem;
  font-family: Open Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
}

.div-block-4 {
  width: 65%;
}

.heading-2 {
  margin-bottom: 2.5rem;
}

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

.heading-4 {
  margin-bottom: 2rem;
}

.div-block-5 {
  width: 50%;
}

.div-block-5-copy {
  text-align: right;
  width: 50%;
}

.div-block-6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
}

.div-block-7 {
  background-color: var(--background);
  width: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
}

.heading-5 {
  color: var(--hauptfarbe);
}

.div-block-8 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 1.5rem;
  display: flex;
}

.div-block-9 {
  background-color: var(--background);
  flex: 1;
  height: 2px;
  margin-top: 8px;
  margin-left: 1rem;
}

.heading-6 {
  color: var(--background);
  flex: none;
  font-size: 2.25rem;
}

.div-block-3-copy {
  padding-left: 2rem;
  font-family: Open Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
}

.div-block-9-copy {
  background-color: var(--background);
  flex: 1;
  height: 2px;
  margin-top: 8px;
  margin-right: 1rem;
}

.heading-7 {
  color: var(--background);
}

.div-block-10 {
  background-image: linear-gradient(0deg, var(--hauptfarbe), var(--background));
  padding-top: 5rem;
}

.heading-8 {
  color: var(--hauptfarbe);
  text-align: center;
  margin-bottom: 2.5rem;
}

.div-block-11 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 4rem;
  display: grid;
}

.div-block-12 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image {
  border-radius: 50%;
  width: 12.5rem;
  height: 12.5rem;
  overflow: hidden;
  box-shadow: 0 0 16px #e09b93;
}

.heading-9 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.black-link {
  color: #333;
}

.test {
  margin-bottom: 0;
}

.link {
  color: #333;
}

.paragraph {
  margin-bottom: 0;
}

.link-2 {
  color: #333;
  font-family: Raleway, sans-serif;
  font-size: 1.3rem;
  line-height: 1.4;
}

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

.div-block-14 {
  text-align: center;
}

.div-block-8-copy {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 1.5rem;
  display: flex;
}

.heading-12 {
  color: var(--background);
  text-align: center;
  margin-bottom: 2.5rem;
}

.hotel-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 4rem;
  display: grid;
}

.color-white {
  color: var(--background);
}

.paragraph-2 {
  text-align: center;
  margin-top: -2.5rem;
  margin-bottom: 0;
  font-size: 1rem;
}

.heading-13 {
  color: var(--background);
  margin-top: 0;
  margin-bottom: 1rem;
}

.hotel-item-text {
  margin-bottom: 0;
}

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

  p {
    font-size: 1rem;
  }

  .heading {
    font-size: 80px;
  }

  .heading-copy {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
    font-size: 80px;
  }

  .section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .div-block-3 {
    max-width: 500px;
  }

  .div-block-5 {
    width: 100%;
  }

  .div-block-5-copy {
    text-align: left;
    width: 100%;
  }

  .div-block-7 {
    left: auto;
    right: 2rem;
  }

  .div-block-8 {
    flex-flow: wrap;
  }

  .heading-6 {
    font-size: 1.75rem;
  }

  .div-block-3-copy {
    max-width: 500px;
    padding-left: 0;
    padding-right: 2rem;
  }

  .div-block-9-copy {
    margin-left: 1rem;
    margin-right: 0;
  }

  .image {
    width: 7.5rem;
    height: 7.5rem;
  }

  .heading-9 {
    margin-top: .75rem;
    margin-bottom: .75rem;
    font-size: 1.75rem;
  }

  .div-block-8-copy {
    flex-flow: row-reverse;
    margin-bottom: 1rem;
  }

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

  .hotel-item {
    text-align: center;
  }
}

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

  .two-columns {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .div-block-4 {
    width: auto;
  }

  .heading-9 {
    line-height: .9;
  }

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

@media screen and (max-width: 479px) {
  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .heading {
    font-size: 60px;
  }

  .intro-background {
    background-position: 54%;
    background-size: cover;
    background-attachment: scroll;
  }

  .heading-copy {
    font-size: 60px;
  }

  .section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .heading-2 {
    margin-bottom: 1rem;
    font-size: 2rem;
  }

  .div-block-6 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-7 {
    right: 1rem;
  }

  .heading-7 {
    margin-bottom: 2rem;
  }

  .div-block-11 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .div-block-13 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

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

#w-node-e0e9c3d3-83f4-2a87-645d-584532d9349b-5af0685b, #w-node-_65195e11-7ed2-f839-1c63-3a845548d26a-5af0685b {
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-e0e9c3d3-83f4-2a87-645d-584532d9349b-5af0685b, #w-node-_65195e11-7ed2-f839-1c63-3a845548d26a-5af0685b {
    justify-self: start;
  }
}


