/* MOBILE SCHRIFT & TABELLEN FIX */
@media (max-width: 768px) {
    /* Kleinere Schriftgrößen für Mobile */
    body {
        font-size: 14px !important;
        line-height: 1.5 !important;
    }

    h1 {
        font-size: 22px !important;
        line-height: 1.3 !important;
    }

    h2 {
        font-size: 19px !important;
        line-height: 1.3 !important;
    }

    h3 {
        font-size: 17px !important;
    }

    p, li, div {
        font-size: 14px !important;
    }

    /* Tabellen horizontal scrollbar */
    table {
        display: block !important;
        width: 100% !important;
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch !important;
        white-space: nowrap !important;
    }

    table::before {
        content: "← Tabelle horizontal scrollen →" !important;
        display: block !important;
        text-align: center !important;
        background: #1A365D !important;
        color: #D69E2E !important;
        padding: 8px !important;
        font-size: 12px !important;
        font-weight: bold !important;
    }

    table th, table td {
        font-size: 13px !important;
        padding: 8px !important;
    }
}
