@media print {

body {
    background: #fff;
    color: #000;
    text-align: justify;
    font-family: Arial, Helvetia;
    font-size: 16px;
}

h1 {
	font-size: 18px;
	}

input, textarea {
	font-size: 16px;
	border: none !important;
    background: transparent !important;
    color: #000;
    padding: 0px !important; /* Optional: Innenabstand entfernen */
    margin: 0px;
    }
    	
#container {
    text-align: justify;
    font-size: 16px;
}
    
nav, header, button, footer {
display: none;
}
}