@media print {  
	body {
		font-size: 18pt;
		margin: 12,7 mm;
		color:blue;
	}
	/* Styles zuruecksetzen */
	*,
	*:before,
	*:after,
	*:first-letter,
	*:header,
	p:first-line,
	div:first-line,
	blockquote:first-line,
	li:first-line {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
		border:0!important;
	}
}

header,
body {
	background-image: linear-gradient(white 0%, #e6f2f7 10%, #5c82d9 66%, #e8f2f7 100%);
	position: relative;
	min-width: 400px;
	height: 100vh;
	}
	
svg {
	width: 90vh;
}

text {
	filter: drop-shadow(1px 1px 0 lightblue);	
}