﻿body {
	background-image: url('../images/template/bg.png');
	font-size:100%;
	font-family: Tahoma, Helvetica, Arial, "Microsoft Yahei","微软雅黑", STXihei, "华文细黑", sans-serif;
	text-align:center;
}

* {
	box-sizing:border-box;
}

div.Rahmen {
	display:flex;
	flex-direction:column;
	flex-wrap: nowrap;
	margin: 0 auto;
	width:96%;
	min-height:98vh;
	background-color:#FFFEFE;
	margin:0 auto;
	padding:0px;
}

header.yi {
	display:flex;
	flex-direction:row;
	justify-content: space-between;
	min-width:500px;
	flex-grow: 1;
	margin:0px;
}

header.er {
	min-width:500px;
	flex-grow: 1; 
	text-align:center;
	margin-bottom:0.3%;
}

section {
	flex-grow: 1;
	min-width:500px;
	min-height:5vh;
	display:flex;
	flex-direction:row;
	flex-wrap: wrap;
	justify-content: space-evenly;
	font-size:1.5vmax; 
	margin:0px;
}

article {
	flex-grow: 8;
	min-width:500px;
	min-height:5vh;
	display:flex;
	flex-direction:row;
	flex-wrap: wrap;
	justify-content: space-evenly;
	margin:0px;
}


div.item{
	min-width:480px; 
	max-width:48%; 
	flex-grow: 2;
	display:flex;
	flex-direction:row;
	background-color:white;
	margin:1px;
	border:thin red solid;
	box-shadow: 3px 3px 3px 3px yellow;
	font-size:4vmax;
	hyphens: auto;
}

div.feld{
	min-width:80px; 
	max-width:33%; 
	flex-grow: 2;
	background-color:white;
	margin:1px;
	border:thin red solid;
	box-shadow: 3px 3px 3px 3px yellow;
	font-size:1vmax;
	hyphens: auto;
}

a.zahl_link {
	color:darkblue;
	text-decoration:none;
}

img.sound {
	width:2.7vmax;
	max-width:1.7vmax;
	max-height:1.7vmax;
}

img.zahl_img {
	width:100%;
}

img.zahl_img1 {
	width:70%;
}
	
footer {
	background-color:darkred;
	color:yellow;
	display: flex;	
	flex-direction:row;
	justify-content: flex-end;
	align-items:center;
	flex-wrap: wrap;
	flex-grow: 1;
	font-size:80%;
	min-width:500px;
	flex-direction:row;
	margin:0px;
	padding-right:0.5%;
}

