﻿@media print {
    /* Sicherstellen, dass jede Zeile auf einer Seite bleibt */
    tr {
        break-inside: avoid; /* Vermeidet das Aufteilen der Zeilen */
        page-break-inside: avoid; /* Für ältere Browser */
    }

        .headline, header, button, td:last-child, th:last-child, footer {
            display: none !important;
        }

    main.pb-3 {
        padding: 0 !important;
        margin: 0 !important;
    }

    .box {
        box-shadow: none !important;
    }

    /* Sicherstellen, dass jede Zeile auf einer Seite bleibt */
    tr {
        break-inside: avoid; /* Vermeidet das Aufteilen der Zeilen */
        page-break-inside: avoid; /* Für ältere Browser */
    }

    /* Optional: Weitere Druck-Einstellungen */
    table {
        width: 100%;
        border-collapse: collapse;
    }

    th, td {
        border: 1px solid #000;
        padding: 8px;
        text-align: left;
    }

        .headline, header, button, td:last-child, th:last-child, footer {
            display: none !important;
        }

    main.pb-3 {
        padding: 0 !important;
        margin: 0 !important;
    }

    .box {
        box-shadow: none !important;
    }
}
