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

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

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

.columns {
  height: 100vh;
}

.column {
  background-image: url('../images/people-celebrating-wedding-beach.jpg');
  background-position: 50%;
  background-size: cover;
  height: 100%;
  padding: 0;
}

.column-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding: 50px;
  display: flex;
}

.body {
  color: #000;
  background-color: #f8f4f1;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
}

.body.impressum {
  padding: 50px 50px 0;
}

.heading {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 80px;
  line-height: 80px;
}

.heading-2 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 40px;
  line-height: 40px;
}

.paragraph {
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 25px;
}

.section {
  justify-content: center;
  align-items: center;
  padding: 100px 50px;
  display: flex;
}

.section.auseller {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

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

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

.div-block-2 {
  border: 2px solid #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 25px;
  display: flex;
}

.text-block {
  text-align: center;
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 700;
  line-height: 25px;
}

.text-block-2 {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}

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

.image {
  margin-bottom: 20px;
}

.link, .html-embed {
  color: #000;
}

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

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

.div-block-4 {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 15px 25px;
  text-decoration: none;
  transition: all .4s ease-in-out;
  display: flex;
}

.div-block-4:hover {
  background-color: #00000005;
  transform: scale(1.05);
}

.image-2 {
  width: 40%;
  margin-bottom: 25px;
}

.div-block-4 .mellowedit-img-host {
  width: 100%;
  display: flex;
  justify-content: center;
}

.div-block-4 .mellowedit-img-host .image-2 {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.image-2.gr-er {
  width: 60%;
}

.heading-3 {
  margin-top: 0;
  margin-bottom: 15px;
}

.section-2 {
  color: #000;
  justify-content: flex-end;
  padding: 10px 50px;
  font-size: 15px;
  display: flex;
}

.link-2 {
  color: #000;
  margin-right: 10px;
  text-decoration: none;
}

.link-2:hover {
  text-decoration: underline;
}

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

.rich-text-block {
  font-size: 15px;
  line-height: 20px;
}

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

.button {
  color: #000;
  text-transform: uppercase;
  background-color: #3898ec00;
  border: 2px solid #000;
  margin-right: 10px;
  font-size: 15px;
}

.hero-button-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.hero-button-row .button {
  margin-right: 0;
}

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

.slide-nav {
  display: none;
}

.slide {
  background-image: url('../images/A7402819.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/A7207703.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/A7208058.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.waves-image-gallery-2 {
  object-fit: cover;
  border-radius: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.waves-image-wrap-gallery-2 {
  border-radius: 8px;
  max-height: 400px;
  padding-top: 64%;
  position: relative;
  overflow: hidden;
}

.waves-small-image-wrap-gallery-2 {
  border-radius: 4px;
  max-height: 400px;
  padding-top: 64%;
  position: relative;
}

.waves-grid-gallery-2 {
  grid-column-gap: 24px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .7fr 1fr .7fr;
  width: 130vw;
  margin-bottom: 24px;
}

.waves-grid-gallery-2.bottom-grid {
  margin-bottom: 0;
}

.waves-wrap-gallery-2 {
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

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

.waves-small-image-wrap-gallery-3 {
  border-radius: 0;
  height: 70%;
  position: relative;
  overflow: hidden;
}

.waves-small-image-wrap-gallery-3.last-image-top-grid {
  border-radius: 0;
}

.waves-big-image-wrap-gallery-3 {
  border-radius: 0;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.waves-medium-image-wrap-gallery-3 {
  border-radius: 0;
  height: 80%;
  position: relative;
  overflow: hidden;
}

.waves-bottom-gird-gallery-3 {
  grid-template-rows: auto;
  grid-template-columns: .9fr .8fr 1.2fr .7fr;
  width: 120vw;
  height: 39vh;
  margin-bottom: 0;
}

.waves-top-grid-gallery-3 {
  grid-template-rows: auto;
  grid-template-columns: .7fr 1.2fr .8fr .9fr;
  width: 120vw;
  height: 39vh;
  margin-bottom: 16px;
}

.waves-master-gallery-3 {
  height: auto;
  position: sticky;
  top: 10vh;
  overflow: hidden;
}

.div-block-5 {
  justify-content: flex-end;
  padding-right: 50px;
  display: flex;
}

.icon, .icon-2 {
  color: #000;
  font-size: 25px;
}

.left-arrow {
  color: #000;
  background-color: #f8f4f1;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  margin-left: 15px;
}

.right-arrow {
  color: #000;
  background-color: #f8f4f1;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  margin-right: 15px;
}

.list {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 25px;
}

.navbar {
  background-color: #f8f4f1;
  justify-content: space-around;
  align-items: center;
  padding: 10px 25px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.div-block-6 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-link {
  font-size: 15px;
}

.nav-link.w--current {
  color: #00000080;
}

.nav-link-2 {
  font-size: 15px;
}

.nav-link-2.w--current {
  color: #00000080;
}

.nav-link-3 {
  color: #000;
  font-size: 15px;
}

.nav-link-3.w--current {
  color: #00000080;
}

.text-block-3 {
  text-align: center;
}

.image-4 {
  height: 100vh;
}

.body-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-4 {
  margin-right: 10px;
}

.link-3, .link-4 {
  color: #000;
}

@media screen and (min-width: 1440px) {
  .collection-list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

@media screen and (min-width: 1920px) {
  .column-2 {
    padding-left: 100px;
  }

  .section.auseller, .section-2 {
    padding-left: 100px;
    padding-right: 100px;
  }

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

@media screen and (max-width: 991px) {
  .columns {
    display: flex;
  }

  .column-2, .section, .section.auseller {
    padding-left: 25px;
    padding-right: 25px;
  }

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

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

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

  .image-2 {
    width: 50%;
  }

  .image-2.gr-er {
    width: 70%;
  }

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

@media screen and (max-width: 767px) {
  .waves---section-medium {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 479px) {
  .columns {
    flex-direction: column;
    height: 130vh;
  }

  .column {
    height: 50vh;
    padding: 0;
  }

  .column-2 {
    height: 80vh;
    padding: 20px;
  }

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

  .body.impressum {
    padding-left: 25px;
    padding-right: 25px;
  }

  .heading {
    font-size: 50px;
    line-height: 50px;
  }

  .heading-2 {
    font-size: 40px;
  }

  .paragraph {
    font-size: 18px;
    line-height: 25px;
  }

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

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

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

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

  .section-2 {
    flex-direction: column;
    padding-left: 25px;
    padding-right: 25px;
  }

  .link-2 {
    margin-bottom: 10px;
    margin-right: 0;
  }

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

  .button {
    margin-bottom: 10px;
  }

  .hero-button-row {
    gap: 8px;
  }

  .waves-grid-gallery-2.bottom-grid, .waves-grid-gallery-2.top-grid {
    width: 180vw;
  }

  .waves---section-medium {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .waves-small-image-wrap-gallery-3.last-image-top-grid {
    display: none;
  }

  .waves-bottom-gird-gallery-3 {
    grid-template-columns: .8fr 1.2fr .7fr;
    height: 30vh;
  }

  .waves-top-grid-gallery-3 {
    grid-template-columns: .7fr 1.2fr .8fr;
    height: 30vh;
    margin-bottom: 16px;
  }

  .left-arrow {
    margin-bottom: 15px;
    inset: auto auto 0% 0%;
  }

  .right-arrow {
    margin-bottom: 15px;
    inset: auto 0% 0% auto;
  }

  .image-3 {
    display: none;
  }
}

#w-node-_61cb5efa-bf7d-34f8-1a45-c04d03bacbfb-03919e38, #w-node-e85b5fe8-13bf-ace5-dc6f-8e7d559429c9-03919e38, #w-node-c7b713dc-6dc1-e0fe-c0ba-ee15ed3edf80-03919e38 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_00bdf956-8dda-b322-43f5-82a6aadf5abd-03919e38, #w-node-_00bdf956-8dda-b322-43f5-82a6aadf5abf-03919e38, #w-node-_00bdf956-8dda-b322-43f5-82a6aadf5ac1-03919e38, #w-node-_00bdf956-8dda-b322-43f5-82a6aadf5ac3-03919e38 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_00bdf956-8dda-b322-43f5-82a6aadf5ac6-03919e38, #w-node-_00bdf956-8dda-b322-43f5-82a6aadf5ac8-03919e38 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_00bdf956-8dda-b322-43f5-82a6aadf5aca-03919e38 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_00bdf956-8dda-b322-43f5-82a6aadf5acc-03919e38 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}


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