/*	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 MIT HINTERGRUND-FOTO */
	
body {
	background-color: #111;
	background-image: url("agfas8hand.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
	line-height: 1;
	font-size: 62.5%; /* BASIS-GRÖSSE (62,5% = 10PX) */
	}

a {
	color: #FFF;
	text-decoration: none;
	}
	
/*	ÜBERSCHRIFTEN: NAME / KURZBESCHR. */
	
h1, h2 {
	color: #FFF;
	font-family: "Pump-W04-Medium", "Arial Narrow", Sans-Serif;
	font-weight: 200;
	padding: 0 3%;
	word-wrap: break-word;
	}
	
h1 {
	text-shadow: 2px 2px 0 #333;
	font-size: 1000%; /* IN BEZUG AUF BASIS-GRÖSSE (700% = 70PX) */
	/*letter-spacing: 1px;*/
	text-transform: lowercase;
	margin: 3% 0 10px 0;
	word-wrap: break-word;
	}

h2 {
	text-shadow: 1px 1px 0 #333;
	font-size: 360%;
	/*letter-spacing: 1px;*/
	}

#header {
	position: relative;
	float: right;
	width: 100%;
	text-align: right;
}	

#footer {
	/*position: relative;*/
	position:absolute;
        bottom:0;
	float: right;
	width: 90%;
	text-align: right;
	z-index: 1;
	right: 3%;
	margin-bottom: 10px;
	font-size: 180%;
	line-height: 1.5em;
	text-shadow: 1px 1px 0 #333;
	color: #FFF;
	font-family: "Pump-W01-Light", "Arial Narrow", Sans-Serif;
}	

#videobcg { 
     position: relative;
	 float: right;
	 right: 3%;
     min-width: 50%;
     min-height: 50%;
     width: auto;
     height: auto;
     z-index: -1000;
     overflow: hidden;
}

#video-links {
    position:absolute;
	float: right;
	right: 3%;
	bottom:0;
	margin-bottom: 80px;
}

/*	VIDEO-LINKS */
	
#links {
    float: right;
	/*margin: 60px 5% 5% 5%;*/
	}
	
#links img {
	width: 96px;
	height: auto;
	border: 2px solid;
    border-radius: 5px;	
	}

#links a {
	margin: 0 8px 0 0;
	}
	
#links a:hover {
	opacity: .6;
	transition: opacity .3s ease;
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	-ms-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	}