/* CSS Document */

html, body,td,th {
	margin: 0;
	padding: 0;
	background-color: black;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
	color: rgba(255,255,255,0.3);
}

#bg{ 
	background-attachment: fixed;
	background-origin: content-box;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: black;
	width: 100%;
	height: 100vh;
	position: absolute;
}
h1{
	font-size: 1.6em;
	font-weight: bold;
}
h2{
	font-size: 1.2em;
	font-weight: bold;
}

#Beschriftung{
	margin: 2.8em;
	padding: 1.4em;
	width: auto;
	border: solid 1px rgba(255,255,255,0.3);
	border-radius: 0.3em;
	display: inline-block;
}