/* Algemene reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Basis body-stijl */
body {
  font-family: Calibri, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.2;
  margin-left: 5px;
  background-image: url('../90pics/tcbkcomplex.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100vh;
}

/* ================================
   1. STANDAARD LINKS (GEWOON TEKST)
   ================================ */
a {
  color: blue;
  text-decoration: underline;
  font-weight: normal;
  font-size: 12px;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  display: inline;
}

a:hover {
  color: darkblue;
}

/* =========================================
   2. NAVIGATIE-LINKS (KNOPPEN) VIA .navlink
   ========================================= */
.navlink {
  display: inline-block;
  padding: 10px;
  color: blue;
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
  background-color: white;
  border: 2px solid #000;
  border-radius: 5px;
  margin: 5px;
  text-align: center;
  white-space: nowrap;
}

.navlink:hover {
  background-color: #9EB091;
}

/* ============================
   3. FLASHBOX LINKS (GEWOON)
   ============================ */
.flashbox {
    text-align: left !important;
}

.flashbox a {
  color: blue !important;
  text-decoration: underline !important;
  font-weight: normal !important;
  background: none !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  display: inline !important;
}

/* ============================
   4. FOOTER
   ============================ */
.footer-privacy {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0,0,0,0.6);
  color: white;
  font-size: 10px;
  font-style: italic;
  padding: 6px 10px;
}
