/* CSS file for site www.rfc968.net */
/*	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: 101%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	background-color: #A5B52E;
	/*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-GROESSE (62,5% = 10PX) */
}

/* WEISSE LINKS OHNE UNTERSTREICHUNG*/
a {
	color: #FFFFFF;
	text-decoration: none;
	transition: color .2s ease;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-o-transition: color .2s ease;

	}
/*WERDEN GELB BEIM HOVERN*/
a:hover	{
	color: #ECCFAE;
}

/*	UEBERSCHRIFTEN */
h1, h2, h3, h4 {
	color: #000;
	font-family: "Yanone Kaffeesatz", sans-serif;
	font-weight: 700;
	padding: 0 5%;
	/*text-shadow: 1.5px 1.5px 0 #333;*/
}

h1 {
	font-size: 700%; /* IN BEZUG AUF BASIS-GROESSE (700% = 70PX) */
	letter-spacing: 8px;
	text-transform: lowercase;
	margin: 3% 0 10px 0;
	word-wrap: normal;
}

h2 {
	font-size: 360%;
	letter-spacing: 3px;
	white-space: nowrap;
}

h3 {
	font-size: 150%;
	letter-spacing: 1px;
	line-height: 1.0em;
	padding: 0.0%;
}

h4	{
	font-size: 100%;
	letter-spacing: 1px;
	line-height: 1.0em;
	padding: 0.0%;
}
#wrapper	{
	/*position: relative;
	min-height: 100%;*/
}

header	{
	background-color: #A5B52E;
	width: 100%;
	top: 0;
	position: fixed;
	padding: 0px 0px 5px 0px;
	border-bottom: 2px solid black;
	z-index: 1;
}

nav	{
	position: fixed;
	color: #FFF;
	top: 10%;
	right: 1%;
	font-size: 250%;
	line-height: 1.0em;
	font-family: "Yanone Kaffeesatz", sans-serif;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 1%;
	border: 0px;
	margin: 1%;
	z-index: 2;
}
#nav-logo {
	width: 95%;
	position: fixed;
	top: 3%;
	right: 5%;
	float:left;
	text-align: right;
}
		
#nav-logo img {
	width: 50%;
	max-width: 130px;
	height: auto;
}

/* DREHEN um 90� nach links */
.drehen {
	display: block;
	/* Chrome & Safari */
	-webkit-transform: rotate(-90deg); 
	/* Firefox */
	-moz-transform: rotate(-90deg); 
	/* Opera */
	-o-transform: rotate(-90deg);
	/* Internet Exploder */
	-ms-transform: rotate(-90deg);
	/* W3C */
	transform: rotate(-90deg);
}

section	{
	position: relative;
	margin-top: 150px;
	padding-bottom: 2em;
	z-index: 0;
}
/*	ARTIKEL */	
#about {
	position: relative;
	float: left;
	width: 40%;
	max-width: 400px;
	color: #000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 220%;
	line-height: 1.0em;
	margin: 60px 1% 0 5%;
}
#about p {
	margin: 10px 0;
}

#projekte {
	position: relative;
	float: left;
	margin-left: 20%;
	width: 30%;
	max-width: 400px;
	color: #000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 220%;
	line-height: 1.0em;
	margin: 60px 1% 0 1%;
	padding-left: 0.5%;
	border-left: 2px solid black;
}
#projekte p {
	margin: 10px 0;
}

#kontakt {
	position: relative;
	float: left;
	margin-left: 72%;
	width: 30%;
	max-width: 300px;
	color: #000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 220%;
	line-height: 1.0em;
	margin: 60px 5% 0 1%;
	border-left: 2px solid black;
	padding-left: 0.5%;
}
#kontakt p {
	margin: 10px 0;
}

#imprint {
	position: relative;
	float: left;
	width: 80%;
	max-width: 700px;
	color: #000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 220%;
	line-height: 1.0em;
	margin: 60px 1% 0 5%;
}
#imprint p {
	margin: 10px 0;
}

/* FUSSZEILE */
footer	{
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 2em;
	background-color: #A5B52E;
	font-size: 120%;
	font-family: "Yanone Kaffesatz", sans-serif;
	letter-spacing: 1px;
	margin: 0px;
	padding: 0px;
}
footer p {
	margin-left: 5%;
}
