@media only screen and (max-width: 1024px) {
 
 .tekst {float:right;min-height:120px;padding-top:16px;width: 50%;}
 .views-field-views-field-field-omschrijving  {float:left;margin-right:16px;}
 .views-field-views-field-field-terieven {float:none;width:100%;height:auto;}
 
}

@media only screen and (min-width: 1025px) {
 
 
 .views-field-views-field-field-omschrijving {float:left;width:30%;height:auto;}
 .views-field-views-field-field-omschrijving  {float:right;width:60%;height:auto;}
 
}