* {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  touch-action: manipulation;
}

/* Allgemein */
.Button-Main {
  padding: 3%;
  font-size: 300%;
  width: 25%;
  border-color: #141414;
  border-width: 20px;
  border-radius: 5%;
  margin: 1%;
  text-align: center;
  position: absolute;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.ThronIcon {
  width: 20%;
}

.ThronIcon2 {
  position: absolute;
  top: 6%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: auto;
  width: 15%;
}

/* index.php */
.titelBild-container {
  text-align: center;
}

.titelBild {
  height: auto;
  /* width: 45%; */
}

#start-camera {
  position: absolute;
  top: 49%;
  left: 25%;
}

#click-photo {
  position: absolute;
  top: 49%;
  left: 37%;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
}

.format-flagge {
  justify-content: center;
  display: flex;
  width: 100%;
}

.flagge-btn {
  border-radius: 20%;
  background-color: #ff0099;
  border-color: #ff0099;
}

.flagge {
  border-radius: 20%;
  /* height: 15rem; */
}

/* .FlaggenText {
  font-size: 300%;
} */

/* verbindenDeutsch.php */
.zurueckBtn {
  padding: 5px;
  font-size: 2.5rem;
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #ff4b9f;
  border: 0px solid #000000;
  border-radius: 0 5px 0 0;
}

.pink {
  background-color: #c00073;
}

.verbindenContent {
  padding-top: 10vh;
  margin: 0;
}

.Textfeld {
  height: 80px;
  font-size: 2.5rem;
}

.button-numpad {
  transition: 0.1s;

  &.red {
    background-color: red;
  }
}

.button-numpad:active {
  background-color: #a3a3a3;

  &.red {
    background-color: rgb(255, 100, 100);
  }
}

.LogInButton {
  font-size: 2.5rem;
  background-color: rgb(71, 240, 184);
  border: 1px solid #ff0099;
}

/* navigationDeutsch.php */
.thrButtons {
  /* padding: 3%; */
  /* font-size: 2.5rem; */
  height: 100%;
  width: 100%;
  border: 15px solid #141414;
  border-radius: 5px;
  /* margin: 1%; */
  text-align: center;
}

.otherButtons {
  width: 100%;
  border: 15px solid #141414;
  border-radius: 5px;
  text-align: center;
}

.dropup-content {
  display: none;
  position: absolute;
  bottom: 150px;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropup-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropup-content a:hover {
  background-color: #ddd;
}

.dropup:hover .dropup-content {
  display: block;
}

.dropup:hover .dropbtn {
  background-color: #2980b9;
}

/* arbeitenDeutsch */

/* .P-Arbeit {
  font-weight: bold;
  font-size: 2rem;
} */

.Textarea-Arbeit {
  /* height: 15vh;
  width: 32vw;
  font-size: 2.5rem; */
  border-width: 1px;
}

.Kamera-Arbeit {
  float: left;
  margin-left: 1%;
  height: 55%;
  width: 45%;
}

/* LagerDeutsch */

.P-Lager {
  /* position: absolute; */
  /* left: 15%; */
  /* -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); */
  font-size: 2rem;
  margin: 0;
  padding: 0;
}

.textarea-Lager {
  /* position: absolute;
  left: 60%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); */
  /* height: 20%; */
  font-size: 2rem;
  margin: 0;
  padding: 0;
}

.Titel-Lager {
  font-size: 3rem;
  position: absolute;
  top: 12%;
  left: 10%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* Problem */

.KameraIcon-Problem {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 35%;
  left: 30%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.dropbtn {
  background-color: #ff0099;
  /* color: rgb(0, 0, 0); */
  /* padding: 30px 0;
  font-size: 250%hover;
  cursor: pointer;
  width: 400px; */
}

.dropbtn:hover,
.dropbtn:focus {
  background-color: #c00073;
}

.dropdown {
  position: relative;
  display: inline-block;
  z-index: 5;
}

.dropdown-Problem {
  font-size: 2rem;
  display: none;
  position: absolute;
  background-color: #ff0099;
  min-width: 5px;
  z-index: 1;
}

.dropdown-Problem a {
  color: black;
  padding: 30px;
  text-decoration: none;
  display: block;
}

.dropdown-Problem a:hover {
  background-color: #ddd;
}

.show {
  display: block;
}

textarea {
  resize: none;
  width: 100%;
  min-width: 300px;
}

option {
  height: 50px;
}
select {
  font-size: 200%;
}

td {
  padding: 2px 5px;
  font-size: 1.5em;
}

.saveButton {
  width: 100%;
  min-width: 400px;
  padding: 0 3%;
  font-size: 2rem;
  height: 75px;
  border: 15px solid #141414;
  border-radius: 5px;
  text-align: center;
  background-color: rgb(54, 255, 54);
}

.abschliessenText {
  font-size: 1.75rem;
}

#reader,
#abschliessenImage,
#video {
  max-width: 100%;
  max-height: 62vh;
}

#html5-qrcode-anchor-scan-type-change {
  display: none;
}
.bold {
  font-weight: bold;
}
.auftragsliste td {
  font-size: 1em;
}
