@font-face {
  font-family: Delight;
  src: url('../fonts/Delight-Medium.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neufile Grotesk;
  src: url('../fonts/NeufileGrotesk-SemiBold.woff') format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neufile Grotesk;
  src: url('../fonts/NeufileGrotesk-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --ks-grau: #e9e6e3;
  --ks-blau: #709dd3;
}

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

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

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

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

.comingsoon-section {
  background-color: var(--ks-grau);
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.comingsoon-container {
  max-width: 1188px;
  padding-left: 40px;
  padding-right: 40px;
}

.quick-stack {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0;
}

.heading {
  color: var(--ks-blau);
  margin-top: 0;
  font-family: Delight, Arial, sans-serif;
  font-size: 52px;
  font-weight: 500;
  line-height: 45px;
}

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

.paragraph {
  color: var(--ks-blau);
  font-family: Neufile Grotesk, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.bold {
  font-weight: 600;
}

.bold.aufbaumobile {
  display: none;
}

.spacer100 {
  height: 60px;
}

.circle-image {
  float: right;
  width: 158px;
}

.cell-2 {
  display: block;
}

.spacer200 {
  height: 80px;
}

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

.div-block {
  width: 317px;
}

.div-block-2 {
  width: 474px;
}

.link {
  color: var(--ks-blau);
  text-decoration: none;
}

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

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

@media screen and (min-width: 1920px) {
  .comingsoon-container {
    max-width: 1440px;
  }

  .heading {
    font-size: 58px;
    line-height: 50px;
  }

  .paragraph {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 34px;
  }

  .spacer100 {
    height: 76px;
  }

  .circle-image {
    width: 195px;
  }

  .spacer200 {
    height: 160px;
  }

  .div-block {
    width: 390px;
  }

  .div-block-2 {
    width: 585px;
  }

  .link {
    color: var(--ks-blau);
    text-decoration: none;
  }

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

@media screen and (max-width: 991px) {
  .bold.aufbaumobile {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .comingsoon-section {
    height: auto;
  }

  .comingsoon-container {
    width: 100%;
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .heading {
    font-size: 44px;
    line-height: 40px;
  }

  .paragraph {
    z-index: 1;
    font-size: 15px;
    line-height: 26px;
    position: relative;
  }

  .bold.aufbaudesktop {
    display: none;
  }

  .bold.aufbaumobile {
    display: block;
  }

  .circle-image {
    float: none;
    display: none;
  }

  .div-block {
    display: none;
  }

  .div-block-2 {
    width: 100%;
  }

  .div-block-3 {
    z-index: 0;
    width: 100%;
    margin-top: -126px;
    display: block;
    position: relative;
  }
}

#w-node-_27ef4afd-abfd-8920-af03-ed870e35164d-2ec91644 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 479px) {
  #w-node-_27ef4afd-abfd-8920-af03-ed870e35164d-2ec91644 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Delight';
  src: url('../fonts/Delight-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neufile Grotesk';
  src: url('../fonts/NeufileGrotesk-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neufile Grotesk';
  src: url('../fonts/NeufileGrotesk-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}