.Button {
  box-shadow: inset 0px 0px 0px 2px #f8a50a;
  background-color: #f8a50a;
  border-radius: 10px;
  border: 1px solid #f8a50a;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Open Sans;
  font-size: 19px;
  padding: 12px 50px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #f8a50a;
  width: 250px;
  margin-bottom: 10px;
  margin-right: 6px;
}

.Button:hover {
  background-color: #f8a50a;#ffffff
  transform: scale(1.05);
}

.Button1 {
  box-shadow: inset 0px 0px 0px 2px #f8a50a;
  background-color: #f8a50a;
  border-radius: 10px;
  border: 1px solid #f8a50a;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Open Sans;
  font-size: 19px;
  padding: 12px 50px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #f8a50a;
  width: 250px;
  margin-bottom: 10px;
}

.Button1:hover {
  background-color: #f8a50a;
  transform: scale(1.05);
}

.Buttonback {
  box-shadow: inset 0px 0px 0px 2px #f8a50a;
  background-color: #f8a50a;
  border-radius: 10px;
  border: 1px solid #f8a50a;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Open Sans;
  font-size: 19px;
  padding: 12px 0px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #f8a50a;
  width: 125px;
  z-index: 1;
}

.Buttonback:hover {
  background-color: #f8a50a;
  transform: scale(1.05);
}

.Logotop {
  flex: 1;
  margin-left: -125px;
}

.navtop {
  Display: flex;
  width: 100%;
  align-items: center;
}

h1 {
  color: #243382;
  text-align: center;
  font-family: Open Sans;
  font-weight: 700;
  font-size: 36px;
}

.ID {
  color: #243382;
  text-align: center;
  font-family: Open Sans;
  font-weight: 700;
  font-size: 25px;
  margin-top: -20px;
}

body {
  text-align: center;
}

p {
  color: black;
  text-align: center;
  font-size: 20px;
  font-family: Open Sans;
}

a {
  color: black;
  text-align: center;
  font-size: 20px;
  font-family: Open Sans;
  text-decoration: none;
}

.luft {
  display: inline;
  padding: 0px 6px;
}

.logomitnehmenzuruckbringen {
  display: inline;
  margin-left: -91px;
  font-size: 20px;
}

.select {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  width: 150px;
}

