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;
}


.feld0 { grid-area: titel; }
.feld1 { grid-area: bilder; }
.feld2 { grid-area: auswahl; }
.feld3 { grid-area: aufgabe; }
.feld4 { grid-area: eingabe; }

.gridseite {
  display: grid;
  grid-template-columns: 150px auto auto auto auto;
  grid-template-rows: auto auto auto auto;
  grid-template-areas: 
  "titel titel titel titel titel"
  "bilder auswahl auswahl auswahl auswahl"
  "bilder aufgabe aufgabe aufgabe aufgabe"
  "bilder eingabe 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;
  grid-template-rows: auto auto auto auto;
  grid-template-areas: 
  "titel titel titel"
  "bilder 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: 801px)
{
body { background-color: #ffffff; }

.gridseite {
  display: grid;
  grid-template-columns: 150px auto auto auto auto;
  grid-template-rows: auto auto auto auto;
  grid-template-areas: 
  "titel titel titel titel titel"
  "bilder auswahl auswahl auswahl auswahl"
  "bilder aufgabe aufgabe aufgabe aufgabe"
  "bilder eingabe 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;
	}

.rahmen {
	border:5px solid #ffffff;
	border-radius:5px;
	margin:5px;
	margin-top:30px;
	}

.papier {
	border:3px solid #ffffff;
	border-radius:5px;
	background:#ffffff;
	padding:5px;
	margin:5px;
	}

.bildrahmen{
    position: relative;
    width: 130px;
    height: 140px;
    float: left;
    margin: 10px;
    background: #ffffff;
    border:5px solid #406090;
    border-radius:10px;
    box-shadow:3px 3px 3px #888;
	}
.bildrahmen:hover{
    background: #D0DCE0;
    cursor:pointer;
	}
.bildrahmen div{
    position: absolute;
    bottom: 0;
    left: 0;
    background: #406090;
    color: #ffffff;
    margin-bottom: 0px;
    font-family: sans-serif;
    padding: 5px 5px;
    width:120px;
    font-family:Comic Relief LRS, Comic Sans Ms, Verdana;
    font-size:18px;
	}

.iconfeld {
	width:100%;
	display: flex;
	flex-wrap:wrap;
	align-items: center;
	justify-content: center;
	background-color: #ffffff;
	text-align: center;
	height: auto;
	margin: auto;
	}

.webtrain0
	{
	font-family: Taylor Sans Bold LRS, Arial;
	font-weight:bold; 
	text-shadow: 1px 1px 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;
	letter-spacing:1px;
	text-align:left;
	}

.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; 
	}

.webtrain3b
	{
	font-family:Taylor Sans Bold LRS, Arial;
	font-size:16px
	color:#000000;
	text-align:center; 
	}

.webtrain3c
	{
	font-family: Comic Relief LRS, Comic Sans MS;
	font-weight:normal; 
	color:#000000; 
	font-size:28px;
	background:#D0DCE0;
	padding:5px;
	}

.webtrain4
	{
	font-family: Comic Relief LRS, Comic Sans MS;
	font-weight:normal; 
	color:#000000; 
	font-size:36px;
	text-align:left;
	background:#D0DCE0;
	border-radius:5px;
	box-shadow: 2px 2px 2px #888;
	padding:10px;
	margin:10px;
	}

.menu1
	{
	display:block;
	height:30px;
	background:#aaee33;
	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:20px;
	color:#406090;
	font-weight:normal;
	text-decoration:none;
	box-shadow:1px 1px 1px #888;
	}		
.menu1:hover
	{
	background:#ffffff;
	cursor:pointer;
	}

.menu2
	{
	display:block;
	height:30px;
	background:#00ffff;
	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:20px;
	color:#406090;
	font-weight:normal;
	text-decoration:none;
	box-shadow:1px 1px 1px #888;
	}		
.menu2:hover
	{
	background:#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: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;
	}
		
.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;
	}

.quadrat3 
	{
	width:130px;
	height:130px;
	background-color: #D0DCE0;
	border-radius: 10px;
	text-align: center;
	text-decoration: none;
	border: 3px solid #D0DCE0;
	box-shadow: 2px 2px 2px #888;
	padding: 5px;
	margin: 5px;
	}
.quadrat3:hover 
	{
	background-color: #ffffff;
	border: 3px solid #406090;
	cursor: pointer;
	}

.titelzeile
	{
	font-family: Taylor Sans Bold LRS, Arial;
	font-size:32px;	
	font-weight:bold; 
	text-align:left; 
	text-shadow: -1px -1px #888; 
	background:#ffffff; 
	color:#000000; 
	}
	
.druck
    {
    font-family:Comic Relief LRS, Comic Sans MS;
	font-size:3vmax;
    font-weight:normal;
    color:#000000;
    background-color:#D0DCE0;
    border:1px solid #D0DCE0;
    text-decoration:none;
    text-align:left;
    cursor:pointer;
    }

.rund
    {
    border-radius:50%;
    width:20px;
    height:20px;
    border:2px solid #000000;
    }

.hilfmir
    {
    width:200px;
    height:200px;
    border:1px solid #ffffff;
    }
.hilfmir:hover
    {
    cursor:pointer;
    }

.hilfmir2
    {
    width:150px;
    height:150px;
    border:1px solid #ffffff;
    }
.hilfmir2:hover
    {
    cursor:pointer;
    }

