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

main {
    width: 1190px; /* Breedte van de main container */
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    margin-top: 40px;
    margin-bottom: 40px;
}

.aanmeld-sectie {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}

h1 {
    font-size: 2.5rem;
    color: #333;
    margin-bottom: 20px;
}

p {
    color: #666;
    font-size: 1.25rem;
    margin-bottom: 20px;
}

form {
    margin-bottom: 20px;
}

label {
    display: block;
    margin-bottom: 5px;
    font-size: 1.1rem;
}

input[type="text"],
input[type="email"],
input[type="tel"] {
    width: 50%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 1.25rem;
}

input[type="checkbox"] {
    margin-right: 5px;
}

.neppe-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #f97316;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-size: 1.25rem;
}

.neppe-button:hover {
    background-color: #ea580c;
}

.algemene {
    color: #f97316;
}

.voordelen-sectie {
    margin-top: 40px;
}

.voordelen-sectie h2 {
    font-size: 2rem;
    color: #333;
    margin-bottom: 20px;
}

.aanmeld-sectie h2 {
    font-size: 2rem;
    color: #333;
    margin-bottom: 20px;
}

.voordelen-sectie ul {
    list-style: none;
    padding: 0;
}

.voordelen-sectie ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1108px;
    height: 48px;
    padding: 0 20px;
    border-bottom: 1px solid #ddd;
}

.voordelen-sectie ul li:nth-child(odd) {
    background-color: #f9f9f9;
}

.voordeel-tekst {
    font-size: 1.1rem;
    color: #333;
    flex-grow: 1;
}

.voordeel-icoon {
    font-size: 1rem;
    color: #00bfff;
    flex-shrink: 0;
}

.prijs {
    color: #00bfff;
    font-weight: bold;
    text-align: right;
    font-size: 1.25rem;
}

.aanmeld-button {
    display: block;
    background-color: #f97316;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-top: 20px;
    text-align: center;
    float: right;
}

.aanmeld-button:hover {
    background-color: #ea580c;
}

ul li::after {
    font-family: 'FontAwesome';
    color: #00bfff;
    float: right;
}
