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

.feld1 { grid-area: titel; }
.feld2 { grid-area: bild; }
.feld3 { grid-area: auswahl; }
.feld4 { grid-area: aufgabe; }
.feld5 { grid-area: eingabe; }

.gridseite {
  	display: grid;
  	grid-template-columns: 150px 100px auto;
  	grid-template-rows: auto 150px auto auto;
  	grid-template-areas: 
  	"titel titel titel"
  	"bild auswahl auswahl"
  	"bild aufgabe aufgabe"
  	"bild 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: 150px 100px auto;
  	grid-template-rows: auto 150px auto auto;
  	grid-template-areas: 
  	"titel titel titel"
  	"bild 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: 150px 100px auto;
  	grid-template-rows: auto 150px auto auto;
  	grid-template-areas: 
  	"titel titel titel"
  	"bild auswahl auswahl"
  	"bild aufgabe aufgabe"
  	"bild 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;
	}

.gridfeld2 {
	background-color: #ffffff;
	text-align: left;
	height: auto;
	justify-items: left;
	border:10px solid #ffffff;
	}

.rahmen {
	border:5px solid #ffffff;
	border-radius:5px;
	margin:5px;
	margin-top:30px;
	}

.rahmen2 {
	border:5px solid #406090;
	border-radius:5px;
	margin:5px;
	margin-top:30px;
	}

.papier {
	border:3px solid #ffffff;
	border-radius:5px;
	box-shadow:2px 2px #888;
	background:#ffffff;
	padding:5px;
	}

.flexmenu {
  	display:flex;
  	flex-wrap:wrap;
  	justify-content: space-around;
	}

.webtrain0
	{
	font-family: Taylor Sans Bold LRS, Arial;
	text-shadow: 2px 2px 5px #406090; 
	color:#000000; 
	font-size:56px;
	}

.webtrain1
	{
	font-family: Taylor Sans Bold LRS, Arial;
	color:#000000; 
	font-size:24px;
	text-shadow:1px 1px 3px #888;
	text-align:left;
	}

.webtrain2
	{
	font-family: Taylor Sans Bold LRS, Arial;
	font-weight:normal; 
	color:#000000;
	font-size:20px;
	text-align:left;
	}

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

.webtrain3b
	{
	font-family: Taylor Sans Bold LRS, Arial;
	font-weight:bold; 
	color:#406090; 
	font-size:16px;
	text-align:center;
	}

.webtrain4
	{
	font-family:Comic Relief LRS; Comic Sans MS, Arial;
	font-size:20px; 
	color:#406090; 
	text-align:justify;
	padding:10px;
	}

.webtrain5
	{
	font-family:Comic Relief LRS; Comic Sans MS, Arial;
	font-size:18px; 
	color:#406090; 
	text-align:center;
	padding:10px;
	}

.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:24px;
	color:#406090;
	font-weight:normal;
	text-decoration:none;
	text-align:left;
	list-style:none;
	height:30px;
	box-shadow:2px 2px 2px #888;
	}	
.lang:hover
	{
	background:#406090;
	border:2px solid #406090;
	color:#D0DCE0;
	cursor: pointer;
	}

.cookiefeld
	{
	width:100%;	
	border:3px solid #406090; 
	border-radius:5px; 
	background:#D0DCE0; 
	color:#406090;
	font-family:Comic Relief LRS, Comic Sans MS;
	font-size:32px; 
	text-decoration:none;
	box-shadow:2px 2px 2px #888;
	text-align:center;
	letter-spacing:3px;
	cursor:pointer;
	}
.cookiefeld:hover
	{
	background:#aaee33; 
	}


.icontext {
	text-align: left;
	height: auto;
	justify-items: left;
}

.iconfeld {
	text-align:center;
	margin:auto;
	justify-items:space-between;
}

.bildicon:hover {
	background:#ffffff;
	border:2px solid #406090;
	border-radius:5px;
	box-shadow:2px 2px 3px #888;
}

.bildicon {
	height:100%;
	max-height:60px;
	width:auto;
	border:2px solid #D0DCE0;
	cursor: pointer;
}

.tafel
	{
	width:80px; 
	height:120px;
	background-color:#ffffff; 
	font-family:Comic Relief LRS; Comic Sans MS;
	font-size:32px; 
	color:#406090; 
	text-align:center; 
	border:5px solid #406090;
	border-radius:5px; 
	box-shadow:2px 2px 3px #888;
	margin:3px;
  	-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;
	}

.tafel:hover
	{
	background-color:#406090; 
	color:#ffffff; 
	border:5px solid #000000;
	cursor:pointer;
	}

.tafel2
	{
	width:80px; 
	height:120px;
	background-color:#D0DCE0; 
	font-family:Comic Relief LRS; Comic Sans MS;
	font-size:32px; 
	color:#406090; 
	text-align:center; 
	border:5px solid #406090;
	border-radius:5px; 
	box-shadow:2px 2px 3px #888;
	margin:3px;
  	-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;
	}

