﻿body {
  font-family: Arial;
  z-index: 1;
  height: 100%;
  width:auto;
}

body.second {
  font-family: Open Sans;
  z-index: 1;
  height: 100%;
  background-color: #FFFFFF;
}

div.content {
  position: absolute;
  top: 950px;
  left:0px;
  height: 5000px;
  width: auto;
  color: #FFFFFF;
  background: transparent;
}

div.about {
  width: 100px;
  height: 50px;
  border-color: #FFFFFF;
  border-style: solid;
  border-width: 2px;
  border-radius: 2px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 600px;
  left: 50%;
  margin-left: -110px;
  z-index: 1;
  font-family: HelveticaNeue;
  }

div.log {
  width: 100px;
  height: 50px;
  border-color: #FFFFFF;
  border-style: solid;
  border-width: 2px;
  border-radius: 2px;
  font-family: HelveticaNeue;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 600px;
  left: 50%;
  margin-left: 10px;
  z-index: 1;
}



div.menÃ¼ {
  width: 1050px;
  height: 70px;
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -525px;
  display: flex;
  align-items: center;
  z-index:1;
  font-family: HelveticaNeue;
  border-bottom: solid;
  border-width: 2px;
  border-color: #a4a4a4;
  float: center;
}

div.secondmenÃ¼ {
  width: 1050px;
  height: 70px;
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -525px;
  display: flex;
  align-items: center;
  text-align: right;
  z-index:1;
  font-family: HelveticaNeue;
  border-bottom: solid;
  border-width: 2px;
  border-color: #FFFFFF;
}

div.head {
  width: 150%;
  height: 70px;
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -525px;
  display: flex;
  align-items: center;
  text-align: right;
  z-index:1;
  background-color: #FFFFFF;
  margin-left: -100%;
  border-bottom: solid;
  border-color: #FFFFFF;
  border-width: 2px;
}

div.zuordnung {
  width: 150%;
  height: 70px;
  position: absolute;
  top: 72px;
  left: 50%;
  margin-left: -525px;
  display: flex;
  align-items: center;
  text-align: right;
  z-index:1;
  background-color: #2d2d2d;
  margin-left: -100%;
}

