@charset "utf-8";
/* CSS Document */


@media only screen and (min-width: 1500px) {   
/*  ab 768 */

.container{
		width: 60%;
		max-width: 1920px; /*nächster Breakpoint*/
		}

.header {
	width: 100%;
	height: 60px;
	display: block; 
	}

.content{
	width: 75%;
	float: right; 
	}
	

.sidebar{
	width: 23%;
	float: left; 
	margin-top: 20px;
	margin-right:2%; 
	font-size:100%;
	}
	

.footer {
	width: 75%;
	float: right; 
	}
	
