@import url(http://fonts.googleapis.com/css?family=Raleway:400,500,700,900|Dosis:800|Playfair+Display:400,400italic,900italic|Lora:700|Syncopate:700|Roboto+Condensed:300italic|Oswald:700);

*, *:after, *:before { box-sizing: border-box; }
.clearfix:before, .clearfix:after {display: table;  content: ''; }
.clearfix:after { clear: both; }

body {
	background: #fff;
	color: #1e1a1b;
	font-weight: 500;
	font-size: 0.9em;
	font-family: 'Raleway', Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.header {
	text-align: center;
	height: calc(100vh - 17px);
	overflow-y: hidden; 
    overflow-x: hidden; 
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.header p {
 width: 500px;
 text-align: justify;
}

.header a:link,a:visited,a:hover {
   color: White;
   background-color: none;
   text-decoration: none;
   target-new: none;
  }
 
.header div {
    height:auto;
    width:auto; 
    overflow-y: auto;
    overflow-x: auto;
} 

.header hr {
    border-color: #aaaaaa;
	border-width: 1px;
} 

.header::before,
.header::after {
	content: '';
	font-size: 10em;
	line-height: 0.5;
	letter-spacing: -15px;
	z-index: 10;
	text-align: justify;
	pointer-events: none;
	position: absolute;
	background: #cdced2;
	background-image: url("bg1.jpg");
	background-position: center;
	background-repeat: no-repeat, repeat;
	background-size: cover;
	color: rgba(255,255,255,0.15);
	font-family: 'Playfair Display', serif;
	font-weight: 900;
	font-style: normal;
	z-index: -1;
	width: 120%;
	height: 120%;
	top: -10%;
	left: -10%;
}

.header h1 {
	margin: 0;
	padding: 0 0 1em;
	font-weight: 800;
	font-size: 5em;
	line-height: 1;
	text-transform: none;
	letter-spacing: 3px;
	text-shadow: 2px 2px 2px #000;
	color: #F9F9F9;
}

.header .start {
	display: block;
	color: #F9F9F9;
	font-family: 'Raleway', Arial, sans-serif;
	font-style: normal;
	letter-spacing: 0.15em;
	font-weight: 500;
	font-size: 15%;
	text-shadow: 1px 1px 1px #000;
}

.header .impressum {
	display: block;
	color: #F9F9F9;
	font-family: 'Raleway', Arial, sans-serif;
	font-style: normal;
	letter-spacing: 0.15em;
	font-weight: 500;
	font-size: 75%;
	text-shadow: 1px 1px 1px #000;
}