/* ====== LINKS ====== */
a {
  color: #6e6e6e;
  text-decoration: none;
}

a:hover,
a:active {
  color: #960000;
}

/* ====== TEKST ====== */
p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(0.75rem, 0.5vw + 0.5rem, 1rem); /* 12px – 16px */
  line-height: 1.6;
}

h1 {
  color: #6e6e6e;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(1.25rem, 1.5vw + 1rem, 1.5rem); /* 18px – 24px */
  font-weight: normal;
}

h2 {
  color: #6e6e6e;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(0.75rem, 0.5vw + 0.5rem, 1rem); /* 12px – 16px */
  font-weight: normal;
}

h3 {
  color: #960000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(0.875rem, 0.8vw + 0.5rem, 1.125rem); /* 14px – 18px */
  font-weight: normal;
}

h4 {
  color: #6e6e6e;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(0.5625rem, 0.3vw + 0.4rem, 0.75rem); /* 9px – 12px */
  font-weight: normal;
}

h5 {
  color: #6e6e6e;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(0.6875rem, 0.4vw + 0.4rem, 0.875rem); /* 11px – 14px */
  font-weight: normal;
}

/* ====== TABELLEN ====== */
table td.transparant {
  background: transparent;
}

/* ====== MOBIEL ====== */
@media (max-width: 767px) {
  h1, h2, h3, h4, h5, p {
    text-align: center;
  }
}
