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

@font-face {
    font-family: 'DIN1451LRS';
    font-display:swap;
    src: url('../fonts/din1451lrs-webfont.woff2') format('woff2'),
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Taylor Sans Bold LRS';
    font-display:swap;
    src: url('../fonts/taylorsansboldlrs-webfont.woff2') format('woff2'),
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Comic Relief LRS';
    font-display:swap;
    src: url('../fonts/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: menue; }

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

@media only screen and (min-width: 400px)
{
body { background-color: #ffffff; }

.gridseite
  {
  grid-template-columns: 150px auto auto;
  grid-template-rows: auto auto auto;
  grid-template-areas: 
  "titel titel titel"
  "bilder auswahl auswahl"
  "menue menue menue";

  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
  {
  grid-template-columns: 150px auto auto;
  grid-template-rows: auto auto auto;
  grid-template-areas: 
  "titel titel titel"
  "bilder auswahl auswahl"
  "menue menue menue";

  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
  {
  grid-template-columns: 150px auto auto;
  grid-template-rows: auto auto auto;
  grid-template-areas: 
  "titel titel titel"
  "bilder auswahl auswahl"
  "bilder menue menue";

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

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

.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, Comic Sans MS, Arial;
	font-weight:normal; 
	text-shadow: 2px 2px 3px #406090; 
	color:#000000; 
	font-size:24px;
	}

.webtrain1b
	{
	font-family: Comic Relief LRS, Comic Sans MS, Arial;
	font-weight:normal; 
	text-shadow: 2px 2px 3px #406090; 
	color:#000000; 
	font-size:24px;
	}

.webtrain2
	{
	font-family: Comic Relief LRS, Comic Sans MS, Arial;
	font-weight:normal; 
	text-shadow: 1px 1px 1px #888; 
	color:#000000;
	font-size:16px;
	}

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

.webtrain3b
	{
	font-family: Courier New, Courier;
	font-weight:normal; 
	color:#000000; 
	font-size:24px;
	}

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

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

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

.rangefeld 
	{
	width: 60px;
	height: 40px;
	background-color: #D0DCE0;
	border-radius: 5px;
	color: #ff0000;
	font-family: Comic Relief LRS, Comic Sans MS;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	font-size: 24px;
	border: 3px solid #D0DCE0;
	box-shadow: 2px 2px 2px #888;
	}

.rangefeld:hover
	{
	cursor:pointer;
	}
