body {
	background-image: url(".././Elemente/JetonFarbverlauf1.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height: 100vh;
	width:  100vw;
	margin:  0; 
	padding: 0;
	display: grid;	
   grid-template-columns: auto auto;
	font-family: sans-serif;
	color: white;	   
	}
	
#Klassenzeichen {
	height: 10vh;
	align-self: center;
	justify-self: right;
	}
	
#Ueberschrift {
	align-self: center;
	padding-left: 3vw;
	color: #fe1310;
	text-shadow: 3px 3px 5px grey;
	}	
	
svg {
	height: 85vh;
	padding-left: 2vw;
	}
	
main {
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 3vw;
	overflow-y: scroll;
	}
	
.Grafik {
	width: 55%;
	margin: 1em;
	}
	
.Bild {
	width: 25%;
	margin: 1em;
	}	



	
