#preloader {
  position: fixed;
  inset: 0;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.spinner {
  width: 100px;
  height: 100px;
 
  
  border-top-color: #3498db;
  border-radius: 50%;
  animation: spin 1s linear infinite;

}

.button
{
cursor: pointer;

}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.debugklick
{
    display: block;
    background-color: #EEE;
    font-size: 27px;
    color: red;
    float: left;
    z-index: 24;
    left: 0px;
    top: 33px;
    position: relative;
    margin-right: 26px;
   
}

#ticker-container{
  position: absolute;
  color: #ab0909;
  overflow: hidden;
  white-space: nowrap;
	cursor: pointer; 
  filter: blur(0.5px);
  user-select: none;
}

.Schild_BT
{
    display: block;
    text-align: center;
    font-size: 14px;
    color: #ab0909;
    font-family: 'Rock Salt';
    font-weight: 800;
    filter: blur(0.5px);
    cursor: pointer;
    opacity: 0.8;
    user-select: none;
}
#LPBoxheader{
  position: relative;
  cursor: grab;
  top: 0px;
  width: 121px;
  z-index: 1;
  height: 20px;
  touch-action: none;
}
#LPBoxheader.dragging {
  cursor: grabbing;
}