form#form-plakatservice-regio input[type="text"],
form#form-plakatservice-regio input[type="number"],
form#form-plakatservice-regio input[type="email"],
form#form-plakatservice-regio input[type="tel"] {
  background: rgba(214, 214, 214, 0.8);
  padding: 15px;
  min-width: 100%;
}

form#form-plakatservice-regio input::placeholder,
form#form-plakatservice-regio textarea::placeholder {
  color: black;
}

form#form-plakatservice-regio input[type="submit"] {
  background: rgb(58, 61, 212) !important;
  color: white;
  font-size: 1.3rem;
  width: 100%;

  padding: 10px;
  margin: 0px 0 0 0;
  cursor: pointer;
  position: relative;
}

form#form-plakatservice-regio li {
  margin: 0 0 5px 0;
  list-style: none !important;
}

form#form-plakatservice-regio textarea {
  background: rgba(214, 214, 214, 0.8);
  padding: 5px;
}

form#form-plakatservice-regio legend.list {
  margin: 20px 0 0 0;
}

form#form-plakatservice-regio div#messages [id^="form-message-"] {
  display: none;
  color: white;
  font-size: 1.4rem;
}

form#form-plakatservice-regio section {
  margin: 0 0 50px 0;
}

form#form-plakatservice-regio select {
  width: 100%;
  padding: 10px 15px;
  border: 1px solid none;
  border-radius: 4px;
}

form#form-plakatservice-regio div#messages {
  z-index: 1000;
  position: fixed;
  display: none;

  background: orange;
  padding: 20px;
  top: 50%; /* Adjust as needed */
  left: 50%; /* Adjust as needed */
  transform: translate(
    -50%,
    -50%
  ); /* Move it back by half of its own width and height */
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px rgba(214, 214, 214, 0.8) inset;
  transition: background-color 5000s ease-in-out 0s;
}

#flyer-table tr.buchen {
  cursor: pointer;
}
