body { width:100%; max-width:1200px; margin:auto; }

.feld1 { grid-area: titel; }
.feld2 { grid-area: bilder; }
.feld3 { grid-area: auswahl; }
.feld4 { grid-area: aufgabe; }
.feld5 { grid-area: eingabe; }

.gridseite {
  display: grid;
  grid-template-columns: 150px auto auto auto;
  grid-template-rows: auto 150px auto auto;
  grid-template-areas: 
  "titel titel titel titel"
  "bilder auswahl auswahl auswahl"
  "bilder aufgabe aufgabe aufgabe"
  "bilder eingabe eingabe eingabe";
  grid-gap: 2px;
  background-color: #ffffff;
  padding: 0px;
  max-width:1200px;
  margin:auto;
}

@media only screen and (min-width: 300px)
{
body { background-color: #ffffff; }

.gridseite
  {
  grid-template-columns: 150px auto auto auto;
  grid-template-rows: auto 150px auto auto;
  grid-template-areas: 
  "titel titel titel titel"
  "bilder auswahl auswahl auswahl"
  "aufgabe aufgabe aufgabe aufgabe"
  "eingabe eingabe eingabe eingabe";

  grid-gap: 2px;
  background-color: #ffffff;
  padding: 0px;
  max-width:800px;
  margin:auto;
  }
}

@media only screen and (min-width: 800px)
{
body { background-color: #ffffff; }

.gridseite {
  display: grid;
  grid-template-columns: 150px auto auto auto;
  grid-template-rows: auto 150px auto auto;
  grid-template-areas: 
  "titel titel titel titel"
  "bilder auswahl auswahl auswahl"
  "aufgabe aufgabe aufgabe aufgabe"
  "eingabe eingabe eingabe eingabe";

  grid-gap: 2px;
  background-color: #ffffff;
  padding: 0px;
  max-width:1000px;
  margin:auto;
  }
}

@media only screen and (min-width: 1000px)
{
body { background-color: #ffffff; }

.gridseite {
  display: grid;
  grid-template-columns: 150px auto auto auto;
  grid-template-rows: auto 150px auto auto;
  grid-template-areas: 
  "titel titel titel titel"
  "bilder auswahl auswahl auswahl"
  "bilder aufgabe aufgabe aufgabe"
  "bilder eingabe eingabe eingabe";

  grid-gap: 2px;
  background-color: #ffffff;
  padding: 0px;
  max-width:1200px;
  margin:auto;
  }
}


.gridfeld {
background-color: #ffffff;
text-align: center;
height: auto;
border:5px solid #ffffff;
}

.titelfeld {
background-color: #ffffff;
text-align: left;
height: auto;
border:5px solid #ffffff;
}

.rahmen {
border:5px solid #ffffff;
border-radius:5px;
margin:5px;
margin-top:30px;
}

.webtrain0
{
font-family: Taylor Sans Bold LRS, Arial;
font-weight:bold; 
text-shadow: 2px 2px 3px #406090; 
color:#000000; 
font-size:56px;
}

.webtrain1
{
font-family:Taylor Sans Bold LRS, Arial;
font-size:24px;
color:#ffffff; 
height:auto;
background:#406090;	
border-radius:3px;
padding:3px;
}

.webtrain2
{
font-family:Taylor Sans Bold LRS, Arial;
font-size:28px;
color:#000000;
text-align:left; 
}

.webtrain3
{
font-family:Taylor Sans Bold LRS, Arial;
font-size:20px;
color:#000000;
text-align:left; 
}

.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:24px;
color:#406090;
font-weight:normal;
text-decoration:none;
text-align:left;
list-style:none;
height:30px;
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:2px solid #406090;
cursor: pointer;
}

.menu
{
display:block;
height:30px;
background:#ffffff;
border:2px solid #406090;
border-radius:3px;
margin:4px;
padding:0px;
text-align:left;
font-family:Comic Relief LRS, Comic Sans MS, Arial;
font-size:1.1em;
color:#406090;
font-weight:normal;
text-decoration:none;
box-shadow:1px 1px 1px #888;
}
		
.menu:hover
{
background:#D0DCE0;
cursor: pointer;
}

.quadrat2 
{
width: 60px;
height: 60px;
background-color: #D0DCE0;
border-radius: 5px;
color: #CC0000;
font-family: Taylor Sans Bold LRS, Arial;
text-align: center;
text-decoration: none;
font-weight: bold;
font-size: 20px;
border: 3px solid #D0DCE0;
box-shadow: 2px 2px 2px #888;
}
.quadrat2:hover 
{
width: 60px;
height: 60px;
background-color: #D0DCE0;
border-radius: 5px;
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;
}

.quadrat2b 
{
width: 40px;
height: 40px;
background-color: #D0DCE0;
border-radius: 5px;
color: #CC0000;
font-family: Taylor Sans Bold LRS, Arial;
text-align: center;
text-decoration: none;
font-weight: bold;
font-size: 20px;
border: 3px solid #D0DCE0;
box-shadow: 2px 2px 2px #888;
}
.quadrat2b:hover 
{
width: 40px;
height: 40px;
background-color: #D0DCE0;
border-radius: 5px;
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;
}

.titelzeile
{
font-family: Taylor Sans Bold LRS, Arial;
font-size:32px;	
text-align:left; 
text-shadow: -1px -1px #888; 
background:#ffffff; 
color:#000000; 
}

.druck
{
font-family:Comic Relief LRS, Comic Sans MS;
font-size:36px;
font-weight:normal;
color:#000000;
background-color:#D0DCE0;
border:none;
text-decoration:none;
text-align:left;
cursor:pointer;
}

.zahl
{
width:70px; 
height:40px;
text-align:center; 
font-size:24px; 
text-decoration:none; 
font-family: Taylor Sans Bold LRS, Arial;
background-color:#ffffff;  
color:#406090; 
border-radius:3px; 
border:2px solid #406090;
box-shadow:3px 3px 3px #888;
}	

.ziffer
{
width:60px; 
height:40px;
text-align:center; 
font-size:24px; 
font-family: Taylor Sans Bold LRS, Arial;
text-decoration:none; 
background-color:#ffffff;  
color:#406090; 
border-radius:3px; 
border:2px solid #406090;
box-shadow:3px 3px 3px #888;
}	

.feld
{
width:150px; 
text-align:center; 
font-size:20px; 
font-family: Taylor Sans Bold LRS, Arial;
text-decoration:none; 
background-color:#406090;  
color:#ffffff; 
border-radius:3px; 
border:2px solid #D0DCE0;
box-shadow:3px 3px 3px #888;
}	

.karo
{
width:80px; 
height:40px;
text-align:center; 
font-size:24px; 
text-decoration:none; 
font-weight:bold; 
background-color:#ffffff;  
color:#406090; 
border-radius:3px; 
border:2px solid #406090;
box-shadow:3px 3px 3px #888;
}	

.knopf
{
width:40px; 
height:40px;
text-align:center; 
font-size:24px; 
font-family: Taylor Sans Bold LRS, Arial;
text-decoration:none; 
font-weight:bold; 
background-color:#ffffff;  
color:#ff0000; 
border-radius:3px; 
border:2px solid #406090;
box-shadow:3px 3px #888;
}	

.weg
{
height:30px;
width:220px;
text-align:center; 
font-size:14px; 
text-decoration:none; 
font-weight:normal; 
background-color:#ffffff;  
color:#000000; 
border-radius:3px; 
border:2px solid #000000;
box-shadow:2px 2px #888;
}	

.knopf2
{
width:70px; 
height:40px;
text-align:center; 
font-size:26px; 
font-family: Taylor Sans Bold LRS, Arial;
text-decoration:none; 
font-weight:bold; 
background-color:#D0DCE0;  
color:#000000; 
border-radius:3px; 
border:2px solid #406090;
box-shadow:3px 3px #888;
}	

.rot
{
width:130px; 
height:40px;
text-align:center; 
font-size:20px; 
text-decoration:none; 
font-weight:bold; 
background-color:#ee6666;  
font-family: Taylor Sans Bold LRS, Arial;
color:#000000; 
border-radius:3px; 
border:2px solid #406090;
box-shadow:2px 2px #888;
}	

.gruen
{
width:130px; 
height:40px;
text-align:center; 
font-size:20px; 
text-decoration:none; 
font-family: Taylor Sans Bold LRS, Arial;
background-color:#aaee33;  
color:#000000; 
border-radius:3px; 
border:2px solid #406090;
box-shadow:2px 2px #888;
}	

.gelbgrun
{
width:60px;
text-align:center;
font-size:36px;
text-decoration:none;
font-family: Taylor Sans Bold LRS, Arial;
background-color:#ffffcd;
color:green;
border-radius:5px;
border:2px solid #406090;
box-shadow:3px 3px #888;
}

.gelbgrun100
{
width:100px;
text-align:center;
font-size:36px;
text-decoration:none;
font-family: Taylor Sans Bold LRS, Arial;
background-color:#ffffcd;
color:green;
border-radius:5px;
border:2px solid #406090;
box-shadow:3px 3px #888;
}

.blaugrun
{
width:100px;
text-align:center;
font-size:36px;
text-decoration:none;
font-family: Taylor Sans Bold LRS, Arial;
background-color:#D0DCE0;
color:green;
border-radius:5px;
border:2px solid #406090;
box-shadow:3px 3px #888;
}

.blaugrun100
{
width:100px;
text-align:center;
font-size:36px;
text-decoration:none;
font-family: Taylor Sans Bold LRS, Arial;
background-color:#D0DCE0;
color:green;
border-radius:5px;
border:2px solid #406090;
box-shadow:3px 3px #888;
}

.menufeld
{
width:140px;
height:40px;
text-align:center;
font-size:20px;
text-decoration:none;
font-family: Taylor Sans Bold LRS, Arial;
background-color:#000000;
color:#ffffcd;
border-radius:5px;
border:2px solid #000000;
}
		