@font-face {
	font-family: 'Lato';
	src: url('fonts/Lato-Regular.ttf') format('truetype');
}

/* >---------------------------------------------> */
/* Menü                                            */
/* >---------------------------------------------> */

#button_menu {
	position: fixed;
	right: 0px;
	top: 0px;
	cursor: pointer;
	z-index: 999;
	background: url("../pics/menu_open.png") no-repeat top right;
	height: 30px;
	width: 40px;
	margin: 9px 15px 0 0;
	padding: 25px 25px 5px 5px;
	background-size: 30px 30px;
}

#menu {
	position: fixed;
	right: 0px;
	top: 0px;
	height: calc(100% - 32px);
	display: none;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 998;
	width: 230px;
	font-size: 16px;
	overflow-y: auto;
}

#menu ul {
	list-style: none;
	padding: 0;
	margin: 0 10px 0 0;
}

#menu ul li {
	white-space: nowrap;
	padding: 2px 0;
	color: #e4e4e4;
}

#menu ul li img {
	width: 20px;
	padding: 0 10px 5px 0;
	vertical-align: middle;
}

#menu ul li a {
	color: #e4e4e4;
	text-decoration: none;
}

#menu ul li a:hover {
	color: white;
}

#menu_liste {
	position: absolute;
	right: 0px;
	top: 10px;
	width: 200px;
}

#menu_liste .einruecken {
	margin-left: 40px;
}

.menue {
	margin-top: 50px;
	width: 100%;
}

.menue p {
	text-align: right;
	margin-right: 50px;
}

.menue p span {
	text-align: center;
}

/* >---------------------------------------------> */
/* Custom                                          */
/* >---------------------------------------------> */

body {
	margin: 0;
	font-family: Lato, arial, helvetica;
	color: #e4e4e4;
	font-size: 16px;
	line-height: 23px;
	background-image: url('../bilder/hintergrund.png');
	background-size: cover;
}

#main {
	max-width: 800px;
	margin: 60px auto 50px auto;
	padding: 0 10px;
}

h1 {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	margin: 0;
	padding: 5px 0 9px 0;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.7);
	color: #d2d2d2;
	font-size: 25px;
	line-height: 35px;
	font-weight: normal;
}

h2 {
	margin: 0;
	padding: 5px 0 3px 0;
	font-size: 16px;
}

p {
	margin: 0 0 10px 0;
}

table {
 	max-width: 1000px;
    border-spacing: 0;
	margin: 0 auto;
	padding: 0 4vw;
}

.seiten_icon {
	position: absolute;
	top: 11px;
	left: 10px;
	width: 25px;
	height: 25px;
}

#footer {
	position:fixed;
	height: 30px;
	padding-top:2px;
	font-size: 16px;
	bottom: 0;
	width:100%;
	color: #e4e4e4;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 999;
}

#footer img {
	position: absolute;
	top: 8px;
	left: 10px;
	width: 15px;
	height: 15px;
	cursor: pointer;
}
