html,
body {
  font-family: Outfit;
}

strong {
  font-weight: 600;
}

.markup-content h2 {
  font-size: 24px;
  font-weight: 600;
  margin: 28px 0 10px 0;
}

.markup-content p {
  margin: 10px 0;
}

.markup-content ul {
  margin: 10px 0;
  padding-left: 40px;
  list-style: disc;
}

.eb-headline {
  color: #000;

  /* H1_mobile */
  font-family: "DM Serif Display";
  font-size: 58px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px; /* 86.207% */
  margin-bottom: 25px;
}
.eb-hero-text {
  color: var(--primary_gold, #ae9369);

  /* Subheadline 1_mobile */
  font-family: Outfit;
  font-size: 20px;
  font-style: normal;
  font-weight: 200;
  line-height: 23px; /* 115% */
}
.eb-hero-button {
  text-transform: uppercase;
  background-color: var(--primary_gold, #ae9369);
  border-radius: 40px;
  color: #fff;
  font-family: Outfit;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 66.5px;
  padding: 15px;
  text-decoration: none;
  margin-bottom: 25px;
}
.hero {
  padding-bottom: 25px;
}
.eb-support-section {
  padding-top: 100px;
}
.eb-about-headline.support {
  margin-bottom: 25px;
}
.eb-quote-marks {
  margin-bottom: 25px;
  width: 44px;
}
.eb-about-section {
  padding-top: 100px;
  padding-bottom: 200px;
}
.wave-item {
  width: 100%;
}
.eb-about-headline {
  margin-bottom: 100px;
}
.eb-card-name {
  margin-bottom: 20px;
}
.eb-card-text {
  margin-bottom: 10px;
}
.eb-card-more-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.eb-quote-background {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.eb-quote-section {
  position: relative;
  padding: 60px 0;
}
.eb-quote-text {
  color: #000;

  font-family: Outfit;
  font-size: 20px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
}
.eb-about-headline {
  color: var(--primary_gold, #ae9369);
  font-family: Outfit;
  font-size: 38px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
}
.eb-about-card {
  width: 100%;
  position: relative;
  padding: 81px 15px 50px 30px;
  border-radius: 25px;
  background: #ae9369;
}

.eb-about-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: var(--lotus-image);
  background-repeat: repeat;
  background-size: 35px auto;
  opacity: 0.5;
  border-radius: 25px;
  pointer-events: none;
}

.eb-about-image {
  position: absolute;
  top: -56px;
  right: -16px;
  width: 156px;
  border-radius: 8px;
}
.eb-card-name {
  color: #fff;
  font-family: "Zeyada";
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px; /* 88.656% */
}
.eb-card-text {
  color: #fff;

  /* p1_mobile */
  font-family: Outfit;
  font-size: 20px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
}
.eb-card-more {
  padding: 16px 32px;
  background: #fff;
  border-radius: 40px;
  border: 1px solid #ae9369;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  display: inline-block;
  color: #ae9369;
  font-family: Outfit;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
}
.eb-support-card {
  border-radius: 15px;
  background: rgba(174, 147, 105, 0.5);
  width: 285px;
  min-width: 285px;
  height: 414px;
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.eb-support-cards-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow: scroll;
}
.eb-support-headline {
  color: #fff;
  font-family: Outfit;
  font-size: 25px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
}
.eb-hero-text {
  margin-bottom: 25px;
}
.eb-hero-image {
  width: 100%;
  margin-bottom: 25px;
}
.eb-datenschutz-headline {
  color: #000;
  font-family: Outfit;
  font-size: 40px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
}
.eb-datenschutz-text {
  color: #000;
  font-family: Outfit;
  font-size: 16px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
}

.eb-support-more-button {
  border-radius: 40px;
  border: 1px solid #ae9369;
  background: #fff;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  padding: 16px 48px;
  color: #ae9369;
  font-family: Outfit;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  cursor: pointer;
  width: max-content;
}
.eb-support-card-lotus {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.eb-support-card-lotus.reverse {
  left: 0;
  right: auto;
}
.eb-support-contact-button {
  border-radius: 40px;
  background: #ae9369;
  padding: 16px 32px;
  display: inline-block;
  color: #fff;
  font-family: Outfit;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
}
.eb-beratung-card {
  position: relative;
  padding: 25px 40px;
  border-radius: 10px;
  max-width: 375px;
}
.eb-beratung-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: var(--lotus-image);
  background-repeat: repeat;
  background-size: 35px auto;
  opacity: 0.5;
  border-radius: 25px;
  pointer-events: none;
}
.eb-beratung-headline {
  color: white;
  font-family: Outfit;
  font-size: 40px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
  margin-bottom: 50px;
}
.eb-beratung-price-container {
  margin-bottom: 50px;
}
.eb-beratung-price {
  color: #fff;
  font-family: "DM Serif Display";
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
}
.eb-beratung-subline {
  color: white;
  font-family: Outfit;
  font-size: 15px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
}
.eb-beratung-button {
  border-radius: 40px;
  border: 1px solid #ae9369;
  background: #fff;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  display: inline-block;
  padding: 16px 48px;
  color: #ae9369;
  font-family: Outfit;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
}
.eb-roadmap-headline {
  color: var(--primary_gold, #ae9369);
  font-family: Outfit;
  font-size: 38px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
}
.eb-roadmap-number {
  color: #fff;
  font-family: "DM Serif Display";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 10px 15px;
  border-radius: 15px;
  background: rgba(174, 147, 105, 0.5);
  display: inline-block;
  margin-right: 20px;
}
.eb-roadmap-number-container {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.eb-roadmap-name {
  color: #ae9369;

  /* p1_mobile */
  font-family: Outfit;
  font-size: 20px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
}
.eb-roadmap-item {
  margin-bottom: 40px;
}
.eb-roadmap-text {
  color: #000;

  /* p1_mobile */
  font-family: Outfit;
  font-size: 20px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
}
.eb-extra-headline {
  color: var(--primary_gold, #ae9369);
  font-family: Outfit;
  font-size: 38px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
  margin-bottom: 25px;
}
.eb-extra-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow: scroll;
}
.eb-extra-item {
  border-radius: 15px;
  background: rgba(174, 147, 105, 0.5);
  width: 285px;
  min-width: 285px;
  height: 477px;
  padding: 59px 22px;
  margin-right: 20px;
}
.eb-extra-item-headline {
  color: #fff;
  font-family: Outfit;
  font-size: 25px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
  margin-bottom: 30px;
}
.eb-extra-item-text {
  color: #fff;
  font-family: Outfit;
  font-size: 18px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
}
.eb-extra-item-text strong {
  font-weight: 700;
}
.eb-footer {
  position: relative;
  padding: 40px 0;
}
.eb-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: var(--lotus-image);
  background-repeat: repeat;
  background-size: 35px auto;
  opacity: 0.5;
  border-radius: 25px;
  pointer-events: none;
}
.eb-footer-contact-item a {
  color: #fff;
  font-family: Outfit;
  font-size: 15px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.eb-footer-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.eb-footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: right;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}
.eb-footer-link {
  color: #fff;
  font-family: Outfit;
  font-size: 15px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.nav-container-outer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.nav-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.nav-container img {
  width: 31px;
}
.nav-tel {
  margin-right: 56px;
}
.eb-support-cards-container {
  margin-bottom: 50px;
}
.eb-support-cards-container {
  overflow: auto; /* oder overflow-x: auto; overflow-y: hidden; */
  -ms-overflow-style: none; /* IE/Edge legacy */
  scrollbar-width: none; /* Firefox */
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

.eb-support-cards-container::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none; /* Chrome/Safari */
}
.eb-support-section {
  padding-bottom: 50px;
}
.eb-transparency-section {
  padding-top: 50px;
  padding-bottom: 100px;
}
.eb-roadmap-section {
  padding-top: 120px;
}
.eb-roadmap-headline {
  margin-bottom: 50px;
}
.eb-extra-information-section {
  padding: 100px 0;
}
.eb-extra-headline {
  color: var(--primary_gold, #ae9369);
  font-family: Outfit;
  font-size: 38px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
}
.eb-extra-container {
  overflow: auto; /* oder overflow-x: auto; overflow-y: hidden; */
  -ms-overflow-style: none; /* IE/Edge legacy */
  scrollbar-width: none; /* Firefox */
  margin-bottom: 100px;
}

.eb-extra-container::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none; /* Chrome/Safari */
}
.wave-item.added-margin {
  margin-bottom: 100px;
}
.eb-footer-contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
  margin-bottom: 7px;
}
.eb-footer-contact {
  margin-bottom: 18px;
}
.eb-card-text--long[hidden] {
  display: none;
}

.eb-support-card {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.eb-support-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.eb-support-card-face {
  position: absolute;
  inset: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 15px;
  padding: 47px 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* FRONT */
.eb-support-card-front {
}

/* BACK */
.eb-support-card-back {
  background: rgba(174, 147, 105, 0.5);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  padding: 23px 23px 47px 23px;
}

.eb-support-card-text {
  color: #fff;
  font-family: Outfit;
  font-size: 18px;
  font-weight: 200;
  line-height: normal;
}

.eb-beratung-text {
  color: #fff;
  font-family: Outfit;
  font-size: 18px;
  font-weight: 200;
  line-height: normal;
  margin-bottom: 30px;
}

.eb-beratung-text ul {
  margin-top: 16px;
  list-style: disc;
  padding-left: 20px;
}

.eb-beratung-text ul li {
  margin-bottom: 12px;
}

.privacywire {
  font-family: Outfit !important;
}

.privacywire-buttons {
  margin: 10px 0;
}

.privacywire-buttons button {
  color: #ae9369;
  padding: 20px;
  cursor: pointer;
  margin: 3px;
  border: 1px solid #ae9369;
}

.privacywire-buttons button.allow-all {
  background: #ae9369;
  color: #fff;
}
@media (min-width: 768px) {
  .eb-hero-image {
    max-width: 500px;
  }
  .eb-hero-text {
    max-width: 400px;
  }
  .eb-headline {
    max-width: 400px;
  }
  .eb-quote-section {
    padding: 100px 0;
  }
  .eb-quote-text {
    max-width: 600px;
  }
  .eb-roadmap-item {
    max-width: 500px;
  }
}

@media (min-width: 1024px) {
  .hero-top-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .eb-quote-inner {
    margin: 0 auto;
    width: 800px;
    text-align: center;
    position: relative;
  }
  .eb-headline {
    font-size: 120px;
    line-height: 100%;
    max-width: 100%;
  }
  .eb-quote-section {
    padding: 200px 0;
  }

  .eb-quote-text {
    font-size: 30px;
    max-width: 800px;
  }
  .eb-about-section {
    padding-top: 200px;
  }
  .eb-about-headline {
    font-size: 64px;
  }
  .hero {
    padding-bottom: 150px;
  }
  .eb-hero-text {
    font-size: 30px;
    line-height: 100%;
  }
  .eb-card-name {
    font-size: 64px;
    line-height: 100%;
  }
  .eb-about-image {
    width: 350px;
  }
  .eb-card-text {
    font-size: 32px;
    max-width: 50%;
  }
  .eb-about-card {
    padding: 120px 50px 100px 80px;
  }
  .card-logo {
    width: 150px;
  }
  .eb-support-cards-container {
    max-width: 1440px;
    margin: 0 auto 100px;
  }
  .eb-support-card {
    min-width: 325px;
    height: 497px;
  }

  .eb-support-card:last-of-type {
    margin-right: 0;
  }
  .eb-support-headline {
    font-size: 40px;
  }
  .eb-support-card-text {
    font-size: 22px;
  }
  .eb-transparency-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .eb-about-headline.transparency {
    max-width: 500px;
    font-size: 80px;
  }

  .eb-beratung-card {
    max-width: unset;
    width: 425px;
  }

  .eb-beratung-headline {
    font-size: 48px;
  }

  .eb-beratung-subline {
    font-size: 18px;
  }
  .eb-roadmap-headline {
    font-size: 64px;
  }
  .eb-transparency-section {
    padding-top: 150px;
  }
  .eb-roadmap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .eb-roadmap-item {
    width: 50%;
    min-width: 50%;
    padding: 50px;
  }
  .eb-extra-headline {
    font-size: 64px;
    margin-bottom: 50px;
  }
  .eb-about-headline.support {
    margin-bottom: 75px;
  }
  .eb-extra-item {
    width: 356px;
    height: 596px;
    padding: 80px 40px;
  }
  .eb-extra-icon {
    width: 64px;
    margin-bottom: 20px;
  }
  .eb-extra-item-headline {
    font-size: 32px;
  }
  .eb-footer {
    padding: 100px 0;
  }
  .wave-item.added-margin {
    margin-bottom: 200px;
  }
  .eb-extra-item-text {
    font-size: 22px;
  }

  .eb-footer-contact-item {
    gap: 15px;
  }
  .eb-footer-contact-item a {
    font-size: 22px;
  }
  .eb-footer-item img {
    height: 100px;
  }
  .eb-footer-links {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
  }
  .eb-footer-link {
    font-size: 22px;
  }
  .eb-footer-link:first-of-type {
    margin-bottom: 10px;
  }
  .eb-hero-image {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    display: block;
    max-width: 50%;
  }
}
