body {
  background-color: #000;
}
.inner-content {
    background-color: #000;
    padding: 25px;
}
.small, small {
    display: inline-block;
    line-height: 1.25em;
}
small p {
    margin-bottom: 0.6em;
}
.baustein {
    margin-bottom: 1.4rem;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 2rem;
}
.input-smallwidth{
  width: 80px;
}
.input-datewidth{
  width: 150px;
}
.character_count {
    font-size: .875em;
    margin-top: 5px;
}
.row.row_border_bottom {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}
.row.row_border_bottom:last-of-type {
    border-bottom: 0;
}


@media only screen and (min-width: 900px) {
  .inner-content {
      max-width: 100%;
      margin: 0px auto 50px;
      border-radius: 8px;
      padding: 25px 20%;
  }
}
