@charset "UTF-8";
/* Version: edvn2 */
/* 070181 */
body 
{
  display:flex;
  flex-direction:column;
  justify-content:center;
  font-size:18px;
  font-size:100.01%;
  font-family:Verdana, Arial, Helvetica, sans-serif;
    background-color:#ffffff;
  
}

* 
{
  margin:0;
  padding:0;
  height:100vh;
  width:100vw;
  
}

#site 
{
  background-color:#ffffff;
  display:flex;
  flex-direction:column;
  align-content:center;
  width:100%;
  height:100vh;
  margin:0 auto;
  
}

#inhalt 
{
  background-color:#ffffff;
  display:flex;
  flex-direction:column;
  align-items:center;
  align-content:center;
  justify-content:space-around;
  font-size:1em;
  line-height:135%;
  word-spacing:0.15em;
  letter-spacing:.1em;
  color:#000000;
}

#element1
{
  display:flex;
  background-color:#ffffff;
  justify-content:space-around;
  width:60%;
  max-width:80em;
  font-size:135.01%;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  line-height:120%;
  color:#000000;
  min-height:35px;
  height:auto;
}

.element2
{
  display:flex;
  background-color:#ffffff;
  justify-content:space-around;
  width:60%;
  max-width:120em;
  font-size:100.01%;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  line-height:100.01%;
  color:#000000;
  height:auto;
}

#element3
{
  display:flex;
  background-color:#ffffff;
  justify-content:space-around;
  
  width:10px;
  height:10px;
  font-size:18px;
  font-size:100.01%;
  font-family:Verdana, Arial, Helvetica, sans-serif;
}

#fuss
{
  min-height:35px;
  flex:1;
  background-color:#00ff00;
  z-index:20;
}