@font-face {
  font-family: "Salmanazar 205 Tf";
  src: url('../fonts/Salmanazar-Medium-205TF.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Salmanazar 205 Tf";
  src: url('../fonts/Salmanazar-Light-205TF.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Athena;
  src: url('../fonts/athena-light.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Athena;
  src: url('../fonts/athena-regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: "Eina 02";
  src: url('../fonts/Eina02_Regular.41843231.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Eina 02";
  src: url('../fonts/Eina02_Bold.033cfa18.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --white\<deleted\|variable-f2d8196a\>: white;
  --soft-sage: #dce6df;
  --dark-font: #2c2e2a;
  --neutral-off-white: #faf8f5;
  --mid-nude: #dfcbba;
  --nudes--nude-300: #e8d4c3;
  --nude-back: #f2e8df;
  --deeps-and-anchors--deep-moss: #4a5950;
  --deeps-and-anchors--cta-peach: #d99273;
  --black\<deleted\|variable-696eb488\>: black;
  --sages--sage-300: #ccd9c5;
  --med-font: #4a4c47;
  --off-white-cool: #f8f5f0;
  --deeps-and-anchors--cta-golden: #a37f62;
  --nudes--nude-600: #b89a82;
  --soft-nude: #f6e2d9;
  --nudes--nude-500: #ceb199;
  --nudes--nude-0: #f5ede4;
  --bg-soft-greige: #ede7e3;
  --nudes--nude-100: #f9f0e8;
  --nudes--nude-200: #f3e3d7;
  --deeper-nude: #e4ded8;
  --nudes--nude-400: #dcc2ad;
  --sages--sage-600: #8a9d87;
  --sages--sage-100: #e8eee6;
  --sages--sage-200: #dbe6d7;
  --sages--sage-400: #b8c8b2;
  --sages--sage-500: #a3b69e;
  --deeps-and-anchors--cta-peach-secondary: #f1b89a;
  --deeps-and-anchors--deep-sage: #aebfaf;
  --deeps-and-anchors--soft-charcoal: #6b6d68;
  --other--terracotta: #febf97;
  --other--fresh-sage-cta: #d9e6d9;
  --other--soft-sage-mist: #e7efe7;
  --other--dusty-mauve-tint: #e8dfe6;
  --rich-nude: #f0d6c5;
  --bg-muted-nude: #f3e3d7;
  --soft-champagne: #e9c7a4;
  --honey: #f4c06a;
  --off-white-warm: #fbf7f2;
  --original-set--terracotta-light: #fec6a3;
  --original-set--warm-green-tint: #d9e6d9;
  --original-set--soft-apricot: #f5ece4;
  --original-set--rose-grey-mist: #ece7e5;
  --original-set--warm-mint-highlight: #ddefe2;
  --original-set--soft-pastel-green: #cce7d3;
  --original-set--peach-glow: #f9e6dd;
}

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

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

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

@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 {
  color: #333;
  font-family: "Salmanazar 205 Tf", sans-serif;
  font-size: 21px;
  font-weight: 300;
  line-height: 31px;
}

h1 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Athena, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  margin-bottom: 0;
}

a {
  color: #fff;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.navbar-logo {
  width: 80%;
}

.navbar-logo.hair {
  min-height: 152px;
}

.nav-brand {
  margin-right: auto;
}

.nav-container {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1640px;
  padding: 40px 100px;
  display: flex;
}

.navbar {
  background-color: #ddd0;
}

.navbar.new {
  position: absolute;
  inset: 0% auto auto 0%;
}

.nav-link {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  transition: color .3s;
}

.nav-link:hover {
  color: #d9e8d3;
}

.nav-link.w--current {
  color: var(--white\<deleted\|variable-f2d8196a\>);
}

.nav-link.highlight {
  background-color: var(--soft-sage);
  color: var(--dark-font);
  letter-spacing: .4px;
  padding: 13px 24px;
  font-size: 14px;
  transition: filter .2s, color .3s;
}

.nav-link.highlight:hover {
  filter: brightness(110%);
}

.hero-bg {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.hero-bg.make-up {
  object-position: 50% 0%;
}

.nav-links-container {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cosmetics-section {
  background-color: #4b5950;
  position: relative;
  overflow: hidden;
}

.cosmetics-section.cc-ab {
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 80px;
}

.hero-section {
  height: 100vh;
}

.arrow-icon {
  width: 34px;
}

.scroll-down-link {
  z-index: 1;
  position: relative;
}

.scroll-down-container {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: -60px 0% auto;
}

.container {
  width: 100%;
  max-width: 1200px;
  padding-left: 40px;
  padding-right: 40px;
  position: static;
  overflow: hidden;
}

.container.footer, .container.service {
  max-width: 1160px;
}

.container.faq {
  max-width: 800px;
}

.container.medizinisch-cards {
  max-width: 1160px;
}

.container.buchen-page {
  height: 100vh;
}

.container.scalp-services-card {
  max-width: 1160px;
}

.container.cc-ab {
  margin: 0 auto;
}

.container.cc-ab.cc-video.full {
  background-color: var(--dark-font);
  max-width: none;
  padding: 0;
}

.container.full {
  max-width: none;
}

.container.buchen-page-copy {
  height: 100vh;
  padding-left: 0;
  padding-right: 0;
}

.cosmetics-content {
  padding-top: 80px;
}

.cosmetics-content.cc-ab {
  padding-top: 0;
}

.cosmetics-heading {
  letter-spacing: -2.56px;
  max-width: 600px;
  font-size: 100px;
  font-weight: 300;
  line-height: 115px;
}

.cosmetics-heading.bold {
  font-weight: 400;
}

.cosmetics-heading-container {
  margin-bottom: 60px;
  padding-left: 21px;
}

.cosmetics-flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  justify-content: space-between;
  margin-bottom: 119px;
  display: flex;
}

.cosmetics-text-left {
  color: #d6e8d1;
  max-width: 45%;
  margin-left: 22px;
  font-size: 42px;
  line-height: 54px;
}

.cosmetics-flex-right {
  flex: 1;
  max-width: 48%;
}

.cosmetics-text-right {
  letter-spacing: .3px;
  max-width: 515px;
  margin-bottom: 30px;
}

.cosmetics-cards {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: minmax(150px, 460px) 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 34px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.cosmetic-card {
  background-color: #e1cebf;
  flex: 1;
  padding: 0 45px 25px;
  text-decoration: none;
  transition: transform .12s;
}

.cosmetic-card:hover {
  transform: scale(.95);
}

.cosmetic-card._2 {
  background-color: #d6e8d1;
}

.cosmetic-card._3 {
  background-color: #fff;
}

.cosmetic-card-number {
  color: #545454;
  margin-bottom: 21px;
  font-size: 72px;
  line-height: 108px;
}

.cosmetic-card-text {
  color: #545454;
  font-size: 28px;
  line-height: 38px;
}

.cosmetics-video-container {
  z-index: 1;
  height: 740px;
  margin-bottom: 132px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.cosmetics-video-container.cc-ab {
  margin-bottom: 0;
}

.video-logo {
  margin-top: 38px;
  margin-right: 19px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.video-heading {
  max-width: 520px;
  color: var(--neutral-off-white);
  text-align: right;
  letter-spacing: -3px;
  font-size: 90px;
  font-weight: 300;
  line-height: 90px;
  position: absolute;
  inset: auto 20px 69px auto;
}

.background-video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.background-video.as-button {
  background-image: linear-gradient(#2c2e2a99, #2c2e2a99);
}

.play-button {
  position: absolute;
  inset: auto auto 64px 20px;
}

.team-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 60px;
  display: flex;
}

.team-image {
  object-fit: scale-down;
  width: 610px;
  max-width: 34vw;
}

.team-text {
  color: #fff;
  letter-spacing: .3px;
  max-width: 527px;
  font-size: 19px;
  line-height: 26px;
}

.team-text-title {
  color: #fff;
  letter-spacing: .05px;
  margin-bottom: 27px;
  font-weight: 500;
}

.team-text-block.margin {
  margin-bottom: 80px;
}

.team-section {
  background-color: #3b3b39;
}

.team-section.home-ab {
  padding-top: 80px;
  padding-bottom: 80px;
}

.buchen-section {
  background-color: #3b3b39;
}

.buchen-content {
  justify-content: space-between;
  align-items: center;
  max-width: 1077px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 44px;
  padding-bottom: 44px;
  display: flex;
}

.buchen-text {
  color: #fff;
  letter-spacing: 1px;
  font-weight: 300;
}

.buchen-link {
  color: #1d1f1c;
  letter-spacing: .7px;
  text-transform: uppercase;
  background-color: #d6e8d1;
  padding: 13px 60px;
  font-size: 18px;
  line-height: 30px;
  text-decoration: none;
  transition: background-color .2s;
  display: inline-block;
}

.buchen-link:hover {
  background-color: #e1cebf;
}

.buchen-link.secondary {
  background-color: #fff;
}

.buchen-link.secondary:hover {
  background-color: var(--mid-nude);
}

.home-slider {
  background-color: #fff;
  width: 100%;
  height: 100%;
}

.home-slide-image {
  width: 100%;
}

.slider-arrow {
  width: 10px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.slide-nav {
  display: none;
}

.footer-section {
  background-color: var(--nudes--nude-300);
}

.footer-content {
  justify-content: space-between;
  padding-top: 60px;
  padding-bottom: 90px;
  display: flex;
}

.footer-logo {
  margin-bottom: 71px;
}

.footer-text {
  color: var(--dark-font);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 27px;
}

.footer-col.right {
  text-align: right;
}

.footer-text-right {
  color: var(--dark-font);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 24px;
}

.footer-text-right.margin {
  margin-bottom: 28px;
}

.footer-text-right.margin-3 {
  margin-bottom: 26px;
}

.footer-text-right.margin-4 {
  margin-bottom: 70px;
}

.footer-link {
  color: var(--dark-font);
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  text-decoration: none;
  display: block;
}

.footer-link.light {
  color: #555;
  letter-spacing: 1px;
  font-weight: 300;
  transition: color .2s;
}

.footer-link.light:hover {
  color: #000;
}

.footer-link.margin-2 {
  margin-bottom: 74px;
}

.footer-col-wrapper {
  flex-flow: row;
  justify-content: space-between;
  width: 100%;
  margin-top: 32px;
  display: flex;
  position: relative;
}

.make-up-section {
  background-color: #fde1cf;
  position: relative;
}

.make-up-section.color-warm-nude, .make-up-section.color-warm-nude:where(.w-variant-ff280e46-d250-a1de-4686-e222fb6d6a4d) {
  background-color: var(--nude-back);
}

.make-up-heading {
  color: #000;
  letter-spacing: .3px;
  max-width: 600px;
  font-size: 80px;
  font-weight: 300;
  line-height: 87px;
}

.make-up-heading.bold {
  font-weight: 400;
}

.make-up-text {
  color: #000;
  letter-spacing: .3px;
  max-width: 515px;
  margin-bottom: 30px;
}

.make-up-content {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
  position: static;
}

.make-up-heading-container {
  margin-bottom: 60px;
  padding-left: 21px;
  position: relative;
}

.make-up-right-content {
  width: 50%;
  padding-top: 14px;
  padding-left: 0;
}

.make-up-icon {
  margin-top: 60px;
}

.play-button-link {
  display: none;
}

.services-section {
  background-color: #fee1cf;
}

.service-card {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  margin-bottom: 60px;
  display: flex;
}

.service-separator {
  background-color: #fff;
  height: 2px;
  margin-bottom: 31px;
}

.service-separator.dark {
  background-color: var(--dark-font);
  height: .5px;
  margin-bottom: 0;
}

.service-separator.dark.end {
  position: absolute;
  inset: auto auto 0% 0%;
}

.service-heading {
  text-transform: uppercase;
  font-family: Athena, sans-serif;
  font-size: 50px;
  line-height: 46px;
}

.top-button {
  z-index: 99;
  opacity: 0;
  transition: opacity .3s;
  position: fixed;
  inset: auto 30px 30px auto;
}

.top-button.w--current {
  transition-duration: .5s;
}

.top-button-image {
  color: var(--dark-font);
}

.html-embed {
  display: none;
}

.service-left {
  flex: 1;
}

.service-slider {
  background-color: #ddd0;
  width: 516px;
  max-width: 44vw;
  height: 343px;
}

.slide-nav-2 {
  display: none;
}

.service-slide-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.service-slide-arrow {
  object-fit: scale-down;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.service-slide-arrow.left {
  left: 25px;
}

.service-slide-arrow.right {
  right: 25px;
}

.service-card-wrapper {
  margin-bottom: 153px;
}

.service-card-wrapper.last {
  margin-bottom: 55px;
}

.service-card-wrapper.second {
  margin-bottom: 100px;
}

.service-text-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  display: flex;
}

.service-text-col.right {
  position: relative;
}

.service-text {
  color: #000;
  letter-spacing: .3px;
  max-width: 515px;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 27px;
}

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

.service-subheading {
  color: #000;
  letter-spacing: .3px;
  max-width: 510px;
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: 500;
  line-height: 27px;
}

.service-text-bold {
  color: #000;
  letter-spacing: .3px;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
}

.faq-section {
  background-color: var(--nude-back);
}

.faq-content {
  padding-top: 102px;
  padding-bottom: 140px;
}

.faq-content.scalp {
  padding-bottom: 0;
}

.faq-heading-container {
  padding-bottom: 109px;
}

.faq-heading {
  max-width: 600px;
  color: var(--dark-font);
  letter-spacing: .3px;
  font-size: 58px;
  font-weight: 300;
  line-height: 62px;
}

.faq-heading.bold {
  font-weight: 400;
}

.faq-item {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  margin-bottom: 70px;
  display: flex;
}

.faq-question {
  color: #000;
  letter-spacing: .3px;
  max-width: 41%;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
}

.faq-text {
  color: #000;
  letter-spacing: .3px;
  max-width: 50%;
  font-size: 19px;
  line-height: 27px;
}

.faq-text.width {
  max-width: 100%;
  margin-bottom: 40px;
}

.make-up-right-content-mobile {
  padding-top: 14px;
  padding-left: 9px;
  display: none;
}

.medizinische-section {
  background-color: #d8e7d3;
  position: relative;
}

.medizinisch-cards-section {
  background-color: #d8e7d3;
}

.medizinisch-cards-content {
  padding-bottom: 50px;
}

.medizinisch-text-container {
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  display: flex;
}

.medizinische-content {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  margin-left: 16px;
  padding-top: 101px;
  padding-bottom: 97px;
  display: flex;
}

.medizinische-heading-container {
  margin-bottom: 60px;
  padding-left: 16px;
}

.medizinische-text {
  color: #000;
  letter-spacing: .3px;
  max-width: 620px;
  margin-bottom: 30px;
}

.medizinische-right-content {
  padding-top: 14px;
}

.faq-list-item {
  margin-left: 49px;
  display: flex;
}

.faq-dot {
  background-color: #000;
  border-radius: 50%;
  flex: none;
  width: 8px;
  height: 8px;
  margin-top: 11px;
  margin-right: 8px;
}

.list-item-text {
  color: #000;
  letter-spacing: .3px;
  font-size: 19px;
  line-height: 27px;
}

.faq-list-item-container {
  max-width: 50%;
}

.buchen-page-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.buchen-body {
  background-color: var(--deeps-and-anchors--deep-moss);
}

.buchen-text-left {
  color: #fff;
  letter-spacing: .3px;
  margin-bottom: 28px;
  font-size: 42px;
  line-height: 54px;
}

.buchen-text-left.bold {
  font-weight: 500;
}

.buchen-text-container {
  color: #fff;
  flex: 1;
  padding-left: 22px;
  padding-right: 22px;
}

.pigmentierung-title {
  color: #fff;
  max-width: 1080px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  font-family: Athena, sans-serif;
  font-size: 58px;
  font-weight: 400;
  line-height: 63px;
}

.pigmentierung-title.mobile {
  display: none;
}

.medizinisch-card-wrapper {
  margin-bottom: 109px;
}

.medizinisch-card-wrapper.flex {
  width: 100%;
  max-width: 50%;
}

.medizinisch-card {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.medizinisch-separator {
  background-color: #fff;
  height: 2px;
  margin-bottom: 31px;
}

.medizinisch-separator.left {
  max-width: 95%;
}

.medizinisch-heading {
  color: #000;
  letter-spacing: .3px;
  text-transform: uppercase;
  font-family: Athena, sans-serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 52px;
}

.medizinisch-heading.mobile {
  display: none;
}

.medizinisch-card-text {
  color: #000;
  letter-spacing: .3px;
  font-size: 18px;
  line-height: 27px;
}

.medizinisch-card-text.big-margin {
  margin-bottom: 27px;
  font-size: 22px;
}

.medizinisch-card-text.margin {
  margin-bottom: 59px;
}

.medizinisch-flex-cards {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  display: flex;
}

.text-span {
  font-weight: 300;
}

.text-span-2, .text-span-3, .text-span-4 {
  display: block;
}

.text-span-6 {
  display: none;
}

.impressum-body {
  background-color: #eaeaea;
}

.impressum-cards-content {
  width: 100%;
  padding-top: 150px;
  padding-bottom: 50px;
}

.impressum-cards-wrapper {
  margin-bottom: 109px;
}

.impressum-card {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.impressum-heading {
  color: #000;
  letter-spacing: .3px;
  text-transform: uppercase;
  font-family: Athena, sans-serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 52px;
}

.impressum-text-container {
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  display: flex;
}

.impressum-col {
  max-width: 50%;
}

.impressum-container, .datenschutz-container {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1150px;
  padding: 40px;
  display: flex;
}

.datenschutz-cards-content {
  width: 100%;
  padding-top: 150px;
}

.datenschutz-card-wrapper {
  margin-bottom: 40px;
}

.datenschutz-separator {
  background-color: #fff;
  height: 2px;
  margin-bottom: 31px;
}

.datenschutz-separator.footer {
  margin-top: 60px;
}

.datenschutz-card {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.datenschutz-heading {
  color: #000;
  letter-spacing: .3px;
  text-transform: uppercase;
  font-family: Athena, sans-serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 52px;
}

.datenschutz-text-container {
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  display: flex;
}

.datenschutz-col {
  max-width: 50%;
}

.datenschutz-card-text {
  color: #000;
  letter-spacing: .3px;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 27px;
}

.datenschutz-card-text.big-margin {
  margin-bottom: 27px;
  font-size: 22px;
  line-height: 32px;
}

.datenschutz-card-text.big-margin._2 {
  margin-bottom: 40px;
}

.datenschutz-card-text.margin {
  margin-bottom: 59px;
}

.datenschutz-card-text.margin-2 {
  margin-bottom: 80px;
}

.datenschutz-list-item {
  margin-left: 32px;
  display: flex;
}

.scalp-section {
  background-color: #eaeaea;
  position: relative;
}

.scalp-content {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 85px;
  padding-bottom: 154px;
  display: flex;
}

.scalp-heading-container {
  margin-bottom: 60px;
  padding-left: 16px;
}

.scalp-heading {
  color: #000;
  letter-spacing: -3px;
  font-size: 100px;
  font-weight: 300;
  line-height: 115px;
}

.scalp-text-left {
  color: #000;
  width: 50%;
  margin-left: 19px;
  font-size: 42px;
  line-height: 54px;
}

.text-span-8, .text-span-9 {
  display: block;
}

.scalp-flex {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  display: flex;
}

.scalp-flex.margin {
  margin-bottom: 73px;
}

.scalp-video-container {
  z-index: 1;
  width: 100%;
  height: 600px;
  margin-bottom: 55px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.scalp-video-container.margin {
  margin-bottom: 120px;
}

.scalp-text-col {
  max-width: 50%;
  padding-top: 14px;
}

.scalp-text {
  color: #000;
  letter-spacing: .3px;
  max-width: 620px;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 27px;
}

.scalp-text.bold {
  font-weight: 500;
}

.scalp-text.margin {
  margin-bottom: 80px;
}

.scalp-services-section {
  background-color: #eaeaea;
}

.scalp-service-heading {
  text-transform: uppercase;
  font-family: Athena, sans-serif;
  font-size: 50px;
  font-weight: 300;
  line-height: 46px;
}

.scalp-service-heading.bold {
  font-weight: 400;
}

.text-span-10 {
  display: block;
}

.scalp-image {
  object-fit: scale-down;
  width: 24vw;
  max-width: 240px;
  height: 220px;
}

.scalp-service-col-right {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  max-width: 50%;
  display: flex;
}

.scalp-card-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  display: flex;
}

.scalp-subheading {
  color: #000;
  letter-spacing: .3px;
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: 500;
  line-height: 27px;
}

.scalp-subheading.width {
  max-width: 490px;
}

.scalp-text-small {
  color: #000;
  letter-spacing: .3px;
  max-width: 515px;
  margin-top: 27px;
  font-size: 13px;
  line-height: 19px;
}

.scalp-cards {
  margin-bottom: 185px;
}

.scalp-cards._2 {
  margin-bottom: 116px;
}

.scalp-cards._3 {
  margin-bottom: 100px;
}

.scalp-card-top {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  margin-bottom: 72px;
  display: flex;
}

.text-span-11, .text-span-12 {
  font-weight: 400;
}

.scalp-team-section {
  background-color: #eaeaea;
}

.scalp-team-text-title {
  color: #000;
  letter-spacing: 1px;
  margin-bottom: 27px;
  font-weight: 500;
}

.scalp-team-text {
  color: #000;
  letter-spacing: .3px;
  max-width: 527px;
  font-size: 19px;
  line-height: 26px;
}

.scalp-team-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 188px;
  display: flex;
}

.scalp-team-image {
  object-fit: scale-down;
  width: 610px;
  max-width: 34vw;
  margin-top: -72px;
}

.faq-text-wrapper {
  flex-direction: column;
  max-width: 50%;
  display: flex;
}

.scalp-hero-text {
  color: #000;
  letter-spacing: .3px;
  max-width: 620px;
  margin-bottom: 30px;
}

.h1-alike {
  color: var(--dark-font);
  text-transform: uppercase;
  font-family: Athena, sans-serif;
  font-size: 64px;
  font-weight: 300;
  line-height: 64px;
}

.beratung-form {
  background-color: #fff;
  border-radius: 10px;
  flex: 1;
  margin-left: 40px;
  margin-right: 40px;
  padding: 40px;
}

.form-button {
  background-color: var(--soft-sage);
  width: 100%;
  color: var(--dark-font);
  letter-spacing: .7px;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 30px;
}

.title {
  margin-bottom: 40px;
}

.div-block {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.content-left {
  flex: 0 auto;
  margin-left: 16px;
}

.content-right {
  flex: none;
}

.text {
  color: #fff;
}

.text p {
  margin-bottom: 20px;
}

.anrufen-link {
  margin-top: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: underline;
}

.div-block-2 {
  flex-flow: column;
  display: flex;
}

.nav-link-nummer {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: underline;
}

.nav-container-cta {
  flex-flow: column;
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}

.link-2 {
  font-size: 16px;
  font-weight: 500;
}

.hero-ab {
  background-image: linear-gradient(#2c2e2a80 6%, #0000 35%, #0009 60%), url('../images/natural-permanent-makeup-berlin_1natural-permanent-makeup-berlin.webp');
  background-position: 0 0, 50% 80%;
  background-repeat: repeat, repeat-y;
  background-size: auto, auto 112%;
  background-attachment: scroll, fixed;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  min-height: 700px;
  position: relative;
}

.hero-ab.pmu-hero {
  background-image: linear-gradient(223deg, #0000002e, #f8f8f803 28%, #0000003b 42%, #00000075 67%), url('../images/Lippen.avif');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-ab.pmu-hero-augenbrauen {
  background-image: linear-gradient(223deg, #0000002e, #f8f8f803 28%, #0000003b 42%, #00000075 67%), url('../images/Untitled-design-3_1Untitled design-3.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-ab.pmu-hero-lidstrich {
  background-image: linear-gradient(223deg, #0000002e, #f8f8f803 28%, #0000003b 42%, #00000075 67%), url('../images/5_1.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-ab-heading-wrapper {
  max-width: 900px;
}

.hero-ab-heading {
  letter-spacing: -2.5px;
  text-transform: none;
  font-family: Athena, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 72px;
}

.hero-ab-subheading {
  color: #fff;
  max-width: 750px;
  margin-bottom: 24px;
  font-family: "Salmanazar 205 Tf", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 54px;
}

.hero-ab-button-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.primary-button {
  background-color: var(--deeps-and-anchors--cta-peach);
  color: var(--dark-font);
  letter-spacing: .4px;
  text-transform: uppercase;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding: 24px 32px;
  font-size: 16px;
  font-weight: 500;
  line-height: 14px;
  transition: filter .2s;
  display: flex;
}

.primary-button:hover {
  filter: brightness(110%);
}

.primary-button.cc-card {
  margin-block-start: auto;
}

.primary-button.fit-content {
  width: fit-content;
}

.secondary-button {
  background-color: var(--soft-sage);
  outline-offset: -2px;
  color: var(--dark-font);
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  outline: 2px #fff;
  justify-content: center;
  align-items: center;
  padding: 20px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 14px;
  transition: filter .2s;
  display: flex;
}

.secondary-button:hover {
  filter: brightness(110%);
}

.hero-ab-content {
  z-index: 1;
  justify-content: flex-start;
  align-items: flex-end;
  height: 75%;
  display: flex;
  position: relative;
}

.ab-heading-2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: Athena, sans-serif;
  font-size: 42px;
  font-weight: 500;
  line-height: 120%;
}

.ab-heading-2.pmu-blacktext {
  color: var(--black\<deleted\|variable-696eb488\>);
}

.effortless-section {
  z-index: 2;
  background-color: #3b3b39;
  padding-top: 120px;
  padding-bottom: 80px;
  position: relative;
}

.effortless-section.pink-black-effortless-section {
  background-color: var(--mid-nude);
}

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

.effortless-title {
  color: var(--soft-sage);
  font-size: 40px;
  font-weight: 300;
  line-height: 48px;
}

.effortless-title.dark-text-effortless {
  color: var(--dark-font);
}

.effortless-text {
  color: var(--white\<deleted\|variable-f2d8196a\>);
  font-family: "Salmanazar 205 Tf", sans-serif;
  font-size: 21px;
  font-weight: 500;
}

.effortless-text.darktext-effortless {
  color: var(--dark-font);
}

.cta-ab-section {
  background-color: #4b5950;
  padding-top: 120px;
  padding-bottom: 60px;
}

.cta-ab-heading {
  color: #fff;
  margin-bottom: 12px;
  font-size: 42px;
  font-weight: 500;
  line-height: 54px;
}

.cta-ab-text {
  color: #fff;
  margin-bottom: 30px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.cta-ab-wrapper {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.unsere-services-section-1 {
  background-color: #4b5950;
  padding-top: 60px;
  padding-bottom: 120px;
}

.unsere-services-section-1.service-pmu {
  background-color: var(--mid-nude);
}

.flex-button-wrapper {
  display: flex;
}

.service-item {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.service-title {
  color: #fff;
  margin-bottom: 12px;
  font-size: 36px;
  font-weight: 300;
  line-height: 120%;
}

.service-title.pmu-blacktext {
  color: var(--black\<deleted\|variable-696eb488\>);
}

.service-text-ab {
  color: #fff;
  margin-bottom: 32px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.service-text-ab.pmu-blacktext {
  color: var(--black\<deleted\|variable-696eb488\>);
}

.services-wrapper {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-flow: column;
  margin-top: 56px;
  display: flex;
}

.unsere-services-section-2 {
  background-color: #3b3b39;
  padding-top: 120px;
  padding-bottom: 120px;
}

.services-cards-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 54px;
  display: grid;
}

.unsere-service-card {
  background-color: #ffffffe6;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  height: auto;
  display: flex;
}

.unsere-service-card-image {
  height: 220px;
}

.unsere-service-title {
  color: #1f3331;
  text-align: center;
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 500;
}

.unsere-service-text {
  text-align: center;
  margin-bottom: 40px;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
}

.unsere-service-card-content {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding: 30px;
  display: flex;
}

.testimonials-section {
  background-color: #3b3b39;
  padding-top: 60px;
  padding-bottom: 120px;
}

.testimonials-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

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

.testimonial-wrapper.pmu-testimonial {
  background-color: var(--white\<deleted\|variable-f2d8196a\>);
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 16px;
}

.testimonial-avatar {
  background-color: #fff3;
  background-image: url('/images/wf-background-image.svg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 100%;
  width: 100px;
  height: 100px;
  margin-bottom: 32px;
}

.testimonial-quote-icon {
  width: 24px;
  color: var(--black\<deleted\|variable-696eb488\>);
  margin-bottom: 16px;
}

.testimonial-text {
  color: var(--white\<deleted\|variable-f2d8196a\>);
  text-align: center;
  letter-spacing: .5px;
  margin-bottom: 32px;
  font-family: "Salmanazar 205 Tf", sans-serif;
  font-size: 17px;
  line-height: 21px;
  text-decoration: none;
}

.testimonial-text.testimonialblack {
  color: var(--dark-font);
  font-size: 18px;
}

.testimonial-name {
  color: var(--white\<deleted\|variable-f2d8196a\>);
  text-align: center;
  margin-bottom: 10px;
  font-family: "Salmanazar 205 Tf", sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 21px;
  text-decoration: none;
}

.testimonial-name.testimonialblack {
  color: var(--black\<deleted\|variable-696eb488\>);
}

.testimonial-stars {
  width: 168px;
  margin-bottom: 18px;
}

.new-cta-2-ab-section {
  background-color: var(--sages--sage-300);
  background-image: linear-gradient(#2c2e2acc, #2c2e2acc), url('../images/NaturalLine_128-1_1NaturalLine_128-1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 60vh;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.cta-2-ab-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cta-2-ab-text {
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 500;
}

.cta-2-ab-text._2 {
  margin-bottom: 32px;
  font-family: Salmanazar regular, Arial, sans-serif;
  font-size: 21px;
  font-weight: 400;
}

.text-span-14 {
  color: var(--white\<deleted\|variable-f2d8196a\>);
  font-family: Salmanazar regular, Arial, sans-serif;
  font-weight: 500;
}

.text-span-14.darktext-effortless {
  color: var(--dark-font);
}

.hero-ab-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.hero-ab-phone {
  color: var(--white\<deleted\|variable-f2d8196a\>);
  font-size: 16px;
  font-weight: 500;
}

.hero-ab-phone.pmu-black-button {
  color: var(--black\<deleted\|variable-696eb488\>);
}

.hero-ab-subheading-sm {
  color: #927c2c;
  max-width: 620px;
  margin-bottom: 24px;
  font-family: Salmanazar regular, Arial, sans-serif;
  font-size: 21px;
  font-weight: 300;
  line-height: 31px;
}

.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 {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.image-2 {
  vertical-align: baseline;
  align-self: flex-end;
}

.google-links {
  justify-content: flex-start;
  max-width: 296px;
  text-decoration: none;
  display: block;
}

.image-3, .image-4, .image-5 {
  border-radius: 100%;
}

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

.heading {
  z-index: 11;
  color: #000;
  text-transform: capitalize;
  max-width: 663px;
  margin-bottom: 198px;
  font-size: 65px;
  font-weight: 300;
  line-height: 1.1em;
  position: relative;
}

.text-span-15 {
  font-weight: 400;
}

.div-block-3 {
  z-index: 111;
  width: 100%;
  max-width: 511px;
  margin-left: auto;
  position: absolute;
  inset: auto 0% 0% auto;
}

.paragraph {
  color: #000;
  margin-bottom: 48px;
  font-size: 20px;
  line-height: 1.2em;
}

.div-block-4 {
  aspect-ratio: auto;
  height: 70vh;
  position: relative;
}

.image-6 {
  vertical-align: baseline;
  width: 100%;
  max-width: 600px;
  position: absolute;
  top: 44%;
  left: 50%;
  overflow: visible;
  transform: translate(-50%, -50%);
}

.div-block-5 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 74px;
  display: flex;
}

.heading-2 {
  color: #333;
  width: 100%;
  max-width: 280px;
  font-family: Athena, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 1.2em;
}

.paragraph-3 {
  color: #000;
  width: 100%;
  max-width: 800px;
  font-size: 18px;
  line-height: 1.3em;
}

.image-7 {
  width: 100%;
}

.section-2 {
  background-color: #fff;
  padding-top: 72px;
  padding-bottom: 72px;
}

.section-2._2 {
  background-color: #3b3b39;
}

.heading-3 {
  color: #000;
  text-align: center;
  margin-bottom: 40px;
  font-family: Athena, sans-serif;
  font-size: 42px;
  font-weight: 300;
  line-height: 1.2em;
}

.heading-3.ffffff {
  color: #fff;
  text-transform: uppercase;
  font-size: 42px;
}

.div-block-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.secondary-button-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #1d1f1c;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #febf97;
  justify-content: center;
  align-items: center;
  height: 43px;
  padding: 13px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  text-decoration: none;
  transition: filter .2s;
  display: flex;
}

.secondary-button-2:hover {
  filter: brightness(110%);
}

.link-block-2 {
  color: #000;
  justify-content: center;
  align-items: center;
  height: 43px;
  padding-left: 16px;
  padding-right: 16px;
  font-family: "Salmanazar 205 Tf", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  display: flex;
}

.link-block-2.ffffff {
  color: #fff;
}

.pmu-steps {
  background-color: var(--med-font);
  color: var(--dark-font);
  padding-top: 100px;
  padding-bottom: 100px;
}

.heading-4 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 56px;
  font-family: Athena, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 1.2em;
}

.div-block-7 {
  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-8 {
  background-color: var(--off-white-cool);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 47px 50px;
  display: flex;
}

.div-block-9 {
  background-color: #febf97;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-bottom: 24px;
  display: flex;
}

.image-8 {
  width: 64px;
  height: 64px;
}

.heading-5 {
  color: #000;
  text-align: center;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.2em;
}

.paragraph-4 {
  color: #000;
  text-align: center;
  font-size: 16px;
  line-height: 1.2em;
}

.about {
  background-color: #3b3b39;
  padding-top: 56px;
  padding-bottom: 56px;
}

.div-block-10 {
  background-color: var(--off-white-cool);
  max-width: 914px;
  margin-top: -160px;
  margin-left: auto;
  margin-right: auto;
  padding: 64px;
  position: relative;
}

.image-9 {
  width: 100%;
}

.heading-6 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  max-width: 580px;
  margin-bottom: 12px;
  margin-left: auto;
  margin-right: auto;
  font-family: Athena, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 1.2em;
}

.heading-6._32 {
  color: #000;
  text-transform: uppercase;
  max-width: 650px;
  margin-bottom: 32px;
}

.heading-6._64 {
  color: #000;
  text-transform: uppercase;
  max-width: 650px;
  margin-bottom: 64px;
}

.paragraph-5 {
  text-align: center;
  font-size: 18px;
  line-height: 1.3em;
}

.section-5 {
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.slick-slider {
  display: flex;
}

.div-block-11 {
  background-color: #fff;
  border: 1px solid #e7eaec;
  border-radius: 5.35px;
  min-width: 550px;
  max-width: 550px;
  padding: 32px;
}

.div-block-12 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.image-10 {
  max-width: 64px;
}

.heading-7 {
  color: #000;
  margin-bottom: 6px;
  font-size: 29.41px;
  font-weight: 500;
  line-height: 1.2em;
}

.image-11 {
  margin-bottom: 6px;
}

.paragraph-6 {
  color: #000;
  min-height: 175px;
  max-height: 175px;
  margin-bottom: 16px;
  font-family: Salmanazar regular, Arial, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.4em;
  overflow: hidden;
}

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

.text-block-2 {
  color: #000;
  font-family: "Salmanazar 205 Tf", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3em;
}

.section-6 {
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding-top: 41px;
  padding-bottom: 41px;
}

.div-block-14 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 924px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.text-block-3 {
  letter-spacing: 2px;
  text-transform: uppercase;
}

.text-span-18, .text-span-19, .text-span-20 {
  font-weight: 400;
}

.text-span-21 {
  font-weight: 300;
}

.testimonial-logos {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.google-icon {
  width: 16px;
}

.gallery-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.hero-copy {
  max-width: 640px;
  color: var(--neutral-off-white);
  letter-spacing: .12px;
  margin-bottom: 0;
  font-family: Salmanazar regular, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.hero-copy.centered {
  text-align: center;
}

.hero-subline {
  max-width: 640px;
  color: var(--neutral-off-white);
  letter-spacing: .4px;
  margin-bottom: 0;
  font-family: "Salmanazar 205 Tf", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.google-reviews-badge {
  opacity: .95;
  border-radius: 0;
  width: 190px;
  margin-right: 40px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.hero-ab-heading-new {
  letter-spacing: -2.5px;
  text-transform: none;
  font-family: Athena, sans-serif;
  font-size: 72px;
  font-weight: 400;
  line-height: 80px;
}

.hero-ab-2 {
  background-image: linear-gradient(#0000002e, #fff0 52%, #00000063 98%), url('../images/654cca1ba1b93eee4856f69c_NaturalLine_nm-p-500.jpg_1-p-500.jpg.avif');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  min-height: 700px;
  position: relative;
}

.secondary-button-3 {
  color: #1d1f1c;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #e1cebf;
  justify-content: center;
  align-items: center;
  height: 40px;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  transition: filter .2s;
  display: flex;
}

.secondary-button-3:hover {
  filter: brightness(110%);
}

.hero-ab-phone-2 {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.hero-ab-subheading-sm-2 {
  color: #fff;
  max-width: 620px;
  margin-bottom: 24px;
  font-family: Salmanazar regular, Arial, sans-serif;
  font-size: 21px;
  font-weight: 300;
  line-height: 31px;
}

.hero-ab-subheading-2 {
  color: #fff;
  max-width: 750px;
  margin-bottom: 24px;
  font-family: Salmanazar regular, Arial, sans-serif;
  font-size: 42px;
  font-weight: 300;
  line-height: 54px;
}

.primary-button-2 {
  color: #1d1f1c;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #d6e8d1;
  justify-content: center;
  align-items: center;
  height: 43px;
  padding: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  transition: filter .2s;
  display: flex;
}

.primary-button-2:hover {
  filter: brightness(110%);
}

.hero-ab-heading-2 {
  letter-spacing: -2.5px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Athena, sans-serif;
  font-size: 52px;
  font-weight: 500;
  line-height: 60px;
}

.hero-ab-content-2 {
  z-index: 1;
  justify-content: flex-start;
  align-items: flex-end;
  height: 70%;
  display: flex;
  position: relative;
}

.new-primary-button {
  background-color: var(--deeps-and-anchors--cta-peach);
  color: var(--dark-font);
  letter-spacing: .4px;
  text-transform: uppercase;
  cursor: pointer;
  background-image: none;
  justify-content: center;
  align-items: center;
  padding: 24px 32px;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  transition: filter .2s;
  display: flex;
}

.new-primary-button:where(.w-variant-ff280e46-d250-a1de-4686-e222fb6d6a4d) {
  background-color: var(--soft-sage);
}

.new-primary-button:hover {
  filter: brightness(110%);
}

.new-primary-button.linktree {
  border: 1px none var(--dark-font);
  background-color: var(--deeps-and-anchors--cta-golden);
  box-shadow: none;
  color: var(--soft-nude);
  text-align: center;
  border-radius: 4px;
  margin-bottom: 64px;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 18px;
  line-height: 18px;
}

.new-primary-button.linktree-secondary {
  border: 1px none var(--dark-font);
  background-color: var(--mid-nude);
  box-shadow: none;
  color: var(--dark-font);
  text-align: center;
  border-radius: 4px;
  margin-bottom: 32px;
  margin-left: 80px;
  margin-right: 80px;
  padding-top: 32px;
  padding-bottom: 32px;
}

.new-primary-button.linktree-tertiary {
  border: 1px none var(--dark-font);
  background-color: var(--nudes--nude-500);
  box-shadow: none;
  color: var(--dark-font);
  text-align: center;
  letter-spacing: .8px;
  text-transform: none;
  text-underline-offset: 3px;
  text-decoration: underline;
  -webkit-text-decoration-color: var(--dark-font);
  text-decoration-color: var(--dark-font);
  border-radius: 4px;
  margin-bottom: 32px;
  margin-left: 80px;
  margin-right: 80px;
  padding: 24px 0;
  font-weight: 300;
  text-decoration-thickness: 1px;
}

.faq-answer {
  color: var(--dark-font);
  text-align: left;
  letter-spacing: -.4px;
  word-break: keep-all;
  padding-top: 24px;
  padding-bottom: 16px;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

.icon-faq {
  perspective-origin: 50%;
  transform-origin: 50%;
  min-width: 32px;
  min-height: 32px;
  display: block;
}

.faq-headline {
  color: var(--dark-font);
  text-align: left;
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: "Salmanazar 205 Tf", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.faq-icon {
  background-color: var(--nudes--nude-300);
  width: 32px;
  height: 32px;
  color: var(--dark-font);
  border-radius: 320px;
  justify-content: center;
  align-items: flex-start;
  margin-top: -4px;
  display: flex;
}

.faq-card {
  border-top: .5px solid var(--dark-font);
  cursor: pointer;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 48px 0 32px;
  display: flex;
}

.faq-answer-div {
  overflow: hidden;
}

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

.faq-content-new {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1200px;
  padding-top: 104px;
  padding-bottom: 160px;
  display: flex;
}

.faq-card-flex {
  border-bottom: .5px solid var(--dark-font);
  width: 100%;
}

.faq-card-flex.margin {
  z-index: 2;
  margin-bottom: 160px;
  position: relative;
}

.new-service-images {
  aspect-ratio: 1;
  outline-color: var(--nudes--nude-0);
  outline-offset: -4px;
  object-fit: cover;
  object-position: 50% 100%;
  border-radius: 2px;
  outline-width: 4px;
  outline-style: none;
  max-width: 50%;
}

.black-text {
  color: var(--dark-font);
}

.h3-alike {
  color: var(--dark-font);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 32px;
  font-family: Athena, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 46px;
}

.service-shorty {
  aspect-ratio: 1;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 50%;
  display: flex;
}

.google-ratings-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--off-white-cool);
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding: 16px 32px;
  display: flex;
}

.google-name {
  color: var(--dark-font);
  text-align: center;
  font-family: "Salmanazar 205 Tf", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
  text-decoration: none;
}

.google-rating {
  width: 168px;
  margin-bottom: 18px;
}

.new-testimonials-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.testimonial-google-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 16px;
}

.google-div {
  background-color: var(--bg-soft-greige);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.new-testimonials-section {
  background-color: var(--nude-back);
  padding-top: 60px;
  padding-bottom: 120px;
}

.new-about {
  background-color: var(--nude-back);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 56px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  overflow: hidden;
}

.nadine-marvin-foto {
  width: 120%;
  max-width: none;
}

.full {
  padding-left: 0;
  padding-right: 0;
}

.h2-alike-small {
  color: #000;
  text-align: left;
  margin-bottom: 40px;
  font-family: Athena, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 56px;
}

.team-flex {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  margin-top: 64px;
}

.body-text {
  color: var(--dark-font);
  letter-spacing: .3px;
  font-size: 18px;
  line-height: 28px;
}

.pmu-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.new-service-card {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
}

.h2-alike {
  max-width: 600px;
  color: var(--dark-font);
  letter-spacing: .3px;
  text-transform: uppercase;
  font-family: Athena, sans-serif;
  font-size: 64px;
  font-weight: 300;
  line-height: 72px;
}

.h2-alike.bold {
  font-weight: 400;
}

.new-services-section {
  border-bottom: 2px solid var(--off-white-cool);
  background-color: var(--nudes--nude-100);
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding-top: 128px;
  padding-bottom: 128px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.new-services-section.last {
  padding-bottom: 192px;
}

.hero-headline {
  color: var(--neutral-off-white);
  letter-spacing: -2.5px;
  text-transform: none;
  font-family: Athena, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 72px;
}

.navbar-link {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  transition: color .3s;
}

.navbar-link:where(.w-variant-ff280e46-d250-a1de-4686-e222fb6d6a4d) {
  color: var(--neutral-off-white);
}

.navbar-link:hover {
  color: #d9e8d3;
}

.navbar-link.w--current {
  color: var(--white\<deleted\|variable-f2d8196a\>);
}

.navbar-link.highlight-new {
  background-color: var(--soft-sage);
  color: var(--dark-font);
  letter-spacing: .4px;
  padding: 13px 24px;
  font-size: 14px;
  transition: filter .2s, color .3s;
}

.navbar-link.highlight-new:where(.w-variant-ff280e46-d250-a1de-4686-e222fb6d6a4d) {
  outline-offset: -1px;
  color: var(--neutral-off-white);
  background-color: #d6e8d100;
  outline: 1px solid #fff;
  padding: 10px 12px;
}

.navbar-link.highlight-new:hover {
  filter: brightness(110%);
}

.navbar-link.highlight-new.new-13, .navbar-link.highlight-new.new-28 {
  outline-offset: -1px;
  color: var(--neutral-off-white);
  background-color: #d6e8d100;
  outline: 1px solid #fff;
  padding: 10px 12px;
}

.navbar-link.new-7, .navbar-link.new-8, .navbar-link.new-9, .navbar-link.new-10, .navbar-link.new-22, .navbar-link.new-23, .navbar-link.new-24, .navbar-link.new-25 {
  color: var(--neutral-off-white);
}

.banner-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.banner-wrapper.above-video {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.video-container {
  z-index: 1;
  justify-content: center;
  align-items: center;
  height: 960px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.hero-container {
  width: 100%;
  max-width: 1200px;
  padding-left: 40px;
  padding-right: 40px;
}

.hero-home {
  background-image: linear-gradient(#2c2e2a80 6%, #0000 35%, #0009 60%), url('../images/natural-permanent-makeup-berlin_1natural-permanent-makeup-berlin.webp');
  background-position: 0 0, 50% 80%;
  background-repeat: repeat, repeat-y;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  min-height: 960px;
  position: relative;
  overflow: hidden;
}

.hero-home.lippen {
  background-image: linear-gradient(#2c2e2a80, #0000 25%, #2c2e2a00 44%, #000c 75%), url('../images/Lippen.avif');
  background-position: 0 0, 100% 100%;
}

.hero-home.brauen {
  background-image: linear-gradient(#2c2e2a80, #0000 25%, #2c2e2a00 44%, #000c 75%), url('../images/Untitled-design-3_1Untitled design-3.avif');
  background-position: 0 0, 50%;
}

.hero-home.pmu {
  background-image: linear-gradient(#2c2e2a80, #0000 25%, #2c2e2a00 44%, #0009 75%), url('../images/NaturalLine_129NaturalLine_128.webp');
  background-position: 0 0, 40% 100%;
}

.hero-home.lidstrich {
  background-image: linear-gradient(#2c2e2a80, #0000 25%, #2c2e2a00 44%, #0009 75%), url('../images/13.png');
  background-position: 0 0, 40% 100%;
  background-size: auto, cover;
}

.body-text-link-old {
  max-width: 515px;
  color: var(--dark-font);
  letter-spacing: .3px;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.body-headline {
  max-width: 510px;
  color: var(--dark-font);
  letter-spacing: .3px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.banner-headline-large {
  color: var(--neutral-off-white);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Athena, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 56px;
}

.banner-text-large {
  max-width: 640px;
  color: var(--neutral-off-white);
  text-align: center;
  margin-bottom: 0;
  font-family: Salmanazar regular, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 36px;
}

.text-span-22 {
  text-transform: uppercase;
}

.google-text {
  color: var(--dark-font);
  text-align: left;
  letter-spacing: .5px;
  margin-bottom: 32px;
  font-family: "Salmanazar 205 Tf", sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}

.hero-flex {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  max-width: 900px;
  display: flex;
}

.hero-button-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.section-space {
  background-color: var(--nude-back);
  height: 75vh;
}

.div-block-21 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 75%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.between-headline-copy {
  color: var(--dark-font);
  text-align: center;
  letter-spacing: -2.5px;
  text-transform: none;
  font-family: Athena, sans-serif;
  font-size: 80px;
  font-weight: 300;
  line-height: 88px;
}

.between-headline-copy.bold {
  font-weight: 400;
}

.team-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  margin-bottom: 32px;
  display: flex;
}

.banner-section {
  background-color: var(--sages--sage-300);
  background-image: linear-gradient(#2c2e2acc, #2c2e2acc), url('../images/NaturalLine_128-1_1NaturalLine_128-1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 60vh;
  min-height: 640px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.google-badge {
  background-color: var(--bg-soft-greige);
  border-radius: 2px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-right: 40px;
  padding: 12px 16px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.badge-head {
  color: var(--dark-font);
  text-align: center;
  letter-spacing: -.12px;
  font-family: Inter, sans-serif;
  font-size: 9px;
  font-weight: 700;
  line-height: 12px;
  text-decoration: none;
}

.badge-ratings-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: center;
  align-items: center;
  margin-top: 8px;
  margin-bottom: 8px;
  display: flex;
}

.badge-stars {
  height: 16px;
}

.badge-rating {
  color: var(--dark-font);
  text-align: center;
  letter-spacing: -.4px;
  margin-top: 1px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 12px;
  text-decoration: none;
}

.badge-ratings {
  opacity: .4;
  color: var(--dark-font);
  text-align: center;
  letter-spacing: -.2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Salmanazar regular, Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
  text-decoration: none;
}

.badge-head-large {
  color: var(--dark-font);
  text-align: center;
  letter-spacing: -.12px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  text-decoration: none;
}

.badge-rating-large {
  color: var(--dark-font);
  text-align: center;
  letter-spacing: -.4px;
  margin-top: 1px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 12px;
  text-decoration: none;
}

.badge-ratings-large {
  opacity: .33;
  color: var(--dark-font);
  text-align: center;
  letter-spacing: -.2px;
  margin-top: 2px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 11.6px;
  font-weight: 500;
  line-height: 12px;
  text-decoration: none;
}

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

.product-left {
  border-radius: 2px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 60vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.product-right {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.buchen-link-2 {
  color: #1d1f1c;
  letter-spacing: .7px;
  text-transform: uppercase;
  background-color: #d6e8d1;
  padding: 13px 60px;
  font-size: 18px;
  line-height: 30px;
  text-decoration: none;
  transition: background-color .2s;
  display: inline-block;
}

.buchen-link-2:hover {
  background-color: #e1cebf;
}

.buchen-link-2.secondary {
  background-color: #fff;
}

.buchen-link-2.secondary:hover {
  background-color: #dfcbba;
}

.div-block-22 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.image-13 {
  aspect-ratio: auto;
  max-width: none;
  height: 100%;
}

.navbar-dark {
  border-bottom: .5px none var(--med-font);
  background-color: var(--nudes--nude-200);
  outline-color: var(--nudes--nude-200);
  outline-offset: 0px;
  outline-width: 2px;
  outline-style: solid;
}

.booking-section {
  height: 100%;
  padding-top: 64px;
}

.navbar-logo-dark {
  width: 192px;
  height: auto;
}

.product-headline-old {
  color: var(--dark-font);
  font-weight: 300;
}

.google-badge-copy {
  background-color: var(--bg-soft-greige);
  border-radius: 2px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  margin-left: 40px;
  margin-right: 40px;
  padding: 12px 16px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.caps {
  text-transform: uppercase;
}

.flex-block-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  padding-right: 128px;
}

.flex-block-3 {
  flex-flow: wrap;
}

.tags-text {
  background-color: var(--dark-font);
  color: var(--neutral-off-white);
  border-radius: 320px;
  padding: 2px 16px;
  font-size: 12px;
  font-weight: 700;
  line-height: 24px;
}

.flex-block-4 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.product-full-button {
  width: 100%;
}

.product-full-tags {
  grid-column-gap: 4px;
  grid-row-gap: 8px;
  flex-flow: wrap;
}

.tags-text-new {
  background-color: var(--deeper-nude);
  color: var(--dark-font);
  border-radius: 320px;
  padding: 2px 16px;
  font-family: Salmanazar regular, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
}

.tags-text-new.dark {
  background-color: var(--dark-font);
  color: var(--deeper-nude);
}

.product-additional {
  color: var(--med-font);
  letter-spacing: .3px;
  margin-top: 8px;
  font-size: 14px;
  line-height: 20px;
}

.product-text {
  color: var(--dark-font);
  letter-spacing: .3px;
  font-size: 16px;
  line-height: 24px;
}

.product-subline {
  max-width: 510px;
  color: var(--dark-font);
  letter-spacing: .3px;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.new-booking-section {
  height: 75vh;
  padding-top: 96px;
  padding-bottom: 96px;
}

.product-faq-section {
  background-color: var(--nudes--nude-200);
  padding-top: 96px;
  padding-bottom: 96px;
}

.product-ratings-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  margin-top: 4px;
  margin-bottom: 8px;
  text-decoration: none;
  display: flex;
}

.badge-stars-large {
  height: 20px;
}

.product-content {
  color: var(--dark-font);
}

.product-content h3 {
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 24px;
}

.product-content p {
  font-size: 16px;
  line-height: 24px;
}

.product-content li {
  padding-left: 4px;
  font-size: 16px;
  line-height: 24px;
  list-style-type: disc;
}

.product-content ol {
  margin-top: 12px;
  margin-bottom: 16px;
  padding-left: 20px;
}

.product-content ul {
  margin-top: 8px;
  margin-bottom: 8px;
  padding-left: 20px;
}

.product-headline-bold {
  color: var(--dark-font);
  text-transform: none;
  font-family: Athena, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 36px;
}

.product-headline-bold.athena {
  letter-spacing: -.8px;
  text-transform: uppercase;
  font-family: Athena, sans-serif;
  font-weight: 400;
}

.product-headline-bold.athena-copy {
  letter-spacing: -.8px;
  text-transform: uppercase;
  font-family: Athena, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 44px;
}

.product-headline-thin-old {
  color: var(--dark-font);
  text-transform: none;
  font-family: Athena, sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 36px;
}

.product-headline-thin-old.athena {
  letter-spacing: -.8px;
  text-transform: uppercase;
  font-family: Athena, sans-serif;
  font-weight: 300;
}

.product-headline-thin-old.athena-copy {
  letter-spacing: -.8px;
  text-transform: uppercase;
  font-family: Athena, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 44px;
}

.product-headline-thin-old.athena-copy-copy {
  letter-spacing: 0;
  text-transform: none;
  max-width: 320px;
  margin-top: 8px;
  font-family: "Salmanazar 205 Tf", sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
}

.product-additional-copy {
  background-color: var(--deeper-nude);
  color: var(--med-font);
  letter-spacing: .3px;
  border-radius: 2px;
  margin-top: 0;
  padding: 12px 24px;
  font-family: Salmanazar regular, Arial, sans-serif;
  font-size: 10px;
  line-height: 16px;
}

.tags-text-small {
  background-color: var(--deeper-nude);
  color: var(--dark-font);
  border-radius: 320px;
  padding: 2px 12px;
  font-family: Salmanazar regular, Arial, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 20px;
}

.product-additional-copy-copy {
  color: var(--med-font);
  letter-spacing: .3px;
  border-radius: 2px;
  margin-top: 0;
  font-family: "Salmanazar 205 Tf", sans-serif;
  font-size: 12px;
  line-height: 20px;
}

.image-14 {
  height: 12px;
  margin-top: 6px;
  margin-left: 2px;
  margin-right: 10px;
}

.flex-block-6 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.product-left-full {
  border-radius: 2px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0% auto 0% 0%;
  overflow: hidden;
}

.product-rating {
  color: var(--dark-font);
  text-align: center;
  letter-spacing: -.4px;
  margin-top: 0;
  font-family: "Salmanazar 205 Tf", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 12px;
}

.product-stars {
  height: 18px;
}

.navbar-link-copy {
  color: var(--dark-font);
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  transition: color .3s;
}

.navbar-link-copy:where(.w-variant-ff280e46-d250-a1de-4686-e222fb6d6a4d) {
  color: var(--neutral-off-white);
}

.navbar-link-copy:hover {
  color: var(--med-font);
}

.navbar-link-copy.w--current {
  color: var(--white\<deleted\|variable-f2d8196a\>);
}

.navbar-link-copy.highlight-new {
  background-color: var(--soft-sage);
  color: var(--dark-font);
  letter-spacing: .4px;
  padding: 13px 24px;
  font-size: 14px;
  transition: filter .2s, color .3s;
}

.navbar-link-copy.highlight-new:where(.w-variant-ff280e46-d250-a1de-4686-e222fb6d6a4d) {
  outline-offset: -1px;
  color: var(--neutral-off-white);
  background-color: #d6e8d100;
  outline: 1px solid #fff;
  padding: 10px 12px;
}

.navbar-link-copy.highlight-new:hover {
  filter: brightness(110%);
}

.product-right-full {
  grid-row-gap: 64px;
  background-color: var(--nudes--nude-0);
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: block;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.image-13-copy {
  aspect-ratio: 3 / 4;
  width: auto;
  min-width: 100%;
  max-width: none;
  height: auto;
  min-height: 100%;
  max-height: 133%;
}

.product-photo {
  background-image: linear-gradient(180deg, var(--dark-font), #2c2e2a00 40%), url('../images/6038e404-4cbf-4fea-863c-2b50db0a66e3.jpeg');
  background-position: 0 0, 40%;
  background-size: auto, cover;
  position: absolute;
  inset: 0%;
}

.product-faq-heading {
  z-index: 2;
  margin-top: 64px;
  margin-bottom: 64px;
  position: relative;
}

.flex-block-2-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.product-full-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: space-around;
  padding-right: 40px;
  display: flex;
}

.product-full-benefits {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.product-ratings-wrapper-copy {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 6px;
  margin-bottom: 8px;
  text-decoration: none;
  display: flex;
}

.flex-block-7 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
}

.product-full-subline {
  color: var(--dark-font);
  letter-spacing: .3px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.product-full-text {
  color: var(--dark-font);
  letter-spacing: .3px;
  font-size: 16px;
  line-height: 24px;
}

.product-full-cta {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  margin-top: 32px;
}

.product-small-button {
  width: 100%;
}

.product-full-wrapper {
  background-color: var(--nudes--nude-0);
  flex-flow: column;
  justify-content: space-between;
  max-width: 640px;
  min-height: 80vh;
  padding: 80px 80px 64px;
  display: flex;
  position: relative;
}

.product-stars-large {
  height: 20px;
}

.product-rating-large {
  color: var(--dark-font);
  text-align: center;
  letter-spacing: -.4px;
  margin-top: -2px;
  font-family: Athena, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 12px;
}

.bold-text {
  font-weight: 400;
}

.div-block-25 {
  position: absolute;
  inset: 0% auto auto 0%;
}

.footer-content-half {
  background-color: var(--nudes--nude-300);
  flex-flow: wrap;
  justify-content: flex-start;
  padding: 40px 80px;
  display: flex;
  position: relative;
}

.footer-half-col {
  z-index: 2;
  flex-flow: row;
  justify-content: space-between;
  width: 100%;
  display: flex;
  position: relative;
}

.footer-half-col.right {
  text-align: right;
}

.footer-half-logo {
  width: 120px;
}

.footer-half-text {
  color: var(--dark-font);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 20px;
}

.footer-half-text.margin {
  margin-bottom: 28px;
}

.footer-half-text.margin-3 {
  margin-bottom: 26px;
}

.footer-half-text.margin-4 {
  margin-bottom: 70px;
}

.div-block-26 {
  z-index: 0;
  background-color: var(--nudes--nude-200);
  position: absolute;
  inset: 0% 0;
}

.product-full-faq {
  background-color: var(--nudes--nude-0);
  padding-left: 80px;
  padding-right: 80px;
  position: relative;
}

.footer-half-link {
  color: var(--dark-font);
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
  display: block;
}

.footer-half-link:hover {
  text-decoration: underline;
}

.footer-half-link.light {
  color: #555;
  letter-spacing: 1px;
  font-weight: 300;
  transition: color .2s;
}

.footer-half-link.light:hover {
  color: #000;
}

.footer-half-link.margin-2 {
  margin-bottom: 74px;
}

.footer-half-flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.product-current-clients {
  z-index: 2;
  max-width: 515px;
  color: var(--med-font);
  letter-spacing: .3px;
  text-transform: uppercase;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 300;
  line-height: 28px;
  text-decoration: none;
  position: absolute;
  inset: 20px 20px auto auto;
}

.faq-fond {
  z-index: 0;
  background-color: var(--nudes--nude-200);
  position: absolute;
  inset: 0%;
}

.body-text-link {
  color: #2c2e2a;
  letter-spacing: .3px;
  max-width: 515px;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

.product-hero-subline {
  max-width: 320px;
  color: var(--dark-font);
  letter-spacing: .3px;
  padding-top: 8px;
  font-size: 16px;
  line-height: 24px;
}

.checkout-full-content {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.checkout-full-benefits {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--nudes--nude-400);
  padding: 32px 32px 64px;
}

.checkout-full-tags {
  grid-column-gap: 4px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  margin-top: 16px;
}

.body-checkout {
  background-color: var(--nudes--nude-500);
  color: var(--dark-font);
}

.body-checkout.green {
  background-color: var(--sages--sage-600);
}

.checkout-photo-full {
  z-index: 0;
  background-image: linear-gradient(180deg, var(--dark-font), #2c2e2a00 40%), url('../images/6038e404-4cbf-4fea-863c-2b50db0a66e3.jpeg');
  background-position: 0 0, 40%;
  background-size: auto, cover;
  position: absolute;
  inset: 0%;
}

.checkout-right-full {
  grid-row-gap: 64px;
  background-color: var(--nudes--nude-0);
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: block;
  position: relative;
  inset: 0% 0% 0% auto;
}

.checkout-full-header {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  margin-bottom: 32px;
}

.div-block-27 {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-image: linear-gradient(#b89a8299, #b89a8299);
  position: absolute;
  inset: 0%;
}

.checkout-full-wrapper {
  grid-row-gap: 96px;
  flex-flow: column;
  justify-content: flex-start;
  max-width: 640px;
  min-height: 100vh;
  padding: 80px 80px 64px;
  display: flex;
  position: relative;
}

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

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

.form-field {
  background-color: var(--off-white-cool);
  height: 48px;
  color: var(--dark-font);
  border: .5px solid #4a4c4733;
  margin-bottom: 32px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

.form-field:focus {
  border-width: 2px;
  border-color: var(--dark-font);
  color: var(--dark-font);
  font-family: "Salmanazar 205 Tf", sans-serif;
  font-weight: 500;
}

.form-field::placeholder {
  color: #2c2e2a40;
  font-weight: 300;
}

.checkoutcard-photo {
  aspect-ratio: 1;
  background-image: url('../images/6038e404-4cbf-4fea-863c-2b50db0a66e3_16038e404-4cbf-4fea-863c-2b50db0a66e3.avif');
  background-size: cover;
  border-radius: 2px;
  width: 100%;
  overflow: hidden;
}

.thankyou-full {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 800px;
  padding: 96px 120px;
  position: relative;
}

.checkout-form-wrapper {
  margin-bottom: 0;
}

.form-label {
  max-width: 510px;
  color: var(--med-font);
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.checkout-logo.hair {
  min-height: 152px;
}

.checkout-brand {
  margin-bottom: 80px;
  margin-right: auto;
  padding-left: 0;
}

.form-2 {
  flex-flow: column;
  display: flex;
}

.primary-button-form {
  background-color: var(--deeps-and-anchors--cta-peach);
  color: var(--dark-font);
  letter-spacing: .4px;
  text-transform: uppercase;
  cursor: pointer;
  background-image: none;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  padding: 24px 32px;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  transition: filter .2s;
  display: flex;
}

.primary-button-form:where(.w-variant-ff280e46-d250-a1de-4686-e222fb6d6a4d) {
  background-color: var(--soft-sage);
}

.primary-button-form:hover {
  filter: brightness(110%);
}

.div-block-29 {
  flex-flow: column;
  display: flex;
}

.checkout-headline {
  color: var(--dark-font);
  letter-spacing: -.8px;
  font-family: Athena, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 40px;
}

.checkout-headline-thin {
  color: var(--dark-font);
  letter-spacing: -.8px;
  font-family: Athena, sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 40px;
}

.product-headline {
  color: var(--dark-font);
  letter-spacing: -.4px;
  font-family: Athena, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 40px;
}

.product-headline-thin {
  color: var(--dark-font);
  letter-spacing: -.4px;
  font-family: Athena, sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 40px;
}

.checkout-intro {
  margin-bottom: 32px;
}

.checkout-left-full {
  border-radius: 2px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 50%;
  min-height: 100%;
  display: flex;
  position: fixed;
  inset: 0% auto 0% 0%;
  overflow: visible;
}

.checkoutcard-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.checkout-benefits-wrapper {
  padding-top: 8px;
  padding-bottom: 8px;
}

.checkoutcard-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.checkout-section {
  max-width: none;
  display: flex;
  position: relative;
}

.product-full-content-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-around;
  padding-right: 40px;
  display: flex;
}

.product-full-link {
  color: var(--dark-font);
  letter-spacing: .3px;
  text-underline-offset: 2px;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  overflow: hidden;
}

.checkoutcard-left-full {
  background-color: var(--nudes--nude-500);
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  min-height: 100vh;
  display: flex;
  position: relative;
  inset: 0% auto 0% 0%;
  overflow: visible;
}

.div-block-30 {
  position: absolute;
  inset: 0%;
}

.tankyou-left-full {
  background-color: var(--nudes--nude-500);
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: flex;
  position: relative;
  inset: 0% auto 0% 0%;
  overflow: visible;
}

.body-thankyou {
  background-color: var(--nudes--nude-500);
  color: var(--dark-font);
}

.body-thankyou.green {
  background-color: var(--sages--sage-600);
}

.thankyou-photo {
  aspect-ratio: 1;
  background-image: url('../images/654cca1ba1b93eee4856f69c_NaturalLine_nm-p-500.jpg2.png');
  background-size: cover;
  border-radius: 2px;
  width: 100%;
  overflow: hidden;
}

.h1-alike-bold {
  color: var(--dark-font);
  text-transform: uppercase;
  font-family: Athena, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 64px;
}

.black-button {
  background-color: var(--dark-font);
  width: 100%;
  color: var(--neutral-off-white);
  letter-spacing: .4px;
  text-transform: uppercase;
  cursor: pointer;
  background-image: none;
  justify-content: center;
  align-items: center;
  padding: 24px 32px;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  transition: filter .2s;
  display: flex;
}

.black-button:where(.w-variant-ff280e46-d250-a1de-4686-e222fb6d6a4d) {
  background-color: var(--soft-sage);
}

.black-button:hover {
  filter: brightness(110%);
}

.flex-block-8 {
  width: 100%;
}

.thankyoucard-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

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

.linktree-item {
  padding-left: 96px;
  padding-right: 96px;
  text-decoration: none;
  text-decoration-thickness: 0;
}

.linktree-list {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.body-101 {
  background-color: #3b3b39;
}

.div-block-31 {
  justify-content: space-between;
  padding: 80px;
  display: flex;
}

.body_linktree {
  background-color: var(--nudes--nude-500);
}

.linktree-foto {
  max-width: none;
  height: 100%;
}

.linktree-foto-div {
  border-radius: 9999px;
  justify-content: center;
  align-items: flex-start;
  width: 160px;
  height: 160px;
  display: flex;
  overflow: hidden;
}

.linktree-button {
  border: 2px solid var(--dark-font);
  color: var(--dark-font);
  letter-spacing: .4px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #d9927300;
  background-image: none;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  padding: 24px 32px;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  transition: filter .2s;
  display: flex;
}

.linktree-button:where(.w-variant-ff280e46-d250-a1de-4686-e222fb6d6a4d) {
  background-color: var(--soft-sage);
}

.linktree-button:hover {
  filter: brightness(110%);
}

.new-primary-button-linktree {
  background-color: var(--deeps-and-anchors--cta-peach);
  color: var(--dark-font);
  letter-spacing: .4px;
  text-transform: uppercase;
  cursor: pointer;
  background-image: none;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  padding: 32px;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  transition: filter .2s;
  display: flex;
}

.new-primary-button-linktree:where(.w-variant-ff280e46-d250-a1de-4686-e222fb6d6a4d) {
  background-color: var(--soft-sage);
}

.new-primary-button-linktree:hover {
  filter: brightness(110%);
}

.linktree-head {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.linktree-headline {
  max-width: 510px;
  color: var(--dark-font);
  letter-spacing: .3px;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.linktree-text {
  color: var(--dark-font);
  text-align: center;
  letter-spacing: .3px;
  font-size: 18px;
  line-height: 32px;
}

.linktree-texts {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
}

.linktree-subline {
  color: var(--dark-font);
  text-align: center;
  letter-spacing: .3px;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.services-section-pdp {
  background-color: var(--nude-back);
  padding-top: 96px;
  padding-bottom: 120px;
}

.services-section-pdp.service-pmu {
  background-color: var(--mid-nude);
}

.services-head {
  color: var(--dark-font);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 32px;
  font-family: Athena, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 46px;
}

.body-headline-services {
  max-width: 510px;
  color: var(--dark-font);
  letter-spacing: .3px;
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
}

.new-service-image {
  max-width: none;
  height: 100%;
}

.new-services-wrapper {
  grid-column-gap: 128px;
  grid-row-gap: 128px;
  flex-flow: column;
  margin-top: 128px;
  display: flex;
}

.new-service-image-div {
  aspect-ratio: 3 / 2.4;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.services-title {
  color: var(--dark-font);
  margin-bottom: 12px;
  font-size: 36px;
  font-weight: 300;
  line-height: 120%;
}

.services-title.pmu-blacktext {
  color: var(--black\<deleted\|variable-696eb488\>);
}

.gallery-section {
  background-color: var(--nude-back);
  margin-left: auto;
  margin-right: auto;
  padding-top: 128px;
  padding-bottom: 256px;
}

.new-service-details {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.new-service-item {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.new-pmu-steps {
  background-color: var(--mid-nude);
  padding-top: 100px;
  padding-bottom: 100px;
}

.steps-icon-div {
  background-color: var(--nudes--nude-200);
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-bottom: 24px;
  display: flex;
}

.gallery-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.dark-nude {
  background-color: var(--nudes--nude-500);
  overflow: hidden;
}

.container-3 {
  width: 100%;
  max-width: 1200px;
  padding-left: 40px;
  padding-right: 40px;
  overflow: hidden;
}

.h2-alike-2 {
  color: #2c2e2a;
  letter-spacing: .3px;
  text-transform: uppercase;
  max-width: 600px;
  font-family: Athena, sans-serif;
  font-size: 64px;
  font-weight: 300;
  line-height: 72px;
}

.h2-alike-2.bold {
  font-weight: 400;
}

.body-text-2 {
  color: #2c2e2a;
  letter-spacing: .3px;
  font-size: 18px;
  line-height: 28px;
}

.nav-link-2 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  transition: color .3s;
}

.nav-link-2:hover {
  color: #d9e8d3;
}

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

.nav-link-2.highlight {
  color: #2c2e2a;
  letter-spacing: .4px;
  background-color: #dce6df;
  padding: 13px 24px;
  font-size: 14px;
  transition: filter .2s, color .3s;
}

.nav-link-2.highlight:hover {
  filter: brightness(110%);
}

.footer-link-2 {
  color: #2c2e2a;
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  text-decoration: none;
  display: block;
}

.footer-link-2.margin-2 {
  margin-bottom: 74px;
}

.footer-link-2.light {
  color: #555;
  letter-spacing: 1px;
  font-weight: 300;
  transition: color .2s;
}

.footer-link-2.light:hover {
  color: #000;
}

.nav-container-2 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1640px;
  padding: 40px 100px;
  display: flex;
}

.navbar-link-2 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  transition: color .3s;
}

.navbar-link-2:hover {
  color: #d9e8d3;
}

.navbar-link-2.w--current {
  color: #fff;
}

.navbar-link-2.new-41 {
  color: #faf8f5;
}

.navbar-link-2.highlight-new {
  color: #2c2e2a;
  letter-spacing: .4px;
  background-color: #dce6df;
  padding: 13px 24px;
  font-size: 14px;
  transition: filter .2s, color .3s;
}

.navbar-link-2.highlight-new:hover {
  filter: brightness(110%);
}

.navbar-link-2.highlight-new.new-44 {
  outline-offset: -1px;
  color: #faf8f5;
  background-color: #d6e8d100;
  outline: 1px solid #fff;
  padding: 10px 12px;
}

.navbar-2 {
  background-color: #ddd0;
}

.faq-section-2 {
  background-color: #f2e8df;
}

.nav-brand-2 {
  margin-right: auto;
}

.faq-heading-2 {
  color: #2c2e2a;
  letter-spacing: .3px;
  max-width: 600px;
  font-size: 58px;
  font-weight: 300;
  line-height: 62px;
}

.faq-heading-2.bold {
  font-weight: 400;
}

.footer-text-2 {
  color: #2c2e2a;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 27px;
}

.footer-text-right-2 {
  color: #2c2e2a;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 24px;
}

.footer-text-right-2.margin {
  margin-bottom: 28px;
}

.footer-text-right-2.margin-3 {
  margin-bottom: 26px;
}

.footer-text-right-2.margin-4 {
  margin-bottom: 70px;
}

.navbar-logo-2 {
  width: 80%;
}

.footer-section-2 {
  background-color: #e8d4c3;
}

.container-4 {
  width: 100%;
  max-width: 1200px;
  padding-left: 40px;
  padding-right: 40px;
  overflow: hidden;
}

.container-4.footer, .container-4.service {
  max-width: 1160px;
}

.container-4.faq {
  max-width: 800px;
}

.text-block-4 {
  color: var(--med-font);
}

.make-up-section-new {
  background-color: #fde1cf;
  position: relative;
}

.make-up-section-new.color-warm-nude, .make-up-section-new.color-warm-nude:where(.w-variant-ff280e46-d250-a1de-4686-e222fb6d6a4d) {
  background-color: var(--nude-back);
}

@media screen and (min-width: 1280px) {
  .faq-text {
    max-width: 50%;
  }

  .impressum-container, .datenschutz-container {
    max-width: 1640px;
    padding-left: 100px;
    padding-right: 100px;
  }

  .link-2 {
    text-align: left;
    font-size: 21px;
    display: block;
  }

  .text-block {
    color: var(--white\<deleted\|variable-f2d8196a\>);
    font-weight: 300;
  }

  .anrufen-text {
    font-weight: 500;
  }

  .primary-button {
    background-color: var(--soft-sage);
  }

  .faq-headline {
    line-height: 48px;
  }

  .faq-icon {
    transform-origin: 50% 0;
    transform: scale(1.375);
  }

  .faq-card {
    padding-bottom: 16px;
  }

  .div-block-31 {
    justify-content: center;
    align-items: flex-start;
  }

  .linktree-foto-div {
    margin-bottom: 24px;
  }

  .linktree-head {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .linktree-headline {
    font-size: 24px;
    line-height: 32px;
  }

  .linktree-text {
    text-align: center;
    font-size: 20px;
    line-height: 32px;
  }

  .linktree-texts {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .linktree-subline {
    text-align: center;
    font-size: 20px;
    line-height: 32px;
  }
}

@media screen and (min-width: 1440px) {
  .container {
    max-width: 1580px;
  }

  .container.footer, .container.service {
    max-width: 1520px;
  }

  .container.faq {
    max-width: 1530px;
  }

  .container.medizinisch-cards, .container.scalp-services-card {
    max-width: 1520px;
  }

  .cosmetics-content {
    padding-bottom: 0;
  }

  .cosmetics-heading {
    max-width: 100%;
  }

  .cosmetics-heading-container {
    padding-left: 28px;
  }

  .cosmetics-flex {
    margin-bottom: 106px;
  }

  .cosmetics-text-left {
    max-width: 46%;
    margin-left: 29px;
  }

  .cosmetics-flex-right {
    max-width: 49%;
  }

  .cosmetics-text-right {
    max-width: 100%;
  }

  .cosmetics-cards {
    grid-template-columns: 1.5fr 1fr 1fr;
  }

  .cosmetics-video-container {
    margin-bottom: 104px;
  }

  .video-logo {
    margin-right: 26px;
  }

  .video-heading {
    right: 29px;
  }

  .team-content {
    align-items: center;
  }

  .team-text {
    max-width: 100%;
    font-size: 19px;
    line-height: 26px;
  }

  .team-text-container {
    max-width: 100%;
    margin-top: 134px;
    position: relative;
  }

  .team-text-title {
    letter-spacing: 1px;
  }

  .team-text-block {
    max-width: 716px;
    margin-bottom: 60px;
  }

  .buchen-content {
    max-width: 1440px;
  }

  .buchen-link {
    background-color: var(--soft-sage);
    padding-left: 150px;
    padding-right: 150px;
  }

  .buchen-link:hover {
    background-color: var(--mid-nude);
  }

  .footer-col-wrapper {
    grid-column-gap: 284px;
    grid-row-gap: 284px;
  }

  .make-up-heading {
    max-width: 100%;
  }

  .make-up-text {
    max-width: 710px;
  }

  .make-up-content {
    padding-bottom: 129px;
  }

  .make-up-heading-container {
    padding-left: 28px;
  }

  .service-slider {
    width: 703px;
    max-width: 100%;
    height: 460px;
  }

  .service-text-container {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .service-text-col {
    max-width: 610px;
  }

  .service-text-col.right {
    max-width: 703px;
  }

  .service-text, .service-subheading, .service-text-bold, .faq-heading {
    max-width: 100%;
  }

  .medizinische-content {
    padding-bottom: 129px;
  }

  .medizinische-heading-container {
    padding-left: 0;
  }

  .medizinische-text {
    max-width: 710px;
  }

  .buchen-page-content {
    padding-bottom: 180px;
  }

  .buchen-embed {
    margin-right: 130px;
  }

  .buchen-text-left {
    letter-spacing: .3px;
    margin-left: 29px;
  }

  .buchen-text-container {
    padding-top: 70px;
  }

  .pigmentierung-title {
    max-width: 1440px;
  }

  .medizinisch-card-text {
    max-width: 600px;
  }

  .impressum-cards-content, .datenschutz-cards-content {
    width: 100%;
  }

  .datenschutz-card-text {
    max-width: 600px;
  }

  .scalp-content {
    padding-bottom: 129px;
  }

  .scalp-heading-container {
    padding-left: 0;
  }

  .scalp-heading {
    max-width: 100%;
  }

  .scalp-text-left {
    max-width: 46%;
    margin-left: 29px;
  }

  .scalp-video-container {
    margin-bottom: 104px;
  }

  .scalp-text {
    max-width: 710px;
  }

  .scalp-service-col-right, .scalp-text-container {
    max-width: 610px;
  }

  .scalp-card-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .scalp-subheading, .scalp-text-small {
    max-width: 100%;
  }

  .scalp-team-text-title {
    letter-spacing: 1px;
  }

  .scalp-team-text {
    max-width: 100%;
    font-size: 19px;
    line-height: 26px;
  }

  .scalp-team-content {
    align-items: center;
  }

  .scalp-hero-text {
    max-width: 710px;
  }

  .beratung-form {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #fff;
    border-radius: 10px;
    flex: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: 60px;
    margin-right: 60px;
    padding: 40px;
  }

  .form-success {
    background-color: var(--soft-sage);
  }

  .hero-ab {
    background-size: auto, cover;
  }

  .body-text {
    max-width: 710px;
  }

  .h2-alike {
    max-width: 100%;
  }

  .hero-container {
    max-width: 1580px;
  }

  .hero-home {
    background-size: auto, cover;
  }

  .body-text-link-old {
    max-width: 710px;
  }

  .body-headline {
    max-width: 100%;
  }

  .team-wrapper {
    max-width: 716px;
    margin-bottom: 60px;
  }

  .buchen-link-2 {
    background-color: #dce6df;
    padding-left: 150px;
    padding-right: 150px;
  }

  .buchen-link-2:hover {
    background-color: #dfcbba;
  }

  .product-additional, .product-text {
    max-width: 710px;
  }

  .product-subline {
    max-width: 100%;
  }

  .product-additional-copy, .product-additional-copy-copy, .product-current-clients, .body-text-link, .product-hero-subline {
    max-width: 710px;
  }

  .thankyou-full {
    width: 100%;
  }

  .form-label, .linktree-headline {
    max-width: 100%;
  }

  .linktree-text, .linktree-subline {
    max-width: 710px;
  }

  .body-headline-services {
    max-width: 100%;
  }

  .container-3 {
    max-width: 1580px;
  }

  .h2-alike-2 {
    max-width: 100%;
  }

  .body-text-2 {
    max-width: 710px;
  }

  .faq-heading-2 {
    max-width: 100%;
  }

  .container-4 {
    max-width: 1580px;
  }

  .container-4.footer, .container-4.service {
    max-width: 1520px;
  }

  .container-4.faq {
    max-width: 1530px;
  }
}

@media screen and (min-width: 1920px) {
  .team-section.home-ab {
    padding-bottom: 120px;
  }

  .home-slider {
    max-height: 90vh;
    overflow: hidden;
  }

  .pigmentierung-title {
    margin-left: 29px;
  }

  .impressum-cards-content, .datenschutz-cards-content {
    margin-left: auto;
    margin-right: auto;
  }

  .testimonials-grid {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
    place-items: start stretch;
  }

  .new-cta-2-ab-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .new-testimonials-grid {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
    place-items: start stretch;
  }

  .banner-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .image-13-copy {
    min-height: 133%;
  }
}

@media screen and (max-width: 991px) {
  .nav-brand {
    z-index: 99;
  }

  .nav-container {
    z-index: 2;
    padding-top: 52px;
    padding-left: 20px;
    padding-right: 20px;
    position: absolute;
  }

  .nav-container:where(.w-variant-ff280e46-d250-a1de-4686-e222fb6d6a4d), .nav-container.new-17 {
    padding: 32px 40px;
  }

  .navbar:where(.w-variant-ff280e46-d250-a1de-4686-e222fb6d6a4d), .navbar.new-16 {
    width: 100%;
  }

  .nav-link {
    color: #000;
    text-align: right;
    margin-left: 20px;
    margin-right: 20px;
    font-family: Athena, sans-serif;
    font-size: 45px;
    font-weight: 300;
  }

  .nav-link:hover, .nav-link.w--current {
    color: #fff;
  }

  .nav-menu {
    background-color: #e1cebf;
    height: 100vh;
    position: absolute;
    inset: 0%;
    overflow: scroll;
  }

  .nav-links-container {
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    height: 100vh;
    min-height: 650px;
  }

  .cosmetics-section.cc-ab {
    padding-bottom: 40px;
  }

  .container.footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.team {
    padding-left: 10px;
  }

  .container.buchen {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.make-up {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container.faq {
    padding-left: 40px;
    padding-right: 40px;
  }

  .container.medizinisch-cards, .container.medizinische, .container.scalp, .container.scalp-services-card, .container.team-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container.cc-ab {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.cc-ab.cc-video.full {
    overflow: hidden;
  }

  .container.buchen-page-copy {
    overflow: visible;
  }

  .cosmetics-content {
    padding-top: 158px;
  }

  .cosmetics-heading {
    max-width: 100%;
    font-size: 72px;
    line-height: 80px;
  }

  .menu-button {
    max-width: 46px;
    padding: 0;
  }

  .menu-button:where(.w-variant-ff280e46-d250-a1de-4686-e222fb6d6a4d) {
    align-self: center;
    max-width: none;
    height: 100%;
  }

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

  .menu-button.new-29 {
    align-self: center;
    max-width: none;
    height: 100%;
  }

  .cosmetics-heading-container {
    margin-bottom: 39px;
    padding-left: 0;
  }

  .cosmetics-flex {
    margin-bottom: 47px;
  }

  .cosmetics-text-left {
    max-width: 46%;
    margin-left: 0;
    font-size: 32px;
    line-height: 42px;
  }

  .cosmetics-flex-right {
    max-width: 47%;
  }

  .cosmetics-text-right {
    font-size: 19px;
    line-height: 27px;
  }

  .cosmetics-cards {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: minmax(150px, 410px) 1fr 1fr;
    margin-bottom: 11px;
    margin-left: -30px;
    margin-right: -30px;
  }

  .cosmetic-card {
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .cosmetic-card-number {
    margin-bottom: 15px;
    font-size: 60px;
    line-height: 80px;
  }

  .cosmetic-card-text {
    font-size: 26px;
    line-height: 30px;
  }

  .cosmetics-video-container {
    height: 522px;
    margin-bottom: 50px;
    margin-left: -30px;
    margin-right: -30px;
  }

  .cosmetics-video-container.cc-ab {
    margin-left: 0;
    margin-right: 0;
  }

  .video-heading {
    letter-spacing: -3.5px;
    max-width: 100%;
    font-size: 61px;
    line-height: 72px;
    bottom: 79px;
  }

  .background-video.as-button {
    height: 100%;
  }

  .play-button {
    bottom: 42px;
  }

  .team-image {
    max-width: 44vw;
  }

  .team-text {
    max-width: 440px;
    font-size: 17px;
    line-height: 24px;
  }

  .team-text-block.margin {
    margin-bottom: 46px;
  }

  .team-section.home-ab {
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .buchen-text {
    font-size: 19px;
    line-height: 25px;
  }

  .buchen-link {
    text-align: center;
    width: 100%;
    max-width: 460px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .footer-content {
    padding-top: 42px;
    padding-bottom: 32px;
  }

  .footer-logo {
    margin-bottom: 40px;
  }

  .footer-text {
    font-size: 15px;
    line-height: 22px;
  }

  .footer-link {
    text-decoration: none;
  }

  .footer-link.margin-2 {
    margin-bottom: 40px;
  }

  .footer-col-wrapper {
    grid-column-gap: 110px;
    grid-row-gap: 110px;
  }

  .lottie-animation {
    width: 44px;
    position: relative;
    top: -8px;
    left: 2px;
  }

  .lottie-animation:where(.w-variant-ff280e46-d250-a1de-4686-e222fb6d6a4d), .lottie-animation.new-30 {
    width: 40px;
    top: 0;
    left: 0;
  }

  .make-up-section.color-warm-nude {
    overflow: hidden;
  }

  .make-up-heading {
    max-width: 100%;
    font-size: 90px;
    line-height: 90px;
  }

  .make-up-text {
    max-width: 100%;
    font-size: 19px;
    line-height: 27px;
  }

  .make-up-content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    padding-top: 64px;
    padding-bottom: 63px;
  }

  .make-up-heading-container {
    margin-bottom: -3px;
    padding-left: 0;
  }

  .make-up-right-content {
    width: 100%;
    display: block;
  }

  .service-card {
    flex-direction: column;
    margin-bottom: 51px;
  }

  .service-slider {
    width: 100%;
    max-width: 100%;
    height: 470px;
    max-height: 80vh;
  }

  .service-card-wrapper {
    margin-bottom: 75px;
  }

  .service-card-wrapper.second {
    margin-bottom: 84px;
  }

  .service-text-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .service-text {
    max-width: 100%;
    font-size: 17px;
    line-height: 25px;
  }

  .service-subheading, .service-text-bold {
    font-size: 19px;
    line-height: 27px;
  }

  .faq-content {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .faq-heading-container {
    padding-bottom: 60px;
    padding-left: 0;
  }

  .faq-heading {
    max-width: 100%;
    font-size: 64px;
    line-height: 63px;
  }

  .faq-item {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    flex-direction: column;
    margin-bottom: 33px;
  }

  .faq-question {
    max-width: 100%;
    font-size: 17px;
  }

  .faq-text {
    max-width: 100%;
    font-size: 17px;
    line-height: 25px;
  }

  .make-up-right-content-mobile {
    display: block;
  }

  .medizinisch-cards-content {
    margin-bottom: 63px;
  }

  .medizinisch-text-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    max-width: 670px;
  }

  .medizinische-content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    padding-top: 64px;
    padding-bottom: 25px;
  }

  .medizinische-heading-container {
    margin-bottom: -3px;
    padding-left: 0;
  }

  .medizinische-text {
    max-width: 100%;
    font-size: 19px;
    line-height: 27px;
  }

  .list-item-text {
    max-width: 100%;
    font-size: 17px;
    line-height: 25px;
  }

  .faq-list-item-container {
    max-width: 100%;
  }

  .buchen-page-content {
    flex-direction: column;
    align-items: stretch;
    min-height: 950px;
    padding-top: 171px;
  }

  .buchen-text-left {
    margin-left: 0;
    font-size: 35px;
    line-height: 45px;
  }

  .pigmentierung-title {
    letter-spacing: 1px;
    margin-left: 6px;
    font-size: 50px;
  }

  .medizinisch-card-wrapper {
    margin-bottom: 75px;
  }

  .medizinisch-card-wrapper.flex {
    max-width: 100%;
    margin-bottom: 0;
  }

  .medizinisch-card {
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 40px;
  }

  .medizinisch-heading {
    letter-spacing: 1px;
    font-size: 50px;
  }

  .medizinisch-card-text {
    max-width: 100%;
    font-size: 17px;
    line-height: 25px;
  }

  .medizinisch-flex-cards {
    flex-direction: column;
  }

  .text-span-4 {
    display: inline;
  }

  .impressum-cards-content {
    margin-bottom: 63px;
    padding-top: 250px;
  }

  .impressum-cards-wrapper {
    margin-bottom: 75px;
  }

  .impressum-card {
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 40px;
  }

  .impressum-heading {
    letter-spacing: 1px;
    font-size: 50px;
  }

  .impressum-text-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    max-width: 670px;
  }

  .impressum-col {
    max-width: 100%;
  }

  .impressum-container, .datenschutz-container {
    z-index: 2;
    padding-top: 52px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .datenschutz-cards-content {
    margin-bottom: 63px;
    padding-top: 250px;
  }

  .datenschutz-card-wrapper {
    margin-bottom: 75px;
  }

  .datenschutz-card {
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 40px;
  }

  .datenschutz-heading {
    letter-spacing: 1px;
    font-size: 50px;
  }

  .datenschutz-text-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    max-width: 670px;
  }

  .datenschutz-col {
    max-width: 100%;
  }

  .datenschutz-card-text {
    max-width: 100%;
    font-size: 17px;
    line-height: 25px;
  }

  .datenschutz-list-item-container {
    max-width: 100%;
  }

  .scalp-content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    padding-top: 64px;
    padding-bottom: 25px;
  }

  .scalp-heading-container {
    margin-bottom: -3px;
    padding-left: 0;
  }

  .scalp-heading {
    max-width: 100%;
    font-size: 72px;
    line-height: 90px;
  }

  .scalp-text-left {
    max-width: 100%;
    margin-left: 0;
    font-size: 32px;
    line-height: 42px;
  }

  .scalp-video-container {
    height: 522px;
    margin-bottom: 50px;
  }

  .scalp-video-container.margin {
    margin-bottom: 66px;
  }

  .scalp-text {
    max-width: 100%;
    font-size: 19px;
    line-height: 27px;
  }

  .scalp-service-col-right {
    margin-left: auto;
    margin-right: auto;
  }

  .scalp-card-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .scalp-subheading {
    font-size: 19px;
    line-height: 27px;
  }

  .scalp-text-small {
    max-width: 100%;
    font-size: 17px;
    line-height: 25px;
  }

  .scalp-cards {
    margin-bottom: 75px;
  }

  .scalp-card-top {
    flex-direction: column;
    margin-bottom: 51px;
  }

  .scalp-team-text {
    max-width: 440px;
    font-size: 17px;
    line-height: 24px;
  }

  .scalp-team-image {
    max-width: 44vw;
  }

  .faq-text-wrapper {
    max-width: 100%;
  }

  .scalp-hero-text {
    max-width: 100%;
    font-size: 19px;
    line-height: 27px;
  }

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

  .link-2 {
    font-size: 18px;
  }

  .hero-ab {
    background-image: linear-gradient(#2c2e2aab 6%, #0000 35%, #000000ab 59%), url('../images/natural-permanent-makeup-berlin_1natural-permanent-makeup-berlin.webp');
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, repeat-y;
    background-size: auto, auto 112%;
    background-attachment: scroll, fixed;
  }

  .hero-ab-heading-wrapper {
    margin-top: 220px;
  }

  .hero-ab-heading {
    margin-bottom: 6px;
    font-size: 48px;
  }

  .hero-ab-subheading {
    font-size: 30px;
    line-height: 120%;
  }

  .hero-ab-content {
    height: 92.5%;
  }

  .ab-heading-2 {
    font-size: 36px;
  }

  .effortless-section {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .effortless-title {
    font-size: 32px;
    line-height: 140%;
  }

  .effortless-text {
    font-size: 16px;
    line-height: 170%;
  }

  .cta-ab-section {
    z-index: 1;
    padding-top: 60px;
    padding-bottom: 40px;
    position: relative;
  }

  .cta-ab-heading {
    font-size: 36px;
    line-height: 120%;
  }

  .cta-ab-text {
    font-size: 16px;
    line-height: 170%;
  }

  .unsere-services-section-1 {
    padding-bottom: 60px;
  }

  .service-item {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .service-title {
    font-size: 24px;
  }

  .service-text-ab {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 140%;
  }

  .unsere-services-section-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .unsere-service-title {
    font-size: 24px;
    line-height: 130%;
  }

  .unsere-service-text {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 150%;
  }

  .unsere-service-card-content {
    padding: 16px 16px 30px;
  }

  .testimonials-section {
    padding-bottom: 60px;
  }

  .testimonials-grid {
    place-items: stretch stretch;
  }

  .testimonial-wrapper.pmu-testimonial {
    justify-content: flex-start;
    align-items: center;
    min-height: 100%;
    position: relative;
  }

  .testimonial-avatar {
    width: 60px;
    height: 60px;
    margin-bottom: 16px;
  }

  .testimonial-quote-icon {
    width: 18px;
    margin-bottom: 12px;
  }

  .testimonial-text {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 140%;
  }

  .testimonial-name {
    font-size: 14px;
  }

  .testimonial-stars {
    width: 90px;
  }

  .new-cta-2-ab-section {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .cta-2-ab-text {
    margin-bottom: 6px;
    font-size: 24px;
  }

  .cta-2-ab-text._2 {
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 160%;
  }

  .hero-ab-subheading-sm {
    font-size: 30px;
    line-height: 120%;
  }

  .image-2 {
    text-align: left;
    vertical-align: baseline;
    display: block;
    position: static;
  }

  .image-4 {
    vertical-align: baseline;
  }

  .heading {
    font-size: 60px;
  }

  .image-6 {
    max-width: 400px;
  }

  .div-block-5 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    margin-top: 70px;
    margin-bottom: 50px;
  }

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

  .image-7 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .heading-3 {
    margin-bottom: 30px;
    font-size: 40px;
  }

  .pmu-steps {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-4 {
    margin-bottom: 45px;
    font-size: 40px;
  }

  .div-block-7 {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-8 {
    padding: 30px 25px;
  }

  .div-block-10 {
    margin-top: -80px;
    padding: 48px;
  }

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

  .section-5 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-17 {
    position: static;
    inset: auto 0% 0%;
  }

  .testimonial-logos {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    flex: none;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-items: stretch stretch;
    width: 100%;
    display: grid;
  }

  .google-icon {
    text-align: left;
    vertical-align: baseline;
    display: block;
    position: static;
  }

  .hero-ab-heading-new {
    margin-bottom: 6px;
    font-size: 48px;
  }

  .hero-ab-subheading-sm-2, .hero-ab-subheading-2 {
    font-size: 30px;
    line-height: 120%;
  }

  .hero-ab-heading-2 {
    margin-bottom: 6px;
    font-size: 48px;
  }

  .new-primary-button.linktree {
    margin-bottom: 48px;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .new-primary-button.linktree-secondary, .new-primary-button.linktree-tertiary {
    margin-left: 48px;
    margin-right: 48px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .faq-flex {
    width: 87.5%;
  }

  .faq-content-new {
    padding-top: 80px;
    padding-bottom: 120px;
  }

  .new-service-images {
    object-position: 50% 50%;
    max-width: 45%;
  }

  .service-shorty {
    max-width: 50%;
  }

  .google-ratings-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding: 8px 16px;
  }

  .google-rating {
    width: 144px;
  }

  .new-testimonials-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    place-items: stretch stretch;
  }

  .new-testimonials-section {
    padding-bottom: 60px;
  }

  .new-about {
    padding-left: 40px;
    padding-right: 40px;
  }

  .h2-alike-small {
    margin-bottom: 30px;
    font-size: 40px;
    line-height: 48px;
  }

  .body-text {
    max-width: 100%;
  }

  .new-service-card {
    flex-flow: row;
  }

  .h2-alike {
    max-width: 100%;
  }

  .new-services-section {
    height: auto;
  }

  .navbar-link {
    color: #000;
    text-align: right;
    margin-left: 20px;
    margin-right: 20px;
    font-family: Athena, sans-serif;
    font-size: 45px;
    font-weight: 300;
  }

  .navbar-link:where(.w-variant-ff280e46-d250-a1de-4686-e222fb6d6a4d) {
    font-size: 40px;
  }

  .navbar-link:hover, .navbar-link.w--current {
    color: #fff;
  }

  .navbar-link.highlight-new:where(.w-variant-ff280e46-d250-a1de-4686-e222fb6d6a4d), .navbar-link.highlight-new.new-13, .navbar-link.highlight-new.new-28 {
    outline-color: var(--dark-font);
    outline-offset: -1px;
    color: var(--dark-font);
    outline-width: 1px;
    outline-style: none;
    padding: 0;
    font-size: 40px;
  }

  .navbar-link.new-7, .navbar-link.new-8, .navbar-link.new-9, .navbar-link.new-10, .navbar-link.new-22, .navbar-link.new-23, .navbar-link.new-24, .navbar-link.new-25 {
    font-size: 40px;
  }

  .container-small {
    max-width: none;
    padding-left: 40px;
    padding-right: 40px;
  }

  .video-container {
    height: 640px;
  }

  .hero-home {
    background-image: linear-gradient(#2c2e2aab 6%, #0000 35%, #000000ab 59%), url('../images/natural-permanent-makeup-berlin_1natural-permanent-makeup-berlin.webp');
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, repeat-y;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .body-text-link-old {
    max-width: 100%;
    font-size: 19px;
    line-height: 27px;
  }

  .body-headline {
    font-size: 19px;
    line-height: 27px;
  }

  .hero-flex {
    margin-top: 220px;
  }

  .between-headline-copy {
    font-size: 64px;
    line-height: 64px;
  }

  .banner-section {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .buchen-link-2 {
    text-align: center;
    width: 100%;
    max-width: 460px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .div-block-22 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .product-full-tags {
    max-width: 480px;
  }

  .product-additional, .product-text {
    max-width: 100%;
  }

  .product-subline {
    font-size: 19px;
    line-height: 27px;
  }

  .product-additional-copy, .product-additional-copy-copy {
    max-width: 100%;
  }

  .product-left-full {
    width: 100%;
    height: 60vh;
    position: relative;
    inset: 0% 0% auto;
  }

  .navbar-link-copy {
    color: #000;
    text-align: right;
    margin-left: 20px;
    margin-right: 20px;
    font-family: Athena, sans-serif;
    font-size: 45px;
    font-weight: 300;
  }

  .navbar-link-copy:where(.w-variant-ff280e46-d250-a1de-4686-e222fb6d6a4d) {
    font-size: 40px;
  }

  .navbar-link-copy:hover, .navbar-link-copy.w--current {
    color: #fff;
  }

  .navbar-link-copy.highlight-new:where(.w-variant-ff280e46-d250-a1de-4686-e222fb6d6a4d) {
    outline-color: var(--dark-font);
    outline-offset: -1px;
    color: var(--dark-font);
    outline-width: 1px;
    outline-style: none;
    padding: 0;
    font-size: 40px;
  }

  .product-right-full {
    width: 100%;
    position: relative;
  }

  .image-13-copy {
    width: 100%;
    height: 133%;
    max-height: none;
  }

  .product-photo {
    background-image: linear-gradient(180deg, var(--dark-font), #2c2e2a00 40%), url('../images/6038e404-4cbf-4fea-863c-2b50db0a66e3_16038e404-4cbf-4fea-863c-2b50db0a66e3.avif');
    background-position: 0 0, 50% 0;
    background-size: auto, 100%;
    background-attachment: scroll, fixed;
    width: 100%;
    height: 100%;
    position: relative;
  }

  .product-faq-heading {
    padding-left: 0;
  }

  .product-full-content {
    padding-right: 0;
  }

  .product-full-subline, .product-full-text {
    max-width: 560px;
  }

  .product-full-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    max-width: 960px;
    min-height: 0;
    padding-top: 40px;
    padding-left: 64px;
    padding-right: 64px;
  }

  .div-block-25 {
    width: 100%;
    height: 100%;
    inset: 0% auto auto 0%;
  }

  .footer-content-half {
    padding-top: 42px;
    padding-bottom: 32px;
  }

  .footer-half-logo {
    margin-bottom: 40px;
  }

  .footer-half-link {
    text-decoration: none;
  }

  .footer-half-link.margin-2 {
    margin-bottom: 40px;
  }

  .product-current-clients {
    background-color: var(--med-font);
    max-width: 100%;
    color: var(--deeper-nude);
  }

  .body-text-link {
    max-width: 100%;
    font-size: 19px;
    line-height: 27px;
  }

  .product-hero-subline {
    max-width: 100%;
  }

  .checkout-full-tags {
    max-width: 480px;
  }

  .checkout-photo-full {
    background-image: linear-gradient(180deg, var(--dark-font), #2c2e2a00 40%), url('../images/6038e404-4cbf-4fea-863c-2b50db0a66e3_16038e404-4cbf-4fea-863c-2b50db0a66e3.avif');
    background-position: 0 0, 50% 0;
    background-size: auto, 100%;
    background-attachment: scroll, fixed;
    width: 100%;
    height: 100%;
    position: relative;
  }

  .checkout-right-full {
    width: 50%;
    min-height: 100vh;
    margin-top: 0;
  }

  .checkout-full-wrapper {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    max-width: 960px;
    min-height: 0;
    padding-top: 64px;
    padding-left: 64px;
    padding-right: 64px;
  }

  .form-field {
    margin-bottom: 24px;
  }

  .checkoutcard-photo {
    aspect-ratio: 1;
    width: 100%;
    height: auto;
  }

  .thankyou-full {
    padding: 80px 80px 64px;
  }

  .checkout-brand {
    z-index: 99;
    width: 80%;
    margin-bottom: 32px;
  }

  .checkout-headline, .checkout-headline-thin {
    font-size: 32px;
    line-height: 36px;
  }

  .checkout-left-full {
    width: 50%;
    min-height: 100vh;
    position: absolute;
    inset: 0% auto 0% 0%;
  }

  .image-15 {
    width: 100%;
  }

  .checkoutcard-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .product-full-content-copy {
    padding-right: 0;
  }

  .product-full-link {
    max-width: 560px;
  }

  .checkoutcard-left-full {
    width: 50%;
    min-height: 100vh;
  }

  .tankyou-left-full {
    width: 100%;
    min-height: 100vh;
  }

  .thankyou-photo {
    aspect-ratio: 1;
    width: 100%;
    height: auto;
  }

  .thankyoucard-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .linktree-item {
    padding-left: 64px;
    padding-right: 64px;
  }

  .div-block-31 {
    padding: 60px;
  }

  .linktree-head {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    padding-bottom: 64px;
  }

  .linktree-text {
    max-width: 100%;
  }

  .linktree-texts {
    padding-left: 32px;
    padding-right: 32px;
  }

  .linktree-subline {
    max-width: 100%;
  }

  .services-section-pdp {
    padding-bottom: 60px;
  }

  .body-headline-services {
    font-size: 19px;
    line-height: 27px;
  }

  .services-title {
    font-size: 24px;
  }

  .new-service-item {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .new-pmu-steps {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .h2-alike-2, .body-text-2 {
    max-width: 100%;
  }

  .nav-link-2 {
    color: #000;
    text-align: right;
    margin-left: 20px;
    margin-right: 20px;
    font-family: Athena, sans-serif;
    font-size: 45px;
    font-weight: 300;
  }

  .nav-link-2:hover, .nav-link-2.w--current {
    color: #fff;
  }

  .footer-link-2 {
    text-decoration: none;
  }

  .footer-link-2.margin-2 {
    margin-bottom: 40px;
  }

  .nav-container-2 {
    z-index: 2;
    padding-top: 52px;
    padding-left: 20px;
    padding-right: 20px;
    position: absolute;
  }

  .nav-container-2.new-32 {
    padding: 32px 40px;
  }

  .navbar-link-2 {
    color: #000;
    text-align: right;
    margin-left: 20px;
    margin-right: 20px;
    font-family: Athena, sans-serif;
    font-size: 45px;
    font-weight: 300;
  }

  .navbar-link-2:hover, .navbar-link-2.w--current {
    color: #fff;
  }

  .navbar-link-2.new-41 {
    font-size: 40px;
  }

  .navbar-link-2.highlight-new.new-44 {
    outline-offset: -1px;
    color: #2c2e2a;
    outline: 1px #2c2e2a;
    padding: 0;
    font-size: 40px;
  }

  .navbar-2.new-31 {
    width: 100%;
  }

  .nav-brand-2 {
    z-index: 99;
  }

  .faq-heading-2 {
    max-width: 100%;
    font-size: 64px;
    line-height: 63px;
  }

  .lottie-animation-2 {
    width: 44px;
    position: relative;
    top: -8px;
    left: 2px;
  }

  .lottie-animation-2.new-46 {
    width: 40px;
    top: 0;
    left: 0;
  }

  .footer-text-2 {
    font-size: 15px;
    line-height: 22px;
  }

  .menu-button-2 {
    max-width: 46px;
    padding: 0;
  }

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

  .menu-button-2.new-45 {
    align-self: center;
    max-width: none;
    height: 100%;
  }

  .container-4.footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-4.make-up {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-4.buchen {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-4.faq {
    padding-left: 40px;
    padding-right: 40px;
  }

  .make-up-section-new.color-warm-nude {
    overflow: hidden;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo:where(.w-variant-ff280e46-d250-a1de-4686-e222fb6d6a4d), .navbar-logo.new-19 {
    width: 62.5%;
  }

  .nav-brand.w--current:where(.w-variant-ff280e46-d250-a1de-4686-e222fb6d6a4d), .nav-brand.new-18 {
    padding-left: 0;
  }

  .nav-container:where(.w-variant-ff280e46-d250-a1de-4686-e222fb6d6a4d), .nav-container.new-17 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .container.footer {
    padding-left: 25px;
    padding-right: 35px;
  }

  .container.team {
    padding-left: 40px;
    padding-right: 20px;
  }

  .container.buchen-page {
    height: auto;
    min-height: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.team-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .container.cc-ab.cc-video {
    padding-left: 0;
    padding-right: 0;
  }

  .container.buchen-page-copy {
    flex-flow: column;
    display: block;
  }

  .cosmetics-content {
    padding-top: 182px;
  }

  .cosmetics-heading {
    font-size: 70px;
    line-height: 80px;
  }

  .cosmetics-heading-container {
    margin-bottom: 50px;
  }

  .cosmetics-flex {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    margin-bottom: 136px;
  }

  .cosmetics-text-left {
    max-width: 99%;
    font-size: 30px;
    line-height: 38px;
  }

  .cosmetics-flex-right {
    max-width: 100%;
  }

  .cosmetics-text-right {
    max-width: 98%;
  }

  .cosmetics-cards {
    display: none;
  }

  .cosmetics-video-container {
    min-height: 560px;
  }

  .play-button {
    max-width: 90px;
  }

  .team-content {
    flex-direction: column;
    align-items: flex-end;
    margin-bottom: 26px;
  }

  .team-content.cc-ab {
    padding-top: 0;
  }

  .team-image {
    max-width: 45vw;
  }

  .team-image.cc-ab {
    order: -1;
    max-width: 100%;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .team-text {
    max-width: 100%;
  }

  .team-text-block {
    max-width: 45%;
  }

  .buchen-content {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .buchen-link {
    max-width: 100%;
  }

  .footer-logo {
    object-fit: scale-down;
    max-width: 223px;
  }

  .footer-text, .footer-text-right, .footer-text-right.margin-3, .footer-link {
    font-size: 14px;
    line-height: 21px;
  }

  .footer-col-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .make-up-heading {
    font-size: 68px;
    line-height: 80px;
  }

  .make-up-text {
    max-width: 98%;
  }

  .make-up-content {
    padding-top: 60px;
    padding-bottom: 50px;
  }

  .make-up-heading-container {
    margin-bottom: 0;
  }

  .make-up-right-content {
    width: 100%;
  }

  .make-up-icon {
    margin-top: 50px;
  }

  .service-slider {
    height: 280px;
  }

  .service-card-wrapper.last, .service-card-wrapper.second {
    margin-bottom: 75px;
  }

  .service-text, .service-subheading, .service-text-bold {
    max-width: 98%;
  }

  .faq-content {
    padding-bottom: 100px;
  }

  .faq-heading-container {
    margin-bottom: 0;
  }

  .faq-heading {
    letter-spacing: 0;
    font-size: 60px;
    line-height: 80px;
  }

  .medizinische-content {
    padding-top: 60px;
    padding-bottom: 50px;
  }

  .medizinische-heading-container {
    margin-bottom: 0;
  }

  .medizinische-text {
    max-width: 98%;
  }

  .medizinische-right-content {
    padding-top: 0;
  }

  .buchen-page-section {
    min-height: 80vh;
  }

  .buchen-page-content {
    flex-direction: column;
    align-items: stretch;
    padding-top: 194px;
    padding-bottom: 40px;
  }

  .buchen-text-left {
    max-width: 99%;
    font-size: 30px;
    line-height: 38px;
  }

  .buchen-text-container {
    max-width: 100%;
  }

  .pigmentierung-title {
    display: none;
  }

  .pigmentierung-title.mobile {
    display: block;
  }

  .medizinisch-heading {
    font-size: 36px;
    line-height: 40px;
  }

  .medizinisch-card-text {
    max-width: 98%;
  }

  .impressum-cards-content {
    margin-bottom: 0;
  }

  .impressum-heading {
    font-size: 36px;
    line-height: 40px;
  }

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

  .datenschutz-section {
    overflow: hidden;
  }

  .datenschutz-container {
    padding-left: 25px;
    padding-right: 25px;
  }

  .datenschutz-cards-content {
    margin-bottom: 0;
  }

  .datenschutz-heading {
    font-size: 36px;
    line-height: 40px;
  }

  .scalp-content {
    padding-top: 60px;
    padding-bottom: 50px;
  }

  .scalp-heading-container {
    margin-bottom: 0;
  }

  .scalp-heading {
    font-size: 68px;
    line-height: 80px;
  }

  .scalp-text-left {
    width: 100%;
    max-width: 99%;
    font-size: 30px;
    line-height: 38px;
  }

  .text-span-8, .text-span-9 {
    display: inline;
  }

  .scalp-flex {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .scalp-flex.margin {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .scalp-video-container {
    min-height: 560px;
  }

  .scalp-video-container.margin {
    margin-bottom: 40px;
  }

  .scalp-text-col, .scalp-text {
    max-width: 100%;
  }

  .scalp-text.margin {
    margin-bottom: 30px;
  }

  .scalp-subheading, .scalp-text-small {
    max-width: 98%;
  }

  .scalp-team-text {
    max-width: 100%;
  }

  .scalp-team-content {
    flex-direction: column;
    align-items: flex-end;
    margin-bottom: 26px;
  }

  .scalp-team-image {
    max-width: 45vw;
  }

  .scalp-hero-text {
    max-width: 98%;
  }

  .h1-alike {
    font-size: 40px;
    line-height: 44px;
  }

  .beratung-form {
    margin-left: 0;
    margin-right: 0;
  }

  .hero-ab.pmu-hero, .hero-ab.pmu-hero-augenbrauen, .hero-ab.pmu-hero-lidstrich {
    height: 80vh;
  }

  .hero-ab-heading {
    font-size: 36px;
    line-height: 130%;
  }

  .hero-ab-subheading {
    font-size: 18px;
  }

  .ab-heading-2 {
    font-size: 32px;
  }

  .effortless-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    display: flex;
  }

  .effortless-title {
    font-size: 26px;
  }

  .cta-ab-section {
    padding-bottom: 20px;
  }

  .service-item {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    display: flex;
  }

  .service-image {
    order: -1;
  }

  .service-title {
    margin-bottom: 10px;
  }

  .service-text-ab {
    margin-bottom: 16px;
  }

  .services-cards-grid {
    flex-flow: column;
    display: flex;
  }

  .testimonials-section {
    padding-top: 30px;
  }

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

  .testimonial-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .testimonial-avatar {
    width: 40px;
    height: 40px;
  }

  .testimonial-quote-icon {
    width: 12px;
  }

  .testimonial-text {
    font-size: 12px;
    line-height: 160%;
  }

  .testimonial-stars {
    width: 80px;
  }

  .cta-2-ab-text {
    font-size: 18px;
  }

  .cta-2-ab-text._2 {
    font-size: 16px;
  }

  .hero-ab-subheading-sm {
    font-size: 18px;
  }

  .div-block-7 {
    grid-template-columns: 1fr;
  }

  .div-block-10 {
    max-width: none;
    margin-top: -64px;
    padding: 32px;
  }

  .div-block-11 {
    min-width: 350px;
    max-width: 350px;
    padding: 20px;
  }

  .heading-7 {
    font-size: 25px;
  }

  .paragraph-6 {
    font-size: 18px;
  }

  .div-block-14 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .hero-ab-heading-new {
    font-size: 36px;
    line-height: 130%;
  }

  .hero-ab-subheading-sm-2, .hero-ab-subheading-2 {
    font-size: 18px;
  }

  .hero-ab-heading-2 {
    font-size: 36px;
    line-height: 130%;
  }

  .new-primary-button.linktree {
    font-size: 16px;
  }

  .new-primary-button.linktree-secondary, .new-primary-button.linktree-tertiary {
    margin-bottom: 24px;
    font-size: 14px;
  }

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

  .new-service-images {
    max-width: 100%;
  }

  .service-shorty {
    aspect-ratio: auto;
    justify-content: flex-start;
    max-width: none;
  }

  .google-ratings-wrapper {
    padding-left: 32px;
    padding-right: 32px;
  }

  .google-rating {
    width: 160px;
  }

  .new-testimonials-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: wrap;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    max-width: 640px;
  }

  .new-testimonials-section {
    padding-top: 30px;
  }

  .team-flex {
    grid-column-gap: 10%;
    grid-row-gap: 10%;
  }

  .body-text {
    overflow-wrap: anywhere;
  }

  .new-service-card {
    flex-flow: column-reverse;
    justify-content: flex-end;
    align-items: stretch;
  }

  .new-service-card.change-order {
    flex-flow: column;
  }

  .hero-headline {
    font-size: 48px;
    line-height: 52px;
  }

  .banner-wrapper.above-video {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .video-container {
    min-height: 560px;
  }

  .body-text-link-old, .body-headline {
    max-width: 98%;
  }

  .banner-headline-large {
    font-size: 48px;
    line-height: 56px;
  }

  .banner-text-large {
    font-size: 22px;
    line-height: 32px;
  }

  .hero-flex {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .between-headline-copy {
    font-size: 48px;
    line-height: 52px;
  }

  .team-wrapper {
    max-width: 45%;
  }

  .banner-section {
    height: auto;
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .google-badge {
    margin-bottom: -80px;
    display: none;
  }

  .buchen-link-2 {
    max-width: 100%;
  }

  .google-badge-copy {
    margin-bottom: -80px;
    display: none;
  }

  .product-additional, .product-text {
    overflow-wrap: anywhere;
  }

  .product-subline {
    max-width: 98%;
  }

  .product-headline-bold.athena-copy, .product-headline-thin-old.athena-copy, .product-headline-thin-old.athena-copy-copy {
    font-size: 32px;
    line-height: 36px;
  }

  .product-additional-copy, .product-additional-copy-copy {
    overflow-wrap: anywhere;
  }

  .product-left-full {
    height: 150vh;
    max-height: 640px;
  }

  .product-right-full {
    padding-left: 0;
  }

  .product-photo {
    background-position: 0 0, 50% 0;
    background-size: auto, 100%;
    background-attachment: scroll, fixed;
    width: 100%;
    height: 100%;
    position: relative;
  }

  .product-full-subline {
    max-width: 480px;
  }

  .product-full-text {
    overflow-wrap: anywhere;
    max-width: 480px;
  }

  .product-full-cta {
    margin-top: 0;
  }

  .product-full-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .footer-content-half {
    width: 100%;
    padding-left: 32px;
    padding-right: 32px;
  }

  .footer-half-logo {
    object-fit: scale-down;
    max-width: 223px;
  }

  .footer-half-text, .footer-half-text.margin-3 {
    font-size: 14px;
    line-height: 21px;
  }

  .product-full-faq {
    padding-left: 32px;
    padding-right: 32px;
  }

  .footer-half-link {
    font-size: 14px;
    line-height: 21px;
  }

  .product-current-clients {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 10px;
  }

  .body-text-link {
    max-width: 98%;
  }

  .product-hero-subline {
    overflow-wrap: anywhere;
  }

  .checkout-photo-full {
    background-position: 0 0, 50% 0;
    background-size: auto, 100%;
    background-attachment: scroll, fixed;
    width: 100%;
    height: 100%;
    position: relative;
  }

  .checkout-right-full {
    width: 100%;
    min-height: 640px;
    padding-left: 0;
  }

  .checkout-full-header {
    margin-bottom: 48px;
  }

  .checkout-full-wrapper {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    border-top: 8px none var(--nudes--nude-500);
    padding-top: 32px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .checkoutcard-photo {
    width: 50%;
  }

  .thankyou-full {
    width: 100%;
    height: auto;
    padding: 48px 32px;
  }

  .form-label {
    max-width: 98%;
  }

  .checkout-logo:where(.w-variant-ff280e46-d250-a1de-4686-e222fb6d6a4d), .checkout-logo.new-19 {
    width: 62.5%;
  }

  .checkout-brand {
    margin-bottom: 48px;
  }

  .checkout-brand.w--current:where(.w-variant-ff280e46-d250-a1de-4686-e222fb6d6a4d), .checkout-brand.new-18 {
    padding-left: 0;
  }

  .checkout-headline, .checkout-headline-thin {
    font-size: 32px;
    line-height: 36px;
  }

  .checkout-left-full {
    justify-content: flex-start;
    width: 100%;
    min-height: 100%;
    position: relative;
  }

  .checkoutcard-content {
    cursor: pointer;
  }

  .checkoutcard-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .checkout-section {
    flex-flow: column;
    display: flex;
  }

  .checkout-additional {
    overflow: hidden;
  }

  .product-full-link {
    overflow-wrap: anywhere;
    max-width: 480px;
  }

  .checkoutcard-left-full, .tankyou-left-full {
    justify-content: flex-start;
    width: 100%;
    min-height: 100%;
  }

  .thankyou-photo {
    width: 50%;
  }

  .h1-alike-bold {
    font-size: 40px;
    line-height: 44px;
  }

  .thankyoucard-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .linktree-item {
    padding-left: 48px;
    padding-right: 48px;
  }

  .linktree-head {
    padding: 48px 32px;
  }

  .linktree-headline {
    max-width: 98%;
    font-size: 20px;
    line-height: 28px;
  }

  .linktree-text {
    overflow-wrap: anywhere;
    font-size: 16px;
    line-height: 28px;
  }

  .linktree-texts {
    padding-left: 0;
    padding-right: 0;
  }

  .linktree-subline {
    overflow-wrap: anywhere;
    font-size: 16px;
    line-height: 24px;
  }

  .body-headline-services {
    max-width: 98%;
  }

  .new-service-image {
    order: -1;
  }

  .services-title {
    margin-bottom: 10px;
  }

  .new-service-item {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    display: flex;
  }

  .gallery-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .body-text-2 {
    overflow-wrap: anywhere;
  }

  .footer-link-2 {
    font-size: 14px;
    line-height: 21px;
  }

  .nav-container-2.new-32 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .nav-brand-2.new-33 {
    padding-left: 0;
  }

  .faq-heading-2 {
    letter-spacing: 0;
    font-size: 60px;
    line-height: 80px;
  }

  .footer-text-2, .footer-text-right-2, .footer-text-right-2.margin-3 {
    font-size: 14px;
    line-height: 21px;
  }

  .navbar-logo-2.new-34 {
    width: 62.5%;
  }

  .container-4.footer {
    padding-left: 25px;
    padding-right: 35px;
  }
}

@media screen and (max-width: 479px) {
  .nav-container {
    padding-top: 45px;
    padding-left: 12px;
  }

  .nav-container:where(.w-variant-ff280e46-d250-a1de-4686-e222fb6d6a4d), .nav-container.new-17 {
    padding: 16px 24px;
  }

  .container {
    width: auto;
    max-width: 900px;
    padding-left: 24px;
    padding-right: 24px;
    overflow: hidden;
  }

  .container.footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.team {
    padding-left: 20px;
  }

  .container.cosmetics {
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
  }

  .container.make-up, .container.service, .container.faq, .container.medizinisch-cards, .container.medizinische {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.buchen-page {
    height: auto;
  }

  .container.scalp, .container.scalp-services-card, .container.team-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cosmetics-content {
    padding-top: 52px;
  }

  .cosmetics-heading {
    font-size: 56px;
    line-height: 60px;
  }

  .cosmetics-heading-container {
    margin-bottom: 43px;
  }

  .cosmetics-flex {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    margin-bottom: 210px;
  }

  .cosmetics-text-left {
    font-size: 26px;
    line-height: 31px;
  }

  .cosmetics-text-right {
    font-size: 16px;
    line-height: 21px;
  }

  .video-logo {
    top: -44%;
  }

  .video-logo.scalp {
    display: none;
  }

  .video-logo.cc-ab {
    top: 0%;
  }

  .video-heading {
    display: none;
  }

  .play-button {
    inset: auto 0% 50% 50%;
    transform: translate(-50%, 50%);
  }

  .team-content {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    align-items: center;
    margin-bottom: 0;
  }

  .team-image {
    max-width: 100%;
  }

  .team-text {
    font-size: 16px;
    line-height: 21px;
  }

  .team-text-title {
    font-size: 17px;
    line-height: 21px;
  }

  .team-text-title.cc-ab {
    margin-bottom: 10px;
  }

  .team-text-block {
    max-width: 100%;
  }

  .team-text-block.margin {
    margin-bottom: 80px;
  }

  .buchen-content {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
  }

  .buchen-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    padding-top: 68px;
    padding-bottom: 90px;
  }

  .footer-logo {
    max-width: 230px;
    margin-bottom: 25px;
  }

  .footer-text {
    text-align: right;
  }

  .footer-text.mobile-hidden {
    display: none;
  }

  .footer-text-right {
    font-size: 16px;
    line-height: 27px;
  }

  .footer-text-right.margin {
    margin-bottom: 0;
  }

  .footer-text-right.margin-3 {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 27px;
  }

  .footer-link {
    font-size: 16px;
    line-height: 27px;
  }

  .footer-link.margin-2 {
    margin-bottom: 70px;
  }

  .footer-col-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .make-up-heading {
    font-size: 52px;
    line-height: 60px;
  }

  .make-up-content {
    padding-top: 52px;
  }

  .make-up-heading-container {
    margin-bottom: 5px;
  }

  .make-up-icon {
    margin-top: 28px;
  }

  .service-card {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .service-heading {
    font-size: 36px;
    line-height: 40px;
  }

  .service-slider {
    height: 220px;
    max-height: 100%;
  }

  .service-card-wrapper, .service-card-wrapper.last, .service-card-wrapper.second {
    margin-bottom: 48px;
  }

  .service-subheading, .service-text-bold {
    font-size: 16px;
    line-height: 21px;
  }

  .faq-content {
    padding-bottom: 50px;
  }

  .faq-heading {
    font-size: 40px;
    line-height: 44px;
  }

  .medizinisch-cards-content {
    margin-bottom: 16px;
  }

  .medizinische-content {
    padding-top: 52px;
  }

  .medizinische-heading-container {
    margin-bottom: 5px;
  }

  .faq-list-item {
    margin-left: 10px;
  }

  .buchen-text-left {
    font-size: 26px;
    line-height: 31px;
  }

  .pigmentierung-title.mobile {
    font-size: 41px;
    line-height: 46px;
  }

  .medizinisch-card-wrapper {
    margin-bottom: 48px;
  }

  .medizinisch-card {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .medizinisch-heading {
    margin-bottom: 10px;
    font-size: 36px;
    line-height: 40px;
  }

  .medizinisch-heading.mobile {
    display: block;
  }

  .medizinisch-card-text {
    font-size: 16px;
    line-height: 21px;
  }

  .medizinisch-card-text.big-margin {
    line-height: 32px;
  }

  .text-span-2, .text-span-3 {
    display: inline;
  }

  .text-span-5 {
    display: none;
  }

  .text-span-6 {
    display: inline;
  }

  .text-span-7 {
    display: block;
  }

  .impressum-cards-content {
    margin-bottom: 16px;
  }

  .impressum-cards-wrapper {
    margin-bottom: 48px;
  }

  .impressum-card {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .impressum-heading {
    margin-bottom: 10px;
    font-size: 36px;
    line-height: 40px;
  }

  .impressum-container, .datenschutz-container {
    padding-top: 45px;
    padding-left: 20px;
  }

  .datenschutz-cards-content {
    margin-bottom: 16px;
  }

  .datenschutz-card-wrapper {
    margin-bottom: 48px;
  }

  .datenschutz-card {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .datenschutz-heading {
    margin-bottom: 10px;
    font-size: 36px;
    line-height: 40px;
  }

  .datenschutz-card-text {
    font-size: 16px;
    line-height: 21px;
  }

  .datenschutz-card-text.big-margin {
    line-height: 32px;
  }

  .datenschutz-list-item {
    margin-left: 10px;
  }

  .scalp-content {
    padding-top: 52px;
  }

  .scalp-heading-container {
    margin-bottom: 5px;
  }

  .scalp-heading {
    font-size: 52px;
    line-height: 60px;
  }

  .scalp-text-left {
    font-size: 26px;
    line-height: 31px;
  }

  .scalp-flex.margin {
    margin-bottom: 40px;
  }

  .scalp-video-container {
    margin-bottom: 20px;
  }

  .scalp-video-container.margin {
    margin-bottom: 24px;
  }

  .scalp-service-heading {
    font-size: 36px;
    line-height: 40px;
  }

  .scalp-image {
    width: 100%;
    max-width: 140px;
  }

  .scalp-subheading {
    font-size: 16px;
    line-height: 21px;
  }

  .scalp-cards {
    margin-bottom: 48px;
  }

  .scalp-cards._2 {
    margin-bottom: 80px;
  }

  .scalp-card-top {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .scalp-team-text-title {
    font-size: 17px;
    line-height: 21px;
  }

  .scalp-team-text {
    font-size: 16px;
    line-height: 21px;
  }

  .scalp-team-content {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    align-items: center;
    margin-bottom: 0;
  }

  .scalp-team-image {
    max-width: 100%;
  }

  .scalp-hero-text {
    margin-bottom: 0;
  }

  .h1-alike {
    font-size: 32px;
    line-height: 36px;
  }

  .beratung-form {
    padding: 20px;
  }

  .hero-ab.pmu-hero, .hero-ab.pmu-hero-augenbrauen, .hero-ab.pmu-hero-lidstrich {
    background-image: linear-gradient(#0000002e, #fff0 19%, #00000063 60%), url('../images/Lippen.avif'), url('../images/654cca1ba1b93eee4856f69c_NaturalLine_nm-p-500.jpg_1-p-500.jpg.avif');
    background-position: 0 0, 80%, 50% 0;
    background-repeat: repeat, no-repeat, no-repeat;
    background-size: auto, cover, cover;
    height: 100vh;
  }

  .hero-ab-heading {
    font-size: 32px;
  }

  .hero-ab-button-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .primary-button {
    text-align: center;
    line-height: 16px;
  }

  .hero-ab-content {
    height: 95%;
  }

  .ab-heading-2.pmu-blacktext {
    font-size: 30px;
  }

  .testimonial-wrapper {
    margin-left: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .new-cta-2-ab-section {
    min-height: 100%;
  }

  .heading {
    font-size: 55px;
  }

  .div-block-4 {
    height: 80vh;
  }

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

  .heading-3 {
    font-size: 30px;
  }

  .heading-3.ffffff {
    text-align: center;
    font-size: 32px;
  }

  .div-block-6 {
    flex-flow: column;
  }

  .heading-4 {
    font-size: 35px;
  }

  .div-block-10 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .heading-6 {
    font-size: 35px;
  }

  .heading-6._32, .heading-6._64 {
    font-size: 32px;
  }

  .section-8 {
    height: auto;
    min-height: auto;
    position: relative;
  }

  .div-block-19 {
    justify-content: flex-start;
    align-items: flex-end;
    display: block;
  }

  .text-span-20 {
    font-weight: 400;
  }

  .hero-copy {
    font-size: 16px;
    line-height: 24px;
  }

  .hero-subline {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 24px;
  }

  .hero-ab-heading-new, .hero-ab-heading-2 {
    font-size: 32px;
  }

  .new-primary-button {
    text-align: center;
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
    line-height: 20px;
  }

  .new-primary-button.linktree {
    background-image: none;
    height: 80px;
    margin-bottom: 32px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .new-primary-button.linktree-secondary {
    background-image: none;
    width: auto;
    margin-bottom: 24px;
    margin-left: 24px;
    margin-right: 24px;
    line-height: 16px;
  }

  .new-primary-button.linktree-tertiary {
    background-image: none;
    width: auto;
    margin-bottom: 24px;
    margin-left: 0;
    margin-right: 0;
    line-height: 16px;
  }

  .faq-answer {
    text-align: left;
    line-height: 26px;
  }

  .faq-headline {
    padding-right: 8px;
    line-height: 24px;
  }

  .faq-answer-div {
    width: 112%;
  }

  .faq-flex {
    width: 82.5%;
  }

  .h3-alike {
    font-size: 32px;
    line-height: 40px;
  }

  .google-ratings-wrapper {
    margin-left: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .new-about {
    padding-left: 16px;
    padding-right: 16px;
  }

  .nadine-marvin-foto {
    width: 200%;
  }

  .h2-alike-small {
    text-transform: uppercase;
    font-size: 32px;
    line-height: 36px;
  }

  .team-flex {
    flex-flow: column;
  }

  .new-service-card {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .h2-alike {
    font-size: 40px;
    line-height: 44px;
  }

  .new-services-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .hero-headline {
    font-size: 40px;
    line-height: 44px;
  }

  .navbar-link:where(.w-variant-ff280e46-d250-a1de-4686-e222fb6d6a4d), .navbar-link.highlight-new:where(.w-variant-ff280e46-d250-a1de-4686-e222fb6d6a4d), .navbar-link.highlight-new.new-13, .navbar-link.highlight-new.new-28, .navbar-link.new-7, .navbar-link.new-8, .navbar-link.new-9, .navbar-link.new-10, .navbar-link.new-22, .navbar-link.new-23, .navbar-link.new-24, .navbar-link.new-25 {
    font-size: 32px;
  }

  .container-small {
    padding-left: 24px;
    padding-right: 24px;
  }

  .hero-container {
    width: auto;
    max-width: 900px;
    padding-left: 24px;
    padding-right: 24px;
    overflow: hidden;
  }

  .hero-home {
    background-image: linear-gradient(180deg, #2c2e2aab 6%, #0000 29%, var(--dark-font) 51.2%), url('../images/natural-permanent-makeup-berlin_1natural-permanent-makeup-berlin.webp'), linear-gradient(to bottom, var(--dark-font), var(--dark-font));
    background-position: 0 0, 50% 0, 0 0;
    background-repeat: repeat, no-repeat, repeat;
    background-size: auto, auto 66vh, auto;
    background-attachment: scroll, fixed, scroll;
    height: 100vh;
  }

  .hero-home.lippen {
    background-image: linear-gradient(#2c2e2a80, #0000 25%, #2c2e2a00 44%, #000c 75%), url('../images/Lippen.avif'), linear-gradient(#0000, #0000);
    background-position: 0 0, 80%, 0 0;
    background-size: auto, cover, auto;
  }

  .body-headline {
    font-size: 16px;
    line-height: 21px;
  }

  .banner-headline-large {
    font-size: 36px;
    line-height: 40px;
  }

  .banner-text-large {
    font-size: 18px;
    line-height: 28px;
  }

  .hero-flex {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .link-block-3 {
    display: none;
  }

  .hero-button-div {
    width: 100%;
  }

  .between-headline-copy {
    font-size: 40px;
    line-height: 48px;
  }

  .team-wrapper {
    max-width: 100%;
  }

  .banner-section {
    min-height: 100%;
  }

  .buchen-link-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .product-subline {
    font-size: 16px;
    line-height: 21px;
  }

  .product-left-full {
    height: 64vh;
  }

  .navbar-link-copy:where(.w-variant-ff280e46-d250-a1de-4686-e222fb6d6a4d), .navbar-link-copy.highlight-new:where(.w-variant-ff280e46-d250-a1de-4686-e222fb6d6a4d) {
    font-size: 32px;
  }

  .product-photo {
    background-size: auto, cover;
  }

  .product-full-header {
    margin-bottom: 16px;
  }

  .product-full-content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .product-full-cta {
    margin-top: 0;
  }

  .product-full-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-top: 16px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .footer-content-half {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    padding-top: 68px;
    padding-bottom: 90px;
  }

  .footer-half-logo {
    max-width: 230px;
    margin-bottom: 25px;
  }

  .footer-half-text {
    font-size: 16px;
    line-height: 27px;
  }

  .footer-half-text.margin {
    margin-bottom: 0;
  }

  .footer-half-text.margin-3 {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 27px;
  }

  .footer-half-link {
    font-size: 16px;
    line-height: 27px;
  }

  .footer-half-link.margin-2 {
    margin-bottom: 70px;
  }

  .product-current-clients {
    text-align: center;
    width: 100%;
    inset: 0% auto auto 0%;
  }

  .checkout-full-content {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .checkout-photo-full {
    background-size: auto, cover;
  }

  .checkout-full-header {
    margin-bottom: 32px;
  }

  .checkout-full-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .checkoutcard-photo {
    width: 100%;
  }

  .thankyou-full {
    cursor: pointer;
    padding: 40px 36px 48px;
  }

  .primary-button-form {
    text-align: center;
    width: 100%;
    margin-top: 24px;
    padding-top: 16px;
    padding-bottom: 16px;
    line-height: 20px;
  }

  .product-headline, .product-headline-thin {
    font-size: 32px;
    line-height: 36px;
  }

  .checkout-left-full {
    height: auto;
    max-height: none;
  }

  .checkoutcard-content {
    cursor: pointer;
    overflow: hidden;
  }

  .checkoutcard-wrapper, .checkout-section {
    flex-flow: column;
  }

  .product-full-content-copy {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .product-full-link {
    font-size: 14px;
    overflow: hidden;
  }

  .checkoutcard-left-full, .tankyou-left-full {
    height: auto;
    max-height: none;
  }

  .thankyou-photo {
    width: 100%;
  }

  .h1-alike-bold {
    font-size: 32px;
    line-height: 36px;
  }

  .black-button {
    text-align: center;
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
    line-height: 20px;
  }

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

  .linktree-item {
    padding-left: 24px;
    padding-right: 24px;
  }

  .div-block-31 {
    padding: 20px;
  }

  .linktree-foto {
    background-image: url('/images/wf-background-image.svg');
    background-position: 0 0;
    background-size: auto;
    align-self: flex-end;
    height: 92.5%;
  }

  .linktree-foto-div {
    background-color: #0e1018;
    width: 144px;
    height: 144px;
    position: relative;
  }

  .linktree-button, .new-primary-button-linktree {
    text-align: center;
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
    line-height: 20px;
  }

  .linktree-head {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    padding: 64px 24px 48px;
  }

  .linktree-text {
    line-height: 24px;
  }

  .image-16 {
    object-fit: cover;
    object-position: 50% 50%;
    max-width: none;
    height: 100%;
    position: static;
    inset: 0% auto;
  }

  .div-block-32 {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .container-2 {
    position: relative;
  }

  .div-block-33 {
    background-image: linear-gradient(#1b161b 10%, #fff0 13%);
    position: absolute;
    inset: 0%;
  }

  .services-head {
    font-size: 32px;
    line-height: 40px;
  }

  .body-headline-services {
    font-size: 16px;
    line-height: 21px;
  }

  .container-3 {
    width: auto;
    max-width: 900px;
    padding-left: 24px;
    padding-right: 24px;
    overflow: hidden;
  }

  .h2-alike-2 {
    font-size: 40px;
    line-height: 44px;
  }

  .footer-link-2 {
    font-size: 16px;
    line-height: 27px;
  }

  .footer-link-2.margin-2 {
    margin-bottom: 70px;
  }

  .nav-container-2 {
    padding-top: 45px;
    padding-left: 12px;
  }

  .nav-container-2.new-32 {
    padding: 16px 24px;
  }

  .navbar-link-2.new-41, .navbar-link-2.highlight-new.new-44 {
    font-size: 32px;
  }

  .faq-heading-2 {
    font-size: 40px;
    line-height: 44px;
  }

  .footer-text-2 {
    text-align: right;
  }

  .footer-text-2.mobile-hidden {
    display: none;
  }

  .footer-text-right-2 {
    font-size: 16px;
    line-height: 27px;
  }

  .footer-text-right-2.margin {
    margin-bottom: 0;
  }

  .footer-text-right-2.margin-3 {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 27px;
  }

  .container-4 {
    width: auto;
    max-width: 900px;
    padding-left: 24px;
    padding-right: 24px;
    overflow: hidden;
  }

  .container-4.footer, .container-4.make-up, .container-4.service, .container-4.faq {
    padding-left: 20px;
    padding-right: 20px;
  }
}

#w-node-_5f9d9e3b-a27f-13a1-dab1-0c87d44bf6f8-19e1f7dd {
  align-self: stretch;
}

#w-node-_78d08228-5ac9-45cb-edaf-045f2cd92988-19e1f896, #w-node-_78d08228-5ac9-45cb-edaf-045f2cd92989-19e1f896, #w-node-_78d08228-5ac9-45cb-edaf-045f2cd9298a-19e1f896 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_78d08228-5ac9-45cb-edaf-045f2cd9298b-19e1f896 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_78d08228-5ac9-45cb-edaf-045f2cd929b8-19e1f896 {
  align-self: stretch;
}

#w-node-_36e4df87-2543-c01d-9a75-ab40dd5eae8d-19e1f89d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_36e4df87-2543-c01d-9a75-ab40dd5eaec6-19e1f89d, #w-node-_36e4df87-2543-c01d-9a75-ab40dd5eaec7-19e1f89d, #w-node-_36e4df87-2543-c01d-9a75-ab40dd5eaec8-19e1f89d {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_36e4df87-2543-c01d-9a75-ab40dd5eaec9-19e1f89d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_36e4df87-2543-c01d-9a75-ab40dd5eaef6-19e1f89d {
  align-self: stretch;
}

#w-node-c78d7ee5-41a9-1f9e-8019-638cc21b1901-19e1f8b3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ca49bc43-2fea-6a7b-6ab2-4726190c7ac5-19e1f8b3, #w-node-ca49bc43-2fea-6a7b-6ab2-4726190c7ac6-19e1f8b3, #w-node-ca49bc43-2fea-6a7b-6ab2-4726190c7ac7-19e1f8b3 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-ca49bc43-2fea-6a7b-6ab2-4726190c7ac8-19e1f8b3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c78d7ee5-41a9-1f9e-8019-638cc21b196a-19e1f8b3 {
  align-self: stretch;
}

#w-node-fda46bbc-aae5-ddfc-5a25-3ed4b6594b6a-19e1f8b4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d4d95656-55f9-fdbb-1abe-5fb4aaf4284e-19e1f8b4, #w-node-d4d95656-55f9-fdbb-1abe-5fb4aaf4284f-19e1f8b4, #w-node-d4d95656-55f9-fdbb-1abe-5fb4aaf42850-19e1f8b4 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-d4d95656-55f9-fdbb-1abe-5fb4aaf42851-19e1f8b4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-fda46bbc-aae5-ddfc-5a25-3ed4b6594bd3-19e1f8b4, #w-node-_32a4b85e-2a6d-d37a-be92-8a774201af94-19e1f8b6 {
  align-self: stretch;
}

#w-node-_53214fa8-bb8e-adfb-9572-0f06ec07798a-19e1f8d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7a78f2cf-c053-357f-e501-339c1da3397c-19e1f8d2, #w-node-_7a78f2cf-c053-357f-e501-339c1da3397d-19e1f8d2, #w-node-_7a78f2cf-c053-357f-e501-339c1da3397e-19e1f8d2 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_7a78f2cf-c053-357f-e501-339c1da3397f-19e1f8d2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_89234b51-f64d-da72-4792-4588f72acfc2-19e1f8d2 {
  align-self: stretch;
}

#w-node-_53214fa8-bb8e-adfb-9572-0f06ec07798a-19e1f8d3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7a78f2cf-c053-357f-e501-339c1da3397c-19e1f8d3, #w-node-_7a78f2cf-c053-357f-e501-339c1da3397d-19e1f8d3, #w-node-_7a78f2cf-c053-357f-e501-339c1da3397e-19e1f8d3 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_7a78f2cf-c053-357f-e501-339c1da3397f-19e1f8d3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_89234b51-f64d-da72-4792-4588f72acfc2-19e1f8d3 {
  align-self: stretch;
}

#w-node-_00e22c92-7222-876d-0129-63f8bb80698b-bb806985, #w-node-_00e22c92-7222-876d-0129-63f8bb80698c-bb806985, #w-node-_00e22c92-7222-876d-0129-63f8bb80698d-bb806985 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_00e22c92-7222-876d-0129-63f8bb80698e-bb806985 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6caa003e-58e2-af7e-46aa-0b21b09596e3-b09596d4 {
  align-self: stretch;
}

#w-node-a945e524-2a52-e824-fd82-6bf7c205b80d-c205b7f5, #w-node-_145dc433-f6ab-4384-8ff1-f608f1573ae4-19e1f8d5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eacc786b-0893-6648-25e0-5bf81b899aa8-19e1f8d5, #w-node-eacc786b-0893-6648-25e0-5bf81b899aa9-19e1f8d5, #w-node-eacc786b-0893-6648-25e0-5bf81b899aaa-19e1f8d5 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-eacc786b-0893-6648-25e0-5bf81b899aab-19e1f8d5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_5f9d9e3b-a27f-13a1-dab1-0c87d44bf6f8-19e1f7dd, #w-node-_78d08228-5ac9-45cb-edaf-045f2cd929b8-19e1f896, #w-node-_36e4df87-2543-c01d-9a75-ab40dd5eaef6-19e1f89d, #w-node-c78d7ee5-41a9-1f9e-8019-638cc21b196a-19e1f8b3, #w-node-fda46bbc-aae5-ddfc-5a25-3ed4b6594bd3-19e1f8b4, #w-node-_32a4b85e-2a6d-d37a-be92-8a774201af94-19e1f8b6, #w-node-_89234b51-f64d-da72-4792-4588f72acfc2-19e1f8d2, #w-node-_89234b51-f64d-da72-4792-4588f72acfc2-19e1f8d3 {
    align-self: auto;
  }

  #w-node-_6caa003e-58e2-af7e-46aa-0b21b09596da-b09596d4 {
    justify-self: end;
  }

  #w-node-_6caa003e-58e2-af7e-46aa-0b21b09596db-b09596d4 {
    justify-self: center;
  }

  #w-node-_6caa003e-58e2-af7e-46aa-0b21b09596e3-b09596d4 {
    align-self: auto;
  }

  #w-node-_6caa003e-58e2-af7e-46aa-0b21b09596e7-b09596d4 {
    justify-self: end;
  }

  #w-node-_6caa003e-58e2-af7e-46aa-0b21b09596e8-b09596d4 {
    justify-self: center;
  }

  #w-node-_6caa003e-58e2-af7e-46aa-0b21b09596f3-b09596d4 {
    justify-self: end;
  }

  #w-node-_6caa003e-58e2-af7e-46aa-0b21b09596f4-b09596d4 {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_78d08228-5ac9-45cb-edaf-045f2cd92988-19e1f896, #w-node-_78d08228-5ac9-45cb-edaf-045f2cd92989-19e1f896, #w-node-_78d08228-5ac9-45cb-edaf-045f2cd9298a-19e1f896 {
    grid-row: span 1 / span 1;
  }

  #w-node-_78d08228-5ac9-45cb-edaf-045f2cd9298b-19e1f896 {
    grid-column: span 1 / span 1;
  }

  #w-node-_36e4df87-2543-c01d-9a75-ab40dd5eaec6-19e1f89d, #w-node-_36e4df87-2543-c01d-9a75-ab40dd5eaec7-19e1f89d, #w-node-_36e4df87-2543-c01d-9a75-ab40dd5eaec8-19e1f89d {
    grid-row: span 1 / span 1;
  }

  #w-node-_36e4df87-2543-c01d-9a75-ab40dd5eaec9-19e1f89d {
    grid-column: span 1 / span 1;
  }

  #w-node-ca49bc43-2fea-6a7b-6ab2-4726190c7ac5-19e1f8b3, #w-node-ca49bc43-2fea-6a7b-6ab2-4726190c7ac6-19e1f8b3, #w-node-ca49bc43-2fea-6a7b-6ab2-4726190c7ac7-19e1f8b3 {
    grid-row: span 1 / span 1;
  }

  #w-node-ca49bc43-2fea-6a7b-6ab2-4726190c7ac8-19e1f8b3 {
    grid-column: span 1 / span 1;
  }

  #w-node-d4d95656-55f9-fdbb-1abe-5fb4aaf4284e-19e1f8b4, #w-node-d4d95656-55f9-fdbb-1abe-5fb4aaf4284f-19e1f8b4, #w-node-d4d95656-55f9-fdbb-1abe-5fb4aaf42850-19e1f8b4 {
    grid-row: span 1 / span 1;
  }

  #w-node-d4d95656-55f9-fdbb-1abe-5fb4aaf42851-19e1f8b4 {
    grid-column: span 1 / span 1;
  }

  #w-node-_7a78f2cf-c053-357f-e501-339c1da3397c-19e1f8d2, #w-node-_7a78f2cf-c053-357f-e501-339c1da3397d-19e1f8d2, #w-node-_7a78f2cf-c053-357f-e501-339c1da3397e-19e1f8d2 {
    grid-row: span 1 / span 1;
  }

  #w-node-_7a78f2cf-c053-357f-e501-339c1da3397f-19e1f8d2 {
    grid-column: span 1 / span 1;
  }

  #w-node-_7a78f2cf-c053-357f-e501-339c1da3397c-19e1f8d3, #w-node-_7a78f2cf-c053-357f-e501-339c1da3397d-19e1f8d3, #w-node-_7a78f2cf-c053-357f-e501-339c1da3397e-19e1f8d3 {
    grid-row: span 1 / span 1;
  }

  #w-node-_7a78f2cf-c053-357f-e501-339c1da3397f-19e1f8d3 {
    grid-column: span 1 / span 1;
  }

  #w-node-_00e22c92-7222-876d-0129-63f8bb80698b-bb806985, #w-node-_00e22c92-7222-876d-0129-63f8bb80698c-bb806985, #w-node-_00e22c92-7222-876d-0129-63f8bb80698d-bb806985 {
    grid-row: span 1 / span 1;
  }

  #w-node-_00e22c92-7222-876d-0129-63f8bb80698e-bb806985 {
    grid-column: span 1 / span 1;
  }

  #w-node-eacc786b-0893-6648-25e0-5bf81b899aa8-19e1f8d5, #w-node-eacc786b-0893-6648-25e0-5bf81b899aa9-19e1f8d5, #w-node-eacc786b-0893-6648-25e0-5bf81b899aaa-19e1f8d5 {
    grid-row: span 1 / span 1;
  }

  #w-node-eacc786b-0893-6648-25e0-5bf81b899aab-19e1f8d5 {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Salmanazar 205 Tf';
  src: url('../fonts/Salmanazar-Medium-205TF.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Salmanazar 205 Tf';
  src: url('../fonts/Salmanazar-Light-205TF.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Athena';
  src: url('../fonts/athena-light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Athena';
  src: url('../fonts/athena-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Salmanazar regular';
  src: url('../fonts/Salmanazar-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Eina 02';
  src: url('../fonts/Eina02_Regular.41843231.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Eina 02';
  src: url('../fonts/Eina02_Bold.033cfa18.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}