@charset "utf-8";

/* CSS Document */

@media screen and (min-width: 550px) {
	body {
		background-image:url(../picture/hintergrund_farbverlauf.jpg);
		background-repeat:repeat-x;
		background-position:top;
		background-attachment:fixed;
	}
	.content {
		order: 4;
		flex: 1;
	}
	.partner {
		order: 5;
	}
	.news {
		order: 3;
		width: 165px;
		flex: 0 0 165px;
		border-right: 1px solid #000;
	}
	.header_menu {
		display: none;
	}
	.banner_gross {
		display:block;
	}
	.banner_klein {
		display:none;
	}	
	.sidenav {
		display: none;
	}
	.nav {
		width: 100%;
		display: inline;
		text-align: center;
		border-bottom: 1px solid #000;
		padding: 12px;
	}
	.nav a {
		padding: 6px;
	}
}

@media screen and (min-width: 850px) {
	.content {
		order: 4;
	}
	.partner {
		order: 5;
		width: 140px;
		flex: 0 0 140px;
		border-left: 1px solid #000;
	}
	.news {
		order: 3;
	}
}

@media screen and (min-width: 1050px) {
	.container {
		width: 1050px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 5px;
		margin-bottom: 5px;
		border: 1px solid #000;
	}
}