/*
  me@aceart.de - 19.06.23
  Currently don't know what this is.
  Isolated it.
*/

.noten {
  padding: 0px;
  margin: 0px;
  list-style: none;
  width: 341px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--theme-color);
  min-height: 427px;
  background-color: #f9fafb;
}

.noten li {
  padding: 5px 35px 5px 20px;
  width: 100%;
  border-bottom: 1px solid #e9e7e7;
}

.noten li:last-child {
  border-bottom: none;
}

.noten li .note {
  float: right;
  font-weight: bold;
}

.noten_liste {
  width: 341px;
  margin-top: 70px;
}

.noten_liste {
  float: left;
  margin-right: 65px;
}

.noten_liste .ergebnis {
  background: var(--theme-color);
  border: 1px solid white;
  height: 72px;
  width: 72px;
  display: inline-block;
  border-radius: 100%;
  padding: 15px;
  color: white;
  font-size: 27px;
  float: right;
  margin-right: 90px;
  margin-top: -40px;
}

.noten li.head {
  background: var(--theme-color);
  color: white;
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
  padding: 10px 35px 10px 20px;
}

.noten .head .text {
  float: left;
  font-weight: bold;
}

.noten .head .note {
  float: right;
  font-weight: normal;
}