html {
  font-family: "Arial";
}

body {
  padding: 0px;
  width: 96% !important;
  overflow-x: hidden;
  position: relative !important;
}

header {
  background-color: yellowgreen;
  padding: 20px;
  font-size: 1.9rem;
}

.slogan {
  font-size: 1.5rem;
  color: #4d4d4d;
}

.details {
  margin-top: 40px;
  background-color: #eee;
  padding: 20px;
  font-size: 0.9em;
  display: flex;
}

.detail-item {
  display: block;
  border-bottom: 1px solid gray;
  padding: 10px 10px 10px 20px;
  max-width: 80vw;
}

.detail-item:hover {
  background-color: gray;
  color: #fff;
}

.detail-item div {
  display: inline-block;
}

.detail-label {
  font-weight: bold;
  min-width: 200px;
  display: inline-block;
  float: left;
}

.map {
  padding: 0px 5px 5px 5px;
}

.left {
  max-width: 70vw;
  width: 70vw;
}
.right {
  margin-left: 20px;
  max-width: 20vw;
  width: 20vw;
}

.space-row {
  height: 0px;
}

.bereich-title {
  margin-top: -30px;
  background-color: #aaa;
  padding: 5px;
  font-weight: bold;
  float: left;
}

.bereich {
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #ccc;
}

.bereich.description {
  margin-top: 45px;
}

.vermieter, .detail-item:hover .vermieter {
  display: block !important;
  border: 1px dashed;
  padding: 10px;
  margin-top: 5px;
  background-color: #fff;
  color: initial !important;
}

.bereich.images {
  margin-top: 45px;
}

.gallary-img {
  width: auto;
  height: 100px;
  margin: 15px 10px 15px 10px;
  box-shadow: 4px 5px 15px 3px gray;
}

Element {
  width: 402px;

  max-width: 402px;

  height: 894px;

  max-height: 894px;

}
.lum-lightbox-image-wrapper img {
  max-width: 100vw;

  width: 100vw;

}