:root {
  --my-green1: #016524;
  --bieberstein-1: #00A1FB;
  --bieberstein-2: #0080C0;
  --bieberstein-3: #002E57;
}

a,
select,
input:not([type="checkbox"]),
.my-font,
textarea {
  font-family: "Futura Std Light";
  min-height: 27px;
}

textarea {
  resize: both;
}

.textarea.form-control {
  width: 240px;
  height: 80px;
}

body {
  margin-top: 5rem;
  font-family: "Futura Std Light", sans-serif;
}

.bg-my-green {
  background-color: var(--my-green1);
  color: white;
}

.bootstrap-red {
  color: #dc3545;
}

.bg-my-grey {
  background-color: darkslategray;
  color: gold;
}

.my-red,
.my-red:hover {
  color: red;
}

.my-bieberstein-2,
.my-bieberstein-2:hover {
  color: var(--bieberstein-2);
}

.my-red-imp {
  color: red !important;
}

.bg-my-red {
  background-color: red;
}

.new-vertretung {
  background-color: blue;
  font-family: "Font Awesome 5 Free";
  transform: scale(0.9);
  top: -12px;
  left: 20px;
}

.new-striche {
  background-color: red;
  font-family: "Font Awesome 5 Free";
  transform: scale(0.9);
  top: 10px;
  left: 20px;
}

.new-noten {
  background-color: darkgoldenrod;
  font-family: "Font Awesome 5 Free";
  transform: scale(0.9);
  top: -12px;
  left: 15px;
}

.new-feedback {
  background-color: darkviolet;
  font-family: "Font Awesome 5 Free";
  transform: scale(0.9);
  top: -12px;
  left: 15px;
}

.new-vertretung-menu {
  background-color: blue;
  font-family: "Font Awesome 5 Free";
  transform: scale(0.75) translateY(-10px);
  top: 0px;
  left: 30px;
}

.new-striche-menu {
  background-color: red;
  font-family: "Font Awesome 5 Free";
  transform: scale(0.75) translateY(40px);
  top: 0px;
  left: 30px;
}

.new-noten-menu {
  background-color: darkgoldenrod;
  font-family: "Font Awesome 5 Free";
  transform: scale(0.75) translateY(-10px);
  top: 0px;
  right: 30px;
}

.new-feedback-menu {
  background-color: darkviolet;
  font-family: "Font Awesome 5 Free";
  transform: scale(0.75) translateY(40px);
  top: 0px;
  right: 30px;
}

.online-users {
  background-color: white;
  color: blue;
  top: 50%;
  left: 50%;
  transform: scale(0.3) translate(-165%, -140%);
}

.my-lightslategray {
  color: LightSlateGray;
}

.bg-my-beige {
  background-color: Beige;
}

.bg-my-indigo {
  background-color: indigo;
  color: white;
}

.my-green,
.my-green:hover {
  color: var(--my-green1);
}

.my-gold,
.my-gold:hover {
  color: gold;
}

.my-silver {
  color: silver;
}

.my-bronze {
  color: #bf8970;
}

.my-darkgoldenrod {
  color: DarkGoldenRod;
}

.my-chartreuse,
.my-chartreuse:hover {
  color: chartreuse;
}

.bg-my-teal {
  background-color: teal;
  color: white;
}

.bg-my-midnightblue {
  background-color: midnightblue;
  color: white;
}

.my-help {
  box-shadow: inset 0px 0px 0px 5px chartreuse;
  border-style: solid;
  border-width: 0px;
  border-radius: 3px;
  border-color: chartreuse;
  cursor: pointer;
}

.bg-my-darkolivegreen {
  background-color: darkolivegreen;
  color: white;
}

.bg-my-maroon {
  background-color: maroon;
  color: white;
}

.bg-my-darkgreen {
  background-color: darkgreen;
  color: white;
}

