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: webname; }
.feld2 { grid-area: bildsym; }
.feld3 { grid-area: auswahl; }
.feld4 { grid-area: aufgabe; }
.feld5 { grid-area: eingabe; }
.feld6 { grid-area: infotxt; }

.gridseite 
  {
  display: grid;
  grid-template-columns: 200px auto auto;
  grid-template-rows: auto 150px auto auto auto;
  grid-template-areas: 
  "webname webname webname"
  "bildsym auswahl auswahl"
  "bildsym aufgabe aufgabe"
  ". eingabe eingabe"
  ". infotxt infotxt";
  
  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;
  grid-template-rows: auto 150px auto auto auto;
  grid-template-areas: 
  "webname webname"
  "bildsym auswahl"
  "aufgabe aufgabe"
  "eingabe eingabe"
  "infotxt infotxt";

  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 auto;
  grid-template-areas: 
  "webname webname webname"
  "bildsym auswahl auswahl"
  "bildsym aufgabe aufgabe"
  ". eingabe eingabe"
  ". infotxt infotxt";

  grid-gap: 2px;
  background-color: #ffffff;
  padding: 0px;
  max-width:1200px;
  margin:auto;
  }
}

.gridfeld {
display:grid;
background-color: #ffffff;
height: auto;
border-right:20px solid #ffffff;
align-content:space-between;
justify-content:center;
}

.flexmenu {
display:flex;
flex-wrap:wrap;
justify-content:center;
text-align:center;

}

.flexmemo {
display:flex;
flex-wrap:wrap;
justify-content:center;
text-align:center;
}

.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 3px #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;
	}

.webtrain4
	{
	font-family: Comic Sans MS, Comic Relief LRS, Arial;
	color:#000000; 
	font-size:1.1em;
	}

.quadrat 
	{
	width: 120px;
	height: 120px;
	background-color: #D0DCE0;
	border-radius: 12px;
	color: #CC0000;
	text-align: center;
	text-decoration: none;
	border: 3px solid #D0DCE0;
	box-shadow: 2px 2px 5px #888;
	cursor: pointer;
	margin-top:30px;
	margin-left:10px;
	margin-right:10px;
  	-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: #ffffff;
	border: 3px solid #406090;
	}

.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 
	{
	width: 60px;
	height: 60px;
	background-color: #ffffff;
	border: 3px solid #406090;
	border-radius: 5px;
	color: #ff0000;
	font-family: Comic Relief LRS, Comic Sans MS;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	font-size: 28px;
	box-shadow: 2px 2px 2px #888;
	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;
	}
.quadrat3 
	{
	width: 128px;
	height: 128px;
	background-color: #ffffff;
	border-radius: 12px;
	color: #CC0000;
	font-family: Taylor Sans Bold LRS, Arial;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	border: 3px solid #ffffff;
	box-shadow: 2px 2px 5px #fff;
	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;
	}
.quadrat3:hover 
	{
	background-color: #D0DCE0;
	border-radius: 12px;
	border: 3px solid #406090;
	box-shadow: 2px 2px 2px #888;
	}
.quadrat3b 
	{
	width: 128px;
	height: 128px;
	background-color: #ffffff;
	}

.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: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:3px solid #406090;
	cursor: pointer;
	}

.flexifeld
    {
	background-color:#aaee33; 
    border:2px solid #000000;
	border-radius:5px;	
	box-shadow:2px 2px 2px #888;
	text-align:center; 
   	font-family:Comic Relief LRS, Comic Sans MS; 
	font-size:20px; 
	color:#000000; 
	text-shadow:0px 0px 1px #000000;
	margin:5px;
	cursor:pointer;
	}

.modusfeld
    {
   	font-family:Comic Relief LRS, Comic Sans MS; 
	font-size:20px; 
	text-shadow:0px 0px 1px #000000;
	color:#ffffff; 
	text-align:center; 
	background-color:#ff0000; 
	border-radius:5px; 
	border:2px solid #000000;"
	border-radius:5px;	
	box-shadow:2px 2px 2px #888;
	margin:5px;
	cursor:pointer;
	}

