/* ========== BASE.CSS ========== */

body {
  font-family: sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f9f9f9;
  color: #333;
}

h1 {
  font-size: 1.8em;
  margin-bottom: 1em;
}

label {
  font-weight: bold;
  margin-right: 10px;
  display: inline-block;
}

input, button, select {
  padding: 8px;
  margin: 5px;
  font-size: 1em;
}

button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.verborgen {
    display: none !important;
}


.foutmelding {
  color: red;
  font-weight: bold;
}

.info {
  color: #555;
  font-style: italic;
}
.introblok.verborgen {
  display: none !important;
}
.tijdcapsule-paneel {
  padding: 1.5em;
  line-height: 1.6;
  font-size: 1.05em;
  background: #ffffff;
  color: #222;
}
#startPrent {
  display: none;
}

