body {
    font-family: Arial, sans-serif;
    background-color: #f0f0f0;
    margin: 0;
    padding: 0;
}

h2, p {
    padding-bottom: 12px;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

/* Header style: fixed to top, centered content */
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #222;
    color: white;
    text-align: center;
    padding: 12px 0;
    font-size: 1.5em;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Move the menu button into the header */
header details {
    position: absolute;
    left: 20px;  /* Positioned to the left side of the header */
}

/* Menu button style: remove padding for a compact button */
summary {
    background-color: #333;
    color: white;
    padding: 0;
    font-weight: bold;
    border: none;
    cursor: pointer;
    border-radius: 4px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px; /* Center the menu button content */
    list-style: none;
}

  /* Hide default dropdown arrow from the summary */
summary::-webkit-details-marker {
    display: none;
  }

/* When the menu is open, change the button color */
details[open] summary {
    background-color: #555;
}

/* Dropdown menu style */
details ul {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #444;
    margin: 0;
    padding: 0;
    list-style: none;
    min-width: 140px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

/* Menu item style */
details ul li a {
    display: block;
    padding: 10px 14px;
    text-decoration: none;
    color: white;
}

/* Hover effect for menu items */
details ul li a:hover {
    background-color: #555;
}

/* Content area to ensure it does not overlap with the fixed header */
main.content {
    padding-top: 100px;
    text-align: center;
}

form {
    max-width: 600px;
    margin: 20px auto;
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    text-align: left;
}

label {
    display: block;
    margin-top: 10px;
}

input, select, textarea {
    width: 100%;
    padding: 8px;
    margin-top: 4px;
    margin-bottom: 12px;
    border-radius: 4px;
    border: 1px solid #ccc;
}

button {
    background-color: #222;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.radio-inline {
    display: inline-flex;
    align-items: center;
    margin-right: 20px;
}

.radio-inline input[type="radio"] {
    margin-right: 6px;
}

#interessant {
    display: inline-flex;
    align-items: center;
    margin-right: 20px;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
#interessant input[type="checkbox"]
{
    margin-right: 6px;
}
body {
    margin: 0;
    padding-bottom: 60px; /* ruimte voor vaste footer */
    font-family: sans-serif;
}
  
  
main {
    padding: 5px;
    background-color: #f1f1f1;
  }
  
  /* 👇 Vaste footer */
footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background-color: #333;
    color: white;
    text-align: center;
    line-height: 60px;
    z-index: 1000;
}

.afbeelding {
    display: flex;
    justify-content: center;
    align-items: center;

}
  
picture {
    max-width: 100%;
    height: auto;
    padding-bottom: 12px;
}

@font-face {
    font-family: 'hollow';
    src: url('fonts/TrajanProRegular.ttf') format('truetype'),
        url('fonts/trajanproregular-webfont.woff') format('woff'),
        url('fonts/trajanproregular-webfont.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'hades';
    src: url('fonts/eb-garamond.ttf') format('truetype'),
        url('fonts/eb-garamond.woff') format('woff'),
        url('fonts/eb-garamond.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

h2.zag {
    font-family: 'hades', serif;
}

h2.hk {
    font-family: 'hollow', serif;
}

h2.destiny{
    font-family: Arial, Helvetica, sans-serif;
}

img {
    width: 300px;
    height: auto;
}

.centreer {
    list-style-position: inside;
    text-align: center;
    padding-left: 0;
    font-family: Arial, Helvetica, sans-serif;
}

.lijst {
padding-top: 12px;
}