.molen {
  display: flex;
  align-items: center;
}

.bal {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at 30% 30%, white, rgb(70, 70, 70));
  box-shadow: 0.15em 0.15em 0.15em #444444;
  border-radius: 50%;
  font-weight: bold;
  text-align: center;
  height: fit-content;
  margin-right: 16px;
}

.bal div:first-child {
  margin-top: -12%;
  font-size: smaller;
  transform: rotateX(30deg);
  -webkit-transform: rotateX(30deg);
  -moz-transform: rotateX(30deg);
}

.bal div:last-child {
  font-size: larger;
  padding-bottom: 12%;
}

.bal.small {
  width: 32px;
  height: 32px;
  font-size: 10px;
}

.bal.empty {
  background: white;
  transform: scale(0.75);
  box-shadow: 3px 3px 3px #444444 inset;
}

#breadcrumb2 {
  height: 48px;
  width: 48px;
  font-size: 14px;
}

#breadcrumb1 {
  height: 72px;
  width: 72px;
  font-size: 21px;
}

#mainNr {
  height: 96px;
  width: 96px;
  font-size: 28px;
}

#mainNr div.rotate:first-child {
  transition: 1.5s;
  transform: rotateX(30deg) rotateY(1440deg);
  -webkit-transform: rotateX(30deg) rotateY(1440deg);
  -moz-transform: rotateX(30deg) rotateY(1440deg);
}

#mainNr div.rotate:last-child {
  transition: 1.5s;
  transform: rotateY(1440deg);
  -webkit-transform: rotateY(1440deg);
  -moz-transform: rotateY(1440deg);
}

.controller {
  flex-grow: 1;
  margin-left: 16px;
  display: flex;
  flex-direction: column;
}

.controller button {
  font-size: 18px;
  width: 100%;
  padding: 12px;
  border-radius: 10px;
  background-color: #f2eb6d;
  color: black;
  font-size: 18px;
}

#reset {
  margin-top: 12px;
}

.controller button[disabled] {
  background-color: #616161;
}

.controller button:not([disabled]):hover {
  font-weight: bold;
}

.bord {
  margin: 45px 18px 18px 18px;
  background-color: rgba(229, 229, 229, 0.3);
  color: white;
  padding: 16px;
  flex-grow: 1;
  border-radius: 24px;
}

.bord-letters {
  display: flex;
  margin-bottom: 16px;
}

.bord-letters div {
  width: 20%;
  text-align: center;
}

.bord-getallen {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 600px;
}

.box {
  width: 20%;
  display: flex;
  justify-content: space-evenly;
  height: 40px;
}

.box .no {
  text-align: center;
  line-height: 32px;
  font-size: 12px;
}

.bord-getallen .bal {
  color: black;
  margin-right: 0;
}

.bord-getallen .bal.empty {
  margin-right: 2px;
}
