.image-container
{
  position: relative;
  overflow: hidden;
}
.image-container img
{
  position: absolute;
  transform-origin: top left;
}

/* Bird Modal */
#imgContainer
{
  position: relative;
  overflow: hidden;
  aspect-ratio: 1;
}
#imgContainer img
{
  transform-origin: top left;
  cursor: grab;
  position: absolute;
}

/* Modal */
#nav-statistic
{
  width: 100%;
  height: calc(100vh - 100px);
}
canvas
{
  width: 100%;
  height: 80vh;
}	
tbody tr:nth-child(even of tr:not([style*="display: none;"]))
{
  background-color: #f9f9f9;
}
#imagesContainer div
{
	scroll-snap-align: start;
}
.sticky-content
{
  position: sticky;
  top: 90px;
  background-color: #f2f2f2;
  border: 1px solid #000;
  text-align: center;
}
.sticky-header
{
  position: sticky;
  top: 0;
	z-index: 1;
	background-color: #f2f2f2;
	border: 1px solid #000;
	text-align: center;
}
table
{
  width: 100%;
  text-align: center;
  border-collapse: collapse; /* Verhindert doppelte Rahmen */
}

tbody td:first-child,
#mainRow th:first-child
{
  display: none;
  width: 25%;
}

tbody td:last-child,
thead th:last-child
{
  width: 25%;
}

table th,
table td
{
  padding: 10px;
  border: 1px solid #000;
}
input[type="number"]
{
  width: 60px;
}