body { width:100%; max-width:1200px; margin:auto; }

@font-face {
    font-family: 'DIN1451LRS';
    font-display:swap;
    src: url('../../cssfonts/din1451lrs-webfont.woff2') format('woff2'),
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Taylor Sans Bold LRS';
    font-display:swap;
    src: url('../../cssfonts/taylorsansboldlrs-webfont.woff2') format('woff2'),
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Comic Relief LRS';
    font-display:swap;
    src: url('../../cssfonts/comicrelieflrs-webfont.woff2') format('woff2'),
    font-weight: normal;
    font-style: normal;
}


.feld1 { grid-area: titel; }
.feld2 { grid-area: bild1; }
.feld3 { grid-area: auswahl; }
.feld4 { grid-area: aufgabe; }
.feld5 { grid-area: eingabe; }
.feld6 { grid-area: zusatz; }

.gridseite {
  	display: grid;
  	grid-template-columns: 150px auto auto auto;
  	grid-template-rows: auto 150px auto auto auto;
  	grid-template-areas: 
  	"titel titel titel titel"
  	"bild1 auswahl auswahl auswahl"
  	"bild1 aufgabe aufgabe aufgabe"
  	"bild1 eingabe eingabe eingabe"
  	"bild1 zusatz zusatz zusatz"; 
  	grid-gap: 2px;
  	background-color: #ffffff;
  	padding: 0px;
  	max-width:1200px;
  	margin:auto;
	}

@media only screen and (min-width: 400px)
{
.gridseite {
  	display: grid;
  	grid-template-columns: 150px auto auto auto;
  	grid-template-rows: auto 150px auto auto auto;
  	grid-template-areas: 
  	"titel titel titel titel"
  	"bild1 auswahl auswahl auswahl"
  	"aufgabe aufgabe aufgabe aufgabe"
  	"eingabe eingabe eingabe eingabe"
  	"zusatz zusatz zusatz zusatz"; 
  	grid-gap: 2px;
  	background-color: #ffffff;
  	padding: 0px;
  	max-width:800px;
  	margin:auto;
  	}
}

@media only screen and (min-width: 800px)
{
.gridseite {
  	display: grid;
  	grid-template-columns: 150px auto auto auto;
  	grid-template-rows: auto 150px auto auto auto;
  	grid-template-areas: 
  	"titel titel titel titel"
  	"bild1 auswahl auswahl auswahl"
  	"bild1 aufgabe aufgabe aufgabe"
  	"bild1 eingabe eingabe eingabe"
  	"bild1 zusatz zusatz zusatz"; 
  	grid-gap: 2px;
  	background-color: #ffffff;
  	padding: 0px;
  	max-width:1200px;
  	margin:auto;
	}
}

.gridfeld {
	background-color: #ffffff;
	text-align: left;
	height: auto;
	justify-items: left;
	border:10px solid #ffffff;
	}

.menufeld {
	background-color: #ffffff;
	text-align: center;
	justify-items: center;
	}

.rahmen {
	border:5px solid #ffffff;
	border-radius:5px;
	margin:5px;
	margin-top:30px;
	}

.papier {
	border:3px solid #406090;
	border-radius:5px;
	box-shadow:2px 2px #888;
	background:#D0DCE0;
	padding:5px;
	}


.webtrain0
	{
	font-family: Taylor Sans Bold LRS, Arial;
	font-weight:bold; 
	text-shadow: 2px 2px 2px #406090; 
	color:#000000; 
	font-size:4.2em;
	}

.webtrain1
	{
	font-family: Taylor Sans Bold LRS, Arial;
	color:#000000; 
	font-size:1.8rem;
	text-shadow:2px 2px 3px #888;
	}

.webtrain2
	{
	font-family: Taylor Sans Bold LRS, Arial;
	font-weight:normal; 
	color:#000000;
	font-size:1.4em;
	text-align:left;
	}

.webtrain3
	{
	font-family: Taylor Sans Bold LRS, Arial;
	font-weight:normal; 
	color:#000000; 
	font-size:1.1em;
	}

