.lang-de .row.kenmerken .col-sm-6:nth-of-type(odd) {
  display:none;
}
.lang-en .row.kenmerken .col-sm-6:nth-of-type(even) {
  display:none;
}