@font-face {
    font-family: 'aller_lightregular';
    src: url('fonts/aller_lt-webfont.eot');
    src: url('fonts/aller_lt-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/aller_lt-webfont.woff2') format('woff2'),
         url('fonts/aller_lt-webfont.woff') format('woff'),
         url('fonts/aller_lt-webfont.ttf') format('truetype'),
         url('fonts/aller_lt-webfont.svg#aller_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

*{ margin: 0px; padding: 0px; }
html { overflow: hidden; }
html, body { width: 100%; height: 100%; }

body{
	background: #ea8e00;
	color: #fff;
    font-family: "aller_lightregular", "Arial Narrow", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	position: relative;
}

#lang{ margin-bottom: 40px; text-align: center;}

#lang a{
	opacity: 0.5;
	display: inline-block;
	line-height: 0px;
	margin: 0px 5px;
	transition: opacity 0.3s ease;
}

#lang a.active,
#lang a:hover{ opacity: 1; }

.headline{ font-size: 26px; line-height: 36px; }

#container{
	position: absolute;
	top: 10%;
	left: 15%;
	right: 15%;
	font-size: 20px;
	line-height: 30px;
	max-width: 1024px;
	margin: 0 auto;
}

#container p{ margin-bottom: 20px; text-shadow: 1px 1px 3px rgba(0,0,0,0.35); }
#info-btn{ margin-top: 50px; }
.btn-wrapper{ display: inline-block; padding-bottom: 1em;}

.btn{
	background-color: #fff;
	border-radius: 5px;
	padding: 8px 12px ;
	color: #683D72;
	text-decoration: none;
	margin: 0px 20px 0 0;
	display:inline-block;
	clear: both;
}

#footer{
	position: fixed;
	bottom: 0px;
	left: 0px;
	right: 0px;
	padding: 20px 100px;
	box-sizing: border-box;	
	background-color: #fff;
	text-align: center;
	z-index: 900;
	color: #c3c3c3;
	font-size: 12px;
	line-height: 18px;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.35)
}

#footer a{ color: #b19eb9; text-decoration: none; }
#footer a:hover{ color: #b19eb9; text-decoration: underline; }

#footer .left{ float: left; }
#footer .right{ float: right; }
#footer .clear{clear: both; }


@media screen and (max-height: 700px){
	#container{ top: 50px; }
}

@media screen and (max-width: 1200px){
	html{ overflow: visible; }
	body{ padding: 35px 0px 0px;}
	
	#container {
		position: relative;
		left: auto;
		top: auto;
		right: auto;
		bottom: auto;
	}
	
	#container{ padding: 0px 20px; margin-bottom: 40px; }
}

@media screen and (max-width: 768px){
	#container{ text-align: left; }
	.btn-wrapper{ display: block; text-align: center; }
	.btn{ margin-left: 0px; margin-bottom: 10px; }
}
