#waage {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 200px;
  background-color: #fff;
}

.schale {
  display: block;
  position: relative;
  margin: 10px;
  background-color: #aaa;
  width: 80px;
  height: 80px;
}

#vergleich {
  font-size: x-large;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px;
  width: 30px;
  height: 30px;
}

#gewichte {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: nowrap;
  padding: 20px;
  width: 100%;
  min-height: 100px;
  background-color: #eee;
}

.ablage_gewichte {
  color: #aaa;
  margin-top: 10px;
  border-style: dotted;
  border-color: #ddd;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: nowrap;
  padding: 20px;
  width: 100%;
  min-height: 150px;
  background-color: #fff;
}

.box {
  margin: 5px;
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
}

.box div {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  padding: 0px;
}

#steuerung {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}

#steuerung button {
  margin: 10px;
  padding: 5px;
}
