@charset "utf-8";
* {
	margin-top: 0;
	margin-bottom: 0;
}
html, body {
	height: 100%;
}
body {
	font-family: droid-serif;
	font-style: normal;
	font-weight: 400;
	background-color: #9fc8f4;
	text-align: center;
	color: #FFFFFF;
	text-shadow: 2px 2px 3px #000000;
}
a, a:hover, a:focus {
	color: #FFFFFF;
	text-decoration: none;
}
div {
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.box {
	border-radius: 4px;
	-webkit-box-shadow: 2px 2px 4px 2px #313131;
	box-shadow: 2px 2px 4px 2px #313131;
	background-color: rgba(2,0,255,0.80);
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: -4em;
}
header {
	margin-top: 1.5em;
	float: left;
	width: 100%;
}
header .logo-text {
	float: left;
	width: 100%;

}
header .logo-text .h1 {
	font-size: 1.6em;
}
.logo {
	background-image: url(../images/n_ballon_kreis.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	margin-top: 3em;
	float: right;
	width: 100%;
}

.logo img {
	width: 60%;
}
main {
	float: left;
	width: 100%;
	margin-top: 3em;
}
aside {
	float: left;
	width: 100%;
	font-size: 1.5em;
	margin-bottom: 2em;
	margin-top: 1em;
}
aside p {
	width: 50%;
	float: left;
	margin-bottom: 0px;
}
footer, .push {
	height: 3em;
}
footer {
	text-align: center;
	position: relative;
}
.footerbox1 {
	position: absolute;
	height: 0px;
	overflow-x: hidden;
	overflow-y: hidden;
	bottom: 1em;
	width: 390%;
	opacity: 0;
	left: 0px;
	font-size: 1.3em;
}
.footerbox2 {
	position: absolute;
	overflow-x: hidden;
	overflow-y: hidden;
	bottom: 1em;
	width: 390%;
	opacity: 0;
	right: 0px;
	height: 0px;
}
#f1:hover .footerbox1, #f2:hover .footerbox2 {
	height: auto;
	opacity: 1;
}
#f3 {
	font-size: 0.85em;
}
.footercontent {
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.kt {
	width: 100%;
}
.kt .h4 {
	line-height: 1.7em;
}
