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

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

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

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

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

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

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

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

@font-face {
  font-family: Tt Ramillas;
  src: url('../fonts/TT_Ramillas_Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Tt Ramillas Italic;
  src: url('../fonts/TT_Ramillas_Light_Italic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

:root {
  --light: #f4f2ef;
  --dark: #292929;
  --primary: #ae7aba;
  --white: white;
}

body {
  background-color: var(--light);
  color: var(--dark);
  flex-flow: column;
  height: auto;
  font-family: Tt Ramillas, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.4;
  display: flex;
  overflow: hidden;
}

h1 {
  color: var(--primary);
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.5rem;
  font-weight: 400;
  line-height: 1.1;
}

h2 {
  color: var(--primary);
  letter-spacing: -.05px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.4;
}

h3 {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-size: 1.625rem;
  font-weight: 500;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Readexpro, Arial, sans-serif;
  font-size: 1.45rem;
  font-weight: 600;
  line-height: 1.5;
}

p {
  letter-spacing: .2px;
  margin-bottom: 0;
  font-family: Readexpro, Arial, sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.5;
}

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

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.navbar {
  z-index: 100;
  background-color: var(--white);
  justify-content: space-between;
  align-items: center;
  height: 6.25rem;
  display: flex;
  position: sticky;
  top: 0;
}

.container {
  width: 100%;
  max-width: 92.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.container.nav-container {
  max-width: 114rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

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

.logo {
  height: 4rem;
}

.nav-menu {
  width: 50%;
}

.nav-menu-inner {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-links {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  display: flex;
}

.nav-link {
  color: var(--primary);
  font-family: Tt Ramillas, Arial, sans-serif;
  font-size: 1.625rem;
  font-weight: 500;
  transition: all .2s cubic-bezier(.25, .46, .45, .94);
}

.nav-link:hover {
  opacity: .75;
}

.nav-link.show-in-m {
  display: none;
}

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

.section._2-top-margin {
  padding-top: 2rem;
}

.section.minus-margin {
  padding-bottom: 4.25rem;
}

.section.first-section {
  padding-top: 8rem;
}

.header-row {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.header-info {
  z-index: 1;
  width: 75%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.text-wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  margin-bottom: 3.75rem;
  display: flex;
}

.buttons {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button {
  background-color: var(--primary);
  text-align: center;
  border-radius: 5rem;
  justify-content: center;
  align-items: center;
  height: 3.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 1.625rem;
  font-weight: 500;
  transition: all .35s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.button:hover {
  opacity: .8;
}

.button.is-outline {
  border: 2px solid var(--primary);
  color: var(--primary);
  background-color: #ae7aba00;
}

.button.is-outline:hover {
  background-color: var(--primary);
  opacity: 1;
  color: var(--white);
}

.button.nav-btn2 {
  border: 2px solid var(--white);
  color: var(--white);
  display: none;
}

.heaer-image {
  width: 70%;
  max-width: 44rem;
  position: relative;
  inset: 0% 0% auto auto;
}

.img-fluid {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.img-fluid.radius {
  border-radius: 1.5rem;
}

.img-fluid.radius.m-img {
  display: none;
}

.overlay {
  background-image: linear-gradient(180deg, var(--light), #fff0);
  height: 40%;
  position: absolute;
  inset: 0%;
}

.overlay._25 {
  height: 25%;
}

.overlay._25.up-side-down {
  inset: auto 0% -1px;
  transform: rotate(180deg);
}

.header-info-texts {
  flex-flow: column;
  max-width: 60%;
  margin-top: 3.75rem;
  display: flex;
}

.to-down {
  align-self: center;
  margin-top: 6rem;
}

.arrow-down {
  width: 3rem;
}

.section-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.quote-block {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  color: var(--primary);
  text-align: center;
  flex-flow: column;
  width: 100%;
  max-width: 48rem;
  display: flex;
}

.text-block {
  font-family: Readexpro, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
}

.faqs {
  width: 100%;
}

.normal {
  font-style: normal;
}

.normal.h2-abstand {
  margin-top: 3rem;
}

.faqs-list {
  border-bottom: 1px solid var(--primary);
  margin-top: 2.5rem;
}

.faq-item {
  border-top: 1px solid var(--primary);
  cursor: pointer;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

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

.faq-icon {
  width: 1rem;
}

.faq-q {
  font-family: Readexpro, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
}

.faq-item-content {
  overflow: hidden;
}

.faq-item-content-w {
  padding-top: 1.5rem;
  padding-left: 2.3rem;
}

.faq-txt {
  font-size: 1.25rem;
  line-height: 1.6;
}

.footer {
  background-color: var(--primary);
  color: var(--white);
  margin-top: auto;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.footer-wrap {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 87.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fo-logo {
  height: 2.75rem;
}

.footer-list {
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.fo-link {
  font-size: 1.625rem;
  font-weight: 500;
  transition: opacity .2s;
}

.fo-link:hover {
  opacity: .75;
}

.links-w {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.link-s {
  font-size: 1.25rem;
  transition: opacity .2s;
}

.link-s:hover {
  opacity: .75;
}

.social-link {
  transition: opacity .2s;
}

.social-link:hover {
  opacity: .75;
}

.social-icon {
  width: 2rem;
}

.body {
  height: auto;
  overflow: visible;
}

.imp-links {
  display: none;
}

.h1-heading-2 {
  z-index: 1;
  position: absolute;
  inset: 0% auto auto 0%;
}

.header-info-texts-2 {
  flex-flow: column;
  margin-top: 8.25rem;
  display: flex;
}

.header-info-2 {
  z-index: 1;
  width: 45%;
  max-width: 60%;
  margin-left: 0;
  margin-right: auto;
}

.auszeichnung {
  font-weight: 600;
}

.paragraph {
  color: var(--primary);
  font-weight: 600;
}

.column-wrapper {
  width: 100%;
  display: flex;
}

.column-dash {
  width: 2.25rem;
}

.column-text {
  width: 100%;
}

.quote-block-3 {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  color: var(--primary);
  text-align: center;
  flex-flow: column;
  width: 90%;
  font-weight: 400;
  display: flex;
}

.zitat {
  font-family: Tt Ramillas Italic, Times New Roman, sans-serif;
  font-weight: 300;
}

.section-wrap-2 {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.legal-info {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 4rem;
  display: flex;
}

.legal-left {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  min-width: 35%;
  margin-bottom: 3.75rem;
  display: block;
  position: sticky;
  top: 10rem;
}

.legal-right {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  width: 65%;
  margin-bottom: 3.75rem;
  display: block;
}

.paragraph-2 {
  margin-bottom: 1.5rem;
}

.paragraph-2.margin3 {
  margin-bottom: 3rem;
}

.header-image-rapper {
  width: 50%;
  max-width: none;
  height: 72rem;
  position: relative;
  inset: 5rem 0% auto auto;
  overflow: visible;
}

.top-left-wrapper {
  width: 57%;
  max-width: none;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: clip;
}

.bottom-right-wrapper {
  z-index: 5;
  border-radius: 1.5rem;
  width: 57%;
  max-width: none;
  position: absolute;
  inset: auto 0% 0% auto;
}

.border-radius-1-5 {
  border-radius: 1.5rem;
}

.quote-block-2 {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  color: var(--primary);
  text-align: center;
  flex-flow: column;
  width: 100%;
  max-width: 70rem;
  display: flex;
}

.cookie-banner {
  z-index: 1000;
  background-color: #ffce71;
  width: 100%;
  padding: 1.5rem 3rem;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.cb-text {
  padding-right: 3rem;
}

.cb-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cb-button {
  background-color: var(--primary);
  border-radius: 10rem;
  padding: .6rem 2rem;
  font-size: 1.625rem;
  font-weight: 700;
}

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

  h2 {
    font-size: 2.8rem;
  }

  h3 {
    font-size: 2rem;
  }

  p {
    font-size: 1.8rem;
  }

  .navbar {
    justify-content: center;
    align-items: flex-end;
    height: 10rem;
    padding-bottom: 2rem;
  }

  .container, .container.nav-container {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .logo {
    height: 4.8rem;
  }

  .nav-menu {
    background-color: var(--primary);
    color: var(--white);
    width: 100%;
  }

  .nav-menu-inner {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    height: calc(100vh - 10rem);
    padding: 5.6rem 4rem 7.6rem;
  }

  .nav-links {
    grid-column-gap: 2.4rem;
    grid-row-gap: 2.4rem;
    text-align: left;
    flex-flow: column;
    width: 100%;
  }

  .nav-link {
    color: var(--white);
    font-size: 2.8rem;
  }

  .nav-link.show-in-m {
    display: block;
  }

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

  .section.faq-sec {
    padding-bottom: 8.4rem;
  }

  .section.minus-margin.first-section, .section.first-section {
    padding-top: 6rem;
  }

  .header-info {
    width: 100%;
    max-width: none;
    position: static;
  }

  .text-wrap {
    max-width: none;
    margin-bottom: 5rem;
  }

  .buttons {
    justify-content: center;
    align-items: center;
  }

  .button {
    height: 4.8rem;
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    font-size: 2.2rem;
  }

  .button.nav-btn2 {
    display: flex;
  }

  .button.is-nav {
    background-color: var(--white);
    color: var(--primary);
  }

  .heaer-image {
    width: 80%;
    max-width: 40rem;
    height: auto;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .img-fluid.radius {
    border-radius: 2.4rem;
  }

  .img-fluid.radius.d-img {
    display: none;
  }

  .img-fluid.radius.m-img {
    display: block;
  }

  .overlay {
    height: 50%;
  }

  .header-info-texts {
    max-width: none;
    margin-top: 38rem;
  }

  .to-down {
    display: none;
  }

  .quote-block {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .text-block {
    font-size: 1.7rem;
  }

  .faqs-list {
    margin-top: 2.4rem;
  }

  .faq-item {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
  }

  .faq-item-head {
    grid-column-gap: 1.6rem;
    grid-row-gap: 1.6rem;
  }

  .faq-icon {
    width: 1.6rem;
  }

  .faq-q {
    font-size: 1.8rem;
  }

  .faq-item-content-w {
    padding-top: 2rem;
    padding-left: 3.2rem;
  }

  .faq-txt {
    font-size: 1.6rem;
  }

  .footer {
    padding-bottom: 4.8rem;
  }

  .fo-logo {
    height: 3.2rem;
  }

  .footer-list {
    width: 70%;
    max-width: 50rem;
  }

  .fo-link {
    font-size: 2rem;
  }

  .link-s {
    font-size: 1.8rem;
  }

  .social-icon {
    width: 3.2rem;
  }

  .h1-heading {
    max-width: 65rem;
  }

  .menu-button {
    padding: 0;
  }

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

  .m-line {
    background-color: var(--primary);
    width: 32px;
    height: 3px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .m-line-2 {
    background-color: var(--primary);
    width: 32px;
    height: 3px;
    margin-top: 9px;
    margin-bottom: 9px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .m-line-3 {
    background-color: var(--primary);
    width: 32px;
    height: 3px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav-buttoons {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    display: flex;
  }

  .imp-links {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .header-info-texts-2 {
    max-width: 64%;
    margin-top: 45rem;
  }

  .header-info-2 {
    width: 100%;
    max-width: none;
    position: static;
  }

  .quote-block-3 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .legal-info {
    flex-flow: column;
  }

  .legal-left {
    min-width: 100%;
    margin-bottom: 5rem;
    position: static;
  }

  .legal-right {
    width: 100%;
    margin-bottom: 5rem;
  }

  .header-image-rapper {
    width: 80%;
    max-width: 40rem;
    height: 66rem;
    position: absolute;
  }

  .quote-block-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .cb-button {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    justify-content: center;
    align-items: flex-end;
  }

  .section.minus-margin.first-section {
    padding-top: 4.8rem;
  }

  .heaer-image {
    width: 60%;
    top: 12rem;
  }

  .header-info-texts {
    margin-top: 32rem;
  }

  .footer-wrap {
    flex-flow: column;
    position: relative;
  }

  .footer-list {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: end stretch;
    width: 100%;
    max-width: none;
    margin-top: 4rem;
    display: grid;
  }

  .link-s {
    align-self: flex-end;
  }

  .social-link {
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .social-link.social-link-nav {
    position: static;
  }

  .h1-heading {
    max-width: 55rem;
    font-size: 4.8rem;
  }

  .nav-buttoons {
    flex-flow: column;
    justify-content: center;
    align-self: center;
    align-items: center;
  }

  .h1-heading-2 {
    font-size: 4.8rem;
  }

  .header-info-texts-2 {
    margin-top: 70%;
  }

  .header-image-rapper {
    width: 60%;
    height: 51rem;
    top: 5rem;
  }
}

@media screen and (max-width: 479px) {
  p {
    font-size: 1.75rem;
  }

  .container, .container.nav-container, .nav-menu-inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

  .section._2-top-margin {
    padding-top: 0;
  }

  .section.minus-margin {
    padding-bottom: 1rem;
  }

  .section.first-section {
    padding-top: 4.8rem;
  }

  .buttons {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .heaer-image {
    min-width: 75%;
    height: 42rem;
    top: 7.5rem;
  }

  .img-fluid.radius.m-img {
    border-radius: 1.4rem;
  }

  .overlay {
    background-image: linear-gradient(180deg, var(--light) 20%, #fff0);
  }

  .overlay._25 {
    height: 25%;
  }

  .header-info-texts {
    margin-top: 31rem;
  }

  .quote-block {
    max-width: 34rem;
    padding-top: 4.8rem;
    padding-bottom: 4.8rem;
  }

  .text-block {
    font-size: 1.6rem;
  }

  .faq-item-head {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .faq-icon {
    margin-top: 5px;
  }

  .faq-txt {
    font-size: 1.4rem;
  }

  .links-w {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .h1-heading {
    min-width: 33rem;
    max-width: 33rem;
    font-size: 3.6rem;
    line-height: 1.2;
  }

  .brand {
    padding-left: 0;
  }

  .h1-heading-2 {
    letter-spacing: -.05em;
    font-size: 3.6rem;
    line-height: 1.2;
  }

  .header-info-texts-2 {
    max-width: 100%;
    margin-top: 48rem;
  }

  .quote-block-3 {
    max-width: 34rem;
    padding-top: 4.8rem;
    padding-bottom: 4.8rem;
  }

  .header-image-rapper {
    width: 100%;
    height: 44rem;
    position: absolute;
    top: 3.5rem;
  }

  .quote-block-2 {
    max-width: 34rem;
    padding-top: 4.8rem;
    padding-bottom: 4.8rem;
  }

  .cb-text {
    text-align: center;
    padding-right: 0;
  }

  .cb-wrapper {
    flex-flow: column;
  }

  .cb-button {
    margin-top: 1.5rem;
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_50649aa1-9a37-08b6-2609-d2e14d96c18a-4d96c184 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Readexpro';
  src: url('../fonts/ReadexPro-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Readexpro';
  src: url('../fonts/ReadexPro-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Readexpro';
  src: url('../fonts/ReadexPro-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Readexpro';
  src: url('../fonts/ReadexPro-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Readexpro';
  src: url('../fonts/ReadexPro-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Readexpro';
  src: url('../fonts/ReadexPro-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tt Ramillas';
  src: url('../fonts/TT_Ramillas_Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tt Ramillas';
  src: url('../fonts/TT_Ramillas_Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tt Ramillas';
  src: url('../fonts/TT_Ramillas_Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tt Ramillas Italic';
  src: url('../fonts/TT_Ramillas_Light_Italic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}