* {
    margin: 0;
    padding: 0;
}
header {
    background-image: url('images/opvang.jpg'); 
    background-size: cover;
    padding: 20px 0;
}

.container {
    display: flex;
    align-items: center;
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 20px;
}

.logo img {
    height: 86px;
    margin-right: 20px; 
}

nav ul {
    list-style: none;
    display: flex;
    gap: 20px;
}

nav ul li a {
    text-decoration: none;
    color: #00FF00;
    font-size: 24px;
    font-weight: bold;
    border: 2px solid #00FF00;
    padding: 10px 20px;
    transition: background-color 0.3s;
}

nav ul li a:hover {
    background-color: #00FF00;
    color: #000;
}
.footer {
    background-color: black;
    color: white;
    display: flex;
    justify-content: space-between;
    padding: 20px;
}
.footer .left, .footer .right {
    width: 45%;
}
form {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
    max-width: 500px;
    width: 100%;
}

h1 {
    text-align: left;
    color: #ffffff;
}

.Textuitleg {
    display: block;
    font-size: 14px;
    margin-bottom: 8px;
    color: #333;
}

input[type="text"],
input[type="date"],
input[type="time"],
textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
    box-sizing: border-box;
}

textarea {
    resize: vertical;
}

.Bevestig {
    width: 100%;
    padding: 12px;
    background-color: #007BFF;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
}

.Bevestig:hover {
    background-color: #0056b3;
}
.afspraakcontainer img {
    width: 45%; 
    border-radius: 10px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
}
.afspraakcontainer {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1000px;
    width: 100%;
    padding: 20px;
}