div.home {
  position: absolute;
  top: 0px;
  left: 0px;
  background-image: url("bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 950px;
  width: 100%;
}

div.willkommen {
  position: absolute;
  top: -80px;
  left: 0px;
  height: 950px;
  width: 100%;
  font-family: HelveticaNeue-UltraLight;
  color: #FFFFFF;
  z-index: 1;
  font-size: 40px;
}

div.filter {
  background-color: black;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 950px;
  width: 100%;
  opacity: 0.8;
}

div.logo {
  background-image: url("../img/logo.png");
  background-repeat: no-repeat;
  height: 153px;
  width: 105px;
  position: absolute;
  float: center;
  top: 200px;
  left: 50%;
  margin-left: -50.25px;
}

div.logoklein {
  background-image: url("logoklein.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 100px;
  width: 300px;
  position: absolute;
  top: 685px;
  left: 1050px;
  z-index: 2;
}

div.headline  {
  height: 300px;
  width: 1500px;
  position: absolute;
  top: 650px;
  left: 50px;
  color: white;
  z-index: 2;
  text-align: left;
}



div.einloggen {
  position:relative;
  top: 190px;
  height:550px;
  width:500px;
  background-color: #d2d2d2;
  opacity: 0.8;
}

div.transparent {
  position:relative;
  top: 30px;
  background-color: transparent;
}

div.back {
  position: absolute;
  left: 15px;
  top: 83%;
  height: 30px;
  width: 30px;
  border-style: solid;
  border-color: #FFFFFF;
  border-radius: 50px;
  border-width: 2px;
  background-image: url("../img/back4.png");
  background-size: cover;
}

div.down {
  position: absolute;
  left: 50%;
  top: 790px;
  height: 30px;
  width: 30px;
  border-style: solid;
  border-color: #FFFFFF;
  border-radius: 50px;
  border-width: 2px;
  background-image: url("../img/down2.png");
  background-size: cover;
  margin-left: -15px;
}

input.signin {
  background-color: #B9090B;
  border: none;
  color: white;
  height: 50px;
  width: 405px;
  position: relative;
  top: 70px;
}

input.loginwithfacebook {
  background-color: #3b5998;
  border: none;
  color: white;
  height: 50px;
  width: 405px;
  position: relative;
  top: 80px;
}

input.email {
  height: 40px;
  width: 400px;
  position: relative;
  top: 30px;
  font-size: 12px;
  background-color: transparent;
  border-color: black;
  border-top: none;
  border-right: none;
  border-left: none;
  border-width: 1px;
}

input.passwort {
  height: 40px;
  width: 400px;
  position: relative;
  top: 15px;
  font-size: 12px;
  background-color: transparent;
  border-color: black;
  border-top: none;
  border-right: none;
  border-left: none;
  border-width: 1px;
}

input.passwortbestaetigen {
  height: 40px;
  width: 400px;
  position: relative;
  top: 25px;
  font-size: 12px;
  background-color: transparent;
  border-color: black;
  border-top: none;
  border-right: none;
  border-left: none;
  border-width: 1px;
}

div.forgot {
  height: 40px;
  width: 400px;
  position: relative;
  top: 30px;
  text-align: right;
  font-size: 10px;
  font-family: HelveticaNeue-Light;
}

div.new {
  height: 40px;
  width: 400px;
  position: relative;
  top: 95px;
  text-align: left;
  font-size: 10px;
  font-family: HelveticaNeue-Light;
}



div.heading1 {

  height: 40px;
  width: 400px;
  position: relative;
  top: 10px;
  text-align: left;
  font-size: 40px;
  font-family: HelveticaNeue-Light;
}

div.heading2 {
  height: 40px;
  width: 400px;
  position: relative;
  top: 45px;
  text-align: left;
  font-size: 20px;
  font-family: HelveticaNeue-Light;

}

div.heading3 {

  height: 40px;
  width: 400px;
  position: relative;
  top: 30px;
  text-align: left;
  font-size: 20px;
  font-family: HelveticaNeue-Light;
}

div.heading4 {

  height: 40px;
  width: 400px;
  position: relative;
  top: 40px;
  text-align: left;
  font-size: 20px;
  font-family: HelveticaNeue-Light;
}

nav ul {
	float: right;
	color: #FFFFFF;
	font-size: 14px;
	margin-right: 25px;
	letter-spacing: 2px;
	font-weight: light;
  position: relative;
  display: inline-block;
}

nav {
	width: 100%;
	margin-right: 25px;
  text-align: center;
}

a.logoklein {
  	text-decoration: none;
}

a.secondmenÃ¼ {
	color:#2d2d2d;;
	text-decoration: none;
}

a.menÃ¼ {
	color:#a4a4a4;
	text-decoration: none;
}

a.login {
	color: blue;
	text-decoration: none;
}

a.reading {
  color: black;
	text-decoration: none;
  float: left;
  font-family: HelveticaNeue-Light;
}

a.fußzeile {
  color: #6c0a0a;;
	text-decoration: none;
}

p.link {
  font-size: 1px;
}

p.left {
  font-size: 20px;
  font-weight: lighter;
  color: black;
  text-align: left;
  margin-top: 0px;
  font-family: HelveticaNeue-Light;
}

p.zuordnung {
    font-size: 20px;
    font-weight: lighter;
    color: #FFFFFF;
    text-align: left;
    margin-top: 25px;
    margin-left: 800px;
    font-family: HelveticaNeue-Light;
}

p.leftaboutus {
  font-family: Open Sans;
  font-size: 17px;
  font-weight: lighter;
  color: white;
  text-align: left;
  margin-top: -40px;
  font-family: HelveticaNeue-Light;
}

p.leftaboutusheading {
  font-family: Open Sans;
  font-size: 40px;
  font-weight: lighter;
  color: white;
  text-align: left;
  margin-top: -40px;
  font-family: HelveticaNeue-Light;
}

p.copyright {
  margin-left: 63%;
  margin-top: 200px;
  color: #6c0a0a;
  float: right;
}

p.agb{
  margin-left: 30px;
  margin-top: 200px;
  color: #ededed;
  float: left;
}

nav.signin ul {
	color: #FFFFFF;
	font-size: 14px;
	margin-right: 25px;
	letter-spacing: 2px;
	font-weight: light;
}

div.mainarticle {
  position: absolute;
  top: 142px;
  left: 0px;
  width: 100%;
  height: 700px;
  background-color: red;
}

div.eins {
  position: absolute;
  top: 750px;
  left: 0px;
  width: 1440px;
  height: 450px;
  background-color: #ededed;
}

div.zwei {
  position: absolute;
  top: 1200px;
  left: 0px;
  width: 1440px;
  height: 450px;
  background-color: white;
}

div.drei {
  position: absolute;
  top: 1650px;
  left: 0px;
  width: 1440px;
  height: 450px;
  background-color: #ededed;
}

div.vier {
  position: absolute;
  top: 2100px;
  left: 0px;
  width: 1440px;
  height: 450px;
  background-color: white;
}

div.fünf {
  position: absolute;
  top: 2550px;
  left: 0px;
  width: 1440px;
  height: 450px;
  background-color: #ededed;
}

div.sechs {
  position: absolute;
  top: 3000px;
  left: 0px;
  width: 1440px;
  height: 450px;
  background-color: white;
}

div.sieben {
  position: absolute;
  top: 3450px;
  left: 0px;
  width: 1440px;
  height: 450px;
  background-color: #ededed;
}

div.acht {
  position: absolute;
  top: 3900px;
  left: 0px;
  width: 1440px;
  height: 450px;
  background-color: white;
}

div.neun {
  position: absolute;
  top: 4350px;
  left: 0px;
  width: 1440px;
  height: 450px;
  background-color: #ededed;
}

div.überuns {
  height: 400px;
  width: 1440px;
  position: absolute;
  left: 0px;
  top: 4600px;
  background-color: #6c0a0a;
}

div.fußzeile {
  height: 250px;
  width: 1440px;
  position: absolute;
  left: 0px;
  top: 100%;
  background-color: #ededed;
  display: flex;
  align-items: center;
  text-align: right;
}

div.left {
    height: 230px;
    width: 475px;
    position: absolute;
    top: 112.5px;
    left: 195px;
    background-color: ;
}

div.right {
  height: 230px;
  width: 475px;
  position: absolute;
  top: 112.5px;
  left: 770px;
  background-color: ;
}

div.rightaboutus {
  height: 230px;
  width: 710px;
  position: absolute;
  top: 112.5px;
  left: 600px;
  background-color: ;
}

.about:hover {
  background-color: white;
  color: black;
}

.log:hover {
  background-color: white;
  color: black;
}

a.menÃ¼:hover {
  border-style: solid;
  border-top: none;
  border-left: none;
  border-right: none;
  border-color: #FFFFFF;
  padding-bottom: 26px;
  border-width: 2px;
  color: #FFFFFF;
}

a.secondmenÃ¼:hover {
  border-style: solid;
  border-top: none;
  border-left: none;
  border-right: none;
  border-color: #2d2d2d;
  padding-bottom: 26px;
  border-width: 2px;
}
