#header {
	color: #fbbd00;
	background: red;
	background: linear-gradient(
		to right,
		#fbbd00,
		#f5a000
	);
	height: 114px;
}

#header h1.app-logo {
	background: url(/build/img/branding/base/Logo_sipcall_CMYK_ohne_HG.png) 0 0 no-repeat;
	background-size: 170px;
	margin-top: 0;
}

.login-logo {
	background-image: url(/build/img/branding/base/Logo_sipcall_CMYK_ohne_HG.png);
}
