:root {
  --purple-new: #5f2576;
  --khaki: #e6e88d;
  --white: white;
  --text: #333;
  --yellow-green: #9ebf3d;
}

body {
  color: #333;
  font-family: Source Sans Pro, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

a {
  color: var(--purple-new);
  text-decoration: none;
}

.navbar {
  background-color: #0000;
  position: absolute;
  inset: 0% 0% auto;
}

.brand {
  width: 150px;
}

.nav-link {
  color: var(--purple-new);
  letter-spacing: .4px;
  margin-left: 6px;
  margin-right: 6px;
  padding: 6px 20px;
  font-size: 17px;
  transition: background-color .3s cubic-bezier(.215, .61, .355, 1), border-color .3s cubic-bezier(.215, .61, .355, 1);
}

.nav-link:hover, .nav-link.w--current {
  border: 1px solid var(--purple-new);
  color: var(--purple-new);
  background-color: #e6e88d1a;
  border-radius: 20px;
  padding: 5px 19px;
}

.nav-menu {
  margin-top: 45px;
}

.hero-section {
  z-index: 1;
  background-image: url('../images/startseite_top_3000.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 60vh;
  position: relative;
}

.hero-section.ber-uns {
  background-image: url('../images/ueber_uns_top_3000.png');
}

.hero-section.einrichtung {
  background-image: url('../images/einrichtungen_top_3000_neu.png');
}

.hero-section.angebote {
  background-image: url('../images/angebote_top_3000.png');
}

.hero-section.kontakt {
  background-image: url('../images/kontakt_top_3000.png');
}

.hero-section.impressum {
  background-image: url('../images/impressum_top_3000.png');
  background-position: 50% 100%;
  height: 30vh;
}

.container {
  height: 300px;
  margin-top: 240px;
  position: absolute;
  inset: 0% 0% auto;
}

.h1-lila {
  color: var(--purple-new);
  margin-top: 10px;
  font-size: 90px;
  line-height: 80px;
}

.h2-lila {
  color: var(--purple-new);
  letter-spacing: .4px;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 400;
  line-height: 40px;
  display: flex;
}

.h2-lila.weiss {
  color: var(--white);
}

.h2-lila.weiss.tipp {
  margin-bottom: 0;
  font-weight: 700;
  display: flex;
}

.h2-lila.center {
  text-align: center;
}

.section-kontakt-plaetze {
  background-image: linear-gradient(#e6e88d99, #e6e88d99);
  align-items: flex-end;
  margin-top: -200px;
  padding-top: 0%;
  display: flex;
  position: relative;
}

.container-kontakt-plaetze {
  flex-direction: row;
  flex: 1;
  align-items: flex-end;
  display: flex;
}

.kontakt-rahmen {
  flex-direction: row;
  flex: 1;
  align-items: flex-start;
  margin-right: 100px;
  padding-top: 205px;
  padding-bottom: 40px;
  display: flex;
}

.paragraph-lila {
  color: var(--purple-new);
  letter-spacing: .2px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.paragraph-lila.weiss {
  color: var(--white);
  flex: 1;
  font-size: 16px;
  line-height: 22px;
}

.paragraph-lila.footer {
  color: var(--white);
  margin-right: 100px;
  font-size: 14px;
  line-height: 22px;
}

.paragraph-lila.footer.ausblenden {
  display: none;
}

.icon-rahmen {
  width: 50px;
  margin-right: 20px;
}

.kontakt-text-rahmen {
  margin-top: 10px;
}

.plaetze-rahmen {
  background-image: linear-gradient(to bottom, var(--purple-new), var(--purple-new));
  flex: 0 auto;
  align-items: flex-start;
  padding: 220px 70px 40px;
  display: flex;
}

.heading {
  color: var(--white);
  margin-bottom: 30px;
  font-size: 70px;
  font-weight: 600;
  line-height: 50px;
}

.section-einrichtung-angebote {
  margin-top: 100px;
  margin-bottom: 100px;
}

.einrichtungen-rahmen {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  margin-right: 10px;
  display: flex;
}

.bild-rahmen.mitarbeiter {
  flex-direction: row;
  display: flex;
}

.paragraph-schwarz {
  color: var(--text);
  letter-spacing: .2px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.paragraph-schwarz.lage {
  margin-top: 0;
}

.paragraph-schwarz.aufz-hlung {
  text-indent: -7px;
  margin-bottom: 2px;
  margin-left: 7px;
}

.paragraph-schwarz.aufz-hlung.nachfolgend {
  margin-top: 0;
  margin-bottom: 2px;
}

.paragraph-schwarz.aufz-hlung.kinderrechte {
  margin-top: 10px;
  margin-left: 28px;
}

.paragraph-schwarz.kriterien {
  margin-top: 0;
}

.paragraph-schwarz.rechts {
  margin-left: 20px;
}

.paragraph-schwarz.links {
  margin-right: 20px;
}

.container-2 {
  flex-direction: row;
  display: flex;
}

.angebote-rahmen {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  margin-left: 10px;
  display: flex;
}

.image-thobe.ausblenden {
  display: none;
}

.section-prospekt {
  background-image: linear-gradient(#5f257633, #5f257633);
  height: 400px;
}

.section-ansprechpartner {
  margin-top: 100px;
  margin-bottom: 100px;
}

.thobe-rahmen {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  margin-right: 10px;
  display: flex;
}

.nadine-rahmen {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  margin-left: 10px;
  display: none;
}

.container-3 {
  flex-direction: column;
  display: flex;
}

.ansprechpartner-rahmen {
  flex-direction: row;
  display: flex;
}

.header-ansprechpartner-rahmen {
  margin-bottom: 10px;
}

.link {
  letter-spacing: .2px;
}

.link.prospekt {
  margin-top: 20px;
  margin-bottom: 0;
}

.link.prospekt:hover {
  color: var(--yellow-green);
}

.section-footer {
  flex-direction: column;
  justify-content: flex-end;
  margin-top: 100px;
  display: flex;
  position: relative;
  inset: auto;
}

.footer-gruen-rahmen {
  background-color: var(--yellow-green);
  padding-top: 15px;
  padding-bottom: 5px;
}

.container-4 {
  flex-direction: row;
  justify-content: space-around;
  display: flex;
}

.link-abschluss-rahmen {
  display: flex;
}

.link-lila {
  color: var(--purple-new);
  letter-spacing: .2px;
  margin-right: 40px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.paragraph-footer {
  color: var(--purple-new);
  letter-spacing: .2px;
  flex: 1;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.footer-lila-rahmen {
  background-color: var(--purple-new);
  color: var(--purple-new);
  height: 400px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.link-footer-rahmen {
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

.link-footer {
  color: var(--white);
  letter-spacing: .4px;
  flex: 0 auto;
  margin-right: 100px;
  font-size: 14px;
  font-weight: 400;
}

.link-footer:hover {
  color: var(--yellow-green);
}

.link-footer.w--current {
  color: var(--yellow-green);
  flex: 0 auto;
}

.container-5 {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.adressen-footer-rahmen {
  margin-top: 50px;
  margin-bottom: 30px;
}

.adressen {
  flex-direction: row;
  display: flex;
}

.platz-text-rahmen {
  margin-top: 10px;
}

.text-prospekt-rahmen {
  flex-direction: column;
  align-items: flex-start;
  width: 55%;
  margin-right: 20px;
  display: flex;
}

.container-6 {
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.image-prospekt-rahmen {
  flex: 1;
  align-items: center;
  height: 100%;
  display: flex;
}

.div-tipp {
  background-color: var(--purple-new);
  margin-bottom: 40px;
  padding: 8px;
}

.text-ansprechpartner-rahmen {
  margin-top: 10px;
}

.h4-lila {
  color: var(--purple-new);
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
}

.h4-lila.kinderrechte {
  margin-bottom: 20px;
}

.text-schwarz-16 {
  font-size: 16px;
  font-weight: 400;
}

.bold-text, .bold-text-2 {
  font-size: 18px;
  font-weight: 600;
}

.text-gruen-22 {
  color: var(--yellow-green);
  letter-spacing: .4px;
  margin-top: 60px;
  margin-bottom: 20px;
  font-size: 22px;
}

.text-gruen-22.mitabeiterin2 {
  margin-top: 0;
}

.text-gruen-22.adresse {
  margin-top: 10px;
}

.text-gruen-22.karte {
  margin-top: 0;
}

.section-heimleitung {
  margin-top: 100px;
  margin-bottom: 100px;
}

.section-mitarbeiter-wohngruppe-1 {
  margin-top: 100px;
  margin-bottom: 100px;
  display: none;
}

.mitarbeiter-rahmen {
  flex-direction: row;
  margin-bottom: 100px;
  display: flex;
}

.mitarbeiter-rahmen.letzter {
  margin-bottom: 0;
}

.text-ansprechpartner-neben-bild {
  flex-direction: column;
  justify-content: space-between;
  margin-top: 0;
  margin-left: 40px;
  display: flex;
}

.text-ansprechpartner-neben-bild.einzelbilder {
  margin-top: 45px;
}

.text-mitarbeiter {
  color: var(--text);
  letter-spacing: .2px;
  margin-top: -5px;
  margin-bottom: 10px;
}

.name-mitarbeiter {
  color: var(--purple-new);
  letter-spacing: .4px;
  font-size: 15px;
  font-weight: 600;
}

.mitarbeiter-bild {
  flex: 1;
}

.mitarbeiter-bild._2 {
  margin-left: 10px;
}

.mitarbeiter-bild._1 {
  margin-right: 10px;
}

.trennlinie-heimleitung {
  border-top: 1px solid #33333359;
  margin-top: 100px;
  margin-bottom: -40px;
}

.section-lage {
  margin-bottom: 160px;
}

.text-lage-rahmen {
  margin-top: 0;
  padding-right: 40px;
}

.bold-text-3 {
  color: var(--purple-new);
  font-weight: 600;
}

.karte-rahmen {
  flex-direction: column;
  align-items: flex-end;
  width: 350px;
  margin-left: 10px;
  display: flex;
}

.dropdown-toggle {
  padding: 0 16px 0 0;
}

.icon {
  color: var(--purple-new);
  margin-top: 4px;
  margin-bottom: 0;
  margin-right: 0;
  font-size: 14px;
}

.text-block {
  color: var(--purple-new);
}

.dropdown-list {
  background-color: #0000;
}

.dropdown-list.w--open {
  flex-direction: row;
  margin-top: 0;
  padding-top: 5px;
  display: flex;
}

.dropdown-list.w--open:hover {
  color: var(--text);
}

.dropdown-link {
  color: var(--purple-new);
  letter-spacing: .2px;
  margin-left: 0;
  padding: 10px 20px 10px 0;
  font-size: 14px;
}

.dropdown-link:hover {
  color: var(--white);
}

.text-semibold-lila-26 {
  color: var(--purple-new);
  letter-spacing: .4px;
  margin-top: 60px;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 600;
  line-height: 28px;
}

.text-semibold-lila-26.wohngruppe {
  margin-top: 100px;
}

.text-semibold-lila-26.wohngruppe.zentriert {
  text-align: center;
  margin-top: 20px;
}

.section-unsere-wohnh-user {
  margin-top: 0;
  margin-bottom: 100px;
  padding-top: 100px;
}

.trennlinie-wohngruppe {
  border-top: 1px solid #33333359;
  margin-top: 20px;
}

.trennlinie-wohngruppe.text-oben {
  margin-top: 100px;
}

.bild-wohngruppe {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.text-wohngruppe {
  background-color: #e6e88d4d;
  flex: 1;
  margin-top: 20px;
  padding: 20px 35px;
}

.text-wohngruppe.mitte {
  margin-left: 10px;
  margin-right: 10px;
}

.text-wohngruppe.rechts {
  margin-left: 10px;
}

.text-wohngruppe.rechts.lila {
  background-color: #5f257626;
}

.text-wohngruppe.links {
  margin-right: 10px;
}

.text-wohngruppe.links.lila {
  background-color: #5f257626;
}

.text-wohngruppe-wrapper {
  flex-direction: row;
  display: flex;
}

.wohngruppen-wrapper {
  flex-direction: column;
  display: flex;
}

.wohngruppen-wrapper.offline {
  display: none;
}

.trennlinie-mitarbeiter {
  border-top: 1px solid #33333359;
  margin-top: 100px;
  margin-bottom: 0;
}

.container-7 {
  margin-left: auto;
  margin-right: auto;
}

.section-kriterien {
  margin-top: 0;
  margin-bottom: 100px;
  padding-top: 100px;
}

.kriterien-leistungen-wrapper {
  flex-direction: row;
  display: flex;
}

.kriterien {
  flex: 1;
  margin-top: 20px;
}

.kriterien.rechts {
  margin-left: 20px;
}

.kriterien.links {
  margin-right: 20px;
}

.kriterienpunkt {
  flex-direction: row;
  margin-bottom: 20px;
  display: flex;
}

.kiterienicon {
  width: 50px;
  margin-right: 10px;
}

.kriterientext {
  flex: 1;
}

.h4-gr-n {
  color: var(--yellow-green);
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
}

.section-kinderrechtekatalog {
  margin-top: 0;
  margin-bottom: 100px;
  padding-top: 100px;
}

.kinderrechte {
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.kinderrechte.links {
  flex-direction: row;
  margin-top: 10px;
  margin-right: 20px;
  display: flex;
}

.kinderrechte-wrapper {
  flex-direction: column;
  display: flex;
}

.h5-gr-n {
  color: var(--yellow-green);
  margin-bottom: 0;
  font-weight: 400;
}

.h5-gr-n.nach-linie {
  margin-top: 40px;
}

.kinderrechtetext {
  flex: 0 auto;
}

.section-ziele {
  margin-top: 100px;
  margin-bottom: 100px;
}

.stichpunkte-ziele {
  flex: 1;
  margin-right: 40px;
}

.text-lila-normal-24px {
  color: var(--purple-new);
  letter-spacing: .4px;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
}

.text-lila-normal-24px.center {
  text-align: center;
}

.section-hilfema-nahmen {
  background-color: var(--khaki);
  margin-bottom: 100px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.punkte-hilfe {
  flex-direction: column;
  flex: 1;
  align-items: center;
  margin-right: 60px;
  display: flex;
}

.punkte-hilfe.rechts {
  margin-right: 0;
}

.stichpunkt-hilfe {
  color: var(--purple-new);
  letter-spacing: .4px;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
}

.stichpunkt-hilfe.center {
  text-align: center;
  margin-top: 12px;
}

.stichpunkt-hilfe-wrapper {
  flex-direction: row;
  align-items: flex-start;
  margin-top: 80px;
  display: flex;
}

.section-leistungen {
  margin-bottom: 140px;
  padding-top: 0;
  padding-bottom: 0;
}

.leistungen-header-wrapper {
  flex-direction: column;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.image-leistungen-header {
  margin-bottom: 15px;
}

.section-lage-wohnungen {
  margin-top: 100px;
  margin-bottom: 100px;
}

.karten-wrapper {
  flex-direction: column;
  flex: 1;
  align-items: stretch;
  margin-right: 10px;
  display: flex;
}

.karten-wrapper.offline {
  display: none;
}

.bild-karte {
  margin-top: 10px;
}

.bild-karte.mitarbeiter {
  flex-direction: row;
  width: 600px;
  display: flex;
}

.bild-karte.ausblenden {
  display: none;
}

.trennlinie-karte {
  border-top: 1px solid #33333359;
  margin-top: 40px;
  margin-bottom: 40px;
}

.image {
  width: 100%;
}

.section-impressum {
  margin-top: 100px;
}

.berschrift-impressum {
  color: var(--purple-new);
  font-size: 18px;
  font-weight: 600;
}

.unterpunkt-datenschutz {
  color: var(--yellow-green);
  font-weight: 600;
}

.unterpunkt-datenschutz.grau {
  color: var(--text);
  font-weight: 600;
}

.link-weiss {
  color: var(--white);
}

.link-weiss:hover {
  color: var(--yellow-green);
}

@media screen and (max-width: 991px) {
  .brand, .brand.w--current {
    z-index: 1001;
  }

  .nav-link {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 40px auto;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 30px;
    line-height: 30px;
    display: flex;
    position: static;
  }

  .nav-link:hover {
    background-color: #0000;
    border-style: none;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link.w--current {
    background-color: #0000;
    border-style: none;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 20px;
    font-size: 30px;
    line-height: 30px;
    display: flex;
    position: static;
  }

  .nav-menu {
    z-index: 1000;
    background-color: var(--khaki);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 120px;
    display: flex;
    position: fixed;
    inset: 0%;
  }

  .section-kontakt-plaetze {
    height: auto;
  }

  .kontakt-rahmen {
    margin-right: 40px;
  }

  .bild-rahmen.mitarbeiter {
    flex: 1;
  }

  .link-footer {
    margin-right: 80px;
  }

  .text-mitarbeiter.wg {
    margin-top: 10px;
  }

  .text-lage-rahmen {
    padding-right: 20px;
  }

  .icon {
    margin-top: 5px;
    margin-left: 0;
    font-size: 22px;
  }

  .text-block {
    margin-right: 5px;
  }

  .dropdown-list.w--open {
    flex-direction: column;
    align-items: center;
    margin-top: 15px;
    position: relative;
  }

  .dropdown-link {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 0;
    padding-right: 0;
    font-size: 18px;
  }

  .menu-linie {
    background-color: var(--purple-new);
    border-radius: 20px;
    width: 25px;
    height: 2px;
    margin-top: 6px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-button {
    z-index: 999999;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-right: 0;
    display: flex;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .menu-button.w--open {
    z-index: 9999999;
    background-color: #0000;
    position: fixed;
    inset: 0% 0% auto auto;
  }

  .container-7 {
    height: 100vh;
  }

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

  .link-2 {
    margin-right: 8px;
  }
}

@media screen and (max-width: 767px) {
  .brand, .brand.w--current {
    width: 120px;
  }

  .hero-section {
    background-size: cover;
    height: 50vh;
  }

  .container {
    margin-top: 180px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .h1-lila {
    font-size: 70px;
    line-height: 60px;
  }

  .h2-lila {
    font-size: 30px;
    line-height: 30px;
  }

  .container-kontakt-plaetze {
    flex-direction: column;
    align-items: center;
  }

  .kontakt-rahmen {
    margin-bottom: 38px;
    margin-right: 0;
  }

  .paragraph-lila.footer {
    flex: 1;
    margin-right: 0;
  }

  .paragraph-lila.footer.links {
    margin-right: 20px;
  }

  .plaetze-rahmen {
    justify-content: center;
    width: 100%;
    padding-top: 50px;
  }

  .section-einrichtung-angebote {
    padding-left: 30px;
    padding-right: 30px;
  }

  .bild-rahmen.mitarbeiter {
    height: 300px;
  }

  .paragraph-schwarz.lage {
    margin-bottom: 40px;
  }

  .paragraph-schwarz.aufz-hlung.kinderrechte {
    margin-left: 8px;
  }

  .paragraph-schwarz.rechts {
    margin-left: 0;
  }

  .paragraph-schwarz.links {
    margin-top: 5px;
    margin-right: 0;
  }

  .container-2 {
    flex-direction: column;
  }

  .angebote-rahmen {
    margin-top: 60px;
    margin-left: 0;
  }

  .section-prospekt {
    height: auto;
    padding-bottom: 40px;
  }

  .nadine-rahmen {
    margin-top: 60px;
    margin-left: 0;
  }

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

  .ansprechpartner-rahmen {
    flex-direction: column;
  }

  .container-4, .link-abschluss-rahmen {
    flex-direction: column;
    align-items: center;
  }

  .link-lila {
    margin-top: 10px;
    margin-right: 0;
  }

  .footer-lila-rahmen {
    height: auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  .link-footer-rahmen {
    flex-direction: column;
    align-items: flex-start;
  }

  .link-footer {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-right: 0;
  }

  .text-prospekt-rahmen {
    width: 100%;
  }

  .container-6 {
    flex-direction: column;
    padding-left: 30px;
    padding-right: 30px;
  }

  .image-prospekt-rahmen {
    justify-content: center;
    width: 100%;
    margin-top: 40px;
  }

  .mitarbeiter-rahmen {
    flex-direction: column;
  }

  .text-ansprechpartner-neben-bild {
    margin-top: 40px;
    margin-left: 0;
  }

  .karte-rahmen {
    width: 100%;
    margin-left: 0;
  }

  .text-wohngruppe.mitte {
    margin-left: 0;
    margin-right: 0;
  }

  .text-wohngruppe.rechts {
    margin-left: 0;
  }

  .text-wohngruppe.links {
    margin-right: 0;
  }

  .text-wohngruppe-wrapper {
    flex-direction: column;
  }

  .html-embed {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .section-kriterien {
    margin-bottom: 0;
    padding-top: 100px;
  }

  .kriterien-leistungen-wrapper {
    flex-direction: column;
  }

  .kriterien.rechts {
    margin-top: 0;
    margin-left: 0;
  }

  .kriterien.links {
    margin-right: 0;
  }

  .section-kinderrechtekatalog {
    padding-top: 100px;
  }

  .kinderrechte, .kinderrechte.links {
    flex-direction: column;
  }

  .section-hilfema-nahmen {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .punkte-hilfe {
    margin-right: 20px;
  }

  .stichpunkt-hilfe.center {
    font-size: 16px;
    line-height: 20px;
  }

  .stichpunkt-hilfe-wrapper {
    margin-top: 40px;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    height: 50vh;
  }

  .h1-lila {
    font-size: 44px;
    line-height: 45px;
  }

  .h2-lila {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 28px;
  }

  .h2-lila.center {
    margin-bottom: 20px;
  }

  .paragraph-lila.footer.links {
    margin-bottom: 40px;
  }

  .thobe-rahmen {
    margin-right: 0;
  }

  .adressen {
    flex-direction: column;
  }

  .h4-lila, .text-gruen-22, .text-gruen-22.mitabeiterin2 {
    font-size: 18px;
  }

  .text-ansprechpartner-neben-bild, .text-ansprechpartner-neben-bild.einzelbilder {
    margin-top: 20px;
  }

  .text-lage-rahmen {
    padding-right: 0;
  }

  .wohngruppe-headertext {
    padding-right: 50px;
  }

  .section-unsere-wohnh-user {
    margin-bottom: 20px;
  }

  .menu-button.w--open {
    margin-right: 0;
    inset: 0% 0% auto auto;
  }

  .text-lila-normal-24px.center {
    font-size: 20px;
    line-height: 26px;
  }

  .punkte-hilfe {
    margin-top: 24px;
    margin-bottom: 24px;
    margin-right: 0;
  }

  .stichpunkt-hilfe-wrapper {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
  }
}


