:root {
  --white: white;
  --blau_2: #0d1825e8;
  --gold-2: #b8a176;
  --blau_1: #203044;
}

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

.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 {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

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

.menu-item-underline {
  transform-origin: 0%;
  cursor: none;
  background-color: #b8a176;
  height: 1.7px;
  margin-top: 2px;
  font-size: 14px;
}

.menu-item-wrapper {
  cursor: default;
  margin: 0 20px;
  font-size: 14px;
  text-decoration: none;
}

.div-block-47 {
  flex-wrap: nowrap;
  place-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
}

.brand-2 {
  width: 35px;
  height: 35px;
}

.icon-3 {
  color: #b8a176;
}

.menu-item-text {
  z-index: 1;
  color: #b8a176;
  text-align: center;
  text-transform: uppercase;
  cursor: default;
  font-size: 15px;
  font-weight: 600;
  line-height: 19px;
  position: relative;
}

.image-12 {
  cursor: auto;
  width: 100%;
}

.div-block-45 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.navbar-4 {
  z-index: 99;
  background-color: var(--white);
  border-bottom: 1px solid #b8a176;
  justify-content: space-between;
  align-items: center;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 0 4px #505050;
}

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

.hero_section {
  background-image: linear-gradient(to bottom, var(--blau_2), var(--blau_2)), url('../images/Tim_Girke_Bild_02.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.hero_wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  padding-bottom: 0;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

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

.heading {
  color: var(--white);
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 12px;
  font-family: Playfairdisplay, sans-serif;
  font-size: 36px;
  line-height: 30px;
}

.div-block-49 {
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-50, .div-block-51 {
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.hero_text_wrapper {
  width: 900px;
  max-width: 900px;
  padding-top: 22px;
}

.paragraph {
  color: var(--gold-2);
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
}

.image-13 {
  padding-bottom: 35px;
}

.about_section {
  justify-content: center;
  display: flex;
}

.about_wrapper {
  flex-direction: column;
  width: 100%;
  max-width: 1200px;
  padding-top: 120px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.div-block-53 {
  object-fit: cover;
  background-image: url('../images/Tim_Girke.png');
  background-position: 37% 0;
  background-repeat: no-repeat;
  background-size: 600px;
  width: 45%;
  position: static;
  inset: 0% auto 0% 0%;
  overflow: visible;
}

.div-block-54 {
  width: 55%;
  padding-top: 40px;
  padding-bottom: 110px;
  padding-left: 20px;
}

.heading-2 {
  color: var(--white);
  margin-top: 0;
  font-family: Playfairdisplay, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 52px;
}

.hero_heading_wrapper {
  grid-column-gap: 30px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-14 {
  padding-bottom: 40px;
}

.button_1 {
  color: #b8a176;
  text-align: center;
  cursor: none;
  background-color: #0000;
  border: 2px solid #b8a176;
  border-radius: 0;
  margin-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 14px;
  font-weight: 500;
  transition: color .5s cubic-bezier(.445, .05, .55, .95), background-color .5s cubic-bezier(.445, .05, .55, .95);
}

.button_1:hover {
  color: #fff;
  background-color: #b8a176;
}

.button_1.gold {
  border-color: var(--gold-2);
  color: #fff;
  cursor: auto;
  background-color: #0000;
  font-size: 16px;
  transition: border-color .5s cubic-bezier(.445, .05, .55, .95), color .5s cubic-bezier(.445, .05, .55, .95), background-color .5s cubic-bezier(.445, .05, .55, .95);
}

.button_1.gold:hover {
  background-color: var(--gold-2);
  color: var(--white);
  border-color: #b8a176;
}

.button_1.gold {
  color: #fff;
  cursor: auto;
  background-color: #b8a176;
  border-color: #0000;
  transition: border-color .5s cubic-bezier(.445, .05, .55, .95), color .5s cubic-bezier(.445, .05, .55, .95), background-color .5s cubic-bezier(.445, .05, .55, .95);
}

.button_1.gold:hover {
  color: #b8a176;
  background-color: #0000;
  border-color: #b8a176;
}

.button_1._1 {
  cursor: auto;
}

.heading-3 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 6px;
}

.heading-4 {
  color: var(--gold-2);
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Playfairdisplay, sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 55px;
}

.paragraph-2 {
  color: var(--gold-2);
  margin-top: 30px;
  margin-bottom: 20px;
  font-family: Playfairdisplay, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 32px;
}

.div-block-55, .div-block-56 {
  display: flex;
}

.div-block-57 {
  width: 45%;
  padding-top: 40px;
  padding-left: 75px;
}

.div-block-58 {
  width: 55%;
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 75px;
}

.list-item {
  color: var(--white);
}

.list-item-2 {
  font-size: 16px;
  line-height: 30px;
}

.paragraph-3, .paragraph-4 {
  text-align: justify;
  font-size: 16px;
}

.leistungen_section {
  background-image: linear-gradient(#0d1825 8%, #0d182559 91%), url('../images/Tim_Girke_Bild_01.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  display: flex;
}

.leistungen_wrapper {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding: 120px 60px;
  display: flex;
}

.heading-6 {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 2px;
}

.heading-7 {
  color: var(--gold-2);
  text-transform: uppercase;
  margin-top: 0;
  font-family: Playfairdisplay, sans-serif;
  font-size: 52px;
  line-height: 55px;
}

.paragraph-5 {
  color: var(--white);
  margin-top: 35px;
  font-size: 18px;
}

.grid {
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  padding-top: 35px;
  padding-bottom: 35px;
}

.card {
  grid-column-gap: 20px;
  background-color: var(--blau_1);
  border: 2px solid #0000;
  align-items: flex-start;
  padding: 30px 20px;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.card:hover {
  border: 2px solid var(--gold-2);
  background-color: #1a293a;
}

.div-block-60 {
  justify-content: flex-start;
  align-items: center;
  min-width: 60px;
  display: flex;
  position: static;
}

.heading-8 {
  color: var(--white);
  text-align: left;
  text-transform: uppercase;
}

.list {
  color: var(--gold-2);
  padding-left: 20px;
  font-size: 16px;
  line-height: 28px;
}

.text-span, .text-span-2, .text-span-3, .text-span-4, .text-span-5 {
  color: var(--white);
}

.html-embed {
  color: var(--white);
  text-transform: uppercase;
  padding-bottom: 25px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.slider {
  background-color: #0000;
  width: 70%;
}

.div-block-61 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-left: 90px;
  padding-right: 90px;
  display: flex;
}

.paragraph-6 {
  color: var(--white);
  text-align: center;
  margin-bottom: 0;
  padding-top: 35px;
  font-size: 16px;
}

.paragraph-7 {
  padding-top: 0;
}

.paragraph-8 {
  color: var(--gold-2);
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.icon-4, .icon-5 {
  color: var(--gold-2);
}

.kontakt-section {
  justify-content: center;
  display: flex;
}

.kontakt_wrapper {
  width: 100%;
  max-width: 1200px;
  padding: 120px 60px;
  display: flex;
}

.div-block-62 {
  width: 50%;
  padding-right: 50px;
}

.div-block-63 {
  width: 50%;
  padding-left: 50px;
}

.heading-9 {
  color: var(--gold-2);
  text-transform: uppercase;
  font-family: Playfairdisplay, sans-serif;
  font-size: 52px;
  line-height: 55px;
}

.paragraph-9 {
  font-size: 16px;
}

.div-block-21 {
  grid-column-gap: 30px;
  justify-content: flex-start;
  display: flex;
}

.text-field {
  border-top: 0 solid #000;
  border-left: 0 solid #000;
  border-right: 0 solid #000;
}

.textarea {
  min-height: 150px;
}

.checkbox {
  color: #b8a176;
  border: 1px solid #b8a176;
}

.submit-button {
  color: #b8a176;
  cursor: auto;
  background-color: #0000;
  border: 2px solid #b8a176;
  margin-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 500;
  transition: color .5s cubic-bezier(.445, .05, .55, .95), background-color .5s cubic-bezier(.445, .05, .55, .95);
}

.submit-button:hover {
  color: #fff;
  background-color: #b8a176;
}

.footer_section {
  background-color: var(--blau_1);
  justify-content: center;
  display: flex;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-items: start center;
}

.footer_wrapper {
  width: 100%;
  max-width: 1200px;
  padding-top: 35px;
  padding-left: 60px;
  padding-right: 60px;
}

.heading-10 {
  color: var(--gold-2);
  text-transform: uppercase;
  font-size: 16px;
}

.div-block-64 {
  grid-column-gap: 10px;
  align-items: flex-start;
  padding-top: 10px;
  display: flex;
}

.link {
  color: var(--white);
  font-size: 16px;
  text-decoration: none;
  transition: color .3s;
}

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

.link._2 {
  font-size: 14px;
}

.paragraph-10 {
  font-size: 16px;
}

.div-block-65 {
  flex-direction: column;
  display: flex;
}

.link-copy {
  color: var(--white);
  padding-top: 7px;
  font-size: 16px;
  text-decoration: none;
  transition: color .3s;
}

.link-copy:hover {
  color: var(--gold-2);
}

.div-block-66 {
  border-top: 2px solid var(--gold-2);
  flex-direction: row;
  justify-content: space-between;
  margin-top: 20px;
  padding-top: 12px;
  padding-bottom: 20px;
  display: flex;
}

.text-block, .text-block-2 {
  color: var(--white);
}

.grid_footer_tablet {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  display: none;
}

.div-block-68, .div-block-69 {
  flex-direction: column;
  align-items: center;
}

.div-block-72 {
  height: 100px;
  padding-top: 40px;
  display: none;
}

.menu-item-wrapper-copy {
  cursor: default;
  margin: 0 20px;
  font-size: 14px;
  text-decoration: none;
}

.datenschutz_wrapper {
  flex-direction: column;
  width: 100%;
  max-width: 1200px;
  padding: 120px 60px;
  display: flex;
}

.section {
  justify-content: center;
  display: flex;
}

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

.impressum_wrapper {
  flex-direction: column;
  width: 100%;
  max-width: 1200px;
  padding: 120px 60px;
  display: flex;
}

.section_impressum {
  justify-content: center;
  display: flex;
}

.leistungen {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.menu_item_sub {
  cursor: default;
  margin: 0 20px;
  font-size: 14px;
  text-decoration: none;
}

.link-2 {
  color: var(--gold-2);
  text-decoration: none;
  transition: color .3s;
}

.link-2:hover {
  color: #333;
}

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

._404_section {
  justify-content: center;
  height: 80vh;
  display: flex;
}

._404_wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: auto;
  padding-top: 0;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.heading-11 {
  color: var(--gold-2);
  text-align: center;
  margin-top: 0;
  font-family: Playfairdisplay, sans-serif;
  font-size: 100px;
  line-height: 100px;
}

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

.paragraph-11 {
  text-align: center;
  padding-top: 25px;
  font-size: 20px;
}

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

.danke_wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: auto;
  padding-top: 0;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.heading-12 {
  color: var(--gold-2);
  margin-top: 10px;
  font-family: Playfairdisplay, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.heading-13 {
  color: var(--gold-2);
  margin-bottom: 0;
  font-family: Playfairdisplay, sans-serif;
  font-size: 45px;
}

.success-message {
  background-color: var(--gold-2);
  color: var(--white);
  font-weight: 700;
}

.text-block-3, .text-block-4 {
  font-size: 16px;
  font-weight: 600;
}

@media screen and (min-width: 1280px) {
  .nav-menu-2 {
    color: #b8a176;
    display: flex;
  }

  .brand-2 {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .div-block-45 {
    max-width: 1400px;
  }

  .navbar-4 {
    background-color: #fff;
    width: 100%;
    position: fixed;
    top: 0;
  }

  .hero_wrapper {
    max-width: 1400px;
  }

  .about_section {
    justify-content: center;
    display: flex;
  }

  .about_wrapper {
    max-width: 1400px;
  }

  .leistungen_section {
    justify-content: center;
    display: flex;
  }

  .leistungen_wrapper {
    max-width: 1400px;
  }

  .slider {
    width: 70%;
  }

  .kontakt-section {
    justify-content: center;
    display: flex;
  }

  .kontakt_wrapper {
    max-width: 1400px;
  }

  .div-block-62 {
    padding-right: 128px;
  }

  .footer_wrapper, .datenschutz_wrapper, .impressum_wrapper {
    max-width: 1400px;
  }

  ._404_section {
    justify-content: center;
    display: flex;
  }

  ._404_wrapper, .danke_wrapper {
    max-width: 1400px;
  }
}

@media screen and (max-width: 991px) {
  .nav-menu-2 {
    background-color: #fff;
  }

  .menu-item-wrapper {
    margin: 15px 0;
  }

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

  .div-block-47 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 30px;
  }

  .div-block-45 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .hero_text_wrapper {
    width: 100%;
  }

  .paragraph {
    line-height: 28px;
  }

  .about_wrapper {
    padding-bottom: 120px;
  }

  .div-block-53 {
    background-repeat: no-repeat;
  }

  .div-block-54 {
    padding-bottom: 0;
  }

  .heading-2 {
    font-size: 42px;
    line-height: 46px;
  }

  .button_1._1 {
    margin-left: 0;
  }

  .paragraph-3 {
    margin-bottom: 0;
  }

  .leistungen_section {
    background-position: 0 0, 50% 130%;
  }

  .paragraph-5 {
    text-align: center;
  }

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

  .slider {
    width: 100%;
  }

  .div-block-62 {
    padding-right: 0;
  }

  .heading-9 {
    margin-top: 0;
  }

  .div-block-21 {
    grid-column-gap: 0px;
    flex-direction: column;
    justify-content: flex-start;
    padding-right: 0;
  }

  .grid-2 {
    grid-template-rows: auto auto;
    display: none;
  }

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

  .grid_footer_tablet {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: start center;
    display: grid;
  }

  .div-block-72 {
    height: 18%;
    padding-top: 0;
    display: block;
  }

  .menu-item-wrapper-copy {
    margin: 15px 0;
  }

  .datenschutz_wrapper, .impressum_wrapper {
    padding-bottom: 120px;
  }

  .menu_item_sub {
    margin: 15px 0;
  }

  ._404_wrapper {
    padding-bottom: 120px;
  }

  .danke_wrapper {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .menu-button-2.w--open {
    background-color: #0000;
  }

  .div-block-47 {
    display: flex;
  }

  .brand-2 {
    padding-left: 0;
  }

  .brand-2.w--current {
    width: 35px;
    padding-left: 0;
  }

  .div-block-45, .hero_wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .paragraph {
    font-size: 20px;
    line-height: 26px;
  }

  .about_wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-53 {
    background-position: 49% 0;
  }

  .heading-2 {
    margin-bottom: 0;
    font-size: 30px;
    line-height: 42px;
  }

  .hero_heading_wrapper {
    grid-column-gap: 20px;
  }

  .leistungen_section {
    background-position: 0 0, 50% 114%;
  }

  .leistungen_wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .html-embed {
    font-size: 20px;
  }

  .kontakt_wrapper {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .div-block-63 {
    width: 100%;
    padding-top: 75px;
    padding-left: 0;
  }

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

  .footer_wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-64 {
    grid-row-gap: 8px;
    flex-direction: column;
    align-items: center;
  }

  .div-block-65 {
    align-items: center;
  }

  .div-block-66 {
    grid-row-gap: 6px;
    flex-direction: column;
    align-items: center;
  }

  .text-block {
    text-align: center;
  }

  .grid_footer_tablet {
    display: none;
  }

  .div-block-68 {
    justify-content: center;
    display: flex;
  }

  .div-block-69, .div-block-70 {
    flex-direction: column;
    align-items: center;
    padding-top: 12px;
    display: flex;
  }

  .div-block-71 {
    flex-direction: column;
    align-items: center;
    padding-top: 11px;
    display: flex;
  }

  .div-block-72 {
    height: 15%;
  }

  .datenschutz_wrapper, .impressum_wrapper, ._404_wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .danke_wrapper {
    padding-bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu-2 {
    background-color: #fff;
  }

  .menu-button-2 {
    background-color: #fff;
    padding-right: 0;
  }

  .div-block-47 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 25px;
  }

  .brand-2.w--current {
    padding-left: 0;
  }

  .div-block-45 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar-4 {
    width: 100vw;
  }

  .hero_wrapper {
    justify-content: center;
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero_text_wrapper {
    max-width: 900px;
  }

  .about_section {
    height: auto;
  }

  .about_wrapper {
    padding: 70px 0 90px;
  }

  .div-block-53 {
    background-position: 40% 0;
    width: 100%;
    height: 500px;
  }

  .div-block-54 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-2 {
    font-size: 34px;
    line-height: 37px;
  }

  .hero_heading_wrapper {
    flex-direction: column;
  }

  .image-14 {
    width: 50px;
    max-width: 50%;
    display: none;
  }

  .button_1._1 {
    margin-left: 0;
  }

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

  .div-block-55 {
    flex-direction: column;
  }

  .leistungen_section {
    background-image: linear-gradient(#0d1825 84%, #0d182559), url('../images/Tim_Girke_Bild_01.jpg');
    background-position: 0 0, 50% 114%;
  }

  .leistungen_wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .card {
    grid-row-gap: 15px;
    flex-direction: column;
  }

  .kontakt_wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .div-block-21 {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer_wrapper {
    padding-top: 90px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block {
    text-align: center;
  }

  .div-block-72 {
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .datenschutz_wrapper, .impressum_wrapper {
    padding: 90px 20px;
  }

  ._404_wrapper {
    padding: 70px 0 90px;
  }

  .danke_wrapper {
    padding: 0;
  }
}

#w-node-_1e84cee2-76cf-b8e1-ca34-d6e875226250-82233aa8, #w-node-a735706d-d29b-5504-bd18-e5eff2b200bd-82233aa8, #w-node-_18e0a83a-e011-7155-8ea8-3d922de72bc1-82233aa8, #w-node-_9a023c7e-506c-befb-2e1c-e9a1b2021bcc-82233aa8, #w-node-_1be0f8f1-0e72-af1c-5672-0efef7d96d05-82233aa8, #w-node-_8ed05732-638b-690f-779b-ce1b7f079eea-82233aa8, #w-node-_9b132ad1-124b-3e19-b54e-8b9d3ac3a095-82233aa8, #w-node-_9b132ad1-124b-3e19-b54e-8b9d3ac3a0a2-82233aa8, #w-node-_9b132ad1-124b-3e19-b54e-8b9d3ac3a0b7-82233aa8, #w-node-_64ca45c3-4d1f-2e0d-a105-3914b891613b-82233aa8, #w-node-bc067d76-dbf4-760a-b6f4-faa938951536-82233aa8, #w-node-_41561f6f-7202-50b4-8cb6-cf27852bd695-82233aa8, #w-node-ee867600-ccc5-3c00-8adb-84915e50342d-82233aa8, #w-node-_4b337e7c-77b1-7728-dc42-99cb4a56990f-60233aab, #w-node-_4b337e7c-77b1-7728-dc42-99cb4a569911-60233aab, #w-node-_4b337e7c-77b1-7728-dc42-99cb4a56992e-60233aab, #w-node-_4b337e7c-77b1-7728-dc42-99cb4a56993c-60233aab, #w-node-_4b337e7c-77b1-7728-dc42-99cb4a56993e-60233aab, #w-node-_4b337e7c-77b1-7728-dc42-99cb4a569949-60233aab, #w-node-_4b337e7c-77b1-7728-dc42-99cb4a56995e-60233aab, #w-node-_3e20216f-1764-943c-766f-d1d2d28bbba6-d0233aac, #w-node-_3e20216f-1764-943c-766f-d1d2d28bbba8-d0233aac, #w-node-_3e20216f-1764-943c-766f-d1d2d28bbbc5-d0233aac, #w-node-_3e20216f-1764-943c-766f-d1d2d28bbbd3-d0233aac, #w-node-_3e20216f-1764-943c-766f-d1d2d28bbbd5-d0233aac, #w-node-_3e20216f-1764-943c-766f-d1d2d28bbbe0-d0233aac, #w-node-_3e20216f-1764-943c-766f-d1d2d28bbbf5-d0233aac, #w-node-_2d683fb5-57ac-4ba0-99f3-42f17439c31e-a40fa392, #w-node-_2d683fb5-57ac-4ba0-99f3-42f17439c320-a40fa392, #w-node-_2d683fb5-57ac-4ba0-99f3-42f17439c33d-a40fa392, #w-node-_2d683fb5-57ac-4ba0-99f3-42f17439c34b-a40fa392, #w-node-_2d683fb5-57ac-4ba0-99f3-42f17439c34d-a40fa392, #w-node-_2d683fb5-57ac-4ba0-99f3-42f17439c358-a40fa392, #w-node-_2d683fb5-57ac-4ba0-99f3-42f17439c36d-a40fa392, #w-node-_3fadeabd-b9ee-3846-279e-5354a03ee4f6-8328d020, #w-node-_3fadeabd-b9ee-3846-279e-5354a03ee4f8-8328d020, #w-node-_3fadeabd-b9ee-3846-279e-5354a03ee515-8328d020, #w-node-_3fadeabd-b9ee-3846-279e-5354a03ee523-8328d020, #w-node-_3fadeabd-b9ee-3846-279e-5354a03ee525-8328d020, #w-node-_3fadeabd-b9ee-3846-279e-5354a03ee530-8328d020, #w-node-_3fadeabd-b9ee-3846-279e-5354a03ee545-8328d020 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Playfairdisplay';
  src: url('../fonts/PlayfairDisplay-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Playfairdisplay';
  src: url('../fonts/PlayfairDisplay-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Playfairdisplay';
  src: url('../fonts/PlayfairDisplay-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Playfairdisplay';
  src: url('../fonts/PlayfairDisplay-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Playfairdisplay';
  src: url('../fonts/PlayfairDisplay-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Playfairdisplay';
  src: url('../fonts/PlayfairDisplay-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Playfairdisplay';
  src: url('../fonts/PlayfairDisplay-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Playfairdisplay';
  src: url('../fonts/PlayfairDisplay-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Playfairdisplay';
  src: url('../fonts/PlayfairDisplay-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Playfairdisplay';
  src: url('../fonts/PlayfairDisplay-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Playfairdisplay';
  src: url('../fonts/PlayfairDisplay-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Playfairdisplay';
  src: url('../fonts/PlayfairDisplay-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}