div.BodyPopup {
  display: none;
}

li::marker {
    font-family: Titillium, Arial, Helvetica, sans-serif;
    font-size: 1em;
    color: white;
}

ol {
  padding-left: 0;
  margin-left: 1.3em;
}

output.stand {
  font-size: x-small;
  color: grey;
}

a.bearbeitenLink {
  color: grey;
  font-size: x-small;
}

div.test {
	background-color: #333;
  color: white;
  padding-left: 1em;
  padding-bottom: 0.5em;
  padding-top: 0.5em;
  padding-right: 1em;
  border-radius: 1em 1em 1em 1em;
  z-index: 2;
  height: fit-content; 
  width: fit-content; 
  position: relative;
}

div.Aufstellung {
  position: relative;
  float: right;
  margin-bottom: 0.5em;
}

div.Rechner {
  position: relative;
  float: left;
  margin-bottom: 0.5em;
}

div.menu {
  background-color: #333;
  color: white;
  padding: 0px;
  border-radius: 1em 1em 1em 1em;
  width: 100%;
  margin-top: 5px;
  
}

h1{
  clear: both;
}