.rs-columns {
  display: flex;
  align-items: stretch;
  width: 100%;
}

.rs-column {
  width: 100%;
  /*margin-top: 7.69231%;*/
  margin-right: 5.9%;

}

.rs-column:last-of-type{
  margin-right:0;
}

.rs-column.-large-first-row {
  margin-top: 0;
}

.gross-links .rs-column:first-of-type {
  width: 54.6%;
}

.gross-links .rs-column:last-of-type {
  width: 39.6%;
}

.gross-rechts .rs-column:first-of-type {
  width: 39.6%;
}
.gross-rechts .rs-column:last-of-type {
  width: 54.6%;
}






@media screen and (max-width: 680px) {

  .rs-columns {
    display: block;
    align-items: stretch;
    width: 100%;
  }

  .rs-column {
    width: auto !important;
    /*margin-top: 7.69231%;*/
    margin: 0;
    padding-right:50px;
    padding-left:50px;
  }
  @media screen and (max-width: 500px) {
    .rs-column {
      padding-right:20px;
      padding-left:20px;
    }
  }
}
