@charset "UTF-8";
/* CSS Document */

#menu-flache{width:100%;}

.footer-menu{width:250px !important; }

#wrapper{
	position:absolute;
	top:50%;
	left:0px;
	height:1000px;
	width:auto;
	}

#headline{
		font-family: 'Playfair Display', serif;
		font-size:80px;
		font-weight:100;
		color:#000;
		width:80%;
		position:relative;
		min-width:400px;
		text-align:left;
		z-index:90;
		left:10%;
		}
		
#text{
		-webkit-font-smoothing: subpixel-antialiased;
		box-sizing: border-box;
		direction: ltr;
		display: block;
		font-family: Arquitecta, 'Helvetica Neue', Helvetica, Arial, sans-serif;
		font-size: 22px;
		font-weight: 100;
		line-height: 1.6;
		pointer-events: none;
		text-align: left;
		visibility: visible;
		width:80%;
		position:relative;
		color:rgb(127, 127, 127);
		margin:0px;
		white-space:pre-wrap;
		left:10%;
		min-width:400px;
		padding-bottom: 200px;
		top:0px;
		}
		
#bild{
	background:url(../images/impressum.jpg) 50% 20% no-repeat;
	background-size:cover;
	width:100%;
	height:50%;
	position:absolute;
	top: 0px;
	left: 0px;
	z-index:-3;
	}