.block.graphek_is24 {
  margin: 30px 0px;
}
.block.graphek_is24 .filter_area {
  background: #F9F5F2;
  padding: 40px 0px;
  margin-bottom: 50px;
}
.block.graphek_is24 .filter_area form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.block.graphek_is24 .filter_area form select,
.block.graphek_is24 .filter_area form input {
  margin-right: 12px;
}
.block.graphek_is24 .haus_liste {
  padding: 0px 10px;
  display: grid;
  overflow: hidden;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 80px;
}
.block.graphek_is24 .haus {
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.block.graphek_is24 .haus .titelbild {
  padding-bottom: 100%;
  -webkit-background-size: cover !important;
     -moz-background-size: cover !important;
       -o-background-size: cover !important;
          background-size: cover !important;
  background-position: 50% 50% !important;
}
.block.graphek_is24 .haus .content {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
     -moz-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.block.graphek_is24 .haus h5 {
  color: #261B63;
  margin-bottom: 20px;
}
.block.graphek_is24 .haus .objekt_desc {
  margin-bottom: 20px;
}
.block.graphek_is24 .haus .button_wrapper {
  margin-top: auto;
}

/*# sourceMappingURL=is24.css.map */
