.az-bar {
    text-align: center;
    margin: 20px 0;
    font-family: 'Segoe UI', Arial, sans-serif;
}

.az-bar a {
    display: inline-block;
    padding: 8px 14px;
    margin: 3px;
    background-color: #003596;      /* JOUW kleur */
    color: #fff !important;
    border-radius: 5px;
    font-weight: bold;
    text-decoration: none;
    border: 2px solid #00246a;      /* Donkerdere rand */
    transition: 0.2s;
}

.az-bar a:hover {
    background-color: #00246a;      /* Donkerder bij hover */
    border-color: #001a4d;
}

.az-bar a.active {
    background-color: #000;         /* Actieve letter */
    border-color: #222;
}

.az-bar a.all {
    background-color: #444;         /* ALLES-knop */
    border-color: #222;
}

img {
  max-width: 100%;   
  height: auto;      
  display: block; }
  
  * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.banner {
  width: 100%;
  display: block;
}

body {
  margin-top: 0;
}

// <weight>: Use a value from 100 to 700
// <uniquifier>: Use a unique and descriptive class name

.roboto-mono-<uniquifier> {
  font-family: "Roboto Mono", monospace;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

div.gallery {
  border: 1px solid #ccc;
}

div.gallery:hover {
  border: 1px solid #777;
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 15px;
  text-align: center;
}

* {
  box-sizing: border-box;
}

.responsive {
  padding: 0 6px;
  float: left;
  width: 24.99999%;
}

@media only screen and (max-width: 700px) {
  .responsive {
    width: 49.99999%;
    margin: 6px 0;
  }
}

@media only screen and (max-width: 500px) {
  .responsive {
    width: 100%;
  }
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.main-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 20px;
}

.content {
  flex: 1 1 70%;
  min-width: 300px;
}

/* The navigation menu */
.navbar {
  overflow: hidden;
  background-color: #333;
}

/* Navigation links */
.navbar a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

/* The subnavigation menu */
.subnav {
  float: left;
  overflow: hidden;
}

/* Subnav button */
.subnav .subnavbtn {
  font-size: 16px;
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

/* Add a red background color to navigation links on hover */
.navbar a:hover, .subnav:hover .subnavbtn {
  background-color: orange;
}

/* Style the subnav content - positioned absolute */
.subnav-content {
  display: none;
  position: absolute;
  left: 0;
  background-color: #003596;
  width: 100%;
  z-index: 1;
}

/* Style the subnav links */
.subnav-content a {
  float: left;
  color: white;
  text-decoration: none;
}

/* Add a grey background color on hover */
.subnav-content a:hover {
  background-color: #eee;
  color: black;
}

/* When you move the mouse over the subnav container, open the subnav content */
.subnav:hover .subnav-content {
  display: block;
}
.navbar, 
.navbar a, 
.subnav .subnavbtn, 
.subnav-content a {
    font-family: 'Roboto', sans-serif;
}
/* Verberg de toggle op desktop */
.mobile-toggle {
    display: none;
    background: #333;
    color: white;
    padding: 14px 16px;
    font-size: 18px;
    cursor: pointer;
}

/* Mobiel/tablet */
@media (max-width: 800px) {

    /* Toon de toggle */
    .mobile-toggle {
        display: block;
    }

    /* Verberg de navbar standaard */
    .navbar {
        display: none;
        width: 100%;
    }

    /* Toon navbar wanneer body.nav-open actief is */
    body.nav-open .navbar {
        display: block;
    }

    /* Menu-items onder elkaar */
    .navbar a,
    .subnav .subnavbtn {
        float: none;
        display: block;
        text-align: left;
        width: 100%;
    }

    /* Submenu ook onder elkaar */
    .subnav-content {
        position: static;
        width: 100%;
    }
}
.index img {
    transition: opacity 0.3s ease;
    opacity: 1;
}

.index img:hover {
    opacity: 0.4; /* of 0.5, 0.2… wat jij mooi vindt */
}
/* --- Specifieke Biografie Sectie --- */
.bio-wrapper {
    max-width: 800px;
    margin: 20px auto;
    font-family: 'Segoe UI', Arial, sans-serif;
    color: #333;
}

.bio-card {
    border-left: 8px solid #003596;
    padding: 25px;
    background-color: #fff;
    border-radius: 10px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-bottom: 25px; /* De vaste 25px tussenruimte */
    text-align: left;
}

.bio-card h1, .bio-card h2 {
    color: #003596;
    margin-top: 0;
}

.bio-photo {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
    margin-bottom: 15px;
    display: block;
}

.bio-table-container {
    overflow-x: auto;
}

.bio-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
    font-size: 0.95em;
    text-align: left;
}

.bio-table th {
    background-color: #003596;
    color: #fff;
    padding: 12px;
    border: 1px solid #ccc;
}

.bio-table td {
    padding: 10px;
    border: 1px solid #eee;
}

.bio-table tr:nth-child(even) {
    background-color: #f9f9f9;
}

.bio-link {
    color: #003596;
    text-decoration: underline;
    font-weight: bold;
}

/* Styling voor de nummer 1-hits */
.bio-top-hit {
    background-color: #eef4ff !important; 
    font-weight: bold;
}