h2 {
  margin-top: 24px;
  margin-bottom: 12px;
  font-family: Bebasneue, sans-serif;
  color: #fff;
  font-size: 64px;
  line-height: 74px;
  font-weight: 400;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Bebasneue, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

p {
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  color: hsla(0, 0%, 100%, 0.45);
  font-size: 16px;
  line-height: 28px;
}

a {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}

.navigation {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 15;
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: #000;
}

.container {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 32px;
  padding-left: 32px;
}

.container.editor-line {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 120px;
  padding-right: 0px;
  padding-left: 0px;
}

.container.imprint {
  margin-top: 120px;
  margin-bottom: 120px;
  padding-top: 0px;
}

.navigation-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navi-link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dot {
  width: 10px;
  height: 10px;
  margin-right: 12px;
  border-radius: 50%;
  background-color: #d19563;
}

.contact-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Roboto, sans-serif;
  color: #d19563;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}

.line {
  width: 1px;
  height: 18px;
  margin-right: 24px;
  margin-left: 24px;
  background-color: hsla(0, 0%, 100%, 0.45);
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #000;
}

.section.hero {
  position: relative;
  height: 100vh;
  padding-top: 160px;
  background-color: #000;
}

.section.white {
  padding-bottom: 160px;
  background-color: #fff;
}

.section.footer {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section.footer.imprint {
  position: absolute;
}

.section.padding0 {
  padding-top: 0px;
}

.section.padding20 {
  padding-bottom: 20px;
}

.big-heading {
  position: static;
  font-family: Bebasneue, sans-serif;
  color: #fff;
  font-size: 160px;
  line-height: 160px;
  font-weight: 400;
}

.max-640 {
  max-width: 640px;
}

.bg-image {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 50%;
  height: 100%;
  background-image: url('../images/610d05f75b0339fdcaf42381_vinicius-amnx-amano-VFZF_pzTVBA-unsplash.jpeg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.hero-text {
  position: relative;
  z-index: 10;
}

.editor-line {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 1px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.45);
}

.color-line {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 1px;
  max-width: 1200px;
  background-color: #d19563;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.top-line {
  position: absolute;
  left: auto;
  width: 1px;
  height: 32px;
  background-color: #d19563;
}

.editor-icon {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: none;
  margin-top: 0px;
}

.mid-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  margin-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mid {
  text-align: center;
}

.mid.with-padding {
  margin-bottom: 24px;
}

.caption {
  margin-top: 15px;
  margin-right: 25px;
  font-family: Roboto, sans-serif;
  color: hsla(0, 0%, 100%, 0.3);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.caption.footer {
  margin-right: 10px;
  font-size: 11px;
}

.caption.white {
  color: #fff;
  font-size: 11px;
  font-weight: 700;
}

.work-layout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.spalte {
  -webkit-box-flex: 0;
  -webkit-flex: 0 60%;
  -ms-flex: 0 60%;
  flex: 0 60%;
}

.spalte.picture-1 {
  background-image: url('../images/Braut.jpeg');
  background-position: 0% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.spalte.picture-2 {
  background-image: url('../images/Beauty.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.spalte.picture-3 {
  background-image: url('../images/coloration.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.spalte.picture-2 {
  background-image: url('../images/WhatsApp-Image-2022-07-14-at-14.11.56.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.spalte.picture-2._2 {
  background-image: url('../images/WhatsApp-Image-2022-07-14-at-14.11.56.jpeg');
  background-size: cover;
}

.spalte.picture-beauty {
  background-image: url('../images/31ABA033-A909-4C7B-B14F-A45D313D7106.png');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._40px-spacer {
  width: 40px;
}

.contact-image {
  width: 200px;
  height: 200px;
  margin-top: 24px;
  border-radius: 50%;
  background-image: url('../images/WhatsApp-Image-2022-07-14-at-13.01.53.jpeg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.max-320 {
  max-width: 320px;
}

.footer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-link {
  margin-right: 0px;
  margin-left: 16px;
  color: hsla(24, 0%, 100%, 0.35);
  font-size: 11px;
}

.logo {
  width: 400px;
  height: 100px;
  background-image: url('../images/Logo-für-Homepage.svg');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.logo.w--current {
  width: 400px;
  height: 100px;
  background-position: 0% 0%;
}

.link {
  -webkit-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
}

.link:hover {
  color: hsla(24, 0%, 100%, 0.8);
}

.image-2 {
  display: block;
  max-height: 100%;
}

.image-3 {
  display: none;
}

.text-block {
  color: #d19563;
}

.follow-titel-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #d19563;
}

.interaktion-linkblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #666;
}

.social-media-link-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: hsla(0, 0%, 100%, 0.2);
  color: #fff;
}

.footer-icon {
  font-family: 'Fa brands 400', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 50px;
  font-weight: 400;
}

.footer-circle {
  position: absolute;
  width: 50px;
  height: 50px;
  border-style: solid;
  border-width: 3px;
  border-color: #fff;
  border-radius: 50%;
  line-height: 20;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.instagram-feed-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.instagram-image {
  width: 100%;
  max-height: 250px;
  max-width: 300px;
}

.image-wrapper:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.container-2 {
  position: relative;
  top: -11px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-right: 32px;
  padding-bottom: 0px;
  padding-left: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-size: 18px;
}

.h1-sizing {
  margin-top: 0px;
  margin-bottom: 0em;
  line-height: 1.2em;
  font-weight: 700;
}

.h1-sizing.rechtliches {
  margin-bottom: 0.1em;
  font-family: Bebasneue, sans-serif;
  color: rgba(0, 0, 0, 0.7);
  font-size: 70px;
  font-weight: 400;
}

.titel {
  margin-top: 10px;
  margin-bottom: 10px;
  color: rgba(0, 0, 0, 0.7);
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
}

.rechtliches-text {
  font-family: Roboto, sans-serif;
  color: rgba(0, 0, 0, 0.7);
  font-size: 24px;
  line-height: 1.2em;
}

.list-wrapper {
  display: -ms-grid;
  display: grid;
  width: 80%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.75fr 1fr;
  grid-template-columns: 0.75fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.list-wrapper._1 {
  border-bottom: 1px solid #000;
}

.list-text {
  margin-top: 15px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: none;
}

.list-text.footer {
  margin-right: 10px;
  font-size: 11px;
}

.list-text.white {
  color: #fff;
  font-size: 11px;
  font-weight: 700;
}

.list {
  padding-left: 40px;
}

.list-caption {
  margin-top: 15px;
  margin-right: 25px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.list-caption.footer {
  margin-right: 10px;
  font-size: 11px;
}

.list-caption.white {
  color: #fff;
  font-size: 11px;
  font-weight: 700;
}

.spacer {
  width: 20%;
  height: 100%;
}

.mid-wrapper-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  margin-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #d19563;
}

.caption-list {
  margin-top: 15px;
  margin-right: 25px;
  margin-bottom: 15px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.caption-list.footer {
  margin-right: 10px;
  font-size: 11px;
}

.caption-list.white {
  color: #fff;
  font-size: 11px;
  font-weight: 700;
}

.section-video {
  min-height: 100vh;
  margin-top: 104px;
  padding-left: 10vw;
}

.hero-headings {
  position: absolute;
  left: 12%;
  top: auto;
  right: auto;
  bottom: 19%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hero-heading {
  position: static;
  max-width: 560px;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 5em;
  line-height: 100%;
  font-weight: 400;
}

.hero-description {
  max-width: 330px;
  margin-left: auto;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 1.5em;
  line-height: 135%;
}

.body {
  background-color: #000;
}

@media screen and (max-width: 991px) {
  .big-heading {
    font-size: 150px;
    line-height: 140px;
  }

  .bg-image {
    background-position: 50% 50%;
  }

  .spalte.picture-2 {
    max-height: 600px;
    background-image: url('../images/5ce70eeb98d41d09dd4f4a44_1.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .spalte.picture-2 {
    max-height: 600px;
    background-image: url('../images/5ce70eeb98d41d09dd4f4a44_1.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .spalte.picture-2._2 {
    max-height: none;
  }

  .spalte.picture-beauty {
    background-position: 40% 50%;
  }

  .footer-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-link {
    margin-right: 16px;
    margin-left: 0px;
  }

  .image-2 {
    display: none;
  }

  .container-2 {
    top: -17px;
  }

  .h1-sizing {
    font-size: 70px;
    white-space: nowrap;
  }

  .h1-sizing.rechtliches {
    font-size: 65px;
    white-space: normal;
  }

  .hero-heading {
    font-size: 150px;
    line-height: 140px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section.hero {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .big-heading {
    font-size: 110px;
    line-height: 110px;
  }

  .bg-image {
    position: static;
    width: 100%;
    height: 450px;
    margin-top: 32px;
  }

  .spalte {
    -webkit-box-flex: 0;
    -webkit-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
  }

  .spalte.picture-1 {
    background-position: 50% 50%;
  }

  .spalte.picture-2._2 {
    max-height: none;
  }

  .description {
    font-size: 14px;
    line-height: 20px;
  }

  .social-media-link-block {
    padding-right: 0px;
  }

  .h1-sizing {
    font-size: 55px;
  }

  .h1-sizing.rechtliches {
    font-size: 50px;
    white-space: normal;
  }

  .titel {
    line-height: 40px;
  }

  .hero-heading {
    font-size: 110px;
    line-height: 110px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-right: 10px;
    padding-left: 10px;
  }

  .navi-link-wrapper {
    margin-left: 0px;
  }

  .dot {
    width: 10px;
    height: 10px;
    margin-right: 6px;
  }

  .line {
    margin-right: 5px;
    margin-left: 5px;
  }

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

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

  .big-heading {
    font-size: 65px;
    line-height: 65px;
  }

  .bg-image {
    width: 100%;
    height: 60%;
  }

  .mid.h2 {
    font-size: 44px;
    line-height: 44px;
  }

  .caption {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 11px;
  }

  .work-layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .spalte {
    min-height: 400px;
    -webkit-flex-basis: 80%;
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
  }

  .spalte.picture-1 {
    min-height: 400px;
    background-image: url('../images/Braut.jpeg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .spalte.picture-2 {
    max-height: none;
    min-height: 400px;
    background-image: url('../images/Beauty.jpeg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .spalte.picture-3 {
    background-image: url('../images/coloration.jpeg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .spalte.picture-2 {
    max-height: none;
    min-height: 400px;
    background-image: url('../images/Beauty.jpeg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .footer-wrapper {
    padding-right: 30px;
    padding-left: 30px;
  }

  .logo {
    margin-right: 22px;
  }

  .logo.w--current {
    height: 50px;
  }

  .image-2 {
    display: none;
  }

  .image-3 {
    display: none;
  }

  .image-4 {
    display: none;
  }

  .social-media-link-block {
    margin-top: 9px;
    margin-right: 10px;
    margin-left: 10px;
  }

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

  .h1-sizing {
    font-size: 32px;
  }

  .h1-sizing.rechtliches {
    font-size: 30px;
    white-space: normal;
  }

  .titel {
    margin-top: 8px;
    padding-right: 0px;
    font-size: 20px;
    line-height: 25px;
  }

  .rechtliches-text {
    font-size: 14px;
  }

  .list-text {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 11px;
  }

  .list-caption {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 11px;
  }

  .caption-list {
    display: block;
    margin-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 11px;
  }

  .section-video {
    margin-top: 60px;
  }

  .hero-heading {
    font-size: 3em;
    line-height: 100%;
  }

  .hero-description {
    font-size: 1.1em;
  }

  .body {
    background-color: #000;
  }
}

@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bebasneue';
  src: url('../fonts/BebasNeue-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}