:root {
  --white: white;
  --black: black;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.all-content {
  background-color: #fff;
  border-radius: 0;
  padding: 0%;
  position: static;
  overflow: visible;
}

.navigation {
  z-index: 999;
  object-fit: fill;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e5;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: sticky;
  top: 0;
}

.container {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1220px;
  height: auto;
  margin-left: 5%;
  margin-right: 5%;
  padding-left: 1%;
  font-size: 1.2rem;
  line-height: 1;
  display: block;
  position: static;
}

.container.center {
  justify-content: center;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.container.flex {
  display: flex;
}

.nav-link {
  color: #000;
  text-transform: uppercase;
  padding: 0;
  font-family: Poppins, sans-serif;
  font-size: .8rem;
  font-weight: 600;
  line-height: 1;
}

.nav-link.kontakt {
  color: #fff;
  text-transform: uppercase;
  background-color: #39aeb1;
  border: 1px #e6e6e5;
  border-radius: .4rem;
  padding: 1rem 2rem;
  font-family: Poppins, sans-serif;
  font-weight: 700;
}

.nav-menu {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  font-family: "Namu 1990", sans-serif;
  display: flex;
}

.menu-button {
  display: none;
}

.brand {
  height: 100%;
}

.image {
  width: auto;
  height: 4rem;
}

.flex-container {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.main {
  z-index: 5;
  background-image: none;
  background-position: 0 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80vh;
  display: flex;
  position: relative;
}

.main-content {
  z-index: 2;
  position: relative;
}

.heading-01 {
  color: #fcfcff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Darker Grotesque, sans-serif;
  font-size: 2.6rem;
  font-weight: 900;
  line-height: 1.4;
}

.heading-01.center {
  text-align: center;
}

.text-medium {
  color: #72706380;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}

.button-default {
  color: #c0c1c4;
  margin-bottom: 1.5rem;
  font-family: Poppins, sans-serif;
}

.button {
  color: #000;
  background-color: #39aeb1;
  border-radius: .4rem;
  padding: 1rem 1.6rem;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.section {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.section.img {
  height: 40vh;
  position: relative;
}

.heading-02 {
  color: #353326;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: .5rem;
  font-family: Darker Grotesque, sans-serif;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.4;
}

.heading-02.center {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 0;
  font-size: 2.5rem;
}

.heading-02.center.black {
  color: #353326;
  text-transform: none;
  padding-bottom: 1rem;
  font-family: Darker Grotesque, sans-serif;
  font-size: 2rem;
  font-weight: 900;
}

.flex-middle {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.margin-top-bottom {
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.margin-top-bottom.big {
  padding-top: 2rem;
  padding-bottom: 8rem;
}

.margin-top-bottom.titel {
  background-image: linear-gradient(#0003, #0003);
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.margin-top-bottom.top {
  padding-top: 6rem;
}

.margin-top-bottom.small {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.text-small {
  color: #00000080;
  margin-bottom: 0;
  padding-bottom: 1rem;
  font-family: Poppins, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.2;
}

.text-small.center {
  color: #72706380;
  text-align: left;
  padding-bottom: 0;
  font-family: Poppins, sans-serif;
}

.text-small.paragraph {
  line-height: 1.2;
}

.text-small.line {
  text-align: left;
  overflow-wrap: normal;
  border-bottom: 2px solid #59bbbf30;
}

.text-small.center-v2 {
  text-align: center;
}

.grid {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.box {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #fff;
  border: 1px solid #a3a3a32e;
  border-radius: .4rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 2rem 1.5rem;
  display: flex;
}

.text-tiny {
  color: #979797;
  margin-bottom: 0;
  padding-bottom: .5rem;
  font-family: "Namu 1990", sans-serif;
  font-size: 1rem;
}

.text-tiny.tiny {
  padding-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: .8rem;
  text-decoration: underline;
}

.heading-03 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 1rem;
  font-family: Unbounded, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
}

.margin-top {
  padding-top: 2rem;
}

.small-nav {
  background-color: #59bbbf4d;
  border-bottom: 1px solid #cecdcb;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 2.5rem;
  display: flex;
  position: static;
  top: 0;
}

.flex-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.radius {
  border-radius: 0;
  overflow: visible;
}

.image-2 {
  display: inline;
}

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

.slider-mask {
  width: 100%;
  height: 100%;
}

.slide-layout {
  background-color: #e6e6e5;
  border-radius: .4rem;
  width: auto;
  height: 40%;
  margin-right: 2rem;
  padding-bottom: 0;
  padding-right: 0;
  overflow: visible;
}

.content {
  background-color: #f2f2e9;
  width: 33.3%;
  height: 100%;
  padding-top: 0;
  padding-left: 0;
  position: relative;
}

.text-box {
  width: 100%;
  padding-bottom: 2rem;
  padding-left: 2rem;
  position: absolute;
  inset: auto auto 0% 0%;
}

.icon, .icon-2 {
  color: #000;
}

.image-3 {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 33.3%;
}

.text-badge {
  color: #ffffffb8;
  font-family: Poppins, sans-serif;
  font-size: .8rem;
  line-height: 1;
}

.see-more {
  aspect-ratio: 3 / 2;
  background-color: #fff0;
  border: 1px #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slide-nav {
  color: #000;
  height: 1rem;
  display: none;
  inset: auto auto 0% 0%;
}

.icon-13 {
  color: #39aeb1;
  font-size: 1rem;
  transform: rotate(-180deg);
}

.work-slider {
  background-color: #0000;
  height: auto;
  padding-bottom: 5rem;
  position: relative;
}

.work-mask {
  width: 40%;
  overflow: visible;
}

.icon-14 {
  color: #39aeb1;
  font-size: 1rem;
}

.work-slide {
  padding-bottom: 0;
  padding-right: 2rem;
}

.text-medium-2 {
  color: silver;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 1.25rem;
  line-height: 1.4;
}

.image-v1 {
  z-index: 1;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  min-width: 90%;
  min-height: 100%;
  display: inline-block;
  position: static;
  inset: 0%;
}

.card {
  background-color: #00aca2;
  border: 1px solid #000;
  border-radius: .4rem;
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: hidden;
}

.card.extra {
  aspect-ratio: 16 / 9;
  background-color: #59bbbf4d;
  background-image: radial-gradient(circle, #ffffff0a, #ffffff08);
  border-style: solid;
  border-color: #00000014;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  min-height: 100%;
  display: flex;
  position: relative;
}

.badge-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  background-color: #fdf1a6;
  background-image: radial-gradient(circle, #ffffff0a, #fff0);
  border-radius: 100rem;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1rem;
  padding: .8rem 1rem .8rem 1.2rem;
  display: flex;
  box-shadow: inset 0 1px 1px #ffffff14, inset 0 2px 12px #ffffff0a;
}

.badge-2.abs {
  z-index: 4;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 1rem;
  margin-left: 1rem;
  position: absolute;
  inset: 0% auto auto 0%;
}

.primary-button {
  color: #000;
  text-transform: none;
  background-color: #fff;
  border: 1px #fff;
  border-radius: .4rem;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  padding: 1rem 1.8rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  display: flex;
}

.work-arrow {
  background-color: #59bbbf00;
  border: 1px solid #00000014;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: all .2s cubic-bezier(.55, .055, .675, .19);
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.work-arrow:hover {
  background-color: var(--white);
}

.work-arrow.left {
  background-color: #59bbbf00;
  border-color: #00000014;
  right: 4rem;
}

.work-arrow.left:hover {
  background-color: #fffefe00;
  transform: none;
}

.form-block {
  background-image: radial-gradient(circle, #fff, #fef9dc66);
  border: 1px solid #cecdcb;
  border-radius: .4rem;
  padding: 2rem;
  box-shadow: 2px 2px 4px #0000001a;
}

.text-label {
  color: #000;
  margin-bottom: 0;
  padding-top: 1rem;
  padding-bottom: .5rem;
  font-family: "Namu 1990", sans-serif;
  font-size: 1rem;
}

.text-field {
  color: #72706380;
  background-color: #fff;
  border-radius: .4rem;
  width: 100%;
  height: 50px;
  margin-bottom: 1rem;
  padding: 0 1rem;
  font-family: Poppins, sans-serif;
  font-size: .8rem;
}

.text-field::placeholder {
  color: #e6e6e5;
}

.text-field.text {
  color: #72706380;
  height: 0;
  min-height: 150px;
  padding-top: 1rem;
}

.block-text {
  width: 100%;
  padding-bottom: .5rem;
}

.submit-button {
  color: #000;
  background-color: #f9db1f;
  border-radius: .4rem;
  padding: 1rem 1.6rem;
  font-family: "Namu 1990", sans-serif;
  font-size: 1rem;
}

.wrapper-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 1rem;
  display: flex;
}

.link-block {
  text-decoration: none;
}

.link-block.line {
  color: #cecdcb;
  text-decoration: underline;
}

.footer {
  background-color: #59bbbf0d;
  border-top: 1px solid #00000014;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.grid-footer {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  display: grid;
}

.box-footer {
  flex-flow: column;
  align-items: flex-start;
  width: auto;
  padding-bottom: 0;
  display: flex;
}

.heading-04 {
  color: #353326;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Unbounded, sans-serif;
  font-size: 1.4rem;
  line-height: 1;
}

.logo {
  width: 6rem;
  padding-bottom: 1rem;
}

.text-block {
  color: #72706380;
  border-left: 3px #f9db20;
  margin-bottom: .5rem;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.text-block.tiny {
  border-left-style: none;
  padding-left: 0;
  font-size: 1rem;
  text-decoration: underline;
}

.heading-05 {
  color: #353326;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 1rem;
  font-family: Darker Grotesque, sans-serif;
  font-size: 1.4rem;
  font-weight: 800;
  line-height: 1;
}

.titel-block {
  border-left: 4px #59bbbf;
  margin-bottom: 2rem;
  padding-bottom: 0;
  padding-left: 0;
}

.titel-block.no {
  margin-bottom: 0;
  padding-left: 0;
}

.kontakt-big {
  background-color: #59bbbf4d;
  border: 1px solid #00000014;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
}

.heading-04-box {
  color: #353326;
  text-align: left;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
}

.heading-04-box.center {
  text-align: center;
}

.background {
  z-index: 1;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(#000, #000);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 80vh;
  max-height: 80vh;
  display: grid;
  position: absolute;
  inset: 0%;
}

.image-box {
  overflow: hidden;
}

.image-4 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  overflow: clip;
}

.gradient {
  z-index: 2;
  background-image: linear-gradient(#fff3, #000), linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.field-label {
  margin-bottom: .5rem;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.grid-form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.dropdown-toggle {
  padding-top: 0;
  padding-bottom: 0;
}

.dropdown-toggle.w--open {
  justify-content: center;
  align-items: center;
  height: 80px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.dropdown-link {
  border-bottom: 1px solid #e6e6e5;
  padding-top: 20px;
  padding-bottom: 20px;
}

.dropdown-list {
  padding-top: 0;
}

.dropdown-list.w--open {
  background-color: #fff;
  border-top: 1px solid #e6e6e5;
  border-left: 1px solid #e6e6e5;
  border-right: 1px solid #e6e6e5;
  margin-top: 0;
  padding-top: 0;
}

.grid-section {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #59bbbf30;
  border: 1px solid #e6e6e5;
  border-radius: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  padding: 3rem;
  display: grid;
}

.img-v1 {
  border-radius: 1rem;
}

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

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

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

.text-medium-3 {
  color: #72706380;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}

.work-arrow-2 {
  background-color: #59bbbf4d;
  border: 1px solid #d5d5d5;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: all .2s cubic-bezier(.55, .055, .675, .19);
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.work-arrow-2:hover {
  background-color: #fff;
}

.work-arrow-2.left {
  background-color: #59bbbf4d;
  border-color: #d5d5d5;
  right: 4rem;
}

.work-arrow-2.left:hover {
  background-color: #fffefe00;
  transform: none;
}

.heading-6 {
  color: #fcfcff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Darker Grotesque, sans-serif;
  font-size: 2.6rem;
  font-weight: 900;
  line-height: 1.4;
}

.heading-7 {
  color: #353326;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: .5rem;
  font-family: Darker Grotesque, sans-serif;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.4;
}

.heading-7.center {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 0;
  font-size: 2.5rem;
}

.heading-7.center.black {
  color: #353326;
  text-transform: none;
  padding-bottom: 1rem;
  font-family: Darker Grotesque, sans-serif;
  font-size: 2rem;
  font-weight: 900;
}

.icon-15 {
  color: #39aeb1;
  font-size: 1rem;
  transform: rotate(-180deg);
}

.image-5 {
  width: auto;
  height: 4rem;
}

.image-6 {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.link-block-2 {
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .nav-link {
    border: 1px #000;
    border-top-color: #cecdcb;
    border-bottom: 1px solid #cecdcb;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding: 1rem;
    display: flex;
    position: relative;
  }

  .nav-link.kontakt {
    margin: 1rem;
  }

  .nav-menu {
    background-color: #e6e6e5;
    height: auto;
    padding: 0;
  }

  .menu-button {
    padding: 0;
  }

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

  .image {
    object-fit: cover;
  }

  .grid {
    grid-template-columns: 1fr 1fr;
  }

  .icon-13 {
    color: #000;
  }

  .work-mask {
    width: 60%;
  }

  .icon-14, .work-arrow {
    color: #000;
  }

  .lottie-animation {
    color: #000;
    height: 80px;
  }

  .grid-footer {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .grid-section {
    grid-template-columns: 1fr;
  }

  .work-arrow-2, .icon-15 {
    color: #000;
  }

  .image-5 {
    object-fit: cover;
  }

  .icon-16 {
    color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .navigation {
    justify-content: space-between;
    align-items: center;
  }

  .menu-button {
    padding: 0;
    display: none;
  }

  .grid-footer {
    grid-template-columns: 1fr;
  }

  .image-6 {
    object-fit: cover;
  }
}

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

  .menu-button {
    color: #fff;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    display: flex;
  }

  .flex-container {
    justify-content: space-between;
    align-items: center;
  }

  .grid {
    grid-template-columns: 1fr;
  }

  .work-mask {
    width: 100%;
  }

  .lottie-animation {
    height: 80px;
  }

  .grid-footer {
    grid-template-columns: 1fr;
  }

  .box-footer {
    padding-bottom: 1rem;
  }

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

  .icon-16 {
    color: #000;
    width: 20px;
    height: 20px;
    position: absolute;
  }
}

#w-node-_4cb113a6-1aba-7aa7-8c05-c86efe046df4-fe046df1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4cb113a6-1aba-7aa7-8c05-c86efe046e06-fe046df1, #w-node-_98f764ed-e1df-84ec-0f81-3ad66af9969c-fe046df1 {
  justify-self: auto;
}

@media screen and (max-width: 767px) {
  #w-node-_4cb113a6-1aba-7aa7-8c05-c86efe046df4-fe046df1 {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Namu 1910';
  src: url('../fonts/NAMU-1910.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Namu 1750';
  src: url('../fonts/NAMU-1750.woff2') format('woff2'), url('../fonts/NAMU-1750.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Namu 1600';
  src: url('../fonts/NAMU-1600.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Namu 1930';
  src: url('../fonts/NAMU-1930.woff2') format('woff2'), url('../fonts/NAMU-1930.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Namu 1850';
  src: url('../fonts/NAMU-1850.woff2') format('woff2'), url('../fonts/NAMU-1850.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Namu 1400';
  src: url('../fonts/NAMU-1400.woff2') format('woff2'), url('../fonts/NAMU-1400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Namu 1990';
  src: url('../fonts/NAMU-1990.woff2') format('woff2'), url('../fonts/NAMU-1990.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}