/*	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: #FFF;
	background-image: url("bg.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: right center;
	/*background-size: cover;*/
	background-size: 45%;
	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: #000000;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-style: italic;
	font-weight: 200;
	padding: 0 5%;
	text-shadow: 1px 1px 0 #333;
	line-height: 1;
	color: #000000;
	text-rendering: optimizelegibility;
	}

input[type="url"] {
   padding: 3px 16px; 
   height: 20px;
   width: 350px;
   font-size: 0.9em;
   border-radius: 18px;
   outline: none // keine blaue Umrandung beim Fokus
}

input[type="submit"] {
   padding: 2px 18px; 
   height: 30px;
   font-size: 0.9em;
   border-radius: 18px;
}

	
h1 {
	font-size: 700%; /* IN BEZUG AUF BASIS-GRÖSSE (700% = 70PX) */
	letter-spacing: 10px;
	text-transform: uppercase;
	margin: 5% 0 5% 0;
	white-space: normal;
  text-rendering: optimizelegibility;
} 

h2 {
	font-size: 360%;
	letter-spacing: 1px;
	}
	
/*	BIOGRAFIE-BOX */
	
#Angebot {
	position: relative;
	width: 50%;
	max-width: 600px;
	color: #000;
	/* font-family: Georgia, Cambria, "Times New Roman", Serif; */
	/* font-family: "Yanone Kaffeesatz", "Arial Narrow", Sans-Serif; */
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-style: italic;
	font-size: 220%;
	line-height: 1.5em;
	text-shadow: 1px 1px 0 #333;
	margin: 30px 5% 30px 5%;
	z-index: 1;
	}
	
#Angebot p {
	margin: 10px 0;
	}
	
#Angebot a {
	color: #ECCFAE;
	transition: color .2s ease;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-o-transition: color .2s ease;
	}
	
#Angebot a:hover {
	color: #FFF;
	}
	
/*	SOCIAL-WEB-LINKS */
	
#links {
	margin: 50px 5% 5% 5%;
  color: #FFF;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	/* font-family: "Yanone Kaffeesatz", "Arial Narrow", Sans-Serif; */
	font-size: 180%;
	line-height: 1.5em;
	}
	
#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;
	}
	
/*	KWS Logo */
	
#logo {
	width: 95%;
	/* position: fixed; */
	bottom: 5%;
	right: 5%;
	text-align: right;
	z-index: 0; 
	}
		
#logo img {
	width: 100%;
	max-width: 150px;
	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. */
