/* CSS Document */
body {
	margin: 0;
	padding: 0;
	z-index:2;
	background-color:white;

}
/* +++++++++++++++ video-heads +++++++++++++++++++++++ */

.viewport-header {
	position: relative;
	height: 100vh;
	text-align: center;
	font-size: 3em;
	color: white;
	overflow:hidden;
}

video {
	position:absolute;
	object-fit: cover;
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index:-1;
}

#head_over_all {
	position:relative;
	margin:-3px;
	padding:10px;
	width:95%;
	height:40px;
	background:white;
	z-index:10;
}

#head {
	margin-top:100px;
	height:100%;
	width:95%;
	text-align:center;
	}

#opa {
	width:auto;
	height:auto;
	background:lightgrey;
	opacity: 0.4;
	padding: 10px;
	}
/* +++++++++++++++ content-container site-layout +++++++++++++++++++++++ */

#content {
	position:absolute;
	background:white;
	margin-top:36%;
	height:auto;
	width:100%;
	text-align:center;
		display: -webkit-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;	
	overflow:auto;
	padding-bottom: 5%;
	padding: 5% 1% 5% 1%;
/*	box-shadow: -10px -10px 10px 15px white; */
}

.inside{
/* Container horizontal mittig platzieren */
    margin: auto;
	text-align:center;
		-webkit-align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;	
	
}

.container {
	text-align:left;
}

#marketing {
	position:absolute;
	margin-right:350px;
	height:auto;
	width:300px;
	padding:20px;
	background:white;
	border:1px solid #666666;
	border-radius:10px;
	box-shadow: 10px 10px 10px 0px #666666;
	text-align:justify;
}	

		
#footer {
	position:fixed;
	background:white;
	opacity: 0.9;
	bottom:0px;
	height:15px;
	width:100%;
	align-items: stretch;
	justify-content: center;
	padding:10px;
	z-index:100;
/*	box-shadow: -10px -10px 10px 15px white; */
	}

#themetext {
	margin-top:-50%;
	}
table {
	border:none;
	width:95%;
	}
td {
	padding:5px;
	}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* ----------------- fonts ---------------------- */
.head {
	font-family: Bobcat, "Cracked Johnnie", "Kristen ITC", Leelawadee;
	color:white;
	font-size:100px;
	font-weight:lighter;
	opactiy: 0;
	}
h2 {
	font-family:"Eras Light ITC", "Calibri Light";
	color:#999999;
	font-size:25px;
	}
h3 {
	font-family:"Eras Light ITC", "Calibri Light";
	color:#666666;
	font-size:35px;
	font-style:italic;
	font-weight:bolder;
	}
h4 {
	font-family:"Eras Light ITC", "Calibri Light";
	font-size:21px;
	font-color:white;
	font-weight:lighter;
	text-align:justify;
	}
	
h6 {
	font-family:"Eras Light ITC", "Calibri Light";
	font-size:21px;
	font-color:magenta;
	font-weight:lighter;
	}


h7 {
	font-family:"Eras Light ITC", "Calibri Light";
	font-size:20px;
	}

	
.imagedesc {
	font-family:"Eras Light ITC", "Calibri Light";
	font-size:10px;
	color:black;
	font-weight:lighter;
	}
	
.small {
	font-family:"Eras Light ITC", "Franklin Gothic Medium", "Cascadia Mono Light";
	color:#666666;
	font-size:14px;	
	font-weight:lighter;
	}
	
.menu {
	position:fixed;
	color:grey;
	font-family:"Eras Light ITC", "Calibri Light";
	text-decoration:none;
	underline:none;
	font-size:26px;
	}
	
a {
	text-decoration:none;
	color:#0066CC;
	}
.important {
	color:#993333;
	}

.notice {
	color:#0033FF;
	}

	
.fat {
	font-weight:bold;
	}
	
.border {
	border:1px solid #999999;
	border-radius: 5px;
	padding:10px;
	}

/* ----------------- images ---------------------- */

.img_left {
	float: left;
	margin-right: 10px;
	}
	
.img_right {
	float: right;
	margin-left: 10px;
	}
	
.theme_images {
	width:100%;
}

.theme_thumbnail {
	width:200px;
}

.theme_kachel {
	width:400px;
	height:180px;
}

.storyimages {
	border: 1px solid grey;
	box-shadow: -5px -5px 5px 5px white;
	}
	
.smallesticon {
	width:10px;
	border:1px solid silver;
	}
/*----------------- navigation-elements ---------------------- */
 
#back {
	position:fixed;
	margin-top:30px;
	margin-left:95%;
	padding-top:10px;
	padding-left:10px;
	width:150px;
	height:50px;
	z-index:11;
	background:white;
	border: 1px solid black;
	border-radius:26px;
	align-items: center;
}

#menu {
	position:fixed;
	margin-left:0px;
	padding:5px;
	width:50px;
	height:50px;
	z-index:1000;
	background:white;
	border: 1px solid black;
	border-radius:30px;
	transition: 1s;
	overflow:hidden;
}
#menu:hover {
	width:200px;
	height:200px;
}

#headmenu {
	position:relative;
	width:300px;
	height:400px;
	z-index:5;
}	



#headmenu:hover {
	width:300px;
	height:400px;
	background:white;
}

#menu_window {
	position:absolute;
	margin-left:1%;
	height:auto;
	width:200px;
	overflow:hidden;	
	background:white;
	border-radius:10px;
	padding:10px;
	}

/* ----------------- content ---------------------- 

.leftfloat {
	float: left;
			}
.rightfloat {
	float: right;
			}
