.iump-popup-print-bttn {
    display: inline-block;
    background-color: #e73e11;
    color: #fff;
    padding: 10px 20px;
    border-radius: 6px;
    cursor: pointer;
    font-weight: bold;
    border: none;
    text-align: center;
    text-decoration: none;
    font-family: inherit;
    font-size: 16px;
}

.iump-popup-print-bttn:hover {
    background-color: #14243d;
}

.event-popup-print-bttn {
        display: inline-block;
    background-color: #e73e11;
    color: #fff;
    padding: 10px 20px;
    border-radius: 6px;
    cursor: pointer;
    font-weight: bold;
    border: none;
    text-align: center;
    text-decoration: none;
    font-family: inherit;
    font-size: 16px;
}

.event-popup-print-bttn:hover {
	background-color: #14243d;
}

/* Aber beim Drucken anzeigen */
@media print {
    html, body {
        height: 297mm;
        margin: 0;
        padding: 0;
    }

    #teilnahmebestaetigung {
        display: flex !important;
        flex-direction: column;
        justify-content: space-between;
        height: 297mm;
        padding: 0;
        box-sizing: border-box;
        page-break-after: avoid !important;
    }

	.teilnahmebestaetigung-container {
		width: 210mm;
		padding: 0mm 10mm 0mm 10mm;
		background: #fff;
		font-family: Arial, sans-serif;
		font-size: 12pt;
		color: #333;
		flex-grow: 1;
		box-sizing: border-box;
	}

	.teilnahmebestaetigung-logo {
		text-align: left !important;
		margin-bottom: 0mm;
		margin-top: 10mm;
		padding-left: 0 !important;
	}

	.teilnahmebestaetigung-logo img {
		display: inline-block;
		margin: 0 !important;
		max-width: 30mm !important;
		max-height: 15mm !important;
		width: auto !important;
		height: auto !important;
		object-fit: contain;
	}

	.teilnahmebestaetigung-header {
		margin-bottom: 0mm;
	}

	.header-table {
		width: 100%;
		border-collapse: collapse;
		border: none !important;
	}

	.header-table td {
		border: none !important;
		padding: 5px;
		font-size: 11pt;
		line-height: 1.5;
		vertical-align: top;
	}

	.header-table td:first-child {
		width: 30%;
		text-align: left;
	}

	.header-table td:nth-child(2) {
		width: 35%;
		text-align: center;
	}

	.header-table td:last-child {
		width: 35%;
		text-align: right;
	}

	.custom-header-line {
		border: none;
		border-top: 3px solid #e73e11;
		margin: 0mm 0 15mm 0 !important;
		padding: 0!important;
	}

	.teilnahmebestaetigung-body {
		margin: 0mm;
	}

	.teilnahmebestaetigung-address {
		margin-top: 3mm;
		margin-bottom: 5mm;
		margin-left: 0mm;
		font-size: 11pt;
		line-height: 1.4;
	}

	.teilnahmebestaetigung-address p {
		margin: 0;
		padding: 0;
	}

	.teilnahmebestaetigung-date {
		text-align: right;
		margin-top: 5mm;
		margin-right: 0mm;
		margin-bottom: 0;
		font-size: 11pt;
	}

	.teilnahmebestaetigung-number {
		margin-top: 0mm; /* oder z. B. 30mm */
		margin-bottom: 5mm;
		margin-left: 0mm;
		font-size: 11pt;
		line-height: 1.4;
	}

	.teilnahmebestaetigung-description {
		margin: 0 0mm; /* links & rechts 20mm Abstand */
		margin-bottom: 5mm;
		font-size: 11pt;
		color: #333;
	}
	.teilnahmebestaetigung-description ul {
		margin-top: 0;
		margin-bottom: 0;
	}

	.teilnahmebestaetigung-table {
		width: 100%;
		border-collapse: collapse;
		margin-top: 5mm;
		font-size: 11pt;
	}

	.teilnahmebestaetigung-table th,
	.teilnahmebestaetigung-table td {
		border: 1px solid #ddd;
		padding: 6px 10px;
		text-align: left;
	}

	.teilnahmebestaetigung-table th {
		background-color: #f2f2f2;
		font-weight: bold;
		text-align: left !important; /* wichtig für dein Problem */
		padding: 8px 12px;
	}

	.teilnahmebestaetigung-table tfoot td {
		border-top: 2px solid;
		font-weight: bold;
	}

	.teilnahmebestaetigung-table .sum {
		text-align: left;
	}

	.teilnahmebestaetigung-signature {
		margin-top: 5mm;
		margin-bottom: 0mm;
		margin-left: 0mm;
		margin-right: 0mm;
		font-size: 11pt;
		text-align: left;
	}

	.teilnahmebestaetigung-signature img {
		max-height: 10mm;
		max-width: 12mm;
		display: block;
		margin-top: 2mm;
		margin-bottom: 2mm;
	}

	.teilnahmebestaetigung-footer {
		margin: 0 20mm 0 20mm;
		box-sizing: border-box;
		font-size: 8pt;
		color: #333;
	}
	.teilnahmebestaetigung-footer {
		box-sizing: border-box;
		font-size: 8pt;
		color: #333;
	}

	.footer-table {
		width: 100%;
		border-collapse: collapse;
		border: none !important;
		margin-bottom: 1mm;
	}

	.footer-table td {
		border: none !important;
		padding: 5px;
		vertical-align: top;
		text-align: left;
		font-size: 8pt;
		line-height: 1.4;
		word-break: break-word;
	}

	.footer-table td:first-child {
		width: 30%;
	}

	.footer-table td:nth-child(2),
	.footer-table td:last-child {
		width: 35%;
	}

	.custom-footer-line {
			border: none;
			border-top: 3px solid #e73e11;
			margin: 0;
			padding: 0;
	}

	.custom-footer-line:last-of-type {
		margin-bottom: 5mm !important;
	}
	
	a[href]:after {
        content: "" !important;
    }
}
@page {
    size: A4 portrait;
    margin: 0;
}

