/* css/style.css */
body {
  font-family: Arial, sans-serif;
  margin: 20px;
  padding: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
}


h1, h2 {
  text-align: center;
}

form {
  /* max-width: 400px;  */
  margin: 0 auto;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

label {
  display: block;
  margin-top: 10px;
}

input {
  width: 100%;
  padding: 8px;
  margin-top: 5px;
  border: 1px solid #ccc;
  border-radius: 3px;
}

button {
  margin-top: 10px;
  padding: 10px 20px;
  background-color: #007bff;
  color: #fff;
  border: none;
  border-radius: 3px;
  cursor: pointer;
}

button:hover {
  background-color: #0056b3;
}

/* css/style.css */
#surveyList {
  margin-top: 20px;
}

.survey-item {
  border: 1px solid #ccc;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
  background-color: #f9f9f9;
}

.survey-item h3 {
  margin: 0 0 10px;
}

/* css/style.css */
form {  
  margin-top: 10px;
}

form label {
  display: block;
  margin: 5px 0;
}

form, table {
  margin: 20px auto;
  width: 80%;
}

form label {
  display: block;
  margin: 10px 0 5px;
}

form input {
  width: 100%;
  padding: 8px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

button {
  padding: 10px 15px;
  background-color: #007bff;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

button:hover {
  background-color: #0056b3;
}

table th, table td {
  text-align: left;
  padding: 8px;
}

table th {
  background-color: red;
}

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

table tr:hover {
  background-color: #f1f1f1;
}


table { 
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}

table th, table td {
  border: 1px solid #ddd;
  padding: 8px;
  /* text-align: left; */
}

table th {
  background-color: #f4f4f4;
}

button {
  padding: 5px 10px;
  background-color: #007BFF;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

button:hover {
  background-color: #0056b3;
}
#ergebnis {
  
  border: 3px solid #dfdfdf;
}
.msg-success {
    background-color: #28a745; /* Grüne Farbe */
    color: white;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 5px;
    font-weight: bold;
}
#white {
a.white:link {color: white; }
a.white:visited {color: red; }
a.white:hover {color: white; }
a.white:focus {color: white; }
a.white:active {color: red; }
}