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; }
.feld6 { grid-area: zusatz; }

.gridseite {
  display: grid;
  grid-template-columns: 150px auto auto auto;
  grid-template-rows: auto 150px auto auto auto;
  grid-template-areas: 
  "titel titel titel titel"
  "bild1 auswahl auswahl auswahl"
  "bild1 aufgabe aufgabe aufgabe"
  "bild1 eingabe eingabe eingabe"
  "bild1 zusatz zusatz zusatz"; 
  grid-gap: 2px;
  background-color: #ffffff;
  padding: 0px;
  max-width:1200px;
  margin:auto;
}

@media only screen and (min-width: 400px)
{
.gridseite
  {
  grid-template-columns: 150px auto auto auto;
  grid-template-rows: auto 150px auto auto auto;
  grid-template-areas: 
  "titel titel titel titel"
  "bild1 auswahl auswahl auswahl"
  "aufgabe aufgabe aufgabe aufgabe"
  "eingabe eingabe eingabe eingabe"
  "zusatz zusatz zusatz zusatz"; 

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

@media only screen and (min-width: 800px)
{
.gridseite {
  grid-template-columns: 150px auto auto auto;
  grid-template-rows: auto 150px auto auto auto;
  grid-template-areas: 
  "titel titel titel titel"
  "bild1 auswahl auswahl auswahl"
  "bild1 aufgabe aufgabe aufgabe"
  "bild1 eingabe eingabe eingabe"
  "bild1 zusatz zusatz zusatz"; 
  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;
}

.menufeld {
width:100%;
background-color: #ffff99;
text-align: center;
justify-content: center; 
align-items: center;
justify-items: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 5px #406090; 
	color:#000000; 
	font-size:4.2em;
	}

.webtrain1
	{
	font-family: Taylor Sans Bold LRS, Arial;
	color:#000000; 
	font-size:1.8rem;
	text-shadow:2px 2px 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;
	}

.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: 60px;
	height: 60px;
	background-color: #D0DCE0;
	border-radius: 5px;
	text-align: left;
	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: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:3px solid #406090;
	cursor: pointer;
	}

.menu
	{
	background-color:#D0DCE0;
	border:2px solid #406090;
	border-radius: 3px;
	font-family:Comic Relief LRS, Comic Sans MS, Arial;
	font-size:18px;
	color:#406090;
	font-weight:normal;
	text-decoration:none;
	display:block;
	height:25px;
	margin: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;
	}
		
.menu:hover
	{
	background:#aaee33;
	color:#000000;
	}

.menurand 
	{
	display:inline-block;
	margin:0 auto;
	width: 150px;
	height: auto;
	background: #ffffff;
	color: #406090;
	font-family: Taylor Sans Bold LRS, Arial;
	text-align: center;
	text-decoration: none;
	font-size: 20px;
	border: 3px solid #406090;
	border-radius:5px;
	box-shadow: 2px 2px 2px #888;
	margin: 20px;
  	-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;
	}
.menurand:hover{
    background: #ffff99;
    cursor:pointer;
	}

.menutext
	{
	width:100%;
	background:#406090;
	color:#ffffff;
	font-family:Comic Relief LRS, Comic Sans MS, Arial;
	font-size:20px;
	border:0px solid #406090;
	}

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

.gruen {
	width:120px;
	height:30px;
	font-family: Comic Relief LRS, Comic Sans MS, Verdana;
	font-size:16px; 
	color:#000000; 
	letter-spacing:2px;
	background:#aaee33;
	border-radius:3px; 
	border:2px solid #000000;
	box-shadow:2px 2px #888;
	}

.rot {
	width:120px;
	height:30px;
	font-family:Comic Relief LRS, Comic Sans MS, Verdana;
	font-size:16px; 
	color:#000000; 
	letter-spacing:2px;
	background:#ee6666;
	border-radius:3px; 
	border:2px solid #000000;
	box-shadow:2px 2px #888;
	}

.blau
	{
	width:120px;
	height:30px;
	font-family:Comic Relief LRS, Comic Sans MS, Verdana;
	font-size:16px; 
	color:#ffffff; 
	letter-spacing:2px;
	background:#406090;
	border-radius:3px; 
	border:2px solid #000000;
	box-shadow:2px 2px #888;
	}

.gelb
	{
	width:120px;
	height:30px;
	font-family:Comic Relief LRS, Comic Sans MS, Verdana;
	font-size:16px; 
	color:#000000; 
	letter-spacing:2px;
	background:#ffff99;
	border-radius:3px; 
	border:2px solid #000000;
	box-shadow:2px 2px #888;
	}

.derdiedas {
	width:90%;
    max-width:400px;
    font-family:Comic Relief LRS, Comic Sans MS;
    font-size:32px;
    font-weight:normal;
    color:#000000;
    background-color:#ffffff;
    border:0px solid #ffffff;
    border-radius:3px;
    text-decoration:none;
    text-align:left;
    box-shadow:2px 2px #888;
    }
    
.derdiedas2 {
    width:100%;
    font-family:Comic Relief LRS, Comic Sans MS;
    font-size:32px;
    font-weight:normal;
    color:green;
    background-color:#D0DCE0;
    text-decoration:none;
    text-align:center;
    }

.derdiedas3 {
	width:90%;
    max-width:300px;
    font-family:Comic Relief LRS, Comic Sans MS;
    font-size:32px;
    font-weight:normal;
    color:#000000;
    background-color:#ffffff;
    border:0px solid #ffffff;
    border-radius:3px;
    text-decoration:none;
    text-align:left;
    box-shadow:2px 2px #888;
    }
    
.abstand {
    width:100px;
    font-family:Comic Relief LRS, Comic Sans MS;
    font-size:32px;
    font-weight:normal;
    color:green;
    background-color:#ffffff;
    text-decoration:none;
    border:0px solid #ffffff;
    }
    
.derfeld {
    width:100px;
    font-family:Comic Relief LRS, Comic Sans MS;
    font-size:32px;
    font-weight:normal;
    color:#000000;
    background-color:#ffffff;
    border:0px solid #ffffff;
    border-radius:3px;
    text-decoration:none;
    text-align:center;
    box-shadow:2px 2px #888;
    }
    
.diefeld {
    width:100px;
    font-family:Comic Relief LRS, Comic Sans MS;
    font-size:32px;
    font-weight:normal;
    color:#000000;
    background-color:#ffffff;
    border:0px solid #ffffff;
    border-radius:3px;
    text-decoration:none;
    text-align:center;
    box-shadow:2px 2px #888;
    }
    
.dasfeld {
    width:100px;
    font-family:Comic Relief LRS, Comic Sans MS;
    font-size:32px;
    font-weight:normal;
    color:#000000;
    background-color:#ffffff;
    border:0px solid #ffffff;
    border-radius:3px;
    text-decoration:none;
    text-align:center;
    box-shadow:2px 2px #888;
	}
	
.eineine {
    width:120px;
    font-family:Comic Relief LRS, Comic Sans MS;
    font-size:32px;
    font-weight:normal;
    color:#000000;
    background-color:#ffffff;
    border:0px solid #ffffff;
    border-radius:3px;
    text-decoration:none;
    text-align:left;
    box-shadow:2px 2px #888;
    }
    
.trennwort {
	width:90%;
	height:80px;
	font-family:Comic Relief LRS, Comic Sans MS;
	font-size:32px;
	color:#406090;
	background-color:#D0DCE0;
	border-radius:5px;
	border:3px solid #406090;
	text-align:center;
	letter-spacing:10px;
	cursor:text;
	}		
	
.klatschen {
    width:90%;
    font-family:Comic Relief LRS, Comic Sans MS;
    font-size:24px;
    font-weight:normal;
    color:green;
    background-color:#ffff99;
    border:3px solid #ffffff;
    text-decoration:none;
    text-align:center;
    }

.hfeld{
	width:90%;
	height:40px;
	font-family:Comic Relief LRS, Comic Sans MS;
	font-size:24px;
	color:#ff00ff;
	background-color:#D0DCE0;
	border:0px solid #D0DCE0;
	text-align:center;
	}		

.efeld{
	width:20%;
	height:40px;
	font-family:Comic Relief LRS, Comic Sans MS;
	font-size:24px;
	color:#406090;
	background-color:#ffffff;
	border-radius:5px;
	border:3px solid #406090;
	text-align:center;
	margin:3px;
	}		

.sfeld{
	width:40%;
	height:40px;
	font-family:Comic Relief LRS, Comic Sans MS;
	font-size:24px;
	color:#D0DCE0;
	background-color:#406090;
	border-radius:5px;
	border:3px solid #406090;
	text-align:center;
	}		

.wfeld{
	width:20%;
	height:40px;
	font-family:Comic Relief LRS, Comic Sans MS;
	font-size:24px;
	color:#D0DCE0;
	background-color:#406090;
	border-radius:5px;
	border:3px solid #406090;
	text-align:center;
	}		

.zfeld{
	height:auto;
	font-family:Comic Relief LRS, Comic Sans MS;
	font-size:24px;
	color:#D0DCE0;
	background-color:#406090;
	border-radius:5px;
	border:3px solid #406090;
	text-align:center;
	letter-spacing:1px;
	margin:5px;
	}		

.zknopf{
	width:30px;
	min-width:30px;
	max-width:200px;
	height:auto;
	font-family:Comic Relief LRS, Comic Sans MS;
	font-size:24px;
	color:#406090;
	background-color:#D0DCE0;
	border-radius:5px;
	border:3px solid #406090;
	text-align:center;
	letter-spacing:2px;
	}		


.zsatz {
	height:50px;
	font-family: Comic Relief LRS, Comic Sans MS, Verdana;
	font-size:26px; 
	color:#000000; 
	text-align:left; 
	border:2px solid #ffffff;
	border-radius:3px; 
	background-color:#ffffff;
	letter-spacing:1px;
	margin:3px;
	cursor:pointer;
	}

.zsatz2 {
	height:50px;
	font-family: Comic Relief LRS, Comic Sans MS, Verdana;
	font-size:26px; 
	color:#000000; 
	text-align:center; 
	border:2px solid #ffffff;
	border-radius:3px; 
	background-color:#ffffff;
	letter-spacing:1px;
	}

.zsatz3 {
	height:50px;
	font-family: Comic Relief LRS, Comic Sans MS, Verdana;
	font-size:26px; 
	color:#000000; 
	text-align:right; 
	border:2px solid #406090;
	border-radius:3px; 
	background-color:#D0DCE0;
	letter-spacing:1px;
	}

.suchtext
	{
	width:100%;
	background:#D0DCE0;
	color:#406090;
	font-family:Comic Relief LRS, Comic Sans MS, Arial;
	font-size:28px;
	border:0px solid #ffffff;
	letter-spacing:2px;
	text-align:center;
	}

.popbox 
{
position:fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
visibility: hidden;
opacity: 0;
}
.popbox:target 
{
visibility: visible;
opacity: 1;
}
.poptxt {
margin: 250px auto;
padding: 20px;
font-family: Comic Relief LRS, Comic Sans MS;
font-size:1.2em;
color: #406090;
background:#ffff99;
border-radius: 10px;
border:5px solid #406090;
width: 80%;
max-width:600px;
position: relative;
text-decoration:none;
text-align:justify;
box-shadow:3px 3px 3px #888;
}
.poptxt a {
margin-top: 0;
color: #406090;
text-decoration:none;
font-size:1em;
}
.poptxt a:hover {
background:#aaee33;
}
.popend {
width:50px;
height:30px;
position: absolute;
top: 10px;
right: 20px;
font-size: 32px;
text-decoration: none;
color: #406090;
border:2px solid #406090;
border-radius:5px;
text-align:center;
}
.popstart {
position: absolute;
top: 10px;
left: 20px;
font-size: 1em;
font-weight: bold;
text-decoration: none;
color: #406090;
border:2px solid #406090;
border-radius:5px;
}
