:root {
  --schrift: 30px;
}


body {
  -webkit-touch-callout: none !important;
  -webkit-user-select: none !important; 
  touch-action: manipulation;
  background-color: #333;
  font-family: Arial, sans-serif;
  color: #fff;
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none; /* Entfernt den Punkt vor der Liste */
  padding: 0; /* Entfernt das Standard-Padding der Liste */
}
li:nth-child(even) {
  background-color: #343a40;
}

.home-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1rem;
  padding: 1rem;
}

.tile {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #444;
  border-radius: 10px;
  padding: 1rem;
  cursor: pointer;
  transition: all 0.3s;
}

.tile:after {
  content: '';
  display: block;
  padding-bottom: 100%;
}

.tile:hover {
  background-color: #555;
  transform: scale(1.05);
}

.tile-image {
  width: 80%;
  height: 80%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  object-fit: cover;
}

.tile-caption {
  position: absolute;
  bottom: 10px;
  text-align: center;
  font-size: var(--schrift);
  width: 100%;
}

/* einkaufen */

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #333;
  padding: 10px;
  font-size: var(--schrift);
}
.headerBar{
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #333;
  font-size: var(--schrift);
}

.home-btn {
  background-color: transparent;
  border: none;
}
.pidFilter{
  width: 200px;
  height: 50px;
  color: #fff;
  background-color: #444;
  font-size: var(--schrift);
  border: none;
}

.home-btn img {
  width: 60px;
  height: 60px;
}

.product-image {
  width: 240px;
  height: 240px;
}
.product-image-wrapper {
  width: 100%;
  position: relative;
  display: inline-block;
}
.capture-image {
  width: 150px;
  height: 150px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.product-table{ 
  width:100%;
}

.allgemeines{
  width: 100%;
	padding-bottom:20px;
	padding-left:20px;
	padding-right:20px;
	border: 1px solid #343a40;
}
.allgemeinTitle{
	
	border-bottom:  1px solid #343a40;
  font-size: 50px;
}

.allgemeineTabellen{
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
    color: #afafaf;
    font-size: var(--schrift);
}

.allgemeineTabellen td, th {
  text-align: left;
  padding: 8px;
  padding-left: 1%;
  }
  
.allgemeineTabellen tr:nth-child(even) {
    background-color: #343a40;
  
  }
.aufgabe-tabelle-außen{
  text-align: center;
  width: 20%;
  margin-right: 5%;
  margin-left: 5%;
  font-size: var(--schrift);

}
.aufgabe-tabelle-prio{
  text-align: center;
  width: 5%;
  margin-right: 5%;
  margin-left: 5%;
  font-size: var(--schrift);

}
.aufgabe-tabelle-name{
  text-align: left;
  width: 50%;
  padding-right: 5%;
  font-size: var(--schrift);

}
.aufgabe-tabelle-person{
  text-align: left;
  width: 15%;
  padding-right: 5%;
  font-size: var(--schrift);

}

.product-unten-right{
  text-align: right;
  width: 33.33%;
  padding-right: 5%;
  font-size: var(--schrift);
}
.product-unten-center{
  text-align: center;
  width: 33.33%;
  font-size: var(--schrift);
}
.barcode {
  font-size: var(--schrift);
  text-align: center;
  margin: 10px 0;
}

.round-btn {
  width: 200px;
  height: 100px;
  background-color: #4CAF50;
  border: none;
  color: #333;
  text-align: center;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: var(--schrift);
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 20%;
  
}
.btn {
  background-color: #4CAF50;
  border: none;
  color: white;
  text-align: center;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: var(--schrift);  
}
.detail-text-wrapper{
  width: 100%;
  height: 300px;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border:solid white;
  position: relative;
  display: inline-block;
}
.Anmerkung{
	width: 100%;
  height: 100%;
	background-color: #343a40;
	color: #afafaf;
  font-size: var(--schrift);
	}
.Suchleiste{
  background-color: #343a40;
  border: none;
  color: white;
  margin-bottom: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 50px;
  cursor: pointer;
  width: 100%;
}

.full-width-btn {
  background-color: #4CAF50;
  border: none;
  color: white;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 50px;
  margin: 4px 2px;
  cursor: pointer;
  width: 100%;
}
.status {
  background-color: #dd0229;
  bottom:1px;
  left:10px;
  color: #4d4d4d;
  width:20px;
  height:100px;
  border:1px #b6b4b6;
}
#video-container {
  width: 100%;
  position: relative; /* Stellt sicher, dass der Inhalt im Container bleibt */
  background-color: #f0f0f0; /* Hintergrundfarbe für den Container (optional) */
}
.details-image{
  width: 100%;
  position: relative; /* Stellt sicher, dass der Inhalt im Container bleibt */
  background-color: #f0f0f0; /* Hintergrundfarbe für den Container (optional) */
}

.round-button {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: none; /* Entfernt den Standardrahmen um den Button */
  cursor: pointer; /* Ändert den Mauszeiger, wenn er über dem Button schwebt */
  background-color: #4CAF50;
}

.round-button-red{
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: none; /* Entfernt den Standardrahmen um den Button */
  cursor: pointer; /* Ändert den Mauszeiger, wenn er über dem Button schwebt */
  background-color:crimson;
}

.round-button img {
  display: block;
  width: 60%;
  height: auto;
  margin: auto; /* Zentriert das Bild innerhalb des Buttons */
  padding: 20%; /* Abstand um das Bild innerhalb des Buttons */
}
.round-button-red img {
  display: block;
  width: 60%;
  height: auto;
  margin: auto; /* Zentriert das Bild innerhalb des Buttons */
  padding: 20%; /* Abstand um das Bild innerhalb des Buttons */
}

.buttons-container {
  margin-top: 2%;
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.detailInput{
  font-size: var(--schrift);
  font-weight: bold;
  width: 400px;
  height: 70px;
  padding: 0px;
  vertical-align: middle;
  color: #4b4b4b;
  border:0px;
}
