:root {
  --t--white--70: #ffffffb3;
  --white: white;
  --black: black;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 120px;
  font-weight: 400;
  line-height: 44px;
}

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

a {
  color: #fff;
  text-decoration: underline;
}

.hero {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  max-height: 100vh;
  padding: 15vw 60px 250px 5vw;
  display: flex;
}

.hero__links {
  color: var(--t--white--70);
  font-size: 1rem;
  line-height: 1.2;
  position: relative;
}

.hero__title {
  text-align: center;
  font-size: 10vw;
  line-height: 1;
  position: relative;
}

.hero__title.mb-10 {
  text-align: left;
  margin-bottom: 40px;
  font-size: 5vw;
  line-height: 1.2;
}

.card {
  background-image: url('../images/jan-behnisch-15hqcFKD-v0-unsplash-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.hero__subtitle {
  color: var(--white);
  text-align: left;
  margin-bottom: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 1.5vw;
  font-weight: 300;
  line-height: 1.5;
  position: relative;
}

.hero__subtitle.mb-40 {
  margin-bottom: 40px;
}

.hero__subtitle.ktk {
  font-size: 1.5vw;
}

.hero__link {
  z-index: 100;
  color: var(--t--white--70);
  position: relative;
}

.hero__link:hover {
  color: var(--white);
}

.navbar {
  justify-content: flex-end;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 5vw;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar__link {
  box-shadow: inset 0 -1px 0 0 var(--t--white--70);
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.2;
  text-decoration: none;
  transition: box-shadow .8s cubic-bezier(.075, .82, .165, 1);
}

.navbar__link:hover {
  box-shadow: inset 0 -50px #fff3;
}

.navbar__link.mr-40 {
  margin-right: 40px;
}

.italic-text {
  color: var(--white);
  font-family: Open Sans, sans-serif;
  font-size: 1.5vw;
  font-weight: 400;
  line-height: 100%;
}

.italic-text.ktk {
  font-size: 1vw;
}

.hero__logo, .quick-stack {
  position: relative;
}

.cell {
  justify-content: flex-start;
  align-items: center;
}

.cell-2 {
  justify-content: center;
  align-items: flex-start;
}

.text-span {
  font-size: 1vw;
  line-height: 100%;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.navbar-2 {
  background-color: #0000;
  padding: 20px 5%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.nav-link {
  float: right;
  color: var(--white);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.text-span-2 {
  margin-right: 8px;
  font-weight: 500;
}

.social_links {
  z-index: 99;
  justify-content: space-between;
  align-items: center;
  padding: 24px 5% 25px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.text-small {
  color: var(--white);
  font-weight: 300;
}

.social-link-wrap {
  align-items: center;
  display: flex;
}

.social_link {
  margin-right: 15px;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  text-decoration: none;
}

.social-logo {
  opacity: .27;
  filter: invert();
  width: 19px;
  margin-right: 0;
}

.heading {
  font-weight: 400;
}

.hero-without-image {
  background-color: #d1d1d1;
  background-image: url('../images/water-drop-splashing-into-blue-water-surface-2024-10-18-05-58-44-utc-min.jpg');
  background-position: 0 0;
  background-size: auto;
  border-bottom: 1px solid #e4ebf3;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  padding: 80px 30px;
  display: flex;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px {
  color: var(--white);
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.margin-bottom-24px.titel {
  color: var(--white);
  font-family: Open Sans, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

.button-primary:active {
  background-color: #43464d;
}

.button-primary.w--current {
  background-color: var(--white);
  color: var(--black);
}

@media screen and (max-width: 991px) {
  .hero {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar {
    justify-content: center;
  }

  .nav-link {
    float: right;
  }

  .container {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .hero-without-image {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    padding-top: 60vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .hero__title.mb-10 {
    margin-bottom: 20px;
    font-size: 11vw;
    line-height: 1.1;
  }

  .hero__subtitle {
    font-size: 3vw;
  }

  .hero__subtitle.mb-40 {
    font-size: 50px;
  }

  .navbar__link {
    font-size: 1rem;
  }

  .navbar__link.mr-20 {
    margin-right: 20px;
  }

  .italic-text {
    font-family: Open Sans, sans-serif;
    font-size: 5vw;
    font-weight: 300;
    line-height: 130%;
  }

  .italic-text.ktk {
    font-size: 2vw;
  }

  .quick-stack {
    padding-left: 0;
    padding-right: 0;
  }

  .cell {
    align-items: flex-start;
  }

  .navbar-2 {
    padding-left: 2%;
    padding-right: 2%;
  }

  .navigation-container {
    justify-content: flex-start;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
  }

  .container {
    max-width: none;
  }
}

#w-node-bbe1a6bc-5b62-4331-ef79-b6b7337b9c30-9ee679a6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

@media screen and (max-width: 479px) {
  #w-node-bbe1a6bc-5b62-4331-ef79-b6b7337b9c30-9ee679a6 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