.bg-striped:nth-child(2n + 1) {
  background-color: #e8e7e7;
  border: 1px solid #e8e7e7;
}

.bg-striped:nth-child(2n) {
  background-color: white;
  border: 1px solid #dddddd;
}

.site-header .navbar-nav .nav-link,
.menu-item {
  color: #fafafa;
  text-decoration: none;
}

.site-header .navbar-nav .nav-link:hover,
.navbar-brand:hover,
.menu-item:hover {
  color: chartreuse;
}

.site-header .navbar-nav .nav-link:hover svg,
.menu-item svg:hover {
  fill: chartreuse;
}

.site-header .navbar-nav .nav-link:active {
  font-weight: 500;
}

.content-section {
  border-radius: 3px;
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.3);
  border: none;
  outline: none;
}

.content-section-login {
  width: 310px;
  height: 310px;
  margin: auto;
  padding-right: 1vmin;
  padding-left: 1vmin;
  border-radius: 50%;
  border: 9px solid var(--my-green1);
  outline: none;
}

.content-section-left {
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 3px;
}

.content-section-grey {
  background: #e8e7e7;
  border: 1px solid #dddddd;
  border-radius: 3px;
}

.next-block {
  background-color: lightgreen !important;
  outline: 2px solid var(--my-green1);
  outline-offset: -2px;
  border: 1px solid var(--my-green1);
  border-radius: 3px;
}

.applied {
  background: var(--my-green1);
  color: white;
  border: 1px solid #dddddd;
  border-radius: 3px;
}

.not-applied {
  background: #ffffff;
  color: var(--my-green1);
  border: 1px solid #dddddd;
  border-radius: 3px;
}

.content-section-right {
  background: #ffffff;
  padding: 10px 20px;
  border: 1px solid #dddddd;
  border-radius: 3px;
}

.profile-pic {
  width: 35px;
  height: 35px;
}

.profile-pic:hover {
  box-shadow: 0px 0px 10px 4px chartreuse;
}

.border-big {
  outline: 4px solid gold;
  outline-offset: -3px;
}

.view-pic {
  width: 35px;
  height: 35px;
}

.normal-pic {
  width: 35px;
  height: 35px;
  transform: translateY(-3%);
}

.view-pic:hover {
  box-shadow: 0px 0px 10px 4px var(--my-green1);
}

hr.thick {
  height: 2px;
  background-color: black;
}

