/*	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 alt: background-image: url("SchulLogo-neu.jpg")*/
	
body {
	background-color: #FFFFFF;
	background-image: url("bg8.jpg");
	
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
	line-height: 1;
	font-size: 60.5%; /* BASIS-GRÖSSE (62,5% = 10PX) */	

	}

a {
	color: #2C358D;
	text-decoration: none;
	}
	
/*	ÜBERSCHRIFTEN: NAME / KURZBESCHR. */
	
h1, h2 ,h3 ,h4{
	color: #FF4000;
	font-family: "Yanone Kaffeesatz", "Arial Narrow", Sans-Serif;
	font-weight: 200;
	padding: 0 5%;
	text-shadow: 1px 1px 0 #C1D7F9;
	}
	
h1 {
	font-size: 800%; /* IN BEZUG AUF BASIS-GRÖSSE (700% = 70PX) */
	letter-spacing: 10px;
	text-transform: uppercase;
	margin: 5% 0 10px 0;
	word-wrap: break-word;
	}

h2 {
	
               color: #444A59;
                font-size: 350%;
	letter-spacing: 1px;
	}
h3 {
	
               color: #444A59;
                font-size: 250%;
	letter-spacing: 0,9px;
	}
	h4 {
	
               color: #444A59;
                font-size: 100%;
	letter-spacing: 0,6px;
	}
/*	BIOGRAFIE-BOX */
	
#biografie {
	position: relative;
	width: 50%;
	max-width: 600px;
	color: #444A59;
	font-family: Georgia, Cambria, "Times New Roman", Serif;
	font-size: 250%;
	line-height: 1.5em;
	text-shadow: 1px 1px 0 #C1D7F9;
	margin: 60px 5% 0 5%;
	z-index: 1;
	}
#biografie2 {
	position: relative;
	width: 50%;
	max-width: 600px;
	color: #444A59;
	font-family: Georgia, Cambria, "Times New Roman", Serif;
	font-size: 200%;
	line-height: 1.0em;
	text-shadow: 1px 1px 0 #C1D7F9;
	margin: 60px 5% 0 5%;
	z-index: 1;
	}
	
	
#biografie p {
	margin: 10px 0;
	}
	
#biografie a {
	color: #2C358D;
	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 a {
	margin: 0 15px 0 0;
	} 
	
#links a:hover {
	opacity: .4;
	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: 50%;
	position: fixed;
	bottom: 15%;
	right: 5%;
	text-align: right;
	z-index: 0;
	}
		
#logo img {
	width: 100%;
	max-width: 300px;
	height: auto;
	}
	
/*	OPTIMIERUNG FÜR KLEINE BILDSCHIRME, AM 
	BEISPIEL DES IPHONE: */
	
@media only screen 
	and (min-width : 320px) 
	and (max-width : 750px) {
body {
	background-color: #FFFFFF;
	background-image: url("bg9.jpg");
	
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
	line-height: 1;
	font-size: 60.5%; /* BASIS-GRÖSSE (62,5% = 10PX) */	

	}

h1 {
	font-size: 400%; /* IN BEZUG AUF BASIS-GRÖSSE (700% = 70PX) */
	letter-spacing: 10px;
	text-transform: uppercase;
	margin: 5% 0 10px 0;
	word-wrap: break-word;
	}
h2 {
	
               color: #444A59;
                font-size: 220%;
	letter-spacing: 1px;
	}
	#logo {
		position: relative;
		bottom: auto;
		right: auto;
		text-align: left;
		margin: 30px 5% 5% 5%;
		}

	

	#biografie {
	position: relative;
	width: 80%;
	max-width: 600px;
	color: #444A59;
	font-family: Georgia, Cambria, "Times New Roman", Serif;
	font-size: 150%;
	line-height: 1.5em;
	text-shadow: 1px 1px 0 #C1D7F9;
	margin: 60px 5% 0 5%;
	z-index: 1;
	}
	
		#biografie2 {
	position: relative;
	width: 80%;
	max-width: 600px;
	color: #444A59;
	font-family: Georgia, Cambria, "Times New Roman", Serif;
	font-size: 120%;
	line-height: 1.4em;
	text-shadow: 1px 1px 0 #C1D7F9;
	margin: 60px 5% 0 5%;
	z-index: 1;
	}
}
/*	DAS LOGO  WIRD 
	NICHT FIXIERT, SONDERN ANS ENDE DER 
	SEITE GESTELLT. ALTERNATIV KÖNNTE MAN 
	ES MIT DIPLAY:NONE AUCH AUSBLENDEN. */
