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

.feld1 { grid-area: titel; }
.feld2 { grid-area: bild1; }
.feld3 { grid-area: auswahl; }
.feld4 { grid-area: bild2; }
.feld5 { grid-area: aufgabe; }
.feld6 { 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"
  "bild2 aufgabe aufgabe"
  "bild2 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: 200px auto auto;
  grid-template-rows: auto 150px auto auto;
  grid-template-areas: 
  "titel titel titel"
  "bild1 auswahl auswahl"
  "bild2 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"
  "bild2 aufgabe aufgabe"
  "bild2 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:10px solid #ffffff;
}

.lernfeld {
background-color: #ffffff;
text-align: left;
height: auto;
justify-items: left;
border:3px solid #406090;
border-radius:5px;
box-shadow:2px 2px #888;
}

.pfeilfeld {
background-color: #ffffff;
text-align: center;
height: auto;
justify-items: center;
border:10px solid #ffffff;
}

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

.webtrain1
	{
	font-family: Taylor Sans Bold LRS, Arial;
	color:#000000; 
	font-size:1.6rem;
	text-shadow:1px 1px 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:bold; 
	color:#000000; 
	font-size:1.1em;
	}

.quadrat2 
	{
	width: 60px;
	height: 60px;
	background-color: #D0DCE0;
	border-radius: 5px;
	color: #406090;
	font-family: Comic Relief LRS, Comic Sans MS;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	font-size: 28px;
	border: 3px solid #D0DCE0;
	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;
	}

.quadrat2:hover 
	{
	background-color: #ffffff;
	border: 3px solid #406090;
	color: #ff0000;
	cursor: pointer;
  	-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
	{
	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;
	}

.gruen
	{
	width:100px; 
	font-family:Comic Relief LRS, Comic Sans MS;
	font-size:36px; 
	color:green; 
	text-align:right; 
	border:2px solid #D0DCE0;
	background-color:#D0DCE0; 
	cursor:pointer;
	}

.gwsfeld
    {
    width:80%;
    font-family:Comic Relief LRS, Comic Sans MS;
    font-size:32px;
    font-weight:normal;
    color:#000000;
    background-color:#ffff00;
    border:2px solid #000000;
    border-radius:3px;
    text-decoration:none;
    text-align:center;
	box-shadow:2px 2px 2px #888;
	}
	
.gwsdel
	{
	border:2px solid #406090; 
	border-radius:3px; 
	background-color:#B8C8D8;
    font-family:Comic Relief LRS, Comic Sans MS;
	font-size:32px; 
	color:red; 
	text-align:center;
	box-shadow:2px 2px 2px #888;
	}

.gwsabc
	{
	border:2px solid #406090; 
	border-radius:3px; 
	background-color:#B8C8D8;
    font-family:Comic Relief LRS, Comic Sans MS;
	font-size:32px; 
	color:blue; 
	text-align:center;
	box-shadow:2px 2px 2px #888;
	}

.gwsstein
	{
	width:200px;
	height:50px;
	font-family:Comic Relief LRS, Comic Sans MS;
	font-size:32px; 
	background:#D0DCE0;
	border:2px solid #406090;
	margin:5px;
	padding:0px;
	color:#406090;
	font-weight:normal;
	text-decoration:none;
	box-shadow:2px 2px 2px #888;
	}

.gwsabc3
	{
	width:26px;
	height:32px;
	border:0px solid #406090; 
	background-color:#D0DCE0;
    font-family:Comic Relief LRS, Comic Sans MS;
	font-size:20px; 
	font-weight:normal;
	color:#000000; 
	text-align:center;
	cursor:pointer;
	}

