#hauslisteFrontend .dokumente-data img,
.haussingelFrontend .dokumente-data img {
  width: 100px;
}




#hauslisteFrontend #kommentar-vorschau {
  max-height: 200px;
  overflow-y: auto;
  border: 1px solid #ddd;
  padding: 10px;
  margin-top: 10px;
}

#hauslisteFrontend #editor-modal {
  display:none;
  position:fixed;
  top:10%;
  left:50%;
  transform:translateX(-50%);
  width:80%;
  height:80%;
  background:#fff;
  border:1px solid #ccc;
  padding:20px;
  z-index:10000;
  box-shadow:0 0 15px rgba(0,0,0,0.3);
  overflow-y:auto;
}


.heim-haus-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 30px;
  border: 1px solid #ccc;
  padding: 10px;
}
.heim-haus-slider {
  flex: 1 1 40%;
  min-width: 250px;
}
.heim-haus-details {
  flex: 1 1 55%;
}
.heim-zusatzblock {
  display: none;
  margin-top: 10px;
  background: #f9f9f9;
  padding: 8px;
  border: 1px solid #ddd;
}
.heim-toggle-button {
  display: inline-block;
  margin-top: 10px;
  background: #007cba;
  color: white;
  padding: 6px 12px;
  cursor: pointer;
  font-size: 0.9em;
  border-radius: 3px;
}