:root {
  --input-padding-x: 1.5rem;
  --input-padding-y: 0.75rem;
}

html {
  position: relative;
  min-height: 100%;
  scroll-behavior: smooth;
}

body {
  padding-top: 6rem; /* Abstand von oben fuer Navigation */
  margin-bottom: 90px;

}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  padding-top: 15px;
  /*line-height: 20px;  Vertically center the text there */
  background-color: #f2f2f2;
}

/* Sticky first table-column */
th, td {
    white-space: nowrap;
}

.first-col {
    position: absolute;
    width: 8em;
	margin-left: 0em;

}

.all-col {
    position: absolute;
    margin-left: 8em;

}

.table-wrapper {
    overflow-x: scroll;
    width: 600px;
    margin: 0 auto;
}