main {
	position: relative;
	height: 300%;
		}

body {
    min-height: 100%;
    	}

oben {
	position:relative;
	text-align: center;
	font-family: "Alex Brush";
	font-size: 70px;
	color: #800080;
		}
#Kopf {
	width:100%;
	text-align:center;
}

.h1 {
	font-family: "Alex Brush";
	font-size: 70px;
	color: #800080;
	text-shadow: 1px 2px 3px #666666;
	font-style: italic;
	position: relative;
	top: auto;
	font-weight: 900;
	}

.h2 {
	font-family: "Alex Brush";
	font-size: xx-large;
	color: #808000;
	font-style: italic;
	position: relative;
	top: auto;
	margin-bottom: auto;
	font-weight: 900;
	}

.h3 {
	font-family: "Alex Brush";
	font-size: 30px;
	color: #660033;
	font-weight: 900;		
	height: 50px;
	position: relative;
	top: 1em;
	margin-bottom: auto;
	}
	
.h4 {
	font-family: "Segoe Print";
	font-size: 30px;
	color: #660033;
	font-weight: 900;
	height: 50px;
	position: relative;
	margin-bottom: 1em;
	text-decoration: underline;
	top: 0em;
}


.details {
	position: absolute;
	top: 0em;
	left: 13em;
	/*padding: 1em 1em .2em;*/
	width: 75%;
	height:300%;
	overflow: auto;
	display: block;
	opacity: 0;
	z-index: -10;
	font-family: "Alex Brush";
	color: #808000;
	font-size: 30px;
}

.details:target {
	opacity: 1;
	z-index: 10;
	font-family: "Alex Brush";
	width: 75%;
}

.eltern {
	position: relative;
	top: 0em;
	padding: 1pm 0 1pm 0;
	z-index: auto;
}
	
.text {
	font-family: "Segoe Print";
	font-size: 20px;
	color: #660033;
	font-weight: 400;
	height: 50px;
	position: relative;
	top: 1em;
	margin-bottom: auto;
	text-align: left;
}

caption {
	font-family: "Segoe Print";
	font-size: 30px;
	color: #660033;
	font-weight: 900;
	height: 2em;
	position: relative;
	margin-bottom: 1em;
	text-decoration: underline;
	top: 0em;
	text-align: left;
}

div.table {
	display: table;
	width: 90%;
	padding: 5px;
	table-layout: fixed;
}

div.spalte1 {
	display: table-cell;
	width: 70%;
	padding: 5px;
	top: 0em;
	font-family: "Segoe Print";
	font-size: 20px;
	color: #660033;
	font-weight: 400;
	height: 50px;
	position: inherit;
	margin-bottom: auto;
	text-align: left;
	margin-top: 0;
	vertical-align: text-top;
}
	
 div.spalte2 {
	display: table-cell;
	max-width: 30%;
	padding: 5px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position	: right;
}

	
#Impressum {
	font-family: "Segoe Print";
	font-size: 12px;
	visibility: visible;
	text-align: center;
	bottom: 2%;
	position: fixed;
	width: 50%;
	border: 1px solid;
	height: 3em;
	left: 25%;
	display: flex;
	justify-content: center;
	align-items: center;

}



/*ul {
	width: 15em;
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-family: "Alex Brush";
	font-size: 30px;
	color: #660033;
	background-color:fuchsia;
}*/

ul li {
	padding: .2em 1em;
	overflow: hidden;
	font-family: "Alex Brush";
	font-size: 30px;
	color: #808000;
	}

ul li:first-child {
	
}

ul li a {
	float: left;
	font-family: "Alex Brush";
	font-size: 30px;
	color: #808000;
	width: auto;
	height: auto;
	text-decoration: none;
}
ul li a1 {
	float: left;
	font-family: "Alex Brush";
	font-size: 30px;
	color: #808000;
	width: 20%;
	height: auto;
	position: relative;
}



.button {
	background-color: transparent;
	border-color: transparent;
	font-family: "Alex Brush";
	color: #808000;
	font-size: 30px;
	font-weight:bold;
		}


