/* Copyright (c) 2026 Qaintai (KvK 42020679)
   Ongeautoriseerd gebruik, kopieren of distribueren is verboden.
   Unauthorized use, copying or distribution is prohibited.
   Unautorisierte Nutzung, Kopierung oder Verbreitung ist untersagt.
   Alle rechten voorbehouden. | All rights reserved. | Alle Rechte vorbehalten.

   Contactformulier. Alleen wat het eigen formulier nodig heeft - de rest van
   de opmaak komt uit de bestaande bundels van de site. */

/* Het lokveld. Uit beeld en uit de tabvolgorde, maar niet display:none:
   sommige bots slaan velden die zo verborgen zijn juist over. */
.contactweg {
  position: absolute;
  left: -5000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

#contactform textarea.form-field {
  width: 100%;
  min-height: 160px;
  resize: vertical;
}

.berichtteller {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  opacity: 0.7;
}

.contactmelding {
  margin: 12px 0 0 0;
  padding: 10px 12px;
  border-radius: 4px;
  font-size: 15px;
}

.contactmelding:empty {
  display: none;
}

.contactmelding.gelukt {
  border: 1px solid #2e7d32;
  color: #1b5e20;
  background: #edf7ed;
}

.contactmelding.fout {
  border: 1px solid #c8102e;
  color: #8c0a20;
  background: #fdecef;
}

.contactprivacy {
  margin: 12px 0 0 0;
  font-size: 12px;
  opacity: 0.75;
}
