﻿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: hinweis; }
.feld5 { grid-area: anzeige; }

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

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

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

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

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

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

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

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

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

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

.gridfeld {
  background: #ffffff;
  text-align: center;
  height: auto;
  border:5px solid #ffffff;
}

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

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

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


.webtrain0
	{
	font-family: Taylor Sans Bold LRS, Arial;
	font-weight:bold; 
	text-shadow: 2px 2px 5px #406090; 
	color:#000000; 
	font-size:4.2em;
	letter-spacing:5px;
	}

.webtrain1
	{
	font-family: Taylor Sans Bold LRS, Arial;
	font-weight:bold; 
	text-shadow: 1px 1px 1px #406090; 
	color:#000000; 
	font-size:28px;
	}

.webtrain2
	{
	font-family: Taylor Sans Bold LRS, 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:bold; 
	color:#000000; 
	font-size:18px;
	}

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

.webtrain5
	{
	font-family:Comic Relief LRS; Comic Sans MS, Arial;
	font-size:18px; 
	color:#406090; 
	text-align:justify;
	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:1.5em;
	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;
	}

.cookiefeld
	{
	width:100%;	
	border:3px solid #406090; 
	border-radius:5px; 
	background:#406090; 
	color:#ffffff;
	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;
	margin-top:30px;
	}
.cookiefeld:hover
	{
	background:green; 
	}

.quadrat2 
	{
	width: 60px;
	height: 60px;
	background: #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: #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;
	}

.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;
-webkit-transition: background 1s ease-out;
-moz-transition: background 1s ease-out;
-o-transition: background 1s ease-out;
transition: background 1s ease-out;
}

