iframe {
  border: none;
}

body {
  height: 100%;
  overflow: hidden;
}

html {
  height: 100%;
  background-color: rgb(28, 31, 34);
  overflow: hidden;
}

button {
  background-color: rgb(44, 49, 53);
  color: white;
  border: none;
}

button[buttonIconType=CROSS] {
  top: 8px !important;
  right: 8px !important;
  transform: rotateZ(45deg) !important;
  font-size: 30px !important;
  background-color: rgba(0, 0, 0, 0) !important;
  color: white !important;
}

button[buttonIconType=CROSS]:hover {
  background-color: rgba(0, 0, 0, 0) !important;
  color: rgb(82, 90, 95) !important;
}

button[buttonIconType=CROSS]:active {
  background-color: rgba(0, 0, 0, 0) !important;
  color: rgb(30, 34, 37) !important;
}

button[selected] {
  background-color: rgb(21, 23, 25);
}

button:not([disabled]):hover {
  background-color: rgb(62, 70, 75);
}

button:not([disabled]):active {
  background-color: rgb(30, 34, 37);
}

option, select {
  background-color: rgb(44, 49, 53);
  color: white;
  border: none;
  height: 40px;
  outline: none;
}

input {
  background-color: rgb(44, 49, 53);
  color: white;
  border: none;
  outline: none;
  font-size: 16px;
  border-radius: 10px;
}

h1, h2, h3, h4, h5, h6, span, p, label {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

::-webkit-scrollbar {
  width: 10px;
  border-radius: 5px;
}

::-webkit-scrollbar-track:hover {
  background-color: rgb(50, 50, 50);
  width: 10px;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb {
  background-color: rgb(120, 120, 120);
  width: 10px;
  border-radius: 5px;
}

:not(:hover)::-webkit-scrollbar {
  display: none;
}

#gradeTable {
  color: white;
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

#addGrade {
  width: 50px !important;
  height: 50px !important;
  font-size: 30px;
  border-radius: 100%;
  border: 1px solid rgb(62, 70, 75);
  padding: 0px;
  margin: 0px;
}

#menu {
  width: 50px !important;
  height: 50px !important;
  position: fixed;
  bottom: 40px;
  right: 10px;
  background-color: rgb(50, 50, 50);
  border-color: rgb(40, 40, 40);
}

#frame {
  width: 100%;
  height: auto;
  max-height: 93%;
  min-height: 200px;
  overflow: hidden;
  overflow-y: auto;
}

#frame thead {
  position: sticky;
  top: 0px;
  z-index: 10;
  background-color: rgb(28, 31, 34);
  border-color: rgb(28, 31, 34);
  border-width: 20px;
  height: 40px;
}

#frame thead th {
  font-size: 15px;
  font-weight: bolder;
}

.fachInput {
  width: calc(100% - 30px);
  height: 50px;
  float: left;
}

.gradeInput {
  width: calc(100% - 30px);
  height: 50px;
  float: left;
}

.partInput {
  width: calc(100% - 30px);
  height: 50px;
  float: left;
}

.groupInput {
  width: calc(100% - 30px);
  height: 50px;
  float: left;
}

.removeBtn {
  color: red;
  width: 100%;
  height: 100%;
  font-size: 55px;
  background: rgb(28, 31, 34);
}

.removeBtn:hover {
  background-color: rgb(28, 31, 34) !important;
  color: rgb(255, 96, 96) !important;
}

.removeBtn:active {
  background-color: rgb(28, 31, 34) !important;
  color: darkred !important;
}

#fachCol {
  width: 50%;
}

#groupeCol {
  width: 16.6%;
}

#partCol {
  width: 16.6%;
}

#gradeCol {
  width: 16.6%;
}

#removeCol {
  width: 5%;
}

#calculate {
  width: 100%;
  height: 40px;
  border-radius: 10px;
  font-size: 20px;
}

#feacherDisplay {
  width: 70%;
  height: 90%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgb(64, 69, 73);
  border-radius: 10px;
  color: white;
  z-index: 40;
}

#feacherBtns {
  width: calc(100% - 30px);
  height: 60px;
  overflow-x: auto;
  overflow-y: hidden;
  position: absolute;
  top: 40px;
  left: 15px;
  margin-bottom: 10px;
  color: white;
  display: flex;
}

#content {
  width: calc(100% - 30px);
  height: calc(100% - 80px);
  position: absolute;
  bottom: 10px;
  left: 15px;
  color: white;
}

#noten {
  width: 100%;
  height: calc(100% - 80px);
  position: absolute;
  top: 10px;
  left: 0px;
  color: white;
}

#noten h2 {
  text-align: center;
  font-size: 30px;
  text-decoration: underline;
  color: white;
}

#notenList {
  width: calc(100% - 40px);
  height: calc(100% - 100px);
  color: white;
}

#overallNote {
  width: 100%;
  height: 60px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  color: white;
  font-size: 25px;
}

#gesamtNote {
  position: absolute;
  top: 0px;
  right: 0px;
}

#notenList li {
  list-style-type: symbols("");
  height: 40px;
  display: flex;
}

#notenList li[second] {
  background-color: rgb(95, 99, 102);
}

.gradeElement {
  width: 50%;
  text-align: center;
  font-size: 20px;
  display: grid;
  align-items: center;
}

.groupElement {
  width: 50%;
  text-align: center;
  font-size: 20px;
  display: grid;
  align-items: center;
}

.partElement {
  width: 50%;
  text-align: center;
  font-size: 20px;
  display: grid;
  align-items: center;
}

#autoView {
  width: calc(100% - 60px);
  height: calc(100% - 100px);
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: white;
}

.fachBtn {
  min-width: -moz-fit-content;
  min-width: fit-content;
  height: 40px;
  border-radius: 10px;
  font-size: 15px;
  margin-right: 10px;
  padding-left: 30px;
  padding-right: 30px;
}

.fachBtn:hover {
  background-color: rgb(82, 90, 95) !important;
}

.fachBtn:active {
  background-color: rgb(30, 34, 37);
}

#closeFeacherDisplay {
  color: white;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 10px;
  right: 12px;
  font-size: 30px;
  width: 30px;
  height: 30px;
  float: right;
  z-index: 20;
}

#closeFeacherDisplay:hover {
  color: rgb(82, 90, 95);
  background-color: rgba(0, 0, 0, 0);
}

#closeFeacherDisplay:active {
  color: rgb(30, 34, 37);
  background-color: rgba(0, 0, 0, 0);
}

#contentMenu {
  --top: 0px;
  --left: 0px;
  width: 150px;
  height: 100px;
  position: fixed;
  top: calc(var(--top) - 10px);
  left: calc(var(--left) - 180px);
  z-index: 200;
  background-color: rgb(64, 69, 73);
  padding: 20px;
  border-radius: 10px;
  display: grid;
}

#aufrunden {
  float: right;
}

#abrunden {
  float: right;
}

#automatisch {
  float: right;
}

label[for=abrunden], label[for=aufrunden], label[for=automatisch] {
  float: left;
  color: white;
}/*# sourceMappingURL=main.css.map */