@font-face {
  font-family: Belleza Custom;
  src: url('../fonts/belleza-v18-latin-regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bellota Text Custom;
  src: url('../fonts/bellota-text-v20-latin-regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bellota Text Custom;
  src: url('../fonts/bellota-text-v20-latin-300.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bellota Text Custom;
  src: url('../fonts/bellota-text-v20-latin-700.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Reenie Beanie Custom;
  src: url('../fonts/reenie-beanie-v22-latin-regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --fonts--sans-serif: "Bellota Text Custom", Verdana, sans-serif;
  --fonts--serif: "Belleza Custom", "Palatino Linotype", sans-serif;
  --colors--grey-700: #4d4d4d;
  --h1: 2.5rem;
  --h2: 2rem;
  --colors--grey-800: #333;
  --h3: 1.7rem;
  --paragraph: 1rem;
  --different-values--corners: 4px;
  --colors--akzent: #e4c97b;
  --fonts--script: "Reenie Beanie Custom", Verdana, sans-serif;
  --colors--white: white;
  --colors--grey-200: #ccc;
  --colors--grey-001: #fcfcfc;
  --colors--grey-500: gray;
  --colors--akzent-2: #8ba398;
  --colors--akzent-3: #c97a4c;
  --colors--akzent-4: #3a6c83;
  --width-scale-show: 60%;
  --colors--grey-50: #f2f2f2;
  --colors--grey-100: #e6e6e6;
  --colors--grey-300: #b3b3b3;
  --colors--grey-900: #1a1a1a;
  --colors--black: #000;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.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;
  }
}

body {
  font-family: var(--fonts--sans-serif);
  color: #333;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
}

h1 {
  font-family: var(--fonts--serif);
  color: var(--colors--grey-700);
  font-size: var(--h1);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 400;
}

h2 {
  font-family: var(--fonts--sans-serif);
  color: var(--colors--grey-700);
  font-size: var(--h2);
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 700;
}

h3 {
  font-family: var(--fonts--sans-serif);
  color: var(--colors--grey-800);
  font-size: var(--h3);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 1.2;
}

p {
  font-family: var(--fonts--sans-serif);
  color: var(--colors--grey-700);
  font-size: var(--paragraph);
  letter-spacing: 1px;
  margin-bottom: 10px;
}

a {
  border-radius: var(--different-values--corners);
  background-color: var(--colors--akzent);
  font-family: var(--fonts--sans-serif);
  letter-spacing: 1px;
  padding: 0;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
}

img {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: inline-block;
}

blockquote {
  font-size: var(--paragraph);
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  line-height: 1.2;
}

.script {
  font-family: var(--fonts--script);
  color: var(--colors--akzent);
  letter-spacing: -16px;
  text-transform: none;
  font-size: 17rem;
  font-weight: 400;
  display: block;
}

.script.liebe {
  letter-spacing: -10px;
  font-size: 18rem;
}

.script.familie {
  letter-spacing: -10px;
}

.script.paul-kontakt {
  letter-spacing: -16px;
  margin-left: -18px;
}

.script.paul {
  margin-top: -11px;
  margin-left: -20px;
}

.script.paul.sub-pages {
  color: var(--colors--akzent);
}

.section-wrapper {
  background-color: var(--colors--white);
  justify-content: flex-start;
  align-items: center;
  max-width: 1200px;
  margin-bottom: 34px;
  margin-left: auto;
  margin-right: auto;
}

.header {
  text-transform: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 95lvh;
  display: flex;
  position: relative;
}

.header-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: flex-start;
  width: 70%;
  height: 80%;
  min-height: 400px;
  max-height: 800px;
  display: flex;
  position: relative;
}

.slider {
  z-index: 0;
  background-color: var(--colors--white);
  width: 60%;
  height: 100%;
}

.slider.main-sections {
  z-index: 0;
  width: 100%;
}

.left-arrow {
  display: none;
}

.right-arrow {
  width: 100%;
}

.slide-nav {
  display: block;
}

.wrapper-logo {
  z-index: 1;
  width: 35%;
  position: absolute;
  top: 0;
  left: 0;
}

.wrapper-logo.unten {
  margin-bottom: 26px;
  padding-right: 20px;
  top: auto;
  bottom: 0;
}

.wrapper-logo.liebe {
  top: -61px;
  left: -62px;
}

.wrapper-logo.rechts {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 8%;
  padding-left: 20px;
  display: flex;
  left: auto;
  right: 0;
}

.wrapper-logo.links {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 12%;
  padding-right: 25px;
  display: flex;
  left: 0;
  right: auto;
}

.wrapper-logo.familie {
  top: -62px;
  left: 0;
}

.wrapper-logo.paul {
  top: -58px;
  left: -45px;
}

.text-span {
  z-index: 2;
  font-family: var(--fonts--sans-serif);
  text-transform: uppercase;
  font-weight: 300;
  position: relative;
}

.text-span.bold {
  font-weight: 700;
}

.h2.sub-page {
  font-family: var(--fonts--sans-serif);
  margin-top: 10px;
}

.h2.sub-page._2, .h2.sub-page._3 {
  text-align: center;
}

.main-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 70%;
  height: 60lvh;
  min-height: 500px;
  max-height: 600px;
  margin-top: 16lvh;
  display: flex;
  position: sticky;
  top: 20%;
}

.main-wrapper.rechts {
  justify-content: flex-end;
  align-items: flex-start;
  width: 80%;
  max-height: 600px;
}

.main-wrapper.kontakt {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-around;
  align-items: center;
  width: auto;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-top: 10%;
}

.main-wrapper.kontakt.in-section {
  flex-flow: column;
}

.main-wrapper.paul {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
}

.main-wrapper.quotes {
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-top: 4lvh;
  position: static;
}

.main-wrapper.arguments {
  grid-column-gap: 0%;
  grid-row-gap: 0%;
  justify-content: space-between;
  align-items: flex-start;
  width: 80%;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-top: 4lvh;
  position: static;
}

.heading {
  width: 100%;
  font-size: var(--h2);
}

.media-wrap {
  width: 65%;
  height: 100%;
  overflow: hidden;
}

.button {
  border-top-left-radius: var(--different-values--corners);
  border-top-right-radius: var(--different-values--corners);
  border-bottom-left-radius: var(--different-values--corners);
  border-bottom-right-radius: var(--different-values--corners);
  background-color: var(--colors--akzent);
  cursor: pointer;
  margin-top: 40px;
  text-decoration: none;
}

.button:hover {
  text-align: center;
}

.button.close {
  border: 1px solid var(--colors--grey-200);
  background-color: var(--colors--white);
  color: var(--colors--grey-700);
  margin-top: 0;
  margin-bottom: 20px;
  padding: 3px;
  font-weight: 300;
}

.button._2 {
  color: var(--colors--white);
  margin-top: 0;
  padding: 7px;
  text-decoration: none;
}

.button._3 {
  border: 1px solid var(--colors--akzent);
  background-color: var(--colors--white);
  color: var(--colors--akzent);
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
}

.image {
  object-position: 50% 0%;
  min-width: auto;
}

.image.h-ngematte {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  max-width: none;
  height: 100%;
}

.image.top-15, .image.top-35 {
  object-position: 50% 50%;
}

.image.left-10, .image._1 {
  object-position: 50% 100%;
}

.main-section {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 110lvh;
  padding-bottom: 5%;
  display: flex;
  position: relative;
}

.main-section.kontakt {
  justify-content: center;
  align-items: center;
  height: 90lvh;
}

.main-section.footer {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 20px 8px 10px;
}

.main-section.galleries {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  height: auto;
  margin-top: 35px;
  padding-top: 61px;
}

.main-section.vorteile {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  height: auto;
  margin-top: 35px;
}

.accordion-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 45%;
  height: auto;
  display: flex;
}

.accordion-text {
  margin-top: 5px;
  margin-bottom: 15px;
}

.accordion-headline {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 10px;
  font-size: 1rem;
  font-weight: 700;
}

.heading-kontakt {
  font-family: var(--fonts--script);
  color: var(--colors--akzent);
  letter-spacing: -11px;
  text-transform: none;
  font-size: 14rem;
  font-weight: 400;
  line-height: .7;
}

.flex-block {
  justify-content: flex-start;
  align-items: center;
  width: 420px;
}

.arrow, .icon-3 {
  display: none;
}

.cta-text {
  text-align: center;
}

.cta-text.bold {
  font-size: var(--h3);
  text-align: center;
  font-weight: 700;
}

.nav-link {
  background-color: var(--colors--grey-001);
  font-family: var(--fonts--sans-serif);
  color: var(--colors--grey-700);
  text-transform: none;
  padding: 0;
  font-weight: 300;
  transition: letter-spacing .8s;
}

.nav-link:hover {
  letter-spacing: 2px;
}

.nav-button {
  background-color: var(--colors--white);
  color: var(--colors--grey-500);
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.nav-button.w--current {
  color: var(--colors--akzent);
}

.nav-button.kontakt {
  background-color: var(--colors--akzent);
  font-family: var(--fonts--sans-serif);
  color: var(--colors--white);
  letter-spacing: 0;
  justify-content: space-between;
  align-items: center;
  padding-left: 7px;
  padding-right: 7px;
  font-size: 1rem;
  font-weight: 400;
  display: flex;
}

.nav-button.kontakt.mobile, .nav-button.home {
  display: none;
}

.nav-button.home.w--current {
  display: block;
}

.nav-button._2 {
  display: none;
}

.navbar {
  z-index: 5;
  background-color: var(--colors--white);
  width: 100%;
  position: fixed;
}

.container-navbart {
  justify-content: flex-start;
  align-items: center;
  max-width: 1200px;
  height: 35px;
  padding: 4px 11px;
}

.text-block {
  background-color: var(--colors--white);
  font-family: var(--fonts--sans-serif);
  color: var(--colors--grey-700);
  text-transform: uppercase;
  font-size: 1rem;
}

.div-block-nav {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.dropdown-kontakt {
  z-index: 4;
  background-color: var(--colors--white);
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 0;
  display: flex;
  position: fixed;
  overflow: hidden;
}

.wrap-footer-text {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
}

.footer-text {
  background-color: var(--colors--white);
  font-family: var(--fonts--sans-serif);
  color: var(--colors--grey-500);
  padding: 0;
  font-size: .9rem;
  font-weight: 300;
}

.wrap-footer-buttons {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.submit-button {
  border-radius: var(--different-values--corners);
  background-color: var(--colors--akzent);
  width: 100%;
}

.heading-3 {
  font-family: var(--fonts--script);
  color: var(--colors--akzent);
  letter-spacing: 0;
  text-transform: none;
  font-size: 5rem;
  font-weight: 400;
  line-height: .7;
}

.field-label {
  font-family: var(--fonts--sans-serif);
  color: var(--colors--grey-500);
  margin-bottom: 33px;
  font-weight: 400;
}

.text-field-5 {
  border-radius: var(--different-values--corners);
}

.slide {
  margin-left: 4px;
  margin-right: 4px;
}

.wrap-quote {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  grid-template-columns: 1.5fr 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 33%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.lightbox-link {
  aspect-ratio: 2 / 3;
  cursor: pointer;
  border-radius: 0;
  width: auto;
  height: 400px;
  overflow: hidden;
}

.text-span-2 {
  font-family: var(--fonts--script);
  color: var(--colors--akzent);
  font-size: 3rem;
}

.wrap-quote-text {
  border-radius: var(--different-values--corners);
  justify-content: flex-start;
  align-items: center;
  padding-left: 34px;
  padding-right: 34px;
}

.image-7 {
  width: 130%;
  max-width: none;
  margin-left: -16%;
}

.paragraph-2 {
  text-align: center;
  min-height: 100px;
}

.dropwdown-icon {
  object-fit: contain;
  width: 20px;
  height: 20px;
}

.heading-4 {
  text-transform: uppercase;
  margin-bottom: 30px;
}

.paragraph-3 {
  font-size: 1.3rem;
  font-weight: 300;
}

.accordion-content {
  height: 0;
  margin-top: 0;
  padding-left: 32px;
  overflow: hidden;
}

.accordion-trigger {
  cursor: pointer;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.accordion-headline-3 {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 10px;
  font-size: 1.5rem;
  font-weight: 300;
}

.heading-about {
  width: 80%;
  font-size: var(--h2);
  text-transform: uppercase;
  margin-bottom: 0;
}

.paragraph-4 {
  margin-bottom: 20px;
}

.lightbox-button {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
}

.flex-block-2 {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
}

.flex-block-3 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 56px;
}

.line {
  background-color: var(--colors--grey-500);
  width: 1px;
  height: 15px;
  display: none;
}

.container-info {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 800px;
  margin-top: 50px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.image-9 {
  width: 300px;
  height: auto;
  margin-bottom: 10px;
}

.link-info {
  background-color: var(--colors--white);
  color: var(--colors--akzent);
}

.h1-link {
  color: var(--colors--akzent);
}

.rich-text-info {
  text-align: center;
}

.flex-block-4 {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 40px;
  display: flex;
}

.h3-info {
  font-size: 1.2rem;
}

@media screen and (max-width: 991px) {
  .script.paul {
    line-height: .2;
  }

  .header._2 {
    height: auto;
    padding-top: 49px;
    padding-bottom: 41px;
  }

  .header-wrapper {
    width: 80%;
    height: 60lvh;
    max-height: 600px;
  }

  .slider {
    z-index: 0;
    width: 60%;
  }

  .wrapper-logo.unten {
    width: 40%;
    margin-bottom: 0;
    padding-right: 24px;
  }

  .wrapper-logo.liebe {
    top: -79px;
    left: 0;
  }

  .wrapper-logo.rechts {
    justify-content: flex-start;
    align-items: flex-start;
    width: 40%;
    margin-top: 0;
    top: auto;
    bottom: 17%;
  }

  .wrapper-logo.links {
    justify-content: flex-start;
    align-items: flex-start;
    width: 40%;
    margin-top: 11%;
    top: auto;
    bottom: 8%;
  }

  .wrapper-logo.familie {
    top: -64px;
  }

  .wrapper-logo.paul {
    top: -79px;
  }

  .text-span {
    white-space: nowrap;
    font-size: 2rem;
  }

  .text-span.bold {
    font-weight: 700;
  }

  .h1 {
    margin-top: 0;
    margin-bottom: 0;
    line-height: .8;
  }

  .h2 {
    font-size: var(--h3);
  }

  .h2.sub-page {
    overflow-wrap: break-word;
    margin-top: 0;
  }

  .h2.sub-page._3 {
    margin-bottom: 15px;
  }

  .paragraph {
    font-size: var(--paragraph);
  }

  .main-wrapper {
    width: 90%;
    height: 65lvh;
    max-height: 500px;
    margin-top: 15lvh;
    top: 24%;
  }

  .main-wrapper.rechts {
    width: 90%;
    max-height: 500px;
  }

  .main-wrapper.kontakt {
    justify-content: space-around;
    align-items: flex-start;
    margin-top: 0;
  }

  .main-wrapper.kontakt.drop-down {
    position: static;
  }

  .main-wrapper.kontakt.in-section {
    justify-content: space-between;
    align-items: center;
  }

  .main-wrapper.paul {
    width: 80%;
    max-height: 430px;
  }

  .main-wrapper.quotes {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: flex-start;
    width: 90%;
    position: relative;
  }

  .main-wrapper.arguments {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 85%;
    min-height: auto;
    max-height: none;
  }

  .heading {
    font-size: var(--h3);
  }

  .media-wrap {
    width: 55%;
  }

  .button {
    margin-top: 14%;
  }

  .image.left-10 {
    object-position: 10% 50%;
  }

  .main-section.kontakt {
    justify-content: center;
    align-items: center;
    height: 100lvh;
  }

  .main-section.footer {
    position: static;
  }

  .main-section.galleries {
    height: auto;
    padding-top: 40px;
  }

  .main-section.vorteile {
    padding-top: 0;
  }

  .accordion-wrap {
    margin-top: 0%;
  }

  .flex-block {
    width: 60%;
  }

  .div-block-nav {
    background-color: var(--colors--white);
  }

  .brand.w--current {
    display: block;
  }

  .burger-button {
    padding: 0;
  }

  .nav-menu-buttons {
    background-color: var(--colors--white);
    text-decoration: none;
  }

  .icon, .icon:active {
    background-color: var(--colors--white);
    color: var(--colors--grey-500);
  }

  .wrap-quote {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .lightbox-link {
    height: auto;
  }

  .wrap-quote-text {
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .image-7 {
    max-height: 300px;
  }

  .paragraph-2 {
    word-break: keep-all;
    min-height: 100px;
  }

  .container-info {
    max-width: 80%;
    padding-left: 35px;
    padding-right: 35px;
  }
}

@media screen and (max-width: 767px) {
  body {
    --fonts--sans-serif: "Bellota Text Custom", Verdana, sans-serif;
    --fonts--serif: "Belleza Custom", "Palatino Linotype", sans-serif;
    --colors--grey-700: #4d4d4d;
    --h1: 1.4rem;
    --h2: 1.2rem;
    --colors--grey-800: #333;
    --h3: 1.2rem;
    --paragraph: .9rem;
    --different-values--corners: 4px;
    --colors--akzent: #e4c97b;
    --fonts--script: "Reenie Beanie Custom", Verdana, sans-serif;
    --colors--white: white;
    --colors--grey-200: #ccc;
    --colors--grey-001: #fcfcfc;
    --colors--grey-500: gray;
    --colors--akzent-2: #8ba398;
    --colors--akzent-3: #c97a4c;
    --colors--akzent-4: #3a6c83;
    --width-scale-show: 60%;
    --colors--grey-50: #f2f2f2;
    --colors--grey-100: #e6e6e6;
    --colors--grey-300: #b3b3b3;
    --colors--grey-900: #1a1a1a;
    --colors--black: #000;
  }

  h2 {
    font-weight: 700;
    line-height: 1.2;
  }

  h3 {
    line-height: 1.2;
  }

  .script {
    letter-spacing: -11px;
    margin-top: -24px;
    margin-left: -8px;
    font-size: 9rem;
  }

  .script.liebe {
    margin-top: -87px;
    font-size: 10rem;
  }

  .script.familie {
    margin-top: -64px;
    font-size: 8rem;
  }

  .script.paul-kontakt {
    letter-spacing: -10px;
    margin-top: -55px;
    margin-left: -8px;
    font-size: 8rem;
    line-height: 1;
  }

  .script.paul {
    margin-top: -11px;
  }

  .header {
    justify-content: center;
    align-items: center;
    height: auto;
    min-height: 0;
    padding-top: 35px;
    padding-bottom: 20px;
  }

  .header._2 {
    max-height: none;
  }

  .header-wrapper {
    width: 90%;
    height: 300px;
    min-height: 0;
    max-height: none;
  }

  .wrapper-logo.unten {
    width: 35%;
    margin-bottom: 2px;
    padding-right: 0;
  }

  .wrapper-logo.liebe {
    inset: 1% 2% auto auto;
  }

  .wrapper-logo.rechts {
    width: 40%;
    margin-top: 0;
    inset: auto 0% 2% auto;
  }

  .wrapper-logo.links {
    width: 40%;
    margin-top: 0;
    inset: auto auto 2% 0;
  }

  .wrapper-logo.familie {
    inset: -8% 10% auto 0;
  }

  .wrapper-logo.paul {
    inset: -27px auto auto 0%;
  }

  .text-span {
    letter-spacing: 2px;
    font-size: 1.5rem;
    display: block;
  }

  .h1 {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1;
  }

  .h2.sub-page {
    font-size: var(--h2);
  }

  .h2.sub-page._2 {
    line-height: .6;
  }

  .h2.sub-page._3 {
    line-height: 1;
  }

  .main-wrapper {
    flex-flow: column;
    width: 90%;
    height: 350px;
    min-height: 0;
    margin-top: 0;
    top: 3%;
  }

  .main-wrapper.rechts {
    flex-flow: row;
    min-height: 250px;
    max-height: 400px;
    margin-top: 0%;
  }

  .main-wrapper.kontakt {
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    height: 100lvh;
    max-height: none;
    margin-top: 0%;
  }

  .main-wrapper.kontakt.in-section {
    justify-content: flex-start;
    align-items: center;
    height: auto;
  }

  .main-wrapper.paul {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 90%;
    height: auto;
    max-height: none;
    margin-top: 0;
  }

  .main-wrapper.quotes {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
    max-height: none;
    margin-top: 0;
  }

  .main-wrapper.arguments {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
    justify-content: space-between;
    align-items: center;
    max-height: none;
    margin-top: 0;
  }

  .media-wrap.paul {
    width: 45%;
  }

  .button {
    margin-top: 16px;
    padding: 3px 6px;
  }

  .image.left-10 {
    object-position: 20% 100%;
  }

  .main-section {
    object-position: 0% 50%;
    justify-content: center;
    align-items: flex-start;
    height: auto;
    min-height: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .main-section.kontakt {
    justify-content: center;
    align-items: flex-start;
    height: auto;
  }

  .main-section.footer {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    flex-flow: column;
  }

  .main-section.galleries, .main-section.vorteile {
    height: auto;
    min-height: auto;
  }

  .accordion-wrap {
    z-index: 2;
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .accordion-item {
    width: 100%;
  }

  .accordion-headline {
    font-size: var(--paragraph);
    margin-top: 0;
  }

  .image-about {
    padding-top: 19px;
  }

  .heading-kontakt {
    font-size: 7rem;
  }

  .flex-block {
    justify-content: flex-start;
    align-items: center;
    width: 80%;
  }

  .cta-text {
    text-align: center;
  }

  .nav-button.kontakt {
    display: none;
  }

  .nav-button.kontakt.mobile {
    height: 25px;
    font-family: var(--fonts--sans-serif);
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    display: flex;
    position: absolute;
    inset: auto 2% auto auto;
  }

  .nav-button.home, .nav-button._2 {
    display: block;
  }

  .container-navbart {
    justify-content: flex-start;
    align-items: center;
    height: 30px;
    display: flex;
  }

  .text-block {
    display: none;
  }

  .div-block-nav {
    flex-flow: row;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .brand {
    display: none;
  }

  .icon {
    font-size: 30px;
    position: relative;
  }

  .dropdown-kontakt {
    display: none;
  }

  .wrap-footer-text {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .wrap-footer-buttons {
    order: -9999;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .image-6 {
    object-position: 50% 15%;
  }

  .wrap-quote {
    flex-flow: row;
    width: 100%;
    height: 300px;
    padding-left: 0;
    padding-right: 0;
  }

  .lightbox-link {
    width: 100%;
    height: 100%;
  }

  .wrap-quote-text {
    width: 70%;
  }

  .image-7 {
    object-position: 50% 0%;
  }

  .image-7.middle {
    object-position: 50% 50%;
  }

  .heading-4 {
    text-align: center;
  }

  .paragraph-3 {
    width: 100%;
  }

  .accordion-headline-3 {
    margin-top: 0;
    font-size: 1rem;
    font-weight: 700;
  }

  .heading-about {
    width: auto;
    margin-top: 10px;
  }

  .flex-block-2 {
    margin-bottom: 40px;
  }

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

  .image-9 {
    width: 250px;
  }
}

@media screen and (max-width: 479px) {
  body {
    --fonts--sans-serif: "Bellota Text Custom", Verdana, sans-serif;
    --fonts--serif: "Belleza Custom", "Palatino Linotype", sans-serif;
    --colors--grey-700: #4d4d4d;
    --h1: 1.2rem;
    --h2: 1rem;
    --colors--grey-800: #333;
    --h3: 1rem;
    --paragraph: 1rem;
    --different-values--corners: 4px;
    --colors--akzent: #e4c97b;
    --fonts--script: "Reenie Beanie Custom", Verdana, sans-serif;
    --colors--white: white;
    --colors--grey-200: #ccc;
    --colors--grey-001: #fcfcfc;
    --colors--grey-500: gray;
    --colors--akzent-2: #8ba398;
    --colors--akzent-3: #c97a4c;
    --colors--akzent-4: #3a6c83;
    --width-scale-show: 60%;
    --colors--grey-50: #f2f2f2;
    --colors--grey-100: #e6e6e6;
    --colors--grey-300: #b3b3b3;
    --colors--grey-900: #1a1a1a;
    --colors--black: #000;
  }

  h1 {
    font-size: var(--h1);
    font-weight: 400;
  }

  p {
    text-align: center;
  }

  .script {
    text-align: center;
    letter-spacing: -22px;
    margin-top: -24px;
    margin-left: -38px;
    font-size: 85vw;
  }

  .script.liebe {
    letter-spacing: -7px;
    margin-top: -90px;
    margin-left: 0;
    font-size: 10rem;
  }

  .script.familie {
    box-sizing: border-box;
    text-align: center;
    justify-content: center;
    align-items: flex-start;
    margin-top: -91px;
    margin-left: 0;
    font-size: 11rem;
    display: flex;
  }

  .script.paul-kontakt {
    margin-top: -65px;
    margin-left: 0;
    font-size: 8rem;
  }

  .script.paul {
    letter-spacing: -21px;
    margin-top: -13px;
  }

  .script.paul.sub-pages {
    margin-top: -44px;
  }

  .header {
    margin-top: 80px;
    padding-top: 0;
  }

  .header._2 {
    max-height: none;
    margin-top: 40px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .header-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    max-height: none;
    padding-top: 10vw;
  }

  .header-wrapper._2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-top: 32vw;
    overflow: visible;
  }

  .slider {
    width: 100%;
    height: 65lvh;
    margin-top: -10px;
    top: 0;
  }

  .slider.main-sections {
    height: 100%;
  }

  .wrapper-logo {
    width: 100%;
    top: -42px;
    left: auto;
  }

  .wrapper-logo.unten {
    border-radius: var(--different-values--corners);
    background-color: var(--colors--white);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 95%;
    margin-bottom: 0;
    padding-left: 13px;
    padding-right: 13px;
    display: flex;
    position: static;
    bottom: -2%;
    left: auto;
  }

  .wrapper-logo.liebe {
    justify-content: center;
    align-items: center;
    top: 0%;
    right: auto;
  }

  .wrapper-logo.rechts, .wrapper-logo.links {
    border-radius: var(--different-values--corners);
    background-color: var(--colors--white);
    justify-content: center;
    align-items: center;
    width: 95%;
    padding: 0 0 16px;
    position: static;
    bottom: 3%;
    right: auto;
  }

  .wrapper-logo.familie {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    top: 0%;
    right: auto;
  }

  .wrapper-logo.paul {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
    inset: -3% auto auto;
  }

  .wrapper-logo.sub-pages {
    inset: 0 0% auto;
  }

  .text-span {
    text-align: center;
    margin-top: 0;
    font-size: 8vw;
    font-weight: 400;
    line-height: 1;
  }

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

  .h2 {
    text-align: center;
    letter-spacing: 5px;
    font-size: 11vw;
    font-weight: 700;
    display: block;
  }

  .h2.sub-page {
    font-family: var(--fonts--sans-serif);
    margin-top: 1px;
    font-size: 9vw;
    display: block;
  }

  .h2.sub-page._3 {
    margin-bottom: 10px;
    line-height: 1;
  }

  .paragraph {
    font-size: 6vw;
  }

  .main-wrapper {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    max-height: none;
    margin-top: 54px;
    top: 8%;
  }

  .main-wrapper.rechts {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 90%;
    max-height: none;
    margin-top: 16%;
  }

  .main-wrapper.kontakt.in-section {
    justify-content: space-between;
    align-items: center;
    height: auto;
  }

  .main-wrapper.paul {
    flex-flow: column;
    max-height: none;
    margin-top: 17%;
  }

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

  .main-wrapper.arguments {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .heading {
    text-align: center;
    margin-top: 0;
    font-size: 11vw;
  }

  .media-wrap {
    width: 100%;
    height: 60lvh;
    overflow: hidden;
  }

  .media-wrap.paul {
    width: 100%;
    height: 30lvh;
    overflow: hidden;
  }

  .button {
    font-size: 6vw;
  }

  .button._2 {
    text-decoration: none;
    text-decoration-thickness: 0;
  }

  .heading-2 {
    text-align: center;
    width: 100%;
    margin-top: -31px;
  }

  .image.h-ngematte {
    object-position: 60% 50%;
  }

  .main-section {
    height: auto;
    padding-top: 30px;
  }

  .main-section.kontakt {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100lvh;
    padding-top: 45px;
  }

  .main-section.footer {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    padding-top: 10px;
  }

  .main-section.galleries {
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 0;
  }

  .main-section.vorteile {
    padding-top: 30px;
    padding-bottom: 0;
  }

  .accordion-wrap {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-top: 12px;
    padding-left: 17px;
    padding-right: 17px;
    display: flex;
  }

  .accordion-item {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
    display: flex;
  }

  .accordion-text {
    text-align: left;
    padding-left: 27px;
  }

  .accordion-headline {
    text-align: left;
    font-size: 5vw;
  }

  .image-about {
    object-position: 100% 50%;
    width: 100%;
    max-width: none;
    height: 150%;
  }

  .heading-kontakt {
    letter-spacing: -7px;
    margin-bottom: 0;
  }

  .flex-block {
    justify-content: flex-start;
    align-items: center;
    width: auto;
    padding-left: 39px;
    padding-right: 39px;
  }

  .nav-button.kontakt {
    display: none;
  }

  .nav-button.kontakt.mobile {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .nav-button.home {
    color: var(--colors--akzent);
  }

  .nav-button._2 {
    color: var(--colors--akzent);
    display: block;
  }

  .navbar {
    height: 30px;
  }

  .container-navbart {
    background-color: var(--colors--white);
    height: 35px;
  }

  .div-block-nav {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    flex-flow: column;
    padding-top: 15px;
    padding-bottom: 20px;
  }

  .brand.w--current {
    display: none;
  }

  .dropdown-kontakt {
    height: 95lvh;
    margin-top: 25px;
    display: none;
    overflow: scroll;
  }

  .image-6 {
    object-position: 50% 0%;
  }

  .wrap-quote {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    height: 100lvh;
    max-height: 600px;
    margin-top: 25px;
    padding-bottom: 0;
    position: relative;
  }

  .lightbox-link {
    aspect-ratio: 2 / 3;
    background-color: var(--colors--white);
    width: 90%;
    height: auto;
  }

  .wrap-quote-text {
    border-radius: var(--different-values--corners);
    background-color: var(--colors--white);
    width: 85%;
    padding-top: 10px;
    padding-bottom: 10px;
    position: absolute;
    inset: auto auto 0%;
  }

  .image-7 {
    max-height: none;
  }

  .paragraph-2 {
    min-height: auto;
    margin-bottom: 14px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-4 {
    letter-spacing: 2px;
    margin-top: 0;
    margin-bottom: 17px;
    font-size: 7vw;
  }

  .accordion-content {
    height: 0;
    padding-left: 0;
  }

  .accordion-trigger {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-top: 9px;
  }

  .accordion-headline-3 {
    text-align: left;
    letter-spacing: 1px;
    font-size: 6vw;
    font-weight: 700;
  }

  .heading-about {
    text-align: center;
    font-size: 7vw;
  }

  .paragraph-4 {
    text-align: center;
  }

  .image-8 {
    object-position: 50% 0%;
  }

  .flex-block-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .flex-block-3 {
    margin-top: 81px;
  }

  .line {
    background-color: var(--colors--grey-500);
    width: 50%;
    height: 1px;
    display: block;
  }

  .image-9 {
    object-fit: cover;
    width: 300px;
    max-width: 120%;
    height: 172.656px;
    margin-bottom: 11px;
  }

  .h3-info {
    font-size: 1rem;
  }
}

#Anne-Martin.w-node-_36de0a80-9efc-e8c7-9309-391a60151246-a7c3a84e, #w-node-_587d8ca5-dbe1-58b8-7fd7-8107e969ab98-a7c3a84e, #w-node-_29a27e62-4b38-1dd0-57ea-799577849dba-a7c3a84e, #w-node-c7d84439-5af6-a6d1-2bb5-7f26db4df3e6-4385d903, #w-node-c7d84439-5af6-a6d1-2bb5-7f26db4df3f5-4385d903, #w-node-c7d84439-5af6-a6d1-2bb5-7f26db4df404-4385d903 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Belleza Custom';
  src: url('../fonts/belleza-v18-latin-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bellota Text Custom';
  src: url('../fonts/bellota-text-v20-latin-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bellota Text Custom';
  src: url('../fonts/bellota-text-v20-latin-300.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bellota Text Custom';
  src: url('../fonts/bellota-text-v20-latin-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Reenie Beanie Custom';
  src: url('../fonts/reenie-beanie-v22-latin-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}