@media (max-width: 768px) {
  #termine_table .webform-multiple-table-responsive td {
    display: inline-block;
    width: 100%;
    padding-bottom: 0;
    padding-top: 0;
  }
  #termine_table .webform-multiple-table-responsive td.webform-multiple-table--operations {
    position: inherit;
    top: unset;
    text-align: right;
  }
  #termine_table .webform-submission-form label, .node form label {
    width: auto;
    height: auto;
    position: relative;
  }
}