html {
	height: 100%;
	width: 100%;
	margin: auto;
	padding: auto;
	background-color: black;
}

body {
	height: 100%;
	width: 100%;
	padding: auto;
	margin: auto;
}

nav {
	width: 100%;
	display: flex;
	Justify-content: space-around;
	z-index: 3;
	margin: auto;
}

header {
	height: 10%;
}

body header nav div {
	text-align: center;
	padding-top: 80px;
	z-index: 3;
	margin: auto;
}

.logo {
	background: url(logo.png) no-repeat;
	background-position: center;
	background-size: contain;
	width: 280px;
	height: 100%;
	z-index: 3;
}


.titel {
	color: white;
	position: relative;
	font-size: 20px;
	padding-top: 50px;
	z-index: 3;

}

.bg1 {
	background: url(bg1.jpeg) no-repeat fixed;
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 100%;
	z-index: 1;
	position: relative;
	top: -10%;
}

.schraeg1 {
	background: url(white2.png) no-repeat;
	background-position: center;
	background-size: 100% 100%;
	width: 100%;
	height: 11.11111%;
	z-index: 3;
	margin: auto;
	position: relative;
	top: -31.11111%;
}

.center {
	width: 100%;
	margin-top: -35px;
	background-color: white;
	z-index: 3;
	position: relative;
	top: -31.11111%;
}

.center1 {
	padding-left: 10%;
	padding-right: 10%;
	background-color: white;
	z-index: 3;
}

.center1 h1 {
	text-align: right;
	background-color: white;
	z-index: 3;
}

.center1 p {
	text-align: center;
	background-color: white;
	z-index: 3;
}

.line {
	width: 60%;
	margin-left: -30%;
	position: relative;
	left: 50%;
	top: 30px;
	border-top: 1px solid black;
	background-color: white;
	z-index: 3;
}

.center2 {
	position: relative;
	top: 30px;
	padding-left: 10%;
	padding-right: 10%;
	background-color: white;
	z-index: 3;
}

.center2 h1 {
	text-align: right;
	background-color: white;
	z-index: 3;
}


.downloads {
	display: flex;
	flex-flow: row;
	Justify-content: space-around;
	text-align: center;
	background-color: white;
	z-index: 3;
}

.yc {
	width: 150px;
}

.download {
	width: 80px;
	height: 57px;
	padding-top:23px;
	border: 1px solid black;
	border-radius: 50%;
	margin: auto;
}

.schraeg2 {
	margin-top:30px;
	background: url(white2.png) no-repeat;
	background-position: center;
	background-size: 100% 100%;
	width: 100%;
	height: 11.111111111111111111111%;
	z-index: 2;
	-moz-transform: rotate(-180deg); /* Firefox 3.6 Firefox 4 */
	-webkit-transform: rotate(-180deg); /* Safari */
	-o-transform: rotate(-180deg); /* Opera */
	-ms-transform: rotate(-180deg); /* IE9 */
	transform: rotate(-180deg); /* W3C */
	position: relative;
	top:  -31.11111%;
}



.bg2 {
	background: url(bg2.jpg) no-repeat fixed;
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 80%;
	z-index: 1;
	position: relative;
	top: -52.22222%;
}

footer {
	background: url(white2.png) no-repeat;
	background-position: center;
	background-size: 100% 100%;
	width: 100%;
	height: 11.111111111111111111111111111%;
	z-index: 2;
	position: relative;
	top: -63.33333%;
	margin-bottom: -63.33333%;
}

footer div {
	position: absolute;
	top: 55%;
	left: 50%;
	width: 50%;
	display: flex;
	Justify-content: space-around;
}

footer div a {
	color: black;
}

a {
	color: white;
}

div, a {
	font-family: arial;
}

h1 {
	font-weight: 100;
	font-size: 50px;
}

::-webkit-scrollbar {
	height: 6px;
	width: 6px;
}
::-webkit-scrollbar-track {
	background-color: transparent;
	opacity: 0.2;
}
::-webkit-scrollbar-thumb {
	background-color: white;
	border-radius: 3px;
}
::-webkit-scrollbar-thumb:hover {
	background-color: #aaa;
}
