.lang {
	display: none;
}
footer {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	height: 42px;
	border: 1px solid #dcdcdc;
	border-bottom: 0;
	text-align: center;
	width: 100%;
	background-color: #fff;
	max-width: 1512px;
}
footer > button {
	color: #000;
	display: inline-block;
	vertical-align: middle;
	background: #fff;
	border: 1px solid #fff;
	margin-top: 8px;
	font: inherit;
	width: 24px;
	height: 24px;
	padding: 2px;
	font-family: 'Audi-Type-Screen-Normal', Verdana, Helvetica, Arial, sans-serif;
}
footer > button:hover, footer > button:active, footer > button:focus {
	text-decoration: underline;
	color: #bb0a30;
	cursor: pointer;
	background-color: #fff;
}
footer > button.active {
	color: #bb0a30;
    border: 1px solid gray;
    border-radius: 12px;
    display: inline-block;
}
footer > button.active:hover, footer > button.active:active,footer > button.active:focus {
	text-decoration: none;
	color: #bb0a30;
	cursor: text;
	background-color: #fff;
}