* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Bree Serif', serif;
    background-color: #f9f9f9; /* soft gray background */
    color: #333;
    line-height: 1.6;
}

/* Vaste (sticky) navigatie */
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    color: black;
    padding: 10px 0;
    font-family: 'Bree Serif', serif;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px; /* Space between items */
}



.navbar img {
    width: 150px; /* Adjust width for better fit */
    height: 1; /* Maintain aspect ratio */
    margin: 10px; /* Center and add spacing */
    display: block; /* Center within container */
}

.navbar a {
    color: black;
    text-decoration: none;
    padding: 10px 15px;
    display: inline-block;
}

/* Dropdown Menu */
.menu-container {
    position: relative;
    display: inline-block;
}

.menu-header {
    padding: 15px;
    text-decoration: none;
    color: #000;
    cursor: pointer;
}

.menu-categories {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9999;
    padding: 20px;
}

.menu-container:hover .menu-categories {
    display: block;
}

.category {
    font-size: 16px;
    margin-right: 40px;
}

.category-header {
    font-weight: bold;
    margin-bottom: 10px;
}

.category-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.category-list li {
    margin: 5px 0;
}

.category-list li a {
    text-decoration: none;
    color: #007bff;
}

.category-list li a:hover {
    text-decoration: underline;
}

/* Button Styles */
.zoek1,
.zoek2 {
    border: none;
    padding: 10px 15px;
    color: black;
    cursor: pointer;
    border-radius: 20px;
    font-family: 'Bree Serif', serif;
    width: 150px;
    text-align: center;
    box-sizing: border-box;
    background-color: #f8f4f4;
}

/* Media Query for Small Screens */
@media (max-width: 768px) {
    /* Stack navbar items vertically on small screens */
    .navbar {
        flex-direction: column;
        align-items: flex-start; /* Align to the left */
        padding: 20px;
    }

    .navbar a {
        padding: 10px;
        width: 100%; /* Make links full width on small screens */
        text-align: left;
    }

    .navbar img {
        width: 150px; /* Reduce logo size */
        margin-right: 0;
        margin-bottom: 10px;
    }

    .menu-container {
        width: 100%; /* Ensure dropdown is full width on mobile */
    }
    
    /* Dropdown Menu */
    .menu-categories {
        width: 100%; /* Dropdown expands full width */
        padding: 15px;
    }
}

@media (max-width: 480px) {
    .navbar img {
        width: 120px; /* Further reduce logo size */
    }

    .navbar a {
        padding: 8px;
    }
}

/* Footer */
.footer {
    background-color: #000;
    color: #fff;
    padding: 30px 0;
    font-family: 'Bree Serif', serif;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between; 
    align-items: flex-start;
    gap: 20px;
    padding: 0 20px;
}

.footer-section {
    flex: 1;
    max-width: 300px;
}

.footer-left {
    text-align: left;
}

.footer-center {
    text-align: left;
}

.footer-right {
    text-align: left;
}

.footer-links a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 8px;
    line-height: 1.6;
}

.footer-links a:hover {
    text-decoration: underline;
}

.footer h2,
.footer h3 {
    margin: 0;
    padding-bottom: 10px;
    font-weight: normal;
}

.footer h2 {
    font-size: 1.2em;
    margin-bottom: 10px;
}

.footer h3 {
    font-size: 1em;
    line-height: 1.5;
}

/* Footer logo specific styling */
.footer-logo {
    width: 150px; /* Adjust width for better fit */
    height: auto; /* Maintain aspect ratio */
    margin: 10px auto; /* Center and add spacing */
    display: block; /* Center within container */
}

/* Responsiveness */
@media (max-width: 768px) {
    .voorwaarden-content {
        margin: 20px 10px;
        padding: 20px;
    }
    .navbar nav a {
        margin-left: 10px;
    }
    .hero-section h1 {
        font-size: 1.8em;
    }
}

/* Tab Container */
.menu-container {
    position: relative;
    display: inline-block;
}

.menu-header {
    padding: 15px;
    text-decoration: none;
    color: #000;
    cursor: pointer;
}

.menu-categories {
    display: none;
    position: absolute;
    top: 100%; /* direct onder de knop */
    left: 0;
    background-color: #fff;
    z-index: 9999;
    padding: 20px;
}

.menu-container:hover .menu-categories {
    display: block;
}

.menu-categories {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.category {
    font-size: 16px;
}

.category-header {
    font-weight: bold;
    margin-bottom: 10px;
}

.category-list {
    list-style: none;
    padding: 0;
}

.category-list li {
    margin: 5px 0;
}

.category-list li a {
    text-decoration: none;
    color: #007bff;
}

.category-list li a:hover {
    text-decoration: underline;
}


/* ----------- 
   Socials-pagina
   ----------- */

/* Zorg dat main de ruimte pakt, zodat de footer onderaan staat 
   (in combinatie met display:flex in html, body) */
   .main-content {
    flex: 1; /* Zo duw je de footer automatisch naar beneden */
    margin-top: 80px;  /* Als je navbar fixed is */
    padding: 20px;
    font-family: 'Bree Serif', serif;
  }
  
  /* Intro-tekst boven de social-kaarten */
  .socials-intro {
    text-align: center;
    margin-bottom: 40px;
  }
  
  .socials-intro h1 {
    font-size: 2em;
    margin-bottom: 10px;
  }
  
  .socials-intro p {
    font-size: 1.1em;
    color: #333;
    max-width: 900px;
    margin: 0 auto;
  }
  
  /* Grid met kaarten */
  .socials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto; /* Centraal uitlijnen */
    padding: 0 20px;
    justify-content: center; /* Kaarten centreren */
}


  
  /* Elke sociale kaart */
  .social-card {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0px 4px 10px rgba(0,0,0,0.1);
    padding: 20px;
    text-align: center;
  }
  
  /* Pseudo-icoon voor de verschillende kanalen */
  .social-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
  }
  
  /* Titels van elke kaart */
  .social-card h2 {
    font-size: 1.5em;
    margin-bottom: 10px;
  }
  
  /* Tekst in de kaart */
  .social-card p {
    font-size: 1em;
    color: #555;
    margin-bottom: 20px;
  }
  
  /* Button-styling */
  .social-button {
    display: inline-block;
    background-color: #007bff;  /* of gebruik #000, of een andere accentkleur */
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 24px;
    font-family: 'Bree Serif', serif;
    transition: background-color 0.3s ease;
  }
  
  .social-button:hover {
    background-color: #0056b3;  /* iets donkerder blauw */
  }