.select select {
  font-family: 'Open Sans';
  display: inline-block;
  cursor: pointer;
  padding: 13px 22px;
  outline: 0;
  border: 3px hidden #b89b9b;
  border-radius: 17px;
  background: #f8a50a;
  color: #ffffff;
  width: 224px;
  font-family: Open Sans;
  font-size: 16px;
  text-align: center;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.select_arrow {
  position: absolute;
  top: 16px;
  right: -35px;
  pointer-events: none;
  border-style: solid;
  border-width: 8px 5px 0px 5px;
  border-color: #7b7b7b transparent transparent transparent;
}

label {
  color: black;
  text-align: center;
  font-size: 20px;
  font-family: Open Sans;
}

.input-person {
  padding: 12px;
  font-family: 'Open Sans';
  font-size: 16px;
  border-width: 5px;
  width: 200px;
  border-color: #cccccc;
  background-color: #f8a50a;
  color: #ffffff;
  border-style: hidden;
  text-align: center;
  border-radius: 18px;
  margin-bottom: 15px;
  box-shadow: 0px 0px 5px rgba(66, 66, 66, .75);
  text-shadow: 0px 0px 5px rgba(66, 66, 66, .75);
}

.input-qrcode {
  padding: 12px;
  font-family: 'Open Sans';
  font-size: 16px;
  border-width: 5px;
  width: 30%;
  border-color: #cccccc;
  background-color: #f8a50a;
  color: #ffffff;
  border-style: hidden;
  text-align: center;
  border-radius: 18px;
  margin-bottom: 15px;
  box-shadow: 0px 0px 5px rgba(66, 66, 66, .75);
  text-shadow: 0px 0px 5px rgba(66, 66, 66, .75);
}

table {
  font-family: Open Sans;
  border-collapse: collapse;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  text-align: center;
  display: inline;
}

td, th {
  border: 1px solid #fffff;
  text-align: center;
  padding: 15px;
}

tr:nth-child(even) {
  background-color: #dddddd;
}

table thead {
  background-color: #f8a50a;
  color: #ffffff;
  border-bottom: 4px solid #333333;
}

table.allegerate {
  font-family: Open Sans;
  border-collapse: collapse;
  font-size: 20px;
  text-align: center;
  display: inline;
  table-layout: fixed;
  margin: 20px;
}

table.allegerate td, table.allegerate th {
  border: 1px solid #fffff;
  text-align: center;
  padding: 15px;
  width: 300px;
}

table.allegerate tr:nth-child(even) {
  background-color: #dddddd;
}

table.allegerate thead {
  background-color: #f8a50a;
  color: #ffffff;
  border-bottom: 2px solid #333333;
}

table.allegerate caption {
  color: #243382;
  text-align: center;
  font-family: Open Sans;
  font-weight: 550;
  font-size: 30px;
  margin-bottom: 10px;
}

.Ee-logo {
  animation: 1s ease-out 0s 1 Load;
  transform: scale(1);
}

img.Geratelogo {
  max-height: 200px;
}

form.hochladen {
  width: 300 px;
  margin-left: 50px;
  font-size: 20px;
  font-family: Open Sans;
}

.uploading {
  box-shadow: inset 0px 0px 0px 2px #f8a50a;
  background-color: #f8a50a;
  border-radius: 10px;
  border: 1px solid #f8a50a;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Open Sans;
  font-size: 19px;
  padding: 12px 0px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #f8a50a;
  width: 125px;
  z-index: 1;
  margin-left: 2%;
}

.uploading:hover {
  background-color: #f8a50a;
  transform: scale(1.05);
}

input[type="file"] {

  font-size: 18px;
}

.fileupload {
  box-shadow: inset 0px 0px 0px 2px #f8a50a;
  background-color: #f8a50a;
  border-radius: 10px;
  border: 1px solid #f8a50a;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Open Sans;
  font-size: 19px;
  padding: 12px 0px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #f8a50a;
  width: 200px;
  z-index: 1;
  margin-left: -8%;
}

.fileupload:hover {
  background-color: #f8a50a;
  transform: scale(1.05);
}

.fileopen {
  box-shadow: inset 0px 0px 0px 2px #f8a50a;
  background-color: #f8a50a;
  border-radius: 10px;
  border: 1px solid #f8a50a;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Open Sans;
  font-size: 19px;
  padding: 12px 0px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #f8a50a;
  width: 200px;
  z-index: 1;
  margin-left: 2%;
}

.fileopen:hover {
  background-color: #f8a50a;
  transform: scale(1.05);
}

.Progeate {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  text-align: center;
}

@media (min-width: 1100px) {
  .Progeate {
    flex-direction: row;
  }

  .materialdaten {
    width: 49%;
  }

  .Baukasten{
    margin-left: 0px;
    margin-right: 0px;
    width: 44.5%;
  }
  .PDFview{
    width: 49%;
  }
}

@media (max-width: 1100px) {
  .materialdaten {
    width: 100%;
  }

  a {
    font-size: 15px;
  }

  p {
    font-size: 15px;
  }

  table th a {
    font-size: 20px;
  }

  table td a {
    font-size: 20px;
  }

  canvas {
    width: 275px;
  }
  .button-barcodescanner {
    margin-top: 5px;
    width: 50%;
  }

  .Baukasten{
    margin-left: auto;
    margin-right: auto;
    width: 90vw;
  }
  .PDFview{
    width: 90%;
  }

}

main {
  display: inline-block;
  width: 100%;
  border-collapse: collapse;
}

aside {
  display: inline-block;
  width: 100%;
  border-collapse: collapse;
}

aside h1 {
  color: #243382;
  text-align: center;
  font-size: 30px;
  font-family: Open Sans;
  text-decoration: none;
}

main h1 {
  color: #243382;
  text-align: center;
  font-size: 30px;
  font-family: Open Sans;
  text-decoration: none;
}

main h1.kleiner {
  color: black;
  text-align: center;
  font-size: 20px;
  font-family: Open Sans;
  text-decoration: none;
  margin-top: 15px;
}

main table {
  font-family: Open Sans;
  border-collapse: collapse;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  text-align: center;
  display: revert;
  height: 50px;
}

main td, th {
  border: 1px solid #fffff;
  text-align: center;
  padding: 15px;
}

main tr:nth-child(even) {
  background-color: #dddddd;
}

main table thead {
  background-color: #f8a50a;
  color: #ffffff;
  border-bottom: 4px solid #333333;
}

main table.allegerate {
  font-family: Open Sans;
  border-collapse: collapse;
  font-size: 20px;
  text-align: center;
  display: inline;
  table-layout: fixed;
  margin: 20px;
}

main table.allegerate td, table.allegerate th {
  border: 1px solid #fffff;
  text-align: center;
  padding: 15px;
  width: 300px;
}

main table.allegerate tr:nth-child(even) {
  background-color: #dddddd;
}

main table.allegerate thead {
  background-color: #f8a50a;
  color: #ffffff;
  border-bottom: 2px solid #333333;
}

main table.allegerate caption {
  color: #243382;
  text-align: center;
  font-family: Open Sans;
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 10px;
}

.Tabellen {
  display: inline-block;
  width: 100%;
  border-collapse: collapse;
}

.gerateadmin {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}

.gerateadmin input[type="text"] {
  text-align: center;
  width: 80%;
  height: 40px;
  border: 1px solid #dee0e4;
  padding: 0 15px;
  font-size: 18px;
  font-family: Open Sans;
}

.gerateadmin textarea {
  text-align: center;
  width: 80%;
  height: 80px;
  border: 1px solid #dee0e4;
  padding: 10px 12px;
  font-size: 18px;
  resize: none;
  font-family: Open Sans;
}

.gerateadmin input[type="number"] {
  text-align: center;
  width: 80%;
  height: 40px;
  border: 1px solid #dee0e4;
  padding: 0 15px;
  font-size: 18px;
  font-family: Open Sans;
}

.gerateadmin select {
  text-align: center;
  width: 84%;
  height: 40px;
  border: 1px solid #dee0e4;
  padding: 0 15px;
  font-size: 18px;
  font-family: Open Sans;
}

.gerateadmin select option{
  width: 80%;
}

.gerateadmin input[type="date"] {
  text-align: center;
  width: 80%;
  height: 40px;
  border: 1px solid #dee0e4;
  padding: 0 15px;
  font-size: 18px;
  font-family: Open Sans;
}

.gerateadmin input[type="radio"] {
  text-align: center;
  width: 15%;
  height: 13px;
  border: 1px solid #dee0e4;
  font-family: Open Sans;
}

.gerateadmin input[type="submit"] {
  box-shadow: inset 0px 0px 0px 2px #f8a50a;
  background-color: #f8a50a;
  border-radius: 10px;
  border: 1px solid #f8a50a;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Open Sans;
  font-size: 19px;
  padding: 12px 50px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #f8a50a;
  width: 100%;
  font-family: Open Sans;
}

.gerateadmin input[type="button"] {
  box-shadow: inset 0px 0px 0px 2px #f8a50a;
  background-color: #f8a50a;
  border-radius: 10px;
  border: 1px solid #f8a50a;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Open Sans;
  font-size: 19px;
  padding: 12px 50px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #f8a50a;
  width: 100%;
}

@keyframes Load {
  0% {
    transform: scale(2);
  }

  100% {
    transform: scale(1);
  }
}

.login .error {
  text-align: center;
  color: #5b6574;
  font-size: 20px;
  padding: 5px 0 5px 0;
}

.login img {
  width: 300px;
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 6px;
}

.login {
  position: relative;
  top: 20vh;
  left: 0;
  right: 0;
  bottom: auto;
  margin-bottom: -20vh;
  width: 400px;
  background-color: #ffffff;
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
  margin: 100px auto;
}

.login h1 {
  text-align: center;
  color: #5b6574;
  font-size: 24px;
  padding: 5px 0 20px 0;
  border-bottom: 1px solid #dee0e4;
  margin-top: 0px;
}

.login form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 20px;
  margin-bottom: 0;
}

