/* ##### Farben ################################################### */

a {
	color: green;
	text-decoration: none;	
}
a:hover,
a:active {
	color: brown;
	font-weight: bolder;
}

html {
	background: #d8f6ce;	
}
header {
	background-image: url("./bilder/titel/header.jpg");
	background-size: cover;
	color: honeydew;	
}
nav {
	background: lemonchiffon;
}
nav a {
	background-color: goldenrod;
	color: black;
}
nav a:hover,
nav a:active {
	color: whitesmoke;
	background-color: gold;
}
main {
	background: #fffbf0;
}
footer {
	background: #fffbf0;
}
iframe {
	background: #fffbf0;
}
	
/* Liste */
a.liste {
	font-weight: normal;
}
aside {
	background: #ebf5d7;
}
figure.einzel {
	background: white;
}	
figure.gesamt {
	color: black;
	background: #fffbf0;	
}

/* Galerie */
article.galerie {
	background: black;
	color: white;	
}
article.galerie h3 {
	color: white;	
}
aside.galerie {
	background: black;
	color: lightgreen;	
}
aside.galerie a {
	color: lightgreen;
	font-size: 3em;
}
aside.galerie a:hover,
aside.galerie a:hover {
	color: lime;
}
img.galerie {
	color:white;	
}
figcaption.galerie {
	color: white;
}

div.wissen_list:hover,
div.wissen_list:active {
	border-color: brown;
}



/* ##### Positionierung ########################################### */

html {
	box-sizing: border-box;
}

*,
::before,
::after {
	box-sizing: inherit;
}

body {
	margin: 10px auto;
	font-family: sans-serif;
	padding: 6em 0 0em;
}

nav,
nav a,
footer, 
main
{
	border-radius: 0.5em 0.5em;
	padding: 10px;
	margin: 10px;
	margin-top: 0;
}

/* Header */
header {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	max-height: 6em;
}
header h1 {
	padding-top: 0px;
	padding-left: 20px;
	line-height: 0.5em;
}
header p {
	padding-left: 20px;
	padding-bottom: 10px;
}

/* Footer */
footer {
	padding: 10px;
	min-width: 16em;
	margin-left: 12em;
}
footer p {
	float: right;
	margin: 0;
}
footer a {
	padding: 0.2em 10px;
/*	text-decoration: none;*/
}

/* Navigation */
nav {
	position: fixed;
	font-size: 0.91em;
	padding: 0;
	float: left;
	width: 12em;
	flex: 1;
	max-height: 100%;
}
nav ul {
	padding: 0;
}
nav li {
	list-style: none;
	margin: 0;
	padding: 0.5em;
}
nav a {
	display: block;
	padding: 0.2em 10px;
	font-weight: bold;
/*	text-decoration: none;*/
}
nav img {
	padding: 0.7em 20px;
}

/*Allgemein */
figure,
figcaption {
  margin: 0;
  padding: 0;
}
figcaption {
  padding: 10px;
  text-align: left;
}

/* Main */
main {
	display: block;
	min-width: 16em;
	margin-left: 12em;
}

/* Titel */
img.title {
	width: 80%;
}

/* Liste */
main.liste {
	display: flex;
	flex-flow: row wrap;	
}
article.liste {
	flex: 3;
}
aside.liste {
	padding:0.5em;
	margin: 0.5em;
	margin-left: 1em;
	font-size: 0.8em;
	flex: 1;
}
aside.liste p {
	margin: 0;
	padding: 0;
	padding-bottom: 0.3em;
}
a.aside {
	padding: 0.1em;
}
figure.liste_einzel {
	display: inline-block;
	width: 10em;
	border: 1px solid;
	margin: 2px;
}
figure.liste_einzel img,
figure.liste_gesamt img {
	display: block;
	margin: 0.5em;
	max-width: 100%;
	max-height:8em;
}
img.pflanze {
	max-width: 100%;
	max-height: 60vh;
}
img.liste {
	height: 6em;
}
p.navi {
	font-size: 80%;
	text-align: right;
	margin-top: 0;
	margin-bottom: 0;
}

/* Galerie */
main.galerie {
	display: flex;
	flex-flow: row wrap;	
}
aside.galerie {
	flex: 1;
	padding:0em;
	margin: 0em;
	text-align: center;
}
article.galerie {
	flex: 10;
	text-align: rigth;
}
article.galerie h3 {
	text-align: rigth;
}
img.galerie {
	max-height: 58vh;
	max-width: 100%;
	margin: 0.5em;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Aktuell */
img.aktuell {
	width: 60%;
	margin: 0.5em;
	padding-left: 10%;
}

/* Entstehung */
main.entstehung p{
	margin-right: 10%;
}

figure.entstehung {
	margin-left: 3em;
}
figure.entstehung  img {
	width: 50%;
	max-height: 100%;
}
figure.entstehung figcaption {
	font-size: 80%;
	font-style: italic;
}

/* Kontakt */
input.absender {
	width: 30em;
}
textarea.nachricht {
	width: 30em;
	height: 10em;
}
table.kontakt tr th {
	vertical-align: top;
}
table.kontakt tr th label {
	margin-right: 1em;
}
.formularchef {
	font-size: 80%;
}

/* Guestbook */
iframe {
	width: 100%;
	height: 700px;
	padding: 1em;	
	border:0px;
}

/* Wissen */
div.wissen_list {
	width: 90%;
	border: 1px solid;
	display: flex;
	flex-flow: row wrap;
	margin-bottom: 1em;
	padding: 1em;
}
div.wissen_list p {
	flex: 8;
}
div.wissen_list figure {
	flex: 1;
}
figure.wissen img  {
	width: 60%;
}
figure.wissen figcaption {
	font-size: 80%;
	font-style: italic;
}

