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

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

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

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

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

a {
  color: #255ded;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
}

a:hover {
  text-decoration: none;
}

.section {
  margin-top: 72px;
  padding-bottom: 72px;
}

.heading {
  color: #000;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.text-block {
  color: #000;
  margin-bottom: 32px;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.div-block {
  float: none;
  clear: none;
  object-fit: fill;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
  position: static;
}

.sidebarbutton {
  width: 100%;
  height: 40px;
  float: left;
  clear: left;
  color: #000;
  cursor: pointer;
  object-fit: fill;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 10px;
  margin-bottom: 4px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  transition: background-color .2s;
  display: block;
  overflow: visible;
}

.sidebarbutton:hover, .sidebarbutton.w--current {
  background-color: #fff;
  font-weight: 500;
}

.sidebarbutton.w--current:hover {
  text-decoration: none;
}

.columns {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.column {
  padding-right: 0;
}

.body {
  background-color: #fcfcf9;
  font-weight: 400;
}

.text-block-2 {
  max-width: 100%;
  color: #333;
  text-align: left;
  white-space: normal;
  cursor: default;
  margin-top: 32px;
  margin-left: 48px;
  padding-right: 16px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
}

.text-block-3 {
  color: #4b4b4b;
  padding-left: 16px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.column-2 {
  padding-left: 0;
  padding-right: 24px;
  display: block;
}

.column-3 {
  padding-left: 24px;
  padding-right: 0;
}

.heading-2 {
  color: #4b4b4b;
  margin-top: auto;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.container {
  max-width: 860px;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  line-height: 170%;
}

.heading-3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lora, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.fliesstextlinks:hover {
  text-decoration: underline;
}

.text-block-4 {
  margin-left: 16px;
  font-weight: 500;
  line-height: 40px;
}

.image {
  width: 20px;
  height: 20px;
  float: left;
  clear: left;
  margin: 10px;
}

.columns-2 {
  margin-top: 24px;
}

.image-2 {
  max-width: 264px;
  margin-bottom: 0;
}

.columns-3 {
  margin-top: 72px;
}

.div-block-2 {
  max-width: 75%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-3 {
  max-height: 148px;
  max-width: none;
  border-radius: 5px;
}

.div-block-3 {
  height: 48px;
  object-fit: fill;
  justify-content: center;
  align-items: center;
  margin: 16px;
  display: flex;
}

.text-block-5 {
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
}

.div-block-4, .div-block-5, .div-block-6, .div-block-7 {
  height: 48px;
  justify-content: center;
  align-items: center;
  margin: 16px;
  display: flex;
}

.div-block-7.feature-box {
  height: 64px;
  aspect-ratio: auto;
  color: #333;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ececec;
  border-radius: 4px;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  transition: background-color .2s;
}

.div-block-7.feature-box:hover {
  color: #333;
  background-color: #f7f7f7;
}

.div-block-8 {
  height: 48px;
  justify-content: center;
  align-items: center;
  margin: 16px;
  display: flex;
}

.container-2 {
  max-width: 60%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}

.container-3 {
  background-color: #fff;
  border: 1px solid #ececec;
  border-radius: 8px;
  margin-top: 0;
  margin-bottom: 32px;
  padding: 16px 32px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .03);
}

.column-4, .column-5, .column-6 {
  padding-left: 0;
  padding-right: 0;
}

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

.submit-button {
  height: 40px;
  background-color: #a59991;
  border-radius: 4px;
  margin-top: 8px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  transition: background-color .1s;
}

.submit-button:hover {
  background-color: #867a72;
}

.text-block-6 {
  color: #333;
  cursor: default;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.field-label, .field-label-2 {
  color: #333;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.div-block-11 {
  margin-bottom: 16px;
}

.text-field, .text-field-2 {
  border: 1px solid #ececec;
  border-radius: 4px;
}

.columns-4 {
  background-image: url('../images/Frame-6.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 72px;
  margin-bottom: 32px;
}

.column-7 {
  min-height: 100%;
  align-items: center;
  display: block;
}

.container-4 {
  background-image: url('../images/Frame-6.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: row;
  align-items: center;
  margin-top: 0;
  margin-bottom: 64px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.image-4 {
  max-width: 40%;
}

.column-8 {
  padding-left: 10px;
  padding-right: 20px;
}

.column-9 {
  padding-left: 20px;
  padding-right: 10px;
}

.columns-5 {
  margin-left: -16px;
  margin-right: -16px;
}

.container-5 {
  z-index: 50;
  height: 40px;
  max-width: 100vw;
  background-color: #fff;
  border: 0 solid #000;
  border-bottom: 1px solid #dfdfdf;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.text-block-7 {
  font-family: Merriweather, serif;
}

.div-block-12 {
  max-width: 860px;
  background-color: #f7f7f7;
  border-radius: 4px;
  align-items: center;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-left: 0;
  padding: 2px 4px;
  display: flex;
}

.div-block-12:hover {
  opacity: .75;
}

.map {
  height: 100%;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border-radius: 4px;
}

.container-6 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 32px;
  font-size: 16px;
}

.link {
  color: #333;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: underline;
}

.link:hover {
  opacity: .75;
}

.image-5 {
  width: 16px;
  height: 16px;
  margin-top: 4px;
  margin-left: 0;
  margin-right: 2px;
}

.link-2 {
  color: #333;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: underline;
}

.heading-4 {
  cursor: default;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lora, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.div-block-13 {
  align-items: center;
  margin-bottom: 0;
  padding-top: 8px;
  display: flex;
}

.image-6 {
  width: 24px;
  height: 24px;
  margin-left: 8px;
}

.div-block-14 {
  align-items: center;
  margin-top: 8px;
  margin-bottom: 16px;
  display: flex;
}

.link-3 {
  color: #333;
  text-decoration: underline;
}

.link-3:hover {
  opacity: .75;
}

.container-3-copy {
  background-color: #fff;
  border: 1px solid #ececec;
  border-radius: 8px;
  margin-top: 0;
  margin-bottom: 32px;
  padding: 16px 32px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .03);
}

.div-block-15 {
  align-items: center;
  display: flex;
}

.div-block-15:hover, .div-block-15.w--current:hover {
  opacity: .75;
}

.text-block-8 {
  color: #333;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: underline;
}

.image-7 {
  width: 18px;
  height: 18px;
  margin-right: 4px;
}

.container-7 {
  margin-top: 92px;
  margin-bottom: 32px;
  padding-left: 0;
  padding-right: 0;
}

.container-3-copy-copy {
  background-color: #fff;
  border: 1px solid #ececec;
  border-radius: 8px;
  margin-top: 0;
  margin-bottom: 64px;
  padding: 16px 32px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .03);
}

.container-4-copy {
  background-image: url('../images/hintergrund-sphere.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: row;
  align-items: center;
  margin-top: 92px;
  margin-bottom: 64px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row;
  margin-top: 16px;
  margin-bottom: 16px;
}

.grid-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
}

.container-3-copy {
  background-color: #fff;
  border: 1px solid #ececec;
  border-radius: 8px;
  margin-top: 0;
  margin-bottom: 32px;
  padding: 16px 32px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .03);
}

.grid-3 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  margin-bottom: 16px;
}

.text-block-6-copy {
  color: #333;
  cursor: default;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.text-block-9 {
  color: #333;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .text-block-2 {
    margin-left: 0;
    padding-left: 32px;
  }

  .image-2 {
    max-width: 232px;
  }

  .container-3 {
    margin-left: 16px;
    margin-right: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-15.w--current {
    margin-left: 16px;
    margin-right: 16px;
  }

  .container-3-copy-copy {
    margin-bottom: 32px;
    margin-left: 16px;
    margin-right: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .columns-6 {
    padding-left: 0;
  }

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

  .container-3-copy {
    margin-left: 16px;
    margin-right: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media screen and (max-width: 479px) {
  .text-block-2 {
    margin: 24px auto 16px;
    padding-left: 32px;
    padding-right: 0;
  }

  .image-2 {
    max-width: 80%;
  }

  .container-2 {
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
  }

  .container-3 {
    margin-top: 0;
    padding-top: 8px;
    padding-bottom: 0;
  }

  .image-4 {
    max-width: 100%;
  }

  .map {
    height: 200px;
  }

  .div-block-15.w--current {
    margin-left: 0;
    margin-right: 0;
  }

  .container-7 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-3-copy-copy {
    margin-bottom: 32px;
    margin-left: 16px;
    margin-right: 16px;
    padding: 8px 16px;
  }

  .container-4-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    margin: 72px 0 32px;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }

  .grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .grid-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
    grid-template-areas: ".";
    grid-auto-flow: row;
  }

  .container-3-copy {
    margin-top: 0;
    padding-top: 8px;
    padding-bottom: 0;
  }

  .grid-3 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .link-4, .link-5 {
    word-break: break-all;
  }
}

.form-feedback-display {
    display: block;
}
