
#background{
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -100; 
	background-image: url("../Bilder/hintergrund/biographie2.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	/* background-attachment: fixed; removed for Android */
  	-webkit-background-size: cover;
  	background-size: cover;
}
#contentFrame{
	margin-top: 22vh;
	margin-left: 5vw;
}
h1{
	display: block;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	margin: 0;
	margin-bottom: 5vh;
	padding: 0;
	font-weight: 300;
	font-size: 3vw;
	border-top: 1px dashed #ebebeb;
	border-bottom: 1px dashed #ebebeb;
	padding: 1vw;
	color: #ebebeb;
}
#contentWhoAmI{
	display: flex;
	display: -webkit-flex;
	max-width: 960px;
	padding: 2vw;
}
.flexText{
	font-family: 'Open Sans', sans-serif;
	color: #323232;
	font-weight: 300;
	width: 38vw;
	margin-left: 10px;
	font-size: 1.6vw;
	padding: 20px;
	background-color: rgba(255,255,255,0.9);
	border-radius: 0 0 0 20px;
}
	@media all and (max-width:800px), all and (max-device-width: 800px){
		h1{
			font-size: 18pt;
		}
		#contentFrame{
			margin-top: 30vh;
		}
		#contentWhoAmI{
			display: flex;
			display: -webkit-flex;
			max-width: 960px;
			padding: 2vw;
			flex-direction: column;
			-webkit-flex-direction: column;
			margin: auto;
		}
		.flexText{
			width: 35vw;
			font-size: 10pt;
		}
	}
	@media all and (max-width: 799px) and (min-width: 560px), all and (max-device-width: 799px) and (min-device-width: 560px){
		.flexText{
			width: 33vw;
			font-size: 10pt;
		}
	}