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

.box {
  margin: 5px !important;
  border: none !important;
  position: relative;
  display: inline-block;
  width: 50px !important;
  height: 50px !important;
  font-size: 10pt;
}

#vergleich {
  margin: 5px !important;
  position: absolute;
  display: inline-block;
  width: 50px !important;
  height: 50px !important;
  font-size: 10pt;
}

#gewichte .box {
  background-color: #B3CAD8;
}

#vergleich {
  background-color: #ffc510;
}

.box div, #vergleich 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;
}
