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

@font-face {
    font-family: 'DIN1451LRS';
    font-display:swap;
    src: url('../../cssfonts/din1451lrs-webfont.woff2') format('woff2'),
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Taylor Sans Bold LRS';
    font-display:swap;
    src: url('../../cssfonts/taylorsansboldlrs-webfont.woff2') format('woff2'),
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Comic Relief LRS';
    font-display:swap;
    src: url('../../cssfonts/comicrelieflrs-webfont.woff2') format('woff2'),
    font-weight: normal;
    font-style: normal;
}


.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 100px auto;
  grid-template-rows: auto auto 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: 200px 100px auto;
  grid-template-rows: auto auto 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 100px auto;
  grid-template-rows: auto auto 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:10px solid #ffffff;
}

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


.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:1.5em;
	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;
	}

.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;
	}
	
.webtrain0
	{
	font-family: Taylor Sans Bold LRS, Arial;
	font-weight:bold; 
	text-shadow: 2px 2px 2px #406090; 
	color:#000000; 
	font-size:64px;
	}

.webtrain1
	{
	font-family: Taylor Sans Bold LRS, Arial;
	color:#000000; 
	font-size:28px;
	}

.webtrain2
	{
	border:3px solid #406090; 
	border-radius:5px; 
	background:#D0DCE0;	
	font-family: Taylor Sans Bold LRS, Arial;
	font-size:24px;
	color:#406090; 
	}

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


.abc1
	{
	height:50px;
	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:right;
	box-shadow:1px 1px #888;
	}

.abc2
	{
	width:90px;
	height:50px;
	border:2px solid #406090; 
	border-radius:3px; 
	background-color:#ffff99;
    font-family:Comic Relief LRS, Comic Sans MS;
	font-size:32px; 
	color:blue; 
	text-align:center;
	box-shadow:1px 1px #888;
	}

.abc3
	{
	height:50px;
	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:left;
	box-shadow:1px 1px #888;
	}

.paarbild
	{
	width:100%;
	min-width:120px;
	height:auto;
	border:2px solid #ffffff;
	margin-top:10px;
	}

.paarspalte
	{
	width:100%;
	font-family:Comic Relief LRS, Comic Sans MS, Verdana;
	color:#000000; 
	font-size:28px; 
	letter-spacing:1px;
	text-align:center; 
	}

.paarwort {
	width:80%; 
	height:50px;
	background-color:#ffffff; 
	border-radius:3px; 
	border:2px solid #000000;
	box-shadow:2px 2px #888;
	font-family:Comic Relief LRS, Comic Sans MS, Verdana;
	color:#000000; 
	font-size:28px; 
	letter-spacing:1px;
	text-align:center; 
	margin:10px;
	}

.mp3icon
	{
	width:100px;
	height:100px;
	border:0px solid #ffffff;
	cursor:pointer;
	}

.mp3feld
	{
	width:150px;
	background-color:#D0DCE0; 
	border:2px solid #406090; 
	border-radius:3px;
	font-family:Comic Relief LRS, Comic Sans MS; 
	font-size:28px; 
	font-weight:normal;
	color:#000000; 
	text-align:center;
	text-decoration:none;
	box-shadow:2px 2px #888;
	}
.mp3feld:hover
	{
	cursor:pointer;
	}
	
.mp3wort
	{
	font-family:Comic Relief LRS, Comic Sans MS; 
	font-size:36px;
	color:#406090;
	text-align:center;	
 	width:100%;
 	height:auto;
 	background-color:#D0DCE0;
 	letter-spacing:5px;
 	margin:auto;
	}

.mp3card
    {
    width:100px;
    height:100px;
    border:3px solid #406090;
    border-radius:10px;
 	box-shadow:1px 1px 1px #888;
 	cursor:pointer;
    }

.mp3bild
    {
    width:200px;
    height:200px;
    border:0px solid #ffffff;
    cursor:pointer;
    }

.gruen
	{
	width:80px; 
	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;
	}



