@charset "utf-8";
@import url("../webfonts/MuseoSans_500/stylesheet.css");
@import url("../webfonts/Museo_Slab_500italic/stylesheet.css");
/* -- CSS Document zu "as naturfotografie" von 06/2016 -- */

/* Hard-Reset und Restaurierung */
* {
	padding: 0px;
	margin: 0px;
}
html {
	height: 100%;
	overflow-y: scroll;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
h2, h3, h4, h5, h6, p, ul, ol, blockquote, pre {
	margin-bottom: 1em;
}
ul, ol {
	margin-left: 2em;
}
ul ul, ul ol, ol ol, ol ul {
	margin-bottom: 0px;
}
blockquote {
	margin: 1em 2em;
}

/* -- Layout und Grundgestaltung -- */
body {
	background-color: #333;
	background-image: linear-gradient(to bottom, black, white);
	background-repeat: no-repeat;
	background-attachment: fixed;
	font: 100% "MuseoSans 500", "Lucida Sans", "Segoe UI", sans-serif;
	color: white;
	margin: 0px;
	height: 100%;
}


div#wrapper {
	width: 960px;
	margin: 0px auto;
	background: #333;
	padding: 0px;
	font-family: "MuseoSans 500", "Lucida Sans", "Segoe UI", sans-serif;
}

a , a:link, a:visited{
	text-decoration: none;
	color: #9C0;
}
a:hover, a:focus {
	color: #9F0;
}
header#kopf {
	background-repeat: no-repeat;
	width: 100%;
	margin-top: -26px;
	height: 250px;
	border-bottom: 4px solid #86570A;
	background-color: #072205;
	background-position: center center;
	background-image: url(../images/background.jpg);
}
header#kopf h1 {
	color: #A8E000;
	text-align: center;
	font: normal 250% "Museo Slab 500italic", "Lucida Bright", Cambria, serif;
	letter-spacing: 0.2em;
	text-shadow: 0 0 6px #000000;
	padding-top: 80px;
}
nav#navigation p {
	color: #999;
	padding: 10px 10px 10px 20px;
}
main#inhalt {
	padding: 5px 20px 20px;


}
main#inhalt img#start {
	display: block;
	float: right;
	border: 4px solid #FFF;
	margin-left: 50px;
	cursor: pointer;
	margin-bottom: 40px;
}
main#inhalt h2 {
	color: #9C0;
	letter-spacing: 0.1em;
	font: normal 180% "Museo Slab 500italic", "Lucida Bright", Cambria, serif;
}

main#inhalt section{
	background: #666666;
	padding-right: 10px;
	padding-left: 20px;
}
main section h3 {
	padding-top: 15px;
	font-family: "MuseoSans 500", "Lucida Sans", "Segoe UI", sans-serif;
	font-weight: normal;

}

main section img  {
	margin-right: 50px;
	cursor: pointer;
	margin-bottom: 30px;

}


footer#fuss {
	font-size: 80%;
	margin-top: 40px;
	padding-left: 20px;
	padding-bottom: 40px;
	padding-right: 20px;
}
.clearing {
	clear: both;
}

/* -- Kontaktformular -- */
.kontaktformular {
	background: #666;
	line-height: 1.2;
	padding: 1em;
	margin-bottom: 2em;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	min-width: 320px;
	max-width: 500px;
	color: #9F0;
}
.kontaktformular > div {
	margin-bottom: 1em;
}
.kontaktformular label {
	display: inline-block;
	cursor: pointer;
	width: 125px;
	vertical-align: top;
}

.kontaktformular input[type="text"], .kontaktformular input[type="email"], .kontaktformular textarea {
	padding: 0.25em;
	width: 280px;
	margin-bottom: 1em;
	font: 0.9em Consolas, "Lucida Console", "Courier New", Courier, monospace;
}
.kontaktformular textarea {
	max-width: 100%;
	min-height: 7em;
}
.kontaktformular input:focus, .kontaktformular textarea:focus {
	background: #EEEEEE;
}
.kontaktformular input[type="submit"] {
	font: 90% "MuseoSans 500", "Lucida Sans", "Segoe UI", sans-serif;
	background: #333333;
	padding: 10px;
	color: #99CC00;
	border: 1px solid #222;
	margin-left: 130px;
	-webkit-appearance: none;
}
.kontaktformular input[type="submit"]:hover, .kontaktformular input[type="submit"]:focus {
	color: #99FF00;
	background: #999999;
	border: 1px solid #CCCCCC;
	cursor: pointer;
	outline: none;
}
