/*Allgemein*/
html{
  margin: 0px;
  width: 100%;
}
body{
  margin: 0px;
  width: 100%;
}
section{
  width: 100%;
  height: auto;
  overflow: hidden;
  background-color: #1F1033;
}
/*--HOMEPAGE--*/
/*Header*/
.header #headerLogo{
  float: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: auto;
}
.header #headerLogo img{
  width: 100%;
  height: 100%;
}
.header .text{
  margin: auto;
  background-color: #1F1033;
  border: 0px;
  height: auto;
  box-sizing: border-box;
  padding: 50px;
  overflow: hidden;

  display: flex;
  justify-content: center;
  flex-direction: column;

  /*Wird noch geändert*/
  font-family: "PExtraLight", sans-serif;
  color: #fff;
  font-size: 5vw;
  text-align: left;
}

/*About*/
.about #aboutLogo{
  float: none;
  margin: auto;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.about #aboutLogo img{
  width: 100%;
  height: 100%;
}
.about .text{
  margin: auto;
  background-color: #1F1033;
  border: 0px;
  height: auto;
  box-sizing: border-box;
  padding: 50px;
  overflow: hidden;

  display: flex;
  justify-content: center;
  flex-direction: column;

  /*Wird noch geändert*/
  font-family: "PExtraLight", sans-serif;
  color: #fff;
  font-size: 5vw;
  text-align: left;
}
.about .text a{
  color: #fff;
  text-decoration: none;
}
/*Footer*/
footer{
  height: auto;
  background-color: #151520;
  color: #fff;
  font-size: 4vh;
  text-align: center;
  padding-bottom: 3vh;

  display: flex;
  flex-direction: column;
  justify-content: center;
}
footer a{
  color: #fff;
}

/*--IMPRESSUM--*/
/*Navigation*/
nav{
  position: fixed;
  width: 100%;
  height: 5vh;
  background-color: rgba(0,0,0,0.5);
  text-align: center;
  font-size: 2.5vh;
  padding-top: 1.5vh;
}
nav a{
  color: white;
  text-decoration: none;
  font-family: "PExtraLight", sans-serif;
}
/*Header*/
header{
  width: 100%;
  height: 45vh;
  overflow: hidden;
  background-image: url("../img/VeranstaltungsHandy.jpg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: 0px 0px;
}
/*Impressum Main Section*/
.Impressum{
  min-height: 100vh;
}
.Impressum .impressumText{
  font-family: "PExtraLight", sans-serif;
  color: #fff;
  font-size: 1vw;
  text-align: left;
  padding: 3vh;
  font-size: 2vh;
}
