a {
  text-decoration: none;
}

* {
  font-family: 'Google Sans', sans-serif;
}

header {
  padding-top: 20px;
  background-color: #dddcda;
  width: 100vw;
}

footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  box-sizing: border-box;
  background-color: #dddcda;
  position: relative;
  bottom: 0;
  width: 100%;
  height: 100px;
}

.img-logo {
  max-height: 30px;
  width: auto;
  margin: 0 10px;
}

.imp {
  padding: 10px;
}

.text {
  color: white;
}


body {
  background-color: white;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin: 0 auto;
  overflow-x: hidden;
  display: grid;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 100%;
  min-height: 100vh;
  min-height: 100svh;
}

.logos {
  display: flex;
  justify-content: center;
  align-items: center;
}

.logos img,
.img-logo {
  max-height: 30px;
  width: auto;
  margin: 0 10px;
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: 10px 50px;
}

.menu {
  width: auto;
}

.profile {
  margin-left: auto;
}

.profile .user-initials {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #009879;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  color: white;
  margin-left: 5px;
}


.welcome {
  text-align: center;
}


.menu {
  margin-right: auto;
}

.menu {
  float: left;
}

.logos,
.nav,
.profile {
  text-align: center;
}

.buttons {
  padding-top: 5%;
  width: 50vw;
  display: table;
  margin-left: auto;
  margin-right: auto;
}

.home-btns {
  display: flex;
  top: 50%;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
}

.btn-link {
  padding: 20px;
  height: 12em;
  width: 35vw;
  margin: 0px 10px;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  border: 1px solid #009879;
  border-radius: 7px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  transition: 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.btn-link:hover {
  cursor: pointer;
  transform: scale(95%);
  transition: 0.3s;
}

.btn-text {
  margin: 0;
  padding: 10px 10px 0px 0px;
  order: 2;
  font-size: 22px;
  color: rgb(57, 57, 57);
}

.fa-brands.fa-product-hunt,
.fa-solid.fa-house,
.fa-solid.fa-cart-shopping,
.fa-solid.fa-file {
  align-self: flex-end;
  order: 1;
  font-size: 46px;
  color: #009879;
}


#burger-menu {
  position: fixed;
  top: 0;
  left: -250px;
  width: 250px;
  height: 100%;
  background-color: white;
  padding-top: 60px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  transition: left 0.3s ease;
}

#burger-menu.open {
  left: 0;
  z-index: 99;
}

#burger-menu a {
  display: block;
  padding: 15px;
  color: black;
  text-decoration: none;
  font-size: 16px;
  font-family: 'Arial', sans-serif;
  transition: background-color 0.3s ease;
}

#burger-menu a:hover {
  background-color: #f6f6f6;
}

#burger-menu .close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 24px;
  cursor: pointer;
  color: black;
}

.menu {
  cursor: pointer;
}

.container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 3%;
}

.container,
.order-container,
.buttons {
  min-height: 80vh;
}

.grid {
  display: grid;
  grid-template-columns: repeat(3, 150px);
  grid-template-rows: repeat(3, 150px);
  grid-gap: 20px;
  width: 50%;
}

.cell-img {
  width: 100px;
  height: auto;
}

.cell {
  justify-content: center;
  align-items: center;
  display: flex;
  font-family: Arial;
  font-size: 3rem;
  font-weight: bold;
  background: white;
  border-radius: 10px;
  transition: 0.3s ease;
  border: 1px solid #009879;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.cell:hover {
  transform: scale(0.9);
  transition: 0.3s ease;
}

#product1,
#product2,
#product3,
#product4,
#product5,
#product6,
#product7,
#product8,
#product9 {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 7px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}


.order-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 3%;
  height: 50vh;
  width: 80vw;
  margin: 0 auto;
}


.choose,
.order-menu {
  padding-top: 50px;
  width: 100%;
}

select#order-products,
select#order-size,
select#order-color,
select#order-quantity,
input#quantity,
input#deliveryDate,
input#deliveryAddress {
  min-width: 100%;
  margin-bottom: 15px;
  padding-left: 10px;
}

input#order-quantity {
  min-width: 97.5%;
  margin-bottom: 15px;
  padding-left: 10px;
}

.new {
  display: flex;
  flex-direction: column;
}

