/*Die Fonts von Primary zu Accent*/
:root {
  --primary: "Merriweather Sans";
  --secondary: "Public Sans";
  --accent: "Platypi";
  --primaryf:"#FFFFFF";
  --secondaryf:"#08446C";
  --accentf: "#F0B420";
}


body{
  background-color: #F5F5F5;
}
header{
  width: 100%;
  height: 590px;
  background-color: #F5F5F5;
}
nav{
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
}
nav {
  margin-top: 45px;
  font-family: var(--primary);
  font-size: 20px;
  font-weight: bold;
}
nav ul li{
  display: inline;
  margin-right: 49px;
}
nav ul{
  margin-top: 20px;
  font-size: 20px;
}

#logo-cont{
  width: 250px;
  height: 85px;
  display: flex;
  text-align: center;
  align-items: center;
  margin-left: 30px;
}

#logo{
margin: 0;
}
nav p{
  margin: 0 0 0 5px;
  font-size: 30px;
}
nav ul li:last-child{
  margin-right: 103px;
}

#heroheader{
  height: 590px;
  width: 100%;
  font-family: var(--primary);
  font-size: 40px;

}
#heroheader p:first-child{
margin: 0 0 0 147px;
}

#headertxt{
  margin-top: 18px;
  font-family: var(--secondary);
  font-size: 20px;
  letter-spacing: 0.3px;
  line-height: 25px;
}

#ueberarbeitung{
  position: absolute;
  visibility: hidden;
  display: flex;
  width: 100vw;
  height: 100vh;
  font-family: var(--primary);
  font-weight: 700;
  font-size: 60px;
  justify-content: center;
  align-items: center;
}