/* Oude Kippen - basisstijl 2025 */
/* Behoudt de historische sfeer, met moderne leesbaarheid */

body {
  margin: 0;
  font-family: sans-serif;
  font-size: 17px;
  line-height: 1.65;
  background: #feffe0;    /* bannerkleur */
  color: #111;
}

/* Banner */
.header-banner {
  display: block;
  margin: 0 auto;
  height: 160px;
  width: auto;
}

/* Menu bovenaan */
.topmenu {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2em;
  border-top: 1px solid #d8d4c8;
  border-bottom: 1px solid #d8d4c8;
  padding: .6em 1em;
  background: #fcfbf8;
  font-size: 15px;
  line-height: 1.4;
}

.navmenu { min-width: 180px; }
.navmenu-group {
  font-weight: bold;
  margin-bottom: .3em;
  border-bottom: 1px solid #e0ddd0;
  padding-bottom: .2em;
}
.navmenu-items {
  list-style: none;
  padding: 0;
  margin: 0;
}
.navmenu-item {
  margin: 0.2em 0;
}
.navmenu-item a {
  text-decoration: none;
  color: #004080;
}
.navmenu-item a:hover {
  text-decoration: underline;
  background: #f0eee0;
}

/* Tekstvlak */
.content {
  max-width: 900px;
  margin: 2em auto 3em auto;
  padding: 2em;
  background: #fcfbf8;
  box-shadow: 0 1px 3px rgba(0,0,0,.05);
}

/* Koppen en tekst */
h1, h2, h3, h4 { color: #333; }
/* Duidelijke linkstijl */
a {
  color: #0033cc;
  font-weight: bold;
  text-decoration: underline;
}

a:visited {
  color: #660099;
}

a:hover, a:focus {
  color: #cc0000;
  background: #fff2b8;
  text-decoration: underline;
}
