.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #101010;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

h1 {
  color: #101010;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 54px;
}

h2 {
  color: #101010;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 48px;
}

h3 {
  color: #101010;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 42px;
}

h4 {
  color: #101010;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
}

h5 {
  color: #101010;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

h6 {
  color: #101010;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

p {
  color: #101010;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 22px;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 16px;
  line-height: 22px;
}

li {
  color: #101010;
  margin-bottom: 4px;
  font-size: 16px;
  line-height: 22px;
}

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

label {
  margin-bottom: 0;
  font-weight: 400;
  display: block;
}

blockquote {
  color: #fff;
  letter-spacing: .5px;
  background-color: #101010;
  border-left: 1px solid #101010;
  margin-bottom: 10px;
  margin-left: 10px;
  padding: 24px 16px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 20px;
  font-style: italic;
  line-height: 24px;
}

figcaption {
  color: #77869e;
  text-align: center;
  margin-top: 0;
  margin-bottom: 16px;
}

.logo-wrapper {
  flex-direction: row;
  flex: 0 auto;
  justify-content: space-between;
}

.underlined-btn {
  color: #101010;
  letter-spacing: .6px;
  text-transform: capitalize;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 16px;
  margin-right: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
  transition: background-color .2s;
}

.underlined-btn.small {
  padding: 10px 24px;
}

.underlined-btn.small.in-nav-bar {
  margin: 20px 0 20px 12px;
  font-size: 15px;
}

.menu-button {
  flex: 1;
  padding: 10px 0;
}

.menu-button.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.nav-bar {
  z-index: 998;
  height: 80px;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  justify-content: space-between;
  align-items: center;
  padding-left: 56px;
  padding-right: 56px;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.nav-bar.dunkelblau {
  background-color: #b2c8da;
}

.nav-menu {
  z-index: 1;
  width: 33.333vw;
  background-color: #b2c8da;
  flex-direction: column;
  flex: 0 auto;
  align-items: flex-start;
  padding-top: 112px;
  padding-left: 32px;
  padding-right: 32px;
  display: block;
}

.brand {
  flex: 1;
}

.logo {
  height: 40px;
}

.nav-link {
  color: #fff;
  text-align: left;
  letter-spacing: .4px;
  margin-bottom: 16px;
  padding: 10px;
  font-family: Bodoni Moda, sans-serif;
  font-size: 24px;
  line-height: 30px;
  text-decoration: none;
  transition: opacity .2s, color .2s;
  display: block;
}

.nav-link:hover {
  text-decoration: underline;
}

.nav-link.w--current {
  color: #fff;
  font-family: Bodoni Moda, sans-serif;
}

.hero-section {
  width: 100%;
  min-height: 100vh;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.style-guide-block {
  background-color: #fff;
  border-radius: 0 0 4px 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px 104px;
  display: flex;
}

.style-guide-block.block {
  display: block;
}

.color-block {
  height: 88px;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 4px;
}

.color-block.white {
  background-color: #fff;
  border: 1px solid #e8e9e9;
}

.color-block.midnight-blue {
  background-color: #101010;
}

.color-block.hellblau {
  background-color: #b2c8da;
}

.color-block.dunkelblau {
  background-color: #2b3956;
}

.color-block.beige {
  background-color: #f5f1e9;
}

.button-block-wrapper {
  width: 33.334%;
  border-radius: 4px;
  margin-left: 28px;
  margin-right: 28px;
}

.heading-block {
  flex: 1;
  margin-bottom: 24px;
}

.colors-wrapper {
  width: 100%;
  flex-direction: row;
  justify-content: center;
  display: flex;
}

.greyscales-wrapper {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.heading-subtitle {
  color: #8f9193;
  padding-left: 4px;
}

.greyscale-title {
  color: #23272a;
  text-align: left;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 400;
}

.style-guide-block-title {
  background-color: rgba(0, 71, 204, .01);
  border-bottom: 1px solid #d9dfe6;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 32px 104px;
}

.style-guide-block-wrapper {
  border: 1px solid #d9dfe6;
  margin-bottom: 80px;
}

.style-guide-block-wrapper.last {
  margin-bottom: 0;
}

.section {
  background-color: #b2c8da;
  padding-top: 120px;
  padding-bottom: 120px;
}

.section.utility {
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.testimonial {
  color: #2b3956;
  background-color: #2b3956;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.contact {
  background-color: #f5f1e9;
  padding-top: 120px;
  padding-bottom: 120px;
}

.section.facts {
  background-color: #2b3956;
}

.section.cta {
  color: #101010;
  background-color: #fff;
  padding-top: 160px;
}

.section.gallery {
  padding-bottom: 80px;
}

.style-guide-title {
  color: #2b3956;
  text-align: center;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 32px;
}

.style-guide-title.white {
  color: #fff;
  margin-top: 10px;
}

.container {
  width: 100%;
  max-width: 1280px;
  flex-direction: row;
  flex: 0 1280px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

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

.buttons-wrapper {
  width: 100%;
  flex-direction: row;
  justify-content: center;
  margin-top: 28px;
  margin-bottom: 28px;
  display: flex;
}

.color-block-wrapper {
  width: 20%;
  border-radius: 4px;
  margin-left: 28px;
  margin-right: 28px;
}

.button-subtitle {
  color: #8f9193;
  text-align: center;
  margin-top: 10px;
}

.color-title {
  color: #23272a;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-top: 10px;
  font-weight: 400;
}

.grayscale-block {
  height: 88px;
  background-color: #101010;
  flex: 1;
}

.grayscale-block._20 {
  opacity: .2;
}

.grayscale-block._30 {
  opacity: .3;
}

.grayscale-block._10 {
  opacity: .1;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.grayscale-block._80 {
  opacity: .8;
}

.grayscale-block._70 {
  opacity: .7;
}

.grayscale-block._60 {
  opacity: .6;
}

.grayscale-block._100 {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.grayscale-block._50 {
  opacity: .5;
}

.grayscale-block._40 {
  opacity: .4;
}

.grayscale-block._90 {
  opacity: .9;
}

.button-block {
  height: 176px;
  border: 1px solid #e7e8e8;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-block.dark {
  background-color: #101010;
}

.headings-wrapper {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.greyscale-block-wrapper {
  width: 100%;
  border-radius: 4px;
  display: flex;
}

.feature-wrapper {
  padding-left: 24px;
  padding-right: 24px;
}

.feature-img-wrapper {
  transform: ;
  position: relative;
}

.page-header {
  color: #2b3956;
  background-color: #2b3956;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}

.page-header-title {
  color: #fff;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 0;
  font-family: Bodoni Moda, sans-serif;
}

.utility-page-content {
  width: 33.334%;
  text-align: center;
  flex-direction: column;
  display: block;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.utility-title {
  color: #b2c8da;
  text-align: center;
  margin-top: 32px;
  margin-bottom: 10px;
}

.utility-title.extra-margin {
  margin-bottom: 32px;
}

.text-field {
  height: 48px;
  color: #2b3956;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #2b3956;
  border-radius: 0;
  margin-bottom: 24px;
  padding-bottom: 12px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  transition: border-color .2s;
}

.text-field:hover {
  border-color: #fff;
}

.text-field:active {
  border: 1px solid #fff;
}

.text-field:focus {
  border-color: #fff;
}

.text-field::-ms-input-placeholder {
  color: #2b3956;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.text-field::placeholder {
  color: #2b3956;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.text-field.min-height {
  height: auto;
  min-height: 120px;
  color: #2b3956;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.text-field.white {
  background-color: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(255, 255, 255, .3);
}

.text-field.white:hover, .text-field.white:active {
  border-bottom-color: #fff;
}

.error-message {
  color: #101010;
  letter-spacing: .2px;
  background-color: #fff;
  margin-top: 24px;
  padding-top: 8px;
  padding-left: 16px;
  padding-right: 16px;
  line-height: 26px;
}

.utility-subtitle {
  color: #2b3956;
  text-align: center;
  margin-bottom: 32px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.changelog-text {
  color: #101010;
  margin-bottom: 10px;
  font-size: 16px;
}

.licensing-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 80px;
  display: grid;
}

.licensing-grid._2-cols {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

.licensing-header {
  z-index: 1;
  background-color: #fafafa;
  border: 1px solid #d9dfe6;
  margin-left: -1px;
  margin-right: 0;
  padding: 32px 16px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.licensing-title {
  color: #2b3956;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.licensing-content-block {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #d9dfe6;
  justify-content: center;
  align-items: center;
  margin-top: -1px;
  margin-left: -1px;
  margin-right: 0;
  padding: 32px;
  display: flex;
}

.licensing-link {
  color: #2b3956;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.nav-link-wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 24px;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
}

.hero-slider {
  z-index: 0;
  min-height: 100vh;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  left: 0;
  right: 0;
}

.slide-tab {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  padding: 24px 32px;
}

.slide-tab.w--current {
  background-color: rgba(0, 0, 0, 0);
}

.hero-title {
  color: #fff;
  text-align: center;
  letter-spacing: 1.6px;
  text-shadow: 0 0 10px rgba(16, 16, 16, .3);
  margin-top: 10px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 78px;
  line-height: 90px;
}

.menu-line {
  width: 100%;
  height: 2px;
  transform-origin: 0%;
  background-color: #fff;
}

.menu-line.top {
  height: 1px;
  transform-origin: 0%;
  margin-bottom: 8px;
}

.menu-line.bottom {
  height: 1px;
}

.nav-link-inline {
  display: inline-block;
  position: relative;
}

.about-grid {
  grid-column-gap: 40px;
  background-color: rgba(0, 0, 0, 0);
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.about-right {
  z-index: 1;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.head {
  z-index: 1;
  color: #2b3956;
  margin-top: -5px;
  margin-bottom: 32px;
  padding-left: 0;
  font-family: Bodoni Moda, sans-serif;
  font-size: 54px;
  line-height: 66px;
  position: relative;
}

.head.center {
  text-align: center;
}

.head.center.max-width {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
}

.head.center.max-width.white {
  color: #fff;
  margin-bottom: 0;
  line-height: 70px;
  transform: none;
}

.head.white, .head.white.mobile-center {
  color: #fff;
}

.project-thumbnail-wrapper {
  min-height: 240px;
  object-fit: none;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.default-btn {
  color: #fff;
  letter-spacing: 2px;
  text-transform: capitalize;
  cursor: pointer;
  background-color: #2b3956;
  border: 0 solid #101010;
  border-radius: 0;
  justify-content: center;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 24px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 15px;
  line-height: 22px;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: flex;
}

.default-btn:hover {
  background-color: #b2c8da;
}

.default-btn.w--current {
  justify-content: center;
  display: flex;
}

.default-btn.no-margin-top {
  margin-top: 0;
}

.default-btn.no-margin-top.no-margin-right, .default-btn.no-margin-right {
  margin-right: 0;
}

.default-btn.small {
  letter-spacing: 1px;
  padding: 8px 16px;
  font-size: 14px;
  line-height: 20px;
}

.instagram-image-wrapper {
  width: 16.667%;
  padding: 16px;
  position: relative;
}

.copyright-link {
  color: #fff;
  cursor: pointer;
  font-weight: 400;
  text-decoration: none;
}

.social-link {
  color: #fff;
  text-transform: capitalize;
  margin-left: 10px;
  margin-right: 10px;
  text-decoration: none;
  display: inline-block;
}

.social-link:hover {
  text-decoration: underline;
}

.hero-arrow {
  opacity: .3;
  justify-content: center;
  align-items: center;
  transition: opacity .2s;
  display: none;
}

.hero-arrow:hover {
  opacity: 1;
}

.about-text {
  color: #2b3956;
  margin-bottom: 56px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 30px;
}

.menu-btn-wrap {
  width: 32px;
}

.nav-btn-container {
  flex: 1;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  display: flex;
}

.outlined-btn {
  color: #101010;
  letter-spacing: .4px;
  text-transform: capitalize;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #101010;
  border-radius: 0;
  margin-top: 16px;
  margin-right: 16px;
  padding: 10px 24px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  transition: color .2s, background-color .2s;
}

.outlined-btn:hover {
  color: #fff;
  background-color: #101010;
  font-size: 16px;
  line-height: 20px;
}

.outlined-btn.no-margin-top {
  margin-top: 0;
}

.outlined-btn.no-margin-top.no-margin-right {
  margin-right: 0;
}

.outlined-btn.no-margin-top.no-margin-right:hover {
  color: #fff;
  background-color: #101010;
}

.outlined-btn.no-margin-right {
  margin-right: 0;
}

.outlined-btn.small {
  padding: 8px 16px;
  font-size: 14px;
  line-height: 20px;
}

.white-outlined-btn {
  color: #2b3956;
  letter-spacing: .8px;
  text-transform: capitalize;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #2b3956;
  border-radius: 0;
  margin-top: 16px;
  margin-right: 16px;
  padding: 10px 24px;
  font-family: Bodoni Moda, sans-serif;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
  transition: color .2s, background-color .2s;
}

.white-outlined-btn:hover {
  color: #101010;
  background-color: #fff;
  font-family: Bodoni Moda, sans-serif;
}

.white-outlined-btn.no-margin-top {
  margin-top: 0;
}

.white-outlined-btn.no-margin-top.no-margin-right {
  margin-right: 0;
}

.white-outlined-btn.no-margin-right {
  color: #2b3956;
  border-color: #2b3956;
  margin-right: 0;
}

.white-outlined-btn.small {
  padding: 8px 16px;
  font-size: 14px;
  line-height: 20px;
}

.white-outlined-btn.small.no-margin-top.no-margin-right {
  color: #fff;
  border-color: #fff;
}

.white-outlined-btn.small.no-margin-top.no-margin-right:hover {
  color: #101010;
  background-color: #fff;
}

.white-outlined-btn.mail {
  margin-top: 0;
  margin-right: 0;
  padding: 8px;
  display: none;
}

.hero-title-wrap {
  z-index: 1;
  opacity: 1;
  flex: 0 50%;
  text-decoration: none;
  position: relative;
}

.small-top-title-hero {
  color: #fff;
  text-align: center;
  letter-spacing: 8px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
}

.close-menu-btn {
  padding: 12px;
  position: absolute;
  top: 16px;
  right: 32px;
}

.scroll-down-arrow {
  z-index: 1;
  width: 56px;
  height: 56px;
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding-bottom: 4px;
  transition: border-color .3s, background-color .3s;
  display: flex;
  position: absolute;
  bottom: 80px;
}

.scroll-down-arrow:hover {
  color: #b2c8da;
  background-color: #b2c8da;
}

.image {
  height: 24px;
}

.slide-nav {
  display: none;
}

.hero-img {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  background-image: url('../images/bild-zeichnungen.jpg');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: auto;
  display: inline-block;
}

.hero-img-overlay {
  z-index: 2;
  opacity: .5;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.about-img {
  max-height: 640px;
  max-width: none;
}

.image-grid {
  column-count: 3;
  flex: none;
  column-gap: 24px;
  padding-top: 40px;
}

.gallery-img-wrap {
  cursor: pointer;
  align-content: flex-start;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  display: block;
  position: relative;
  overflow: hidden;
}

.gallery-img-overlay {
  z-index: 1;
  background-color: rgba(16, 16, 16, .7);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.gallery-img {
  z-index: 0;
  width: 100%;
  max-width: none;
  position: relative;
}

.gallery-img-overlay-text {
  color: #fff;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
}

.right-arrow-testimonial {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.left-arrow-testimonial {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.testimonial-text {
  z-index: 1;
  max-width: 71%;
  color: #fff;
  text-align: center;
  letter-spacing: .8px;
  margin-top: 24px;
  margin-bottom: 39px;
  font-family: Bodoni Moda, sans-serif;
  font-size: 42px;
  line-height: 55px;
  position: relative;
}

.arrow-icon {
  height: 16px;
}

.testimonial-author {
  z-index: 1;
  max-width: 66.664%;
  color: #fff;
  text-align: center;
  letter-spacing: 8px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 18px;
  display: flex;
  position: relative;
}

.testimonial-slider {
  z-index: 1;
  width: 83.333%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
}

.slider-content {
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.logo-grid {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.company-logo {
  max-height: 80px;
  padding-left: 24px;
  padding-right: 24px;
}

.contact-title {
  color: #2b3956;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 3vw;
  font-family: Bodoni Moda, sans-serif;
  font-size: 42px;
  line-height: 48px;
}

.text-field-spacer {
  width: 32px;
}

.text-field-wrapper {
  display: flex;
}

.contact-grid {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f5f1e9;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 40px;
  display: grid;
  position: relative;
}

.image-grid-columns {
  height: 100%;
  flex: none;
}

.service-grid {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template: "Area-2 Area"
                 "Area-2 Area"
                 / 1fr .75fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.service-wrapper {
  width: 100%;
  height: 100%;
  opacity: .93;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #2b3956;
  padding: 48px 32px;
}

.service-title {
  color: #2b3956;
  cursor: default;
  margin-bottom: 10px;
  font-family: Bodoni Moda, sans-serif;
  font-size: 24px;
  line-height: 30px;
}

.service-icon {
  width: 40px;
  margin-bottom: 24px;
}

.service-img {
  max-height: 640px;
  max-width: none;
}

.footer {
  background-color: #2b3956;
  border-top: 1px solid rgba(255, 255, 255, .1);
  padding: 24px 2%;
  display: flex;
  position: relative;
}

.copyright-block {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  display: flex;
}

.copyright-block.right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.copyright-text {
  color: #fff;
  letter-spacing: .4px;
  font-size: 12px;
  line-height: 18px;
  text-decoration: none;
}

.copyright-text.white {
  color: #fff;
  letter-spacing: 0;
  padding-bottom: 10px;
  font-size: 16px;
}

.copyright-text.white.extra-margin-right {
  margin-right: 16px;
}

.copyright-text.white.extra-margin-right.caps {
  letter-spacing: 0;
  text-transform: none;
  align-items: center;
  display: flex;
}

.copyright-text.right {
  margin-right: 10px;
}

.text-field-wrap {
  flex: 1;
}

.field-label {
  color: #2b3956;
  margin-bottom: 10px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 16px;
  line-height: 22px;
}

.right-footer-row {
  flex: 1;
}

.right-footer-row.flex {
  align-items: center;
  display: flex;
}

.service-text {
  color: #2b3956;
  cursor: default;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 27px;
}

.success-message {
  background-color: #fff;
  padding: 32px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}

.selected-clients-wrapper {
  flex-direction: column;
  align-items: stretch;
  margin-top: 56px;
  display: flex;
}

.selected-clients {
  color: #101010;
  border-bottom: 1px solid #b2c8da;
  flex: none;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  padding: 10px 4px 16px;
  display: flex;
}

.selected-clients.last {
  border-bottom-style: none;
}

.selected-clients-title {
  color: #fff;
  letter-spacing: .5px;
  padding-bottom: 16px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 27px;
}

.selected-clients-date {
  color: #fff;
  letter-spacing: 6px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.button-container {
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  display: flex;
}

.mail-icon {
  width: 16px;
}

.gallery-lightbox {
  width: 100%;
}

.paragraph {
  font-family: Open Sans, sans-serif;
}

.image-2 {
  width: 70%;
  height: 213px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.div-block {
  display: flex;
}

.preise {
  background-color: rgba(0, 0, 0, 0);
  padding: 120px 10vw;
}

.preise.utility {
  height: 100vh;
  background-image: linear-gradient(rgba(16, 16, 16, .7), rgba(16, 16, 16, .7)), url('../images/allef-vinicius-QHvtBAYVcfw-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.preise.testimonial {
  background-color: #b2c8da;
  padding-top: 80px;
  padding-bottom: 80px;
}

.preise.contact {
  background-color: #2b3956;
  padding-top: 120px;
  padding-bottom: 80px;
}

.preise.facts {
  background-color: #2b3956;
}

.preise.cta {
  color: #101010;
  background-color: #f5f1e9;
  padding-top: 160px;
}

.preise.gallery {
  padding-bottom: 80px;
}

.section-copy {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 120px;
  padding-bottom: 120px;
}

.section-copy.utility {
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-copy.testimonial {
  background-color: #b2c8da;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-copy.contact {
  background-color: #2b3956;
  padding-top: 120px;
  padding-bottom: 80px;
}

.section-copy.facts {
  background-color: #2b3956;
}

.section-copy.cta {
  color: #101010;
  background-color: #f5f1e9;
  padding-top: 160px;
}

.section-copy.gallery {
  padding-bottom: 80px;
}

.section-tk {
  background-color: #f5f1e9;
  padding-top: 120px;
  padding-bottom: 120px;
}

.section-tk.utility {
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-tk.testimonial {
  background-color: #b2c8da;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-tk.contact {
  background-color: #2b3956;
  padding-top: 120px;
  padding-bottom: 80px;
}

.section-tk.facts {
  background-color: #2b3956;
}

.section-tk.cta {
  color: #101010;
  background-color: #f5f1e9;
  padding-top: 160px;
}

.section-tk.gallery {
  padding-bottom: 80px;
}

.title-tk {
  z-index: 1;
  color: #2b3956;
  margin-top: 0;
  margin-bottom: 32px;
  font-family: Bodoni Moda, sans-serif;
  font-size: 54px;
  line-height: 60px;
  position: relative;
}

.title-tk.center {
  text-align: center;
}

.title-tk.center.max-width {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
}

.title-tk.center.max-width.white {
  color: #101010;
}

.title-tk.white, .title-tk.white.mobile-center {
  color: #fff;
}

.was-ist-tk {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-was-ist-tk {
  opacity: .93;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  padding: 0 32px 48px 0;
}

.unsichtbar {
  z-index: 1;
  max-width: 66.664%;
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Bohemyscript, sans-serif;
  font-size: 47px;
  line-height: 18px;
  position: relative;
}

.mts {
  background-color: #b2c8da;
  padding: 120px 5vw;
}

.mts.utility {
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.mts.testimonial {
  background-color: #2b3956;
  padding-top: 80px;
  padding-bottom: 80px;
}

.mts.contact {
  background-color: #b2c8da;
  padding-top: 120px;
  padding-bottom: 80px;
}

.mts.facts {
  background-color: #2b3956;
}

.mts.cta {
  color: #101010;
  background-color: #f5f1e9;
  padding-top: 160px;
}

.mts.gallery {
  padding-bottom: 80px;
}

.image-3 {
  width: 37%;
}

.image-vertical {
  width: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 140%;
  position: relative;
}

.image-vertical.hero-02-image-01, .image-vertical.int-04-image-01 {
  background-image: url('../images/dagmar-kenny-klein.jpg');
}

.image-vertical.contacts-image-01 {
  width: 100%;
  background-image: url('../images/Kenny-dagmar.svg');
  background-size: cover;
  padding-bottom: 125%;
}

.image-vertical.image-introduction-04-image-01 {
  background-image: url('../images/IMG_9434.JPG');
}

.image-vertical.info-04-image-01 {
  background-image: url('../images/WhatsApp-Image-2021-11-12-at-16.15.39.jpg');
}

.image-vertical.info-04-image-02 {
  background-image: url('../images/IMG_8725.jpg');
}

.image-vertical.info-05-image-02 {
  background-image: url('../images/Kenny.svg');
  padding-bottom: 155%;
}

.image-vertical.info-05-image-01 {
  background-image: url('../images/dagi-klein.jpg');
}

.image-vertical.info-05-image-03 {
  background-image: url('../images/dagmar-kenny-klein.jpg');
}

.image-vertical.intro-03-image-01 {
  background-image: url('../images/pexels-la-miko-3662374.jpg');
}

.image-vertical.tes-01-image-01 {
  background-image: url('../images/IMG_8725.jpg');
}

.image-vertical.intro-05-image-02 {
  background-image: url('../images/elena-kloppenburg-wwsKID8zHug-unsplash.jpg');
}

.image-vertical.intro-05-image-01 {
  background-image: url('../images/pexels-maycon-marmo-4346016.jpg');
}

.image-vertical.info-05-image-02 {
  background-image: url('../images/pexels-sam-lion-6001210.jpg');
}

.image-vertical.info-05-image-01 {
  background-image: url('../images/pexels-ketut-subiyanto-4545207.jpg');
}

.image-vertical.info-05-image-03 {
  background-image: url('../images/pexels-zen-chung-5745219-klein.jpg');
}

.image-vertical.int-04-image-01 {
  background-image: url('../images/pexels-nida-8130960-klein.jpg');
}

.image-vertical.info-01-image-01 {
  background-image: url('../images/ValenciaPhoto19Mockup.jpg');
}

.image-vertical.info-01-image-02 {
  background-image: url('../images/pexels-brett-sayles-1445709.jpg');
}

.image-vertical.intro-01-image-01, .image-vertical.image-introduction-05-image-02 {
  background-image: url('../images/WhatsApp-Image-2021-11-12-at-16.15.39.jpg');
}

.hero-02-details-wrapper {
  width: 100%;
  justify-content: flex-start;
  margin-bottom: 100px;
  display: flex;
  position: relative;
}

.hero-02-grid {
  width: 100%;
  min-height: 100vh;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 10vw 2fr 1fr 15vw;
}

.grid-content-wrapper-2 {
  width: 100%;
  height: 100%;
  position: relative;
}

.grid-content-wrapper-2.bg-accent-two {
  background-color: #b2c8da;
}

.grid-content-wrapper-2.bg-accent-two.layout {
  background-color: #b2c8da;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.grid-content-wrapper-2.bg-accent-two.layout-center {
  background-color: #b2c8da;
  align-items: center;
  display: flex;
}

.heading-lena {
  color: #2b3956;
  margin-bottom: 5vh;
  font-style: normal;
  line-height: 1.3;
}

.empty {
  width: 1px;
  height: 1px;
}

.hero-02-image-01-wrapper {
  width: 100%;
  position: relative;
  left: 10vw;
}

.section-2 {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.section-2.mg-main {
  width: 100%;
  background-color: #f6f7f4;
}

.section-2.mg-main.min-100-vh {
  width: auto;
  height: 90%;
  min-height: 90vh;
  background-color: #b2c8da;
  justify-content: flex-start;
}

.section-2.bg-accent-two {
  background-color: rgba(0, 0, 0, 0);
}

.hero-02 {
  z-index: 10;
  width: 100%;
  min-height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.anfang-about {
  width: 100%;
  height: 100%;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.hero-02-content {
  margin-top: 20vh;
}

.paragraph-2 {
  color: #2b3956;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 32px;
}

.hero-02-paragraph-wrapper {
  margin-left: 0;
  position: relative;
}

.heading-21 {
  color: #2b3956;
  flex-flow: row;
  align-content: space-between;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 0;
  font-style: normal;
  display: flex;
}

.tabs-menu {
  width: 40%;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-right: 5vw;
  display: flex;
}

.text-block-3 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.lena-cont {
  width: 100vw;
  height: auto;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 10vw;
  display: flex;
  position: relative;
}

.tabs-content {
  width: 60%;
  height: 100%;
}

.lena-ber {
  padding-top: 100px;
  padding-bottom: 150px;
}

.lena-ber.bg-main {
  width: 100%;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 10vw;
  display: flex;
}

.int-04-image-01-wrapper {
  width: 100%;
  position: relative;
}

.int-04-grid {
  grid-column-gap: 5vw;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1.5fr;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
}

.heading-angebot {
  font-family: Bodoni Moda, sans-serif;
  font-style: normal;
}

.tab {
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border-top: 1px solid #000;
  border-bottom: 1px #000;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 13px;
}

.tab.w--current {
  background-color: rgba(0, 0, 0, 0);
  border-bottom-style: solid;
  border-bottom-width: 0;
  border-radius: 0;
  font-weight: 600;
}

.tab.bottom {
  border-bottom-style: solid;
}

.heading-32 {
  font-style: normal;
}

.tabs {
  height: 100%;
  flex-direction: row;
  display: flex;
}

.tab-panel {
  height: 100%;
}

.top-margin-20-px-3 {
  border: 1px solid rgba(0, 0, 0, 0);
  margin-top: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  line-height: 30px;
}

.grid-content-wrapper-3 {
  width: 100%;
  height: 100%;
  align-items: center;
  display: flex;
  position: relative;
}

.grid-content-wrapper-3.vert-center {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.two-column-contacts-wrapper {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.two-column-contacts-wrapper.right-border {
  border-right: 1px solid #2b3956;
}

.heading-36 {
  color: #fff;
  text-align: left;
  letter-spacing: -1px;
  font-family: Bodoni Moda, sans-serif;
  font-size: 64px;
  font-style: normal;
  line-height: 1.3;
  display: block;
}

.two-column-grid {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 50% 50%;
  grid-auto-columns: 1fr;
  display: grid;
}

.two-column-grid._70vh {
  width: 100%;
  height: 33vh;
  grid-template-rows: 406px;
  grid-template-columns: 50% 50%;
  grid-auto-rows: 0;
}

.paragraph-4 {
  font-size: 51px;
}

.contact-us-content {
  width: 50vw;
  text-align: center;
  flex-direction: column;
  justify-content: flex-end;
  margin-left: auto;
  margin-right: auto;
  padding: 5vw 32px 5vw 20vw;
  display: flex;
  position: static;
}

.email-link {
  color: #fff;
  margin-top: 5vw;
  font-weight: 500;
  position: relative;
}

.paragraph-17 {
  color: #2b3956;
  text-align: center;
  letter-spacing: 9px;
  margin-bottom: 2vw;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.contacts-image-wrapper {
  width: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.paragraph-kontakt {
  color: #2b3956;
  letter-spacing: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.opt-in-form-04 {
  width: 100%;
}

.opt-in-form-04.form-top-margin {
  max-width: 1000px;
  color: #f6f7f0;
  margin-top: 40px;
}

.text-block-7 {
  color: #000;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.field-name-2 {
  height: 70px;
  min-width: 180px;
  color: #4f5549;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #4f5549;
  border-radius: 0;
  align-items: center;
  padding-left: 0;
  padding-right: 40px;
  display: flex;
}

.field-name-2::-ms-input-placeholder {
  color: #989378;
  font-size: 16px;
}

.field-name-2::placeholder {
  color: #989378;
  font-size: 16px;
}

.field-name-2.text-area {
  height: 120px;
  align-items: flex-end;
  padding-bottom: 20px;
}

.heading-37 {
  color: #2b3956;
  letter-spacing: 0;
  font-family: Bodoni Moda, sans-serif;
  font-size: 64px;
  font-style: normal;
}

.field-2 {
  width: 100%;
  height: 70px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom-style: solid;
  border-radius: 0;
  margin-top: 10px;
  margin-bottom: 0;
  margin-right: 10px;
}

.field-2.no-margin {
  margin-top: 0;
}

.field-2.no-margin.bg-main-colour {
  color: #000;
  border-bottom-color: #4f5549;
  font-size: 18px;
  font-weight: 400;
}

.field-2.no-margin.bg-main-colour::-ms-input-placeholder {
  color: #2b3956;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.field-2.no-margin.bg-main-colour::placeholder {
  color: #2b3956;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.form-success-2 {
  background-color: rgba(0, 0, 0, 0);
}

.field-wrapper {
  flex-direction: row;
  align-items: flex-end;
  margin-bottom: 40px;
  display: flex;
}

.container-2 {
  width: 100%;
  height: 100%;
  max-width: 2000px;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 5vw 10vw;
  display: flex;
  position: relative;
}

.button-basic-one {
  height: 70px;
  color: #000;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #d6cbbc;
  border: 1px solid #d6cbbc;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.4;
  transition: opacity .2s;
  display: flex;
  position: relative;
}

.button-basic-one:hover {
  opacity: .8;
  color: #000;
}

.button-basic-one.button-wide {
  width: 100%;
  background-color: #b2c8da;
  border-color: #2b3956;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 400;
}

.form-notification-soil-2 {
  color: #000;
  text-align: center;
  font-size: 14px;
}

.form-error {
  background-color: rgba(255, 158, 158, .4);
}

.div-block-2 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  padding-left: 0;
  display: flex;
}

.text-block-8 {
  color: #2b3956;
  text-align: left;
  padding-left: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 32px;
}

.image-4 {
  width: 30px;
}

.handy {
  width: 5%;
  height: 16%;
  max-width: 5%;
}

.selected-clients-2 {
  color: #101010;
  border-bottom: 1px solid #b2c8da;
  flex: none;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  padding: 10px 4px 16px;
  display: flex;
}

.selected-clients-2.last {
  border-bottom-style: none;
}

.selected-clients-date-2 {
  color: #fff;
  letter-spacing: 4px;
  margin-bottom: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.section-title-2 {
  z-index: 1;
  color: #2b3956;
  margin-top: 0;
  margin-bottom: 32px;
  font-family: Bodoni Moda, sans-serif;
  font-size: 54px;
  line-height: 60px;
  position: relative;
}

.section-title-2.white, .section-title-2.white.mobile-center {
  color: #fff;
}

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

.section-3.facts {
  background-color: #2b3956;
  padding-left: 10vw;
  padding-right: 10vw;
}

.selected-clients-title-2 {
  color: #fff;
  letter-spacing: 0;
  padding-bottom: 16px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
}

.wie-l-uft-es-ab {
  background-color: #fff;
  padding-top: 120px;
  padding-bottom: 120px;
}

.wie-l-uft-es-ab.utility {
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.wie-l-uft-es-ab.testimonial {
  background-color: #b2c8da;
  padding-top: 80px;
  padding-bottom: 80px;
}

.wie-l-uft-es-ab.contact {
  background-color: #2b3956;
  padding-top: 120px;
  padding-bottom: 80px;
}

.wie-l-uft-es-ab.facts {
  background-color: #2b3956;
}

.wie-l-uft-es-ab.cta {
  color: #101010;
  background-color: #f5f1e9;
  padding-top: 160px;
}

.wie-l-uft-es-ab.gallery {
  padding-bottom: 80px;
}

.tk {
  background-color: #f5f1e9;
  padding-top: 120px;
  padding-bottom: 120px;
}

.tk.utility {
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tk.testimonial {
  background-color: #b2c8da;
  padding-top: 80px;
  padding-bottom: 80px;
}

.tk.contact {
  background-color: #2b3956;
  padding-top: 120px;
  padding-bottom: 80px;
}

.tk.facts {
  background-color: #2b3956;
}

.tk.cta {
  color: #101010;
  background-color: #f5f1e9;
  padding-top: 160px;
}

.tk.gallery {
  padding-bottom: 80px;
}

.mutig {
  background-color: #b2c8da;
  padding-top: 120px;
  padding-bottom: 120px;
}

.mutig.utility {
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.mutig.testimonial {
  background-color: #2b3956;
  padding-top: 80px;
  padding-bottom: 80px;
}

.mutig.contact {
  background-color: #b2c8da;
  padding-top: 120px;
  padding-bottom: 80px;
}

.mutig.facts {
  background-color: #2b3956;
}

.mutig.cta {
  color: #101010;
  background-color: #b2c8da;
  padding-top: 120px;
}

.mutig.gallery {
  padding-bottom: 80px;
}

.m-u-t-i-g {
  background-color: #f5f1e9;
  padding-top: 120px;
  padding-bottom: 120px;
}

.m-u-t-i-g.utility {
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.m-u-t-i-g.testimonial {
  background-color: #b2c8da;
  padding-top: 80px;
  padding-bottom: 80px;
}

.m-u-t-i-g.contact {
  background-color: #2b3956;
  padding-top: 120px;
  padding-bottom: 80px;
}

.m-u-t-i-g.facts {
  background-color: #2b3956;
}

.m-u-t-i-g.cta {
  color: #101010;
  background-color: #f5f1e9;
  padding-top: 160px;
}

.m-u-t-i-g.gallery {
  padding-bottom: 80px;
}

.untere-section {
  background-color: #b2c8da;
  padding-top: 120px;
  padding-bottom: 120px;
}

.untere-section.utility {
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.untere-section.testimonial {
  background-color: #2b3956;
  padding-top: 80px;
  padding-bottom: 80px;
}

.untere-section.contact {
  background-color: #b2c8da;
  padding-top: 120px;
  padding-bottom: 80px;
}

.untere-section.facts {
  background-color: #2b3956;
}

.untere-section.cta {
  color: #101010;
  background-color: #b2c8da;
  padding-top: 120px;
}

.untere-section.gallery {
  padding-bottom: 80px;
}

.hellblau {
  z-index: 1;
  color: #2b3956;
  margin-top: 0;
  margin-bottom: 32px;
  font-family: Bodoni Moda, sans-serif;
  font-size: 54px;
  line-height: 60px;
  position: relative;
}

.hellblau.center {
  text-align: center;
}

.hellblau.center.max-width {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
}

.hellblau.center.max-width.white {
  color: #fff;
  line-height: 70px;
}

.hellblau.white, .hellblau.white.mobile-center {
  color: #fff;
}

.ablauf {
  background-color: rgba(0, 0, 0, 0);
  padding: 120px 5vw;
}

.ablauf.utility {
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ablauf.testimonial {
  background-color: #2b3956;
  padding-top: 80px;
  padding-bottom: 80px;
}

.ablauf.contact {
  background-color: #b2c8da;
  padding-top: 120px;
  padding-bottom: 80px;
}

.ablauf.facts {
  background-color: #2b3956;
}

.ablauf.cta {
  color: #101010;
  background-color: #f5f1e9;
  padding-top: 160px;
}

.ablauf.gallery {
  padding-bottom: 80px;
}

.div-block-3 {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10vw;
  display: block;
}

.contact-us-content-copy {
  width: 50vw;
  text-align: center;
  flex-direction: column;
  justify-content: flex-end;
  margin-left: auto;
  margin-right: auto;
  padding: 5vw 20vw 5vw 10vw;
  display: flex;
  position: static;
}

.sch-n {
  z-index: 1;
  color: #2b3956;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bodoni Moda, sans-serif;
  font-size: 24px;
  line-height: 60px;
  position: relative;
}

.sch-n.center {
  text-align: center;
}

.sch-n.center.max-width {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
}

.sch-n.center.max-width.white {
  color: #fff;
  line-height: 70px;
}

.sch-n.white, .sch-n.white.mobile-center {
  color: #fff;
}

.head-copy {
  z-index: 1;
  color: #fff;
  margin-top: 0;
  margin-bottom: 32px;
  padding-left: 0;
  font-family: Bodoni Moda, sans-serif;
  font-size: 54px;
  line-height: 60px;
  position: relative;
}

.head-copy.center {
  text-align: center;
}

.head-copy.center.max-width {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
}

.head-copy.center.max-width.white {
  color: #fff;
  line-height: 70px;
}

.head-copy.white, .head-copy.white.mobile-center {
  color: #fff;
}

.head-copy {
  z-index: 1;
  color: #2b3956;
  margin-top: -5px;
  margin-bottom: 32px;
  padding-left: 0;
  font-family: Bodoni Moda, sans-serif;
  font-size: 54px;
  line-height: 66px;
  position: relative;
}

.head-copy.center {
  text-align: center;
}

.head-copy.center.max-width {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
}

.head-copy.center.max-width.white {
  color: #fff;
  line-height: 70px;
}

.head-copy.white, .head-copy.white.mobile-center {
  color: #fff;
}

.schreibschrift {
  z-index: 1;
  color: #2b3956;
  margin-top: -5px;
  margin-bottom: 32px;
  padding-left: 44px;
  font-family: Bohemyscript, sans-serif;
  font-size: 54px;
  line-height: 66px;
  position: relative;
  transform: rotate(-6deg);
}

.schreibschrift.center {
  text-align: center;
}

.schreibschrift.center.max-width {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
}

.schreibschrift.center.max-width.white {
  color: #fff;
  line-height: 70px;
  transform: none;
}

.schreibschrift.white, .schreibschrift.white.mobile-center {
  color: #fff;
}

.icon.invisible {
  display: none;
}

.slide-02-wrapper {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 40px;
  display: flex;
  overflow: hidden;
}

.slide-5 {
  background-color: rgba(0, 0, 0, 0);
}

.no-margin-3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bodoni Moda, sans-serif;
  font-size: 34px;
  font-style: normal;
  line-height: 60px;
  text-decoration: none;
}

.slide-5-copy {
  background-color: rgba(0, 0, 0, 0);
}

.mask {
  width: 80%;
  overflow: visible;
}

.container-paddings-2 {
  width: 100%;
  height: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
  position: relative;
}

.slide-nav-2 {
  justify-content: center;
  display: none;
}

.slide-nav-2.slide-nav-03 {
  height: 70px;
  color: #2b3956;
  display: flex;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slider-02-arrow-left {
  width: 200px;
  height: 70px;
  background-image: url('../images/Arrow-Black_3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 70px;
  top: auto;
  bottom: -20%;
  left: auto;
  right: 199px;
}

.slider-02 {
  flex-direction: column;
  justify-content: center;
  padding-top: 200px;
  padding-bottom: 300px;
  display: flex;
  overflow: hidden;
}

.slider-02.bg-accent-one {
  width: 100vw;
  width: 100vw;
  background-color: #f5f1e9;
}

.slider-02-wrapper {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: center;
  display: flex;
}

.slider-02-arrow-right {
  width: 200px;
  height: 70px;
  background-image: url('../images/Arrow-Black_3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 70px;
  top: auto;
  bottom: -20%;
  left: auto;
  right: 0%;
  transform: rotate(180deg);
}

.caps-small-3 {
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-bottom: 15px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  font-style: normal;
}

.slide-content-wrapper-2 {
  z-index: 1;
  width: 50%;
  height: auto;
  color: #f6f7f4;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.invisible {
  display: none;
}

.section-4 {
  width: 100%;
  background-color: #d6cbbc;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.slide-image-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slide-image-wrapper.slide-02-image-01 {
  width: 100%;
  cursor: pointer;
  background-image: url('../images/pexels-nida-8130960-klein.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-image-wrapper.bild-liberate {
  width: 100%;
  background-image: url('../images/pexels-allan-franca-carmo-3655924_1.jpg');
  background-position: 50% 42%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-image-wrapper.slide-02-image-02 {
  width: 100%;
  background-image: url('../images/pexels-cottonbro-4056529.jpg');
  background-position: 50% 80%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-image-wrapper.slide-02-image-03 {
  width: 100%;
  background-image: url('../images/pexels-dids-2334005.jpg');
  background-position: 50% 56%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-image-wrapper.slide-02-image-01 {
  width: 100%;
  cursor: pointer;
  background-image: url('../images/IMG_8725.jpg');
  background-position: 50% 43%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-image-wrapper.slide-02-image-03 {
  width: 100%;
  background-image: url('../images/pexels-mathias-pr-reding-6812375-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-image-wrapper.slide-02-image-02 {
  width: 100%;
  background-image: url('../images/WhatsApp-Image-2021-11-12-at-16.15.39.jpg');
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-image-wrapper.slide-02-image-01 {
  width: 100%;
  cursor: pointer;
  background-image: url('../images/IMG_8725.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-image-wrapper.bild-liberate {
  width: 100%;
  background-image: url('../images/pexels-allan-franca-carmo-3655924.jpg');
  background-position: 50% 42%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-image-wrapper.slide-02-image-02 {
  width: 100%;
  background-image: url('../images/WhatsApp-Image-2021-11-12-at-16.15.39.jpg');
  background-position: 50% 80%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-image-wrapper.slide-02-image-03 {
  width: 100%;
  background-image: url('../images/pexels-orione-conceiÃ§Ã£o-3014937.jpg');
  background-position: 50% 56%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-image-wrapper.slide-01-image-01 {
  width: 100%;
  height: 100vw;
  background-image: url('../images/IMG_8725.jpg');
  background-position: 50% 97%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-image-wrapper.slide-01-image-02 {
  background-image: url('../images/WhatsApp-Image-2021-11-12-at-16.15.39.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.rebirth-link {
  width: 100%;
  height: 100%;
}

.heading-38 {
  width: 100%;
  color: #fff;
  margin-top: 0;
  font-family: Bodoni Moda, sans-serif;
}

.head-copy-copy {
  z-index: 1;
  color: #fff;
  margin-top: 0;
  margin-bottom: 32px;
  padding-left: 0;
  font-family: Bodoni Moda, sans-serif;
  font-size: 54px;
  line-height: 60px;
  position: relative;
}

.head-copy-copy.center {
  text-align: center;
}

.head-copy-copy.center.max-width {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
}

.head-copy-copy.center.max-width.white {
  color: #fff;
  line-height: 70px;
}

.head-copy-copy.white, .head-copy-copy.white.mobile-center {
  color: #fff;
}

.grid {
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: "Area Area-2 Area-3"
                       "Area Area-2 Area-3";
}

.image-5 {
  display: block;
}

.paragraph-18 {
  justify-content: center;
  display: flex;
}

.image-6 {
  width: auto;
  padding-bottom: 20px;
  display: block;
}

.paragraph-19 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-7 {
  padding-bottom: 20px;
}

.section-5 {
  margin-top: 120px;
  margin-bottom: 120px;
}

.no-margin-3-copy {
  color: #fff;
  text-transform: none;
  white-space: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bodoni Moda, sans-serif;
  font-size: 34px;
  font-style: normal;
  line-height: 60px;
  text-decoration: none;
}

.intro-04-line-01-grid {
  min-height: 60vh;
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 5vw 1.5fr 15vw 2fr 10vw;
}

.intro-04 {
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.intro-04-image-01-container {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-6 {
  width: 100%;
  background-color: #f5f1e9;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.top-margin-20-px {
  color: #2b3956;
  margin-top: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.container-max {
  width: 100%;
  height: 100%;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
  position: relative;
}

.intro-04-content {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.wide-line {
  width: 100%;
  height: 1px;
  background-color: #2b3956;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.intro-04-image-01-wrapper {
  position: relative;
  top: 5vw;
  left: -5vw;
}

.caps-small {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-style: normal;
}

.caps-small.no-margin {
  letter-spacing: 4px;
  justify-content: flex-start;
  align-items: center;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  display: flex;
}

.intro-04-line-02-grid {
  grid-column-gap: 5vw;
  grid-template-rows: auto;
  grid-template-columns: 10vw 1fr 1fr 1fr 1fr 1fr 1fr 10vw;
  margin-top: 140px;
}

.grid-content-wrapper {
  width: 100%;
  height: 100%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: block;
  position: relative;
}

.grid-content-wrapper.vert-center {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.grid-content-wrapper.vert-center.relative-position {
  z-index: 1;
  right: -5vw;
}

.grid-content-wrapper.bg-accent-one {
  background-color: #b2c8da;
}

.grid-content-wrapper.bg-accent-one.paddings {
  padding-top: 120px;
  padding-bottom: 120px;
  padding-right: 5vw;
}

.grid-content-wrapper.info-04-layout {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.grid-content-wrapper.info-04-layout.border-right {
  border-right: 1px solid #2b3956;
}

.grid-content-wrapper.paddings {
  padding: 5vw 0 5vw 10vw;
}

.heading-39 {
  color: #2b3956;
  text-align: right;
  padding-left: 0;
  font-family: Bohemyscript, sans-serif;
  font-size: 59px;
  line-height: 97px;
  transform: rotate(-6deg);
}

.heading-40 {
  color: #fff;
  font-family: Bodoni Moda, sans-serif;
}

.heading-41 {
  color: #fff;
  font-family: Bodoni Moda, sans-serif;
  font-size: 36px;
}

.top-margin {
  color: #2b3956;
  margin-top: 40px;
  font-family: Bodoni Moda, sans-serif;
  position: relative;
}

.container-max-2 {
  width: 100%;
  height: 100%;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-bottom: 120px;
  display: flex;
  position: relative;
}

.info-04-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top-width: 1px;
  border-top-color: #4f5549;
  border-bottom-width: 1px;
  border-bottom-color: #4f5549;
  grid-template-rows: auto;
  grid-template-columns: 10vw 1fr 1fr 10vw;
}

.info-04-image-01-wrapper {
  width: 15vw;
}

.info-04 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.info-04.bg-accent-one {
  background-color: #fff;
  padding-top: 120px;
  padding-bottom: 0;
}

.paragraph-20 {
  color: #2b3956;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.top-margin-2 {
  color: #2b3956;
  margin-top: 40px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 30px;
  position: relative;
}

.info-05-image-03-wrapper {
  width: 100%;
  position: relative;
}

.info-05-image-01-container {
  width: 100%;
  height: 100%;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.info-05-image-02-wrapper {
  width: 100%;
  position: relative;
}

.info-05-image-01-wrapper {
  width: 35%;
  position: relative;
  top: 50px;
  left: 5vw;
}

.info-05 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 200px;
  padding-bottom: 120px;
  display: flex;
}

.info-05-grid {
  height: 100%;
  min-height: 50vh;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 10vw 2fr 3fr 1fr 10vw;
}

.info-05-image-03-container {
  width: 100%;
  height: 100%;
  justify-content: flex-end;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.info-05-images-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.no-margin {
  color: #2b3956;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bodoni Moda, sans-serif;
  font-size: 54px;
  line-height: 66px;
}

.grid-2 {
  grid-column-gap: 34px;
  grid-row-gap: 18px;
  grid-template-rows: minmax(382px, .5fr) auto;
  grid-template-areas: "Area Area-2"
                       "Area Area-2";
}

.paragraph-21 {
  letter-spacing: 4px;
  text-transform: uppercase;
}

.top-margin-3 {
  color: #2b3956;
  margin-top: 40px;
  font-family: Bodoni Moda, sans-serif;
  font-size: 33px;
  position: relative;
}

.button-hover-holder {
  color: #4f5549;
  border: 0 solid #2b3956;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.button-hover {
  width: 90vw;
  height: 90vw;
  object-fit: fill;
  border-radius: 70vw;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: auto;
}

.button-hover.bg-darkest {
  opacity: .1;
  background-color: #000;
}

.image-horizontal {
  width: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-size: cover;
  padding-bottom: 70%;
  position: relative;
}

.image-horizontal.show-04-image-02 {
  background-image: url('../images/pexels-nida-8130960-klein.jpg');
  background-position: 50%;
}

.image-horizontal.show-04-image-03 {
  background-image: url('../images/sixteen-miles-out-edhJkqFn7kI-unsplash.jpg');
}

.image-horizontal.show-04-image-01 {
  background-image: url('../images/pexels-zen-chung-5745219-klein.jpg');
}

.show-04 {
  width: 100%;
  background-color: #f5f1e9;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 200px;
  padding-bottom: 200px;
  display: flex;
  overflow: hidden;
}

.show-04-image-02-wrapper {
  width: 100%;
}

.show-04-line-03 {
  width: 100%;
  grid-column-gap: 5vw;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr 20vw;
  margin-top: 15vw;
}

.number-bullet {
  width: 70px;
  height: 70px;
  color: #2b3956;
  text-align: center;
  border: 1px solid #2b3956;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  font-family: Bodoni Moda, sans-serif;
  font-size: 40px;
  font-style: italic;
  font-weight: 400;
  line-height: 1;
  display: flex;
}

.container-paddings {
  width: 100%;
  height: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 120px;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
  position: relative;
}

.label-button {
  z-index: 1;
  color: #2b3956;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  position: relative;
}

.show-04-line-02 {
  width: 100%;
  height: 100%;
  grid-column-gap: 5vw;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 20vw auto 1fr;
  grid-auto-columns: 1fr;
  margin-top: 15vw;
}

.button-basic-two-outlined {
  width: 100%;
  height: 70px;
  color: #000;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid #2b3956;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 12px;
  line-height: 1.4;
  display: flex;
  position: relative;
}

.show-04-image-03-wrapper {
  width: 100%;
}

.right {
  color: #2b3956;
  text-align: right;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  line-height: 30px;
}

.show-04-line-01 {
  width: 100%;
  height: 100%;
  grid-column-gap: 5vw;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr 20vw;
}

.show-04-image-wrapper {
  width: 100%;
  cursor: pointer;
}

.paragraph-22 {
  color: #2b3956;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 30px;
}

.intro-03-line-01 {
  width: 100%;
  grid-column-gap: 5vw;
  grid-row-gap: 0px;
  grid-template-rows: minmax(1px, .65fr);
  grid-template-columns: 25% 1fr;
}

.top-margin-20-px-4 {
  color: #2b3956;
  margin-top: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  line-height: 30px;
}

.intro-03-line-02-grid {
  grid-column-gap: 5vw;
  grid-template-rows: auto;
  grid-template-columns: 10vw 1fr 1fr 1fr 1fr 1fr 1fr 10vw;
  align-items: start;
  margin-top: 120px;
}

.intro-03-content-wrapper {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.intro-03-image-01-wrapper {
  width: 100%;
  position: relative;
}

.intro-03 {
  width: 100%;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 150px;
  display: flex;
}

.intro-03.bg-main {
  padding-top: 0;
  padding-bottom: 0;
}

.head-about {
  width: 100%;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.about {
  width: 100%;
  background-color: #b2c8da;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 120px;
  display: flex;
  position: relative;
}

.heading-42 {
  color: #2b3956;
  text-align: justify;
  justify-content: flex-start;
  align-items: center;
  font-family: Bohemyscript, sans-serif;
  font-size: 60px;
  line-height: 99px;
  display: flex;
}

.heading-43, .heading-44 {
  color: #2b3956;
  font-family: Bodoni Moda, sans-serif;
}

.container-service {
  width: 100%;
  height: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
  position: relative;
}

.service {
  width: 100%;
  background-color: #f5f1e9;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
  overflow: hidden;
}

.landingpage {
  width: 100%;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.default-btn-copy {
  color: #fff;
  letter-spacing: 2px;
  text-transform: none;
  cursor: pointer;
  background-color: #2b3956;
  border: 0 solid #101010;
  border-radius: 0;
  justify-content: center;
  margin-top: 16px;
  margin-right: 0;
  padding: 10px 24px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 15px;
  line-height: 22px;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: flex;
}

.default-btn-copy:hover {
  background-color: #b2c8da;
}

.default-btn-copy.w--current {
  text-align: left;
  text-transform: none;
  justify-content: center;
  align-items: flex-start;
  margin-right: 0;
  font-style: normal;
  display: flex;
}

.default-btn-copy.no-margin-top {
  margin-top: 0;
}

.default-btn-copy.no-margin-top.no-margin-right, .default-btn-copy.no-margin-right {
  margin-right: 0;
}

.default-btn-copy.small {
  letter-spacing: 1px;
  padding: 8px 16px;
  font-size: 14px;
  line-height: 20px;
}

.title-02 {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 150px;
  padding-bottom: 150px;
  display: flex;
  overflow: hidden;
}

.container-paddings-3 {
  width: 100vw;
  height: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 120px 10vw;
  display: flex;
  position: relative;
}

.heading-wrapper {
  width: 60%;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.no-margin-4 {
  color: #2b3956;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bodoni Moda, sans-serif;
  font-size: 70px;
  line-height: 85px;
}

.top-margin-4 {
  color: #2b3956;
  margin-top: 40px;
  padding-left: 100px;
  padding-right: 100px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 35px;
  position: relative;
}

.section-7 {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.slider-02-arrow-left-2 {
  width: 200px;
  height: 70px;
  background-image: url('../images/Arrow-Black_02.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 70px;
  top: auto;
  bottom: -20%;
  left: auto;
  right: 199px;
}

.slider-02-arrow-right-2 {
  width: 200px;
  height: 70px;
  background-image: url('../images/Arrow-Black_02.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 70px;
  top: auto;
  bottom: -20%;
  left: auto;
  right: 0%;
  transform: rotate(180deg);
}

.slide-content-wrapper {
  z-index: 1;
  width: 50%;
  height: auto;
  color: #f6f7f4;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.no-margin-5 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bodoni Moda, sans-serif;
  font-size: 40px;
  font-style: normal;
  line-height: 55px;
}

.caps-small-4 {
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 16px;
  font-style: normal;
}

.section-8 {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: flex;
  position: relative;
}

.section-8.bg-main {
  background-color: #fff;
  align-items: center;
}

.newsletter-grid {
  width: 100%;
  height: auto;
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.success-message-2 {
  background-color: rgba(145, 134, 126, .2);
}

.success-message-2.dark {
  background-color: rgba(144, 112, 112, .2);
}

.link-footer {
  color: #000;
  margin-bottom: 5px;
  transition: color .2s;
}

.link-footer:hover {
  color: #d6cbbc;
}

.heading-14 {
  font-style: normal;
}

.form-block-newsletter {
  width: 100%;
  margin-bottom: 0;
}

.div-block-4 {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.newsletter-email {
  width: 100%;
  height: 70px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #433e3a;
  border-bottom-style: solid;
  border-radius: 0;
  margin-top: 10px;
  margin-bottom: 0;
  margin-right: 10px;
}

.newsletter-email.no-margin {
  color: #000;
  margin-top: 0;
  font-size: 16px;
}

.newsletter {
  width: 100%;
  position: relative;
}

.newsletter-wrapper {
  flex-direction: row;
  display: flex;
}

.wide-line-2 {
  width: 100%;
  height: 1px;
  background-color: #bcafa5;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.wide-line-2.top {
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.heading-15 {
  font-style: normal;
}

.paragraph-smallest {
  font-size: 12px;
  line-height: 20px;
}

.footer-newsletter-grid {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.container-3 {
  width: 100%;
  height: 100%;
  max-width: 2000px;
  background-color: #b2c8da;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 5vw 10vw;
  display: flex;
  position: relative;
}

.footer-links-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.form {
  flex-direction: row;
  display: flex;
}

.form.newsletter {
  flex-direction: column;
}

.copyright {
  color: #d6cbbc;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-right: 40px;
  font-size: 9px;
  font-weight: 500;
}

.button-basic-one-2 {
  height: 70px;
  color: #000;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #d6cbbc;
  border: 1px solid #d6cbbc;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.4;
  transition: opacity .2s;
  display: flex;
  position: relative;
}

.button-basic-one-2:hover {
  opacity: .8;
  color: #000;
}

.copyright-wrapper {
  width: 100%;
  height: auto;
  border-top: 1px solid #433e3a;
  justify-content: center;
  align-items: center;
  padding: 10px 5vw;
  display: flex;
}

.copyright-wrapper.bg-darkest {
  background-color: #433e3a;
}

.footer-title-wrapper {
  width: 110px;
  margin-bottom: 40px;
}

.tes-01-image-01-wrapper {
  width: 30%;
  margin-bottom: 40px;
}

.tes-01-content-wrapper {
  z-index: 1;
  width: 70%;
  height: auto;
  color: #000;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tes-01-slider-wrapper {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 40px;
  display: flex;
  overflow: hidden;
}

.tes-01-mask {
  overflow: visible;
}

.slider-03-arrow-right {
  width: 50px;
  height: 70px;
  background-image: url('../images/Arrow-Black_02.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50px;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
  transform: rotate(180deg);
}

.tes-01-wrapper {
  width: 80%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  border-top: 0 #2b3956;
  border-bottom: 0 #2b3956;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.slider-03-arrow-left {
  width: 50px;
  height: 70px;
  background-image: url('../images/Arrow-Black_02.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50px;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.tes-01 {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.emma {
  width: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 140%;
  position: relative;
}

.emma.hero-02-image-01, .emma.int-04-image-01 {
  background-image: url('../images/dagmar-kenny-klein.jpg');
}

.emma.contacts-image-01 {
  width: 100%;
  background-image: url('../images/Kenny-dagmar.svg');
  background-size: cover;
  padding-bottom: 125%;
}

.emma.image-introduction-04-image-01 {
  background-image: url('../images/dagmar-kenny-klein.jpg');
}

.emma.info-04-image-01 {
  background-image: url('../images/WhatsApp-Image-2021-11-12-at-16.15.39.jpg');
}

.emma.info-04-image-02 {
  background-image: url('../images/IMG_8725.jpg');
}

.emma.info-05-image-02 {
  background-image: url('../images/Kenny.svg');
  padding-bottom: 155%;
}

.emma.info-05-image-01 {
  background-image: url('../images/dagi-klein.jpg');
}

.emma.info-05-image-03 {
  background-image: url('../images/dagmar-kenny-klein.jpg');
}

.emma.intro-03-image-01 {
  background-image: url('../images/pexels-la-miko-3662374.jpg');
}

.emma.tes-01-image-01 {
  background-image: url('../images/IMG_CD15D4AFCD2C-1.jpg');
}

.heading-45 {
  color: #2b3956;
  font-family: Bodoni Moda, sans-serif;
}

.blacky {
  width: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 140%;
  position: relative;
}

.blacky.hero-02-image-01, .blacky.int-04-image-01 {
  background-image: url('../images/dagmar-kenny-klein.jpg');
}

.blacky.contacts-image-01 {
  width: 100%;
  background-image: url('../images/Kenny-dagmar.svg');
  background-size: cover;
  padding-bottom: 125%;
}

.blacky.image-introduction-04-image-01 {
  background-image: url('../images/dagmar-kenny-klein.jpg');
}

.blacky.info-04-image-01 {
  background-image: url('../images/WhatsApp-Image-2021-11-12-at-16.15.39.jpg');
}

.blacky.info-04-image-02 {
  background-image: url('../images/IMG_8725.jpg');
}

.blacky.info-05-image-02 {
  background-image: url('../images/Kenny.svg');
  padding-bottom: 155%;
}

.blacky.info-05-image-01 {
  background-image: url('../images/dagi-klein.jpg');
}

.blacky.info-05-image-03 {
  background-image: url('../images/dagmar-kenny-klein.jpg');
}

.blacky.intro-03-image-01 {
  background-image: url('../images/pexels-la-miko-3662374.jpg');
}

.blacky.tes-01-image-01 {
  background-image: url('../images/WhatsApp-Image-2021-11-12-at-16.15.39.jpg');
}

.heading-46, .heading-47 {
  color: #2b3956;
  font-family: Bodoni Moda, sans-serif;
}

.katze {
  width: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 140%;
  position: relative;
}

.katze.hero-02-image-01, .katze.int-04-image-01 {
  background-image: url('../images/dagmar-kenny-klein.jpg');
}

.katze.contacts-image-01 {
  width: 100%;
  background-image: url('../images/Kenny-dagmar.svg');
  background-size: cover;
  padding-bottom: 125%;
}

.katze.image-introduction-04-image-01 {
  background-image: url('../images/dagmar-kenny-klein.jpg');
}

.katze.info-04-image-01 {
  background-image: url('../images/WhatsApp-Image-2021-11-12-at-16.15.39.jpg');
}

.katze.info-04-image-02 {
  background-image: url('../images/IMG_8725.jpg');
}

.katze.info-05-image-02 {
  background-image: url('../images/Kenny.svg');
  padding-bottom: 155%;
}

.katze.info-05-image-01 {
  background-image: url('../images/dagi-klein.jpg');
}

.katze.info-05-image-03 {
  background-image: url('../images/dagmar-kenny-klein.jpg');
}

.katze.intro-03-image-01 {
  background-image: url('../images/pexels-la-miko-3662374.jpg');
}

.katze.tes-01-image-01 {
  background-image: url('../images/katze.jpg');
}

.ribbon-01 {
  background-color: #2b3956;
  flex-direction: row;
  overflow: hidden;
}

.rotation-content {
  width: 300vw;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.statement {
  display: flex;
  position: relative;
}

.title-statement-rotation {
  color: #fff;
  letter-spacing: 0;
  margin-top: 10px;
  font-family: Bodoni Moda, sans-serif;
  font-size: 1.7vw;
}

.title-statement-rotation.margin {
  margin-left: 10px;
  margin-right: 10px;
}

.caps-straight {
  text-transform: uppercase;
  font-style: normal;
  line-height: 1.3;
}

.drehung {
  text-transform: uppercase;
  font-style: normal;
}

.bild-katrin-berger {
  width: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 140%;
  position: relative;
}

.bild-katrin-berger.logo-achtwerk {
  background-image: url('../images/dagi-klein.jpg');
  background-size: cover;
}

.bild-katrin-berger.bild-achtwerk {
  background-image: url('../images/dagi-klein.jpg');
  background-position: 55%;
}

.container-paddings-4 {
  width: 100vw;
  height: auto;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0 10vw;
  display: flex;
  position: relative;
}

.hero-01 {
  z-index: 10;
  width: 100%;
  min-height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  display: flex;
  position: relative;
}

.hero-01.bg-accent-one {
  background-color: rgba(0, 0, 0, 0);
  overflow: hidden;
}

.paragraph-3 {
  color: #2b3956;
  text-transform: none;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 35px;
}

.grid-content-wrapper-4 {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
}

.grid-content-wrapper-4.mobile-right {
  height: auto;
}

.hero-01-details-wrapper {
  width: 100%;
  justify-content: center;
  margin-top: 100px;
  display: flex;
  position: relative;
}

.hero-01-image-01-wrapper {
  width: 100%;
  position: relative;
  right: -5vw;
}

.hero-01-grid {
  width: 100%;
  height: 100%;
  grid-column-gap: 5vw;
  grid-row-gap: 0px;
  grid-template-rows: minmax(auto, .25fr);
  grid-template-columns: 2fr 1fr 10vw;
  grid-auto-rows: 0;
}

.heading-48 {
  color: #2b3956;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 2vw;
  font-family: Bodoni Moda, sans-serif;
  font-size: 70px;
  line-height: 85px;
}

.hero-01-image-02-wrapper {
  width: 100%;
  position: relative;
  top: -50px;
  left: -5vw;
}

.section-9 {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.section-9.bg-main {
  height: 100vh;
  background-color: #f5f1e9;
  align-items: center;
}

.section-9.bg-main.min-100-vh {
  min-height: 100vh;
}

.section-9._100-vh {
  height: 100vh;
}

.intro-05 {
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.intro-05-grid {
  min-height: 50vh;
  grid-column-gap: 0vw;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 7vw 1fr 12vw;
}

.intro-05-image-02-wrapper {
  z-index: 1;
  width: 10vw;
  position: relative;
}

.grid-content-wrapper-5 {
  width: 100%;
  height: 100%;
  position: relative;
}

.grid-content-wrapper-5.vert-horiz-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-content-wrapper-5.vert-horiz-center.paddings {
  padding-left: 10vw;
  padding-right: 10vw;
}

.grid-content-wrapper-5.vert-bottom {
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.grid-content-wrapper-5.vert-bottom.right {
  flex-direction: column;
  justify-content: flex-end;
}

.grid-content-wrapper-5.vert-bottom.bg-accent-one {
  background-color: #f5f1e9;
}

.grid-content-wrapper-5.paddings {
  padding: 5vw 10vw;
}

.grid-content-wrapper-5.vert-center {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.grid-content-wrapper-5.vert-center.paddings {
  padding: 5vw;
}

.grid-content-wrapper-5.vert-center.paddings.bg-accent-one {
  background-color: #f5f1e9;
}

.grid-content-wrapper-5.center {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.grid-content-wrapper-5.padding-right {
  padding-right: 5vw;
}

.grid-content-wrapper-5.bottom {
  align-items: flex-end;
  display: flex;
}

.intro-05-image-01-wrapper {
  width: 15vw;
  position: relative;
}

.top-margin-5 {
  color: #2b3956;
  margin-top: 40px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 30px;
  position: relative;
}

.container-max-3 {
  width: 100%;
  height: 100%;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.info-6 {
  background-color: #f5f1e9;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.tabs-menu-2 {
  width: 40%;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-right: 5vw;
  display: flex;
}

.top-margin-20-px-5 {
  color: #2b3956;
  margin-top: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 300;
  line-height: 30px;
}

.tab-2 {
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border-top: 1px solid #000;
  border-bottom: 1px #000;
  padding: 20px;
  font-size: 13px;
}

.tab-2.w--current {
  background-color: rgba(0, 0, 0, 0);
  font-weight: 600;
}

.tab-2.bottom {
  border-bottom-style: solid;
}

.int-04-grid-2 {
  grid-column-gap: 5vw;
  grid-template-rows: minmax(auto, .5fr);
  grid-template-columns: 1.5fr 1fr 1.5fr;
}

.tabs-content-2 {
  width: 60%;
  height: 100%;
}

.int-04-image-01-wrapper-2 {
  width: 100%;
  position: relative;
}

.tabs-2 {
  height: 100%;
  flex-direction: row;
  display: flex;
}

.heading-49 {
  color: #2b3956;
  font-family: Bodoni Moda, sans-serif;
}

.text-block-9, .text-block-10, .text-block-11 {
  color: #2b3956;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.heading-50, .heading-51 {
  color: #2b3956;
  font-family: Bodoni Moda, sans-serif;
}

.freebie-sticker-ig-links {
  width: 150px;
  position: relative;
  top: 40px;
  right: 80px;
}

.image-8 {
  display: inline-block;
}

.info-01-line-02-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: minmax(auto, .5fr);
  grid-template-columns: 10vw 2fr 1fr 0 10vw;
  grid-auto-rows: minmax(auto, .25fr);
  margin-top: 150px;
}

.top-margin-20-px-6 {
  color: #2b3956;
  margin-top: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  line-height: 30px;
}

.info-01-image-02-wrapper {
  width: 100%;
}

.number-bullet-2 {
  width: 70px;
  height: 70px;
  text-align: center;
  border: 1px solid #000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  font-family: Bodoni Moda, sans-serif;
  font-size: 40px;
  font-style: italic;
  font-weight: 400;
  line-height: 1;
  display: flex;
}

.info-01-image-01-wrapper {
  width: 100%;
}

.caps {
  text-transform: uppercase;
}

.info-01-line-01-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: ". Area Area" minmax(0, .5fr)
  / 10vw 6px 18vw 2fr 10vw;
  padding-bottom: 120px;
}

.info-01 {
  justify-content: center;
  padding-top: 200px;
  padding-bottom: 200px;
  display: flex;
}

.info-01.bg-main {
  padding-top: 120px;
  padding-bottom: 120px;
}

.heading-52 {
  font-family: Bodoni Moda, sans-serif;
}

.text-span {
  color: #2b3956;
  font-size: 54px;
}

.slide-01-wrapper {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.top-margin-6 {
  color: #fff;
  margin-top: 40px;
  position: relative;
}

.slider-01-wrapper {
  width: 100%;
  height: 100vh;
  flex-direction: column;
}

.slider-01-arrow-right {
  width: 200px;
  height: 70px;
  background-image: url('../images/Arrow-White_02.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 70px;
  top: auto;
  bottom: 0%;
  left: 199px;
  right: auto;
  transform: rotate(180deg);
}

.no-margin-6 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bodoni Moda, sans-serif;
  font-size: 70px;
}

.slider-01-arrow-left {
  width: 200px;
  height: 70px;
  background-image: url('../images/Arrow-White_02.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 70px;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.hero-03-image-01 {
  width: 100%;
  height: 100vh;
  background-image: url('../images/olive-tatiane-sjBsH4sLFsw-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
}

.hero-03 {
  z-index: 10;
  width: 100%;
  height: auto;
  min-height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.hero-03-image-01-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.hero-03-image-2 {
  width: 100%;
  height: 100%;
  background-image: url('../images/pexels-zen-chung-5745219-klein.jpg');
  background-position: 50%;
  background-size: cover;
}

.hero-03-content-wrapper {
  width: 50vw;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.hero-03-details-wrapper {
  width: 100%;
  justify-content: center;
  margin-top: 40px;
  display: flex;
}

.heading-53 {
  color: #fff;
}

.heading-54 {
  color: #fff;
  font-family: Bodoni Moda, sans-serif;
  font-size: 70px;
}

.intro-01-line-01-grid {
  min-height: 40vw;
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1.5fr 15vw;
}

.top-margin-20-px-7 {
  color: #2b3956;
  margin-top: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  line-height: 30px;
}

.line-01-image-01-wrapper {
  width: 100%;
  position: relative;
  left: 5vw;
}

.intro-01 {
  width: 100%;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.intro-01-line-02-grid {
  grid-column-gap: 5vw;
  grid-template-rows: auto;
  grid-template-columns: 10vw 1fr 1fr 1fr 1fr 1fr 1fr 10vw;
  margin-top: 60px;
}

.container-paddings-5 {
  width: 100%;
  height: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
  position: relative;
}

.no-margin-7 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bodoni Moda, sans-serif;
  font-size: 70px;
}

.no-margin-7-copy {
  color: #2b3956;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 35px;
}

.top-margin-20-px-8 {
  color: #2b3956;
  margin-top: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  line-height: 30px;
}

.intro-06-grid {
  width: 100%;
  grid-column-gap: 5vw;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 10vw 2fr 1fr 10vw;
  padding-top: 100px;
  padding-bottom: 100px;
}

.intro-06-grid.bg-accent-one {
  grid-column-gap: 0vw;
  background-color: #f5f1e9;
  grid-template-rows: minmax(auto, .75fr);
  grid-template-columns: 10vw 4fr 1fr 10vw;
}

.grid-two-column {
  grid-column-gap: 5vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 30px;
}

.intro-06-image-01-wrapper {
  width: 100%;
  position: relative;
  top: 10vw;
}

.intro-06 {
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 200px;
  display: flex;
}

.heading-55 {
  color: #2b3956;
  margin-bottom: 30px;
  padding-bottom: 23px;
  font-family: Bodoni Moda, sans-serif;
  font-size: 70px;
}

.paragraph-23 {
  color: #2b3956;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  line-height: 30px;
}

.paragraph-24 {
  color: #fff;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.intro-03-line-01-copy {
  width: 100%;
  height: 100%;
  grid-column-gap: 5vw;
  grid-row-gap: 0px;
  grid-template-rows: minmax(1px, .85fr);
  grid-template-columns: 25% 1fr;
}

.container-4 {
  max-width: 1280px;
  flex: 0 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
}

.about-grid-2 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.about-text-2 {
  color: #2b3956;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 30px;
}

.default-btn-2 {
  color: #fff;
  letter-spacing: .4px;
  text-transform: capitalize;
  cursor: pointer;
  background-color: #101010;
  border: 1px solid #101010;
  border-radius: 0;
  margin-top: 16px;
  margin-right: 16px;
  padding: 10px 24px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
  transition: color .2s, background-color .2s;
}

.default-btn-2:hover {
  background-color: #242424;
}

.grid-3 {
  grid-column-gap: 40px;
  grid-template-columns: .75fr .75fr;
  grid-template-areas: "Area Area-2"
                       "Area Area-2";
  margin-left: 10vw;
  margin-right: 10vw;
}

.heading-56 {
  color: #2b3956;
  text-align: left;
  margin-bottom: 32px;
  font-family: Bodoni Moda, sans-serif;
  font-size: 54px;
}

.paragraph-25 {
  color: #2b3956;
}

.div-block-5 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 120px;
  padding-bottom: 120px;
}

.paragraph-26 {
  color: #2b3956;
  padding-left: 0;
  padding-right: 0;
  line-height: 30px;
}

.section-10, .section-10-copy, .sec-tion-emma {
  background-color: #f5f1e9;
}

.section-katze {
  background-color: #b2c8da;
}

.div-block-6 {
  text-align: left;
}

.container-5 {
  width: 100%;
  height: 100%;
  max-width: 2000px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 100px 10vw;
  display: flex;
  position: relative;
}

.featured-blog-posts-grid {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 50% auto 50%;
}

.line-vertical-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.line-vertical-2 {
  width: 1px;
  height: 100%;
  background-color: #3d3a31;
  display: flex;
  position: static;
  top: auto;
  bottom: 0%;
  left: auto;
  right: auto;
}

.blog-post-inside {
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.blog-post-inside-image {
  width: 100%;
  height: 100%;
  background-image: url('../images/pexels-ketut-subiyanto-4545207.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.blog-post-inside-title {
  width: 60vw;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.blog-post-inside-title.bg-colour-linen {
  background-color: #e0e2d8;
  border: 1px solid #000;
}

.sub-info {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 10px;
}

.blog-post-inside-info-wrapper.padding-right {
  padding-right: 80px;
}

.paragraph-margin-top {
  margin-top: 40px;
}

.blog-post-author {
  width: 50px;
  height: 50px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 70px;
}

.blog-post-author._01 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  margin-right: 20px;
}

.blog-post-inside-info {
  width: 70vw;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 70% auto 30%;
  align-items: center;
  justify-items: center;
  position: relative;
}

.author-name {
  margin-left: 5px;
  font-weight: 500;
}

.blog-post-author-wrapper {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.line-vertical {
  width: 1px;
  height: 100%;
  background-color: #000;
  display: flex;
  position: static;
  top: auto;
  bottom: 0%;
  left: auto;
  right: auto;
}

.line-vertical.line-absolut {
  position: absolute;
}

.blog-post-content-wrapper {
  width: 60%;
}

.wide-line-3 {
  width: 100%;
  height: 1px;
  background-color: #4f5549;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.wide-line-3.bottom {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.rich-text-block {
  color: #2b3956;
  font-family: Bodoni Moda, sans-serif;
  font-size: 48px;
}

.link {
  color: #fff;
}

.faq-collapsed {
  z-index: 2;
  width: 100%;
  height: 70px;
  transform-origin: 50% 0;
  text-align: center;
  cursor: pointer;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-left: 0;
  transition: opacity .2s;
  display: flex;
  position: relative;
}

.faq-collapsed.faq-page {
  height: 120px;
}

.faq-icon-wrapper {
  width: 20px;
  height: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.faq-info-wrapper {
  width: 100%;
  min-width: 30vw;
  border-top: 1px solid rgba(61, 58, 49, .2);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.faq-info-wrapper.last {
  border-bottom: 1px solid rgba(61, 58, 49, .2);
}

.faq-expanded {
  width: 100%;
  height: 0;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 60px;
  display: none;
}

.faq-expanded._01 {
  width: 100%;
  height: auto;
  min-width: 30vw;
  display: flex;
  overflow: hidden;
}

.faq-wrapper {
  z-index: 10;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 80px;
  margin-bottom: 100px;
  display: flex;
  overflow: visible;
}

.faq-wrapper.faq-page {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.faq-info-label {
  color: #2b3956;
  text-transform: none;
  flex: 0 auto;
  margin-top: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 20px;
  display: flex;
  position: relative;
}

.line-horizontal {
  width: 100%;
  height: 1px;
  background-color: #565541;
  display: flex;
  position: static;
  top: auto;
  bottom: 0%;
  left: auto;
  right: auto;
}

.faq-rich-text-block {
  width: 60vw;
  margin-bottom: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.heading-57 {
  color: #2b3956;
  font-family: Bodoni Moda, sans-serif;
}

.bold-text {
  font-family: Bodoni Moda, sans-serif;
  font-size: 35px;
  line-height: 46px;
}

.scroll-container {
  color: #2b3956;
  justify-content: flex-start;
  align-items: center;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  display: flex;
  position: absolute;
  top: 20%;
  right: 0%;
  transform: translate(70%)rotate(90deg);
}

.small-text {
  color: #3a3a3a;
  font-size: 16px;
  line-height: 1;
}

.arrow-scroll-down {
  margin-left: 15px;
}

.home-image-wrapper {
  z-index: -1;
  width: 0;
  height: 20vh;
  margin-top: -11vw;
  position: relative;
}

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

.text-block-12 {
  color: #2b3956;
  justify-content: flex-start;
  align-items: center;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  display: block;
}

.scroll-down-arrow-copy {
  z-index: 1;
  width: 56px;
  height: 56px;
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding-bottom: 4px;
  transition: border-color .3s, background-color .3s;
  display: flex;
  position: absolute;
  bottom: 80px;
}

.scroll-down-arrow-copy:hover {
  color: #b2c8da;
  background-color: #b2c8da;
}

.nav-btn-container-copy {
  flex: 1;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  display: flex;
}

.section-11 {
  background-color: #2b3956;
  padding: 80px 10vw;
}

.heading-58 {
  color: #fff;
  text-align: center;
  margin-bottom: 31px;
  font-family: Bodoni Moda, sans-serif;
  font-size: 42px;
  line-height: 55px;
}

.text-block-13 {
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
  font-family: Bohemyscript, sans-serif;
  font-size: 47px;
}

.text-block-14 {
  color: #fff;
  text-align: center;
  letter-spacing: 8px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.grid-content-wrapper-copy {
  width: 100%;
  height: 100%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: block;
  position: relative;
}

.grid-content-wrapper-copy.vert-center {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.grid-content-wrapper-copy.vert-center.relative-position {
  z-index: 1;
  right: -5vw;
}

.grid-content-wrapper-copy.bg-accent-one {
  background-color: #b2c8da;
}

.grid-content-wrapper-copy.bg-accent-one.paddings {
  padding-top: 120px;
  padding-bottom: 120px;
  padding-right: 5vw;
}

.grid-content-wrapper-copy.info-04-layout {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.grid-content-wrapper-copy.info-04-layout.border-right {
  border-right: 1px solid #2b3956;
}

.grid-content-wrapper-copy.paddings {
  padding: 5vw 0 5vw 10vw;
}

.grid-content-wrapper-copy {
  width: 100%;
  height: 100%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: block;
  position: relative;
}

.grid-content-wrapper-copy.vert-center {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.grid-content-wrapper-copy.vert-center.relative-position {
  z-index: 1;
  right: -5vw;
}

.grid-content-wrapper-copy.bg-accent-one {
  background-color: #b2c8da;
}

.grid-content-wrapper-copy.bg-accent-one.paddings {
  padding-top: 120px;
  padding-bottom: 120px;
  padding-right: 5vw;
}

.grid-content-wrapper-copy.info-04-layout {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.grid-content-wrapper-copy.info-04-layout.border-right {
  border-right: 1px solid #2b3956;
}

.grid-content-wrapper-copy.paddings {
  padding: 5vw 0 5vw 10vw;
}

.grid-content-wrapper-copy {
  width: 100%;
  height: 100%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: block;
  position: relative;
}

.grid-content-wrapper-copy.vert-center {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.grid-content-wrapper-copy.vert-center.relative-position {
  z-index: 1;
  right: -5vw;
}

.grid-content-wrapper-copy.bg-accent-one {
  background-color: #b2c8da;
}

.grid-content-wrapper-copy.bg-accent-one.paddings {
  padding-top: 120px;
  padding-bottom: 120px;
  padding-right: 5vw;
}

.grid-content-wrapper-copy.info-04-layout {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.grid-content-wrapper-copy.info-04-layout.border-right {
  border-right: 1px solid #2b3956;
}

.grid-content-wrapper-copy.paddings {
  padding: 5vw 0 5vw 10vw;
}

.bold-text-3 {
  font-family: Bodoni Moda, sans-serif;
  font-size: 35px;
  line-height: 46px;
}

.bold-text-4, .bold-text-5 {
  font-family: Bodoni Moda, sans-serif;
  font-size: 36px;
  line-height: 46px;
}

.berschrift {
  width: 100%;
  height: 100%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: block;
  position: relative;
}

.berschrift.vert-center {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.berschrift.vert-center.relative-position {
  z-index: 1;
  right: -5vw;
}

.berschrift.bg-accent-one {
  background-color: #b2c8da;
}

.berschrift.bg-accent-one.paddings {
  padding-top: 120px;
  padding-bottom: 120px;
  padding-right: 5vw;
}

.berschrift.info-04-layout {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.berschrift.info-04-layout.border-right {
  border-right: 1px solid #2b3956;
}

.berschrift.paddings {
  padding: 5vw 0 5vw 10vw;
}

.text-block-15 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 30px;
}

.mutig-copy {
  background-color: #b2c8da;
  padding-top: 120px;
  padding-bottom: 120px;
}

.mutig-copy.utility {
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.mutig-copy.testimonial {
  background-color: #2b3956;
  padding-top: 80px;
  padding-bottom: 80px;
}

.mutig-copy.contact {
  background-color: #b2c8da;
  padding-top: 120px;
  padding-bottom: 80px;
}

.mutig-copy.facts {
  background-color: #2b3956;
}

.mutig-copy.cta {
  color: #101010;
  background-color: #2b3956;
  padding-top: 120px;
}

.mutig-copy.gallery {
  padding-bottom: 80px;
}

.mutig-copy {
  background-color: #b2c8da;
  padding-top: 120px;
  padding-bottom: 120px;
}

.mutig-copy.utility {
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.mutig-copy.testimonial {
  background-color: #2b3956;
  padding-top: 80px;
  padding-bottom: 80px;
}

.mutig-copy.contact {
  background-color: #b2c8da;
  padding-top: 120px;
  padding-bottom: 80px;
}

.mutig-copy.facts {
  background-color: #2b3956;
}

.mutig-copy.cta {
  color: #101010;
  background-color: #2b3956;
  padding-top: 120px;
}

.mutig-copy.gallery {
  padding-bottom: 80px;
}

.nav-link-copy {
  color: #fff;
  text-align: left;
  letter-spacing: 8px;
  text-transform: uppercase;
  margin-bottom: 16px;
  padding: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 30px;
  text-decoration: none;
  transition: opacity .2s, color .2s;
  display: block;
}

.nav-link-copy:hover {
  text-decoration: underline;
}

.nav-link-copy.w--current {
  color: #fff;
  font-family: Bodoni Moda, sans-serif;
}

.nav-link-copy-2 {
  color: #fff;
  text-align: left;
  letter-spacing: 8px;
  margin-bottom: 16px;
  padding: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 30px;
  text-decoration: none;
  transition: opacity .2s, color .2s;
  display: block;
}

.nav-link-copy-2:hover {
  text-decoration: underline;
}

.nav-link-copy-2.w--current {
  color: #fff;
  font-family: Bodoni Moda, sans-serif;
}

.contact-title-copy {
  color: #2b3956;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 3vw;
  font-family: Bodoni Moda, sans-serif;
  font-size: 42px;
  line-height: 48px;
}

.paragraph-26-copy {
  color: #2b3956;
  padding-left: 0;
  padding-right: 0;
  line-height: 30px;
}

.link-3 {
  color: #fff;
  font-size: 16px;
  line-height: 30px;
}

.logo-small {
  width: auto;
  height: auto;
  max-width: none;
  object-fit: scale-down;
  display: inline-block;
}

.hover-line {
  z-index: 5;
  width: 100%;
  height: 1px;
  background-color: #1d1d1f;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hover-line._2px {
  height: 2px;
  background-color: #2b3956;
}

.horizontal-wrapper-footer {
  align-items: center;
  display: flex;
  position: relative;
  overflow: visible;
}

.accordion-text {
  color: #2b3956;
  margin-top: 15px;
  font-family: Bodoni Moda, sans-serif;
  font-size: 25px;
  font-weight: 300;
}

.social-icons-wrap {
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-2 {
  z-index: 10;
  width: 100%;
  background-color: #f5f1e9;
  padding: 100px 10vw;
  position: relative;
}

.link-decoration-none {
  width: auto;
  height: auto;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.text-block-6 {
  color: #2b3956;
}

.social-rounded-icon {
  width: 50px;
  height: 50px;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  margin-left: 5px;
  padding: 15px;
  transition: box-shadow .5s;
  display: flex;
  box-shadow: inset 0 0 0 1px #f1f3f4;
}

.social-rounded-icon:hover {
  box-shadow: inset 0 0 0 2px #4353ff;
}

.social-rounded-icon.hide-custom-cursor {
  box-shadow: none;
  border: 1px solid #2b3956;
  transition-property: none;
}

.social-rounded-icon.hide-custom-cursor:hover {
  border-color: #b2c8da;
}

.half-padding-grid {
  width: 100%;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-content: start;
  align-items: start;
}

.align-left {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-block-16 {
  color: #2b3956;
}

.tooltip-label {
  position: relative;
}

.footer-heading-2 {
  z-index: 5;
  letter-spacing: -.02em;
  cursor: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.25;
  position: relative;
  overflow: hidden;
}

.link-block-footer {
  color: #1d1d1f;
  cursor: none;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  font-weight: 400;
  text-decoration: none;
  position: relative;
}

.text-underline-white {
  color: #2b3956;
  border-bottom: 1px solid #fff;
  font-family: Bodoni Moda, sans-serif;
  font-weight: 300;
}

.column-grid {
  grid-column-gap: 15px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-items: start;
}

.tooltip-link {
  z-index: 1000;
  width: 50px;
  height: 50px;
  text-align: center;
  letter-spacing: 0;
  object-fit: cover;
  background-color: #abe682;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  display: none;
  position: fixed;
  top: -50px;
  bottom: auto;
  left: 5px;
  right: auto;
}

.footer-grid-1-to-2 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template: "Area-2 ."
                 ". Area"
                 / 1fr 2fr;
}

.link-block {
  object-fit: contain;
}

.bold-text-7, .bold-text-8 {
  color: #2b3956;
}

.image-13 {
  width: 80%;
}

.footer-2-2 {
  z-index: 10;
  width: 100%;
  background-color: #b2c8da;
  padding: 100px;
  position: relative;
}

.bold-text-9, .link-4 {
  color: #2b3956;
}

@media screen and (min-width: 1280px) {
  .logo-small {
    width: 10vw;
  }

  .footer-2 {
    padding: 10vh 10vw;
  }

  .half-padding-grid {
    grid-row-gap: 5vw;
  }

  .footer-heading-2 {
    font-size: 3vw;
  }

  .footer-grid-1-to-2 {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
  }

  .footer-2-2 {
    padding: 10vh 10vw;
  }
}

@media screen and (min-width: 1920px) {
  .scroll-down-arrow {
    width: 73px;
    height: 73px;
  }

  .image {
    height: 50px;
  }

  .image-vertical.image-introduction-04-image-01 {
    background-image: url('../images/IMG_9434.JPG');
  }

  .hero-01.bg-accent-one {
    padding-bottom: 120px;
  }

  .small-text {
    font-size: 18px;
  }

  .scroll-down-arrow-copy {
    width: 73px;
    height: 73px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 46px;
    line-height: 52px;
  }

  h2 {
    font-size: 40px;
    line-height: 46px;
  }

  h3 {
    font-size: 34px;
    line-height: 40px;
  }

  h4 {
    font-size: 28px;
    line-height: 34px;
  }

  h5 {
    font-size: 22px;
    line-height: 28px;
  }

  h6 {
    font-size: 16px;
    line-height: 24px;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-bar {
    padding-left: 32px;
    padding-right: 32px;
  }

  .nav-menu {
    width: 50vw;
  }

  .nav-link.w--current {
    opacity: 1;
    border-bottom-color: rgba(0, 0, 0, 0);
  }

  .hero-section {
    height: 100vh;
  }

  .style-guide-block {
    padding: 24px 40px;
  }

  .button-block-wrapper {
    margin-left: 8px;
    margin-right: 8px;
  }

  .heading-block {
    margin-bottom: 16px;
  }

  .colors-wrapper {
    align-items: flex-end;
  }

  .style-guide-block-title {
    padding-left: 88px;
    padding-right: 88px;
  }

  .style-guide-block-wrapper {
    margin-bottom: 64px;
  }

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

  .section.testimonial {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .section.cta {
    padding-top: 144px;
  }

  .section.gallery {
    flex-direction: column;
  }

  .style-guide-title {
    font-size: 22px;
    line-height: 30px;
  }

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

  .color-block-wrapper {
    width: 25%;
    margin-left: 20px;
    margin-right: 20px;
  }

  .color-title {
    font-size: 12px;
  }

  .utility-page-content {
    width: 50%;
  }

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

  .licensing-header {
    margin-top: -1px;
  }

  .hero-title {
    font-size: 48px;
    line-height: 54px;
  }

  .about-grid {
    grid-row-gap: 32px;
    grid-template-rows: auto;
    grid-template-columns: .75fr 1fr;
  }

  .head {
    font-size: 48px;
    line-height: 54px;
  }

  .instagram-image-wrapper {
    width: 33.3334%;
  }

  .hero-img {
    width: 115vw;
    height: auto;
    max-width: none;
    background-position: 100%;
    background-size: auto;
    position: absolute;
    top: auto;
    bottom: 13%;
    left: -14%;
    right: 0%;
  }

  .about-img {
    max-height: 480px;
  }

  .image-grid {
    flex-direction: row;
    column-gap: 16px;
    padding-top: 16px;
  }

  .gallery-img-wrap {
    margin-bottom: 16px;
  }

  .gallery-img-overlay {
    display: none;
  }

  .gallery-img {
    width: 100%;
    max-width: none;
  }

  .testimonial-text {
    max-width: 83.334%;
    margin-top: 40px;
    font-size: 36px;
    line-height: 42px;
  }

  .testimonial-author {
    font-size: 10px;
    line-height: 16px;
  }

  .testimonial-slider {
    width: 100%;
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .logo-grid {
    grid-column-gap: 16px;
    grid-row-gap: 32px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .service-grid {
    grid-column-gap: 24px;
    grid-template-rows: auto auto;
  }

  .service-grid-internal {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .service-img {
    width: 100%;
    max-height: none;
    max-width: 100%;
    position: -webkit-sticky;
    position: sticky;
    top: 104px;
  }

  .image-2 {
    width: auto;
    position: absolute;
    top: -92%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .div-block {
    position: absolute;
    top: -200px;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .preise {
    padding: 10vw 5vw;
  }

  .preise.testimonial {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .preise.cta {
    padding-top: 144px;
  }

  .preise.gallery {
    flex-direction: column;
  }

  .section-copy {
    padding-top: 104px;
    padding-bottom: 104px;
  }

  .section-copy.testimonial {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .section-copy.cta {
    padding-top: 144px;
  }

  .section-copy.gallery {
    flex-direction: column;
  }

  .section-tk {
    padding-top: 104px;
    padding-bottom: 104px;
  }

  .section-tk.testimonial {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .section-tk.cta {
    padding-top: 144px;
  }

  .section-tk.gallery {
    flex-direction: column;
  }

  .title-tk {
    font-size: 48px;
    line-height: 54px;
  }

  .was-ist-tk {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .unsichtbar {
    font-size: 10px;
    line-height: 16px;
  }

  .mts {
    padding-top: 104px;
    padding-bottom: 104px;
  }

  .mts.testimonial {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .mts.cta {
    padding-top: 144px;
  }

  .mts.gallery {
    flex-direction: column;
  }

  .image-3 {
    width: 50%;
  }

  .image-vertical.int-04-image-01 {
    padding-bottom: 200%;
  }

  .image-vertical.image-introduction-04-image-01 {
    padding-bottom: 165%;
  }

  .image-vertical.int-04-image-01 {
    height: 50%;
    padding-bottom: 100%;
  }

  .grid-content-wrapper-2 {
    height: auto;
  }

  .heading-lena {
    font-size: 40px;
    line-height: 1.3;
  }

  .section-2.mg-main.min-100-vh {
    height: auto;
  }

  .paragraph-2 {
    font-size: 15px;
    line-height: 30px;
  }

  .heading-21 {
    margin-top: 0;
    font-size: 35px;
    line-height: 1.3;
  }

  .tabs-menu {
    justify-content: flex-start;
  }

  .lena-cont {
    padding: 10vw 5vw;
  }

  .lena-ber.bg-main {
    padding-bottom: 0;
  }

  .int-04-image-01-wrapper {
    height: 100%;
    object-fit: fill;
  }

  .int-04-grid {
    grid-template-rows: minmax(auto, .25fr);
  }

  .heading-angebot, .heading-32 {
    margin-top: 0;
    font-size: 35px;
    line-height: 1.3;
  }

  .top-margin-20-px-3 {
    font-size: 12px;
    line-height: 25px;
  }

  .grid-content-wrapper-3 {
    object-fit: fill;
    align-items: flex-start;
    display: flex;
  }

  .grid-content-wrapper-3.vert-center {
    justify-content: flex-start;
    padding-right: 5vw;
  }

  .two-column-contacts-wrapper {
    height: 50%;
  }

  .two-column-contacts-wrapper.right-border {
    height: 50%;
    justify-content: center;
  }

  .two-column-grid._70vh {
    margin-top: 0;
    display: block;
  }

  .paragraph-4 {
    line-height: 45px;
  }

  .contact-us-content {
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .email-link {
    font-size: 15px;
    line-height: 30px;
  }

  .heading-37 {
    letter-spacing: 0;
  }

  .section-title-2 {
    font-size: 48px;
    line-height: 54px;
  }

  .section-3 {
    padding-top: 104px;
    padding-bottom: 104px;
  }

  .section-3.facts {
    padding: 10vw 5vw;
  }

  .wie-l-uft-es-ab {
    padding-top: 104px;
    padding-bottom: 104px;
  }

  .wie-l-uft-es-ab.testimonial {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .wie-l-uft-es-ab.cta {
    padding-top: 144px;
  }

  .wie-l-uft-es-ab.gallery {
    flex-direction: column;
  }

  .tk {
    padding-top: 104px;
    padding-bottom: 104px;
  }

  .tk.testimonial {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .tk.cta {
    padding-top: 144px;
  }

  .tk.gallery {
    flex-direction: column;
  }

  .mutig {
    padding-top: 104px;
    padding-bottom: 104px;
  }

  .mutig.testimonial {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .mutig.cta {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .mutig.gallery {
    flex-direction: column;
  }

  .m-u-t-i-g {
    padding-top: 104px;
    padding-bottom: 104px;
  }

  .m-u-t-i-g.testimonial {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .m-u-t-i-g.cta {
    padding-top: 144px;
  }

  .m-u-t-i-g.gallery {
    flex-direction: column;
  }

  .untere-section {
    padding-top: 104px;
    padding-bottom: 104px;
  }

  .untere-section.testimonial {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .untere-section.cta {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .untere-section.gallery {
    flex-direction: column;
  }

  .hellblau {
    font-size: 48px;
    line-height: 54px;
  }

  .ablauf {
    padding-top: 104px;
    padding-bottom: 104px;
  }

  .ablauf.testimonial {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .ablauf.cta {
    padding-top: 144px;
  }

  .ablauf.gallery {
    flex-direction: column;
  }

  .div-block-3 {
    padding-top: 20vw;
  }

  .contact-us-content-copy {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .sch-n, .head-copy, .head-copy, .schreibschrift {
    font-size: 48px;
    line-height: 54px;
  }

  .no-margin-3 {
    letter-spacing: 0;
    font-size: 40px;
    line-height: 1.3;
  }

  .container-paddings-2 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .slide-nav-2.slide-nav-03 {
    width: auto;
    height: auto;
    justify-content: center;
    align-items: center;
    display: flex;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .slider-02.bg-accent-one {
    padding-top: 10vw;
    padding-bottom: 15vw;
  }

  .caps-small-3 {
    padding-bottom: 5px;
    font-size: 10px;
  }

  .slide-content-wrapper-2 {
    width: 80%;
  }

  .slide-image-wrapper.slide-02-image-01 {
    background-image: url('../images/pexels-jonathan-borba-2917382_1.jpg');
  }

  .slide-image-wrapper.bild-liberate {
    background-image: url('../images/pexels-allan-franca-carmo-3655924_1.jpg');
  }

  .slide-image-wrapper.slide-02-image-02 {
    background-image: url('../images/pexels-jonathan-borba-3397027_1.jpg');
  }

  .slide-image-wrapper.slide-02-image-03 {
    background-image: url('../images/pexels-orione-conceiÃ§Ã£o-3014937_1.jpg');
  }

  .slide-image-wrapper.slide-02-image-01 {
    background-image: url('../images/cat-han-gNMuWRsRVEU-unsplash.jpg');
  }

  .slide-image-wrapper.slide-02-image-03 {
    background-image: url('../images/pexels-mathias-pr-reding-6812375-2.jpg');
  }

  .slide-image-wrapper.slide-02-image-02 {
    background-image: url('../images/pexels-tara-winstead-6479581.jpg');
  }

  .slide-image-wrapper.slide-02-image-01 {
    background-image: url('../images/pexels-jonathan-borba-2917382.jpg');
  }

  .slide-image-wrapper.bild-liberate {
    background-image: url('../images/pexels-allan-franca-carmo-3655924.jpg');
  }

  .slide-image-wrapper.slide-02-image-02 {
    background-image: url('../images/pexels-jonathan-borba-3397027.jpg');
  }

  .slide-image-wrapper.slide-02-image-03 {
    background-image: url('../images/pexels-orione-conceiÃ§Ã£o-3014937.jpg');
  }

  .slide-image-wrapper.slide-01-image-01 {
    background-image: url('../images/cat-han-gNMuWRsRVEU-unsplash.jpg');
  }

  .slide-image-wrapper.slide-01-image-02 {
    background-image: url('../images/pexels-tara-winstead-6479581.jpg');
  }

  .head-copy-copy {
    font-size: 48px;
    line-height: 54px;
  }

  .no-margin-3-copy {
    letter-spacing: 0;
    font-size: 40px;
    line-height: 1.3;
  }

  .intro-04-line-01-grid {
    grid-template-columns: 5vw 2fr 15vw 2fr 5vw;
  }

  .intro-04-line-02-grid {
    grid-column-gap: 3vw;
    grid-template-columns: 5vw 1fr 1fr 1fr 1fr 1fr 1fr 5vw;
  }

  .grid-content-wrapper.vert-center {
    padding-right: 5vw;
  }

  .grid-content-wrapper.vert-center.relative-position {
    padding-right: 0;
  }

  .grid-content-wrapper.bg-accent-one.paddings {
    padding-left: 0;
  }

  .grid-content-wrapper.paddings {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .heading-39 {
    width: 140%;
    font-size: 49px;
    line-height: 69px;
  }

  .info-04-grid {
    grid-template-columns: 5vw 1fr 1fr 5vw;
  }

  .info-04-image-01-wrapper {
    width: 60%;
  }

  .info-05-image-01-wrapper {
    left: 0;
  }

  .info-05-grid {
    height: 100%;
    min-height: auto;
    grid-template-columns: 5vw 2fr 3fr 1fr 5vw;
  }

  .show-04-line-03 {
    grid-column-gap: 3vw;
    grid-template-columns: auto 1fr 30vw;
  }

  .container-paddings {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .show-04-line-02 {
    grid-column-gap: 3vw;
    grid-template-rows: auto;
    grid-template-columns: 35vw auto .25fr;
    grid-auto-columns: auto;
    grid-auto-flow: row;
  }

  .button-basic-two-outlined {
    text-align: center;
  }

  .show-04-line-01 {
    grid-column-gap: 3vw;
    grid-template-columns: minmax(auto, .25fr) .5fr 35vw;
    align-content: stretch;
    justify-content: space-between;
  }

  .intro-03-line-02-grid {
    grid-column-gap: 3vw;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .heading-42 {
    text-align: left;
    font-size: 47px;
    line-height: 84px;
  }

  .container-service {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .container-paddings-3 {
    width: 100vw;
    padding: 10vw 5vw;
    display: block;
  }

  .heading-wrapper {
    width: 100%;
  }

  .slide-content-wrapper {
    width: 80%;
  }

  .no-margin-5 {
    letter-spacing: 0;
    font-size: 40px;
    line-height: 1.3;
  }

  .caps-small-4 {
    padding-bottom: 5px;
    font-size: 10px;
  }

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

  .link-footer {
    font-size: 16px;
  }

  .form-block-newsletter {
    width: 100%;
  }

  .div-block-4 {
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
  }

  .footer-wrapper {
    margin-bottom: 40px;
  }

  .form {
    width: 100%;
  }

  .copyright {
    order: 1;
  }

  .copyright.bottom-margin-mobile {
    margin-bottom: 0;
    margin-right: 0;
  }

  .copyright-wrapper.bg-darkest {
    flex-direction: column;
    display: block;
  }

  .footer-title-wrapper {
    margin-bottom: 20px;
  }

  .tes-01-content-wrapper {
    width: 100vw;
  }

  .tes-01-mask, .tes-01-wrapper {
    width: 100%;
  }

  .emma.int-04-image-01, .blacky.int-04-image-01, .katze.int-04-image-01 {
    padding-bottom: 200%;
  }

  .ribbon-01 {
    width: auto;
    display: none;
    overflow: hidden;
  }

  .title-statement-rotation {
    font-size: 2vw;
  }

  .caps-straight {
    font-size: 5vw;
    font-weight: 400;
    line-height: 1.3;
  }

  .drehung {
    font-size: 2vw;
    font-weight: 400;
    line-height: 1;
  }

  .container-paddings-4 {
    padding: 10vw 5vw;
  }

  .hero-01.bg-accent-one {
    min-height: 0;
  }

  .paragraph-3 {
    font-size: 15px;
    line-height: 30px;
  }

  .grid-content-wrapper-4 {
    height: auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    font-size: 10px;
    display: block;
  }

  .grid-content-wrapper-4.mobile-right {
    flex-wrap: nowrap;
    align-content: flex-start;
    display: flex;
  }

  .hero-01-grid {
    grid-column-gap: 0vw;
    grid-template-rows: 100%;
    grid-template-columns: 2fr 25vw 15vw;
    grid-auto-rows: minmax(200px, 1fr);
    grid-auto-columns: minmax(205px, 1.75fr);
    grid-auto-flow: row;
  }

  .grid-content-wrapper-5.paddings {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .grid-content-wrapper-5.vert-center {
    padding-right: 5vw;
  }

  .grid-content-wrapper-5.vert-center.paddings.bg-accent-one {
    padding-left: 5vw;
  }

  .info-6 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .int-04-grid-2 {
    display: block;
  }

  .heading-49 {
    margin-top: 5vw;
  }

  .freebie-sticker-ig-links {
    top: 0;
    right: 0;
  }

  .info-01-line-02-grid {
    grid-template-columns: 5vw 2fr 1fr 100px 5vw;
  }

  .info-01-line-01-grid {
    grid-template-columns: 5vw 100px 18vw 2fr 5vw;
  }

  .info-01.bg-main {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .hero-03-content-wrapper {
    width: 80vw;
  }

  .intro-01-line-02-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .container-paddings-5 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .intro-06-grid.bg-accent-one {
    grid-template-columns: 5vw 4fr 1fr 5vw;
  }

  .about-grid-2 {
    grid-row-gap: 32px;
    grid-template-rows: auto;
    grid-template-columns: .75fr 1fr;
  }

  .grid-3 {
    display: block;
  }

  .paragraph-26 {
    margin-bottom: 0;
  }

  .blog-post-inside-title.bg-colour-linen, .blog-post-inside-info {
    width: 80vw;
  }

  .blog-post-content-wrapper {
    width: 90%;
  }

  .faq-wrapper {
    width: 100%;
    margin-bottom: 60px;
  }

  .faq-info-label {
    width: 90%;
  }

  .faq-rich-text-block {
    width: 100%;
  }

  .bold-text {
    text-align: left;
  }

  .home-image-wrapper {
    width: 70vw;
    height: 40vh;
    margin-top: -5vw;
  }

  .section-11 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

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

  .grid-content-wrapper-copy.vert-center {
    padding-right: 5vw;
  }

  .grid-content-wrapper-copy.vert-center.relative-position {
    padding-right: 0;
  }

  .grid-content-wrapper-copy.bg-accent-one.paddings {
    padding-left: 0;
  }

  .grid-content-wrapper-copy.paddings {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .grid-content-wrapper-copy.vert-center {
    padding-right: 5vw;
  }

  .grid-content-wrapper-copy.vert-center.relative-position {
    padding-right: 0;
  }

  .grid-content-wrapper-copy.bg-accent-one.paddings {
    padding-left: 0;
  }

  .grid-content-wrapper-copy.paddings {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .grid-content-wrapper-copy.vert-center {
    padding-right: 5vw;
  }

  .grid-content-wrapper-copy.vert-center.relative-position {
    padding-right: 0;
  }

  .grid-content-wrapper-copy.bg-accent-one.paddings {
    padding-left: 0;
  }

  .grid-content-wrapper-copy.paddings {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .bold-text-3, .bold-text-4 {
    text-align: left;
  }

  .bold-text-5 {
    width: 90%;
    text-align: left;
  }

  .berschrift.vert-center {
    padding-right: 5vw;
  }

  .berschrift.vert-center.relative-position {
    padding-right: 0;
  }

  .berschrift.bg-accent-one.paddings {
    padding-left: 0;
  }

  .berschrift.paddings {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .mutig-copy {
    padding-top: 104px;
    padding-bottom: 104px;
  }

  .mutig-copy.testimonial {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .mutig-copy.cta {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .mutig-copy.gallery {
    flex-direction: column;
  }

  .mutig-copy {
    padding-top: 104px;
    padding-bottom: 104px;
  }

  .mutig-copy.testimonial {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .mutig-copy.cta {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .mutig-copy.gallery {
    flex-direction: column;
  }

  .nav-link-copy.w--current, .nav-link-copy-2.w--current {
    opacity: 1;
    border-bottom-color: rgba(0, 0, 0, 0);
  }

  .contact-title-copy {
    width: 100%;
    font-size: 40px;
    line-height: 50px;
  }

  .paragraph-26-copy {
    margin-bottom: 5vw;
  }

  .hover-line {
    display: none;
  }

  .accordion-text {
    font-size: 20px;
  }

  .footer-2 {
    padding: 50px;
  }

  .link-decoration-none {
    width: 100%;
    grid-column-gap: 20px;
    grid-row-gap: 10px;
    text-align: left;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    position: relative;
  }

  .text-block-6 {
    font-size: 20px;
  }

  .social-rounded-icon {
    margin-left: 0;
    margin-right: 5px;
  }

  .footer-heading-2 {
    font-size: 30px;
  }

  .column-grid {
    width: 100%;
    grid-row-gap: 10px;
    grid-auto-flow: row;
    justify-content: start;
  }

  .footer-2-2 {
    padding: 50px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 44px;
    line-height: 50px;
  }

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

  h3 {
    font-size: 32px;
    line-height: 38px;
  }

  h4 {
    font-size: 26px;
    line-height: 32px;
  }

  h5 {
    font-size: 20px;
    line-height: 26px;
  }

  h6 {
    font-size: 14px;
    line-height: 22px;
  }

  .nav-bar {
    height: 64px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .logo {
    height: 32px;
  }

  .style-guide-block {
    padding: 48px 72px;
    display: block;
  }

  .button-block-wrapper {
    width: 100%;
    margin-bottom: 32px;
  }

  .colors-wrapper {
    flex-direction: column;
  }

  .style-guide-block-title {
    padding: 16px 72px;
  }

  .style-guide-block-wrapper {
    margin-bottom: 48px;
  }

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

  .section.cta {
    padding-top: 128px;
  }

  .section.gallery {
    padding-top: 40px;
  }

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

  .style-guide-title {
    font-size: 18px;
    line-height: 24px;
  }

  .container {
    padding-left: 32px;
    padding-right: 32px;
  }

  .container.gallery {
    display: block;
  }

  .buttons-wrapper {
    flex-direction: column;
  }

  .color-block-wrapper {
    width: 100%;
    margin: 16px 0;
  }

  .page-header {
    padding-top: 64px;
    padding-bottom: 88px;
  }

  .page-header-title {
    font-size: 36px;
    line-height: 42px;
  }

  .utility-page-content {
    width: 80%;
  }

  .licensing-grid._2-cols {
    grid-template-rows: auto auto auto auto auto auto auto auto;
    display: block;
  }

  .licensing-header {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .licensing-title {
    text-align: center;
  }

  .about-grid {
    grid-column-gap: 0px;
    grid-row-gap: 32px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .about-right {
    margin-bottom: 40px;
  }

  .about-right.about-page {
    margin-bottom: 0;
  }

  .head {
    margin-bottom: 24px;
  }

  .head.center.max-width {
    font-size: 42px;
    line-height: 48px;
  }

  .head.center.max-width.white {
    max-width: 100%;
  }

  .social-links {
    margin-bottom: 16px;
  }

  .about-text {
    margin-bottom: 40px;
  }

  .white-outlined-btn.small.no-margin-top.no-margin-right {
    display: none;
  }

  .white-outlined-btn.mail {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .small-top-title-hero {
    font-size: 10px;
    line-height: 16px;
  }

  .scroll-down-arrow {
    width: 40px;
    height: 40px;
    display: none;
    bottom: 24px;
  }

  .image {
    height: 16px;
  }

  .about-img {
    margin-top: 24px;
  }

  .about-img.about-page {
    margin-top: 0;
  }

  .image-grid {
    max-width: 100vw;
    column-count: 2;
    column-gap: 16px;
    padding-top: 0;
    display: block;
  }

  .testimonial-text {
    margin-top: 24px;
    margin-bottom: 24px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 30px;
    line-height: 36px;
  }

  .arrow-icon {
    height: 10px;
  }

  .contact-title {
    text-align: center;
  }

  .contact-grid {
    flex-direction: column;
    grid-template-rows: auto .25fr auto;
    grid-template-columns: 1fr;
    padding-left: 16px;
    padding-right: 16px;
  }

  .image-grid-columns {
    width: auto;
  }

  .service-img {
    max-width: 480px;
    top: 80px;
  }

  .footer {
    flex-direction: column;
  }

  .copyright-block {
    align-items: center;
    margin-bottom: 16px;
  }

  .copyright-block.right {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
  }

  .copyright-text {
    text-align: center;
    margin-bottom: 8px;
  }

  .copyright-text.white.extra-margin-right.caps {
    margin-bottom: 0;
    margin-right: 0;
  }

  .copyright-text.right {
    margin-bottom: 0;
  }

  .copyright-text.right.last {
    margin-right: 0;
  }

  .right-footer-row.flex {
    flex-direction: column;
  }

  .selected-clients {
    margin-bottom: 16px;
    padding-bottom: 8px;
  }

  .selected-clients-title {
    font-size: 18px;
    line-height: 24px;
  }

  .selected-clients-date {
    font-size: 12px;
    line-height: 18px;
  }

  .preise {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .preise.cta {
    padding-top: 128px;
  }

  .preise.gallery {
    padding-top: 40px;
  }

  .preise.logos {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .section-copy {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .section-copy.cta {
    padding-top: 128px;
  }

  .section-copy.gallery {
    padding-top: 40px;
  }

  .section-copy.logos {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .section-tk {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .section-tk.cta {
    padding-top: 128px;
  }

  .section-tk.gallery {
    padding-top: 40px;
  }

  .section-tk.logos {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .title-tk {
    margin-bottom: 24px;
  }

  .title-tk.center.max-width {
    font-size: 42px;
    line-height: 48px;
  }

  .title-tk.center.max-width.white {
    max-width: 100%;
  }

  .mts {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .mts.cta {
    padding-top: 128px;
  }

  .mts.gallery {
    padding-top: 40px;
  }

  .mts.logos {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .section-2.mg-main.min-100-vh {
    min-height: auto;
  }

  .tabs-menu {
    width: 100%;
  }

  .tabs-content {
    width: 100%;
    margin-top: 40px;
  }

  .tabs {
    flex-direction: column;
  }

  .grid-content-wrapper-3.vert-center {
    padding-bottom: 5vw;
  }

  .two-column-contacts-wrapper.right-border {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .two-column-grid {
    height: auto;
    grid-template-columns: 100%;
    margin-top: 100px;
  }

  .two-column-grid._70vh {
    height: auto;
    margin-top: 100px;
  }

  .contact-us-content {
    width: 100vw;
  }

  .field-2 {
    margin-right: 0;
  }

  .selected-clients-2 {
    margin-bottom: 16px;
    padding-bottom: 8px;
  }

  .selected-clients-date-2 {
    font-size: 12px;
    line-height: 18px;
  }

  .section-title-2 {
    margin-bottom: 24px;
  }

  .section-3 {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .selected-clients-title-2 {
    font-size: 18px;
    line-height: 24px;
  }

  .wie-l-uft-es-ab {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .wie-l-uft-es-ab.cta {
    padding-top: 128px;
  }

  .wie-l-uft-es-ab.gallery {
    padding-top: 40px;
  }

  .wie-l-uft-es-ab.logos {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .tk {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .tk.cta {
    padding-top: 128px;
  }

  .tk.gallery {
    padding-top: 40px;
  }

  .tk.logos {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .mutig {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .mutig.cta {
    padding-top: 128px;
  }

  .mutig.gallery {
    padding-top: 40px;
  }

  .mutig.logos {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .m-u-t-i-g {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .m-u-t-i-g.cta {
    padding-top: 128px;
  }

  .m-u-t-i-g.gallery {
    padding-top: 40px;
  }

  .m-u-t-i-g.logos {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .untere-section {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .untere-section.cta {
    padding-top: 128px;
  }

  .untere-section.gallery {
    padding-top: 40px;
  }

  .untere-section.logos {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .hellblau {
    margin-bottom: 24px;
  }

  .hellblau.center.max-width {
    font-size: 42px;
    line-height: 48px;
  }

  .hellblau.center.max-width.white {
    max-width: 100%;
  }

  .ablauf {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .ablauf.cta {
    padding-top: 128px;
  }

  .ablauf.gallery {
    padding-top: 40px;
  }

  .ablauf.logos {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .contact-us-content-copy {
    width: 100vw;
  }

  .sch-n {
    margin-bottom: 24px;
  }

  .sch-n.center.max-width {
    font-size: 42px;
    line-height: 48px;
  }

  .sch-n.center.max-width.white {
    max-width: 100%;
  }

  .head-copy {
    margin-bottom: 24px;
  }

  .head-copy.center.max-width {
    font-size: 42px;
    line-height: 48px;
  }

  .head-copy.center.max-width.white {
    max-width: 100%;
  }

  .head-copy {
    margin-bottom: 24px;
  }

  .head-copy.center.max-width {
    font-size: 42px;
    line-height: 48px;
  }

  .head-copy.center.max-width.white {
    max-width: 100%;
  }

  .schreibschrift {
    margin-bottom: 24px;
  }

  .schreibschrift.center.max-width {
    font-size: 42px;
    line-height: 48px;
  }

  .schreibschrift.center.max-width.white {
    max-width: 100%;
  }

  .slide-02-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .head-copy-copy {
    margin-bottom: 24px;
  }

  .head-copy-copy.center.max-width {
    font-size: 42px;
    line-height: 48px;
  }

  .head-copy-copy.center.max-width.white {
    max-width: 100%;
  }

  .intro-04-line-01-grid {
    height: auto;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .intro-04 {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .intro-04-image-01-container {
    position: static;
  }

  .container-max {
    padding-bottom: 0;
  }

  .intro-04-image-01-wrapper {
    top: 0;
    left: 0;
  }

  .intro-04-line-02-grid {
    width: 90vw;
    grid-template-columns: 1fr;
    margin-top: 60px;
  }

  .grid-content-wrapper.vert-center {
    padding-bottom: 5vw;
  }

  .grid-content-wrapper.vert-center.relative-position {
    padding-left: 5vw;
    padding-right: 5vw;
    bottom: -121px;
    right: 0;
  }

  .grid-content-wrapper.bg-accent-one.paddings {
    padding-top: 10vw;
    padding-bottom: 10vw;
    padding-left: 5vw;
  }

  .grid-content-wrapper.show-04-layout {
    display: block;
  }

  .heading-39 {
    font-size: 42px;
  }

  .info-04-grid {
    grid-template-columns: 1fr;
  }

  .info-05 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .info-05-grid {
    grid-template-columns: 1fr;
  }

  .number-bullet {
    margin-bottom: 5vw;
  }

  .show-04-line-02 {
    display: inline-block;
  }

  .show-04-line-01 {
    display: block;
  }

  .intro-03-line-02-grid {
    grid-template-columns: 1fr;
  }

  .intro-03 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container-service {
    display: block;
  }

  .default-btn-copy {
    margin-bottom: 10vw;
  }

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

  .newsletter-email {
    margin-right: 0;
  }

  .form {
    flex-direction: column;
  }

  .copyright {
    text-align: center;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .tes-01-mask {
    width: 100%;
  }

  .ribbon-01 {
    display: none;
  }

  .rotation-content {
    height: 5vh;
  }

  .title-statement-rotation {
    letter-spacing: -2px;
  }

  .container-paddings-4, .hero-01-grid {
    display: block;
  }

  .section-9._100-vh {
    height: auto;
  }

  .intro-05 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .grid-content-wrapper-5.vert-horiz-center.info-01-layout {
    align-items: flex-start;
    padding: 5vw;
  }

  .grid-content-wrapper-5.vert-center {
    padding-bottom: 5vw;
  }

  .grid-content-wrapper-5.vert-center.paddings.bg-accent-one {
    padding-left: 5vw;
  }

  .info-6 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .tabs-menu-2 {
    width: 100%;
  }

  .tabs-content-2 {
    width: 100%;
    margin-top: 40px;
  }

  .tabs-2 {
    flex-direction: column;
  }

  .freebie-sticker-ig-links {
    width: 90px;
  }

  .info-01-line-02-grid {
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .info-01-line-01-grid {
    grid-template-columns: 1fr;
  }

  .info-01 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .intro-01-line-01-grid {
    grid-row-gap: 0px;
    grid-template-columns: 1.5fr;
  }

  .line-01-image-01-wrapper {
    left: 0;
  }

  .intro-01 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .intro-01-line-02-grid {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .intro-06 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-4 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .about-grid-2 {
    grid-column-gap: 0px;
    grid-row-gap: 32px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .about-text-2 {
    margin-bottom: 40px;
  }

  .featured-blog-posts-grid {
    grid-template-columns: 100%;
  }

  .line-vertical-2.line-horizontal {
    width: 100%;
    height: 1px;
  }

  .blog-post-inside-title.bg-colour-linen {
    width: 90vw;
  }

  .blog-post-inside-info-wrapper.padding-right {
    padding-right: 0;
  }

  .paragraph-margin-top.paragragraph-lighter {
    margin-top: 20px;
  }

  .blog-post-inside-info {
    text-align: center;
    grid-template-columns: 100%;
  }

  .scroll-container {
    top: 40%;
  }

  .home-image-wrapper {
    width: 80vw;
    height: 30vh;
    margin-top: -5vw;
  }

  .scroll-down-arrow-copy {
    width: 40px;
    height: 40px;
    display: none;
    bottom: 24px;
  }

  .grid-content-wrapper-copy.vert-center {
    padding-bottom: 5vw;
  }

  .grid-content-wrapper-copy.vert-center.relative-position {
    padding-left: 5vw;
    padding-right: 5vw;
    right: 0;
  }

  .grid-content-wrapper-copy.bg-accent-one.paddings {
    padding-left: 5vw;
  }

  .grid-content-wrapper-copy.vert-center {
    padding-bottom: 5vw;
  }

  .grid-content-wrapper-copy.vert-center.relative-position {
    padding-left: 5vw;
    padding-right: 5vw;
    right: 0;
  }

  .grid-content-wrapper-copy.bg-accent-one.paddings {
    padding-left: 5vw;
  }

  .grid-content-wrapper-copy.vert-center {
    padding-bottom: 5vw;
  }

  .grid-content-wrapper-copy.vert-center.relative-position {
    padding-left: 5vw;
    padding-right: 5vw;
    right: 0;
  }

  .grid-content-wrapper-copy.bg-accent-one.paddings {
    padding-left: 5vw;
  }

  .berschrift.vert-center {
    padding-bottom: 5vw;
  }

  .berschrift.vert-center.relative-position {
    padding-left: 5vw;
    padding-right: 5vw;
    right: 0;
  }

  .berschrift.bg-accent-one.paddings {
    padding-left: 5vw;
  }

  .text-block-15 {
    width: 100%;
    align-self: center;
    display: block;
  }

  .mutig-copy {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .mutig-copy.cta {
    padding-top: 128px;
  }

  .mutig-copy.gallery {
    padding-top: 40px;
  }

  .mutig-copy.logos {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .mutig-copy {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .mutig-copy.cta {
    padding-top: 128px;
  }

  .mutig-copy.gallery {
    padding-top: 40px;
  }

  .mutig-copy.logos {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .contact-title-copy {
    text-align: center;
  }

  .footer-2 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .link-decoration-none {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .half-padding-grid {
    grid-row-gap: 25px;
  }

  .footer-heading-2 {
    letter-spacing: 0;
    font-size: 20px;
  }

  .footer-2-2 {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 42px;
    line-height: 48px;
  }

  h2 {
    font-size: 36px;
    line-height: 42px;
  }

  h3 {
    font-size: 30px;
    line-height: 36px;
  }

  h4 {
    font-size: 24px;
    line-height: 30px;
  }

  h5 {
    font-size: 18px;
    line-height: 24px;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-bar {
    height: 56px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav-menu {
    width: 100vw;
  }

  .logo {
    height: 24px;
  }

  .nav-link.w--current {
    opacity: 1;
  }

  .hero-section {
    width: 100vw;
    height: 100vh;
    background-image: url('../images/für-handy.jpg');
    background-position: 0 0;
    background-size: auto;
  }

  .style-guide-block {
    padding: 32px 24px;
  }

  .button-block-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .style-guide-block-title {
    text-align: left;
    display: block;
  }

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

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

  .section.contact {
    width: 100vw;
    padding: 10vw 5vw;
  }

  .section.facts {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .section.cta {
    padding-top: 112px;
    padding-bottom: 64px;
  }

  .section.logos {
    padding-top: 24px;
    padding-bottom: 40px;
  }

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

  .container.gallery {
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .feature-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .page-header {
    padding-top: 56px;
    padding-bottom: 72px;
  }

  .page-header-title {
    font-size: 40px;
    line-height: 50px;
  }

  .utility-page-content {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .text-field {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  }

  .licensing-grid {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .licensing-grid._2-cols {
    margin-bottom: 0;
  }

  .licensing-title {
    text-align: left;
  }

  .licensing-content-block {
    justify-content: flex-start;
  }

  .licensing-link {
    align-self: auto;
  }

  .hero-slider {
    width: 100vw;
    height: 100vh;
  }

  .slide-tab {
    padding: 10px;
  }

  .hero-title {
    font-size: 32px;
    line-height: 38px;
  }

  .about-right {
    margin-bottom: 24px;
  }

  .head {
    font-size: 45px;
    line-height: 55px;
  }

  .head.center.max-width {
    font-size: 32px;
    line-height: 38px;
  }

  .head.center.max-width.white {
    font-size: 25px;
    line-height: 35px;
  }

  .head.white.mobile-center {
    text-align: center;
  }

  .default-btn {
    text-align: center;
    margin-bottom: 0;
  }

  .instagram-image-wrapper {
    width: 50%;
  }

  .copyright-link {
    font-weight: 400;
  }

  .page-content-wrapper {
    width: 100vw;
    height: 100vh;
  }

  .white-outlined-btn.mail {
    border-width: 0;
  }

  .hero-title-wrap {
    z-index: auto;
    height: 100%;
    flex: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 30vh;
    display: block;
    bottom: 0;
  }

  .small-top-title-hero {
    font-size: 8px;
    line-height: 14px;
  }

  .scroll-down-arrow {
    display: flex;
    bottom: 24px;
  }

  .hero-slide {
    width: 100vw;
    height: 100vh;
    position: static;
  }

  .hero-img {
    width: auto;
    height: 67vh;
    max-width: none;
    object-fit: cover;
    background-image: url('../images/für-handy.jpg');
    background-position: 100%;
    background-size: auto;
    margin-top: auto;
    margin-bottom: auto;
    display: inline-block;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
    overflow: visible;
  }

  .about-img {
    width: 100%;
    max-height: none;
    max-width: 100%;
  }

  .image-grid {
    column-gap: 10px;
  }

  .gallery-img-wrap {
    margin-bottom: 10px;
  }

  .gallery-img-overlay-text {
    font-size: 12px;
    line-height: 18px;
  }

  .testimonial-text {
    padding-left: 0;
    padding-right: 0;
    font-size: 25px;
    line-height: 40px;
  }

  .testimonial-author {
    font-size: 8px;
    line-height: 14px;
  }

  .testimonial-slider {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .logo-grid {
    grid-column-gap: 0px;
    grid-row-gap: 64px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .company-logo {
    max-height: 32px;
  }

  .contact-title {
    text-align: left;
    margin-bottom: 32px;
    font-family: Bodoni Moda, sans-serif;
    font-size: 25px;
    line-height: 35px;
  }

  .text-field-spacer {
    display: none;
  }

  .text-field-wrapper {
    flex-direction: column;
  }

  .contact-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 0;
  }

  .service-grid {
    grid-column-gap: 0px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto auto;
  }

  .service-title {
    font-size: 25px;
  }

  .service-img {
    width: 100%;
    padding-top: 24px;
  }

  .copyright-block {
    align-items: flex-start;
  }

  .copyright-text.white {
    justify-content: center;
    align-self: center;
    display: block;
  }

  .field-label {
    font-family: Bodoni Moda, sans-serif;
  }

  .selected-clients {
    flex-direction: column;
  }

  .selected-clients-title {
    text-align: center;
  }

  .selected-clients-date {
    text-align: center;
    margin-bottom: 0;
  }

  .image-2 {
    width: 80vw;
    height: 20vh;
    max-width: none;
    margin-bottom: 0;
    margin-right: 0;
    padding-bottom: 0;
    display: block;
    position: static;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: visible;
  }

  .div-block {
    width: auto;
    height: 15vh;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    margin-left: 10vw;
    margin-right: 10vw;
    display: block;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
    overflow: visible;
  }

  .preise {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .preise.testimonial {
    padding-top: 0;
    padding-bottom: 0;
  }

  .preise.facts {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .preise.cta {
    padding-top: 112px;
    padding-bottom: 64px;
  }

  .preise.logos {
    padding-top: 24px;
    padding-bottom: 40px;
  }

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

  .section-copy.testimonial {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-copy.facts {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .section-copy.cta {
    padding-top: 112px;
    padding-bottom: 64px;
  }

  .section-copy.logos {
    padding-top: 24px;
    padding-bottom: 40px;
  }

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

  .section-tk.testimonial {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-tk.facts {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .section-tk.cta {
    padding-top: 112px;
    padding-bottom: 64px;
  }

  .section-tk.logos {
    padding-top: 24px;
    padding-bottom: 40px;
  }

  .title-tk, .title-tk.center.max-width {
    font-size: 32px;
    line-height: 38px;
  }

  .title-tk.white.mobile-center {
    text-align: center;
  }

  .unsichtbar {
    font-size: 35px;
    line-height: 14px;
  }

  .mts {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .mts.testimonial {
    padding-top: 0;
    padding-bottom: 0;
  }

  .mts.facts {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .mts.cta {
    padding-top: 112px;
    padding-bottom: 64px;
  }

  .mts.logos {
    padding-top: 24px;
    padding-bottom: 40px;
  }

  .image-3 {
    width: 52%;
  }

  .image-vertical.contacts-image-01 {
    width: 90vw;
  }

  .image-vertical.image-introduction-04-image-01 {
    width: 100vw;
  }

  .image-vertical.int-04-image-01 {
    display: none;
  }

  .image-vertical.info-01-image-01 {
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    display: flex;
    position: relative;
  }

  .image-vertical.info-01-image-02 {
    padding-bottom: 140%;
    display: block;
  }

  .hero-02-details-wrapper {
    margin-bottom: 0;
  }

  .hero-02-grid {
    width: 100vw;
    min-height: 0;
    grid-template-columns: 1fr;
    align-content: start;
    align-items: start;
    justify-items: start;
  }

  .grid-content-wrapper-2 {
    width: 90vw;
  }

  .grid-content-wrapper-2.bg-accent-two {
    width: 100vw;
  }

  .grid-content-wrapper-2.bg-accent-two.layout {
    width: 100vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .grid-content-wrapper-2.bg-accent-two.layout-center {
    width: 100vw;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-end;
    padding-left: 5vw;
    padding-right: 5vw;
    display: flex;
  }

  .grid-content-wrapper-2.bg-main-mobile {
    width: 0;
    height: 0;
    background-color: rgba(0, 0, 0, 0);
  }

  .heading-lena {
    margin-top: 15vw;
    margin-bottom: 5vw;
    font-size: 40px;
    line-height: 1.3;
  }

  .empty {
    width: 0;
  }

  .hero-02-image-01-wrapper {
    width: 50%;
    left: 0;
  }

  .section-2.mg-main.min-100-vh {
    width: 100vw;
    min-height: auto;
  }

  .hero-02 {
    min-height: auto;
    padding-top: 10vw;
  }

  .anfang-about {
    width: auto;
    background-color: rgba(0, 0, 0, 0);
    justify-content: flex-start;
    align-items: flex-start;
  }

  .hero-02-content {
    order: -1;
    align-self: flex-start;
    margin-top: 0;
    display: block;
  }

  .paragraph-2 {
    margin-top: 0;
    margin-bottom: 10vw;
    font-size: 15px;
    line-height: 30px;
  }

  .hero-02-paragraph-wrapper {
    margin-left: 0;
  }

  .heading-21 {
    margin-bottom: 0;
    padding-top: 0;
    font-size: 35px;
  }

  .tabs-menu {
    width: 100%;
  }

  .lena-cont {
    margin-bottom: 0;
    padding-top: 10vw;
    padding-bottom: 0;
  }

  .tabs-content {
    width: 100%;
    margin-top: 20vw;
  }

  .lena-ber.bg-main {
    margin-top: 0;
  }

  .int-04-grid {
    grid-template-columns: 1fr;
  }

  .heading-32 {
    margin-bottom: 0;
  }

  .tabs {
    flex-direction: column;
    margin-top: 5vw;
  }

  .top-margin-20-px-3 {
    margin-top: 5vw;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 30px;
  }

  .grid-content-wrapper-3 {
    width: 90vw;
  }

  .grid-content-wrapper-3.vert-center {
    margin-bottom: 10vw;
    padding-bottom: 0;
  }

  .two-column-contacts-wrapper {
    min-height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .two-column-contacts-wrapper.right-border {
    align-items: flex-end;
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-36 {
    margin-top: 40px;
    font-size: 31px;
  }

  .two-column-grid {
    height: auto;
    min-height: 100vh;
    grid-template-rows: auto auto;
    grid-template-columns: 100%;
  }

  .two-column-grid._70vh {
    min-height: auto;
    grid-template-rows: 406px;
    grid-template-columns: 50% 50%;
    grid-auto-columns: 1fr;
    margin-top: 10vh;
    display: block;
  }

  .paragraph-4 {
    font-size: 30px;
  }

  .contact-us-content {
    justify-content: flex-start;
    align-self: flex-start;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 5vw;
  }

  .email-link {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 30px;
  }

  .paragraph-17 {
    margin-bottom: 0;
    font-size: 11px;
    line-height: 30px;
  }

  .contacts-image-wrapper {
    width: 90vw;
  }

  .paragraph-kontakt {
    font-size: 15px;
    line-height: 30px;
  }

  .opt-in-form-04.form-top-margin {
    margin-top: 0;
    margin-bottom: 0;
  }

  .text-block-7 {
    color: #000;
    font-size: 15px;
  }

  .field-name-2 {
    height: auto;
    min-width: 100px;
    border-bottom-width: 0;
    padding-right: 0;
  }

  .field-name-2.no-line {
    border-bottom-style: none;
  }

  .field-name-2.text-area.no-line {
    height: auto;
    padding-bottom: 0;
  }

  .heading-37 {
    font-size: 40px;
  }

  .field-2.no-margin {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .field-2.no-margin.bg-main-colour {
    color: #000;
    font-size: 18px;
  }

  .field-wrapper {
    flex-direction: column;
    margin-bottom: 20px;
  }

  .container-2 {
    padding: 10vw 5vw;
  }

  .button-basic-one {
    width: 100%;
  }

  .selected-clients-2 {
    flex-direction: column;
    align-items: flex-start;
  }

  .selected-clients-date-2 {
    text-align: left;
    margin-bottom: 0;
    padding-bottom: 20px;
    font-size: 12px;
  }

  .section-title-2 {
    font-size: 32px;
    line-height: 38px;
  }

  .section-title-2.white.mobile-center {
    text-align: left;
    font-size: 25px;
    line-height: 35px;
  }

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

  .section-3.facts {
    width: 100vw;
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .selected-clients-title-2 {
    text-align: left;
    padding-bottom: 0;
    font-size: 16px;
    line-height: 30px;
  }

  .wie-l-uft-es-ab {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .wie-l-uft-es-ab.testimonial {
    padding-top: 0;
    padding-bottom: 0;
  }

  .wie-l-uft-es-ab.facts {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .wie-l-uft-es-ab.cta {
    padding-top: 112px;
    padding-bottom: 64px;
  }

  .wie-l-uft-es-ab.logos {
    padding-top: 24px;
    padding-bottom: 40px;
  }

  .tk {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .tk.testimonial {
    padding-top: 0;
    padding-bottom: 0;
  }

  .tk.facts {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .tk.cta {
    padding-top: 112px;
    padding-bottom: 64px;
  }

  .tk.logos {
    padding-top: 24px;
    padding-bottom: 40px;
  }

  .mutig {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .mutig.testimonial {
    padding-top: 0;
    padding-bottom: 0;
  }

  .mutig.facts {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .mutig.cta {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .mutig.logos {
    padding-top: 24px;
    padding-bottom: 40px;
  }

  .m-u-t-i-g {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .m-u-t-i-g.testimonial {
    padding-top: 0;
    padding-bottom: 0;
  }

  .m-u-t-i-g.facts {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .m-u-t-i-g.cta {
    padding-top: 112px;
    padding-bottom: 64px;
  }

  .m-u-t-i-g.logos {
    padding-top: 24px;
    padding-bottom: 40px;
  }

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

  .untere-section.testimonial {
    padding-top: 0;
    padding-bottom: 0;
  }

  .untere-section.facts {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .untere-section.cta {
    width: 100vw;
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .untere-section.logos {
    padding-top: 24px;
    padding-bottom: 40px;
  }

  .hellblau, .hellblau.center.max-width {
    font-size: 32px;
    line-height: 38px;
  }

  .hellblau.center.max-width.white {
    padding-left: 0;
    padding-right: 0;
    font-size: 25px;
    line-height: 35px;
  }

  .hellblau.white.mobile-center {
    text-align: center;
  }

  .ablauf {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .ablauf.testimonial {
    padding-top: 0;
    padding-bottom: 0;
  }

  .ablauf.facts {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .ablauf.cta {
    padding-top: 112px;
    padding-bottom: 64px;
  }

  .ablauf.logos {
    padding-top: 24px;
    padding-bottom: 40px;
  }

  .div-block-3 {
    padding-top: 20vw;
  }

  .contact-us-content-copy {
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-self: flex-start;
    margin-bottom: 10vw;
    padding-top: 10vw;
    padding-bottom: 10vw;
    padding-left: 5vw;
    display: block;
  }

  .sch-n, .sch-n.center.max-width {
    font-size: 32px;
    line-height: 38px;
  }

  .sch-n.white.mobile-center {
    text-align: center;
  }

  .head-copy, .head-copy.center.max-width {
    font-size: 32px;
    line-height: 38px;
  }

  .head-copy.white.mobile-center {
    text-align: center;
  }

  .head-copy, .head-copy.center.max-width {
    font-size: 32px;
    line-height: 38px;
  }

  .head-copy.white.mobile-center {
    text-align: center;
  }

  .schreibschrift, .schreibschrift.center.max-width {
    font-size: 32px;
    line-height: 38px;
  }

  .schreibschrift.white.mobile-center {
    text-align: center;
  }

  .slide-02-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .no-margin-3 {
    letter-spacing: 0;
    font-size: 45px;
  }

  .container-paddings-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .slide-nav-2.slide-nav-03 {
    margin-bottom: 10vw;
    display: none;
  }

  .slider-02-arrow-left {
    width: 50%;
    right: 50%;
  }

  .slider-02-arrow-right {
    width: 50%;
  }

  .caps-small-3 {
    padding-bottom: 5px;
    font-size: 13px;
  }

  .slide-content-wrapper-2 {
    width: 100%;
  }

  .head-copy-copy, .head-copy-copy.center.max-width {
    font-size: 32px;
    line-height: 38px;
  }

  .head-copy-copy.white.mobile-center {
    text-align: center;
  }

  .no-margin-3-copy {
    letter-spacing: 0;
    font-size: 45px;
  }

  .intro-04 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .top-margin-20-px {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 30px;
  }

  .container-max {
    justify-content: space-between;
    padding-top: 0;
    padding-bottom: 0;
  }

  .caps-small {
    letter-spacing: 8px;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  }

  .caps-small.no-margin {
    margin-bottom: 5vw;
    font-size: 12px;
    line-height: 12px;
  }

  .grid-content-wrapper {
    width: auto;
    height: auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 0;
    padding-top: 10vw;
    display: block;
  }

  .grid-content-wrapper.vert-center.relative-position {
    width: 100vw;
    padding-left: 0;
    padding-right: 0;
    top: 430px;
  }

  .grid-content-wrapper.bg-accent-one {
    padding-top: 0;
  }

  .grid-content-wrapper.bg-accent-one.paddings {
    width: 100vw;
    padding: 10vw 5vw;
  }

  .grid-content-wrapper.show-04-layout {
    text-align: left;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .heading-39 {
    width: 90%;
    color: #fff;
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 11vw;
    line-height: 68px;
    display: block;
    position: relative;
    top: 0;
    left: 0;
  }

  .heading-40 {
    margin-top: 0;
    font-size: 40px;
    line-height: 50px;
  }

  .heading-41 {
    margin-top: 30px;
    font-size: 25px;
    line-height: 35px;
  }

  .top-margin, .top-margin-2 {
    margin-top: 20px;
  }

  .info-05-grid {
    width: 100vw;
  }

  .top-margin-3 {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 25px;
  }

  .show-04-line-03 {
    grid-template-columns: 1fr;
  }

  .number-bullet {
    margin-bottom: 0;
  }

  .container-paddings {
    padding-top: 0;
  }

  .show-04-line-02 {
    grid-column-gap: 3vw;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: auto;
    display: grid;
  }

  .right {
    text-align: left;
    padding-top: 5vw;
  }

  .show-04-line-01 {
    grid-template-columns: 1fr;
  }

  .paragraph-22 {
    margin-bottom: 5vw;
    line-height: 26px;
  }

  .intro-03-line-01 {
    grid-template-columns: 1fr;
  }

  .top-margin-20-px-4 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 5vw;
  }

  .intro-03-line-02-grid {
    margin-top: 10vw;
  }

  .intro-03.bg-main {
    padding-top: 0;
    padding-bottom: 0;
  }

  .about {
    padding-bottom: 10vw;
  }

  .heading-42 {
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 8vw;
    line-height: 50px;
  }

  .heading-43 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 25px;
    line-height: 35px;
  }

  .heading-44 {
    margin-bottom: 0;
    font-size: 25px;
    line-height: 35px;
  }

  .service {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .landingpage {
    width: 100vw;
  }

  .container-paddings-3 {
    width: 100vw;
    height: auto;
    padding: 0 0;
  }

  .no-margin-4 {
    padding-top: 15vw;
    font-size: 40px;
    line-height: 50px;
  }

  .top-margin-4 {
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
  }

  .section-7 {
    width: 100vw;
  }

  .slider-02-arrow-left-2 {
    width: 50%;
    right: 50%;
  }

  .slider-02-arrow-right-2 {
    width: 50%;
  }

  .no-margin-5 {
    letter-spacing: 0;
    font-size: 45px;
  }

  .caps-small-4 {
    padding-bottom: 5px;
    font-size: 13px;
  }

  .section-8 {
    width: 100vw;
    height: 100%;
    align-self: center;
    margin-bottom: -15vw;
    padding-top: 0;
  }

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

  .heading-14 {
    font-size: 25px;
    line-height: 1.3;
  }

  .div-block-4 {
    flex-direction: column;
    align-items: center;
  }

  .newsletter-email.no-margin {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .newsletter-wrapper {
    flex-direction: column;
  }

  .footer-wrapper {
    text-align: center;
    border-bottom: 1px solid rgba(144, 112, 112, .2);
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 0;
    padding-bottom: 20px;
    display: flex;
  }

  .heading-15 {
    font-size: 25px;
  }

  .paragraph-smallest {
    font-size: 13px;
  }

  .container-3 {
    padding: 10vw 5vw;
  }

  .footer-links-wrapper {
    align-items: flex-start;
    font-size: 15px;
    line-height: 30px;
  }

  .form {
    flex-direction: column;
  }

  .button-basic-one-2 {
    width: 100%;
  }

  .tes-01-image-01-wrapper {
    width: auto;
  }

  .tes-01-content-wrapper {
    width: 90vw;
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    display: block;
  }

  .tes-01-slider-wrapper {
    height: auto;
    padding: 0 5vw 10vw;
  }

  .tes-01-mask {
    width: 100vw;
    height: 100vh;
    margin-top: 10vw;
    margin-bottom: 10vw;
  }

  .slider-03-arrow-right {
    display: block;
    position: relative;
  }

  .tes-01-wrapper {
    width: 100vw;
    display: flex;
  }

  .slider-03-arrow-left {
    margin-left: auto;
    display: block;
    position: relative;
  }

  .tes-01 {
    width: 100vw;
  }

  .emma.contacts-image-01 {
    width: 90vw;
  }

  .emma.tes-01-image-01 {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 140%;
    display: block;
    position: relative;
  }

  .heading-45 {
    font-size: 25px;
  }

  .blacky.contacts-image-01, .katze.contacts-image-01 {
    width: 90vw;
  }

  .ribbon-01, .statement.mobile-invisible {
    display: none;
  }

  .title-statement-rotation {
    font-size: 6vw;
  }

  .caps-straight {
    font-size: 40px;
  }

  .drehung {
    font-size: 45px;
  }

  .bild-katrin-berger.logo-achtwerk {
    display: none;
  }

  .bild-katrin-berger.bild-achtwerk {
    z-index: 0;
    width: auto;
    height: auto;
    background-image: url('../images/dagi-klein.jpg');
    background-position: 50% 100%;
    background-size: 140vw;
    padding-bottom: 100%;
  }

  .container-paddings-4 {
    margin-bottom: 0;
    padding-top: 15vw;
    padding-bottom: 15vw;
    display: block;
  }

  .hero-01.bg-accent-one {
    margin-bottom: 20vw;
    padding-top: 10vw;
  }

  .paragraph-3 {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 10vw;
    font-size: 16px;
    line-height: 30px;
  }

  .grid-content-wrapper-4 {
    z-index: 99;
    width: 90vw;
    margin-bottom: 10vw;
    padding-bottom: 0;
    overflow: visible;
  }

  .grid-content-wrapper-4.mobile-right {
    z-index: 0;
    width: auto;
    height: auto;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: space-around;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: -133px;
    margin-bottom: auto;
    padding-top: 0;
    padding-bottom: 69px;
    display: block;
    bottom: auto;
  }

  .hero-01-image-01-wrapper {
    width: 30%;
    top: 50px;
    right: 0;
  }

  .hero-01-image-01-wrapper.z {
    z-index: 0;
    width: 100%;
    align-self: auto;
    margin-bottom: 0;
  }

  .hero-01-grid {
    width: 100%;
    height: auto;
    grid-template-rows: 55%;
    grid-template-columns: 1fr;
    grid-auto-rows: minmax(90px, .25fr);
    align-content: start;
    align-items: start;
    justify-items: start;
    display: block;
  }

  .heading-48 {
    margin-top: 0;
    margin-bottom: 5vw;
    font-size: 45px;
    line-height: 55px;
  }

  .hero-01-image-02-wrapper {
    width: 100%;
    top: 0;
    left: 0;
  }

  .section-9 {
    width: 100vw;
  }

  .intro-05-grid {
    grid-template-columns: 1fr;
  }

  .intro-05-image-02-wrapper {
    width: 100%;
  }

  .grid-content-wrapper-5 {
    width: 100vw;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-content-wrapper-5.vert-horiz-center.info-01-layout {
    padding-top: 0;
    padding-bottom: 0;
  }

  .grid-content-wrapper-5.vert-center {
    padding-bottom: 10vw;
    padding-left: 5vw;
    padding-right: 5vw;
    display: block;
  }

  .grid-content-wrapper-5.padding-right {
    padding-left: 5vw;
  }

  .intro-05-image-01-wrapper {
    width: 100%;
  }

  .top-margin-5 {
    margin-top: 20px;
    font-size: 16px;
    line-height: 26px;
  }

  .container-max-3 {
    width: 100vw;
    display: flex;
  }

  .tabs-menu-2 {
    width: 100%;
    padding-right: 0;
  }

  .top-margin-20-px-5 {
    margin-bottom: 0;
  }

  .int-04-grid-2 {
    width: 100vw;
    grid-template-columns: 1fr;
    padding-top: 10vw;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .tabs-content-2, .int-04-image-01-wrapper-2 {
    width: 100vw;
  }

  .tabs-2 {
    width: 100vw;
    flex-direction: column;
    margin-top: 0;
  }

  .heading-49, .heading-50, .heading-51 {
    font-size: 25px;
    line-height: 35px;
  }

  .freebie-sticker-ig-links {
    width: 200px;
  }

  .image-8 {
    z-index: 99;
    max-width: none;
    position: relative;
  }

  .info-01-line-02-grid {
    grid-template-rows: minmax(auto, .5fr) auto;
    align-content: stretch;
    justify-content: space-around;
    margin-bottom: 10vw;
    display: block;
  }

  .info-01-line-01-grid {
    width: 100vw;
    align-content: start;
    padding-bottom: 0;
    display: block;
  }

  .info-01.bg-main {
    width: 100vw;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .text-span {
    font-size: 40px;
    line-height: 50px;
  }

  .top-margin-6 {
    margin-top: 20px;
  }

  .slider-01-arrow-right {
    width: 50%;
    left: 50%;
  }

  .slider-01-arrow-left {
    width: 50%;
  }

  .hero-03-image-2 {
    width: 100vw;
    height: 100vh;
  }

  .hero-03-content-wrapper {
    width: 90vw;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-54 {
    font-size: 40px;
    line-height: 50px;
  }

  .intro-06-grid.bg-accent-one, .grid-two-column {
    grid-template-columns: 1fr;
  }

  .paragraph-24 {
    text-align: left;
    line-height: 30px;
  }

  .intro-03-line-01-copy {
    grid-template-columns: 1fr;
    display: block;
  }

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

  .grid-3 {
    margin-left: 5vw;
    margin-right: 5vw;
    display: block;
  }

  .heading-56 {
    margin-top: 0;
    margin-bottom: 5vw;
    font-size: 40px;
    line-height: 50px;
  }

  .div-block-5 {
    width: 100vw;
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .paragraph-26 {
    margin-bottom: 0;
    padding-bottom: 0;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    line-height: 30px;
  }

  .blog-post-inside-title.bg-colour-linen {
    width: 100vw;
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-post-inside-info {
    width: 90vw;
  }

  .link {
    text-align: left;
  }

  .faq-icon-wrapper {
    height: 20px;
    flex: 0 auto;
  }

  .faq-expanded._01 {
    padding-right: 0;
  }

  .faq-wrapper {
    margin-bottom: 40px;
  }

  .faq-info-label {
    width: 85%;
  }

  .faq-rich-text-block {
    font-size: 16px;
    line-height: 30px;
  }

  .heading-57 {
    margin-top: 15vw;
    font-size: 40px;
    line-height: 50px;
  }

  .bold-text {
    width: auto;
    text-align: left;
    font-size: 20px;
    line-height: 30px;
  }

  .home-image-wrapper {
    margin-top: -8vw;
  }

  .scroll-down-arrow-copy {
    display: none;
    bottom: 24px;
  }

  .section-11 {
    width: 100vw;
    padding: 10vw 5vw;
  }

  .heading-58 {
    margin-top: 0;
    margin-bottom: 21px;
    font-size: 25px;
    line-height: 35px;
  }

  .text-block-13 {
    font-size: 31px;
  }

  .text-block-14 {
    font-size: 12px;
  }

  .container-6 {
    text-align: left;
    font-size: 0;
  }

  .image-10 {
    width: 100%;
    margin-bottom: 10vw;
    display: block;
  }

  .div-block-7 {
    display: block;
  }

  .bold-text-2 {
    line-height: 30px;
  }

  .image-11 {
    display: block;
  }

  .grid-content-wrapper-copy {
    width: auto;
    height: auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 0;
    padding-top: 10vw;
    display: block;
  }

  .grid-content-wrapper-copy.vert-center.relative-position {
    width: 100vw;
    padding-left: 0;
    padding-right: 0;
    top: 430px;
  }

  .grid-content-wrapper-copy.bg-accent-one {
    padding-top: 0;
  }

  .grid-content-wrapper-copy.bg-accent-one.paddings {
    width: 100vw;
    padding: 0 5vw 50px;
  }

  .grid-content-wrapper-copy.show-04-layout {
    text-align: left;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .grid-content-wrapper-copy {
    width: auto;
    height: auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 0;
    padding-top: 5vw;
    display: block;
  }

  .grid-content-wrapper-copy.vert-center.relative-position {
    width: 100vw;
    padding-left: 0;
    padding-right: 0;
    top: 430px;
  }

  .grid-content-wrapper-copy.bg-accent-one {
    padding-top: 0;
  }

  .grid-content-wrapper-copy.bg-accent-one.paddings {
    width: 100vw;
    padding: 0 5vw 50px;
  }

  .grid-content-wrapper-copy.show-04-layout {
    text-align: left;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .grid-content-wrapper-copy {
    width: auto;
    height: auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 0;
    padding-top: 5vw;
    display: block;
  }

  .grid-content-wrapper-copy.vert-center.relative-position {
    width: 100vw;
    padding-left: 0;
    padding-right: 0;
    top: 430px;
  }

  .grid-content-wrapper-copy.bg-accent-one {
    padding-top: 0;
  }

  .grid-content-wrapper-copy.bg-accent-one.paddings {
    width: 100vw;
    padding: 0 5vw 50px;
  }

  .grid-content-wrapper-copy.show-04-layout {
    text-align: left;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .bold-text-3 {
    text-align: left;
    font-size: 20px;
    line-height: 30px;
  }

  .bold-text-4 {
    text-align: left;
    font-size: 20px;
  }

  .bold-text-5 {
    width: 85%;
    text-align: left;
    font-family: Bodoni Moda, sans-serif;
    font-size: 20px;
    line-height: 30px;
  }

  .berschrift {
    width: auto;
    height: auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 0;
    padding-top: 10vw;
    display: block;
  }

  .berschrift.vert-center.relative-position {
    width: 100vw;
    padding-left: 0;
    padding-right: 0;
    top: 430px;
  }

  .berschrift.bg-accent-one {
    padding-top: 0;
  }

  .berschrift.bg-accent-one.paddings {
    width: 100vw;
    padding: 0 5vw 50px;
  }

  .berschrift.show-04-layout {
    text-align: left;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .bold-text-6 {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  }

  .div-block-8 {
    padding-bottom: 0%;
  }

  .image-11-copy {
    width: 100%;
    margin-top: 10vw;
    display: block;
  }

  .image-12 {
    padding-bottom: 10vw;
  }

  .mutig-copy {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .mutig-copy.testimonial {
    padding-top: 0;
    padding-bottom: 0;
  }

  .mutig-copy.facts {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .mutig-copy.cta {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .mutig-copy.logos {
    padding-top: 24px;
    padding-bottom: 40px;
  }

  .mutig-copy {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .mutig-copy.testimonial {
    padding-top: 0;
    padding-bottom: 0;
  }

  .mutig-copy.facts {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .mutig-copy.cta {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .mutig-copy.logos {
    padding-top: 24px;
    padding-bottom: 40px;
  }

  .nav-link-copy.w--current {
    opacity: 1;
  }

  .link-2 {
    color: #fff;
  }

  .nav-link-copy-2.w--current {
    opacity: 1;
  }

  .contact-title-copy {
    text-align: left;
    margin-bottom: 32px;
    font-family: Bodoni Moda, sans-serif;
    font-size: 25px;
    line-height: 35px;
  }

  .paragraph-26-copy {
    margin-bottom: 0;
    padding-bottom: 0;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    line-height: 30px;
  }

  .accordion-text {
    font-size: 25px;
    line-height: 35px;
  }

  .text-block-6 {
    font-size: 16px;
    font-weight: 300;
  }

  .text-underline-white {
    font-size: 30px;
  }

  .footer-grid-1-to-2 {
    grid-template-columns: 1fr;
    display: block;
  }
}

#w-node-_1e197148-b513-9e32-a20b-896a40304af3-1c8710cb {
  grid-area: Area-2;
}

#w-node-_38adc3db-0289-88fe-145a-b29658f93228-1c8710cb {
  grid-area: Area;
}

#w-node-_1bdb46a1-93fa-e9ce-a2f3-a3172ae17f9b-3d8710cf {
  align-self: start;
}

#w-node-a1894b08-0381-975e-857b-ca8da92dc7f9-3d8710cf {
  align-self: center;
  justify-self: start;
}

#w-node-a1894b08-0381-975e-857b-ca8da92dc7ff-3d8710cf {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-a1894b08-0381-975e-857b-ca8da92dc804-3d8710cf {
  grid-area: 1 / 5 / 2 / 8;
}

#w-node-_18911ef0-c503-d086-1b62-fe1ae3b53e0b-3d8710cf {
  justify-self: auto;
}

#w-node-_3217c6e0-fa25-2a8b-b759-b38c68c71425-3d8710cf {
  grid-area: Area-2;
}

#w-node-_3217c6e0-fa25-2a8b-b759-b38c68c71446-3d8710cf {
  grid-area: Area;
}

#w-node-_2cc20961-de32-e48b-381a-cf139ca975d8-bb8710d4 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6cb0b28f-cd5d-9375-d500-834827288e1c-bb8710d4 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_9c6075a0-c3ae-26c5-6320-93a6b05291c8-bb8710d4 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: auto;
  justify-self: auto;
}

#w-node-bfe16c39-f882-dedc-eb9c-7c72baf4dbe6-bb8710d4 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: auto;
  justify-self: auto;
}

#w-node-e60a440e-74f6-e046-684c-b5400d791c42-bb8710d4 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-e3d9ef20-28fd-79f6-a1f4-84bf16ad4beb-bb8710d4 {
  grid-area: 3 / 1 / 4 / 2;
  align-self: auto;
  justify-self: auto;
}

#w-node-_8a521222-35b7-9bc1-53f3-d06d00e91c80-bb8710d4 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: auto;
  justify-self: auto;
}

#w-node-_3057349b-596a-c0fd-b93d-dbc3081f55a8-bb8710d4 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_1f2cbdd9-9624-2227-b7bc-f52debf85ba3-bb8710d4 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_85d5832d-14f5-2829-4d53-072a1dead405-bb8710d4 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: auto;
  justify-self: auto;
}

#w-node-_70333de4-9b75-0bf0-076d-c3adf3a469ca-bb8710d4 {
  grid-area: Area-2;
}

#w-node-_70333de4-9b75-0bf0-076d-c3adf3a469eb-bb8710d4 {
  grid-area: Area;
}

#w-node-_26c34af5-a102-8ff4-0ced-b900b3146d63-90947a38 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_26c34af5-a102-8ff4-0ced-b900b3146d66-90947a38 {
  grid-area: 1 / 3 / 2 / 6;
}

#w-node-_39854b3c-7ef2-88d2-c200-814e97b89d30-90947a38 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b00ad1b6-3eca-9d93-465f-4ddb29ee6c12-90947a38 {
  grid-area: Area-2;
}

#w-node-b00ad1b6-3eca-9d93-465f-4ddb29ee6c33-90947a38 {
  grid-area: Area;
}

#w-node-a6f7f9ea-1c98-f02f-f5ec-a47b7c47189d-7c47189a {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-a6f7f9ea-1c98-f02f-f5ec-a47b7c4718b6-7c47189a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a6f7f9ea-1c98-f02f-f5ec-a47b7c4718b8-7c47189a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: end;
}

#w-node-_3eb76eb5-b540-72f3-4a7c-6dc2b91ffe33-587613d1 {
  grid-area: Area-2;
}

#w-node-_3eb76eb5-b540-72f3-4a7c-6dc2b91ffe54-587613d1, #w-node-_18bbb77e-399d-ae6f-6f28-87225b342a8e-d00b4370 {
  grid-area: Area;
}

#w-node-_9c730bb5-d38f-2008-7453-8df5b974edc7-d00b4370 {
  grid-area: Area-2;
  align-self: center;
}

#w-node-_303eb2cd-e9eb-e973-918d-454199db86a0-d00b4370 {
  grid-area: Area;
  align-self: center;
}

#w-node-_303eb2cd-e9eb-e973-918d-454199db86a2-d00b4370 {
  grid-area: Area-2;
  align-self: center;
}

#w-node-bd949c0f-e3a5-3da8-24cc-d10f330d6c59-d00b4370 {
  grid-area: Area;
}

#w-node-bd949c0f-e3a5-3da8-24cc-d10f330d6c5b-d00b4370 {
  grid-area: Area-2;
  align-self: center;
}

#w-node-_03925b2b-c1d0-8f88-d002-81acdc34b0a5-d00b4370 {
  grid-area: Area-2;
}

#w-node-_03925b2b-c1d0-8f88-d002-81acdc34b0c6-d00b4370 {
  grid-area: Area;
}

#w-node-dad5db79-e484-b2c0-2af9-9b084a932814-76d45a9c {
  grid-area: Area-2;
}

#w-node-dad5db79-e484-b2c0-2af9-9b084a932835-76d45a9c {
  grid-area: Area;
}

#w-node-_6c1f8282-544b-8c35-3cbe-e53275f71d36-e70bda6f {
  grid-area: Area-2;
}

#w-node-_6c1f8282-544b-8c35-3cbe-e53275f71d57-e70bda6f {
  grid-area: Area;
}

@media screen and (max-width: 991px) {
  #w-node-_1bdb46a1-93fa-e9ce-a2f3-a3172ae17f9b-3d8710cf {
    order: 0;
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
    justify-self: auto;
  }

  #w-node-_2cc20961-de32-e48b-381a-cf139ca975d8-bb8710d4 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_6cb0b28f-cd5d-9375-d500-834827288e1c-bb8710d4 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_9c6075a0-c3ae-26c5-6320-93a6b05291c8-bb8710d4 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-bfe16c39-f882-dedc-eb9c-7c72baf4dbe6-bb8710d4 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-e60a440e-74f6-e046-684c-b5400d791c42-bb8710d4 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-e3d9ef20-28fd-79f6-a1f4-84bf16ad4beb-bb8710d4 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_8a521222-35b7-9bc1-53f3-d06d00e91c80-bb8710d4 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_3057349b-596a-c0fd-b93d-dbc3081f55a8-bb8710d4 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_1f2cbdd9-9624-2227-b7bc-f52debf85ba3-bb8710d4, #w-node-_85d5832d-14f5-2829-4d53-072a1dead405-bb8710d4 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-a6f7f9ea-1c98-f02f-f5ec-a47b7c47189d-7c47189a {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-a6f7f9ea-1c98-f02f-f5ec-a47b7c4718a4-7c47189a {
    grid-area: 2 / 1 / 3 / 2;
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-a6f7f9ea-1c98-f02f-f5ec-a47b7c4718aa-7c47189a {
    grid-area: 3 / 1 / 4 / 2;
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-a6f7f9ea-1c98-f02f-f5ec-a47b7c4718b0-7c47189a {
    grid-area: 4 / 1 / 5 / 2;
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-a6f7f9ea-1c98-f02f-f5ec-a47b7c4718b8-7c47189a {
    align-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a1894b08-0381-975e-857b-ca8da92dc7ff-3d8710cf, #w-node-a1894b08-0381-975e-857b-ca8da92dc804-3d8710cf {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_2cc20961-de32-e48b-381a-cf139ca975d8-bb8710d4 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_6cb0b28f-cd5d-9375-d500-834827288e1c-bb8710d4 {
    grid-area: 5 / 1 / 6 / 3;
  }

  #w-node-_9c6075a0-c3ae-26c5-6320-93a6b05291c8-bb8710d4 {
    grid-area: 2 / 1 / 3 / 3;
    align-self: auto;
    justify-self: auto;
  }

  #w-node-e60a440e-74f6-e046-684c-b5400d791c42-bb8710d4 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-e3d9ef20-28fd-79f6-a1f4-84bf16ad4beb-bb8710d4 {
    grid-area: 3 / 1 / 4 / 3;
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_3057349b-596a-c0fd-b93d-dbc3081f55a8-bb8710d4 {
    grid-area: 7 / 1 / 8 / 2;
  }

  #w-node-_1f2cbdd9-9624-2227-b7bc-f52debf85ba3-bb8710d4 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_39854b3c-7ef2-88d2-c200-814e97b89d4a-90947a38 {
    order: -9999;
  }

  #w-node-b406d822-b5a0-70eb-c124-e0ccb8506626-587613d1 {
    order: 9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1bdb46a1-93fa-e9ce-a2f3-a3172ae17fa5-3d8710cf {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: end;
    justify-self: end;
  }

  #w-node-a1894b08-0381-975e-857b-ca8da92dc7f6-3d8710cf {
    align-self: start;
  }

  #w-node-_18911ef0-c503-d086-1b62-fe1ae3b53e13-3d8710cf, #w-node-_18911ef0-c503-d086-1b62-fe1ae3b53e16-3d8710cf {
    order: -9999;
  }

  #w-node-_26c34af5-a102-8ff4-0ced-b900b3146d63-90947a38 {
    grid-column: span 3 / span 3;
  }

  #w-node-_26c34af5-a102-8ff4-0ced-b900b3146d66-90947a38 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-a6f7f9ea-1c98-f02f-f5ec-a47b7c47189d-7c47189a {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-a6f7f9ea-1c98-f02f-f5ec-a47b7c4718b8-7c47189a {
    grid-area: 3 / 1 / 4 / 3;
    align-self: start;
    justify-self: center;
  }

  #w-node-b406d822-b5a0-70eb-c124-e0ccb8506626-587613d1 {
    order: 9999;
  }
}


@font-face {
  font-family: 'Bohemyscript';
  src: url('../fonts/BohemyScript-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}