:root{
  --beige: #f5f0e6;
  --text: #1f2937;
  --text-light: #4b5563; /* lichte tekstkleur */
  --black: #000000;
  --muted: #6b7280; 
  --accent: #0f6fbf;
  --accent-2: #0b4f91;
  --hr: #e6eefc;
  --shadow: 0 6px 20px rgba(15,111,191,0.08);
  --radius-lg: 14px;
  --radius: 8px;
  --container-max: 1100px;
  --font-sans: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
}

/* Base */
* { box-sizing: border-box; }
html, body { height: 100%; margin:0; }
body {
  font-family: var(--font-sans);
  background: var(--beige);
  color: var(--text);
  line-height: 1.55;
  font-size: 16px;
}

/* Header basis */
header {
  position: relative;
  background: var(--beige);
  border-bottom: 1px solid var(--hr);
}

.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0;
  padding: 15px 30px;
}

/* Logo */
.logo {
  height: 90px;
  width: auto;
  border-radius: 13px;
  z-index: 2;
}

/* Titel netjes centreren */
.header-center {
  flex: 1;
  display: flex;
  justify-content: center;
  z-index: 2;
}
.nav-title {
  font-size: 2.6rem;
  font-weight: 850;
  color: #000;
  white-space: nowrap;
  margin: 0; /* geen vaste marges */
  margin-left: 20%;
}

/* Nav rechts */
nav {
  flex-shrink: 0;
  position: relative;
  z-index: 2;
  margin-top: 10px;
}
nav ul {
  display: flex;
  gap: 14px;
  list-style: none;
  padding-top: 20px;
  font-family: 'Trebuchet MS', sans-serif;
  font-weight: bolder;
  font-size: 22px;
}
nav a {
  text-decoration: none;
  color: var(--accent-2);
  padding: 8px 12px;
  border-radius: 8px;
  transition: 0.16s;
}
nav a:hover {
  background: rgba(15,111,191,0.08);
  color: lightseagreen;
  transform: translateY(-1px);
}
nav a.active {
  text-decoration: underline;
  color: var(--accent);
}

/* nav li{
  backgrou
  border-radius: 10px;
} */

/* Taalkeuze */
.lang-switch {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 0.95rem;
  font-weight: bold;
  z-index: 10;
}

