/*	http://meyerweb.com/eric/tools/css/reset/ 
	v2.0 | 20110126
	License: none (public domain)
*/

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, 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%;
	font: inherit;
	vertical-align: baseline;
	}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
	}
	
body {
	background-color: #111;
	background-image: url("FSV_bg.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
	line-height: 1;
	font-size: 62.5%;
	}

a {
	/*color: #FFF;*/
	color: rgba(80,80,80,1);
	text-decoration: none;
	}
	
	
h1, h2, h3, h4 {
	color: #FFF;
	font-family: "Yanone Kaffeesatz", "Arial Narrow", Sans-Serif;
	font-weight: 200;
	padding: 0 5%;
	text-shadow: 1px 1px 0 #333;
	}
	
h1 {
	font-size: 600%; 
	letter-spacing: 5px;
	text-transform: uppercase;
	margin: 5% 0 10px 0;
	word-wrap: break-word;
	background: rgba(0, 0, 0, .2);
	}

h2 {
	font-size: 360%;
	letter-spacing: 1px;
	}
	
h3 {
	font-size: 280%;
	letter-spacing: 1px;
	}	
	
h4 {
	font-size: 240%;
	letter-spacing: 1px;
	}	


p	{
	color: #FFF;
	font-family: "Yanone Kaffeesatz", "Arial Narrow", Sans-Serif;
	font-weight: 150;
	padding: 0 5%;
	text-shadow: 1px 1px 0 #333;
	font-size: 200%;
	letter-spacing: 1px;
	}	
	
	
#Datenschutz {
padding: 8px;
background: rgba(0, 0, 0, .2);
color: #fff;

	position: fixed;
	top: 10px;
	right: 5%;
	text-align: left;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 130%;
	}

#Datenschutz a {
	color: #FFF;
	transition: color .2s ease;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-o-transition: color .2s ease;
	}
	
#Datenschutz a:hover {
	color: #000;
	}	
	
#Adresse {
	position: fixed;
	bottom: 5%;
	left: 0%;
	text-align: left;
	
	width: 50%;
	max-width: 500px;
	color: #eee;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 130%;
	line-height: 1.4em;
	zzztext-shadow: 1px 1px 0 #333;
	margin: 60px 5% 0 5%;
	z-index: 1;
	}
	
#logo {
	width: 95%;
	position: fixed;
	bottom: 5%;
	right: 5%;
	text-align: right;
	z-index: 0;
	}
		
#logo img {
	width: 40%;
	max-width: 300px;
	height: auto;
	}
	
/*	Kleine Bildschirme */
	
@media only screen 
	and (min-width : 320px) 
	and (max-width : 568px)
	{
	#zzzlogo {position: relative; bottom: auto; right: auto; text-align: left; margin: 30px 5% 5% 5%; }
	#logo img {max-width: 200px;}
	#Adresse {position: relative; bottom: auto; right: auto; text-align: left; margin: 30px 5% 5% 5%; }
	h1 {font-size: 200%; }
	h2 {font-size: 180%; }
	}

@media only screen 
	and (max-height: 600px) 
	{
	#zzzlogo {position: relative; bottom: auto; right: auto; text-align: left; margin: 30px 5% 5% 5%; }
	#Adresse {position: relative; bottom: auto; right: auto; text-align: left; margin: 30px 5% 5% 5%; }
	h1 {font-size: 350%; }
	h2 {font-size: 180%; }
	}
	
