@charset "UTF-8";

html, body {
height: 100%;
width: 100%;
}

header, nav, section, aside, footer {
display: block;
}

body {
	background: #f4e7db;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	font-weight: normal;
	color: #575756;
	font-family: 'Indie Flower', cursive;
}


#wrapper { 
	margin: auto;
	position: relative;
	overflow: hidden;
	width: 100%; 
}

h1 {font-size: 2em; margin: 0 0 10px 0;}
h2 {font-size: 1.3em; margin: 10px 0 0 0;}

/*---------- Header -----------*/ 
header {
	color: #fff;
	display: block;
	height: auto;
	width: 100%;
	margin: auto;
	position: relative;
	z-index: 1000;
}

header .logo {
	display: block;
	width: 90%;
	max-width: 500px;
	padding: 5px 5%;
	margin: 0 auto;
}

/*---------- Navigation -----------*/
nav {
	float: none;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 1em;
	margin: 0 auto 10px auto;
	width: 95%;		
}


nav ul {
	list-style: none;
	padding-left: 0;
}


nav li {
	display: block;
	float: left;
	width: auto;
	margin: 10px;
	height: 100px;
	box-sizing: border-box;
}

nav li a {
	display: block;
	color: #fff;
	text-align: center;
	line-height: 1.3em;
	text-decoration: none;
	cursor: pointer;
}

nav li .grafik {
	color: #c00;
}
nav li .illustration {
	color: #09c;
}
nav li .design {
	color: #093;
}
nav li .kontakt {
	color: #fc0;
}

nav li a:hover {
	font-size: 1em;
	color: #fff;
}


/*---------- Inhalt -----------*/
section {
	position: relative;
	background: #ebd9c3;
	color: #333;
	width: 95%;
	max-width: 500px;
	padding: 0;
	margin: auto;
	clear: both;
	z-index: 10;
}

.content {
	position: relative;
	width: 90%;
	max-width: 500px;
	margin: 10px auto;
	height: auto;
	min-height: 400px;
	padding: 10px;
	box-sizing: border-box;
}

.farbe,
.deko {
	display: none;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#start h1 {
	text-align: center;
}


/*---------- Footer -----------*/
footer {
	font-size: 1.2em;
	padding: 0;
	margin: 0;	
	text-align: center;
	width: 100%;
	clear: both;
}


footer a {
	text-decoration: none;
	color: #333;
}

footer ul {
	list-style: none;
}

footer ul li {
	display: block;
	margin-right: 20px;
}
