/* =========================================
   Mobile Tabellen horizontal scrollbar
   volle Tabellenhöhe bleibt erhalten
   ========================================= */

@media (max-width: 980px) {

  .et_pb_post_content table {
    display: block !important;

    width: 100% !important;
    max-width: 100% !important;

    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;

    overflow-x: auto !important;
    overflow-y: visible !important;

    border-collapse: collapse !important;
    table-layout: auto !important;

    margin: 16px 0 !important;

    -webkit-overflow-scrolling: touch;
  }

  .et_pb_post_content table tbody {
    display: table !important;

    width: max-content !important;
    min-width: 100% !important;

    height: auto !important;
    max-height: none !important;
  }

  .et_pb_post_content table tr {
    display: table-row !important;

    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
  }

  .et_pb_post_content table th,
  .et_pb_post_content table td {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;

    min-width: 130px !important;
    padding: 8px 10px !important;

    font-size: 14px !important;
    line-height: 1.35 !important;

    white-space: normal !important;
    overflow: visible !important;
    overflow-wrap: break-word !important;
    word-break: normal !important;

    vertical-align: top !important;
  }

  .et_pb_post_content table tr:first-child td,
  .et_pb_post_content table tr:first-child th {
    font-weight: 700 !important;
  }
}


/* Kleine Smartphones */
@media (max-width: 480px) {

  .et_pb_post_content table th,
  .et_pb_post_content table td {
    min-width: 120px !important;
    padding: 7px 8px !important;
    font-size: 13px !important;
    line-height: 1.35 !important;
  }
}