.fontfeld
    {
    width:120px;
   	font-family:Comic Relief LRS, Comic Sans MS; 
	font-size:16px; 
	text-shadow:0px 0px 1px #000000;
	color:#ffffff; 
	text-align:center; 
	background-color:#ff0000; 
	border-radius:5px; 
	border:2px solid #000000;"
	border-radius:5px;	
	box-shadow:2px 2px 2px #888;
	margin:5px;
	cursor:pointer;
	}

.eiform 
	{
	width: 180px;
	height: 50px;
	background-color: #eee;
	border-radius: 8px;
	color: #000000;
	font-family: Taylor Sans Bold LRS, Verdana;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	font-size: 24px;
	border: 3px solid #406090;
	box-shadow: 2px 2px 2px #888;
	display: inline-block;
	position: relative;
	margin-top:10px;
	}

.eiform:hover 
	{
	width: 180px;
	height: 50px;
	background-color: #D0DCE0;
	border-radius: 8px;
	color: #000000;
	font-family: Taylor Sans Bold LRS, Verdana;
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	border: 3px solid #406090;
	box-shadow: 2px 2px 2px #888;
	display: inline-block;
	position: relative;
	}

.menu
	{
	background:#D0DCE0;
	border:2px solid #D0DCE0;
	margin:5px;
	padding:0px;
	font-family:Taylor Sans Bold LRS, Verdana;
	font-size:16px;
	color:#406090;
	font-weight:normal;
	text-decoration:none;
	display:block;
	height:25px;
	box-shadow:2px 2px 2px #888;
	}
		
.menu:hover
	{
	background:#406090;
	border:2px solid #406090;
	list-style:none;
	margin:5px;
	padding:0px;
	font-family:Taylor Sans Bold LRS, Verdana;
	font-size:18px;
	color:#ffffff;
	text-decoration:none;
	font-weight:normal;
	display:block;
	height:25px;
	box-shadow:2px 2px 2px #888;
	}

.puzzle
	{
	width: 400px;
	height: 60px;
	background-color: #D0DCE0;
	border-radius: 8px;
	color: #000000;
	font-family: Comic Sans MS, Comic Relief LRS, Verdana;
	text-align: center;
	font-weight: normal;
	font-size: 32px;
	border: 3px solid #406090;
	box-shadow:2px 2px 2px #888;
	margin: 5px;
	letter-spacing:10px;
	}

.abc 
	{
	width: 70px;
	height: 60px;
	background-color: #D0DCE0;
	border-radius: 8px;
	color: #000000;
	font-family: Comic Sans MS;
	text-align: center;
	font-weight: normal;
	font-size: 32px;
	border: 3px solid #406090;
	box-shadow:2px 2px 2px #888;
	margin: 5px;
	}

.abc:hover 
	{
	width: 70px;
	height: 60px;
	background-color: #ffff99;
	border-radius: 8px;
	color: #000000;
	font-family: Comic Sans MS, Verdana;
	text-align: center;
	font-weight: normal;
	font-size: 32px;
	border: 3px solid #406090;
	box-shadow:2px 2px 2px #888;
	margin: 5px;
	cursor:pointer;
	}

.abc2 
	{
	width: 70px;
	height: 60px;
	background-color: #ffffff;
	color: #000000;
	font-family: Comic Sans MS, Verdana;
	text-align: center;
	font-weight: normal;
	font-size: 36px;
	border: 3px solid #ffffff;
	}

.abc3 
	{
	width:18%;
	height: 60px;
	background-color: #000000;
	border:0px solid #000000;
	color: #ffffff;
	font-family: Comic Relief LRS, Comic Sans MS, Verdana;
	text-align: center;
	font-weight: normal;
	font-size: 32px;
	margin:2px;
	}

.ibox 
	{
	width: 50px;
	height: 50px;
	background-color: #eee;
	border-radius: 8px;
	color: #000000;
	font-family: Verdana;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 20px;
	border: 3px solid #406090;
	display: inline-block;
	position: relative;
	box-shadow:2px 2px 2px #888;
	}

.ibox:hover 
	{
	width: 50px;
	height: 50px;
	background-color: #D0DCE0;
	border-radius: 8px;
	color: #000000;
	font-family: Verdana;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	border: 3px solid #406090;
	display: inline-block;
	position: relative;
	box-shadow:2px 2px 2px #888;
	}
	
