html:has(body.customtheme-infoscreen) {
  max-width: none;
}
body.customtheme-infoscreen {
  overflow: hidden;
  max-width: none;
  background: rgba(0,133,64,0.1);
}
body.customtheme-infoscreen .site-content {
  width: 100%;
  height: 100%;
}
body.customtheme-infoscreen .infoscreen-frame {
  position: relative;
  width: 100%;
  height: 100%;
}
body.customtheme-infoscreen .infoscreen-frame .navigation-frame-amtstafel {
  position: absolute;
  top: calc(50px);
  left: calc(50px);
  width: calc((((100% - (2 * 50px) - 50px)  / 3) * 1.05));
  height: calc((100% - (2 * 50px)));
  overflow: hidden;
}
body.customtheme-infoscreen .infoscreen-frame.show-aktuelles .navigation-frame-amtstafel {
  position: absolute;
  height: calc((100% - (2 * 50px)) - 50px - 350px);
}
body.customtheme-infoscreen .infoscreen-frame .navigation-frame-aktuelles {
  position: absolute;
  bottom: calc(50px);
  left: calc(50px);
  width: calc(100% - 50px - 50px);
  height: calc(350px);
  overflow: hidden;
}
body.customtheme-infoscreen .infoscreen-frame .documents-frame {
  position: absolute;
  top: calc(50px);
  left: calc((50px + (((100% - (2 * 50px) - 50px)  / 3) * 1.05) + 50px));
  width: calc((100% - 50px - (((100% - (2 * 50px) - 50px)  / 3) * 1.05) - 50px - 50px));
  height: calc((100% - (2 * 50px)));
  overflow-y: auto;
  scroll-behavior: smooth;
}
body.customtheme-infoscreen .infoscreen-frame.show-aktuelles .documents-frame {
  position: absolute;
  height: calc((100% - (2 * 50px)) - 50px - 350px);
}
body.customtheme-infoscreen .infoscreen-frame .documents-frame-loading-animation {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: calc(50px);
  left: calc((50px + (((100% - (2 * 50px) - 50px)  / 3) * 1.05) + 50px));
  width: calc((100% - 50px - (((100% - (2 * 50px) - 50px)  / 3) * 1.05) - 50px - 50px));
  height: calc((100% - (2 * 50px)));
  background: #444444;
  border-radius: 4px;
  z-index: 1;
}
body.customtheme-infoscreen .infoscreen-frame .documents-frame-loading-animation .inner-container {
  width: auto;
  height: auto;
  padding: 3em 5em;
  margin-top: -25%;
  background: #eee;
  border-radius: 1em;
  text-align: center;
  box-shadow: 2px 2px 10px rgba(0,0,0,0.25);
}
body.customtheme-infoscreen .infoscreen-frame .documents-frame-loading-animation .inner-container .text {
  font-weight: bold;
}
body.customtheme-infoscreen .infoscreen-frame .documents-frame-loading-animation .inner-container .loading-animation-container {
  display: block;
  margin-top: 2em;
}
body.customtheme-infoscreen .infoscreen-frame.show-aktuelles .documents-frame-loading-animation {
  position: absolute;
  height: calc((100% - (2 * 50px)) - 50px - 350px);
}