.order-menu,
.new {
  min-height: 70vh !important;
  min-width: 40vw;
  background-color: white;
  border-radius: 7px;
  border: 1px solid #009879;
  box-shadow: 0px 0px 15px rgba(221, 220, 218);
  padding: 10px;
  display: flex;
  flex-direction: column;
  margin-bottom: 20x;
}

.order-img {
  padding-right: 20px;
}

.order-product {
  width: 100px;
  height: 100px;
  border: 2px solid black;
  border-radius: 7px;
}

.upload {
  padding-right: 40px;
}

.upload-img {
  width: 25px;
  height: 25px;
  border-radius: 7px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  padding: 10px;
}

.new-field {
  border: 2px solid black;
  border-radius: 7px;
  width: 96%;
  height: 85%;
  padding: 10px;
  outline: none;
}

.new-right {
  padding-left: 20px;
}

.new-img {
  width: 40px;
}

.order-text {
  padding-bottom: 5px;
  margin: 0px;
  font-size: 12px;
}

.leftt {
  display: flex;
  flex-direction: column;
}

#order-products,
#order-size,
#order-color,
#order-quantity {
  margin-bottom: 20px;
}

/*
.sub {
  background-color: black;
  border-radius: 5px;
  color: white;
  box-shadow: none;
  outline: none;
  border: none;
  padding: 5px 10px;
  transition: 0.3s ease;
}

.sub:hover {
  cursor: pointer;
  transform: scale(95%);
  transition: 0.3s ease;
}*/

/* Das Modal Popup */
.modal {
  display: none;
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60vw;
  max-height: 90vh;
  background-color: white;
  padding-top: 10px;
  border-radius: 10px;
  border: 1px solid grey;
  box-shadow: 0px 0px 150px rgba(221, 220, 218);
  padding-left: 25px;
  padding-left: 25px;
  ;
}

/* Inhalt des Popups */
.modal-content {
  background-color: #fefefe;
  padding: 10px;
  max-width: 80%;
  height: 100%;
  padding-bottom: 20px;
}

.modal header,
.modal footer,
.modal .grid,
.modal p,
.modal #burger-menu {
  display: none;
}

.modal-content input[type="text"],
.modal-content input[type="number"],
.modal-content input[type="date"],
.modal-content input[type="submit"] {
  min-width: 100%;
  border: 1px solid grey;
  border-radius: 7px;
  padding: 10px 0px;
  outline: none;
  transition: 0.3s;
}

#order-color,
#order-size,
#order-products,
#order-quantity {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid grey;
  border-radius: 7px;
  padding: 10px 0px;
  outline: none;
}

.modal-content input[type="submit"],
.sub {
  background-color: #009879;
  color: white;
  border: 1px solid #009879;
  transition: 0.3s;
}

.modal-content input[type="submit"]:hover,
.sub:hover {
  cursor: pointer;
  border: 1px solid #009879;
  background-color: white;
  color: #009879;
  transition: 0.3s;
}

.sub {
  padding: 10px;
  border-radius: 5px;
}

/* Schließen-Symbol */
.close {
  color: #aaa;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}


.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.history-table {
  background-color: white;
  width: 35%;
  border-radius: 20px 20px 0px 0px;
  border-bottom: 2px solid #009879;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  border-spacing: 0;
  overflow: hidden;
}

.history-tabletwo {
  background-color: white;
  border-radius: 20px 20px 0px 0px;
  border-bottom: 2px solid #009879;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  border-spacing: 0;
  overflow: hidden;
  width: 80vw;
}

.history-table thead tr {
  background-color: #009879;
  color: white;
  border-radius: 20px;
  text-align: left;
}

.history-tabletwo tr:first-child {
  background-color: #009879;
  color: white;
  border-radius: 20px;
  border: 2px solid red;
  text-align: left;
}

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

tr:nth-child(odd) {
  background-color: white;
}

.history-table th {
  border-bottom: 1px solid grey;
}

.history-table th,
.history-table td {
  padding: 20px 15px;
  text-align: center;
}

.history-tabletwo th,
.history-tabletwo td {
  padding: 10px;
  text-align: center;
}

.catalog {
  margin-top: 25px;
}

.catalog-buttons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-top: 15px;
}

.cat-btn {
  background-color: #009879;
  color: white;
  transition: 0.3s;
  padding: 12px 18px;
  border-radius: 25px;
  border: 1px solid #009879;
}

.cat-btn:hover {
  background-color: white;
  color: #009879;
  cursor: pointer;
  transition: 0.3s;
}

textarea {
  height: 150px;
}