.login form label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: #f8a50a;
  color: #ffffff;
}

.login form input[type="password"], .login form input[type="text"] {
  width: 310px;
  height: 50px;
  border: 1px solid #dee0e4;
  margin-bottom: 20px;
  padding: 0 15px;
}

.login form input[type="submit"] {
  width: 100%;
  padding: 15px;
  margin-top: 20px;
  background-color: #f8a50a;
  border: 0;
  cursor: pointer;
  font-weight: bold;
  color: #ffffff;
  transition: background-color 0.2s;
}

.login form input[type="submit"]:hover {
  background-color: #d48e0b;
  transition: background-color 0.2s;
}

.flex-würfel {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  padding-top: 30px;
  font-family: Open Sans;
  font-size: 16px;
  font-weight: bold;
}

.flex-würfel>.würfel {
  background: linear-gradient(to bottom, #f8a50a, #f8a50a 25%, white 25%, white 80%, #f8a50a 80%);
  width: 215px;
  margin: 5px;
  height: 215px;
  text-align: center;
  display: flex;
  flex-direction: column;
  border-radius: 15px 50px 30px;
  border: 1.5px solid #9b9999;
  padding-left: 5px;
  padding-right: 5px;
}

.flex-würfel>.würfel>.w-header {
  width: 100%;
  height: 25%;
  text-align: center;
  padding-top: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
}

.flex-würfel>.würfel>.w-body {
  width: 100%;
  height: 55%;
  padding-left: 3px;
  padding-right: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-würfel>.würfel>.w-footer {
  width: 100%;
  height: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-top: 10px;
  color: #ffffff;
}

.loaderhaupt {
  height: 100vh;
  width: 100vw;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  position: fixed;
  margin-top: -8px;
  margin-left: -8px;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}

.loader {
  border: 16px solid #f3f3f3;
  /* Light grey */
  border-top: 16px solid #f8a50a;
  /* Blue */
  border-radius: 50%;
  width: 5vw;
  height: 5vw;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.popup {
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
    display: none;

}
.popup-content {
    background-color: white;
    margin: 5% auto;
    padding: 20px;
    border: 1px solid #888888;
    width: 80%;
    font-weight: bolder;
    overflow:auto;
    border-radius: 25px;
}
.popup-content button {
    display: block;
    margin: 0 auto;
}

table.Materialien {
  border: 1px solid #000000;
  background-color: #EEEEEE;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
  width: 60%;
  font-family: Open Sans;
  font-weight: bold;
}
table.Materialien td, table.Materialien th {
  border: 1px solid #000000;
  padding: 4px 0px;
}
table.Materialien tbody td {
  /*font-size: 13px;*/
  /*color: #100033;*/
  color: #000000;
}
table.Materialien tr:nth-child(even) {
  background: #CFCFCF;
}
table.Materialien thead {
  border-bottom: 2px solid #444444;
  color: #ffffff;
}
table.Materialien thead th {
    /*font-size: 15px;*/
  font-weight: bold;
  color: #00000;
  text-align: center;
    /*border-left: 2px solid #D0E4F5;*/
}
table.Materialien thead th:first-child {
  border-left: none;
}

table.Materialien tfoot td {
  /*font-size: 14px;*/
}
table.Materialien tfoot .links {
  text-align: right;
}
table.Materialien tfoot .links a{
  display: inline-block;
  background: #1C6EA4;
  color: #FFFFFF;
  padding: 2px 8px;
  border-radius: 5px;
}

.button-barcodescanner {
  color: #ffffff;
  background-color: #f8a50a;
  border-radius: 15px;
  border: 0px solid #2d63c8;
  padding: 5px 10px;
  font-size: 19px;
  margin-left: 1rem;
}

.checkbox{
  width: 20px;
  height: 20px;
}

.Baukasten{
  display: revert;
}

table.Materialienb {
  border: 1px solid #000000;
  background-color: #EEEEEE;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
  width: 60%;
  font-family: Open Sans;
  font-weight: bold;
}
table.Materialienb td, table.Materialienb th {
  border: 1px solid #000000;
  padding: 15px 0px;
}
table.Materialienb tbody td {
  /*font-size: 13px;*/
  /*color: #100033;*/
  color: #000000;
}
table.Materialienb tr:nth-child(even) {
  background: #CFCFCF;
}
table.Materialienb thead {
  border-bottom: 2px solid #444444;
  color: #ffffff;
}
table.Materialienb thead th {
    /*font-size: 15px;*/
  font-weight: bold;
  color: #00000;
  text-align: center;
    /*border-left: 2px solid #D0E4F5;*/
}
table.Materialienb thead th:first-child {
  border-left: none;
}

table.Materialienb tfoot td {
  /*font-size: 14px;*/
}
table.Materialienb tfoot .links {
  text-align: right;
}
table.Materialienb tfoot .links a{
  display: inline-block;
  background: #1C6EA4;
  color: #FFFFFF;
  padding: 2px 8px;
  border-radius: 5px;
}

.blinken{
  animation:2s blinker linear infinite;
  color: white;
}

@keyframes blinker
{
    0% { color: white; }
    50% { color: #f80a0a; }
    100% { opacity: white; }
 }

 .swipeable {
     position: relative;
     overflow: hidden;
     transition: background-color 0.3s ease, transform 0.3s ease;
 }

 .swipeable.swiped {
     transform: translateX(-100%);
     background-color: #ff4c4c !important;; /* Rot beim Wischen */
 }
