@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: 0;
	padding:0;
}

html
{
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font: 100%/1.618 "aller_lightregular", sans-serif;
	font-weight: normal;
	color: #fff;
	overflow-y: scroll;
	-webkit-font-smoothing: antialiased;
	-webkit-overflow-scrolling: touch;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-image: url(img/kopf.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}

h1
{
	font-size: 1.9em;
	line-height: 2em;
	margin: 0 0 0.33em;
	padding-top: .5em;
	font-family: "aller_lightregular", sans-serif;
	font-weight: normal;
	text-rendering: optimizelegibility;
	-moz-font-feature-settings: "liga=1, dlig=1";
	-ms-font-feature-settings: "liga" 1, "dlig" 1;
	-o-font-feature-settings: "liga" 1, "dlig" 1;
	-webkit-font-feature-settings: "liga" 1, "dlig" 1;
	font-feature-settings: "liga" 1, "dlig" 1;
}

#text { margin-top: 20%;}

p {text-shadow: 0 0 1px #000;
margin-bottom: 0.5em;}


*, *:before, *:after
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

::-moz-selection
{
	background-color: #fff;
	color: #000;
	text-shadow: none;
}

::selection
{
	background-color: #fff;
	color: #000;
	text-shadow: none;
}

/* Don't ignore `width` and/or `height` attributes if they are present. */
img[width],
img[height] { max-width: none; }

q { quotes: "\2018" "\2019" "\201C" "\201D"; }
q:before { content: open-quote; }
q:after { content: close-quote; }
