:root {
  --black-2: #4e8ea5;
  --light-grey: #ccc;
  --black-3: #f2f2f2;
  --white: white;
  --black: black;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

p {
  margin-bottom: 10px;
}

a {
  color: #000;
  text-decoration: none;
}

.section-hero {
  width: 100%;
  height: 100vh;
  max-height: 800px;
  min-height: 600px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container-1200 {
  width: 80vw;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.container-1200.nav {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.container-1200.nav._2 {
  margin-top: 22px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

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

.slider {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slide-nav {
  display: none;
}

.slide-hero-1 {
  width: 100vw;
}

.slide-wrapper {
  width: 100%;
  height: 100%;
  background-color: var(--black-2);
  background-image: linear-gradient(rgba(78, 142, 165, .32), rgba(78, 142, 165, .32)), url('../images/P1030513.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slide-wrapper._2 {
  background-color: #5a4ea5;
  background-image: linear-gradient(rgba(78, 142, 165, .33), rgba(78, 142, 165, .33)), url('../images/P1130894.jpeg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slider-kachel {
  z-index: 2;
  width: 100%;
  max-width: 350px;
  background-color: #fff;
  margin-right: -50px;
  padding: 35px 29px 35px 35px;
  position: relative;
}

.heading-slider {
  color: var(--black-2);
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
}

.heading-slider.white {
  color: #fff;
}

.body {
  font-family: Gilroy, sans-serif;
}

.heading-inserat {
  color: #000;
  margin-top: 5px;
  margin-bottom: 20px;
  font-family: Gilroy, sans-serif;
  font-size: 28px;
}

.paragraph {
  color: var(--light-grey);
  font-family: Gilroy, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
}

.paragraph.center {
  max-width: 250px;
  text-align: center;
  font-weight: 400;
}

.paragraph.hero {
  max-width: 250px;
  font-weight: 400;
}

.paragraph.formular {
  margin-top: 10px;
}

.location-wrapper {
  margin-top: 25px;
  display: flex;
}

.location-wrapper.grey {
  color: #000;
  margin-top: 20px;
  margin-bottom: 15px;
}

.location-icon {
  width: 15px;
  height: 15px;
  background-image: url('../images/Ort.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 5px;
}

.location-icon.grey {
  background-image: url('../images/ort_footer.svg');
}

.location-icon.grey._2 {
  background-image: url('../images/email_footer.svg');
}

.location-icon.grey._3 {
  background-image: url('../images/oeffnungszeiten.svg');
  background-size: contain;
}

.location-text {
  color: var(--black-2);
  margin-left: 5px;
  font-family: Gilroy, sans-serif;
  font-size: 11px;
  font-weight: 800;
  line-height: 15px;
}

.location-text.grey {
  color: gray;
  font-weight: 400;
}

.button-cta {
  letter-spacing: .3px;
  background-color: #000;
  padding: 9px 40px 10px;
  font-size: 11px;
  font-weight: 800;
}

.mask {
  width: 100vw;
  height: 100%;
  overflow: visible;
}

.left-arrow {
  width: 30px;
  height: 30px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  top: auto;
  bottom: 50px;
  left: 0%;
  right: auto;
}

.right-arrow {
  width: 30px;
  height: 30px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: none;
  top: auto;
  bottom: 50px;
  left: 32px;
  right: auto;
}

.text-block {
  color: #000;
  font-size: 12px;
}

.navbar {
  z-index: 999;
  width: 100%;
  height: 80px;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: fixed;
}

.fold-out {
  height: 35px;
  background-color: var(--black-2);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 5px;
  display: flex;
}

.fold-out.open {
  background-color: #fff;
}

.navlink {
  color: #fff;
  letter-spacing: .5px;
  font-family: Gilroy, sans-serif;
  font-size: 12px;
  font-weight: 800;
}

.navlink.open {
  color: var(--black-2);
}

.burger-button {
  width: 25px;
  height: 25px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 25px;
  transition: transform .2s;
  display: flex;
  position: relative;
}

.burger-button:hover {
  transform: translate(-3px);
}

.burger-button.open {
  background-color: var(--black-2);
  padding-right: 1px;
}

.stripe {
  width: 10px;
  height: 2px;
  background-color: var(--black-2);
  margin-top: 1px;
  margin-bottom: 1px;
}

.stripe.open {
  background-color: #fff;
  transform: translate(0, -2px);
}

.stripe.open.right {
  transform: rotate(45deg)translate(-1px, -2px);
}

.stripe.open.left {
  transform: rotate(-45deg)translate(-.6px, 2px);
}

.section-vorstellung {
  background-color: var(--black-3);
  padding-top: 70px;
  padding-bottom: 80px;
}

.heading {
  color: var(--black-2);
  font-family: Gilroy, sans-serif;
  font-size: 25px;
  line-height: 25px;
}

.heading.white {
  color: #fff;
}

.heading._1 {
  font-size: 22px;
}

.heading.kontakt {
  margin-bottom: 35px;
}

.vorstellung-grid {
  grid-column-gap: 10px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 30px;
  display: grid;
  position: relative;
}

.vorstellung-kachel {
  min-height: 350px;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 35px 34px 30px;
  transition: transform .1s;
  display: flex;
  box-shadow: 0 8px 10px -11px rgba(0, 0, 0, .19);
}

.vorstellung-kachel:hover {
  transform: scale(1.01);
}

.vorstellung-icon {
  width: 55%;
  height: 100px;
  background-image: url('../images/was_machen_wir.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  display: flex;
}

.vorstellung-icon._2 {
  background-image: url('../images/unser_team.svg');
}

.vorstellung-icon._3 {
  background-image: url('../images/wer_wir_sind.svg');
}

.link-kacheln {
  font-size: 12px;
  font-weight: 800;
}

.section-formular {
  background-color: var(--black-2);
  padding-top: 60px;
  padding-bottom: 80px;
}

.tabs {
  display: flex;
}

.tabs-menu {
  width: 30%;
  flex-direction: column;
  display: flex;
}

.tabs-content {
  width: 70%;
}

.tab-link-tab-1 {
  width: 70%;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 10px;
}

.text-block-2 {
  color: #fff;
}

.tab-link-tab-2 {
  width: 70%;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 10px;
}

.tab-link-tab-2.w--current {
  background-color: #fff;
}

.text-block-3 {
  color: var(--black-2);
}

.formular-grid {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.tab-wrapper {
  width: 70%;
}

.tab {
  width: 100%;
  height: 35px;
  cursor: pointer;
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5px;
  padding-left: 16px;
  display: flex;
}

.tab._2 {
  background-color: rgba(0, 0, 0, 0);
}

.icon-tab {
  width: 15px;
  height: 20px;
  background-image: url('../images/email.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 10px;
}

.icon-tab._2 {
  background-image: url('../images/beschwerde_weiss.svg');
}

.icon-tab._2.blue {
  background-image: url('../images/beschwerde.svg');
  display: none;
}

.icon-tab.white {
  background-image: url('../images/email_white.svg');
  display: none;
}

.tab-text {
  color: var(--black-2);
  font-weight: 800;
  line-height: 15px;
}

.tab-text._2 {
  color: #fff;
}

.email-wrapper {
  background-color: #fff;
  padding: 25px 35px;
}

.form {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.field-label {
  color: var(--light-grey);
  margin-bottom: 0;
  font-size: 11px;
  font-weight: 800;
}

.checkbox-label {
  color: var(--light-grey);
  font-size: 11px;
  font-weight: 800;
}

.textarea {
  color: var(--light-grey);
}

.checkbox-field {
  margin-top: 5px;
  margin-bottom: 20px;
}

.text-field {
  border: 1px solid var(--light-grey);
  color: #1d0e0e;
}

.text-field:focus {
  border-bottom: 2px solid var(--black-2);
  color: var(--black-2);
}

.text-link {
  color: var(--black-2);
}

.beschwerde-wrapper {
  background-color: #fff;
  padding: 25px 35px;
  display: none;
}

.section-formulare {
  padding-top: 70px;
  padding-bottom: 70px;
}

.download-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.download-kachel {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 45px 20px;
  transition: transform .1s;
  display: flex;
  box-shadow: 1px 1px 9px rgba(0, 0, 0, .14);
}

.download-kachel:hover {
  transform: scale(1.01);
}

.download-icon {
  width: 50px;
  height: 30px;
  background-image: url('../images/formulare.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.heading-download {
  color: var(--black-2);
  text-align: center;
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 20px;
}

.section-kontakt {
  padding-top: 80px;
  padding-bottom: 80px;
}

.kontakt-bg {
  background-color: var(--light-grey);
  background-image: linear-gradient(rgba(78, 142, 165, .37), rgba(78, 142, 165, .37)), url('../images/P1030515.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding: 60px;
}

.kontakt-kachel {
  width: 100%;
  max-width: 300px;
  color: #000;
  background-color: #fff;
  padding: 5px 30px 25px;
}

.footer {
  background-color: var(--black-2);
  padding-top: 40px;
  padding-bottom: 60px;
}

.sitemap-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 30px;
  display: grid;
}

.footerlink {
  opacity: .4;
  color: #fff;
  font-family: Gilroy, sans-serif;
  font-size: 12px;
  font-weight: 400;
  transition: opacity .2s;
}

.footerlink:hover {
  opacity: .7;
}

.sitemap-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.section-slider {
  padding-top: 90px;
  padding-bottom: 0;
}

.slider-2 {
  width: 80%;
  height: 600px;
}

.left-arrow-2, .slide-nav-2 {
  display: none;
}

.arrow-slider {
  width: 40px;
  height: 40px;
  background-color: #fff;
  background-image: url('../images/arrow_right.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 10px 12px;
  border-radius: 100px;
}

.right-arrow-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.slide-bild {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(#000, #fff);
}

.section-weitere {
  padding-top: 50px;
  padding-bottom: 50px;
}

.weitere-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.weitere-kachel {
  height: 200px;
  background-color: var(--black-2);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 30px;
  display: flex;
}

.heading-weitere {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
}

.overlay-vorstellung {
  z-index: 1;
  height: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 40px 55px;
  display: none;
  position: absolute;
  box-shadow: 2px 2px 20px -15px #000;
}

.overlay-wrapper {
  width: 100%;
  height: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr .5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-wrapper {
  max-width: 350px;
}

.close-button {
  cursor: pointer;
  display: flex;
  position: absolute;
  top: 6%;
  bottom: auto;
  left: auto;
  right: 4%;
}

.close-kreuz {
  width: 20px;
  height: 20px;
  background-image: url('../images/close.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.icon-tab-blue {
  z-index: 1;
  width: 15px;
  height: 20px;
  background-image: url('../images/email.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 10px;
  position: relative;
}

.icon-tab-blue._2 {
  background-image: url('../images/beschwerde_weiss.svg');
}

.icon-tab-blue._2.blue {
  background-image: url('../images/beschwerde.svg');
  display: none;
}

.icon-tab-blue.white {
  background-image: url('../images/email_white.svg');
  display: none;
}

.fold-out-menu {
  z-index: 2;
  background-color: var(--black-2);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.navlink-big {
  opacity: .4;
  color: #fff;
  letter-spacing: .5px;
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Gilroy, sans-serif;
  font-size: 28px;
  font-weight: 800;
  line-height: 28px;
  transition: opacity .2s;
}

.navlink-big:hover, .navlink-big.w--current {
  opacity: 1;
}

.menu-number {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 2%;
  left: 0%;
  right: 0%;
}

.section-legal {
  padding-top: 120px;
  padding-bottom: 80px;
}

.rich-text-block {
  max-width: 800px;
  font-family: Gilroy, sans-serif;
}

.link {
  color: var(--black-2);
}

.anfahrt {
  opacity: .4;
  color: #fff;
  text-align: left;
  font-size: 12px;
}

.trigger-overlay {
  z-index: 5;
  width: 105%;
  height: 105%;
  display: none;
  position: absolute;
}

@media screen and (max-width: 991px) {
  .heading._1 {
    text-align: center;
  }

  .vorstellung-icon {
    width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .vorstellung-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .formular-grid {
    grid-template-rows: auto auto;
  }

  .tab-wrapper {
    display: flex;
  }

  .tab._2 {
    margin-left: 10px;
  }

  .email-wrapper.beschwerde {
    display: none;
  }

  .form {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
  }

  .download-grid {
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
  }

  .kontakt-kachel {
    max-width: none;
  }

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

  .overlay-vorstellung {
    padding: 20px;
    display: none;
    position: relative;
  }

  .overlay-vorstellung.team {
    position: relative;
  }

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

@media screen and (max-width: 479px) {
  .container-1200 {
    width: 85vw;
  }

  .container-1200.centeer {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .slider-kachel {
    max-width: 350px;
    margin-top: -30px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .heading-inserat {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 26px;
  }

  .heading-inserat.hero {
    max-width: 210px;
  }

  .paragraph.hero {
    max-width: 200px;
    margin-top: 20px;
  }

  .section-vorstellung {
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .heading, .heading._1 {
    font-size: 20px;
  }

  .section-formular {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .formular-grid {
    margin-top: 20px;
  }

  .tab-wrapper {
    width: 100%;
  }

  .tab {
    width: 50%;
    justify-content: center;
    padding-left: 0;
  }

  .email-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .email-wrapper.beschwerde {
    display: none;
  }

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

  .checkbox-label {
    margin-top: 2px;
    line-height: 16px;
  }

  .beschwerde-wrapper {
    display: block;
  }

  .section-formulare {
    padding-top: 20px;
    padding-bottom: 45px;
  }

  .download-grid {
    margin-top: 20px;
  }

  .section-kontakt {
    background-image: linear-gradient(rgba(78, 142, 165, .43), rgba(78, 142, 165, .43)), url('../images/P1030515.jpeg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .kontakt-bg {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-position: 0 0;
    padding: 0;
  }

  .footer {
    padding-top: 25px;
    padding-bottom: 35px;
  }

  .sitemap-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 15px;
  }

  .sitemap-wrapper {
    align-items: center;
  }

  .overlay-vorstellung {
    padding-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
    display: none;
  }

  .overlay-wrapper {
    grid-row-gap: 10px;
  }

  .close-button {
    top: 3%;
    right: 5%;
  }

  .anfahrt {
    text-align: center;
  }
}

#w-node-b7156b57-a64c-23cf-6468-8b23b076b1b9-ef957eb2, #w-node-_67b97de9-4ee6-87e8-51ad-cddecc1208b3-ef957eb2, #w-node-b6b2c470-aa14-24a3-aeb1-608625aac525-ef957eb2, #w-node-b6b2c470-aa14-24a3-aeb1-608625aac52a-ef957eb2, #w-node-a51425bd-aa4d-4a1d-d356-8b4a9a0aa404-ef957eb2, #w-node-a51425bd-aa4d-4a1d-d356-8b4a9a0aa409-ef957eb2 {
  align-self: end;
}

#w-node-ca767d4a-1547-314a-9490-00de5389796e-ef957eb2 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-bb49ec2f-cce9-b314-a7bb-d96dc8e07941-ef957eb2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_1451befc-c8b3-18c3-fd01-1bcd5d6a010e-ef957eb2 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-b2d9499d-706c-7f81-ee0e-96c31096a334-ef957eb2 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-b2d9499d-706c-7f81-ee0e-96c31096a337-ef957eb2 {
  grid-area: 1 / 1 / 2 / 2;
}

#Vorname.w-node-b2d9499d-706c-7f81-ee0e-96c31096a33d-ef957eb2 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-b2d9499d-706c-7f81-ee0e-96c31096a339-ef957eb2 {
  grid-area: 1 / 2 / 2 / 3;
}

#Nachname.w-node-c4de9f8e-1600-ab34-ecba-f75f28bbaff9-ef957eb2 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-caea7aa6-9c52-232f-e33b-dab4b157ff38-ef957eb2 {
  grid-area: 3 / 1 / 4 / 2;
}

#Telefonnummer.w-node-df264945-2448-9f13-cbaf-178a71f34c9e-ef957eb2 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_6118da4c-4e8a-72ff-e6fc-8ada781f20bd-ef957eb2 {
  grid-area: 3 / 2 / 4 / 3;
}

#Mieter-Nummer.w-node-b2d9499d-706c-7f81-ee0e-96c31096a340-ef957eb2 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_4c13e0b3-da9f-b7ba-484b-45e40a13ede2-ef957eb2 {
  grid-area: 5 / 1 / 6 / 2;
}

#Email-Adresse.w-node-b2d9499d-706c-7f81-ee0e-96c31096a34e-ef957eb2 {
  grid-area: 6 / 1 / 7 / 2;
}

#w-node-b2d9499d-706c-7f81-ee0e-96c31096a33b-ef957eb2 {
  grid-area: 5 / 2 / 6 / 3;
}

#Anmerkung.w-node-b2d9499d-706c-7f81-ee0e-96c31096a341-ef957eb2 {
  grid-area: 6 / 2 / 9 / 3;
}

#w-node-b2d9499d-706c-7f81-ee0e-96c31096a33e-ef957eb2 {
  grid-area: 7 / 1 / 8 / 2;
}

#Adresse.w-node-b2d9499d-706c-7f81-ee0e-96c31096a34b-ef957eb2 {
  grid-area: 8 / 1 / 9 / 2;
}

#w-node-b2d9499d-706c-7f81-ee0e-96c31096a342-ef957eb2 {
  grid-area: 10 / 1 / 11 / 3;
}

#w-node-b2d9499d-706c-7f81-ee0e-96c31096a34c-ef957eb2 {
  grid-area: 11 / 1 / 12 / 2;
}

#w-node-b2d9499d-706c-7f81-ee0e-96c31096a34f-ef957eb2 {
  grid-area: 9 / 1 / 10 / 2;
}

#w-node-_5fb4ed1c-76e8-69d9-85d9-6f911844e321-ef957eb2 {
  grid-area: 9 / 2 / 10 / 3;
  justify-self: end;
}

#w-node-f625e5f6-79d6-fd84-09f2-4a0391ea9116-ef957eb2, #w-node-_9cbebdc6-e261-c8ea-0a2a-411218fcb23b-ef957eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_06092ea3-fe33-01b1-6ad3-abd946b71024-46b71016 {
  grid-area: 1 / 6 / 2 / 7;
  align-self: start;
}

#w-node-_06092ea3-fe33-01b1-6ad3-abd946b7101b-46b71016 {
  grid-area: 1 / 5 / 2 / 6;
  align-self: start;
}

#w-node-_3ddfeb39-06c1-9370-bbf8-d7fcaec7b55b-46b71016 {
  grid-area: 1 / 1 / 2 / 4;
}

@media screen and (max-width: 991px) {
  #Nachname.w-node-c4de9f8e-1600-ab34-ecba-f75f28bbaff9-ef957eb2 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #Telefonnummer.w-node-df264945-2448-9f13-cbaf-178a71f34c9e-ef957eb2 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #Mieter-Nummer.w-node-b2d9499d-706c-7f81-ee0e-96c31096a340-ef957eb2 {
    grid-area: 4 / 2 / 5 / 3;
  }

  #Email-Adresse.w-node-b2d9499d-706c-7f81-ee0e-96c31096a34e-ef957eb2 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #Anmerkung.w-node-b2d9499d-706c-7f81-ee0e-96c31096a341-ef957eb2 {
    grid-area: 6 / 2 / 9 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_198be6d6-7800-db17-aa87-9bf94b9ab007-ef957eb2 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-b6b2c470-aa14-24a3-aeb1-608625aac51c-ef957eb2 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-a51425bd-aa4d-4a1d-d356-8b4a9a0aa3fb-ef957eb2 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-a51425bd-aa4d-4a1d-d356-8b4a9a0aa404-ef957eb2 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-a51425bd-aa4d-4a1d-d356-8b4a9a0aa409-ef957eb2 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-bb49ec2f-cce9-b314-a7bb-d96dc8e07941-ef957eb2 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_1451befc-c8b3-18c3-fd01-1bcd5d6a010e-ef957eb2 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-b2d9499d-706c-7f81-ee0e-96c31096a334-ef957eb2 {
    grid-area: 1 / 1 / 3 / 3;
  }

  #Nachname.w-node-c4de9f8e-1600-ab34-ecba-f75f28bbaff9-ef957eb2 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-caea7aa6-9c52-232f-e33b-dab4b157ff38-ef957eb2 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #Telefonnummer.w-node-df264945-2448-9f13-cbaf-178a71f34c9e-ef957eb2 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_6118da4c-4e8a-72ff-e6fc-8ada781f20bd-ef957eb2 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #Mieter-Nummer.w-node-b2d9499d-706c-7f81-ee0e-96c31096a340-ef957eb2 {
    grid-area: 4 / 2 / 5 / 3;
  }

  #w-node-_4c13e0b3-da9f-b7ba-484b-45e40a13ede2-ef957eb2 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #Email-Adresse.w-node-b2d9499d-706c-7f81-ee0e-96c31096a34e-ef957eb2 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-b2d9499d-706c-7f81-ee0e-96c31096a33b-ef957eb2 {
    grid-area: 5 / 2 / 6 / 3;
  }

  #Anmerkung.w-node-b2d9499d-706c-7f81-ee0e-96c31096a341-ef957eb2 {
    grid-area: 6 / 2 / 9 / 3;
  }

  #w-node-b2d9499d-706c-7f81-ee0e-96c31096a33e-ef957eb2 {
    grid-area: 7 / 1 / 8 / 2;
  }

  #Adresse.w-node-b2d9499d-706c-7f81-ee0e-96c31096a34b-ef957eb2 {
    grid-area: 8 / 1 / 9 / 2;
  }

  #w-node-b2d9499d-706c-7f81-ee0e-96c31096a342-ef957eb2 {
    grid-area: 11 / 1 / 12 / 3;
  }

  #w-node-b2d9499d-706c-7f81-ee0e-96c31096a34c-ef957eb2 {
    grid-area: 12 / 1 / 13 / 3;
  }

  #w-node-b2d9499d-706c-7f81-ee0e-96c31096a34f-ef957eb2 {
    grid-area: 10 / 1 / 11 / 3;
  }

  #w-node-_5fb4ed1c-76e8-69d9-85d9-6f911844e321-ef957eb2 {
    grid-area: 9 / 1 / 10 / 3;
    justify-self: start;
  }

  #w-node-f625e5f6-79d6-fd84-09f2-4a0391ea9116-ef957eb2 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_9cbebdc6-e261-c8ea-0a2a-411218fcb23b-ef957eb2 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_06092ea3-fe33-01b1-6ad3-abd946b71024-46b71016 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_06092ea3-fe33-01b1-6ad3-abd946b7101b-46b71016 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_3ddfeb39-06c1-9370-bbf8-d7fcaec7b55b-46b71016 {
    grid-area: 1 / 1 / 2 / 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b2d9499d-706c-7f81-ee0e-96c31096a339-ef957eb2 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #Nachname.w-node-c4de9f8e-1600-ab34-ecba-f75f28bbaff9-ef957eb2 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-caea7aa6-9c52-232f-e33b-dab4b157ff38-ef957eb2 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #Telefonnummer.w-node-df264945-2448-9f13-cbaf-178a71f34c9e-ef957eb2 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_6118da4c-4e8a-72ff-e6fc-8ada781f20bd-ef957eb2 {
    grid-area: 9 / 1 / 10 / 2;
  }

  #Mieter-Nummer.w-node-b2d9499d-706c-7f81-ee0e-96c31096a340-ef957eb2 {
    grid-area: 10 / 1 / 11 / 2;
  }

  #w-node-_4c13e0b3-da9f-b7ba-484b-45e40a13ede2-ef957eb2 {
    grid-area: 7 / 1 / 8 / 2;
  }

  #Email-Adresse.w-node-b2d9499d-706c-7f81-ee0e-96c31096a34e-ef957eb2 {
    grid-area: 8 / 1 / 9 / 2;
  }

  #w-node-b2d9499d-706c-7f81-ee0e-96c31096a33b-ef957eb2 {
    grid-area: 13 / 1 / 14 / 2;
  }

  #Anmerkung.w-node-b2d9499d-706c-7f81-ee0e-96c31096a341-ef957eb2 {
    grid-area: 14 / 1 / 16 / 2;
  }

  #w-node-b2d9499d-706c-7f81-ee0e-96c31096a33e-ef957eb2 {
    grid-area: 11 / 1 / 12 / 2;
  }

  #Adresse.w-node-b2d9499d-706c-7f81-ee0e-96c31096a34b-ef957eb2 {
    grid-area: 12 / 1 / 13 / 2;
  }

  #w-node-b2d9499d-706c-7f81-ee0e-96c31096a342-ef957eb2 {
    grid-area: 18 / 1 / 19 / 2;
  }

  #w-node-b2d9499d-706c-7f81-ee0e-96c31096a34c-ef957eb2 {
    grid-area: 19 / 1 / 20 / 2;
  }

  #w-node-b2d9499d-706c-7f81-ee0e-96c31096a34f-ef957eb2 {
    grid-area: 17 / 1 / 18 / 2;
  }

  #w-node-_5fb4ed1c-76e8-69d9-85d9-6f911844e321-ef957eb2 {
    grid-area: 16 / 1 / 17 / 2;
  }

  #w-node-_06092ea3-fe33-01b1-6ad3-abd946b7101b-46b71016 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_3ddfeb39-06c1-9370-bbf8-d7fcaec7b55b-46b71016 {
    grid-area: 1 / 1 / 2 / 2;
  }
}


@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/39BF07_0_0.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-ExtraBold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: auto;
}