
.hidden {
  display: none;
}
.item_interhome{
  display: inline-flex;
  padding: 0.25rem 0;
  /* flex: 0 0 230px; */
}

.ausstattung, .item_interhome{
  justify-content: flex-start;
  align-items: center;
}
.item_interhome svg{
  margin-right: 0.5rem;
}
.fill-current {
  fill: currentColor;
}
.w-5 {
  width: 1.25rem;
}
.h-5 {
  height: 1.25rem;
}

.mr-2 {
  margin-right: 0.5rem;
}
