/*	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("bg.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: lightgrey;
	text-decoration: none;
}

/*	ÜBERSCHRIFTEN: NAME / KURZBESCHR. */

h1, h2, h3, h4 {
	font-family: "Yanone Kaffeesatz", "Arial Narrow", Sans-Serif;
	font-weight: 200;
	padding: 0 5%;
	text-shadow: 1px 1px 0 #333;
}

h1, h2, h3, h3 a {
	color: #FF8040;
	/* color: #FF2000;	*/
}

h4 {
	color: lightgrey;
}

h1 {
	font-size: 700%; /* IN BEZUG AUF BASIS-GRÖSSE (700% = 70PX) */
	letter-spacing: 10px;
	text-transform: uppercase;
	margin: 5% 0 10px 0;
	word-wrap: break-word;
}

h2 {
	font-size: 360%;
	letter-spacing: 1px;
}

h3 {
	font-size: 200%;
	letter-spacing: 1px;
}

h4 {
	font-size: 140%;
	letter-spacing: 1px;
	padding: 0px;
}

#pnlHead {
	background-color: grey;
	width: auto;
	opacity: 0.8;       /* modern browser */
	-moz-opacity: 0.8;  /* older Mozilla browser */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /* IE8 in Standard Compliant Mode */
	filter:alpha(opacity=80); /* IE5.x -7.0 */
}

#pnlHeadText {
	margin: 15px;
}

#pnlHeadText h1, #pnlHeadText h2  {
	padding-top: 10px;
}

#pnlHeadText h2  {
	padding-bottom: 10px;
}

#impressum {
	margin-top: 300px;
	margin-left: auto ;
	margin-right: auto ;
	position: relative;
	width: 50%;
	max-width: 600px;
	color: #FFF;
	font-family: Georgia, Cambria, "Times New Roman", Serif;
	font-size: 220%;
	line-height: 1.5em;
	text-shadow: 1px 1px 0 #333;
	padding: 30px;
	z-index: 1;
	background: #668;
	opacity: 0.7;       /* modern browser */
	-moz-opacity: 0.7;  /* older Mozilla browser */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; /* IE8 in Standard Compliant Mode */
	filter:alpha(opacity=70); /* IE5.x -7.0 */
}

#agb {
	margin-top: 300px;
	margin-left: auto ;
	margin-right: auto ;
	position: relative;
	width: 90%;
	max-width: 1000px;
	color: #FFF;
	font-family: Georgia, Cambria, "Times New Roman", Serif;
	font-size: 120%;
	line-height: 1.5em;
	text-shadow: 1px 1px 0 #333;
	padding: 30px;
	z-index: 1;
	background: #668;
	opacity: 0.7;       /* modern browser */
	-moz-opacity: 0.7;  /* older Mozilla browser */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; /* IE8 in Standard Compliant Mode */
	filter:alpha(opacity=70); /* IE5.x -7.0 */
}

#agb h1 {
	font-size: 180%;
}

#agb h2  {
	font-size: 140%;
}

#agb h3  {
	font-size: 120%;
}

#pages {
	float:right;
	position: relative;
	width: 25%;
	z-index: 3;		
}

.pagesInner {
	padding: 10px;
	min-height: 95px;
	margin-top: 20px;
	max-width: 400px;
	background-color: grey;
	opacity: 0.8;       /* modern browser */
	-moz-opacity: 0.8;  /* older Mozilla browser */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /* IE8 in Standard Compliant Mode */
	filter:alpha(opacity=80); /* IE5.x -7.0 */
}

.pagesImg {
	float: left;
	position: relative;
	min-width: 122px;
	width: 20%;
}

.pagesInner img {
	float:left;
	max-width:80px;
}


/*	BIOGRAFIE-BOX */

#biografie {
	position: relative;
	width: 50%;
	max-width: 600px;
	color: #FFF;
	font-family: Georgia, Cambria, "Times New Roman", Serif;
	font-size: 220%;
	line-height: 1.5em;
	text-shadow: 1px 1px 0 #333;
	margin: 60px 5% 0 5%;
	z-index: 1;
	background: grey;
	opacity: 0.7;       /* modern browser */
	-moz-opacity: 0.7;  /* older Mozilla browser */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; /* IE8 in Standard Compliant Mode */
	filter:alpha(opacity=70); /* IE5.x -7.0 */
}


#biografie p {
	margin: 10px;
}

#biografie a {
	color: #ECCFAE;
	transition: color .2s ease;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-o-transition: color .2s ease;
}

#biografie a:hover {
	color: #FFF;
}

/*	SOCIAL-WEB-LINKS */

#links {
	margin: 60px 5% 5% 5%;
}

#links img {
	width: 45px;
	height: auto;
}

#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;
}

/*	EINSTEIN-UNTERSCHRIFT */

#logo {
	width: 95%;
	position: fixed;
	bottom: 5%;
	right: 5%;
	text-align: right;
	z-index: 2;
	padding: 0;
}

#logocontainer {
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 2;
	padding: 0;
	text-align: center;
}

#logo img {
	max-width: 100px;
	height: auto;
}

/*	OPTIMIERUNG FÜR KLEINE BILDSCHIRME, AM
BEISPIEL DES IPHONE: */

@media only screen
and (min-width : 320px)
and (max-width : 568px) {

	#logo {
		position: relative;
		bottom: auto;
		right: auto;
		text-align: left;
		margin: 30px 5% 5% 5%;
	}

}

/*	DAS LOGO (EINSTEINS UNTERSCHRIFT) WIRD
NICHT FIXIERT, SONDERN ANS ENDE DER
SEITE GESTELLT. ALTERNATIV KÖNNTE MAN
ES MIT DIPLAY:NONE AUCH AUSBLENDEN. */
