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

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

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

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

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

:root {
  --pink: #f5c1d9;
  --medium-violet-red: #80435f;
  --snow: #fdf4f4;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: #333;
  font-family: Montserrat Custom, sans-serif;
  font-size: 1.2vw;
  line-height: 1.3;
}

.section_hero {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #80435f;
  background-image: url('../images/Luna-Nails-Hero-Bild-Blurry.png');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 3.25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  height: 75vh;
  display: grid;
  position: relative;
}

.navbar {
  z-index: 2;
  color: #fff;
  background-color: #0000;
  width: 100%;
  padding-left: 100px;
  padding-right: 100px;
  font-weight: 500;
  position: absolute;
}

.body {
  line-height: 1.4;
}

.text-block {
  color: #fff;
  margin-bottom: 30px;
  font-family: "Playfairdisplay 700 Custom", sans-serif;
  font-size: 90px;
  font-weight: 700;
  line-height: 1;
}

.container {
  z-index: 1;
  background-color: #0000;
  flex-direction: row;
  align-items: flex-start;
  padding: 30px;
  font-size: .7vw;
  line-height: 1.3;
  display: block;
  position: relative;
}

.container.about {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container.leistungen {
  z-index: 10;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 49px;
  display: flex;
  position: static;
}

.container.studio {
  margin-bottom: 30px;
}

.container.impressum {
  margin-top: 30px;
}

.hero-subhead {
  color: #ffffffbf;
  width: auto;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
}

.button {
  background-color: var(--pink);
  color: var(--medium-violet-red);
  letter-spacing: .5px;
  border-radius: 50px;
  margin-right: 10px;
  padding: 15px 28px;
  font-size: 15px;
  font-weight: 600;
  transition: background-color .3s;
}

.button:hover {
  background-color: #fff;
}

.button._02 {
  color: #fff;
  background-color: #0000;
  text-decoration: none;
}

.button._03 {
  border: 2px solid var(--medium-violet-red);
  background-color: #0000;
  transition: background-color .3s;
}

.button._03:hover {
  background-color: var(--medium-violet-red);
  color: #fff;
}

.buttons-hero-section {
  display: inline;
}

.button-02-line {
  background-color: #fff;
  width: 100%;
  height: 1px;
}

.paragraph {
  color: var(--medium-violet-red);
  align-items: center;
  width: auto;
  max-width: 40ch;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  display: flex;
}

.paragraph.centered {
  text-align: center;
  max-width: 60ch;
  display: block;
}

.text-button {
  margin-bottom: 5px;
}

.div-block-3 {
  display: flex;
}

.image {
  margin-bottom: .5em;
  margin-left: .5em;
  padding-bottom: 0;
}

.overlay-hero-section {
  opacity: 1;
  color: #80435f;
  mix-blend-mode: multiply;
  background-color: #80435f;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.nav-link {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}

.nav-link.w--current {
  color: var(--pink);
}

.container-navbar {
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.mouse-animation {
  border: 0 solid #fff;
  border-radius: 16px;
  width: 26px;
  height: 45px;
  position: absolute;
  inset: auto 50% 5%;
}

.nav-link-icon {
  color: #fff;
  margin-top: 17px;
  margin-left: 30px;
  padding-top: 0;
  font-size: 15px;
}

.about-flexbox {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  margin-bottom: 60px;
  display: grid;
}

.div-ludmilla {
  object-fit: fill;
  position: relative;
}

.ludmilla-foto {
  background-image: url('../images/IMG_8082.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 500px;
  width: 230px;
  height: 230px;
}

.hi-div {
  position: absolute;
  inset: -13% -44% auto 80%;
}

.image-3 {
  cursor: pointer;
  position: static;
  top: -31px;
}

.divider {
  background-color: var(--pink);
  opacity: .6;
  flex-direction: column;
  align-items: center;
  width: 80%;
  height: 2px;
  margin: 70px auto;
  display: block;
}

.div-block-4 {
  margin-left: 50px;
  padding-left: 0;
  padding-right: 0;
}

.section_heading {
  color: var(--medium-violet-red);
  text-align: center;
  letter-spacing: .5px;
  width: auto;
  max-width: 45ch;
  margin-bottom: 0;
  font-family: "Playfairdisplay 700 Custom", sans-serif;
  font-size: 40px;
  font-weight: 700;
}

.section_heading.deko {
  text-shadow: 0 3px 5px #00000026;
  white-space: normal;
  mix-blend-mode: normal;
  margin-bottom: 0;
}

.section_heading.angebot {
  margin-bottom: 20px;
  font-family: "Playfairdisplay 700 Custom", sans-serif;
  position: static;
}

.image-4 {
  margin-top: 30px;
  margin-bottom: 50px;
  display: block;
  position: static;
  left: 50%;
}

.leistungen-section {
  background-color: var(--snow);
  border-radius: 0;
  padding-top: 100px;
  padding-bottom: 20px;
  overflow: hidden;
}

.h3-heading {
  color: var(--medium-violet-red);
  text-align: center;
  letter-spacing: .5px;
  width: auto;
  max-width: 45ch;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  font-family: "Playfairdisplay 700 Custom", sans-serif;
  font-size: 28px;
  font-weight: 700;
}

.container-leistungen {
  background-color: #ffffff80;
  border-radius: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-top: 0;
  padding: 20px;
  display: flex;
  position: relative;
  left: -5%;
  box-shadow: 0 10px 20px -18px #38262ea3;
}

.container-leistungen.right {
  justify-content: flex-end;
  left: auto;
  right: -5%;
}

.paragraph-small {
  color: #80435fcc;
  align-items: center;
  width: auto;
  max-width: 48ch;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  display: flex;
}

.paragraph-small.ausschreibung {
  margin-bottom: 0;
}

.leistung-heading {
  color: var(--medium-violet-red);
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 700;
}

.div-text-leistungen {
  width: auto;
}

.container-leistungen-right {
  background-color: #ffffff80;
  border-radius: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  padding: 20px;
  display: flex;
  position: relative;
  left: auto;
  right: -5%;
  box-shadow: 7px 7px 20px -18px #38262ea3;
}

.cta-section {
  background-color: var(--snow);
  padding-top: 80px;
  padding-bottom: 80px;
}

.studio-section {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 120px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.deko-section {
  background-image: url('../images/golden-background-with-palm-tree.jpg');
  background-position: 0 0;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 40vh;
  display: flex;
  position: relative;
}

.deko-overlay {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-image: none;
  background-position: 0 0;
  background-clip: border-box;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}

.studio-bilder-flexblox {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  height: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: grid;
  position: relative;
}

.image-studio {
  background-image: url('../images/IMG_7897.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 1rem;
  width: 300px;
  height: 300px;
  box-shadow: 1px 1px 5px -2px #0000002b, 4px 4px 30px -1px #35353521;
}

.image-studio._01 {
  background-image: url('../images/IMG_7918.jpg');
  background-position: 50% 0;
  width: 380px;
  height: 220px;
}

.image-studio._02 {
  background-image: url('../images/IMG_8099.jpg');
  background-position: 0%;
  width: 100%;
  min-width: 300px;
  position: relative;
  top: -184px;
}

.image-studio._03 {
  background-image: url('../images/IMG_7960-HDR-2.jpg');
  width: 450px;
}

.image-studio._04 {
  background-image: url('../images/IMG_8057-HDR.jpg');
  background-position: 100%;
  width: 380px;
  height: 260px;
  margin-bottom: 0;
  position: relative;
  top: -183px;
}

.image-studio._05 {
  background-position: 50% 70%;
  width: 350px;
  height: 250px;
}

.section-kontakt {
  background-color: var(--snow);
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.container-kontakt {
  z-index: 1;
  background-color: #f5c1d980;
  flex-direction: column;
  align-items: center;
  padding: 50px 0 0;
  display: flex;
  position: relative;
  box-shadow: 0 6px 20px -14px #0003;
}

.tel-nr-link-block {
  background-color: #fff;
  border-radius: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 25px;
  text-decoration: none;
  display: flex;
}

.whatsapp_text {
  color: #4d4d4d;
  letter-spacing: 1px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}

.image-5 {
  margin-right: 20px;
}

.div-adresse {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 50px;
  display: flex;
}

.div-adresse.impressum {
  align-items: flex-start;
}

.image-6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.footer {
  color: #fff;
  text-align: center;
  background-color: #252525;
  align-items: flex-start;
  padding-top: 100px;
  padding-bottom: 50px;
}

.footer-flex-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: .25fr .25fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: grid;
}

.footer-logo-link {
  flex: 0 auto;
  min-width: auto;
  max-height: none;
}

.footer-image {
  object-fit: fill;
  object-position: 0% 50%;
  width: 90px;
  min-width: auto;
  height: auto;
  padding: 7px;
}

.footer-heading {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
}

.text-block-5 {
  opacity: .5;
  color: #fff;
  letter-spacing: .5px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.paragraph-small-footer {
  color: #ffffff80;
  align-items: center;
  width: auto;
  max-width: 48ch;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  display: flex;
}

.footer-h2-heading {
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}

.footer-div-kontakt {
  color: #fff;
  flex-direction: row;
  align-items: center;
  margin-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.footer-div-kontakt.hide {
  display: none;
}

.image-7 {
  width: 30px;
  margin-right: 15px;
}

.divider-footer {
  opacity: .6;
  background-color: #ffffff4d;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 1px;
  margin: 40px auto;
  display: block;
}

.div-image-leistungen {
  background-image: url('../images/cosmetologist-doing-face-treatment-and-applying-face-mask-klein.jpg');
  background-position: 20%;
  background-size: cover;
  border-radius: 20px;
  width: 200px;
  height: 200px;
  margin-left: 0;
  margin-right: 40px;
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
  box-shadow: 0 3px 20px -17px #000000b8;
}

.div-image-leistungen.microdermabrasion {
  background-image: url('../images/IMG_8098.jpg');
}

.div-image-leistungen.ultraschall {
  background-image: url('../images/IMG_8112.jpg');
  background-position: 50%;
}

.div-image-leistungen.fruchts-urepeeling {
  background-image: url('../images/Web_Nails-Fruchtsaeurepeeling.jpeg.jpg');
  background-position: 50%;
}

.div-image-leistungen.wimpernlifting {
  background-image: url('../images/IMG_7939.jpg');
  background-position: 50%;
}

.div-image-leistungen.perma-make-up {
  background-image: url('../images/Web_Luna-Nails-Permanent-Make-Up.jpeg.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-image-leistungen.nagelmodellage {
  background-image: url('../images/IMG_7897.jpg');
}

.div-image-leistungen.fu-pflege {
  background-image: url('../images/Web_Luna-Nails-Pedikuere.jpeg.jpg');
  background-position: 50%;
}

.div-image-leistungen.haarentfernung {
  background-image: url('../images/Web_Luna-Nails-Waxing.jpeg.jpg');
}

.wrapper-leistungen {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column wrap;
  place-content: center;
  align-items: center;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.ck-attr-btn {
  width: 1px;
  height: 1px;
  margin: -1px;
  position: absolute;
  overflow: hidden;
}

.ck-modal__btns-w {
  background-color: #f3f7f2;
  border-radius: 0 0 .5rem .5rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.ck-modal__btns-w.is--small {
  background-color: #e6e6e6;
  justify-content: flex-start;
  padding: 1.5rem;
}

.ck-modal__btns-w.in-pref-manger {
  margin: 2rem -2rem -2.25rem;
}

.ck-txt-link {
  color: #515750;
  font-weight: 400;
  transition: color .15s cubic-bezier(.25, .46, .45, .94);
  display: block;
}

.ck-txt-link:hover {
  color: #262926;
}

.ck-title {
  color: #262926;
  margin-bottom: .1875em;
  font-size: 1.25rem;
  font-weight: 700;
}

.ck-title.is--small {
  font-size: 1.1875rem;
}

.ck-modal {
  color: #515750;
  background-color: #fff;
  border-radius: .5rem;
  flex-direction: column;
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
  font-size: .9375rem;
  line-height: 1.4;
  display: flex;
  position: relative;
  box-shadow: 0 4px 1rem #2629260d;
}

.ck-button-w {
  background-color: var(--medium-violet-red);
  color: #fff;
  text-align: center;
  border-radius: .25rem;
  padding: .875em 1.5em 1rem;
  font-size: .9375rem;
  text-decoration: none;
  transition: color .2s cubic-bezier(.25, .46, .45, .94), background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.ck-button-w:hover {
  background-color: #262926;
}

.ck-button-w.is--secondary {
  color: #515750;
  background-color: #0000;
  margin-right: -1.25em;
  padding-left: 1.25em;
  padding-right: 1.25em;
  font-size: .875rem;
  font-weight: 700;
}

.ck-button-w.is--secondary:hover {
  color: #262926;
  text-decoration: underline;
}

.ck-button-w.is--secondary.is--fullwidth {
  background-color: #fff;
  margin-top: .75rem;
  margin-bottom: -1rem;
  margin-right: 0;
}

.ck-button-w.is--fullwidth {
  background-color: var(--medium-violet-red);
  flex: none;
  width: 100%;
}

.ck-css-styles {
  display: none;
}

.ck-modal__exit-btn {
  z-index: 5;
  cursor: pointer;
  background-color: #f3f7f2;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin: 1.25rem 1.25rem -2.5rem auto;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
}

.ck-modal__exit-btn:hover {
  background-color: #515750;
}

.ck-modal__exit-btn.is--sticky {
  position: sticky;
  top: 1rem;
}

.ck__exitbtn__line {
  background-color: #515750;
  width: 1rem;
  height: 2px;
  position: absolute;
}

.ck__exitbtn__line.is--left {
  transform: rotate(45deg);
}

.ck__exitbtn__line.is--right {
  transform: rotate(-45deg);
}

.ck-sr__only {
  width: 1px;
  height: 1px;
  margin: -1px;
  position: absolute;
  overflow: hidden;
}

.ck-cookie-w {
  z-index: 9500;
  max-width: 25rem;
  display: block;
  position: fixed;
  inset: auto 1.25rem 1.25rem auto;
}

.ck-modal__content-w {
  padding: 1.75rem 2rem;
}

.ck-modal__content-w.is--small {
  padding: 1.5rem;
}

.ck-preference__bg {
  opacity: 1;
  cursor: pointer;
  background-color: #d7e7d580;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.ck-radio-w {
  color: #999c98;
  cursor: pointer;
  margin-top: 1rem;
  margin-bottom: 0;
  padding-left: 1.75rem;
  transition: color .15s cubic-bezier(.25, .46, .45, .94);
}

.ck-radio-w:hover {
  color: #515750;
}

.ck-radio-w.is--not-allowed {
  cursor: not-allowed;
}

.ck-radio__btn {
  float: left;
  border: 1.75px solid #999c98;
  border-radius: .375rem;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0;
  margin-left: -1.75rem;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.ck-radio__btn.w--redirected-checked {
  background-color: #515750;
  background-image: url('../images/radio__checkmark.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: .625rem;
  border: 1px solid #515750;
  border-radius: .375rem;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0;
}

.ck-radio__btn.is--checked {
  background-color: #515750;
  background-image: url('../images/radio__checkmark.svg');
  background-position: 45%;
  background-repeat: no-repeat;
  background-size: .625rem;
  border-color: #515750;
}

.ck-preference-w {
  z-index: 9525;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.ck-form-w {
  margin-bottom: 0;
}

.ck-preference__scroll-w {
  width: 100%;
  max-height: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: relative;
  overflow: auto;
}

.ck-radio__desc {
  cursor: pointer;
  font-size: .875rem;
  font-weight: 400;
}

.ck-radio__label {
  color: #262926;
  cursor: pointer;
  margin-bottom: .25rem;
  font-size: .9375rem;
  font-weight: 600;
}

.ck-form {
  padding-top: 1.25rem;
  padding-bottom: .5rem;
}

.text-block-6 {
  width: 1px;
  height: 1px;
  margin: -1px;
  position: absolute;
  overflow: hidden;
}

.hero-section-impressum {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #80435f;
  background-image: url('../images/Luna-Nails-Hero-Bild-Blurry.png');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 3.25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  height: 75vh;
  display: grid;
  position: relative;
}

.impressum-div {
  font-size: 14px;
  line-height: 1.4;
}

.div-block-5 {
  justify-content: space-between;
  display: flex;
}

.nav-menu {
  font-family: Montserrat Custom, sans-serif;
}

.navbar_contact_wrapper {
  margin-right: 16px;
  padding: 15px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.popup-bg {
  z-index: 5;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #3d1427a1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-wrapper {
  z-index: 10;
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 40px 50px;
  display: flex;
  position: relative;
}

.ausschreibung-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  margin-bottom: 40px;
  display: grid;
}

.card-ausschreibung {
  background-color: var(--pink);
  color: #1d1d1d;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px 35px;
  display: flex;
}

.titel-ausschreibung {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 600;
}

.div-close-button {
  border: 2px solid var(--pink);
  border-radius: 200px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 8px;
  display: flex;
  position: absolute;
  inset: 3% 2% auto auto;
}

.div-close-button:hover {
  background-color: var(--pink);
}

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

.container_hero {
  z-index: 1;
  background-color: #0000;
  flex-direction: row;
  align-items: flex-start;
  padding: 30px;
  font-size: .7vw;
  line-height: 1.3;
  display: block;
  position: relative;
}

.container_hero.about {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container_hero.leistungen {
  z-index: 10;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 49px;
  display: flex;
  position: static;
}

.container_hero.studio {
  margin-bottom: 30px;
}

.container_hero.impressum {
  margin-top: 30px;
}

@media screen and (max-width: 991px) {
  .section_hero {
    grid-template-rows: auto;
    grid-template-columns: 3.75fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    height: 60vh;
    padding: 30px;
    display: flex;
    position: relative;
  }

  .navbar {
    padding-left: 50px;
    padding-right: 50px;
  }

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

  .hero-subhead {
    font-size: 18px;
  }

  .container-navbar {
    display: inline;
  }

  .nav-link-icon {
    display: flex;
  }

  .ludmilla-foto {
    width: 150px;
    height: 150px;
  }

  .hi-div {
    left: 84%;
    right: -45px;
  }

  .section_heading {
    font-size: 22px;
  }

  .section_heading.angebot {
    font-size: 35px;
  }

  .leistungen-section {
    padding-left: 40px;
    padding-right: 40px;
  }

  .h3-heading {
    font-size: 22px;
  }

  .container-leistungen {
    justify-content: flex-start;
  }

  .container-leistungen-right {
    justify-content: center;
  }

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

  .div-image-leistungen {
    object-fit: fill;
    height: 175px;
  }

  .hero-section-impressum {
    grid-template-rows: auto;
    grid-template-columns: 3.75fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    height: 60vh;
    padding: 30px;
    display: flex;
    position: relative;
  }

  .impressum-div {
    font-size: 13px;
  }

  .nav-menu {
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    background-color: #c8c8c833;
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .navbar_contact_wrapper {
    flex-direction: row-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
    position: static;
    left: 59px;
  }
}

@media screen and (max-width: 767px) {
  .section_hero {
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 2.25fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    padding: 0;
    display: flex;
  }

  .navbar {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 50px;
    display: block;
  }

  .button {
    font-size: 14px;
  }

  .paragraph {
    width: 25ch;
    display: block;
  }

  .hi-div {
    right: -49px;
  }

  .divider {
    margin-top: 0;
  }

  .div-block-4 {
    margin-left: 40px;
    margin-right: 0;
  }

  .section_heading, .h3-heading {
    font-size: 18px;
  }

  .container-leistungen {
    position: static;
  }

  .container-leistungen.right {
    justify-content: center;
  }

  .paragraph-small {
    width: 25ch;
    display: block;
  }

  .paragraph-small.ausschreibung {
    width: auto;
  }

  .container-leistungen-right {
    position: static;
  }

  .studio-bilder-flexblox {
    grid-template-columns: 1fr;
    min-width: 300px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-studio._01 {
    width: 100%;
  }

  .image-studio._02 {
    position: static;
  }

  .image-studio._03 {
    width: 100%;
  }

  .image-studio._04 {
    width: 100%;
    position: static;
  }

  .image-studio._05 {
    width: 100%;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-flex-container {
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: .25fr 1.25fr;
    grid-auto-columns: 1fr;
    align-self: auto;
    display: flex;
  }

  .footer-logo-link {
    object-fit: cover;
    align-self: auto;
    width: auto;
  }

  .footer-image {
    display: block;
  }

  .text-block-5 {
    margin-bottom: 20px;
  }

  .paragraph-small-footer {
    width: 25ch;
    display: block;
  }

  .divider-footer {
    margin-top: 0;
  }

  .container-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .ck-modal__btns-w {
    padding: 1.5rem;
  }

  .ck-modal__btns-w.in-pref-manger {
    margin: 1.5rem -1.5rem -2rem;
    padding-top: 1.25rem;
    position: sticky;
    bottom: 0;
  }

  .ck-modal__exit-btn {
    margin-right: 1.25rem;
  }

  .ck-modal__exit-btn.is--sticky {
    top: -1rem;
  }

  .ck-cookie-w {
    display: block;
  }

  .ck-modal__content-w {
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .ck-preference__scroll-w {
    padding-top: 2rem;
  }

  .ck-form {
    padding-top: .75rem;
  }

  .hero-section-impressum {
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 2.25fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    padding: 0;
    display: flex;
  }

  .div-block-5 {
    flex-direction: column;
  }

  .div-block-6 {
    text-align: center;
    align-self: center;
  }

  .ausschreibung-wrapper {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .container_hero {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 50px;
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .section_hero {
    height: 90vh;
    display: flex;
  }

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

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

  .hero-subhead {
    text-align: center;
  }

  .button {
    margin-bottom: 20px;
  }

  .buttons-hero-section {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-link-icon {
    flex: none;
  }

  .about-flexbox {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    place-content: center;
    place-items: center;
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-ludmilla {
    flex-direction: column;
    align-items: flex-start;
  }

  .hi-div {
    right: -55px;
  }

  .div-block-4 {
    text-align: center;
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .section_heading.angebot {
    font-size: 30px;
  }

  .leistungen-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-leistungen {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 16px 16px 25px;
  }

  .container-leistungen.right {
    justify-content: center;
  }

  .container-leistungen-right {
    flex-direction: column;
  }

  .studio-bilder-flexblox {
    grid-template-columns: 1fr;
    place-items: center;
    min-width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .image-studio._01 {
    width: 100%;
  }

  .image-studio._02 {
    min-width: auto;
    position: static;
  }

  .image-studio._03 {
    width: 100%;
    position: static;
  }

  .image-studio._04 {
    width: 70em;
    position: static;
  }

  .image-studio._05 {
    width: 100%;
  }

  .section-kontakt {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-kontakt {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

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

  .footer-flex-container {
    flex-direction: column;
  }

  .footer-logo-link {
    align-self: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .footer-image {
    overflow: visible;
  }

  .footer-heading, .footer-h2-heading {
    margin-top: 20px;
  }

  .div-image-leistungen {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .div-image-leistungen.klassische-gesicht {
    width: 100%;
    margin-bottom: 25px;
    margin-right: 0;
  }

  .div-image-leistungen.ultraschall {
    background-image: url('../images/IMG_8112.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .lottie-animation {
    transform: rotate(180deg);
  }

  .ck-modal__btns-w.is--small {
    padding: 1.25rem;
  }

  .ck-modal {
    max-width: 100%;
  }

  .ck-button-w {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .ck-modal__exit-btn {
    margin-top: 1rem;
    margin-right: 1rem;
  }

  .ck-cookie-w {
    max-width: 100%;
    inset: auto 4% 0%;
  }

  .ck-modal__content-w.is--small {
    padding-bottom: 1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .ck-preference-w {
    align-items: flex-end;
  }

  .ck-preference__scroll-w {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-section-impressum {
    height: 90vh;
    display: flex;
  }

  .impressum-div {
    font-size: 12px;
  }

  .navbar_contact_wrapper {
    margin-right: 0;
  }

  .popup-bg {
    justify-content: flex-start;
    padding-top: 20%;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .popup-wrapper {
    padding: 60px 30px 20px;
  }

  .ausschreibung-wrapper {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .card-ausschreibung {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .div-close-button {
    top: 2%;
    right: 3%;
  }

  .image-8 {
    flex: none;
  }

  .container_hero {
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }
}

#w-node-_469106dd-c84e-07b1-f5fb-ed8628b8b9dd-2e044cd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_567c1d7e-2d73-bd4f-ff21-87a1134980c4-2e044cd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_13eef613-edbd-6837-166d-e95b5c4839d7-2e044cd5 {
  place-self: center;
}

#w-node-_89dbafc5-807a-237c-951c-cf3aa029a329-2e044cd5, #w-node-_9771cbe5-c471-0772-947b-57300e0598d5-2e044cd5, #w-node-cc5db8e4-0d0f-32f6-3358-9f36a56477e6-2e044cd5, #w-node-_7f2c639e-1439-b3d3-55c5-758d7f75fe3c-2e044cd5, #w-node-_1e0c2997-970a-2851-c9cd-6be333ecaefa-2e044cd5, #w-node-fb89c561-6e9f-89bb-2cc3-238c7235619a-2e044cd5, #w-node-d9de5a35-7761-b740-1ca1-f498f0b6d7d9-2e044cd5, #w-node-_5e594b1d-0c62-f1e5-b9f6-a5fd120e52d8-2e044cd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f0d97c9-f2a8-b8d1-e84d-d97694410fc1-2e044cd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-e8681a53-7c70-56b7-98fc-cc6fc7c16ae3-2e044cd5 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: end start;
}

#w-node-_11613358-3864-b7dc-2706-6fda133126fb-2e044cd5, #w-node-_30c0888e-1752-8c11-9297-3af03d0a4aa9-2e044cd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_9e6f2a03-90c9-3f80-37f9-5ce8fea8a4fb-2e044cd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-eecbe354-50a3-d8af-2a73-be0c951b0499-0d044d02 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_13eef613-edbd-6837-166d-e95b5c4839d7-2e044cd5, #w-node-_89dbafc5-807a-237c-951c-cf3aa029a329-2e044cd5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8f0d97c9-f2a8-b8d1-e84d-d97694410fc1-2e044cd5, #w-node-e8681a53-7c70-56b7-98fc-cc6fc7c16ae3-2e044cd5, #w-node-_11613358-3864-b7dc-2706-6fda133126fb-2e044cd5, #w-node-_30c0888e-1752-8c11-9297-3af03d0a4aa9-2e044cd5, #w-node-_9e6f2a03-90c9-3f80-37f9-5ce8fea8a4fb-2e044cd5 {
    justify-self: center;
  }

  #w-node-_6818eb46-e1eb-c823-6fb9-68aec3f0f491-c3f0f481 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_567c1d7e-2d73-bd4f-ff21-87a1134980c4-2e044cd5, #w-node-_13eef613-edbd-6837-166d-e95b5c4839d7-2e044cd5 {
    place-self: center;
  }

  #w-node-_8f0d97c9-f2a8-b8d1-e84d-d97694410fc1-2e044cd5, #w-node-e8681a53-7c70-56b7-98fc-cc6fc7c16ae3-2e044cd5, #w-node-_11613358-3864-b7dc-2706-6fda133126fb-2e044cd5, #w-node-_30c0888e-1752-8c11-9297-3af03d0a4aa9-2e044cd5, #w-node-_9e6f2a03-90c9-3f80-37f9-5ce8fea8a4fb-2e044cd5 {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Playfairdisplay 700 Custom';
  src: url('../fonts/PlayfairDisplay-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Playfairdisplay 900 Custom';
  src: url('../fonts/PlayfairDisplay-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat Custom';
  src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat Custom';
  src: url('../fonts/Montserrat-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat Custom';
  src: url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}