.quadrat 
	{
	width: 120px;
	height: 120px;
	background-color: #ffffff;
	border-radius: 10px;
	color: #CC0000;
	font-family: Taylor Sans Bold LRS, Arial;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 20px;
	border: 3px solid #406090;
	box-shadow: 2px 2px 2px #888;
	top: 10px;
	margin: 5px;
  	-webkit-transition: background-color 1s ease-out;
 	-moz-transition: background-color 1s ease-out;
  	-o-transition: background-color 1s ease-out;
  	transition: background-color 1s ease-out;
	}

.quadrat:hover 
	{
	background-color: #aaee33;
	cursor: pointer;
	}

.quadrat2 
	{
	width: 60;
	height: 60px;
	background-color: #D0DCE0;
	border-radius: 5px;
	text-align: left;
	text-decoration: none;
	border: 3px solid #D0DCE0;
	box-shadow: 2px 2px 2px #888;
	margin-right:20px;
	margin-top:5px;
	float:left;
  	-webkit-transition: background-color 1s ease-out;
 	-moz-transition: background-color 1s ease-out;
  	-o-transition: background-color 1s ease-out;
  	transition: background-color 1s ease-out;
	}

.quadrat2:hover 
	{
	background-color: #ffffff;
	cursor: pointer;
	}

.lang
	{
	display:block;
	background:#D0DCE0;
	border:2px solid #D0DCE0;
	border-radius: 3px;
	margin:0px;
	padding:0px;
	font-family:DIN1451LRS, Taylor Sans Bold LRS, Arial;
	font-size:1.5em;
	color:#406090;
	font-weight:normal;
	text-decoration:none;
	text-align:left;
	list-style:none;
	box-shadow:2px 2px 2px #888;
  	-webkit-transition: background-color 1s ease-out;
  	-moz-transition: background-color 1s ease-out;
  	-o-transition: background-color 1s ease-out;
  	transition: background-color 1s ease-out;
	}
		
.lang:hover
	{
	background:#ffffff;
	border:3px solid #406090;
	cursor: pointer;
	}

.menu
	{
	background-color:#D0DCE0;
	border:2px solid #406090;
	border-radius: 3px;
	font-family:Comic Relief LRS, Comic Sans MS, Arial;
	font-size:18px;
	color:#406090;
	font-weight:normal;
	text-decoration:none;
	display:block;
	height:25px;
	margin:10px;
  	-webkit-transition: background-color 1s ease-out;
  	-moz-transition: background-color 1s ease-out;
  	-o-transition: background-color 1s ease-out;
  	transition: background-color 1s ease-out;
	}
		
.menu:hover
	{
	background:#aaee33;
	color:#000000;
	}

.wortfeld { 
	width:340px; 
	height:40px; 
	font-family:Comic Relief LRS, Comic Sans MS, Verdana; 
	font-size:28px;
	text-align:center;
	border:2px solid #406090;
	background:#ffffff;
	margin-top:10px;
	letter-spacing:3px;
	}

.gruen {
	width:110px;
	height:30px;
	font-family: Comic Relief LRS, Comic Sans MS, Verdana;
	font-size:16px; 
	color:#000000; 
	letter-spacing:1px;
	background:#00ff00;
	border-radius:3px; 
	border:2px solid #000000;
	box-shadow:2px 2px #888;
	}

.rot {
	width:110px;
	height:30px;
	font-family:Comic Relief LRS, Comic Sans MS, Verdana;
	font-size:16px; 
	color:#000000; 
	letter-spacing:1px;
	background:#ff0000;
	border-radius:3px; 
	border:2px solid #000000;
	box-shadow:2px 2px #888;
	}

.blau
	{
	width:110px;
	height:30px;
	font-family:Comic Relief LRS, Comic Sans MS, Verdana;
	font-size:16px; 
	color:#ffffff; 
	letter-spacing:1px;
	background:#406090;
	border-radius:3px; 
	border:2px solid #000000;
	box-shadow:2px 2px #888;
	}

