@charset "utf-8";

/*Standard*/
@media screen and (max-width:1436px){
	/*Banner hat kein Platz*/
	#dssubbody.fixed-header #dssiteheader { padding-right:0; }
}

@media screen and (max-width:1296px){
	/*iPad Querformat*/
	#dssubbody.fixed-header #siteheader { width:980px; }
}


@media only screen and (max-width: 1023px){
	/*iPad hochformat  768 */
	#dssubbody.fixed-header { padding-top:0; }
	#dssubbody.fixed-header #dssiteheader { position:static; top:auto; left:auto; right:auto; background-color:transparent; z-index:auto; border-bottom:0; }
	#dssubbody.fixed-header #siteheader { width:auto; margin:0; border-top:4px #d02421 solid; background-color:#fff; padding-top:20px; }
	#dssubbody.fixed-header #top { display:block; }
	#dssubbody.fixed-header #logo { width:auto; margin-top:0; }
	#dssubbody.fixed-header nav { padding-top:20px; }
	#dssubbody.fixed-header #dsmain { margin-top:20px; }
}