body { width:100%; max-width:1200px; margin:auto; }

.feld1 { grid-area: titel; }
.feld2 { grid-area: bild1; }
.feld3 { grid-area: auswahl; }
.feld4 { grid-area: aufgabe; }
.feld5 { grid-area: eingabe; }

.gridseite {
  display: grid;
  grid-template-columns: 200px auto auto;
  grid-template-rows: auto 150px auto auto;
  grid-template-areas: 
  "titel titel titel"
  "bild1 auswahl auswahl"
  "bild1 aufgabe aufgabe"
  "bild1 eingabe eingabe";
  
  grid-gap: 2px;
  background-color: #ffffff;
  padding: 0px;
  max-width:1200px;
  margin:auto;
}

@media only screen and (min-width: 300px)
{
.gridseite
  {
  grid-template-columns: auto auto auto;
  grid-template-rows: auto 150px auto auto;
  grid-template-areas: 
  "titel titel titel"
  "bild1 auswahl auswahl"
  "aufgabe aufgabe aufgabe"
  "eingabe eingabe eingabe";

  grid-gap: 2px;
  background-color: #ffffff;
  padding: 0px;
  max-width:800px;
  margin:auto;
  }
}

@media only screen and (min-width: 800px)
{
.gridseite
  {
  grid-template-columns: 200px auto auto;
  grid-template-rows: auto 150px auto auto;
  grid-template-areas: 
  "titel titel titel"
  "bild1 auswahl auswahl"
  "bild1 aufgabe aufgabe"
  "bild1 eingabe eingabe";

  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:5px solid #ffffff;
}

.iconfeld {
display: flex;
flex-wrap:wrap;
align-items: center;
justify-content: center;
background-color: #ffffff;
text-align: center;
height: auto;
margin: auto;
}


.rahmen {
border:5px solid #ffffff;
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 5px #406090; 
	color:#000000; 
	font-size:4.2em;
	}

.webtrain1
	{
	font-family: Taylor Sans Bold LRS, Arial;
	font-weight:bold; 
	text-shadow: 2px 2px 3px #406090; 
	color:#000000; 
	font-size:24px;
	}

.webtrain2
	{
	font-family: Taylor Sans Bold LRS, Arial;
	font-weight:normal; 
	text-shadow: 1px 1px 1px #888; 
	color:#000000;
	font-size:12px;
	}

.webtrain3
	{
	font-family: Taylor Sans Bold LRS, Arial;
	font-weight:bold; 
	color:#000000; 
	font-size:18px;
	}

.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: center;
	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:3px 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;
	height:25px;
	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;
	}

.warnung
    {
    width:120px;
    height:auto;
    margin-right:10px;
    float:left;
    }

.feld
	{
	height:50px;
	width:80px;
	background:#ffffff;
	border:2px solid #406090;
	border-radius:2px;
	box-shadow:3px 3px #888;
    font-family:Comic Relief LRS, Comic Sans MS, Verdana;
	font-size:28px;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	}

.knopf
	{
	width:100px; 
	height:30px;
	background-color:#D0DCE0; 
	font-family:Comic Relief LRS, Comic Sans MS, Verdana; 
	font-size:16px; 
	border-radius:3px; 
	color:#000000; 
	text-align:center; 
	border:2px solid #000000;
	box-shadow:2px 2px 2px #888;
	}
.knopf:hover
	{
	width:100px; 
	height:30px;
	background-color:#000000; 
	font-family:Comic Relief LRS, Comic Sans MS, Verdana; 
	font-size:16px; 
	border-radius:3px; 
	color:#ffffff; 
	text-align:center; 
	border:2px solid #000000;
	box-shadow:2px 2px 2px #888;
	cursor: pointer;
	}

.knopf2
	{
	width:auto; 
	height:40px;
	font-family:Comic Relief LRS, Comic Sans MS, Verdana; 
	font-size:24px; 
	text-decoration:none; 
	font-weight:normal; 
	background-color:#ffffff;  
	color:#000000; 
	border-radius:3px; 
	border:2px solid #406090;
	box-shadow:1px 1px #888;
	margin-top:10px;
	}	

