.body {
  display: block;
  height: 100vh;
  margin-top: 0px;
  padding: 35px 0px 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
  border-radius: 0px;
  background-color: rgba(244, 214, 182, 0.21);
  -webkit-transition: opacity 0ms ease;
  transition: opacity 0ms ease;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #000;
  font-size: 100%;
  text-align: center;
}

.block-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
}

.section {
  position: absolute;
  left: 2%;
  top: 2%;
  right: 2%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 96%;
  height: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: transparent;
  font-size: 14%;
}

.heading {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-family: 'Droid Sans', sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.block-logoschrift {
  position: static;
  left: 105px;
  top: 41%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 390px;
  height: 60px;
  margin-top: 16px;
  margin-bottom: 1px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 100%;
}

.text-block {
  font-size: 16em;
  line-height: 1em;
  font-weight: 700;
}

.text-span {
  color: #e09b24;
  font-size: 16px;
}

.text-span-2 {
  color: #e09b24;
  font-size: 16px;
}

.text-span-3 {
  color: #e09b24;
  font-size: 16px;
}

.text-span-4 {
  color: #888;
  font-size: 16px;
}

.text-span-5 {
  color: #888;
  font-size: 16px;
}

.text-span-6 {
  color: #888;
  font-size: 16px;
}

.text-span-7 {
  color: #888;
  font-size: 13px;
  font-weight: 500;
}

.text-block-2 {
  height: 25px;
  font-size: 16px;
}

.section-kontakt {
  position: fixed;
  z-index: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 460px;
  height: 450px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.link-block {
  display: block;
  width: 100%;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-3 {
  position: static;
  top: -1px;
  display: inline-block;
  width: 100%;
  height: 1.9em;
  margin-top: 0px;
  margin-bottom: 11px;
  padding-top: 0px;
  padding-bottom: 0px;
  float: none;
  border-style: none;
  border-width: 1px;
  border-color: #000;
  border-radius: 2px;
  background-color: rgba(230, 164, 50, 0.58);
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #000;
  font-size: 1.6em;
  line-height: 2em;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
}

.block-logo-und-logoschrift {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 490px;
  height: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.div-block {
  margin-top: -551px;
}

.div-block-2 {
  position: static;
}

.notausgang {
  display: inline-block;
  width: 100%;
  height: 2em;
  margin-bottom: 0px;
  background-color: rgba(250, 145, 191, 0.69);
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #000;
  font-size: 1.6em;
  line-height: 2em;
  font-weight: 300;
  text-align: center;
}

.block-image {
  position: static;
  display: block;
  width: auto;
  height: 185px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-left: 0px;
  float: none;
  background-color: transparent;
  text-align: center;
}

.block-fff-logoschrift {
  position: static;
  display: block;
  width: auto;
  margin-top: 0px;
  margin-left: 0px;
  background-color: transparent;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: rgba(0, 0, 0, 0.57);
  font-size: 33px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
}

.section-fff-logotext {
  background-color: transparent;
}

.section-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 75px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  text-align: center;
}

.block-linkliste {
  width: 480px;
  height: auto;
  background-color: transparent;
  line-height: 19px;
  text-align: left;
}

.link-block-2 {
  width: 100%;
  height: 50px;
  font-family: Ubuntu, Helvetica, sans-serif;
  text-decoration: none;
}

.text-block-4 {
  display: block;
  height: 50px;
  margin-bottom: 17px;
  background-color: rgba(224, 155, 36, 0.6);
  color: #000;
  font-size: 25px;
  line-height: 50px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  text-indent: 0px;
}

.text-span-8 {
  color: #e09b24;
}

.text-span-9 {
  color: rgba(51, 51, 51, 0.64);
}

.text-span-10 {
  color: rgba(51, 51, 51, 0.64);
}

.text-span-11 {
  color: rgba(0, 0, 0, 0.59);
}

.text-span-12 {
  color: rgba(0, 0, 0, 0.59);
  text-align: left;
}

.text-span-13 {
  color: #e09b24;
}

.text-span-14 {
  color: #e09b24;
}

.text-span-15 {
  font-size: 25px;
  font-weight: 500;
}

.text-span-16 {
  padding-left: 0px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 25px;
  font-weight: 400;
}

.section-ludwigsburg {
  margin-left: 632px;
}

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

.text-block-5 {
  width: auto;
  margin-top: 0px;
  margin-left: -274px;
  padding-top: 0px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 21px;
  text-align: center;
}

.text-block-6 {
  height: 50px;
  margin-bottom: 17px;
  background-color: #c1d6df;
  color: #000;
  font-size: 25px;
  line-height: 50px;
  text-align: center;
}

.image-frauenbild {
  margin-top: 0px;
  margin-left: 12px;
  float: none;
  text-align: left;
}

.section-2 {
  width: 1100px;
}

.div-block-3 {
  width: 400px;
  height: 100px;
  margin-top: -108px;
  margin-left: 576px;
  border-left: 1px solid #000;
}

.text-block-7 {
  display: inline-block;
  width: auto;
  height: 20px;
  margin-top: 28px;
  margin-right: 7px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #c1d6df;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #000;
  font-size: 16px;
}

.div-logo-fff-linkliste {
  position: relative;
  display: block;
  width: 20vw;
  min-width: 1100px;
  margin-right: 0px;
  margin-left: 0px;
  background-color: #f4d6b6;
}

.block-hilfe {
  position: relative;
  width: 22%;
  height: auto;
  min-width: 15%;
  margin-top: 39px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-left: 0px;
  float: left;
  border: 1px none #000;
  border-radius: 16px;
  background-color: rgba(255, 43, 135, 0.02);
  box-shadow: none;
}

.section-inhalt {
  display: block;
  width: 100%;
  height: 800px;
  margin-top: 34px;
  margin-bottom: 0px;
  padding-top: 5px;
  padding-bottom: 0px;
  padding-left: 25px;
  background-color: transparent;
}

.link-block-3 {
  width: 100%;
  height: 30px;
  background-color: #c1d6df;
  color: #000;
  line-height: 30px;
}

.heading-2 {
  padding-left: 22px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 1.5em;
  line-height: 33px;
  font-weight: 400;
}

.text-block-8 {
  display: inline;
  width: 100%;
  height: 40px;
  margin-bottom: 17px;
  padding-top: 3px;
  padding-left: 20px;
  background-color: #c1d6df;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  text-decoration: none;
}

.block-aktuelles {
  display: block;
  width: 75%;
  height: auto;
  min-height: 300px;
  margin-top: 39px;
  margin-left: 15px;
  float: left;
  border-radius: 14px;
  background-color: #c1d6df;
  box-shadow: none;
}

.text-block-9 {
  width: 100%;
  height: 35px;
  margin-top: 0px;
  margin-left: 0px;
  float: left;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  background-color: #6f7cb3;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  font-size: 1.2em;
  line-height: 35px;
  font-weight: 400;
  text-align: center;
}

.div-block-5 {
  width: 22%;
  height: auto;
  margin-top: -89px;
  float: left;
  border-radius: 14px;
  background-color: rgba(231, 215, 222, 0);
  box-shadow: none;
}

.div-block-6 {
  width: 50%;
  height: 300px;
  margin-top: 20px;
  margin-left: 15px;
  float: left;
  border-radius: 14px;
  background-color: rgba(244, 214, 182, 0.67);
  box-shadow: none;
}

.div-block-7 {
  width: 24%;
  height: 300px;
  margin-top: 20px;
  margin-left: 15px;
  float: left;
  border-radius: 14px;
  background-color: #d0e4d7;
  box-shadow: none;
}

.text-block-10 {
  height: 35px;
  border: 1px none #000;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  background-color: #ff2b87;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  font-size: 1.2em;
  line-height: 35px;
  font-weight: 400;
  text-align: center;
}

.text-block-11 {
  height: 35px;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  background-color: #b36f8c;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  font-size: 1.2em;
  line-height: 35px;
  font-weight: 400;
  text-align: center;
}

.text-block-12 {
  position: static;
  width: auto;
  height: 35px;
  border-radius: 14px 14px 0px 0px;
  background-color: #e7ae4b;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  font-size: 1.2em;
  line-height: 35px;
  font-weight: 400;
  text-align: center;
}

.text-block-13 {
  height: 35px;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  background-color: #6faeb3;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  font-size: 1.2em;
  line-height: 35px;
  text-align: center;
}

.image-3 {
  width: 100%;
  background-color: rgba(255, 43, 135, 0.63);
  background-image: url('../images/softpapier_hintergrund.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-4 {
  opacity: 0.53;
}

.text-block-14 {
  height: 30px;
  margin-top: 8px;
  border: 1px none #000;
  background-color: rgba(255, 43, 135, 0.26);
  color: #000;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
}

.text-block-15 {
  padding-top: 0px;
}

.text-block-16 {
  margin-top: 35px;
  padding-left: 57px;
}

.text-block-17 {
  display: inline-block;
  height: 25px;
  margin-top: 0px;
  margin-right: 1px;
  padding-right: 8px;
  padding-left: 8px;
  background-color: #6f7cb3;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  line-height: 25px;
}

.text-block-18 {
  display: inline-block;
  height: 25px;
  margin-right: 1px;
  padding-right: 10px;
  padding-left: 10px;
  background-color: #e7ae4b;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  line-height: 25px;
  font-weight: 400;
  text-decoration: none;
}

.text-block-19 {
  display: inline-block;
  height: 25px;
  margin-right: 1px;
  padding-right: 5px;
  padding-left: 5px;
  background-color: #6faeb3;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  line-height: 25px;
}

.text-block-20 {
  display: inline-block;
  width: 100%;
  height: 30px;
  margin-top: 8px;
  margin-bottom: 0px;
  background-color: rgba(228, 141, 179, 0.31);
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 30px;
}

.section-information {
  width: 100vw;
  height: 110vh;
  min-height: 110vh;
  background-color: #b36f8c;
}

.div-notruf {
  position: static;
  width: 30%;
  height: 450px;
  max-width: none;
  min-height: auto;
  min-width: 30%;
  padding-right: 0px;
  padding-left: 0px;
  float: left;
  border-top: 1px solid #fff;
  background-color: #f4d6b6;
  text-align: left;
}

.div-frauenhaus {
  position: relative;
  width: 70%;
  height: 450px;
  min-height: 0%;
  min-width: 0%;
  float: left;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  background-color: #e7d7de;
}

.div-block-10 {
  position: static;
  display: block;
  width: 50%;
  height: auto;
  min-height: 450px;
  margin-top: 0px;
  padding-bottom: 78px;
  float: left;
  clear: none;
  border-style: solid none none;
  border-width: 1px;
  border-color: #fff;
  background-color: #c1d6df;
}

.image-logo {
  margin-top: 0px;
}

.div-block-fachberatung {
  position: relative;
  width: 50%;
  height: auto;
  min-height: 450px;
  min-width: 30%;
  float: left;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: #d0e4d7;
  color: #b36f8c;
}

.heading-3 {
  margin-top: 44px;
  margin-bottom: 2px;
  padding-left: 41px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: rgba(0, 0, 0, 0.56);
  font-size: 200%;
  text-align: left;
}

.link-block-4 {
  position: relative;
  display: block;
  width: 350px;
  margin-top: 21px;
  margin-left: 0px;
  float: none;
  border: 1px none #000;
  text-align: left;
}

.text-block-21 {
  display: inline-block;
  width: auto;
  height: 35px;
  margin-bottom: 18px;
  padding-right: 15px;
  padding-bottom: 0px;
  padding-left: 46px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  background-color: #f1b54d;
  color: #000;
  font-size: 110%;
  line-height: 35px;
  text-decoration: none;
}

.text-block-22 {
  display: inline-block;
  height: 35px;
  margin-bottom: 20px;
  padding-right: 15px;
  padding-left: 46px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  background-color: rgba(255, 43, 135, 0.42);
  color: #000;
  font-size: 110%;
  line-height: 35px;
  text-align: left;
}

.link-block-5 {
  width: 350px;
}

.heading-4 {
  margin-top: 62px;
  padding-left: 40px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: rgba(0, 0, 0, 0.57);
  font-size: 200%;
  text-align: left;
}

.text-block-23 {
  width: 95%;
  margin-top: 38px;
  padding-left: 95px;
  line-height: 25px;
  font-weight: 400;
  text-align: left;
}

.text-span-17 {
  font-size: 120%;
}

.text-span-18 {
  font-weight: 400;
}

.heading-5 {
  height: auto;
  margin-top: 32px;
  margin-bottom: 0px;
  padding-left: 40px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: rgba(0, 0, 0, 0.65);
  font-size: 200%;
  line-height: 44px;
  text-align: left;
}

.text-block-24 {
  width: 90%;
  margin-top: 38px;
  padding-left: 95px;
  line-height: 28px;
  text-align: left;
}

.text-span-19 {
  position: relative;
  top: -15px;
  font-size: 65%;
  line-height: 25px;
  font-weight: 400;
}

.text-span-20 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: rgba(0, 0, 0, 0.67);
  font-weight: 700;
}

.text-span-21 {
  color: rgba(0, 0, 0, 0.69);
  font-size: 120%;
  font-weight: 500;
}

.text-span-22 {
  padding-left: 9px;
}

.text-span-23 {
  padding-left: 10px;
}

.text-span-24 {
  padding-left: 10px;
}

.text-span-25 {
  padding-left: 10px;
}

.text-span-26 {
  font-family: Ubuntu, Helvetica, sans-serif;
  color: rgba(0, 0, 0, 0.65);
  font-size: 110%;
  font-weight: 500;
}

.heading-6 {
  margin-top: 34px;
  padding-left: 40px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: rgba(0, 0, 0, 0.6);
  font-size: 200%;
  text-align: left;
}

.text-block-25 {
  position: relative;
  bottom: 24px;
  width: 100%;
  min-height: 0px;
  min-width: 100px;
  margin-top: 38px;
  margin-bottom: 0px;
  padding-right: 33px;
  padding-bottom: 0px;
  padding-left: 95px;
  background-color: #d0e4d7;
  color: #000;
  line-height: 30px;
  font-weight: 400;
  text-align: left;
}

.div-block-12 {
  width: 50%;
  height: 30px;
  padding-top: 0px;
  line-height: 30px;
  text-align: left;
}

.text-span-27 {
  padding-left: 10px;
  font-weight: 400;
}

.text-block-26 {
  color: #fff;
  font-size: 110%;
  text-align: left;
}

.link-block-6 {
  display: inline-block;
  height: 30px;
  margin-right: 3px;
  padding-right: 10px;
  padding-left: 10px;
  border: 1px none #000;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  background-color: #c9a9b7;
  opacity: 1;
  color: #000;
  text-align: left;
  text-decoration: none;
}

.link-block-7 {
  height: 50px;
  margin-right: 3px;
  padding-right: 10px;
  padding-left: 10px;
  border-top: 1px none #000;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  background-color: #f1b54d;
  line-height: 30px;
  font-weight: 500;
  text-align: left;
  text-decoration: none;
}

.text-block-27 {
  padding-top: 12px;
  color: #000;
  font-size: 110%;
  font-weight: 400;
}

.div-links {
  display: block;
  width: 350px;
  margin-bottom: -1px;
  margin-left: 489px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.text-block-28 {
  display: inline-block;
  height: 30px;
  margin-right: 0px;
  padding-right: 0px;
  padding-left: 0px;
  font-size: 110%;
  line-height: 30px;
  text-decoration: none;
}

.link-block-8 {
  height: 30px;
  margin-right: 3px;
  margin-bottom: 3px;
  padding-right: 10px;
  padding-left: 10px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  background-color: #91b19c;
  color: #fff;
}

.div-block-links-fachberatung {
  text-align: left;
}

.text-span-28 {
  font-size: 120%;
  font-weight: 500;
}

.link-block-9 {
  display: inline-block;
  height: 30px;
  margin-right: 3px;
  padding-right: 10px;
  padding-left: 10px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  background-color: #91bacc;
  color: #fff;
  line-height: 30px;
  text-align: left;
  text-decoration: none;
}

.div-block-15 {
  text-align: left;
}

.image-6 {
  margin-top: -10px;
  margin-left: 21px;
}

.section-kopf {
  width: 100vw;
  border-bottom: 1px none rgba(0, 0, 0, 0.1);
}

.image-hamburger-fff {
  position: relative;
  left: 0px;
  top: -1px;
  display: block;
  width: 50px;
  height: 50px;
  margin-left: 0px;
  padding-top: 0px;
  padding-left: 0px;
  cursor: pointer;
}

.text-block-30 {
  position: relative;
  margin-top: 13px;
  margin-bottom: 21px;
  font-family: Lato, sans-serif;
  font-size: 120%;
  line-height: 30px;
  text-align: center;
}

.text-span-30 {
  position: relative;
  color: #e09b24;
  font-size: 200%;
  font-weight: 700;
}

.text-span-31 {
  position: relative;
  top: -11px;
  font-weight: 700;
}

.div-block-logo-head {
  cursor: pointer;
}

.div-block-16 {
  position: relative;
  left: 181px;
  top: 0px;
  width: 600px;
  float: none;
}

.container {
  margin-top: 46px;
  margin-bottom: 0px;
  background-color: transparent;
}

.text-span-32 {
  text-align: center;
}

.div-block-pfeilkreis {
  position: relative;
  left: 0px;
  display: block;
  width: 200px;
  height: 200px;
  margin-bottom: -1px;
  margin-left: 15px;
  padding-top: 77px;
  float: none;
  border-radius: 100px 100px 15px;
  background-color: #e7d7de;
  cursor: pointer;
}

.text-block-31 {
  display: block;
  color: rgba(0, 0, 0, 0.62);
  font-size: 130%;
  line-height: 23px;
  font-weight: 500;
}

.text-block-notrufnummer {
  position: relative;
  left: 0px;
  top: 0px;
  display: block;
  width: auto;
  height: auto;
  margin-top: 89px;
  margin-bottom: 0px;
  margin-left: 20px;
  padding: 10px 13px 10px 15px;
  float: left;
  border-style: none solid;
  border-width: 1px 2px;
  border-color: #fff #e7d7de;
  border-radius: 15px;
  background-color: transparent;
  color: rgba(0, 0, 0, 0.88);
  font-size: 120%;
  line-height: 30px;
  font-weight: 400;
  text-align: left;
}

.text-block-bieten-hilfe-an {
  position: relative;
  top: -6px;
  display: block;
  color: rgba(0, 0, 0, 0.87);
  font-size: 120%;
  line-height: 30px;
  font-weight: 500;
  cursor: pointer;
}

.div-block-18 {
  position: relative;
  left: 20px;
  display: block;
  width: 200px;
  height: 200px;
  float: left;
  border-radius: 100px 100px 100px 15px;
  background-color: #c1d6df;
}

.text-block-34 {
  position: relative;
  top: -112px;
}

.text-block-35 {
  position: relative;
  left: 19px;
  top: 73px;
  width: 150px;
  height: 50px;
  font-size: 120%;
  line-height: 28px;
  font-weight: 500;
  text-align: center;
}

.div-block-nav-wrapper {
  position: absolute;
  left: auto;
  top: 2%;
  right: 1%;
  bottom: 0%;
  display: none;
  width: 60px;
  height: 60px;
  margin-left: 2px;
  padding-top: 2px;
  padding-left: 2px;
  background-color: transparent;
}

.nav-menu {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  display: none;
  width: auto;
  height: 100vh;
  margin-top: 302px;
  padding-top: 61px;
  background-color: rgba(244, 214, 182, 0.98);
  -webkit-perspective: 0px;
  perspective: 0px;
  -webkit-transform: perspective(0px) translate(0px, 0px);
  transform: perspective(0px) translate(0px, 0px);
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  text-align: center;
}

.nav-link {
  position: relative;
  display: block;
  width: 100vw;
  height: 40px;
  margin-top: 0px;
  margin-bottom: 29px;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 10px;
  background-color: transparent;
  color: #000;
  font-size: 120%;
  line-height: 40px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.nav-link:hover {
  color: #ff2b87;
}

.text-block-36 {
  position: static;
  display: inline-block;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
}

.text-block-37 {
  display: inline-block;
  cursor: pointer;
}

.text-block-38 {
  display: inline-block;
  cursor: pointer;
}

.text-block-39 {
  display: inline-block;
  cursor: pointer;
}

.text-block-40 {
  display: inline-block;
  cursor: pointer;
}

.text-block-41 {
  display: inline-block;
  cursor: pointer;
}

.section-3 {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
  height: 100vh;
  margin-top: 14px;
  border-bottom: 1px none #000;
}

.block-text-nein {
  display: block;
}

.div-block-pfeilkreis-inkl-text {
  float: left;
}

.div-block-20 {
  position: relative;
  width: 60px;
  height: 60px;
  float: none;
  background-color: #ff2b87;
}

.block-links {
  display: inline-block;
}

.beratung-dropdown {
  position: static;
  display: block;
  width: auto;
  margin-right: 11px;
  margin-bottom: 0px;
  margin-left: 1px;
  float: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 2px solid #f1b54d;
  background-color: transparent;
  text-align: center;
  cursor: pointer;
}

.div-block-dropdown-trigger {
  position: relative;
  width: 100%;
}

.div-block-dropdown-trigger:hover {
  background-color: rgba(244, 214, 182, 0.91);
}

.text-block-42 {
  display: inline-block;
  width: 100%;
  padding: 9px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: transparent;
  color: #000;
  text-decoration: none;
}

.dropdown-content {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
}

.dropdown-link {
  position: static;
  display: block;
  margin-bottom: 2px;
  padding: 5px 7px;
  background-color: rgba(244, 214, 182, 0.31);
  font-size: 90%;
  text-decoration: none;
}

.text-block-47 {
  display: block;
  color: #131212;
  text-decoration: none;
}

.block-notausgang {
  margin-bottom: 32px;
}

.link-notausgang {
  position: static;
  top: 0px;
  padding: 0px 10px;
  float: none;
  border-top: 2px none #ff2b87;
  border-radius: 6px;
  background-color: rgba(255, 43, 135, 0.34);
  font-size: 90%;
  text-decoration: none;
}

.accordeon-wrapper {
  display: block;
  width: auto;
  margin-bottom: 54px;
}

.heading-7 {
  width: auto;
  border-top: 1px none #000;
  background-color: transparent;
  color: rgba(0, 0, 0, 0.89);
  font-weight: 500;
  text-align: left;
  cursor: pointer;
}

.accordion-item-content {
  overflow: hidden;
  margin-bottom: -6px;
}

.paragraph {
  font-weight: 400;
  text-align: left;
}

.block-hilfenummer {
  display: inline-block;
  margin-bottom: 47px;
  text-align: center;
}

.block-spendenkonto {
  display: inline-block;
  width: 100%;
  height: auto;
  margin-top: 0px;
}

.block-spenden-wrapper {
  margin-top: 0px;
}

.text-block-48 {
  width: 100%;
  padding-top: 18px;
  border-top: 2px solid #f1b54d;
}

.text-span-33 {
  font-size: 120%;
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .body {
    margin-top: 0px;
    margin-bottom: 1px;
    padding: 35px 0px 0px;
  }
  .section {
    top: 2%;
    right: -3%;
    width: 96%;
    padding-right: 0px;
  }
  .heading {
    position: absolute;
    top: 13%;
    height: 30px;
    line-height: 30px;
  }
  .block-logoschrift {
    left: 104px;
    top: 45%;
    height: 50px;
    margin-top: 21px;
  }
  .text-block {
    font-size: 15em;
  }
  .text-block-2 {
    font-size: 14px;
  }
  .section-kontakt {
    width: 400px;
    height: 370px;
    margin-top: 0px;
  }
  .text-block-3 {
    height: 1.8em;
    background-color: rgba(224, 155, 36, 0.56);
    font-size: 1.6em;
  }
  .block-logo-und-logoschrift {
    width: 470px;
    height: 110px;
  }
  .notausgang {
    height: 1.8em;
    font-size: 1.6em;
  }
  .block-image {
    width: 100%;
    height: 185px;
    min-width: 0%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 30px;
  }
  .block-fff-logoschrift {
    margin-top: 0px;
    font-size: 33px;
  }
  .section-links {
    margin-top: 77px;
  }
  .text-block-4 {
    font-size: 23px;
  }
  .text-block-5 {
    margin-left: -259px;
    font-size: 21px;
  }
  .text-block-6 {
    font-size: 23px;
  }
  .div-logo-fff-linkliste {
    width: 800px;
  }
  .section-inhalt {
    width: 900px;
    min-width: 720px;
    padding-top: 0px;
    padding-left: 15px;
  }
  .block-aktuelles {
    width: 75%;
    height: 300px;
    margin-top: 39px;
    float: left;
    background-color: #d0e4d7;
    box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.11);
  }
  .text-block-9 {
    margin-top: 0px;
    margin-left: 0px;
    box-shadow: 0 0 0 0 transparent;
  }
  .div-block-6 {
    margin-left: 10px;
  }
  .div-notruf {
    width: 40%;
    height: 350px;
    max-width: none;
  }
  .div-frauenhaus {
    width: 60%;
    height: 350px;
  }
  .div-block-10 {
    width: 40%;
    height: 450px;
  }
  .image-logo {
    display: inline-block;
    margin-top: 0px;
  }
  .div-block-fachberatung {
    width: 60%;
    height: auto;
    max-height: none;
    min-height: 450px;
    min-width: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  .heading-3 {
    margin-top: 34px;
    padding-left: 30px;
    font-size: 160%;
  }
  .link-block-4 {
    position: relative;
  }
  .text-block-21 {
    height: 30px;
    margin-bottom: 9px;
    padding-left: 30px;
    font-size: 100%;
    line-height: 30px;
  }
  .text-block-22 {
    height: 30px;
    margin-bottom: 9px;
    padding-left: 30px;
    font-size: 100%;
    line-height: 30px;
  }
  .heading-4 {
    margin-top: 15px;
    padding-left: 20px;
    color: rgba(0, 0, 0, 0.61);
    font-size: 160%;
  }
  .text-block-23 {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
  }
  .heading-5 {
    margin-top: 28px;
    margin-bottom: 22px;
    padding-left: 20px;
    font-size: 160%;
    line-height: 20px;
  }
  .text-block-24 {
    margin-top: 0px;
    padding-left: 24px;
    font-size: 95%;
    line-height: 22px;
  }
  .text-span-19 {
    top: -24px;
    height: auto;
    font-size: 60%;
    line-height: 10px;
  }
  .text-span-21 {
    font-size: 125%;
  }
  .text-span-22 {
    font-size: 95%;
    line-height: 20px;
  }
  .text-span-23 {
    font-size: 95%;
  }
  .text-span-24 {
    font-size: 95%;
  }
  .text-span-25 {
    font-size: 95%;
  }
  .heading-6 {
    margin-top: 15px;
    padding-left: 20px;
    font-size: 160%;
  }
  .text-block-25 {
    position: static;
    margin-top: 20px;
    margin-right: 18px;
    margin-bottom: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
    background-color: #d0e4d7;
    line-height: 25px;
  }
  .div-block-12 {
    width: auto;
  }
  .text-span-27 {
    font-size: 95%;
  }
  .text-block-26 {
    font-size: 95%;
  }
  .link-block-6 {
    padding-right: 8px;
    padding-left: 8px;
  }
  .link-block-7 {
    height: 30px;
    padding-right: 8px;
    padding-left: 8px;
  }
  .text-block-27 {
    padding-top: 0px;
    font-size: 100%;
  }
  .div-links {
    width: 300px;
    height: 40px;
    margin-left: 400px;
  }
  .link-block-8 {
    margin-bottom: 3px;
    padding-right: 8px;
    padding-left: 8px;
    font-size: 95%;
  }
  .text-span-28 {
    color: rgba(0, 0, 0, 0.77);
    font-weight: 700;
  }
  .link-block-9 {
    margin-top: 0px;
    margin-bottom: 2px;
    padding-right: 8px;
    padding-left: 8px;
    font-size: 95%;
  }
  .text-block-29 {
    font-size: 100%;
  }
  .bold-text {
    color: rgba(0, 0, 0, 0.76);
  }
  .image-6 {
    display: inline-block;
    margin-top: 2px;
    margin-left: 9px;
    padding-top: 1px;
  }
  .section-kopf {
    width: 100%;
    height: auto;
  }
  .image-hamburger-fff {
    position: absolute;
    left: auto;
    top: 1%;
    right: 4%;
    bottom: 0%;
  }
  .text-block-30 {
    display: block;
    margin-bottom: 30px;
    font-size: 115%;
  }
  .text-span-31 {
    font-size: 120%;
  }
  .div-block-logo-head {
    margin-bottom: 0px;
    padding-top: 0px;
  }
  .div-block-16 {
    position: relative;
    left: auto;
    top: 0px;
    display: block;
    width: auto;
    height: auto;
    margin-left: 98px;
    padding-left: 1px;
    text-align: center;
  }
  .container {
    position: static;
    display: block;
    margin-top: 4px;
    margin-bottom: 0px;
    padding-right: 11px;
    padding-left: 10px;
    border: 1px none #000;
    background-color: transparent;
  }
  .text-span-32 {
    font-size: 100%;
    line-height: 25px;
  }
  .div-block-pfeilkreis {
    margin-left: 0px;
    float: left;
  }
  .text-block-notrufnummer {
    left: 0px;
    top: 0px;
    display: block;
    margin-top: 92px;
    margin-bottom: 0px;
    margin-left: 20px;
    float: left;
    font-size: 110%;
    line-height: 27px;
  }
  .div-block-nav-wrapper {
    top: 0%;
    margin-left: 0px;
    padding-left: 0px;
  }
  .nav-menu {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: none;
    height: 100vh;
    margin-top: 297px;
    -webkit-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
  }
  .section-3 {
    position: static;
    padding-right: 10px;
    padding-left: 10px;
  }
  .block-text-nein {
    display: block;
  }
  .div-block-pfeilkreis-inkl-text {
    display: block;
    margin-top: 0px;
  }
  .beratung-dropdown {
    margin-bottom: 42px;
    margin-left: 0px;
  }
  .text-block-42 {
    font-size: 90%;
  }
  .text-block-47 {
    font-size: 85%;
  }
  .text-block-47:hover {
    background-color: rgba(255, 43, 135, 0.28);
  }
  .accordeon-wrapper {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .body {
    margin-top: 0px;
    padding-top: 35px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .image {
    margin-left: 0px;
  }
  .section {
    width: 96%;
    padding-right: 4px;
  }
  .heading {
    height: 15px;
    margin-top: 26px;
    margin-right: 10px;
    padding-right: 0px;
    font-size: 14px;
  }
  .block-logoschrift {
    position: static;
    left: 100px;
    top: 52%;
    width: 310px;
    height: 40px;
    margin-top: 26px;
    font-size: 110%;
  }
  .text-block {
    font-size: 12em;
  }
  .text-block-2 {
    font-size: 12px;
  }
  .section-kontakt {
    height: 390px;
    margin-top: 0px;
  }
  .link-block {
    margin-top: 0px;
  }
  .text-block-3 {
    background-color: rgba(224, 155, 36, 0.55);
    font-size: 1.5em;
  }
  .block-logo-und-logoschrift {
    width: 400px;
  }
  .notausgang {
    font-size: 1.5em;
  }
  .block-image {
    width: 100%;
    padding-left: 20px;
  }
  .block-fff-logoschrift {
    display: block;
    margin-top: 0px;
    font-size: 28px;
  }
  .section-links {
    margin-top: 45px;
  }
  .block-linkliste {
    width: 450px;
  }
  .text-block-4 {
    margin-bottom: 15px;
    font-size: 21px;
  }
  .text-span-15 {
    font-size: 21px;
  }
  .text-block-5 {
    display: block;
    margin-left: -218px;
    font-size: 20px;
  }
  .text-block-6 {
    font-size: 21px;
  }
  .image-frauenbild {
    margin-left: 14px;
  }
  .div-logo-fff-linkliste {
    padding-left: 15px;
  }
  .section-information {
    padding-left: 0px;
    background-color: transparent;
  }
  .div-notruf {
    width: 100%;
    height: auto;
    min-height: 200px;
    margin-bottom: 26px;
    background-color: #f4d6b6;
  }
  .div-frauenhaus {
    width: 100%;
    height: auto;
    margin-bottom: 0px;
    padding-bottom: 30px;
  }
  .div-block-10 {
    width: 100%;
    height: auto;
    margin-bottom: 0px;
    padding-bottom: 30px;
  }
  .image-logo {
    display: inline-block;
    margin-top: 0px;
  }
  .div-block-fachberatung {
    width: 100%;
    height: auto;
    min-height: 0%;
    min-width: 0%;
  }
  .heading-3 {
    margin-top: 10px;
    padding-left: 20px;
    color: rgba(0, 0, 0, 0.65);
    font-size: 140%;
  }
  .link-block-4 {
    width: 350px;
    margin-top: 6px;
    border-style: none;
    border-width: 1px;
    border-color: #000;
    background-color: transparent;
  }
  .text-block-21 {
    position: relative;
    display: inline-block;
    height: auto;
    margin-bottom: 11px;
    padding-right: 15px;
    padding-left: 21px;
    float: none;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 100%;
    line-height: 30px;
  }
  .text-block-22 {
    height: auto;
    padding-right: 15px;
    padding-left: 23px;
    float: none;
    font-size: 100%;
    line-height: 30px;
  }
  .link-block-5 {
    width: auto;
    height: 30px;
    min-width: 150px;
  }
  .text-block-25 {
    padding-bottom: 30px;
  }
  .div-links {
    width: 280px;
    margin-bottom: 26px;
    margin-left: 107px;
  }
  .image-6 {
    position: static;
    margin-left: 0px;
    float: right;
  }
  .section-kopf {
    width: 100%;
  }
  .image-hamburger-fff {
    position: absolute;
    left: auto;
    top: 1%;
    right: 4%;
    bottom: 0%;
  }
  .text-block-30 {
    font-size: 115%;
  }
  .text-span-31 {
    font-size: 120%;
  }
  .div-block-16 {
    left: 1px;
    top: 0px;
    width: 450px;
    padding-left: 17px;
    float: none;
  }
  .container {
    display: block;
  }
  .text-span-32 {
    font-size: 90%;
    line-height: 25px;
  }
  .div-block-pfeilkreis {
    top: 0px;
    width: 170px;
    height: 170px;
  }
  .text-block-notrufnummer {
    left: 0px;
    top: 0px;
    margin-top: 68px;
    margin-left: 20px;
    font-size: 100%;
  }
  .text-block-bieten-hilfe-an {
    left: 3px;
    top: -18px;
    color: rgba(0, 0, 0, 0.81);
  }
  .div-block-18 {
    left: 0px;
    top: 76px;
    width: 170px;
    height: 170px;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 15px;
  }
  .text-block-35 {
    left: 12px;
    top: 53px;
    color: rgba(0, 0, 0, 0.75);
  }
  .div-block-nav-wrapper {
    display: block;
  }
  .nav-menu {
    display: none;
    height: 100vh;
    margin-top: 297px;
  }
  .nav-link {
    font-weight: 400;
  }
  .text-block-36 {
    font-weight: 400;
  }
  .text-block-37 {
    font-weight: 400;
  }
  .text-block-38 {
    font-weight: 400;
  }
  .section-3 {
    margin-top: 0px;
  }
  .beratung-dropdown {
    display: none;
  }
  .block-notausgang {
    margin-top: 10px;
    margin-bottom: 0px;
  }
  .link-notausgang {
    margin-bottom: 0px;
    padding: 0px;
  }
  .accordeon-wrapper {
    width: auto;
  }
  .accordion-item-trigger {
    font-size: 903%;
  }
  .heading-7 {
    font-size: 16px;
    line-height: 20px;
  }
  .paragraph {
    font-size: 95%;
  }
}

@media screen and (max-width: 479px) {
  .body {
    padding-top: 35px;
    padding-right: 0px;
    padding-left: 10px;
  }
  .image {
    position: static;
    left: 42%;
    display: block;
    margin-top: 0px;
    margin-left: -16px;
    padding-bottom: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: left;
  }
  .section {
    position: absolute;
    display: block;
    width: 96%;
    height: 180px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .block-logoschrift {
    position: static;
    left: 14px;
    top: 0%;
    width: 280px;
    margin-top: 19px;
    margin-bottom: -6px;
    margin-left: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 130%;
  }
  .text-block {
    font-size: 9em;
  }
  .text-block-2 {
    font-size: 15px;
  }
  .section-kontakt {
    position: absolute;
    display: block;
    width: 95%;
    margin-top: 0px;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .link-block {
    margin-top: 0px;
  }
  .text-block-3 {
    height: 2.1em;
    margin-bottom: 11px;
    font-size: 1.2em;
    line-height: 2em;
  }
  .block-logo-und-logoschrift {
    display: block;
    width: 100%;
    height: 120px;
    margin-left: -2px;
  }
  .notausgang {
    font-size: 1.3em;
  }
  .block-image {
    height: 185px;
    margin-top: 0px;
    padding-top: 0px;
    padding-left: 0px;
    border: 1px none #000;
    text-align: left;
  }
  .block-fff-logoschrift {
    width: auto;
    margin-top: 5px;
    font-size: 130%;
    line-height: 20px;
    text-align: left;
  }
  .section-links {
    margin-top: 45px;
  }
  .block-linkliste {
    width: 300px;
  }
  .text-block-4 {
    margin-bottom: 5px;
    font-size: 18px;
  }
  .text-span-15 {
    font-size: 18px;
  }
  .text-block-5 {
    width: 100%;
    margin-top: 2px;
    margin-left: 0px;
    padding-left: 0px;
    font-size: 16px;
    text-align: left;
  }
  .text-block-6 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
  }
  .image-frauenbild {
    width: 60%;
    margin-top: 5px;
    margin-left: 0px;
  }
  .section-2 {
    margin-top: -1px;
  }
  .section-information {
    margin-bottom: 7px;
    background-color: transparent;
  }
  .div-notruf {
    position: static;
    width: 100%;
    height: auto;
    margin-bottom: 29px;
    float: none;
  }
  .div-frauenhaus {
    width: 100%;
    height: auto;
    margin-bottom: 0px;
    padding-bottom: 30px;
  }
  .div-block-10 {
    width: 100%;
    height: auto;
    padding-bottom: 33px;
  }
  .image-logo {
    text-align: left;
  }
  .div-block-fachberatung {
    width: 100%;
    height: auto;
    max-height: none;
    min-height: 0%;
    min-width: 0%;
    margin-bottom: 0px;
    padding-bottom: 0px;
    float: left;
    background-color: #d0e4d7;
    color: #b36f8c;
  }
  .heading-3 {
    width: 100%;
    padding-left: 20px;
    float: left;
  }
  .link-block-4 {
    width: 300px;
    height: auto;
    margin-right: 23px;
    margin-left: 2px;
    float: left;
  }
  .text-block-21 {
    position: static;
    display: inline-block;
    padding-left: 15px;
    float: none;
    font-size: 100%;
  }
  .text-block-22 {
    position: static;
    padding-left: 15px;
    float: none;
    font-size: 100%;
  }
  .link-block-5 {
    position: relative;
    width: 100%;
  }
  .heading-4 {
    margin-top: 20px;
    font-size: 130%;
    line-height: 20px;
  }
  .heading-5 {
    margin-top: 20px;
    font-size: 100%;
  }
  .text-block-24 {
    width: 100%;
    margin-top: 0px;
    padding-right: 10px;
    font-size: 95%;
  }
  .text-span-21 {
    font-size: 110%;
  }
  .text-block-25 {
    margin-top: 0px;
    margin-bottom: 30px;
    padding-right: 20px;
  }
  .div-links {
    margin-bottom: 34px;
    margin-left: -12px;
  }
  .text-span-29 {
    font-size: 130%;
  }
  .image-6 {
    position: absolute;
    margin-top: -4px;
    margin-bottom: 0px;
    margin-left: 9px;
    cursor: pointer;
  }
  .section-kopf {
    width: 100%;
  }
  .image-hamburger-fff {
    position: absolute;
    left: auto;
    top: 1%;
    right: 4%;
    bottom: 0%;
  }
  .text-block-30 {
    font-size: 100%;
    line-height: 25px;
  }
  .text-span-30 {
    font-size: 200%;
  }
  .text-span-31 {
    top: -11px;
    font-size: 110%;
  }
  .div-block-16 {
    overflow: visible;
    width: 280px;
    margin-top: -8px;
  }
  .container {
    display: block;
  }
  .text-span-32 {
    font-size: 90%;
    line-height: 20px;
  }
  .div-block-pfeilkreis {
    margin-bottom: 23px;
  }
  .text-block-notrufnummer {
    left: 0px;
    top: 0px;
    display: block;
    width: 250px;
    margin: -11px 40px 27px 17px;
    padding-right: 0px;
    padding-bottom: 13px;
    padding-left: 5px;
    text-align: center;
  }
  .nav-menu {
    position: absolute;
    display: none;
    height: 100vh;
    margin-top: 302px;
  }
  .nav-link {
    margin-bottom: 27px;
    font-size: 100%;
  }
  .section-3 {
    padding-left: 0px;
  }
  .div-block-pfeilkreis-inkl-text {
    margin-left: 12px;
  }
  .accordeon-wrapper {
    width: auto;
  }
}