.gelb
	{
	width:110px;
	height:30px;
	font-family:Comic Relief LRS, Comic Sans MS, Verdana;
	font-size:16px; 
	color:#000000; 
	letter-spacing:1px;
	background:#ffff99;
	border-radius:3px; 
	border:2px solid #000000;
	box-shadow:2px 2px #888;
	}

.quizmenu
	{
	width: 150px;
	height: 170px;
	background-color: #ffffff;
	border-radius: 10px;
	color: #CC0000;
	font-family: Comic Relief LRS, Comic Sans MS, Arial;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 20px;
	border: 3px solid #406090;
	box-shadow: 2px 2px 2px #888;
	top: 10px;
	margin: 5px;
  	-webkit-transition: background-color 1s ease-out;
 	-moz-transition: background-color 1s ease-out;
  	-o-transition: background-color 1s ease-out;
  	transition: background-color 1s ease-out;
	}

.quizmenu:hover 
	{
	background-color: #aaee33;
	cursor: pointer;
	}

.quizrand 
	{
	display:inline-block;
	margin:0 auto;
	width: 140px;
	height: auto;
	background-color: #ffffff;
	color: #406090;
	font-family: Taylor Sans Bold LRS, Arial;
	text-align: center;
	text-decoration: none;
	font-size: 20px;
	border: 3px solid #406090;
	box-shadow: 2px 2px 2px #888;
	margin: 5px;
  	-webkit-transition: background-color 1s ease-out;
 	-moz-transition: background-color 1s ease-out;
  	-o-transition: background-color 1s ease-out;
  	transition: background-color 1s ease-out;
	}

.quizbild 
	{
	width:120px;
	height:120px;
	background:#ffffff;
	border:0px solid #ffffff;
	cursor:pointer;
	}

.quiztext
	{
	width:100%;
	background:#D0DCE0;
	color:#406090;
	font-family:Comic Relief LRS, Comic Sans MS, Arial;
	font-size:20px;
	border:0px solid #ffffff;
	cursor:pointer;
	}

.quizkarte
	{
	text-align:center;
	background:#D0DCE0;
	border:3px solid #406090;
	border-radius:5px;
	box-shadow:2px 2px #888;"
	}
 	
.quizwahl
	{
	width: 220px;
	height: 50px;
	background-color: #ffffff;
	border-radius: 5px;
	border: 3px solid #406090;
	box-shadow:2px 2px 2px #888;
	color: #000000;
	font-family: Comic Relief LRS, Comic Sans MS;
	text-align: center;
	font-weight: normal;
	font-size: 24px;
	letter-spacing:2px;
	margin:0px;	
	letter-spacing:2px;
	transition: all 1s ease;
	}
.quizwahl:hover
	{
	background:#2fe2fe;
	transition: all 1s ease;
	-webkit-transform: scale(1.25);
	-moz-transform: scale(1.25);
	-o-transform: scale(1.25);
	}

.bildfragetext
	{
	height: auto;
	background-color: #2fe2fe;
	border-radius: 5px;
	border: 3px solid #406090;
	box-shadow:2px 2px 2px #888;
	color: #000000;
	font-family: Comic Relief LRS, Comic Sans MS;
	text-align: center;
	font-weight: normal;
	font-size: 24px;
	letter-spacing:1px;
	margin:20px;
	transition: all 1s ease;
	vertical-align:middle;
	}

.quizfragetext
	{
	height: auto;
	background-color: #2fe2fe;
	border-radius: 5px;
	border: 3px solid #406090;
	box-shadow:2px 2px 2px #888;
	color: #000000;
	font-family: Comic Relief LRS, Comic Sans MS;
	text-align: center;
	font-weight: normal;
	font-size: 24px;
	letter-spacing:1px;
	margin:20px;
	transition: all 1s ease;
	vertical-align:middle;
	}

.quizimage
	{
	flex:1 1;
	width:100%;
	max-width:250px;
	height:auto;
	overflow:hidden;
	position:relative;
	flex-basis: 300px;
	margin:20px;
	}

