@font-face { font-family: 'Roboto Condensed'; font-style: normal; font-weight: 400; src: url('/webfont/roboto-condensed-v16-latin-regular.eot'); src: local('Roboto Condensed'), local('RobotoCondensed-Regular'), url('/webfont/roboto-condensed-v16-latin-regular.eot?#iefix') format('embedded-opentype'), url('/webfont/roboto-condensed-v16-latin-regular.woff2') format('woff2'), url('/webfont/roboto-condensed-v16-latin-regular.woff') format('woff'), url('/webfont/roboto-condensed-v16-latin-regular.ttf') format('truetype'), url('/webfont/roboto-condensed-v16-latin-regular.svg#RobotoCondensed') format('svg'); }

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}
.shadowbg a {
	color: #fff;
	text-decoration: none;
}
body {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 13px;
	line-height: 1.5;
	color: #222;
	text-align: center;
	background: url("bg.jpg");
	background-size: cover;
	background-attachment: fixed;
	display: flex;
	align-items: center;
	padding: 1em;
	box-sizing: border-box;
}
body.no-overflow {
	overflow: hidden;
}
.infos {
	background: #fff;
	/*box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);*/
	box-shadow: 0 2px 1px rgba(0,0,0,0.04), 
		0 4px 2px rgba(0,0,0,0.04), 
		0 8px 4px rgba(0,0,0,0.04), 
		0 16px 8px rgba(0,0,0,0.04),
		0 32px 16px rgba(0,0,0,0.04);
	width: 500px;
	padding: 25px 20px 0;
	margin: auto;
	box-sizing: border-box;
	border-radius: 5px;
	overflow: hidden;
	transition: box-shadow .25s;
}
.infos:hover {
	box-shadow: 0 4px 2px rgba(0,0,0,0.06), 
		0 8px 4px rgba(0,0,0,0.06), 
		0 16px 8px rgba(0,0,0,0.06), 
		0 32px 16px rgba(0,0,0,0.06),
		0 64px 32px rgba(0,0,0,0.06);
		transition: box-shadow .25s;
}
.big {
	font-size: 200%;
	display: block;
	margin: 0;
	padding: 0;
}
.inner {
	position: relative;
	width: 100%;
	height: 100%;
}
.shadowbg {
	background: orange;
	margin: 10px -20px 0;
	padding: 10px 5px;
	box-sizing: border-box;
	color: #fff;
	position: relative;
	overflow: hidden;
	border-top: 2px solid #fea502;
	line-height: 1.5;
}
.shadowbg:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 1px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,0.4+100 */
	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.4) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.4) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.4) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#66ffffff',GradientType=1 ); /* IE6-9 */
}
.shadowbg:after {
	content: "";
	position: absolute;
	top: -75px;
	right: -50%;
	width: 100%;
	height: 150px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.4+0,0+75 */
	background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,0.4) 0%, rgba(255,255,255,0) 75%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,0.4) 0%,rgba(255,255,255,0) 75%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center, rgba(255,255,255,0.4) 0%,rgba(255,255,255,0) 75%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.xing {
	margin-top: 5px;
	display: inline-block;
}
.legal-infos {
	margin: 5px auto 0;
	border-top: 1px solid rgba(255,255,255,.25);
	padding-top: 5px;
	max-width: 100%;
}
.legal-infos a {
	display: inline-block;
	margin: 0 5px;
}
ul {
	list-style-position: inside;
}
@media screen and (max-width: 640px) {
	.infos {
		max-width: 400px;
		font-size: 0.85em;
	}
	img {
		max-width: 80%;
	}
	.shadowbg {
		width: calc(100% + 40px);
		border-top-width: 1px;
	}
	.big {
		font-size: 175%;
	}
}