header {
	display: flex;
	flex-flow: column nowrap;
	font-size: 120%;
	background-image: url(../image/hintergrundf1.jpg);
	background-size: 100%;
	height: 270px;
	background-repeat: no-repeat;
}
nav {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	background-color: #fff3b0;
	width: 100%;
	height: auto;
	/*border-top: 1px solid black;
	border-left: 1px solid black;
	border-bottom: 1px solid black;*/
	text-align: center;
}
article {
	display: flex;
	flex-flow: column nowrap;
	background-color: white;
	float: left;
	width: 80%; /*mit Border 79.89%*/
	height: 800px;
}
aside {
	display: flex;
	flex-flow: column nowrap;
	background-color: #fff3b0; /*#fff2ed*/
	color: black;
	float: right;
	width: 20%;
	height: 800px;	
	/*border-left: 1px solid black;
	border-right: 1px solid black;*/
}
footer {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	background-color: #4f5c70;
	text-align: center;
	height: 600px;
	border: 1px solid black;
}
.navcenter a {
	margin: 190px;
	font-size: 2em;
}
.footercenter a{
	margin: 190px;
	font-size: 2em;
	color: #ffaa00;
}
h1 {
	font-size: 4em;
	color: red;
}
h2 {
	text-align: center;
	color: #f58f67;
	font-size: 2em;
	display: block;
}
.g {
	font-size: 3em;
}
.artg a:link, a:visited {
	color: #ffaa00;
	text-align: center;
	font-size: 2em;
	display: block;
}
a:hover {
	color: red;
}
.steakc {
	margin-top: 50px;
	text-align: center;
}
/*.himage {												Artikel Bild			
	background-image: url(image/hintergrundf2.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	height: 700px;
}*/
* {
	margin: 0;
	padding: 0;
}
.text1 {
	margin-top: 12px;
	margin-left: 20px;
	font-size: 2em;
	margin-right: 10px;
	text-align: center;
	display: block;
}
.text2 {
	text-align: center;
}
.text3 {
	margin-top: 10px;
	display: block;
}
.text4 {
	margin-top: 80px;
}
.UR {
	font-size: 1.5em;
	margin-top: 5px;
}
.right {
	clear: right;
}
ul {
	list-style-type: none;
}
li {
	font-size: 1.5em;
}
.bildh img {
	display: block;
}
.bildh span {
    position: absolute;
    width: 100%;
    line-height: 2em;
    text-align: center;
	width: 100%;
}
.hintergr {	
	display: flex;
	flex-flow: column nowrap;
	background-image: url(../image/Hintergrundr.png);
	background-size: 100%;
	background-repeat: repeat;
	height: 800px;
}
.opa {
	opacity: 0.3;
}
.nummer {
		color: red;
}
iframe {
	height: 100%;
	width: 100%;
}
.footercenter {
	margin-top: 100px;
}