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: bilder; }
.feld3 { grid-area: auswahl; }
.feld4 { grid-area: aufgabe; }
.feld5 { grid-area: eingabe; }

.gridseite {
  display: grid;
  grid-template-columns: 150px auto auto auto;
  grid-template-rows: auto 150px auto auto;
  grid-template-areas: 
  "titel titel titel titel"
  "bilder auswahl auswahl auswahl"
  "bilder aufgabe aufgabe aufgabe"
  "bilder eingabe eingabe eingabe";
  grid-gap: 2px;
  background-color: #ffffff;
  padding: 0px;
  max-width:1200px;
  margin:auto;
}

@media only screen and (min-width: 300px)
{
body { background-color: #ffffff; }

.gridseite
  {
  grid-template-columns: 150px auto auto auto;
  grid-template-rows: auto 150px auto auto;
  grid-template-areas: 
  "titel titel titel titel"
  "bilder auswahl auswahl auswahl"
  "aufgabe aufgabe aufgabe aufgabe"
  "eingabe eingabe eingabe eingabe";

  grid-gap: 2px;
  background-color: #ffffff;
  padding: 0px;
  max-width:800px;
  margin:auto;
  }
}

@media only screen and (min-width: 800px)
{
body { background-color: #ffffff; }

.gridseite {
  display: grid;
  grid-template-columns: 150px auto auto auto;
  grid-template-rows: auto 150px auto auto;
  grid-template-areas: 
  "titel titel titel titel"
  "bilder auswahl auswahl auswahl"
  "aufgabe aufgabe aufgabe aufgabe"
  "eingabe eingabe eingabe eingabe";

  grid-gap: 2px;
  background-color: #ffffff;
  padding: 0px;
  max-width:1000px;
  margin:auto;
  }
}

@media only screen and (min-width: 1000px)
{
body { background-color: #ffffff; }

.gridseite {
  display: grid;
  grid-template-columns: 150px auto auto auto;
  grid-template-rows: auto 150px auto auto;
  grid-template-areas: 
  "titel titel titel titel"
  "bilder auswahl auswahl auswahl"
  "bilder aufgabe aufgabe aufgabe"
  "bilder eingabe eingabe eingabe";

  grid-gap: 2px;
  background-color: #ffffff;
  padding: 0px;
  max-width:1200px;
  margin:auto;
  }
}


.gridfeld {
background-color: #ffffff;
text-align: center;
height: auto;
border:5px solid #ffffff;
}

.titelfeld {
background-color: #ffffff;
text-align: left;
height: auto;
border:5px solid #ffffff;
}

.rahmen {
border:5px solid #ffffff;
border-radius:5px;
margin:10px;
margin-top:30px;
}

.webtrain0
{
font-family: Taylor Sans Bold LRS, Arial;
font-weight:bold; 
text-shadow: 2px 2px #406090; 
color:#000000; 
font-size:56px;
}

.webtrain1
{
font-family:Taylor Sans Bold LRS, Arial;
font-size:24px;
color:#000000; 
height:auto;
background:#ffffff;	
border-radius:3px;
padding:3px;
}

.webtrain2
{
font-family:Taylor Sans Bold LRS, Arial;
font-size:20px;
color:#000000;
text-align:left; 
}

.webtrain3
{
font-family:Taylor Sans Bold LRS, Arial;
font-size:18px;
color:#000000;
text-align:left; 
}

.lang
{
display:block;
width:100%;
height:auto;
background:#D0DCE0;
border:2px solid #D0DCE0;
border-radius: 3px;
margin:0px;
padding:0px;
font-family:DIN1451LRS, Taylor Sans Bold LRS, Arial;
font-size:24px;
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;
}

.menu
{
display:block;
height:30px;
background:#ffffff;
border:2px solid #406090;
border-radius:3px;
margin:4px;
padding:0px;
text-align:left;
font-family:Comic Relief LRS, Comic Sans MS, Arial;
font-size:1.1em;
color:#406090;
font-weight:normal;
text-decoration:none;
box-shadow:1px 1px 1px #888;
}
		
.menu:hover
{
background:#D0DCE0;
cursor: pointer;
}

.quadrat2 
{
width: 60px;
height: 60px;
background-color: #D0DCE0;
border-radius: 5px;
color: #CC0000;
font-family: Taylor Sans Bold LRS, Arial;
text-align: center;
text-decoration: none;
font-weight: bold;
font-size: 20px;
border: 3px solid #D0DCE0;
box-shadow: 2px 2px 2px #888;
}
.quadrat2:hover 
{
width: 60px;
height: 60px;
background-color: #D0DCE0;
border-radius: 5px;
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;
}

.quadrat2b 
{
width: 40px;
height: 40px;
background-color: #D0DCE0;
border-radius: 5px;
color: #CC0000;
font-family: Taylor Sans Bold LRS, Arial;
text-align: center;
text-decoration: none;
font-weight: bold;
font-size: 20px;
border: 3px solid #D0DCE0;
box-shadow: 2px 2px 2px #888;
}
.quadrat2b:hover 
{
width: 40px;
height: 40px;
background-color: #D0DCE0;
border-radius: 5px;
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;
}

.titelzeile
	{
	font-family: Taylor Sans Bold LRS, Arial;
	font-size:32px;	
	text-align:left; 
	text-shadow: -1px -1px #888; 
	background:#ffffff; 
	color:#000000; 
	}

.ziffer
	{
	width:60px; 
	height:40px;
	text-align:center; 
	font-size:24px; 
	font-family: Taylor Sans Bold LRS, Arial;
	text-decoration:none; 
	background-color:#ffffff;  
	color:#406090; 
	border-radius:3px; 
	border:2px solid #406090;
	box-shadow:3px 3px 3px #888;
	}	

.felder
	{
	width:150px; 
	text-align:center; 
	font-size:20px; 
	font-family: Taylor Sans Bold LRS, Arial;
	text-decoration:none; 
	background-color:#406090;  
	color:#ffffff; 
	border-radius:3px; 
	border:2px solid #D0DCE0;
	box-shadow:3px 3px 3px #888;
	}	

.karo
	{
	width:80px; 
	height:40px;
	text-align:center; 
	font-size:24px; 
	text-decoration:none; 
	font-weight:bold; 
	background-color:#ffffff;  
	color:#406090; 
	border-radius:3px; 
	border:2px solid #406090;
	box-shadow:3px 3px 3px #888;
	}	

.karo2
	{
	width:60px;
	height:50px; 
	border:2px solid #406090; 
	border-radius:3px;
	box-shadow:2px 2px 2px #888;
	font-family:Comic Relief LRS, Comic Sans MS; 
	font-size:32px; 
	font-weight:normal;
	color:#406090;
	text-align:center;
	background-color:#D0DCE0;
	text-decoration:none;
	cursor:pointer;
	}

.karo3
	{
	width:40px;
	height:50px; 
	border:2px solid #ffffff; 
	border-radius:2px;
	box-shadow:2px 2px 2px #888;
	font-family:Comic Relief LRS, Comic Sans MS; 
	font-size:24px; 
	font-weight:normal;
	color:#ffffff;
	text-align:center;
	background:#406090;
	text-decoration:none;
	margin:0px;
	cursor:pointer;
	}

.weg
	{
	height:30px;
	width:220px;
	text-align:center; 
	font-size:14px; 
	text-decoration:none; 
	font-weight:normal; 
	background-color:#ffffff;  
	color:#000000; 
	border-radius:3px; 
	border:2px solid #000000;
	box-shadow:2px 2px #888;
	}	

.knopf
	{
	width:40px; 
	height:40px;
	text-align:center; 
	font-size:24px; 
	font-family: Taylor Sans Bold LRS, Arial;
	text-decoration:none; 
	font-weight:bold; 
	background-color:#ffffff;  
	color:#ff0000; 
	border-radius:3px; 
	border:2px solid #406090;
	box-shadow:3px 3px #888;
	}	

.knopf2
	{
	width:70px; 
	height:40px;
	text-align:center; 
	font-size:26px; 
	font-family: Taylor Sans Bold LRS, Arial;
	text-decoration:none; 
	font-weight:bold; 
	background-color:#D0DCE0;  
	color:#000000; 
	border-radius:3px; 
	border:2px solid #406090;
	box-shadow:3px 3px #888;
	}	


.menufeld
	{
	width:140px;
	height:40px;
	text-align:center;
	font-size:20px;
	text-decoration:none;
	font-family: Taylor Sans Bold LRS, Arial;
	background-color:#000000;
	color:#ffffcd;
	border-radius:5px;
	border:2px solid #000000;
	}
		
.klick
	{
	width:45px;	
	height:45px;	
	font-family:Comic Relief LRS; Comic Sans MS; 
	font-size:24px; 
	font-weight:normal;
	border:2px solid #D0DCE0; 
	border-radius:3px; 
	background-color:#406090; 
	box-shadow:1px 1px #888;
	color:#ffffff; 
	text-align:center;
	margin-bottom:5px;
	}

.klack
	{
	height:45px;	
	font-family:Comic Relief LRS; Comic Sans MS; 
	font-size:24px; 
	font-weight:normal;
	border:2px solid #B8C8D8; 
	border-radius:3px; 
	background-color:#D0DCE0; 
	box-shadow:1px 1px #888;
	color:#B8C8D8; 
	text-align:center;	
	margin-bottom:5px;
	}

.tstein
	{
	width:15%;
	max-width:90px;	
	height:60px;	
	font-family:Comic Relief LRS, Comic Sans MS;
	font-size:36px; 
	font-weight:normal;
	color: #000000;
	text-decoration: none;
  	text-align:center;
	border:2px solid #406090; 
	border-radius:3px; 
	background-color:#D0DCE0; 
	margin:2px;
	cursor:pointer;
	}

.tbasis
	{
	width:15%;
	max-width:90px;	
	height:60px;	
	font-family:Comic Relief LRS, Comic Sans MS;
	font-size:36px; 
	font-weight:normal;
	color: #ffffff;
	text-decoration: none;
  	text-align:center;
	border:2px solid #000000; 
	border-radius:3px; 
	background-color:#406090; 
	margin:2px;
	}

.ticons
	{
	width:15%;
	max-width:90px;	
	height:60px;	
	font-family:Comic Relief LRS, Comic Sans MS;
	font-size:36px; 
	font-weight:normal;
	color: #ffffff;
	text-decoration: none;
  	text-align:center;
	border:2px solid #000000; 
	border-radius:3px; 
	background-color:#000000; 
	margin:2px;
	}

.tklick
	{
	width:15%;
	max-width:40px;	
	height:50px;	
	font-family:Comic Relief LRS, Comic Sans MS;
	font-size:24px; 
	font-weight:normal;
	border:2px solid #D0DCE0; 
	border-radius:5px; 
	background-color:#406090; 
	box-shadow:1px 1px #888;
	color:#ffffff; 
	text-align:center;	
	cursor:pointer;
	}

.ergebnis
    {
    width:50px;
    font-family:Comic Relief LRS, Comic Sans MS;
    font-size:24px;
    font-weight:normal;
    color:#406090;
    background-color:#D0DCE0;
    height:50px;
    border:3px solid #406090;
    border-radius:5px;
    text-decoration:none;
    text-align:center;
 	 box-shadow:3px 3px 3px #888;
	}
	
.traube1
	{
	width:100px; 
	height:100px; 
	border:2px solid #406090; 
	border-radius:80px; 
	box-shadow:3px 3px 3px #888;
	background-color:#B8C8D8; 
	font-family:Comic Relief LRS, Comic Sans MS;
	font-size:36px; 
	color:green; 
	text-align:center; 
	}

.traube2
	{
	width:100px; 
	height:100px; 
	border:2px solid #406090; 
	border-radius:80px; 
	box-shadow:3px 3px 3px #888;
	background-color:#B8C8D8; 
	font-family:Comic Relief LRS, Comic Sans MS;
	font-size:36px; 
	color:black; 
	text-align:center; 
	}

.traube3
	{
	width:100px; 
	height:100px; 
	border:2px solid #406090; 
	border-radius:80px; 
	box-shadow:3px 3px 3px #888;
	background-color:#B8C8D8; 
	font-family:Comic Relief LRS, Comic Sans MS;
	font-size:36px; 
	color:red; 
	text-align:center; 
	}

.turm0
	{
	width:20%;
	max-width:100px;
	height:60px;
	font-family:Comic Relief LRS, Comic Sans MS;
	font-size:36px; 
	font-weight:normal;
	color: #ffffff;
	text-decoration: none;
  	text-align:center;
	border:2px solid #000000; 
	border-radius:3px; 
	background-color:#406090; 
	margin:2px;
	}

.turm1
	{
	width:20%;
	max-width:100px;
	height:60px;
	font-family:Comic Relief LRS, Comic Sans MS;
	font-size:36px; 
	font-weight:normal;
	color: #000000;
	text-decoration: none;
  	text-align:center;
	border:2px solid #406090; 
	border-radius:3px; 
	background-color:#D0DCE0; 
	margin:2px;
	cursor:pointer;
	}

.turm2
	{
	width:8%;
	max-width:50px;	
	height:40px;	
	font-family:Comic Relief LRS, Comic Sans MS;
	font-size:24px; 
	font-weight:normal;
	border:2px solid #D0DCE0; 
	border-radius:5px; 
	background-color:#406090; 
	box-shadow:1px 1px #888;
	color:#ffffff; 
	text-align:center;	
	cursor:pointer;
	}

.turmkreis
	{
	width:80px;
	height:80px;
	font-family:Comic Relief LRS, Comic Sans MS;
	font-size:36px; 
	font-weight:normal;
	color: #ffffff;
	text-decoration: none;
  	text-align:center;
	border:2px solid #406090; 
	border-radius:40px; 
	background-color:#406090; 
	margin:0px;
	}

