.kontakt_rund {
  color: #ffffff;
  font-size: 13px;
}

.kontakt_rund ul.kontakt_questions {
  background-color: #7b111f;
  border-radius: 8px;
  list-style-type: none;
  margin: 0;
  padding: 15px;
  width: 320px;
}

.kontakt_rund ul.kontakt_questions li.kontakt_q {
  margin: 15px 0;
}

.kontakt_rund a {
  color: #ffcc66; /* helles Goldgelb passend zu den Labels */
  text-decoration: underline;
}

.kontakt_rund a:hover,
.kontakt_rund a:focus {
  color: #fff1b8;
  outline: none;
  text-decoration: underline;
}

.kontakt_rund label.kontakt_label {
  color: #ffcc66;
  display: block;
  font-size: 1.5em;
  margin: 0 0 10px 0;
}

.kontakt_rund table.kontakt_eingabe {
  border-collapse: collapse;
  width: 100%;
}

.kontakt_rund table.kontakt_eingabe td {
  padding: 2px;
  vertical-align: top;
}

.kontakt_rund table.kontakt_eingabe td.kontakt_a_td {
  width: 25px;
}

.kontakt_rund .kontakt_text,
.kontakt_rund .kontakt_textarea,
.kontakt_rund select,
.kontakt_rund input[type="text"],
.kontakt_rund input[type="email"] {
  background-image: linear-gradient(#ffcc66, #fff);
  border: 1px solid #ccc;
  border-radius: 5px;
  color: #000000;
  font-size: 13px;
  padding: 4px;
  width: 98.5%;
}

.kontakt_rund .kontakt_select {
  background-image: linear-gradient(#ffcc66, #fff);
  border: 1px solid #7b111f;
  color: #000000;
  font-size: 13px;
  margin: 0;
  padding: 3px;
  width: 100%;
}

.kontakt_rund .kontakt_btn {
  background-image: linear-gradient(#718079, #7b111f);
  border: 1px solid #ccc;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.75) 0px 0px 3px;
  color: white;
  cursor: pointer;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 6px;
}

/* Barrierearme Gestaltung für Submit-Button */
.kontakt_rund input[type="submit"] {
  background-color: #ffcc33;
  border: 2px solid #7b111f;
  border-radius: 8px;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 20px;
  cursor: pointer;
  box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.kontakt_rund input[type="submit"]:hover,
.kontakt_rund input[type="submit"]:focus {
  background-color: #e6b800;
  box-shadow: 0 0 0 3px rgba(255,204,51,0.5);
  outline: none;
  color: #000;
}

.kontakt_rund .kontakt_btn:hover {
  background-image: linear-gradient(#718079, #7b111f);
}

.terms {
  display: none;
}

.bestaetigung {
  background: #ffcc;
  padding: 10px;
  border-radius: 5px;
  color: #000;
  font-weight: bold;
  margin-top: 10px;
}
