
body {
  margin: 0;
  font-family: 'Segoe UI', sans-serif;
  background: #fdfdfd;
  color: #0d47a1;
}
header {
  background: #fdd835;
  padding: 1.5rem;
  text-align: center;
}
.logo-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.logo {
  height: 60px;
}
nav {
  background: #0d47a1;
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
nav ul li {
  margin: 0.5rem;
}
nav ul li a {
  color: white;
  text-decoration: none;
  font-weight: bold;
}
main {
  padding: 2rem;
}
footer {
  background: #fdd835;
  text-align: center;
  padding: 1rem;
  font-size: 0.9rem;
}
.quote {
  font-style: italic;
  margin-top: 0.5rem;
}
.welkom {
  max-width: 800px;
  margin: 0 auto;
  padding: 2rem;
  background-color: #fffbea;
  border-radius: 16px;
  box-shadow: 0 0 15px rgba(0,0,0,0.05);
  line-height: 1.7;
  font-size: 1.1rem;
}
.welkom h2 {
  color: #0d47a1;
  margin-bottom: 1rem;
}
.watermerk {
  position: fixed;
  bottom: 10px;
  right: 10px;
  background: url('chatgpt-image.png') no-repeat;
  background-size: 120px;
  width: 120px;
  height: 120px;
  opacity: 0.05;
  z-index: 0;
  pointer-events: none;
}
@media (max-width: 768px) {
  nav ul {
    flex-direction: column;
  }
  .logo-title {
    flex-direction: column;
  }
}/* Call-to-action knop */
.cta-button {
  display: inline-block;
  background-color: #FFD100;
  color: #002147;
  font-weight: bold;
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 8px;
  text-decoration: none;
  font-size: 1.1rem;
  margin-top: 2rem;
  transition: background-color 0.3s ease;
}

.cta-button:hover {
  background-color: #e6bc00;
}.cta-button {
  display: inline-block;
  background-color: #FFD100;
  color: #002147;
  font-weight: bold;
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 8px;
  text-decoration: none;
  font-size: 1.1rem;
  margin-top: 2rem;
  transition: background-color 0.3s ease;
}

.cta-button:hover {
  background-color: #e6bc00;
}.aanmeldformulier {
  display: flex;
  flex-direction: column;
  max-width: 600px;
  margin: 0 auto;
  gap: 1rem;
}

.aanmeldformulier label {
  font-weight: bold;
  margin-bottom: 0.25rem;
}

.aanmeldformulier input,
.aanmeldformulier select,
.aanmeldformulier textarea {
  padding: 0.75rem;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 6px;
}

.aanmeldformulier button {
  background-color: #FFD100;
  color: #002147;
  font-weight: bold;
  border: none;
  padding: 0.75rem;
  font-size: 1rem;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.aanmeldformulier button:hover {
  background-color: #e6bc00;
}
.aanmeldformulier {
  display: flex;
  flex-direction: column;
  max-width: 600px;
  margin: 0 auto;
  gap: 1rem;
}

.aanmeldformulier label {
  font-weight: bold;
  margin-bottom: 0.25rem;
}

.aanmeldformulier input,
.aanmeldformulier select,
.aanmeldformulier textarea {
  padding: 0.75rem;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 6px;
}

.aanmeldformulier button {
  background-color: #FFD100;
  color: #002147;
  font-weight: bold;
  border: none;
  padding: 0.75rem;
  font-size: 1rem;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.aanmeldformulier button:hover {
  background-color: #e6bc00;
}



