	/*
 * Vektorrausch GmbH, Stand: 27.03.2015, MW
 */

@media only screen and (min-width: 700px) {

		/* Schnellsuche */
		#branding .topsearch {
			top: 81px;
		}
		#branding .topsearch label {
				display: inline;
				margin: 0 5px 0 0;
		}

}

@media only screen and (min-width: 900px) and (max-width: 1155px) {

		/* Schnellsuche */
		#branding .topsearch {
			top: 54px;
			left: 199px;
		}
		
		.header .widget-area-container {
			padding-top: 10px;
		}

}

