/* Insigne */
.flat-header {
  margin-bottom: 90px;
}

@media screen and (min-width: 1000px) {
  .flat-header {
    margin-bottom: 24px;
  }
}

.flat-header,
.location-box {
  position: relative;
}

.flat-header:before,
.location-box:before,
.sgei-box:before {
  content: '';
  position: absolute;
  bottom: -49px;
  left: 0;
  right: 130px;
  height: 2px;
  background-color: #897760;
}

.flat-header:after,
.location-box:after,
.heading-sg:after,
.sgei-box:after {
  content: '';
  position: absolute;
  bottom: -84px;
  right: 10px;
  width: 146px;
  height: 85px;
  background-image: url(../../img/steinergasse-insigne.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.heading-sg {
  position: relative;
  display: inline-block;
  margin-bottom: 50px;
  text-align: right;
}

.heading-sg:after {
  bottom: -60px;
  right: -60px;
}
/* End Insigne */