


#headerbereich{ margin-top:154px; }


@media (min-width:984px) and (max-width:1303px)
{
	#headerbereich{ margin-top:154px; }
}
/**
 * Reduce the overall width and the width of the grid columns if the screen
 * width is less than 980px (e.g. on a portrait tablet)
 */
@media (min-width:768px) and (max-width:979px)
{	
	#headerbereich{ margin-top:154px; }
}

/**
 * Remove all floats and fixed widths if the screen width is less than 768
 * pixel (e.g. on a mobile phone)
 */
@media (max-width:767px)
{
	#headerbereich{ margin-top:114px; }
}
