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

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

.gridseite {
  display: grid;
  grid-template-columns: 200px auto auto;
  grid-template-rows: auto 150px auto auto;
  grid-template-areas: 
  "titel titel titel"
  "bild auswahl auswahl"
  "bild aufgabe aufgabe"
  "bild bildfeld bildfeld";
  
  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 auto;
  grid-template-rows: auto 150px auto auto;
  grid-template-areas: 
  "titel titel titel titel"
  "bild auswahl auswahl auswahl"
  "aufgabe aufgabe aufgabe aufgabe"
  "bildfeld bildfeld bildfeld bildfeld";

  grid-gap: 2px;
  background-color: #ffffff;
  padding: 0px;
  max-width:1000px;
  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"
  "bild auswahl auswahl"
  "bild aufgabe aufgabe"
  "bild bildfeld bildfeld";

  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: #406090;
text-align: center;
height: auto;
border:2px solid #406090;
}

.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;
}

.webtrain2
{
font-family: Taylor Sans Bold LRS, Arial;
font-weight:normal; 
color:#000000;
font-size:2em;
text-align:left;
}

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

.webtrain4
{
font-family: Taylor Sans Bold LRS, Arial;
font-weight:bold; 
color:#000000; 
font-size:0.5em;
}

.quadrat2 
{
margin-right:10px;
margin-bottom:30px;
width: 60px;
height: 60px;
background-color: #D0DCE0;
border-radius: 5px;
color: #406090;
font-family: Comic Relief LRS, Comic Sans MS;
text-align: left;
text-decoration: none;
font-weight: normal;
font-size: 28px;
float:left;
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;
cursor: pointer;
}

.lang
{
width:100%;
height:30px;
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:2px solid #406090;
cursor: pointer;
}

.rahmen1
{
width:100%;
max-width:1000px;
height:auto;
background-size:cover;
position:relative;
display:block;
}

.rahmen2
{
width:100%;
max-width:490px;
height:auto;
background-size:cover;
position:relative;
display:block;
}

.mausfeld {
  width:100%; 
  height:auto; 
  font-family:Comic Relief LRS, Comic Sans MS; 
  font-size:32px; 
  background:#406090; 
  color:#ffffff; 
  text-align:center;
  }

