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

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

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

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

.body {
  background-color: #000;
  margin-right: 0;
  padding-left: 2vw;
  padding-right: 2vw;
  font-family: Calibri Regular, Arial, sans-serif;
}

.cell {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.quick-stack {
  border-top: 4px solid red;
  max-height: 20vh;
  position: static;
}

.container {
  justify-content: flex-start;
  align-items: center;
  max-width: 10vw;
  max-height: 10vh;
  display: flex;
}

.container-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center end;
  margin-right: 0;
  padding-top: 0;
  display: grid;
}

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

.link, .link-2 {
  color: #fff;
  font-family: Calibri Regular, Arial, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.section {
  position: relative;
}

.section-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.image {
  width: 96vw;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: relative;
}

.quick-stack-2 {
  padding: 0;
}

.cell-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: block;
}

.paragraph, .paragraph-2 {
  color: #fff;
}

.paragraph-3 {
  color: #fff;
  text-align: left;
  letter-spacing: .2px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.cell-4 {
  text-align: left;
  justify-content: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.quick-stack-3 {
  text-align: left;
  border-top: 2px solid #585858;
  padding-left: 60px;
  padding-right: 60px;
}

.cell-5 {
  text-align: left;
  justify-content: center;
  align-items: center;
}

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

.section-3 {
  background-color: #fff;
  min-height: 80vh;
  padding: 40px;
}

.image-2 {
  vertical-align: baseline;
}

.paragraph-4 {
  color: #000;
  text-align: left;
  letter-spacing: .2px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.paragraph-3-copy {
  color: #fff;
  text-align: left;
  letter-spacing: .2px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.cell-7, .cell-8, .cell-9, .cell-10 {
  justify-content: center;
  align-items: center;
}

.quick-stack-4 {
  padding-top: 6vh;
  padding-bottom: 8vh;
  padding-left: 20px;
  overflow: auto;
}

.textblock {
  object-fit: contain;
  background-color: #ffffff03;
  border: 0 solid #bbb;
  border-radius: 15px;
  max-width: 45vw;
  height: auto;
  min-height: 25vh;
  max-height: none;
  padding: 0 20px 10px;
}

.text {
  padding: 0;
}

.p-style-1 {
  text-align: left;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 50vw;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Calibri Regular, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: block;
}

.text-heading {
  aspect-ratio: auto;
  text-align: center;
  object-fit: fill;
  font-family: Calibri Regular, Arial, sans-serif;
  font-size: 32px;
}

.zelle-text {
  border: 2px solid #b4b4b4;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
}

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

.cell-12.zelle-text {
  padding-top: 2vh;
  padding-bottom: 2vh;
}

.div-block {
  justify-content: center;
  align-items: center;
  padding: 10px 10vw;
  display: block;
}

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

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

.quick-stack-5 {
  border-top: 2px solid #b8b8b8;
  margin-left: 20px;
  margin-right: 20px;
  padding-bottom: 0;
}

.paragraph-5 {
  width: auto;
  min-width: 40vw;
  max-width: 50vw;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.text-span {
  font-weight: 600;
}

.image-3 {
  vertical-align: baseline;
  min-width: 240px;
  max-width: 360px;
  margin-right: 0;
}

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

.cell-15, .cell-16 {
  justify-content: center;
  align-items: center;
}

.paragraph-6 {
  color: #fff;
  letter-spacing: .2px;
  font-size: 16px;
  font-weight: 400;
}

.link-tel {
  color: #fff;
}

.zelle-bild {
  justify-content: center;
  align-items: center;
}

.link-mail {
  color: #fff;
}

.hidden-desktop {
  display: none;
}

.body-2 {
  background-color: #000;
  padding-left: 2vw;
  padding-right: 2vw;
}

.section-4 {
  background-color: #fff;
}

.js-rechtstext {
  padding: 40px 20px;
  font-family: Calibri Regular, Arial, sans-serif;
}

.link-block {
  min-width: 96vw;
  display: block;
}

@media screen and (max-width: 991px) {
  .cell-8.zelle-text {
    padding-bottom: 0;
    display: flex;
  }

  .textblock {
    height: auto;
    overflow: visible;
  }

  .p-style-1 {
    font-size: 12px;
    line-height: 16px;
  }

  .text-heading {
    font-size: 24px;
    line-height: 32px;
  }

  .image-3 {
    min-width: 220px;
    max-width: 320px;
  }
}

@media screen and (max-width: 767px) {
  .body {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-3 {
    font-size: 12px;
  }

  .quick-stack-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .quick-stack-4 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .textblock {
    padding-left: 5px;
    padding-right: 5px;
  }

  .text-heading {
    font-size: 20px;
  }

  .quick-stack-5 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-5 {
    min-width: 65vw;
    max-width: 70vw;
    font-size: 12px;
  }

  .image-3 {
    max-width: 240px;
  }

  .hidden {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .cell {
    padding-left: 20px;
  }

  .quick-stack {
    padding-bottom: 0;
  }

  .container-2 {
    place-items: center;
  }

  .link.link-rechtstexte {
    color: #fff;
    font-family: Calibri Regular, Arial, sans-serif;
  }

  .paragraph-3 {
    font-size: 10px;
    font-weight: 600;
  }

  .quick-stack-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .cell-5 {
    flex-flow: column;
  }

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

  .textblock {
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
  }

  .text {
    padding-left: 0;
  }

  .text-heading {
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 800;
    line-height: 20px;
  }

  .div-block {
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
  }

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

  .paragraph-5 {
    max-width: 80vw;
  }

  .image-3 {
    min-width: 45vw;
    max-width: 100px;
  }

  .paragraph-6 {
    min-width: 25vw;
    font-size: 12px;
  }

  .footer-div {
    font-size: 12px;
  }

  .hidden {
    display: none;
  }

  .hidden-desktop {
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
    display: flex;
  }

  .link-rechtstexte {
    color: #fff;
    font-family: Calibri Regular, Arial, sans-serif;
    font-size: 16px;
    text-decoration: none;
  }

  .js-rechtstext {
    padding: 20px 10px;
    font-family: Calibri Regular, Arial, sans-serif;
  }
}

#w-node-b6305233-3292-86d8-6e82-c8b3c04328a6-c321d282 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_073177be-b8bf-0ecc-4256-039380fc0f28-80fc0f27 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}


@font-face {
  font-family: 'Calibri Regular';
  src: url('../fonts/calibri-regular_freefontdownload_org.zip') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}