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 200px 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 200px 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 200px 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;
}

.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;
	color:#000000; 
	font-size:1.6rem;
	text-shadow:1px 1px 3px #888;
	}

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

.webtrain3
	{
	font-family: Taylor Sans Bold LRS, Arial;
	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: 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;
	}

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

.animalquadrat 
	{
	width: 220px;
	height: 220px;
	background-color: #ffffff;
	border-radius: 12px;
	color: #406090;
	font-family: Taylor Sans Bold LRS, Arial;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 20px;
	border: 4px solid #406090;
	box-shadow: 2px 2px 2px #888;
	top: 10px;
	margin: 5px;
	}

.animalbild
    {
	width:150px;
    height:auto;
    border:0px solid #ffffff;
    text-align:center;
    }      

.animalmemo
    {
    width:150px;
    height:150px;
    text-align:center;
    margin:5px;
    }      

.animalfeld
    {
    width:90%;
    height:50px;
    font-family:Comic Relief LRS; Comic Sans MS;
    font-size:24px;
    color:#406090;
    background-color:#D0DCE0;
    border:2px solid #406090;
    border-radius:5px;
    text-align:center;
	box-shadow:2px 2px 2px #888;
    }      

.animalfeld:hover
    {
    color:green;
    border:2px solid #D0DCE0;
    cursor:pointer;
    }

.animalfeld2
    {
    width:95%;
    height:50px;
    font-family:Comic Relief LRS; Comic Sans MS;
    font-size:1.8vmax;
    font-weight:normal;
    color:#406090;
    background-color:#D0DCE0;
    border:2px solid #406090;
    text-decoration:none;
    text-align:center;
    }      

.animalfeld3
    {
    font-family:Comic Relief LRS; Comic Sans MS;
    font-size:2em;
    font-weight:normal;
    color:#406090;
    background-color:#ffffff;
    width:200px;
    height:auto;
    border:3px solid #406090;
    text-decoration:none;
    text-align:center;
	box-shadow:2px 2px 2px #888;
    margin:5px;
    }      

.animalblock
    {
	display:flex;
	width:25%;
	height:auto;
    }      

.animalsuche
    {
	width:90%; 
	text-align:center; 
    font-family:Comic Relief LRS; Comic Sans MS;
	font-size:2em; 
	text-decoration:none; 
	background-color:#D0DCE0; 
	border-radius:5px; 
	border:2px solid #406090;
	color:green;
	letter-spacing:3px;
    }

.aknopf1
     {
     font-family:Comic Relief LRS; Comic Sans MS;
     font-size:2vmax;
     font-weight:normal;
     color: #000000;
     background-color:#ffffff;
     width:90%;
     border:2px solid #406090;
     border-radius:3px;
     text-decoration:none;
     text-align:center;
     }

.aknopf2
     {
     font-family:Comic Relief LRS; Comic Sans MS;
     font-size:2vmax;
     font-weight:normal;
     color: #000000;
     background-color:#D0DCE0;
     width:90%;
     border:2px solid #ffffff;
     border-radius:3px;
     text-decoration:none;
     text-align:center;
     }

.aknopf3
     {
     width:90%;
     font-family:Comic Relief LRS; Comic Sans MS;
     font-size:32px;
     font-weight:normal;
     color: #000000;
     background:#D0DCE0;
     border:2px solid #406090;
     border-radius:3px;
     text-align:center;
     letter-spacing:2px;
 	 box-shadow:2px 2px 2px #888;
     }
.aknopf3:hover
     {
     background: #406090;
     color: #ffffff;
     cursor: pointer;
     }

.flipcard
    {
    width:200px;
    height:80px;
    font-family:Comic Relief LRS; Comic Sans MS;
    font-size:36px;
    font-weight:normal;
    color:#000000;
    background-color:#D0DCE0;
    border:3px solid #406090;
    border-radius:5px;
    text-decoration:none;
    text-align:center;
 	box-shadow:2px 2px 2px #888;
 	margin:5px;
    }

.flipcard:hover
    {
    color:#aaee33;
    background:#406090;
    }

.anifeld1
    {
    font-family:Comic Relief LRS; Comic Sans MS;
    font-size:32px;
    font-weight:normal;
    color: #ffffff;
    background-color:#406090;
    width:400px;
    border:2px solid #000000;
    border-radius:2px;
    text-decoration:none;
    text-align:center;
    letter-spacing:2px;
    }

.anifeld2
    {
    font-family:Comic Relief LRS; Comic Sans MS;
    font-size:32px;
    font-weight:normal;
    color: #406090;
    background-color:#D0DCE0;
    width:400px;
    border:2px solid #000000;
    border-radius:2px;
    text-decoration:none;
    text-align:center;
    letter-spacing:2px;
    }

.anifeld3 {
  width:200px;
  height: 200px;
  display: inline-block;
  position: relative;
  border:3px solid #406090;
  box-shadow:2px 2px 4px #888;
  background:#ffffff;
  margin:5px;
  }

.anibild {
  width:150px;
  height: 150px;
  position: absolute;
  text-align:center;
  background:#ffffff;
  top:0;
  border:2px solid magenta;
  }

.anitext {
  width:100%;
  height:50px;
  position:absolute;
  left:0;
  bottom:0;
  text-align:center;
  color:#000000;
  font-size:28px;
  font-family: Comic Relief LRS, Comic Sans MS;
  background:#D0DCE0;
  }

.symfeld {
  width:7vw;
  max-width:70px;
  height:7vw;
  max-height:70px;
  margin-left:-5px;
  margin-top:-5px;
  border:2px solid #406090;
  color:#000000;
  font-size:2.0vw;
  font-family: Comic Relief LRS, Comic Sans MS;
  }
