@charset "utf-8";
/* CSS Document */
html {
	height: 100%;
	font-size: 100%;
	margin: 0px;
	padding: 0px;
	overflow-y: scroll;
}
html[xmlns^="http"]	{ overflow-y: scroll; }

body {
	height: 100%;
	font-size: 1em;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(daubermuehle-winterberg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
}

a {
	color: #000;
	text-decoration: none;
}


#container {
	min-height: 100%;
	width: 100%;
	overflow: visible;
	background-color: rgba(255,255,255,0.5);
	position: relative;
	padding-top: 1px;
	box-sizing: border-box;
}


h1 { padding: 0px; margin: 0px; }
h2 { padding-bottom: 0px; margin-bottom: -10px; }
h3 { padding-bottom: 0px; margin-bottom: -10px; }

#contentBG {
	width: 900px;
	margin: 40px auto;
	background-color: rgba(255,255,255,0.8);
	padding: 20px;
}

#content {
	text-align: center;
	position: relative;
	margin-top: 20%;
	color: #FFF;
	font-size: 60px;
	font-weight: bold;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
}
	#content span { font-size: 40px; }
	
	
#footer{
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	background-color: rgba(255,255,255,1);
	text-align: center;
	padding: 12px 0px;
	font-size: 14px;
}