@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400,300);
html * {
	box-sizing:border-box;
}
html, body {
	height:100%;
}
body {
	font-family: 'Roboto Condensed', sans-serif;
	margin: 0;
	padding: 0;
	background-color: #F4F1EC;
	text-transform: uppercase;
	font-size: 18px;
	line-height:1.2em;
	font-weight:300;
}
a {
	color:#000;
	transition:300ms;
	text-decoration:none;
	box-shadow:0 1px #000;
}
a:hover {
	color:#dcb4bc;
	text-decoration:none;
	box-shadow:0 1px #dcb4bc;
}
.bg {
	width: 100%;
	height: 100%;
	overflow:hidden;
	background-color:#F4F1EC;
}
.bg canvas {
	background-color:#F4F1EC!important;
	position:relative;
}
.bg img {
	width:100%;
	height:auto;
}
.pagewrap {
	width:400px;
	position:absolute;
	left:50%;
	margin-left:-200px;
	background:url(blank80.png);
	padding:30px;
	z-index:1000;
	bottom:0;
	text-align:center;
}
h1, h2, h3 {
	text-align:center;
	margin:0;
}
strong {
	font-weight:400;
	font-size:1.3em;
	display:block;
}
h1 {
	font-size: 1.5em;
	font-weight:400;
}
h2 {
	font-size: 0.9em;
	font-weight:300;
}
h3 {
	font-size: 0.8em;
	margin:20px 0;
	font-weight:400;
}
h4, p {
	font-size: 0.9em;
	text-align:center;
	font-weight:300;
}
.small {
	font-size:0.8em;
}
.impressum {
	font-size:0.65em;
	line-height:1.5em;
	position:absolute;
	width:100%;
	left:0;
	bottom:0;
	z-index:1001;
}
.impressum-toggle {
	position:relative;
	line-height:1em;
	height:30px;
	font-size:1em;
	display:inline-block;
	box-shadow:none;
	background-color:#dcb4bc;
	color:#fff;
	padding:0.9em 0.9em 0;
	bottom:0;
	right:0;
	font-weight:300;
	cursor:pointer;
	transition:300ms;
}
.impressum-toggle:hover {
	background-color:#000;
	color:#fff;
}
.impressum .content {
	background-color:#dcb4bc;
	padding:20px;
	color:#fff;
	display:none;
	width:100%;
	margin:0;
}
.impressum .content a {
	color:#fff;
	transition:300ms;
	text-decoration:none;
	box-shadow:0 1px #fff;
}
.impressum .content a:hover {
	color:#000;
	box-shadow:0 1px #000;
}
.placeholder {
	color:#FF6DFA;
}
.shadow {
	width:100%;
	height:30px;
	position:relative;
	margin-top:-30px;
	z-index:1000;
	background-color:#F4F1EC;
}
@media only screen and (max-width: 800px) { /* Breite beträgt höchstens 1024px */ 

.bg {
	width: 100%;
	height: auto;
	overflow:visible;
	background-color:#F4F1EC;
}
.pagewrap {
	width:100%;
	position:relative;
	margin-left:0;
	left:0;
	bottom:auto;
}
}