@charset "UTF-8";

/* ################## Seiten-Layout-Container ###################### */

@font-face {
	font-family: "Miama";
	font-style: normal;
	font-weight: 400;
	src: url("klein/Miama.ttf") format("truetype");
}

@font-face {
	font-family: "Vibes";
	font-style: normal;
	font-weight: 400;
	src: url("klein/GreatVibes-Regular.ttf") format("truetype");
}

html, body { 
	overflow: hidden; 
	height: 100%; 
	padding: 0;
	margin: 0;
	font-family: Arial,Verdana,sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 13px;	
}

* {
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}


#hero{
	background-image: url('klein/bg_4_1.jpg');
	background-size: cover;
	position: relative;
	height: 100vh;
	z-index: 1;
}

#menubox{
	position: absolute;
	top: 45px;;
	width: 60%;
	min-width: 770px;
	height: 590px;
	min-height: 590px;
	right: 0px;
	z-index: 20;
	padding: 5px;
	padding-left: 15px;
	padding-right: 15px;
}

.menuboxbg {
	display: block;
	position: absolute;
	top: 45px;
	width: 60%;
	min-width: 770px;
	height: 590px;
	min-height: 590px;
	right: 0px;
	background: #ff00d8;
	z-index: 6;
	-moz-opacity: 0.5;
	opacity:.50;
	filter: alpha(opacity=50);
}

.black_overlay {
	display: block;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	z-index: 5;
	background-color: black;	
	-moz-opacity: 0.1;
	opacity:.10;
	filter: alpha(opacity=10);
}

#content {
	font-size: 12pt;
	color: #FFFFFF;
	z-index: 25;
}

#content a {
	color: #FFFFFF;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

#content a:hover {
	color: #0000FF;
	text-decoration: underline;
}

h1 {
	font-family: "Miama",Arial,Verdana,sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 66px;
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
	text-align: center;
}

h1 strong {
	font-family: "Vibes",Arial,Verdana,sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 46px;
	margin: 0px;
	padding: 0px;	
}

table {
	width: 100%;
}

td {
	text-align: center;
}

img {
	border-style: solid;
	border-width: 2px;
	border-color: #FFFFFF;
}