.knopf
	{
	width:120px; 
	height:30px;
	background-color:#D0DCE0; 
	font-family:Comic Sans MS, Comic Relief LRS;
	font-size:16px; 
	border-radius:3px; 
	color:#000000; 
	text-align:center; 
	border:2px solid #000000;
	box-shadow:3px 3px 3px #888;
	margin:5px;
	}

.knopf:hover
	{
	width:120px; 
	height:30px;
	background-color:#406090; 
	font-family:Comic Sans MS, Comic Relief LRS;
	font-size:16px; 
	border-radius:3px; 
	color:#ffffff; 
	text-align:center; 
	border:2px solid #000000;
	box-shadow:3px 3px 3px #888;
	}

.blausilbe
	{
	width:30%; 
	height:120px; 
	background-color:#3d9fe9;
	border:2px solid #406090;
	font-family:Comic Relief LRS, Comic Sans MS;
	font-size:64px; 
	font-weight:normal;
	color:#000000;
	text-align:right;
	}

.gruensilbe
	{
	width:30%; 
	height:120px; 
	background-color:#aaee33;
	border:2px solid #406090;
	font-family:Comic Relief LRS, Comic Sans MS;
	font-size:64px; 
	font-weight:normal;
	color:#000000;
	text-align:center;
	}

.rotsilbe
	{
	width:30%; 
	height:120px; 
	background-color:#ee6666;
	border:2px solid #406090;
	font-family:Comic Relief LRS, Comic Sans MS;
	font-size:64px; 
	font-weight:normal;
	color:#000000;
	text-align:left;
	}

.gelbsilbe
	{
	width:30%; 
	height:120px; 
	background-color:#ffff00;
	border:2px solid #406090;
	font-family:Comic Relief LRS, Comic Sans MS;
	font-size:64px; 
	font-weight:normal;
	color:#000000;
	text-align:left;
	}

.boxsilbe 
	{
	width: 80px;
	height: 50px;
	background-color: #eee;
	border-radius: 8px;
	color: #000000;
	font-family:Comic Relief LRS, Comic Sans MS, Verdana;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	font-size: 24px;
	border: 3px solid #406090;
	display: inline-block;
	position: relative;
	box-shadow:2px 2px 2px #888;
	margin:5px;
}

.boxsilbe:hover 
	{
	width: 80px;
	height: 50px;
	background-color: #D0DCE0;
	border-radius: 8px;
	color: #000000;
	font-family:Comic Relief LRS, Comic Sans MS, Verdana;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	font-size: 24px;
	border: 3px solid #406090;
	display: inline-block;
	position: relative;
	box-shadow:2px 2px 2px #888;
	margin:5px;
}

.cyan
	{
	width:250px; 
	height:40px;
	background-color:#00ffff; 
	font-family:Comic Relief LRS, Comic Sans MS;
	font-size:24px; 
	color:#000000; 
	text-align:center; 
	border:2px solid #000000;
	border-radius:3px; 
	box-shadow:3px 3px 3px #888;
	margin:5px;
	cursor:pointer;
	}

.gruen
	{
	width:120px; 
	height:30px;
	background-color:#aaee33; 
	font-family:Comic Relief LRS, Comic Sans MS;
	font-size:16px; 
	color:#000000; 
	text-align:center; 
	border:2px solid #000000;
	border-radius:3px; 
	box-shadow:1px 1px #888;
	margin:5px;
	cursor:pointer;
	}

.gruen1
	{
	background-color:#000000; 
	border:0px solid #000000;
	font-family:Comic Relief LRS, Comic Sans MS;
	font-size:36px; 
	font-weight:normal;
	color:#00ff00; 
	letter-spacing:10px;
	}

.rot1
	{
	background-color:#000000; 
	border:0px solid #000000;
	font-family:Comic Relief LRS, Comic Sans MS;
	font-size:36px; 
	font-weight:normal;
	color:#ff0000; 
	letter-spacing:10px;
	}

.gelb1
	{
	background-color:#000000; 
	border:0px solid #000000;
	font-family:Comic Relief LRS, Comic Sans MS;
	font-size:36px; 
	font-weight:normal;
	color:#ffff00; 
	letter-spacing:10px;
	}

