body {
    font-family: Poppins, sans-serif;
    margin: 0;
    padding: 0;
    text-align: center;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #ffffff;
    padding: 1rem;
    max-width: 83%;
    margin: 0 auto;
}

.logo {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.logo img {
    width: auto; 
    height: 75px;
}

h1 {
    font-size: 50px;
    font-weight: 600;
    color: #7D825C; 
    margin: 0;
    line-height: 1; 
}

.nav-header {
    cursor: pointer;
    display: flex; 
    align-items: center; 
}

.nav-header img {
    border-radius: 50%;
    height: 40px;
}

nav ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 20px;
}

main {
    margin-top: 10px;
    background-color: #f3f0f0;
    min-height: 100vh;
    display: flex; 
    padding: 2rem; 
    box-sizing: border-box;
}

.menu {
    display: flex; 
    flex-direction: column;
    width: 20%; 
    padding-left: 1.5rem;
    gap: 1rem;
    margin-top: 80px;
    align-items: center;
}

.menu-btn {
    background-color: #ffffff; 
    color: rgb(0, 0, 0);
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    margin: 5px auto;
    border-radius: 30px;
    font-family: Poppins, sans-serif;
    font-size: 17px; 
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    width: 250px;
    }

.menu-btn img {
    width: 25px;
}

a {
    text-decoration: none;
    color: black
}
    
.menu-btn:hover {
    transform: scale(1.05);
}

h2 {
    margin-top: 60px;
    margin-bottom: 30px; 
    color: #CA7734 ; 
    font-size: 50px; 
}    

.campings-container {
    display: flex;
    align-items: flex-start;
    gap: 2rem;
    flex: 1;
}

#filterblok {
    background-color: #f1f1f0;
    padding: 20px 30px;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    width: 300px;
    position: sticky;
    top: 20px;
    margin-top: 165px;
    text-align: left;
}

#filterblok label:not(.checkbox-label) {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 14px;
}

.checkbox-label {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    line-height: 1.4;
}

#filterblok input[type="text"],
#filterblok select {
    padding: 8px 12px;
    border-radius: 10px;
    border: 1px solid #ccc;
    font-size: 14px;
    background-color: #fff;
    width: 100%;
}

#filterblok input[type="checkbox"] {
    transform: scale(1.2);
    accent-color: #7D825C;
}

.filter-knoppen-onder {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 15px;
    margin-top: 30px;
}

.filter-knoppen-boven {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 30px;
}

#filter-knop,
#filter-knop-boven,
#wis-knop,
#wis-knop-boven {
    background-color: #7D825C;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

#filter-knop:hover,
#filter-knop-boven:hover {
    background-color: #636749;
}

#wis-knop,
#wis-knop-boven {
    background-color: #CA7734 ;
}

#wis-knop:hover,
#wis-knop-boven:hover {
    background-color: #A7632B;
}

.uitklap-filter {
    margin-top: 20px;
    font-size: 14px;
    text-align: left;
    border-top: 1px solid #ccc;
    padding-top: 15px;
}

.uitklap-filter summary {
    font-weight: 600;
    color: #7D825C;
    cursor: pointer;
    margin-bottom: 10px;
}

.uitklap-filter label {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    margin-bottom: 6px;
    margin-left: 15px;
}

.camping-content {
    flex: 1;
    text-align: left;
}

#campinglijst {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

.camping-kaart {
    width: 250px;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    padding: 1rem;
    text-align: center;
    transition: transform 0.3s ease;
}

.camping-kaart img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 10px;
}

.camping-kaart:hover {
    transform: scale(1.05);
    cursor: pointer;
}

.kampeervrienden {
    padding: 1rem;
    width: 20%;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-top: 90px;
}
    
.kampeervrienden-btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    width: 250px;
    padding: 10px 20px;
    margin: 5px auto;
    background-color: #ffffff;
    border: none;
    border-radius: 30px;
    font-family: Poppins, sans-serif;
    font-size: 15px;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
        
.kampeervrienden-btn:hover {
    transform: scale(1.05);
}
    
.kampeervrienden-btn img {
    width: 25px;
}
    
.contacten {
    color: #636749;
    font-weight: 600; 
    padding: 10px 20px; 
    display: flex; 
    margin-left: 80px;
    font-size: 20px; 
}