.WohnungsBodyContainer {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* --------------ImageGallery----------------- */
.WohnungsBodyImageContent {
  padding-bottom: 70px;
}

.WohnungsBodyImageContainer {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

.WohnungsBodyImageBox {
}

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  transition: 0.6s ease;

  background-color: rgba(195, 195, 195, 0.8);
  color: white;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  cursor: pointer;
  position: absolute;
  height: 20px;
  line-height: 20px;
  padding: 15px;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(154, 154, 154, 0.98);
  color: white;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
}

/* ----------------Main------------------------------- */
.MainWohnungsBodyImageControls {
  width: 300px;
  margin: 1px auto;
  display: flex;
  justify-content: space-between;
}

.MainWohnungsBodyImageController a {
  background-color: rgba(195, 195, 195, 0.8);
  color: white;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  cursor: pointer;
  top: 146.2%;
  position: absolute;
  height: 20px;
  line-height: 20px;
  padding: 15px;
}

.MainWohnungsBodyImageController a:hover {
  background-color: rgba(154, 154, 154, 0.98);
  color: white;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
}

/* --------------Antoher----------------- */
.WohnungsBodyTextContainer a {
  font-size: 15pt;
  line-height: 25px;
  color: #0a7139;
}

.WohnungsBodyTextContainer a:hover {
  color: #474646;
}

.WohnungsBodyTextContainer h1 {
  font-size: 20pt;
  color: #0a7139;
  font-weight: 600;
}

.WohnungsBodyTextContainer p {
  font-size: 15pt;
  line-height: 25px;
  color: #131414;
}
