
html, body {
    height: 100%;
    margin: 0;
  }
  .wrapper {
    min-height: 100%;
  
    /* Equal to height of footer */
    /* But also accounting for potential margin-bottom of last child */
    margin-bottom: -50px;
  }
  .footer,
  .push {
    height: 50px;
  }

  .nav-width
  {
      height: 7%;
      font-size: large;
      font-weight: 700;
  }

  .col-form-label
  {
      font-weight: 500;
  }

  .checkbox
  {
      margin-right: 5%;
  }

  #spGesamtStunden
  {
    font-weight: 700;
  }

  #spGesamtGeld
  {
    font-weight: 700;
  }


#dvFirefighterSpecific
{
  display: none;
}

#dvColumns
{
  display: none;
}

#dvButton
{
  display: none;
}
  

#docx
{
  display: none;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.hinweis
{
  font-family: "Times New Roman", Times, serif;
  font-size: medium;
}

.lbl{           
  max-width:auto;
  max-height:200px;
  min-height: 100px;
}

#presenceActivity
{
  display: none;
}

#gemeindeStatistik
{
  padding: 2%;
}



.loader {
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -50px;
  z-index: 10;
  display: none;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

svg { cursor: pointer; }



#uploadDiv
{
  display: none;
}


#map {
  margin-top: 5%;
  height: 400px !important; /* The height is 400 pixels */
  width: 100%; /* The width is the width of the web page */
}

#footerLogin
{
position: absolute;
left: 0;
height: 100%;
background-size: cover;
background-attachment: fixed;
}

#checkmark-container {
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 2px solid green;
  border-radius: 50%;
  text-align: center;
  line-height: 24px;
  font-size: 16px;
  color: green;
  font-weight: bold;
  visibility: hidden; /* Unsichtbar, bis es angezeigt wird */
}

#checkmark-container.show {
  visibility: visible;
}


#icon-container {
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 2px solid transparent;
  border-radius: 50%;
  text-align: center;
  line-height: 24px;
  font-size: 16px;
  font-weight: bold;
  visibility: hidden; /* Unsichtbar, bis es angezeigt wird */
}

#icon-container.show-check {
  border-color: green;
  color: green;
  visibility: visible;
}

#icon-container.show-x {
  border-color: red;
  color: red;
  visibility: visible;
}


canvas {
  max-width: 100%;
  height: auto;
}
.chart-container {
  margin: 20px auto;
  max-width: 800px;
}


@media (max-width: 768px) {
  table th:nth-child(3),
  table td:nth-child(3), /* AlarmNr */
  table th:nth-child(5),
  table td:nth-child(5) { /* Einsatzart */
    display: none; /* Spalten ausblenden */
  }
}




