/* Rückmeldungen der Formulare – Farben aus dem Corporate Design */

.ttg-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.ttg-status {
  margin: 18px 0 0;
  padding: 14px 18px;
  border-left: 4px solid #575756;
  background: #f4f4f4;
  color: #333;
  font-size: 15px;
  line-height: 1.5;
}

.ttg-status--wartet {
  border-left-color: #009fe3;
  background: #eaf7fd;
  color: #10556f;
}

.ttg-status--erfolg {
  border-left-color: #3baa35;
  background: #eef8ed;
  color: #23641f;
}

.ttg-status--fehler {
  border-left-color: #d60b51;
  background: #fdeef4;
  color: #8c0733;
}

.ttg-feldfehler {
  display: block;
  margin-top: 5px;
  color: #d60b51;
  font-size: 13px;
  line-height: 1.4;
}

.ttg-ungueltig {
  border-color: #d60b51 !important;
  box-shadow: 0 0 0 2px rgba(214, 11, 81, 0.12);
}

.ttg-pflicht {
  color: #d60b51;
}

button[disabled],
input[type='submit'][disabled] {
  opacity: 0.6;
  cursor: not-allowed;
}

@media (prefers-reduced-motion: reduce) {
  .ttg-status {
    transition: none;
  }
}