.teilnahmebestaetigung-container {
    width: 210mm;
    padding: 0mm 20mm 0mm 20mm;
    background: #fff;
    font-family: Arial, sans-serif;
    font-size: 12pt;
    color: #333;
	flex-grow: 1;
	box-sizing: border-box;
}

.teilnahmebestaetigung-logo {
    text-align: left !important;
    margin-bottom: 0mm;
	margin-top: 25mm;
    padding-left: 0 !important;
}

.teilnahmebestaetigung-logo {
    text-align: left !important;
    margin-bottom: 0mm;
    margin-top: 25mm;
    padding-left: 0 !important;
}

.teilnahmebestaetigung-logo img {
	display: inline-block;
	margin: 0 !important;
	max-width: 30mm !important;
	max-height: 15mm !important;
	width: auto !important;
	height: auto !important;
	object-fit: contain;
}

.teilnahmebestaetigung-header {
    margin-bottom: 0mm;
}

.header-table {
    width: 100%;
    border-collapse: collapse;
    border: none !important;
}

.header-table td {
    border: none !important;
    padding: 5px;
    font-size: 11pt;
    line-height: 1.5;
    vertical-align: top;
}

.header-table td:first-child {
    width: 30%;
    text-align: left;
}

.header-table td:nth-child(2) {
    width: 35%;
    text-align: center;
}

.header-table td:last-child {
    width: 35%;
    text-align: right;
}

.custom-header-line {
    border: none;
    border-top: 3px solid #e73e11;
    margin: 0mm 0 15mm 0 !important;
    padding: 0!important;
}

.teilnahmebestaetigung-body {
    margin: 0mm;
}

.teilnahmebestaetigung-address {
    margin-top: 3mm;
    margin-bottom: 5mm;
	margin-left: 0mm;
    font-size: 11pt;
    line-height: 1.4;
}

.teilnahmebestaetigung-address p {
    margin: 0;
    padding: 0;
}

.teilnahmebestaetigung-date {
    text-align: right;
    margin-top: 5mm;
    margin-right: 0mm;
    margin-bottom: 0;
    font-size: 11pt;
}

.teilnahmebestaetigung-number {
    margin-top: 0mm; /* oder z. B. 30mm */
    margin-bottom: 5mm;
	margin-left: 0mm;
    font-size: 11pt;
    line-height: 1.4;
}

.teilnahmebestaetigung-description {
    margin: 0 0mm; /* links & rechts 20mm Abstand */
	margin-bottom: 5mm;
    font-size: 11pt;
    color: #333;
}
.teilnahmebestaetigung-description ul {
    margin-top: 0;
    margin-bottom: 0;
}

.teilnahmebestaetigung-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 5mm;
    font-size: 11pt;
}

.teilnahmebestaetigung-table th,
.teilnahmebestaetigung-table td {
    border: 1px solid #ddd;
    padding: 6px 10px;
    text-align: left;
}

.teilnahmebestaetigung-table th {
    background-color: #f2f2f2;
    font-weight: bold;
    text-align: left !important; /* wichtig für dein Problem */
    padding: 8px 12px;
}

.teilnahmebestaetigung-table tfoot td {
    border-top: 2px solid;
    font-weight: bold;
}

.teilnahmebestaetigung-table .sum {
    text-align: left;
}

.teilnahmebestaetigung-signature {
    margin-top: 5mm;
	margin-bottom: 0mm;
    margin-left: 0mm;
    margin-right: 0mm;
    font-size: 11pt;
    text-align: left;
}

.teilnahmebestaetigung-signature img {
    max-height: 10mm;
    max-width: 12mm;
    display: block;
    margin-top: 2mm;
    margin-bottom: 2mm;
}

.teilnahmebestaetigung-footer {
	width: 170mm;
    margin: 0 20mm 0 20mm;
	box-sizing: border-box;
    font-size: 8pt;
    color: #333;
}

.teilnahmebestaetigung-footer {
    margin: 0;
    box-sizing: border-box;
    font-size: 8pt;
    color: #333;
}

.footer-table {
    width: 100%;
    border-collapse: collapse;
    border: none !important;
	margin-bottom: 1mm;
}

.footer-table td {
    border: none !important;
    padding: 5px;
    vertical-align: top;
    text-align: left;
    font-size: 8pt;
    line-height: 1.4;
    word-break: break-word;
}

.footer-table td:first-child {
    width: 30%;
}

.footer-table td:nth-child(2),
.footer-table td:last-child {
    width: 35%;
}

.custom-footer-line {
        border: none;
        border-top: 3px solid #e73e11;
        margin: 0;
        padding: 0;
}

.custom-footer-line:last-of-type {
    margin-bottom: 5mm !important;
}