﻿


body {



	background:rgb(190,240,190,0.5);
	flex-flow:row-wrap;
	font-family:verdana, sans-serif;
	font-weight: 600;
	size:1.2vw;
	background-color:rgba(190,240,190,.5);

	background-size:cover;
	background-repeat:no-repeat;
	background-repeat:no-repeat fixed;
}


hbox2 {
	  display: flex;
	justify-content: center;
	align-items: center;
}




#aktuell a {
	background: rgba(0,255,0,0.5);
}

header {
		float:left;
	min-width:40%;
		margin-right:28%;
		margin-left:28%
}

article {
		display:block;
		float:left;
		width:60%;
		margin-right:18%;
		margin-left:18%;
		margin-top:7%;
padding-bottom:2.vw;
}

footer {
		float:left;
		min-width:40%;
		width:80%;
		margin-right:10%;
		margin-left:10%;
height:2vw;
		position:relative;
		bottom:0px;
}


fieldset {
	display: inline-block;
	width: 30vw;
}



textarea {
	display: inline-block;
	width: 28vw;
	height:8vw;
}

input {
	display: inline-block;
	width: 20vw;
}
.formul {
	display: inline-block;
	width: initial;
}



.main {
	float:left;
	width:100%;
}






header nav {
	webkit-flex:1 1 100%;
}




nav a:hover {
	background-color:rgba(144,238,144,0.5);
}


nav a:hover {
	background-color:rgba(0,128,0,0.5);
}

nav a {
	display:inline-block;
	width:100%;
	background:darkgreen;
	color: whitesmoke;
	border:1px solid black;
	margin:0;
	text-decoration:none;
	text-align:center;
	

	border-radius: .3em;
	padding: 7px;
	list-style-type:none;
}

nav, nav ul, nav li {
display:flex;
	flex-direction: row;
	webkit-flex-direction: row;
	webkit-flex-direction:column;
	padding:3px;
	boder:none;
	marg:0;
}



