@charset "UTF-8";/*!
style* { margin: 0 auto; font-family: sans-serif; }

body { margin: 0 auto; }



kopfbereich
{
	background-image: url(../pix/header_bg.gif);
	
	background-color:#00FFFF;
}

header {
	height: 20px;
	
	
	display: flex;
	
	align-items: center;
	justify-content: center;
}
header > h1 {
	width: device-width;
	
	text-align: center;
	font-size: 20px;
	color: white;
}
header > .top {
	width:device-width;
	position: absolute;
	left: 20px;
}
header > .top a.menu_icon i {
	color: #004e90;
	font-size: 40px;
	padding-top: 25px; 
	transition: .2s ease;
}
header > .top a.menu_icon:hover i {
	width:device-width;
	height:2px;
	color: #6E7B8B;
	
	
}
nav.menu {
	width:device-width;
	min-height: calc(100vh - 121px);
	background-color: #004e90;
	position: absolute;
	left: -300px;
	transition: .3s all;
}
nav.menu > a {
    display: block;
    padding: 5px;
    margin: 15px 0 0px 20px;
    color: #FFFFFF;
    #text-transform: uppercase;
}
nav.menu >a.menu_item:hover icon
{
	color: #FF0000;
	background-color: #FF0000;
}

main {
	width: device-width;
	padding: 30px;
	box-sizing: border-box;
	
}
footer {
	height: 50px;
	background-color: #004e90;
	background-image: url('../pix/footer_bg.png');
	color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	bottom: 0;
	position: fixed;
	width: 100%;
}

.menu_show {
	left: 0!important;
}

@media screen and (max-width: 425px) {
	header h1 {
		font-size: 16px;
		background-image: url('../pix/header_bg.gif');
	}
}
@media screen and (max-width: 360px) {
	nav.menu {
		width: 100%;
		left: -100%; 
	}
}
#header2{position:fixed;padding-top: 15px;top:0px;z-index:998;width:460px;height:25px;background:#5f5f5f}