.center-xy {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.centerb-xy {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.center-x {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.center-y {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.move-up-35 {
  transform: translateY(-35%);
}

.move-up-7 {
  transform: translateY(-7%);
}

.move-down-6 {
  transform: translateY(6%);
}

.move-down-30 {
  transform: translateY(200%);
}

.move-down-3 {
  transform: translateY(3%);
}

.switch-user {
  transform: translateY(3%) scaleY(1.3) scaleX(1.6);
}

.switch-user:hover {
  color: chartreuse;
}

.toggle-content.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.75s;
  transition-duration: 0.75s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.asteriskField {
  display: none;
}

.base-select {
  color: white;
  border: none;
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  outline: none;
  cursor: pointer;
  height: 30px;
}

.base-select::-ms-expand {
  display: none;
}

.cursor-pointer {
  cursor: pointer;
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  font-family: "Futura Std Light";
  min-height: 27px;
}

.my-mark {
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  min-height: 27px;
}

.emph-framework {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  min-height: 27px;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  margin-bottom: 0.5rem;
  margin-left: 0.15rem;
  margin-right: 0.15rem;
}

.cursor-filter {
  cursor: pointer;
  filter: drop-shadow(8px 5px 4px black);
}

.back-button {
  text-align: center;
  vertical-align: auto;
  cursor: pointer;
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  font-family: "Futura Std Light";
  min-height: 22px;
  min-width: 24px;
}

.fas,
.far,
.fa,
.fa-solid {
  font-family: "Font Awesome 5 Free" !important;
}

.hide_input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.hide_input+label {
  cursor: pointer;
}

.hide_input:focus+label,
.hide_input+label:hover,
.inputfile.has-focus+label {
  background-color: var(--my-green1);
  outline: 1px #000;
  outline: -webkit-focus-ring-color auto 5px;
}

.hide_input+label * {
  pointer-events: none;
}

.new-message {
  cursor: pointer;
  color: blue;
}

.new-message:hover {
  color: chartreuse;
}

.edit-btn {
  background-color: white;
  color: darkgoldenrod;
  border: 1px solid darkgoldenrod;
}

.edit-btn:hover {
  background-color: darkgoldenrod;
  color: gold;
}

.number-of-messages {
  position: absolute;
  top: -200%;
  left: 32%;
  color: white;
  font-size: medium;
}

.c-pointer {
  cursor: pointer;
  font-family: "Futura Std Light";
  min-height: 27px;
}

.only-pointer {
  cursor: pointer;
}

.hover-mygreen:hover {
  background-color: chartreuse;
}

.width-60 {
  width: 60px;
}

.width-100 {
  width: 100px;
}

.ruler-thick {
  border: 1px solid var(--my-green1);
}

.no-break {
  white-space: nowrap;
}

.fadeout {
  position: relative;
  top: -350.5px;
  left: -18px;
  animation-name: fade_out;
  animation-duration: 3s;
  animation-fill-mode: both;
  animation-timing-function: ease-in;
  z-index: -1;
}

.fadein {
  position: relative;
  animation-name: fade_in;
  animation-duration: 3s;
  animation-fill-mode: both;
  animation-timing-function: ease-in;
}

.fade-in {
  animation-name: fade_in;
  animation-duration: 0.4s;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
}

.move-down {
  animation-name: move_down;
  animation-duration: 3s;
  animation-fill-mode: both;
  animation-timing-function: ease-in;
}

.move-up {
  animation-name: move_up;
  animation-duration: 3s;
  animation-fill-mode: both;
  animation-timing-function: ease-in;
}

.width-out {
  position: relative;
  animation-name: width_out;
  animation-duration: 3s;
  animation-fill-mode: both;
  animation-timing-function: ease-in;
}

@keyframes fade_out {
  from {
    opacity: 100%;
  }

  to {
    opacity: 0%;
  }
}

@keyframes fade_in {
  from {
    opacity: 0%;
  }

  to {
    opacity: 100%;
  }
}

@keyframes move_down {
  from {
    top: -550px;
    opacity: 0%;
  }

  to {
    top: -330px;
    opacity: 100%;
  }
}

@keyframes move_up {
  from {
    top: 200px;
    opacity: 0%;
  }

  to {
    top: 0px;
    opacity: 100%;
  }
}

@keyframes width_out {
  from {
    max-width: 50px;
    opacity: 0%;
  }

  to {
    max-width: 150px;
    opacity: 100%;
  }
}

.winner-xy {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -75%);
  width: 26px;
  height: 26px;
}

.live-table {
  font-size: 15px;
  line-height: 1px;
}

.green-flash {
  --bs-table-bg: rgba(0, 128, 0, 0);
  animation: greenFlash 0.5s ease-in-out;
}

@keyframes greenFlash {
  0% {
    background-color: rgba(0, 128, 0, 0);
  }

  20% {
    background-color: rgba(0, 128, 0, 0.2);
  }

  40% {
    background-color: rgba(0, 128, 0, 0.4);
  }

  60% {
    background-color: rgba(0, 128, 0, 0.6);
  }

  80% {
    background-color: rgba(0, 128, 0, 0.8);
  }

  100% {
    background-color: rgba(0, 128, 0, 1);
  }
}

.red-flash {
  --bs-table-bg: rgba(255, 0, 0, 0);
  animation: redFlash 0.5s ease-in-out;
}

@keyframes redFlash {
  0% {
    background-color: rgba(255, 0, 0, 0);
  }

  20% {
    background-color: rgba(255, 0, 0, 0.2);
  }

  40% {
    background-color: rgba(255, 0, 0, 0.4);
  }

  60% {
    background-color: rgba(255, 0, 0, 0.6);
  }

  80% {
    background-color: rgba(255, 0, 0, 0.8);
  }

  100% {
    background-color: rgba(255, 0, 0, 1);
  }
}

.bounce {
  outline: 0;
  border-color: red;
  animation-name: bounce;
  animation-duration: 0.5s;
}

@keyframes bounce {
  0% {
    transform: translateX(0px);
    timing-function: ease-in;
  }

  37% {
    transform: translateX(5px);
    timing-function: ease-out;
  }

  55% {
    transform: translateX(-5px);
    timing-function: ease-in;
  }

  73% {
    transform: translateX(4px);
    timing-function: ease-out;
  }

  82% {
    transform: translateX(-4px);
    timing-function: ease-in;
  }

  91% {
    transform: translateX(2px);
    timing-function: ease-out;
  }

  96% {
    transform: translateX(-2px);
    timing-function: ease-in;
  }

  100% {
    transform: translateX(0px);
    timing-function: ease-in;
  }
}

.custom-popover {
  --bs-popover-border-color: green;
  --bs-popover-header-bg: green;
  --bs-popover-header-color: white;
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 0.5rem;
  --bs-popover-border-width: 2px;
}

.dropdown-menu {
  --bs-dropdown-font-size: 20px;
  --bs-dropdown-border-color: chartreuse;
  --bs-dropdown-link-hover-bg: PaleTurquoise;
  --bs-dropdown-link-active-bg: lightgreen;
}

.my-border {
  border: 1px solid transparent;
  border-radius: 3px;
}

.patentag {
  background: lightskyblue !important;
  border: 1px solid #dddddd;
  border-radius: 3px;
}

.freiertag {
  background: rgb(144, 218, 177) !important;
  border: 1px solid #dddddd;
  border-radius: 3px;
}

.green-field-stundenplan {
  border-radius: 3px;
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.3);
  border: none;
  color: white;
  background-color: var(--my-green1);
}

.beige-field-stundenplan {
  border: 1px solid #dddddd;
  border-radius: 3px;
  background-color: beige;
  color: var(--my-green1);
}

.stundenplan-cell {
  border: 1px solid #dddddd;
  border-radius: 3px;
  background-color: white;
}

.stundenplan-grey-cell {
  border: 1px solid #dddddd;
  border-radius: 3px;
  background-color: #e8e7e7;
}

.comment {
  background: transparent;
  border: none;
  transform: translateY(-4%);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  outline: none;
  cursor: pointer;
}

.rainbow {
  animation: rainbow 2.5s linear;
  animation-iteration-count: infinite;
}

@keyframes rainbow {

  100%,
  0% {
    color: rgb(255, 0, 0);
    rotate: 30deg;
  }

  8% {
    color: rgb(255, 127, 0);
    rotate: -30deg;
  }

  16% {
    color: rgb(255, 255, 0);
    rotate: 30deg;
  }

  25% {
    color: rgb(127, 255, 0);
    rotate: -30deg;
  }

  33% {
    color: rgb(0, 255, 0);
    rotate: 30deg;
  }

  41% {
    color: rgb(0, 255, 127);
    rotate: -30deg;
  }

  50% {
    color: rgb(0, 255, 255);
    rotate: 30deg;
  }

  58% {
    color: rgb(0, 127, 255);
    rotate: -30deg;
  }

  66% {
    color: rgb(0, 0, 255);
    rotate: 30deg;
  }

  75% {
    color: rgb(127, 0, 255);
    rotate: -30deg;
  }

  83% {
    color: rgb(255, 0, 255);
    rotate: 30deg;
  }

  91% {
    color: rgb(255, 0, 127);
    rotate: -30deg;
  }
}

.flex-align-justify {
  display: flex;
  align-items: center;
  justify-content: center;
}

.wrap-align-justify {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.flex-align {
  display: flex;
  align-items: center;
}

.bg-my-form {
  background-color: #307f4c;
  color: white;
}

.base-select-no-color {
  border: none;
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  outline: none;
  cursor: pointer;
  height: 30px;
  background-color: inherit;
}

.base-select-no-color::-ms-expand {
  display: none;
}

.hover-li>.list-entry:hover,
.hover-li>.list-entry:focus {
  background-color: darkslategray;
}

.filter-options {
  background-color: beige;
  color: var(--my-green1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  cursor: default;
}

.list-entry {
  background-color: var(--my-green1);
  color: white;
}

.filter-option {
  border: 2px solid var(--my-green1);
  border-radius: 0.375rem;
  color: var(--my-green1);
  cursor: pointer;
}

.filter-option-selected {
  border: 2px solid var(--bieberstein-1);
  border-radius: 0.375rem;
  color: var(--bieberstein-1);
  cursor: pointer;
}

.filter-option-selected:hover,
.filter-option-selected:focus {
  border: 2px solid var(--bieberstein-1);
  border-radius: 0.375rem;
  color: beige;
  background-color: var(--bieberstein-1);
}

.filter-option:hover,
.filter-option:focus {
  border: 2px solid var(--my-green1);
  border-radius: 0.375rem;
  color: beige;
  background-color: var(--my-green1);
}

.hover-opt>li:hover,
.hover-opt>li:focus {
  background-color: var(--my-green1);
  color: beige;
}

@keyframes flash_input {
  0% {
    box-shadow: 0px 0px 0px 3px rgba(1, 101, 36, 0.0);
  }

  12.5% {
    box-shadow: 0px 0px 0px 3px rgba(1, 101, 36, 0.2);
  }

  25% {
    box-shadow: 0px 0px 0px 3px rgba(1, 101, 36, 0.4);
  }

  37.5% {
    box-shadow: 0px 0px 0px 3px rgba(1, 101, 36, 0.6);
  }

  50% {
    box-shadow: 0px 0px 0px 3px rgba(1, 101, 36, 0.8);
  }

  62.5% {
    box-shadow: 0px 0px 0px 3px rgba(1, 101, 36, 0.6);
  }

  75% {
    box-shadow: 0px 0px 0px 3px rgba(1, 101, 36, 0.4);
  }

  87.5% {
    box-shadow: 0px 0px 0px 3px rgba(1, 101, 36, 0.2);
  }

  100% {
    box-shadow: 0px 0px 0px 3px rgba(1, 101, 36, 0.0);
  }
}

.flash-input {
  animation-name: flash_input;
  animation-timing-function: linear;
  animation-duration: 1.5s;
}

.absent-entschuldigt {
  text-decoration-line: line-through;
  text-decoration-thickness: 2px;
  text-decoration-color: var(--my-green1);
}

.absent-unentschuldigt {
  text-decoration-line: line-through;
  text-decoration-thickness: 2px;
  text-decoration-color: orangered;
}

@media (min-width: 1384px) {
  .stundenplan-table {
    margin-left: 12px;
    margin-right: 12px;
  }
}

.border-bloecke-table {
  height: 22px !important;
  border-right: 1px solid #a6acaf !important;
}

.border-bloecke-table-second {
  height: 22px !important;
  border-right: 1px solid #a6acaf !important;
  border-bottom: 1px solid #a6acaf !important;
}

.border-bloecke-table-headline {
  border: 1px solid #a6acaf !important;
}

.mentor-pic {
  width: 50px;
  height: 50px;
}

.bg-my-gold {
  background-color: gold !important;
}

.bg-my-silver {
  background-color: silver !important;
}

.bg-my-bronze {
  background-color: #cd7f32 !important;
}

.bounce-mentor {
  animation-name: bounce-mentor;
  animation-duration: 0.5s;
}

@keyframes bounce-mentor {
  0% {
    transform: translateX(0px);
    timing-function: ease-in;
    background-color: orangered;
  }

  37% {
    transform: translateX(5px);
    timing-function: ease-out;
  }

  55% {
    transform: translateX(-5px);
    timing-function: ease-in;
    background-color: orangered;
  }

  73% {
    transform: translateX(4px);
    timing-function: ease-out;
  }

  82% {
    transform: translateX(-4px);
    timing-function: ease-in;
    background-color: orangered;
  }

  91% {
    transform: translateX(2px);
    timing-function: ease-out;
  }

  96% {
    transform: translateX(-2px);
    timing-function: ease-in;
    background-color: orangered;
  }

  100% {
    transform: translateX(0px);
    timing-function: ease-in;
  }
}

.mentor-hover:hover {
  outline: 4px solid var(--my-green1);
}

.mentor-applied {
  border: 4px solid var(--my-green1) !important;
}

.stundenplan-weekend-cell {
  border: 1px solid #dddddd;
  border-radius: 3px;
  background-color: var(--my-green1);
  color: white;
}

.my-orangered {
  color: orangered;
}

.only-absent {
  text-decoration-line: line-through;
  text-decoration-thickness: 2px;
}

.text-decoration-green-half {
  text-decoration-color: rgb(1, 101, 36, 0.25);
}

.text-decoration-red-half {
  text-decoration-color: rgb(255, 0, 0, 0.25);
}

.text-decoration-blue-half {
  text-decoration-color: rgb(13, 202, 240, 0.25);
}

.text-decoration-green {
  text-decoration-color: rgb(1, 101, 36);
}

.text-decoration-red {
  text-decoration-color: rgb(255, 0, 0);
}

.text-decoration-blue {
  text-decoration-color: rgb(13, 202, 240) !important;
}

.emphasize-rounded {
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-left: 0.5rem;
  padding-left: 0.15rem;
  padding-right: 0.15rem;
  padding-top: 0.3rem;
  padding-bottom: 0.25rem;
  transform: translateY(-1.5px);
}

.strikethrough-ausser-haus {
  position: relative;
  display: inline-block;
}

.strikethrough-ausser-haus::before {
  content: '';
  position: absolute;
  top: 55%;
  left: 0;
  width: 97%;
  height: 1.5px;
  background-color: #dc3545;
  transform: rotate(-42deg);
  transform-origin: center;
}

.strikethrough-no-zeugnis {
  position: relative;
  display: inline-block;
}

.strikethrough-no-zeugnis::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 105%;
  height: 1.5px;
  background-color: #dc3545;
  transform: rotate(-42deg);
  transform-origin: center;
}

@media (max-width:900px) {
  .absenzen-edit-col {
    flex-direction: column;
  }
}

.clean-select {
  color: var(--my-green1);
  border: none;
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  outline: none;
  cursor: pointer;
  height: 30px;
}

.border-bloecke-selected {
  background-color: #ffeaa7 !important;
}

@keyframes shake1 {
  0% {
    transform: translateX(0);
  }

  20% {
    transform: translateX(-4px);
  }

  40% {
    transform: translateX(4px);
  }

  60% {
    transform: translateX(-3px);
  }

  80% {
    transform: translateX(3px);
  }

  100% {
    transform: translateX(0);
  }
}

.shake1 {
  animation: shake1 0.4s ease;
}

.animated-border-box {
  max-height: 33px;
  max-width: 33px;
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 0;
  border-radius: 5px;
}

.animated-border-box-red:before {
  content: '';
  z-index: -2;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  position: absolute;
  width: 99999px;
  height: 99999px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: conic-gradient(rgba(250, 250, 250, 0), crimson, rgba(250, 250, 250, 0) 90%);
  animation: rotate 0.7s linear infinite;
}

.animated-border-box-green:before {
  content: '';
  z-index: -2;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  position: absolute;
  width: 99999px;
  height: 99999px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: conic-gradient(rgba(250, 250, 250, 0), limegreen, rgba(250, 250, 250, 0) 90%);
  animation: rotate 0.7s linear infinite;
}

.animated-border-box:after {
  content: '';
  position: absolute;
  z-index: -1;
  left: 3.5px;
  top: 3.5px;
  width: calc(100% - 7px);
  height: calc(100% - 7px);
  background: #fafafa;
  border-radius: 2px;
}

@keyframes rotate {
  100% {
    transform: translate(-50%, -50%) rotate(1turn);
  }
}

.cell-hover-blue {
  background-color: #d6eaf8 !important;
  outline: 2px solid #d6eaf8;
  outline-offset: -1px;
}

.cell-hover-red {
  background-color: red !important;
  outline: 2px solid red;
  outline-offset: -1px;
}

.block-hover-border-top {
  background-color: #c0c0c0 !important;
  border-top: 3px solid #28a745 !important;
  border-left: 3px solid #28a745 !important;
  border-right: 3px solid #28a745 !important;
  transition: all 0.3s ease;
}

.block-hover-border-middle {
  background-color: #c0c0c0 !important;
  border-left: 3px solid #28a745 !important;
  border-right: 3px solid #28a745 !important;
  transition: all 0.3s ease;
}

.block-hover-border-bottom {
  background-color: #c0c0c0 !important;
  border-bottom: 3px solid #28a745 !important;
  border-left: 3px solid #28a745 !important;
  border-right: 3px solid #28a745 !important;
  transition: all 0.3s ease;
}

.block-hover-border-single {
  background-color: #c0c0c0 !important;
  border: 3px solid #28a745 !important;
  transition: all 0.3s ease;
}

.zelle-active-top {
  background-color: #c0c0c0 !important;
  border-top: 2px solid #555 !important;
  border-left: 2px solid #555 !important;
  border-right: 2px solid #555 !important;
}

.zelle-active-middle {
  background-color: #c0c0c0 !important;
  border-left: 2px solid #555 !important;
  border-right: 2px solid #555 !important;
}

.zelle-active-bottom {
  background-color: #c0c0c0 !important;
  border-bottom: 2px solid #555 !important;
  border-left: 2px solid #555 !important;
  border-right: 2px solid #555 !important;
}

.zelle-active-single {
  background-color: #c0c0c0 !important;
  border: 2px solid #555 !important;
}

.geb-yellow {
  background-color: #ffeaa7 !important;
}

.zelle-active-border-top {
  border-top: 3px solid #28a745 !important;
  border-left: 3px solid #28a745 !important;
  border-right: 3px solid #28a745 !important;
}

.zelle-active-border-middle {
  border-left: 3px solid #28a745 !important;
  border-right: 3px solid #28a745 !important;
}

.zelle-active-border-bottom {
  border-bottom: 3px solid #28a745 !important;
  border-left: 3px solid #28a745 !important;
  border-right: 3px solid #28a745 !important;
}

.zelle-active-border-single {
  border: 3px solid #28a745 !important;
}

.table-trenn-linie {
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background-color: lightgray;
  z-index: 10;
}

.plus-button {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: none;
  background-color: #218838;
  color: white;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateX(10px);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.3);
}

.plus-button:hover {
  background-color: var(--my-green1);
}

.info-box {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #fafafa;
  border-radius: 6px;
  padding: 3.5px 6px 2px;
  border: 1px solid var(--my-green1);
}

.all-applicants-absent {
  text-decoration-line: line-through !important;
  text-decoration-thickness: 2px !important;
  text-decoration-color: rgb(13, 202, 240) !important;
}