:root {
    --base-font-size: 15px; /* Base font size */
    --heading-font-size: 1.25rem; /* 20px if base is 15px */
    --subheading-font-size: 1.66rem; /* 25px if base is 15px */
    --default-padding: 1rem;
    --default-margin: 1rem;
    --default-border-radius: 0.5rem;
  }
  
  * {
    box-sizing: border-box;
    /*font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;*/
    /*font-family: Georgia, Roboto, Geneva, Helvetica, sans-serif;*/
  }
  
  body {
    margin: var(--default-margin);
    font-size: var(--base-font-size);
    padding-left: 1%;
    padding-right: 3%;
  }
  
  .buttons {
    font-size: 1rem;
    position: relative;
    left: 0%;
  }
  
  .inline {
    display: inline-block;
    text-align: center;
  }
  
  p {text-align: center;}

  .gjs-grid-column {
    flex: 1 1 0%;
    padding: 0.33rem 0; /* 5px if base is 15px */
  }
  
  #Stats, .FragenLabel, #TagesAufgabeRow {
    font-size: var(--heading-font-size);
  }
  
  #TagAngabeRow {
    font-size: var(--subheading-font-size);
  }

  #TagAngabe, #TagesAufgabe {
    text-align: center;
  }
  
  .gjs-grid-row {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: row;
    min-height: auto;
    padding: 0.2rem 0; /* 3px if base is 15px */
    flex-wrap:nowrap;
  }
  
  .gjs-divider {
    height: 0.1rem; /* 1.5px if base is 15px */
    width: 100%;
    background-color: rgba(0, 0, 0, 0.05);
  }
  
  
  .Stats {
    padding: 0.2rem;
    text-align: center;
  }

  .gjs-heading {
    margin: 0;
  }
  
  #is8gz {
    text-align: center;
  }
  
  #AnzeigeContainer {
    display: none;
    text-align: center;
    align-items: center;
    justify-content: center;
  }
  
  #SubmitButtonColumn {
    position: relative;
    left: 0%;
  }
  
  .form-check {
    font-size: 1.13rem; /* 17px if base is 15px */
    position: relative;
    /*left: 1%;*/
  }
  
  @media (max-width: 15rem) { /* 992px if base is 15px */
    .gjs-grid-row {
      flex-direction: row;
    }
  }
  
  
  .fa {
    padding: 0rem; /* 20px if base is 15px */
    font-size: 1.2rem; /* 30px if base is 15px */
    width: 3.33rem; /* 50px if base is 15px */
    text-align: center;
    text-decoration: none;
  }
  
  .fa:hover {
    opacity: 0.7;
  }

  .FragenLabel{
    position:relative;
    left:0%;
    font-weight: bold;
  }
  
  #StatusAnzeige {
    padding:1.0em;
    border-radius:3px;
    border:0px solid #c81810;
    box-shadow:0px 0px 11px 9px #c81810 inset;
    background-repeat:repeat;
    background-position:left top;
    background-attachment:scroll;
    background-size:auto;
    background-image:linear-gradient(#f0f0f0 0%, #f0f0f0 100%);
    width:20em;
    text-align:center;
    height:50px;
    animation: pulsate 1.0s ease-out infinite; /* Add pulsating animation */
  }
  
  @keyframes pulsate {
    0% { 
      box-shadow: 0px 0px 11px 9px #c81810 inset;
    }
    50% { 
      box-shadow: 0px 0px 15px 15px #c81810 inset; /* Increase the spread and blur */
    }
    100% { 
      box-shadow: 0px 0px 11px 9px #c81810 inset;
    }
  }
  

  #VerlassenAnzeige {
    padding:0.5em 0em 0.5em 0em;
    width: 25em;
    font-size: 1em;
    border:2px solid #c81810;
    opacity: 0;
    transition: opacity 1s ease;
  }

#FeedbackText {
  padding-top: 0.6rem;
  display: block;
  text-align: center;
  font-size: var(--heading-font-size);
}

.gjs-cell{
  min-height:75px;
  flex-grow:1;
  flex-basis:100%;
}

#ButtonBeendeTag {
  margin-bottom: 0.3rem;
}

#ButtonKappenBereit {
  margin-top: 0.3rem;
}

.AnzeigenContainerButtons {
  text-align: center;
  padding: 0.2em;
  width: 22.5em;

}

#Abschiedsnachricht {
  font-size:5em;
  text-align: center;
}

#Organisation {
  border: 1px solid #028c29;
  padding-top: 1.6em;
  box-shadow:0px 0px 11px 9px #028c29 inset;
  border-radius:3px;
}

#oldUserIdInputField {
  display: inline-block;
  text-align: center;
  align-items: center;
  justify-content: center;
}

#userIdDisplay {
  padding-top: 1rem;
}

#SpeicherSitzungBlock {
  text-align: center;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}