.clearfix {
  display: block;
  min-height: 200px;
}

#register {
}
.style1 {
}

.content {
  background-color: white;
  max-width: 100vw;
}

body {
  max-width: 100vw;
  overflow-x: hidden;
}
.container {
  padding-bottom: 350px;
}

.offcanvas-bottom {
  min-height: 100vh;
}

.chartjs-render-monitor {
  margin-left: 150px;
}

.grafik {
  max-width: 100%;
  overflow-x: auto;
}

@media screen and (max-width: 450px) {
  /* Zusätzliche Regeln noch kleinere Monitore  */
  .grafik {
    min-height: 500px;
  }

  * {
    font-size: 0.8rem;
  }
}

/* width */
::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}

/* Track */
::-webkit-scrollbar-track {
  background-color: hsla(120, 100%, 25%, 0);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #f1f1f1;
  width: 0px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
  width: 0px;
}
