@font-face {font-family: 'AauxNext-Regular';src: url('webfonts/eot/style_182523.eot');src: url('webfonts/eot/style_182523.eot?#iefix') format('embedded-opentype'),url('webfonts/woff/style_182523.woff') format('woff'),url('webfonts/ttf/style_182523.ttf') format('truetype'),url('webfonts/svg/style_182523.svg#AauxNext-Regular') format('svg');}
@font-face {font-family: 'AauxNext-SemiBold';src: url('webfonts/eot/style_182526.eot');src: url('webfonts/eot/style_182526.eot?#iefix') format('embedded-opentype'),url('webfonts/woff/style_182526.woff') format('woff'),url('webfonts/ttf/style_182526.ttf') format('truetype'),url('webfonts/svg/style_182526.svg#AauxNext-SemiBold') format('svg');}
@font-face {font-family: 'AauxNext-Light';src: url('webfonts/eot/style_182491.eot');src: url('webfonts/eot/style_182491.eot?#iefix') format('embedded-opentype'),url('webfonts/woff/style_182491.woff') format('woff'),url('webfonts/ttf/style_182491.ttf') format('truetype'),url('webfonts/svg/style_182491.svg#AauxNext-Light') format('svg');}
@font-face {font-family: 'Kondolar-Regular';src: url('webfonts/eot/style_196622.eot');src: url('webfonts/eot/style_196622.eot?#iefix') format('embedded-opentype'),url('webfonts/woff/style_196622.woff') format('woff'),url('webfonts/ttf/style_196622.ttf') format('truetype'),url('webfonts/svg/style_196622.svg#Kondolar-Regular') format('svg');}

/* === CSS RESET === */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%; /* entspricht ~16px */
	font: inherit;
	vertical-align: baseline;
}


body {
	background: url("bg.png");
	background-color: #706f6f;
	color: #69686d;
	font-size: 3em;
	font-family: 'AauxNext-Light', sans-serif;
	text-shadow: 
		1px 1px 0 transparent,
		2px 2px 0 #101010;
	overflow: hidden;
}

#main {
	text-align: center;
	width: 100%;
}

.container {
	width: 100%;
	max-width: 95%;
	text-align: center;
	margin-top: 2.5rem;
	padding-bottom: 0.625rem;
}

.text {
	float: left;
	text-align: left;
	padding-left: 0.625em; /*10px*/
	padding-right: 0.625em; /*10px*/
}

img#logo {
	max-width: 455px;
	width: 95%;
	height: auto;
	border: 0;
}

h1 {
	font-size: 4.375rem;
	font-weight: bold;
	line-height: 1.5em;
	text-shadow: 0.0625rem 0.0625rem 0 transparent,	0.0625rem 0.0625rem 0 #101010; /* entspricht 0.0625 entsprechen ~1px */ 
	margin-bottom: 1.5rem;
	margin-top: 1rem;
}

span.orange {
	color: #f39200;
}

span.bold {
	font-family: 'AauxNext-SemiBold', sans-serif;
}

a, a:visited {
	color: white;
	text-decoration: none;
	border-bottom: 0.125rem dotted;
	transition: color 0.2s;
}

a:hover {
	color: #AAA;
}

a:active {
	color: lightblue;
}