.knopf3
	{
	width:40px; 
	height:40px;
	text-align:right; 
	font-family:Comic Relief LRS, Comic Sans MS, Verdana; 
	font-size:24px; 
	text-decoration:none; 
	font-weight:normal; 
	background-color:#ffffff;  
	color:#000000; 
	border-radius:3px; 
	border:2px solid #406090;
	box-shadow:1px 1px #888;
	}	

.knopf4
	{
	width:40px; 
	height:40px;
	text-align:center; 
	font-family:Comic Relief LRS, Comic Sans MS, Verdana; 
	font-size:24px; 
	text-decoration:none; 
	font-weight:normal; 
	background-color:#ffffff;  
	color:#000000; 
	border-radius:3px; 
	border:2px solid #406090;
	box-shadow:1px 1px #888;
	}	
.knopf4:hover
	{
	cursor:pointer;
	}	

.knopf5
	{
	width:50px; 
	height:50px;
	text-align:center; 
	font-family:Comic Relief LRS, Comic Sans MS, Verdana; 
	font-size:32px; 
	text-decoration:none; 
	font-weight:normal; 
	background-color:#ffffff;  
	color:#000000; 
	border-radius:3px; 
	border:2px solid #406090;
	box-shadow:1px 1px #888;
	}	
.knopf5:hover
	{
	cursor:pointer;
	}	

.knopf5b
	{
	width:auto;
	height:50px;
	text-align:center; 
	font-family:Comic Relief LRS, Comic Sans MS, Verdana; 
	font-size:32px; 
	text-decoration:none; 
	font-weight:normal; 
	background-color:#ffffff;  
	color:#000000; 
	border-radius:3px; 
	border:2px solid #406090;
	box-shadow:1px 1px #888;
	}	
.knopf5b:hover
	{
	cursor:pointer;
	}	

.knopf6
	{
	width:auto; 
	height:60px;
	text-align:center; 
	font-family:Comic Relief LRS, Comic Sans MS, Verdana; 
	font-size:32px; 
	text-decoration:none; 
	font-weight:normal; 
	background-color:#ffffff;  
	color:#000000; 
	border-radius:3px; 
	border:2px solid #406090;
	box-shadow:1px 1px #888;
	vertical-align:top;
	}	

.knopf6b
	{
	width:auto; 
	height:60px;
	text-align:center; 
	font-family:Comic Relief LRS, Comic Sans MS, Verdana; 
	font-size:32px; 
	text-decoration:none; 
	font-weight:normal; 
	background-color:#D0DCE0;  
	color:#406090; 
	border-radius:3px; 
	border:2px solid #406090;
	box-shadow:1px 1px #888;
	vertical-align:top;
	}	

.zfeld1
	{
	width:50px; 
	height:50px; 
	border:2px solid #000000; 
	font-family:Comic Relief LRS, Comic Sans MS, Verdana; 
	font-size:32px; 
	color:#ff0000; 
	text-align:right;
	background-color:#D0DCE0;
	box-shadow:1px 1px 1px #888;
	}
.zfeld1:hover
	{
	transform: scale(1.15);
	color:#406090;
	}

.zfeld2
	{
	width:100px; 
	height:100px; 
	border:none; 
	font-family:Comic Relief LRS, Comic Sans MS, Verdana; 
	font-size:42px; 
	color:#406090; 
	text-align:center;
	background-color:#D0DCE0;
	box-shadow:none;
	}

.zfeld3
	{
	width:100px; 
	height:70px; 
	border:1px solid #D0DCE0; 
	font-family:Comic Relief LRS, Comic Sans MS, Verdana; 
	font-size:42px; 
	color:#406090; 
	text-align:center;
	background-color:#D0DCE0;
	box-shadow:none;
	}

.aqua
	{
	background-color:#00ffff; 
	color:#000080; 
	}

.blau
	{
	background-color:#D0DCE0; 
	color:#000000; 
	}

.gruen
	{
	background-color:#aaee33; 
	color:#000000; 
	}

.rot
	{
	background-color:#ee6666; 
	color:#000000; 
	}

.gelb
	{
	background-color:#ffff00; 
	color:#000000; 
	}
.gelb:hover
	{
	background-color:#000000; 
	color:#ffff00; 
	}

.weiss
	{
	background-color:#ffffff; 
	color:#000000; 
	}

