:root {
  --purple: #4d0026;
}

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

.section {
  height: 100vh;
  background-color: #290015;
  background-image: linear-gradient(#290015, #290015);
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.image {
  z-index: 2;
  width: 100%;
  height: 100vh;
  max-width: 100%;
  filter: blur();
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: auto;
}

.div-block {
  z-index: 3;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 0 51px;
  display: flex;
  position: static;
  top: 38vh;
}

.heading {
  color: #fff;
  text-align: center;
  text-shadow: 0 0 20px #000;
  mix-blend-mode: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Frankruhllibre, sans-serif;
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.1;
}

.subheadline {
  max-width: 570px;
  color: #fff;
  text-align: center;
  text-shadow: 0 0 20px #000;
  border: 1px #000;
  margin-top: 8px;
  font-family: Opensans, sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.3;
}

.divider-white {
  width: 100px;
  height: 1px;
  background-color: #fff;
  margin-top: 15px;
  margin-bottom: 15px;
}

.navbar {
  width: 100%;
  background-color: #290015;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.div-block-2 {
  width: 100%;
  max-width: 2000px;
  justify-content: space-between;
  align-items: center;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.nav-link {
  color: #fff;
  font-family: Opensans, sans-serif;
  font-size: 1rem;
}

.nav-link.w--current {
  color: #fff;
}

.brand {
  height: 100%;
  color: #fff;
  justify-content: center;
  align-items: center;
  font-family: Frankruhllibre, sans-serif;
  display: flex;
}

.text-block {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 300;
}

.button-light-navbar-desktop {
  color: #4d0026;
  background-color: #f0f0e6;
  border-radius: 400px;
  padding: 12px 25px;
  font-family: Opensans, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.1;
  display: block;
}

.section-2 {
  background-color: #fffff9;
  justify-content: center;
  align-items: flex-start;
  padding-top: 150px;
  padding-bottom: 100px;
  display: flex;
  overflow: visible;
}

.div-block-3 {
  width: 100%;
  max-width: 2000px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.div-block-left {
  width: 40%;
  justify-content: flex-end;
  align-items: flex-start;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 200px;
}

.div-block-right {
  width: 60%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: center;
  align-items: flex-start;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: relative;
  top: auto;
}

.div-block-6 {
  z-index: 1;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0;
  display: flex;
  position: relative;
}

.heading2 {
  width: 100%;
  color: var(--purple);
  text-align: left;
  mix-blend-mode: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Frankruhllibre, sans-serif;
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.1;
}

.divider-dark {
  width: 100px;
  height: 1px;
  background-color: var(--purple);
  margin-top: 15px;
  margin-bottom: 18px;
}

.text-block-2 {
  max-width: 290px;
  color: var(--purple);
  margin-bottom: 18px;
  font-family: Opensans, sans-serif;
  font-size: 1.1rem;
  line-height: 1.4;
}

.div-block-7 {
  z-index: 1;
  background-color: #290015;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.button-dark {
  background-color: var(--purple);
  color: #f0f0e6;
  border-radius: 400px;
  padding: 12px 25px;
  font-family: Opensans, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.1;
}

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

.partner-card {
  width: 260px;
  height: 260px;
  object-fit: fill;
  background-color: #fff;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 50px;
  display: flex;
  position: relative;
  box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}

.image-2 {
  object-fit: fill;
  padding: 0;
  display: block;
}

.text-block-3 {
  width: auto;
  text-align: center;
  font-family: Opensans, sans-serif;
  font-size: 1.1rem;
  line-height: 1.2;
  position: absolute;
  top: auto;
  bottom: 20px;
  left: 10px;
  right: 10px;
}

.partner-wrap {
  width: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-menu {
  width: auto;
  align-items: center;
  display: flex;
}

.button-light-mobile {
  color: #4d0026;
  background-color: #f0f0e6;
  border-radius: 400px;
  padding: 12px 25px;
  font-family: Opensans, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  display: none;
}

.section-3 {
  background-color: #f0f0e6;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.div-block-8 {
  width: 100%;
  max-width: 2000px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-block-left-2 {
  width: 50%;
  justify-content: flex-end;
  align-items: center;
  padding-left: 100px;
  padding-right: 200px;
  display: flex;
}

.div-block-right-2 {
  width: 50%;
  padding-left: 50px;
  padding-right: 100px;
  display: flex;
}

.bold-text {
  font-weight: 500;
}

.text-block-4 {
  max-width: 390px;
  color: var(--purple);
  margin-top: 18px;
  margin-bottom: 18px;
  padding-left: 0;
  font-family: Opensans, sans-serif;
  font-size: 1.1rem;
  line-height: 1.4;
}

.div-block-9 {
  width: 100%;
  align-items: flex-start;
  display: flex;
}

.divider-dark-horizontal {
  width: 1px;
  height: 100px;
  background-color: var(--purple);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 18px;
}

.section-4 {
  background-color: #290015;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.div-block-10 {
  width: 100%;
  max-width: 2000px;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  display: flex;
}

.div-block-left-3 {
  width: 60%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 150px 100px;
  display: flex;
}

.div-block-right-3 {
  width: 40%;
  object-fit: cover;
}

.image-3 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.heading3-white {
  width: 100%;
  max-width: 380px;
  color: #fff;
  text-align: left;
  mix-blend-mode: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Frankruhllibre, sans-serif;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.1;
}

.button-light {
  color: #4d0026;
  background-color: #f0f0e6;
  border-radius: 400px;
  padding: 12px 25px;
  font-family: Opensans, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.1;
  display: block;
}

.section-5 {
  background-color: #fffff9;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 20px;
  display: flex;
}

.heading-dark {
  color: var(--purple);
  text-align: center;
  mix-blend-mode: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Frankruhllibre, sans-serif;
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.1;
}

.subheadline-dark {
  max-width: 600px;
  color: var(--purple);
  text-align: center;
  border: 1px #000;
  margin-top: 8px;
  font-family: Opensans, sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.3;
}

.section-partner {
  height: 80vh;
  background-color: #fffff9;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  display: flex;
  position: relative;
}

.divider-dark-hero {
  width: 100px;
  height: 1px;
  background-color: var(--purple);
  margin-top: 15px;
  margin-bottom: 15px;
}

.section-2-partner {
  background-color: #fffff9;
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 100px;
  display: flex;
}

.div-block-3-partner {
  width: 100%;
  max-width: 2000px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.partner-card-large {
  width: 80%;
  height: auto;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  object-fit: fill;
  background-color: #fff;
  border-radius: 5px;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: center;
  align-items: center;
  padding: 50px;
  display: flex;
  position: relative;
  box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}

.text-block-3-cop {
  width: auto;
  text-align: center;
  font-family: Opensans, sans-serif;
  font-size: 1.1rem;
  line-height: 1.2;
  position: absolute;
  top: auto;
  bottom: 20px;
  left: 10px;
  right: 10px;
}

.image-partner {
  width: 160px;
}

.div-block-11 {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 0;
  display: flex;
}

.heading-partner {
  width: 100%;
  color: var(--purple);
  text-align: left;
  mix-blend-mode: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Frankruhllibre, sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.1;
}

.text-block-partner {
  max-width: none;
  color: var(--purple);
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Opensans, sans-serif;
  font-size: .9rem;
  line-height: 1.4;
}

.section-ber-mich {
  height: 80vh;
  background-color: #f0f0e6;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  display: flex;
  position: relative;
}

.div-block-partner {
  z-index: 3;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 0 51px;
  display: flex;
  position: relative;
}

.section-2-ber-mich {
  background-color: #f0f0e6;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 150px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.div-block-12 {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 200px;
  grid-row-gap: 200px;
  background-color: #fffff9;
  border-radius: 8px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 100px;
  display: flex;
  position: relative;
}

.image-4 {
  height: auto;
}

.div-block-13-right {
  width: 34%;
  min-width: auto;
  object-fit: fill;
  justify-content: flex-end;
  align-items: center;
  padding-left: 0;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 160px;
}

.div-block-13-left {
  width: 54%;
  min-width: 200px;
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.div-block-11-ber-mich {
  width: 100%;
  max-width: none;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 0;
  display: flex;
}

.heading-ber-mich {
  width: 100%;
  color: var(--purple);
  text-align: left;
  mix-blend-mode: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Frankruhllibre, sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.1;
}

.text-block-ber-mich {
  max-width: none;
  color: var(--purple);
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Opensans, sans-serif;
  font-size: .9rem;
  line-height: 1.4;
}

.div-block-13 {
  width: 100%;
  grid-column-gap: 8%;
  grid-row-gap: 8%;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.image-5 {
  height: 100%;
  max-width: 100%;
  min-width: auto;
  object-fit: cover;
  border-radius: 3px;
}

.div-block-13-right-2 {
  width: 48%;
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.div-block-13-left-2 {
  width: 48%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-right: 0;
  display: flex;
}

.div-block-14 {
  width: 100%;
  max-width: 600px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-dark-footer {
  color: var(--purple);
  text-align: center;
  mix-blend-mode: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Frankruhllibre, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.1;
}

.text-block-2-footer {
  max-width: 290px;
  color: var(--purple);
  margin-bottom: 18px;
  font-family: Opensans, sans-serif;
  font-size: .9rem;
  font-weight: 300;
  line-height: 1.4;
}

.div-block-15 {
  width: 260px;
  height: 1px;
  background-color: var(--purple);
  margin-bottom: 18px;
}

.text-block-5 {
  color: var(--purple);
  margin-bottom: 6px;
  font-family: Opensans, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.4;
}

.link {
  color: var(--purple);
  font-weight: 700;
  text-decoration: none;
}

.div-block-16 {
  margin-top: 80px;
}

.link-block {
  color: #b6b6b6;
  margin-left: 5px;
  margin-right: 5px;
  text-decoration: none;
}

.text-block-6 {
  color: #999;
  font-family: Opensans, sans-serif;
}

.section-kontakt {
  height: 50vh;
  background-color: #f0f0e6;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  display: flex;
  position: relative;
}

.form-block {
  width: 100%;
  font-family: Opensans, sans-serif;
  font-weight: 400;
}

.div-block-12-kontakt {
  width: 100%;
  max-width: 700px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fffff9;
  border-radius: 8px;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding: 80px;
  display: flex;
}

.divider-dark-hero-kontakt {
  width: 100px;
  height: 1px;
  background-color: var(--purple);
  margin-top: 15px;
  margin-bottom: 0;
}

.field-label, .field-label-2 {
  font-weight: 400;
}

.text-field, .text-field-2 {
  background-color: #fffffa;
  border: 1px #000;
  border-bottom-style: solid;
  margin-bottom: 20px;
}

.textarea {
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom-style: solid;
  margin-bottom: 20px;
}

.text-block-7 {
  color: #999;
  font-family: Opensans, sans-serif;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

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

.section-6 {
  background-color: #f0f0e6;
  justify-content: center;
  align-items: center;
  padding: 0 20px 150px;
  display: flex;
}

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

.section-rechtlich {
  height: 50vh;
  background-color: #f0f0e6;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  display: flex;
  position: relative;
}

.text-span, .bold-text-2 {
  font-size: 22px;
  font-weight: 500;
}

.bold-text-3 {
  font-weight: 500;
}

.div-block-17 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-2-danke {
  max-width: 290px;
  color: var(--purple);
  margin-bottom: 0;
  font-family: Opensans, sans-serif;
  font-size: 1.1rem;
  line-height: 1.4;
}

.section-2-danke {
  height: 50vh;
  background-color: #f0f0e6;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 150px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.link-kontakt {
  color: var(--purple);
  text-decoration: none;
}

.link-2 {
  text-decoration: none;
}

.checkbox-label {
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
}

.checkbox-field {
  margin-bottom: 15px;
}

.link-footer {
  color: var(--purple);
  font-weight: 700;
  text-decoration: none;
}

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

.success-message {
  background-color: rgba(221, 221, 221, 0);
}

.text-block-9 {
  font-size: 20px;
  line-height: 1.2;
}

.text-block-10 {
  font-size: 16px;
  line-height: 1.2;
}

.error-message {
  padding: 20px;
}

@media screen and (max-width: 991px) {
  .div-block-2 {
    padding-left: 20px;
    padding-right: 2px;
  }

  .button-light-navbar-desktop {
    display: none;
  }

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

  .div-block-right {
    width: 50%;
    padding-left: 0;
    padding-right: 20px;
  }

  .partner-wrap {
    width: auto;
    flex: 0 auto;
  }

  .nav-menu {
    background-color: #35001b;
    flex-wrap: nowrap;
    padding: 0 10px 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
  }

  .button-light-mobile {
    width: auto;
    object-fit: contain;
    flex: 0 auto;
    display: block;
  }

  .div-block-left-2 {
    width: 40%;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .div-block-left-3 {
    width: 70%;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .div-block-right-3 {
    width: 30%;
  }

  .heading3-white {
    max-width: 300px;
    font-size: 2rem;
  }

  .button-light {
    display: block;
  }

  .partner-card-large {
    flex-wrap: wrap;
  }

  .section-2-ber-mich {
    padding-bottom: 100px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-12 {
    padding: 50px;
  }

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

  .section-6 {
    padding-bottom: 100px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-17 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    align-items: flex-start;
  }

  .menu-button {
    background-color: rgba(0, 0, 0, 0);
  }

  .menu-button.w--open {
    color: rgba(0, 0, 0, 0);
    background-color: #34001b;
  }

  .icon {
    color: #fff;
  }

  .section-2-danke {
    padding-bottom: 100px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 767px) {
  .heading {
    text-shadow: 0 0 4px #000;
    font-size: 2.5rem;
  }

  .subheadline {
    font-size: 1rem;
  }

  .div-block-left {
    top: 80px;
  }

  .heading2 {
    font-size: 2.5rem;
  }

  .text-block-2, .button-dark {
    font-size: 1rem;
  }

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

  .text-block-4 {
    font-size: 1rem;
  }

  .div-block-left-3 {
    padding: 50px;
  }

  .button-light {
    font-size: 1rem;
  }

  .heading-dark {
    font-size: 2.5rem;
  }

  .subheadline-dark {
    font-size: 1rem;
  }

  .partner-card-large {
    width: 90%;
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    padding: 30px;
  }

  .div-block-12 {
    padding: 30px;
  }

  .div-block-13-right {
    top: 65px;
  }

  .div-block-12-kontakt {
    padding: 50px;
  }

  .text-field, .text-field-2 {
    background-color: rgba(0, 0, 0, 0);
  }

  .text-block-2-danke {
    font-size: 1rem;
  }
}

@media screen and (max-width: 479px) {
  .div-block {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-2 {
    flex-wrap: nowrap;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .div-block-3 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-wrap: wrap;
  }

  .div-block-left {
    width: 100%;
    justify-content: center;
    position: static;
  }

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

  .body {
    overflow: visible;
  }

  .partner-card {
    width: 200px;
    height: 200px;
  }

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

  .div-block-left-2 {
    display: none;
  }

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

  .div-block-10 {
    flex-wrap: wrap;
  }

  .div-block-left-3 {
    width: 100%;
  }

  .div-block-right-3 {
    width: 100%;
    order: -1;
  }

  .section-partner, .section-ber-mich {
    height: 70vh;
  }

  .section-2-ber-mich {
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-12 {
    padding: 30px;
  }

  .div-block-13-right {
    width: 70%;
    order: -1;
    margin-top: -131px;
    position: static;
  }

  .div-block-13-left {
    width: 100%;
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    padding-top: 40px;
  }

  .image-5 {
    height: auto;
    display: block;
  }

  .div-block-12-kontakt {
    padding: 30px;
  }

  .section-2-danke {
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .link-footer {
    font-weight: 400;
  }
}


@font-face {
  font-family: 'Ptserif';
  src: url('../fonts/PTSerif-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ptserif';
  src: url('../fonts/PTSerif-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Librebaskerville';
  src: url('../fonts/LibreBaskerville-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Librebaskerville';
  src: url('../fonts/LibreBaskerville-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Frankruhllibre';
  src: url('../fonts/FrankRuhlLibre-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Frankruhllibre';
  src: url('../fonts/FrankRuhlLibre-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Frankruhllibre';
  src: url('../fonts/FrankRuhlLibre-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Frankruhllibre';
  src: url('../fonts/FrankRuhlLibre-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Frankruhllibre';
  src: url('../fonts/FrankRuhlLibre-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Frankruhllibre';
  src: url('../fonts/FrankRuhlLibre-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}