@media print {
    /* Druckspezifische Stile */
    body {
        font-size: 12pt;
        padding: 0;
    }

    h1 {
        font-size: var(--h3-font-size, inherit) !important;
        font-weight: bold;
        margin-top: 1cm;
        margin-bottom: 0.5cm;
        color: #000;
    }

    h2 {
        font-size: 18pt;
        font-weight: bold;
        margin-top: 0.8cm;
        margin-bottom: 0.4cm;
        color: #000;
    }

    /* Weitere spezifische Druckeinstellungen */
    a {
        text-decoration: none;
        color: black;
    }

    * {
        background: none !important;
        box-shadow: none !important;
    }
	
	a.w-btn {
		display: none !important;
	}
	
	#veranstaltungskarte {
		max-width: 100% !important;
		height: 300px;
	}
	
	#kompaktinfo {
		display: none;
	}

    @page {
        size: A4;
        margin: 1cm;
    }
}