.leerfeld
	{
	text-align:right; 
	width:100px; 
	height:70px; 
	font-family:Comic Relief LRS, Comic Sans MS;
	font-size:36px; 
	letter-spacing:10px; 
	color:#406090; 
	background-color:#ffffff; 
	border:0px solid #ffffff; 
	}

.wortfeld
	{
	width:90%;	
	border:3px solid #406090;
	border-radius:5px; 
	background-color:#D0DCE0;
	box-shadow:3px 3px #888;	
	font-family:Comic Relief LRS, Comic Sans MS;
	font-size:28px;
	text-align:center; 
	text-decoration:none;
	color:#000000; 
	letter-spacing:5px;
	}

.wortfeld2
	{
	width:90%;	
	height:60px;
	border:3px solid #406090;
	border-radius:5px; 
	background-color:#D0DCE0;
	box-shadow:2px 2px 2px #888;
	font-family:Comic Relief LRS, Comic Sans MS;
	font-size:20px;
	text-align:center; 
	text-decoration:none;
	color:#000000; 
	margin:5px;
	}

.wortfeld3
	{
	width:90%;	
	height:80px;
	border:0px solid #ffffff;
	border-radius:8px; 
	background-color:#ffffff;
	font-family:Comic Relief LRS, Comic Sans MS;
	font-size:56px;
	font-weight:bold;
	text-align:center; 
	text-decoration:none;
	color:#406090; 
	letter-spacing:5px;
	}

.wortfeld4
	{
	text-align:center; 
	width:99%; 
	height:120px; 
	font-family:Comic Relief LRS, Comic Sans MS;
	font-size:6vw; 
	letter-spacing:30px; 
	color:#406090; 
	background-color:#D0DCE0; 
	border-radius:5px; 
	border:3px solid #406090; 
	box-shadow:2px 2px #888;	
	}
	
.wortfeld5
	{
	text-align:center; 
	width:100%; 
	height:110px; 
	font-family:Comic Relief LRS, Comic Sans MS;
	font-size:42px; 
	font-weight:bold;
	letter-spacing:30px; 
	color:#406090; 
	background-color:#D0DCE0; 
	border-radius:5px; 
	border:3px solid #406090; 
	box-shadow:2px 2px #888;
	cursor: pointer;	
	}
	
.blank
	{
	width:40px;
	height:50px;	
	border:0px solid #ffffff; 
	background-color:#ffffff; 
	font-size:28px;
	font-weight:bold; 
	text-decoration:none;
	color:#406090; 
	margin:5px;
	}

.reimen
	{
	width:200px;
	height:50px;	
	border:3px solid #000000; 
	border-radius:5px; 
	background-color:#000000; 
	font-family:Comic Relief LRS, Comic Sans MS, Arial;
	font-size:32px;
	font-weight:normal; 
	text-decoration:none;
	text-align:center;
	color:#ffffff; 
	letter-spacing:3px;
	margin:5px;
	}
.reimen:hover
	{
	border:3px solid red; 
	}

.abcwort
	{
	width:300px;
	height:60px;	
	border:2px solid #406090; 
	border-radius:5px; 
	background-color:#D0DCE0; 
	font-family:Comic Relief LRS, Comic Sans MS;
	font-size:32px;
	font-weight:normal; 
	text-decoration:none;
	color:#406090; 
	box-shadow:3px 3px 3px #888;
	margin:5px;
	letter-spacing:3px;
	}

.abcwort:hover
	{
	width:300px;	
	height:60px;
	border:2px solid #406090; 
	border-radius:5px; 
	background-color:#D0DCE0; 
	font-family:Comic Relief LRS, Comic Sans MS;
	font-size:32px;
	font-weight:normal; 
	text-decoration:none;
	color:#ff0000; 
	box-shadow:3px 3px 3px #888;
	margin:5px;
	letter-spacing:3px;
	}

.lautwort
	{
	width:auto;
	height:100px;	
	border:0px solid #ffffff; 
	border-radius:5px; 
	background-color:#ffffff; 
	font-family:Comic Sans MS, Comic Relief LRS, Verdana;
	font-size:4vw;
	text-align:right; 
	text-decoration:none;
	color:#000000; 
	letter-spacing:5px;
	}