.lang-switch a {
  text-decoration: none;
  color: var(--accent-2, #333);
  margin: 0 6px;
  transition: color 0.2s ease;
}

.lang-switch a:hover {
  color: var(--accent, #0066cc);
}

.lang-switch .active {
  text-decoration: underline;
  color: var(--accent, #0066cc);
}


/* Main content */
main { padding: 36px 20px 72px; }
section {
  background: rgba(255,255,255,0.85);
  margin-bottom: 28px;
  padding: 26px;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  border: 1px solid rgba(11,79,145,0.04);
}

.titleh1{
  justify-content: center;
  display: flex;
  font-size: 1.6rem;
  color: black;
  margin-top: 0px;
 

}


h2 {
  margin: 0 0 16px 0;
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--accent);
  border-left: 5px solid var(--accent);
  padding-left: 10px;
}

h2.h2Title{
  font-size: 1.2rem;
  color: black;
  border-left: 0;

}

.titleStyle {
  text-align: center;        /* alles in het midden */
  margin: 10px 0;            /* ruimte boven en onder */
}

/* Titel stijlen */
.h2Title {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 20px;
  color: #222;
}

.btn-cta {
  display: inline-block;
  background-color: var(--accent-2);   /* zwarte knop */
  color: #ffffff;              /* witte tekst */
  font-size: 1.2rem;
  font-weight: bold;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  margin-top: 15px;
  margin-bottom: 20px;
}

/* Hover effect */
.btn-cta:hover {
  background-color: #ffffff;
  color: #000000;
  border: 2px solid #000000;
  transform: scale(1.05);
}

h3{
  border-left: 3px solid var(--accent);
  padding-left: 10px;
  text-decoration: underline;
  color: darkblue;
}

section p { margin: 0 0 14px 0; color: var(--muted); }

/* Lijsten */
ul, ol { margin: 0 0 12px 20px; padding-left: 20px; }
ul li, ol li { margin: 8px 0; color: var(--text); }
ul li strong, ol li strong { color: var(--text); }

/* HR */
hr { 
  border: none; 
  height: 3px; 
  background: linear-gradient(90deg, transparent, var(--accent-2), transparent); 
  margin: 24px 0; 
  border-radius: 3px;
}

/* Footer */
.site-footer {
  background-color: var(--beige);
  color: var(--text);
  padding: 0px 10px 10px 10px;
}

.footer-inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
  width: 100%;
  margin: 0 auto 30px;
}

.footer-col h4 {
  margin-bottom: 15px;
  font-size: 1.2rem;
  color: black;
  text-decoration: underline;
}

.opening {
  text-decoration: underline;
  margin-left: 40px;
}

.footer-logo {
  height: 50px;
  margin-bottom: 10px;
  border-radius: 7px;
}

.footer-company-name {
  font-weight: 900;
  margin-bottom: 0px;
  text-decoration: underline;
  
}

.footer-small {
  font-size: 0.9rem;
  color: var(--text-light);
  margin-bottom: 6px;
}

.footer-small a {
  text-decoration:none; 
  color: var(--accent-2); 
  transition:0.16s; 
  font-weight: bold;
}

.footer-links ul,
.footer-legal ul {
  list-style: none;
  font-weight: bold;
  margin-left: 0px;
  padding-left: 0px;
}

.footer-links li,
.footer-legal li {
  margin-bottom: 8px;
}

.footer-links a,
.footer-legal a {
  color: var(--accent-2);
  text-decoration: none;
  transition: color 0.3s;
}

.footer-links a:hover,
.footer-legal a:hover {
  color: var(--accent);
}

.footer-bottom {
  border-top: 1px solid rgba(0,0,0,0.2);
  text-align: center;
 
}

.footer-bottom p {
  font-size: 0.85rem;
  color: var(--accent-2) ;
  margin: 3px 0px 0px 0px;
}

/* Taalkeuze */
.lang-switch {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 0.95rem;
  font-weight: bold;
  z-index: 10;
}

.lang-switch a {
  text-decoration: none;
  color: var(--accent-2, #333);
  margin: 0 6px;
  transition: color 0.2s ease;
}

.lang-switch a:hover {
  color: var(--accent, #0066cc);
}

.lang-switch .active {
  text-decoration: underline;
  color: var(--accent, #0066cc);
}

.legal-page {
  max-width: 900px;
  margin: 0 auto;
  padding: 30px 20px 60px;
  background: rgba(255, 255, 255, 0.92);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  border: 1px solid rgba(11,79,145,0.08);
}

.legal-page h1 {
  font-size: 2rem;
  margin-bottom: 20px;
  text-align: center;
  color: var(--accent-2);
  border-bottom: 2px solid var(--accent);
  padding-bottom: 10px;
}

.legal-page h2 {
  font-size: 1.4rem;
  margin-top: 28px;
  margin-bottom: 14px;
  color: var(--accent);
  border-left: 4px solid var(--accent-2);
  padding-left: 10px;
}

.legal-page h3 {
  font-size: 1.2rem;
  margin-top: 20px;
  color: darkblue;
  border-left: 3px solid var(--accent);
  padding-left: 8px;
  text-decoration: underline;
}

.legal-page p {
  margin-bottom: 14px;
  color: var(--text-light);
  line-height: 1.65;
}

.legal-page ul, 
.legal-page ol {
  margin: 0 0 16px 25px;
}

.legal-page li {
  margin-bottom: 8px;
  color: var(--text);
}
.legal-page a {
  color: var(--accent-2);
}




/* Responsive */


/* Responsive */
@media (max-width: 1000px) {
  .header-container {
    display: block;
  }

  .logo {
    height: 70px;
    margin-bottom: 10px;
  }

  .nav-title {
width: 100%;
    margin-bottom: 0px;
   } 

  nav ul {
    justify-content: center;
    gap: 12px;
    margin-top: 0px;
    padding: 0px;
  }
}

@media (max-width: 520px) {
  .logo {
    height: 60px;
  }

  .nav-title{
    font-size: 1.6rem;
  }

  nav ul {
    align-items: center;
    gap: 10px;
  }
}



