@font-face {
  font-family: 'Material Symbols';
  font-style: normal;
  font-weight: 400;
  src: local('MateriaSymbols-Outlined'), local('MateriaSymbols-Outlined'),
    url(../fonts/Material_Symbols/MaterialSymbols-Outlined.woff2) format('woff2'),
    url(../fonts/Material_Symbols/MaterialSymbols-Outlined.ttf) format('truetype');
}
.material-symbols {
  font-family: 'Material Symbols';
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
}
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: local('Material Icons'), local('MaterialIcons-Regular'),
    url(../fonts/Material_Icons/MaterialIcons-Regular.woff2) format('woff2'),
    url(../fonts/Material_Icons/MaterialIcons-Regular.woff) format('woff'),
    url(../fonts/Material_Icons/MaterialIcons-Regular.ttf) format('truetype');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
}
@font-face {
  font-family: RobotoBold;
  src: local('Roboto-Bold'), url(../fonts/Roboto/Roboto-Bold.woff2) format('woff2'),
    url(../fonts/Roboto/Roboto-Bold.woff) format('woff'), url(../fonts/Roboto/Roboto-Bold.ttf) format('truetype');
}
@font-face {
  font-family: RobotoRegular;
  src: local('Roboto-Regular'), url(../fonts/Roboto/Roboto-Regular.woff2) format('woff2'),
    url(../fonts/Roboto/Roboto-Regular.woff) format('woff'), url(../fonts/Roboto/Roboto-Regular.ttf) format('truetype');
}
@font-face {
  font-family: RobotoMedium;
  src: local('Roboto-Medium'), url(../fonts/Roboto/Roboto-Medium.woff2) format('woff2'),
    url(../fonts/Roboto/Roboto-Medium.woff) format('woff'), url(../fonts/Roboto/Roboto-Medium.ttf) format('truetype');
}
@font-face {
  font-family: RobotoLight;
  src: local('Roboto-Light'), url(../fonts/Roboto/Roboto-Light.woff2) format('woff2'),
    url(../fonts/Roboto/Roboto-Light.woff) format('woff'), url(../fonts/Roboto/Roboto-Light.ttf) format('truetype');
}
@font-face {
  font-family: MPLUS1p-Light;
  src: local('MPLUS1p-Light'), url(../fonts/M_PLUS_1p/MPLUS1p-Light.woff2) format('woff2'),
    url(../fonts/M_PLUS_1p/MPLUS1p-Light.woff) format('woff'),
    url(../fonts/M_PLUS_1p/MPLUS1p-Light.ttf) format('truetype');
}
@font-face {
  font-family: MPLUS1p-Bold;
  src: local('MPLUS1p-Bold'), url(../fonts/M_PLUS_1p/MPLUS1p-Bold.woff2) format('woff2'),
    url(../fonts/M_PLUS_1p/MPLUS1p-Bold.woff) format('woff'),
    url(../fonts/M_PLUS_1p/MPLUS1p-Bold.ttf) format('truetype');
}
@font-face {
  font-family: PressStart2p;
  src: local('PressStart2p'), url(../fonts/Press_Start_2P/PressStart2P-Regular.woff2) format('woff2'),
    url(../fonts/Press_Start_2P/PressStart2P-Regular.woff) format('woff'),
    url(../fonts/Press_Start_2P/PressStart2P-Regular.ttf) format('truetype');
}
@media only screen and (max-width: 600px) {
  [class*='col-'] {
    width: 100%;
  }
  .row {
    flex-direction: column;
  }
  .column {
    width: 100%;
    display: block;
  }
  .hide-on-small {
    display: none !important;
  }
  .frame {
    position: unset !important;
    height: 100vh !important;
    width: 100vw !important;
    aspect-ratio: unset !important;
    transform: translateX(0) !important;
  }
  .frame-border {
    visibility: hidden;
  }
  .inner-frame {
    padding: 0 !important;
  }
  .content {
    border-radius: 0 !important;
  }
}
@media only screen and (min-width: 601px) {
  .col-s-1 {
    width: 8.33%;
  }
  .col-s-2 {
    width: 16.66%;
  }
  .col-s-3 {
    width: 25%;
  }
  .col-s-4 {
    width: 33.33%;
  }
  .col-s-5 {
    width: 41.66%;
  }
  .col-s-6 {
    width: 50%;
  }
  .col-s-7 {
    width: 58.33%;
  }
  .col-s-8 {
    width: 66.66%;
  }
  .col-s-9 {
    width: 75%;
  }
  .col-s-10 {
    width: 83.33%;
  }
  .col-s-11 {
    width: 91.66%;
  }
  .col-s-12 {
    width: 100%;
  }
  .hide-on-large-phones-and-up {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .hide-on-small-and-premedium {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .col-1 {
    width: 8.33%;
  }
  .col-2 {
    width: 16.66%;
  }
  .col-3 {
    width: 25%;
  }
  .col-4 {
    width: 33.33%;
  }
  .col-5 {
    width: 41.66%;
  }
  .col-6 {
    width: 50%;
  }
  .col-7 {
    width: 58.33%;
  }
  .col-8 {
    width: 66.66%;
  }
  .col-9 {
    width: 75%;
  }
  .col-10 {
    width: 83.33%;
  }
  .col-11 {
    width: 91.66%;
  }
  .col-12 {
    width: 100%;
  }
  .hide-on-medium-up {
    display: none !important;
  }
}
@media only screen and (max-width: 1199px) {
  .hide-on-medium-and-down {
    display: none !important;
  }
}
@media only screen and (min-width: 1200px) {
  .col-l-1 {
    width: 8.33%;
  }
  .col-l-2 {
    width: 16.66%;
  }
  .col-l-3 {
    width: 25%;
  }
  .col-l-4 {
    width: 33.33%;
  }
  .col-l-5 {
    width: 41.66%;
  }
  .col-l-6 {
    width: 50%;
  }
  .col-l-7 {
    width: 58.33%;
  }
  .col-l-8 {
    width: 66.66%;
  }
  .col-l-9 {
    width: 75%;
  }
  .col-l-10 {
    width: 83.33%;
  }
  .col-l-11 {
    width: 91.66%;
  }
  .col-l-12 {
    width: 100%;
  }
  .margin-left-right-large {
    margin-left: 1% !important;
    margin-right: 1% !important;
  }
  .margin-left-right {
    margin-left: 1% !important;
    margin-right: 1% !important;
  }
}
@media only screen and (min-width: 1500px) {
  .col-sl-1 {
    width: 8.33%;
  }
  .col-sl-2 {
    width: 16.66%;
  }
  .col-sl-3 {
    width: 25%;
  }
  .col-sl-4 {
    width: 33.33%;
  }
  .col-sl-5 {
    width: 41.66%;
  }
  .col-sl-6 {
    width: 50%;
  }
  .col-sl-7 {
    width: 58.33%;
  }
  .col-sl-8 {
    width: 66.66%;
  }
  .col-sl-9 {
    width: 75%;
  }
  .col-sl-10 {
    width: 83.33%;
  }
  .col-sl-11 {
    width: 91.66%;
  }
  .col-sl-12 {
    width: 100%;
  }
  .margin-left-right-large {
    margin-left: 12.33% !important;
    margin-right: 12.33% !important;
  }
  .margin-left-right {
    margin-left: 12.33% !important;
    margin-right: 12.33% !important;
  }
}
.z-depth-0 {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.z-depth-1 {
  -webkit-box-shadow: 0 2px 2px 0 rgb(0 0 0 / 0.14), 0 3px 1px -2px rgb(0 0 0 / 0.12), 0 1px 5px 0 rgb(0 0 0 / 0.2);
  box-shadow: 0 2px 2px 0 rgb(0 0 0 / 0.14), 0 3px 1px -2px rgb(0 0 0 / 0.12), 0 1px 5px 0 rgb(0 0 0 / 0.2);
}
.z-depth-2 {
  -webkit-box-shadow: 0 4px 5px 0 rgb(0 0 0 / 0.14), 0 1px 10px 0 rgb(0 0 0 / 0.12), 0 2px 4px -1px rgb(0 0 0 / 0.3);
  box-shadow: 0 4px 5px 0 rgb(0 0 0 / 0.14), 0 1px 10px 0 rgb(0 0 0 / 0.12), 0 2px 4px -1px rgb(0 0 0 / 0.3);
}
.z-depth-3 {
  -webkit-box-shadow: 0 8px 17px 2px rgb(0 0 0 / 0.14), 0 3px 14px 2px rgb(0 0 0 / 0.12),
    0 5px 5px -3px rgb(0 0 0 / 0.2);
  box-shadow: 0 8px 17px 2px rgb(0 0 0 / 0.14), 0 3px 14px 2px rgb(0 0 0 / 0.12), 0 5px 5px -3px rgb(0 0 0 / 0.2);
}
.z-depth-4 {
  -webkit-box-shadow: 0 16px 24px 2px rgb(0 0 0 / 0.14), 0 6px 30px 5px rgb(0 0 0 / 0.12),
    0 8px 10px -7px rgb(0 0 0 / 0.2);
  box-shadow: 0 16px 24px 2px rgb(0 0 0 / 0.14), 0 6px 30px 5px rgb(0 0 0 / 0.12), 0 8px 10px -7px rgb(0 0 0 / 0.2);
}
.z-depth-5 {
  -webkit-box-shadow: 0 24px 38px 3px rgb(0 0 0 / 0.14), 0 9px 46px 8px rgb(0 0 0 / 0.12),
    0 11px 15px -7px rgb(0 0 0 / 0.2);
  box-shadow: 0 24px 38px 3px rgb(0 0 0 / 0.14), 0 9px 46px 8px rgb(0 0 0 / 0.12), 0 11px 15px -7px rgb(0 0 0 / 0.2);
}
:root {
  --primary-color: 238, 234, 234;
  --secondary-color: 206, 152, 152;
  --accent-color: 141, 110, 99;
  --primary-accent-color: 217, 217, 217;
  --primary-font-color: 00, 00, 00;
  --secondary-font-color: 255, 255, 255;
}
input:-webkit-autofill,
input:-webkit-autofill:focus {
  transition: background-color 600000s 0s, color 600000s 0s;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: inherit;
}
.font-light {
  font-family: RobotoLight;
}
.font-bold {
  font-family: RobotoBold;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
html {
  height: 100%;
  scroll-behavior: smooth;
}
body {
  margin: 0;
  font-family: RobotoRegular;
  font-weight: 400;
  font-size: 1.1rem;
  color: rgb(var(--primary-font-color));
  background-color: rgba(var(--primary-color), 1);
}
.btn,
a {
  text-decoration: none;
}
a:hover {
  cursor: pointer;
}
.btn {
  color: rgba(var(--primary-accent-color), 1);
  transition: 0.3s;
}
.btn:hover {
  color: rgba(var(--secondary-font-color), 1);
  cursor: pointer;
}
.btn:focus {
  text-decoration: underline;
}
.btn.active {
  z-index: 1101;
}
.no-touch {
  pointer-events: none;
}
.no-select {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.center-in-screen {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.horizontal-align {
  display: flex;
  align-items: center;
}
.singleline-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.center-text {
  text-align: center;
}
.hide {
  display: none !important;
}
.no-scroll {
  overflow-y: hidden;
}
.out-faded {
  opacity: 0;
  pointer-events: none;
}
.on-error {
  animation: shake-on-error 0.5s;
}
.flex-row {
  display: flex;
  flex-direction: row;
}
.flex-center {
  justify-content: center;
  align-items: center;
}
.card {
  border-radius: 15px;
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 0.2);
}
.background-blend-bg-initial {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-color: rgb(0 0 0);
  z-index: 0;
  opacity: 0;
  overflow-y: hidden;
  transition: opacity 1s;
}
.background-blend-bg-active {
  pointer-events: visible;
  z-index: 1100;
  opacity: 0.8;
  cursor: pointer;
}
.frame {
  position: absolute;
  top: 10%;
  transform: translateX(calc(50vw - 200px));
  aspect-ratio: 9 / 16;
  height: 800px;
  width: 400px;
  box-sizing: border-box;
}
.frame-border {
  position: absolute;
  top: 0;
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.inner-frame {
  height: 100%;
  width: 100%;
  padding: 1.25rem 1.5rem 1.3rem 1.3rem;
  overflow: hidden;
}
.content {
  position: relative;
  height: 100%;
  width: 100%;
  border-radius: 20px;
  background-image: url(/images/background_a.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
}
.screen {
  z-index: unset;
  opacity: 1;
  height: 100%;
  transition: all 0.5s;
}
.screen-inactive {
  z-index: -1;
  opacity: 0;
  pointer-events: none;
}
.header-broadcaster {
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  padding: 0.5rem 1.2rem;
  font-size: 0.9rem;
  color: rgba(var(--secondary-font-color), 1);
}
.screen-content-container {
  padding: 1.9rem 0.3rem 1rem 0.3rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
#screenLogin {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  background-color: rgb(0 0 0 / 0.2);
  color: #fff;
}
#pin-container {
  margin: 2rem 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 1rem;
}
#pin-container div {
  background-color: #efefef;
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
}
#pin-container div:not(:first-child) {
  margin-left: 1rem;
}
#pad-container {
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  justify-content: flex-end;
}
.pad-number-box {
  flex-basis: 33.333%;
  height: 3.75rem;
  text-align: center;
  align-content: center;
  padding: 0 0.5rem;
}
.pad-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  font-size: 1.5rem;
  padding: 0 0.6rem;
  transition: all 0.4s;
}
.pad-button:hover {
  border-radius: 50%;
  background-color: rgb(0 0 0 / 0.3);
}
#toggleFullscreen {
  margin-top: 5rem;
  font-size: 0.8rem;
  cursor: pointer;
}
#toggleFullscreen:not(.active) i::after {
  content: 'fullscreen';
}
#toggleFullscreen.active i::after {
  content: 'fullscreen_exit';
}
#toggleFullscreen:not(.active) div::after {
  content: 'In Vollansicht öffnen';
}
#toggleFullscreen div::after {
  content: 'Vollansicht schließen';
}
#pinForgotten {
  position: relative;
  display: inline-block;
}
#pinForgotten .tooltip-text {
  position: absolute;
  top: 2rem;
  left: -1rem;
  z-index: 1;
  width: 150%;
  font-family: RobotoLight;
  font-size: 0.95rem;
  color: #fff;
  text-align: center;
  border-radius: 7px;
  padding: 0.2rem 0.5rem;
  background-color: rgb(0 0 0 / 0.5);
  opacity: 0;
  transition: opacity 0.4s;
}
#pinForgotten .tooltip-text::before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 45%;
  border-width: 10px;
  border-style: solid;
  border-color: #fff0 #fff0 rgb(0 0 0 / 0.5) #fff0;
}
#pinForgotten.active .tooltip-text,
#pinForgotten:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}
.widget {
  position: relative;
  border-radius: 10px;
  margin: 0.5rem;
}
.widget .banner {
  position: relative;
  aspect-ratio: 6/3;
  overflow: hidden;
  border-top-right-radius: 25px;
  border-top-left-radius: 25px;
}
.widget .info-container {
  padding: 0.5rem 1rem;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  text-align: center;
  color: #fff;
  background-color: rgb(255 255 255 / 0.4);
  transition: all 0.4s;
}
.widget .info-container .info-title {
  font-family: RobotoBold;
  font-size: 1.12rem;
}
.widget .info-container .info-sub {
  font-size: 0.85rem;
}
.banner-controls {
  position: absolute;
  top: calc(50% - 1.75rem);
  cursor: pointer;
  color: rgb(255 255 255 / 0.7);
  transition: all 0.4s;
}
.banner-controls:hover {
  color: #fff;
}
.banner-controls.left {
  left: 0.5rem;
}
.banner-controls.center {
  width: 100%;
  text-align: center;
}
.banner-controls.center i::after {
  content: 'play_arrow';
}
.banner-controls.center.active i::after {
  content: 'pause';
}
.banner-controls.right {
  right: 0.5rem;
}
.banner-controls i {
  font-size: 3.5rem;
}
.bottom-control {
  position: absolute;
  bottom: 0.5rem;
  color: #fff;
  font-size: 0.9rem;
}
.app-drawer {
  height: 100%;
  align-content: start;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.app-drawer .app {
  margin: 0.7rem 1rem 0 1rem;
  text-align: center;
  width: 4.7rem;
  cursor: pointer;
}
.app-drawer .app .logo {
  aspect-ratio: 1 / 1;
  border-radius: 7px;
  align-content: center;
  background-color: rgb(255 255 255 / 0.7);
  transition: all 0.4s;
}
.app-drawer .app:hover .logo {
  background-color: rgb(255 255 255);
}
.app-drawer .app .logo img {
  width: 3rem;
  height: 3rem;
  object-fit: cover;
}
.app-drawer .app .title {
  margin-top: 0.2rem;
  font-size: 0.9rem;
  color: #090909;
}
.app .c-blue {
  background-color: rgb(30 48 80 / 0.8) !important;
}
.app:hover .c-blue {
  background-color: rgb(30 48 80) !important;
}
.app .c-violet {
  background-color: rgb(91 82 145 / 0.8) !important;
}
.app:hover .c-violet {
  background-color: rgb(91 82 145) !important;
}
.app .c-cadet-blue {
  background-color: rgb(95 158 160 / 0.8) !important;
}
.app:hover .c-cadet-blue {
  background-color: rgb(95 158 160) !important;
}
.c-grey-light {
  background-color: #ebebeb;
}
.c-font-grey-dark {
  color: #9e9e9e;
}
.c-font-red {
  color: red;
}
.c-font-blue-light {
  color: #03a9f4;
}
.app-screen {
  z-index: unset;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  transition: height 0.7s, opacity 0.4s;
}
.app-screen-inactive {
  z-index: -1;
  opacity: 0;
  height: 0%;
  pointer-events: none;
}
.app-content-screen {
  position: relative;
  padding: 2rem 0rem 0 0rem;
}
.app-content-body {
  padding: 0 0.8rem 0 0.8rem;
}
.app-content-screen nav {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  padding: 0.5rem 0;
}
.nav-back-btn {
  color: red;
  cursor: pointer;
  transition: all 0.4s;
}
.nav-back-btn:hover {
  color: #000;
}
#jvaIdFooter {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #e0e0e0;
  padding-top: 0.3rem;
  cursor: pointer;
  -webkit-box-shadow: 0 -8px 20px -3px rgb(0 0 0 / 0.12);
  box-shadow: 0 -8px 20px -3px rgb(0 0 0 / 0.12);
  transition: all 0.4s;
}
#jvaIdFooter:hover {
  background-color: #bdbdbd;
}
#jvaIdCardContainer {
  background-color: #edd0d0;
  background-image: linear-gradient(#edd0d0, #988080);
  max-height: 70rem;
  transition: all 0.6s;
}
.size-squashed {
  max-height: 0 !important;
}
.idcard-headline {
  font-family: MPLUS1p-Bold;
  text-transform: uppercase;
  padding: 0.7rem 1rem 0 1rem;
}
.idcard-content {
  font-family: MPLUS1p-Light;
  font-size: 0.9rem;
}
.idcard-label {
  font-family: MPlus1p-Bold;
  font-size: 0.8rem;
}
.idcard-data {
  font-size: 1rem;
  margin-top: -0.3rem;
}
#jvaMonthTable tbody td {
  font-size: 1.3rem;
  padding: 0.4rem 0;
}
.highlighted {
  background-color: rgb(215 176 176 / 0.6);
  border-radius: 50%;
}
.highlighted:hover {
  background-color: rgb(215 176 176);
  color: rgb(0 0 0 / 0.6);
}
.clickable {
  cursor: pointer;
  transition: all 0.4s;
}
.clickable:hover {
  transform: scale(1.2);
}
#appJVA #dayContent {
  margin-top: 1rem;
  text-align: left;
  display: flex;
  flex-direction: column;
}
#appJVA #dayContent .box {
  padding: 0.3rem 0.5rem;
}
#appJVA #dayContent .box .box-stretch {
  min-height: 4rem;
}
#appJVA #dayContent .box .box-label-only {
  font-family: RobotoBold;
  font-size: 1rem;
  line-height: 1.3;
}
#appJVA #dayContent .timeslots {
  margin-top: 0.3rem;
  font-size: 1.1rem;
  padding: 0 0.5rem;
}
#appJVA #dayContent .timeslots .timeslot {
  display: flex;
  flex-direction: row;
  width: 100%;
  flex-wrap: nowrap;
  margin-top: 1.2rem;
}
#appJVA #dayContent .timeslot .time-start {
  display: inline-flex;
}
#appJVA #dayContent .timeslot .time-start::after {
  content: '-';
}
#appJVA #dayContent .timeslot .time-end {
  padding-left: 0.2rem;
}
#appJVA #dayContent .timeslot .time-end::after {
  content: ':';
}
#appJVA #dayContent .timeslot .time-label {
  flex-grow: 1;
  padding-left: 0.3rem;
}
#appJVA #dayContent .timeslots .time-topic {
  margin: 0;
  margin-top: 0.1rem;
  font-size: 1rem;
  padding: 0;
  padding-left: 1.5rem;
  list-style: circle;
}
.remark-btn {
  margin: 2rem 0;
  width: 70%;
  background-color: #e0e0e0;
  border-radius: 10px;
  text-align: center;
  padding: 0.5rem;
  text-transform: uppercase;
  align-self: center;
  cursor: pointer;
  transition: all 0.4s;
}
.remark-btn:hover {
  background-color: #bdbdbd;
}
#dayOverview #dayPopup {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  background-color: rgb(0 0 0 / 0.1);
  transition: all 0.4s;
}
#dayOverview #dayPopup.active {
  opacity: 1;
  pointer-events: unset;
  cursor: pointer;
  background-color: rgb(0 0 0 / 0.8);
}
#dayOverview #dayPopup #content {
  position: absolute;
  top: 18%;
  left: 5%;
  width: 90%;
  padding: 1.5rem 1rem;
  border-radius: 8px;
  background-color: #fff;
  opacity: 0;
  transition: opacity 0.5s 0.3s, top 0.5s, transform 0.5s;
}
#dayOverview #dayPopup #map {
  height: 25rem;
}
#dayOverview #dayPopup.active #content {
  opacity: 1;
  font-family: MPLUS1p-Light;
}
#dayOverview #dayPopup.active.mapview #content {
  transform: scale(0.8);
  top: 50%;
}
#dayOverview #dayPopup .popup-headline {
  font-family: MPLUS1p-Bold;
}
#dayOverview #dayPopup .popup-remark-box,
#dayOverview #dayPopup .popup-inmate-box {
  margin-top: 2rem;
  border-left: 2px solid #000;
  padding-left: 0.3rem;
}
#dayOverview #dayPopup .remark-action,
#dayOverview #dayPopup .inmate-action {
  margin-top: 0.3rem;
  color: red;
}
#dayOverview .inmates-table {
  margin-top: 1.5rem;
  border-spacing: 0.5rem 1rem;
}
#dayOverview .inmates-table th {
  font-family: MPLUS1p-Bold;
  font-size: 1.2rem;
}
#dayOverview .inmates-table tbody tr {
  margin-top: 1.3rem;
  font-family: MPLUS1p-Light;
}
#dayOverview .inmates-table .checked {
  text-decoration: line-through;
  color: #707070;
}
#dayOverview .inmates-table .remark-checkbox {
  width: 2rem;
  height: 2rem;
  cursor: pointer;
  transition: all 0.4s;
}
#dayOverview .inmates-table .remark-checkbox:hover {
  transform: scale(1.25);
}
#dayOverview .inmates-table .remark-checkbox.red {
  color: red;
  background-color: red;
}
#dayOverview .inmates-table .remark-checkbox.green {
  color: #2cd05b;
  background-color: #2cd05b;
}
#dayOverview .inmates-table .remark-checkbox.yellow {
  color: #efe820;
  background-color: #efe820;
}
#dayOverview .inmates-table .remark-checkbox.blue {
  color: #2b89d0;
  background-color: #2b89d0;
}
#dayOverview .inmates-table .remark-checkbox.white {
  color: #fff;
  background-color: #fff;
}
.text-center {
  text-align: center;
}
.flex-text-center {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
#dayOverview #dayPopup .inmate-label {
  font-size: 0.9rem;
}
#dayOverview #dayPopup .inmate-location {
  font-family: monospace;
  font-size: 1rem;
  margin: 0.3rem 0;
  color: #000;
  transition: all 0.4s;
}
#dayOverview #dayPopup .inmate-location:hover {
  color: #2b89d0;
}
#dayOverview #dayPopup .inmate-location div {
  margin-left: 7px;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-in-out {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-out-in {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 0.8;
  }
  80% {
    opacity: 0.2;
  }
  100% {
    opacity: 0;
  }
}
@keyframes shake-on-error {
  0% {
    transform: translate(30px, 0);
  }
  20% {
    transform: translate(-30px, 0);
  }
  40% {
    transform: translate(15px, 0);
  }
  60% {
    transform: translate(-15px, 0);
  }
  80% {
    transform: translate(8px, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
