#logo {
  width: 100%;
}

.mainWrapper {
  margin: 20px;
}

a {
  text-decoration: none;
  color: #8E8070;
  display: block;
  margin-top: 49px;
  font-size: 18px;
}

a.active {
  text-decoration: underline;
  font-weight: bold;
}

body {
  background-color: #E9E3D6;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: -1;
  background-position: 0% 100%;
  background-attachment: fixed;
  background-image: url(../images/background.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  font-size: 18px;

}

blockquote{
  text-align: right;
  font-style: italic;
  font-size: 12px;
}

.container {
  position: relative;
}

.mainContent {
  min-height: 900px;
  margin-top: 50px;
  background-color: white;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 40px;
  box-sizing: border-box;
}

.janinaImage {
  position: absolute;
  bottom: -40px;
  width: 55%;
  left: 0;
}

.leistungen .janinaImage {
  bottom: -40px;
}

.about .janinaImage {
  bottom: -42px;
}

.aktuelles .janinaImage {
  bottom: -782px;
}


.kontakt .janinaImage {
  bottom: -142px;
}

.kundenstimme .janinaImage{
  bottom: -402px;
}

.logoAnker {
  margin: 0;
}

.abrechenbarWrapper {
  width: 400px;
  height: 400px;
  position: absolute;
  top: -80px;
  right: 0;
  margin: 10vh auto 0;
  /*OPTIONAL MARGIN*/
}

.col-6 {
  position: relative;
}

.text {
  width: 68%;
  height: 68%;
  background: radial-gradient(ellipse at center, rgba(142, 128, 112, 1) 0%, rgba(142, 128, 112, 1) 70%, rgba(142, 128, 112, 0) 70.3%);
  position: relative;
  margin: 0;
  color: white;
  padding-top: 40px;
}

.text p {
  height: 100%;
  font-size: 21px;
  line-height: 1.25;
  padding: 0;
  text-align: center;
  font-style: italic;
  text-shadow: 0.5px 0.5px 1px rgba(0, 0, 0, 0.3);
}

.impressum a {
  display: inline;
}

.text::before {
  content: "";
  width: 50%;
  height: 100%;
  float: left;
  shape-outside: polygon(0 0,
      98% 0,
      50% 6%,
      23.4% 17.3%,
      6% 32.6%,
      0 50%,
      6% 65.6%,
      23.4% 82.7%,
      50% 94%,
      98% 100%,
      0 100%);
  shape-margin: 7%;

}

.text p::before {
  content: "";
  width: 50%;
  height: 100%;
  float: right;
  shape-outside: polygon(2% 0%,
      100% 0%,
      100% 100%,
      2% 100%,
      50% 94%,
      76.6% 82.7%,
      94% 65.6%,
      100% 50%,
      94% 32.6%,
      76.6% 17.3%,
      50% 6%);
  shape-margin: 7%;

}

.quote-wrapper blockquote footer {
  width: 100%;
  position: absolute;
  bottom: 25px;
  font-size: 17px;
  text-align: center;
  font-style: italic;
  text-shadow: 0.5px 0.5px 1px rgba(0, 0, 0, 0.3);
}

.quote-wrapper::before {
  content: "\201C";
  font-size: 270px;
  height: 82px;
  line-height: 0.78;
  line-height: 1;
  position: absolute;
  top: -48px;
  left: 0;
  z-index: 1;
  font-family: sans-serif, serif;
  color: #ccc;
  opacity: 0.9;
}

h2 {
  margin-bottom: 40px;
}

h4 {
  font-size: 22px;
}

blockquote.author {
  text-align: right;
  font-style: italic;
  font-size: 12px;
}

.leistungListe {
  list-style-type: disc;
  margin: 0;
  padding-left: 20px;
}

.leistungListe li {
  padding: 10px 0;
}

.mobile {
  display: none;
}

.desktop {
  display: block;
}

@media (min-width: 850px) {
  .quote-wrapper {
    width: 370px;
    height: 370px;
  }

  .quote-wrapper::before {
    font-size: 300px;
  }

  .text p {
    font-size: 26px;
  }

  .quote-wrapper blockquote footer {
    bottom: 32px;
  }
}

/*THIS CSS IS NOT REQUIRED FOR CIRCULAR TEXT*/
/*THIS CSS IS NOT REQUIRED FOR CIRCULAR TEXT*/

.note {
  margin: 5vw;
  padding: 0.5em;
  border-left: 0.5em solid #52e052;
  background: #e9fbe9;
}

.note a {
  text-decoration: none;
  color: #161b1e;
}

.note a:hover {
  text-decoration: underline;
}

.footerImage {
  width: 100%;
  height: 100%;
  background-attachment: fixed;
  z-index: 2221;
  bottom: 0;
  margin: 0 auto;
  background-repeat: no-repeat;
}

.kontakt ul {
  padding-left: 0;
  margin: 250px 0;
  font-size: 20px;
}

.kontakt ul li {
  list-style: none;
}

.kontakt ul li a {
  display: inline;
}

@media (max-width: 1000px) {
  .mobile {
    display: block;
  }

  .desktop {
    display: none;
  }

  .col-4.mainLogoWrapper {
    width: 100%;
  }



  .abrechenbarWrapper {
    width: 220px;
    height: 220px;
    position: absolute;
    top: 60px;
    right: 65px;
    margin: 10vh auto 0;
    z-index: 2;
  }

  .text {
    padding-top: 20px;
  }

  .text p {
    font-size: 15px;
  }

  .janinaImage {
    display: block;
    top: 0;
    left: 20px;
  }

}

@media (max-width: 767px) {
  .mobile {
    display: block;
  }

  .desktop {
    display: none;
  }

  .col-4.mainLogoWrapper {
    width: 100%;
  }



  .abrechenbarWrapper {
    width: 220px;
    height: 220px;
    position: absolute;
    top: -70px;
    right: -175px;
    margin: 0;
    z-index: 2;
  }

  .text {
    padding-top: 20px;
  }

  .text p {
    font-size: 15px;
  }

  .janinaImage {
    display: none;
    top: 0;
    left: 20px;
  }

  .col-6 {
    width: 100%;
  }

  .row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-left: calc(var(--bs-gutter-x)* 0.4);
    padding-right: calc(var(--bs-gutter-x)* 0.4);
    margin-top: var(--bs-gutter-y);
  }
}


@media (max-width: 376px) {
  .abrechenbarWrapper {
    width: 150px;
    height: 150px;
    position: absolute;
    top: -100px;
    right: 165px;
    margin: 0;
    z-index: 2;
}
.text {
  padding-top: 4px;
}
.text p {
  font-size: 12px;
}

.kontakt ul {
  padding-left: 0;
  margin: 30px 0;
  font-size: 20px;
  padding: 0;
}
}