.onderdelen-container {
    background-color: #ffffff; /* Witte achtergrond */
    border-radius: 10px; /* Ronde hoeken */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Zachte schaduw */
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px 20px;
    max-width: 1210px;     
    width: 100%; 
    height: 400px;
    margin-left: 13.75%;
    margin-top: 2%;
}
.foto-container {
    position: relative;
    width: 80%; 
    height: 400px; 
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 20%;
    margin-top: 2%;
}
.piston-arms {
    position: absolute;
    width: 100%; 
    transform: translate(-11%, 8%);
}

.boluzsection {
    width: 100%;
}

.boluzcontainer {
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: 5%;
}

.boluzcontainer.reverse {
    flex-direction: row-reverse;
}


.inner {
    flex: 1;
    display: flex;
    justify-content: center;
    padding: 60px 40px;
    box-sizing: border-box;
}

.text {
    max-width: 600px;
}

.image {
    flex: 1;
}

.image img {
    width: 100%;
    height: 100%;
    max-height: 395px;
    object-fit: cover;
    display: block;
    border-radius: 10px; /* Ronde hoeken */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Zachte schaduw */
}





.logosectie {
    width: 100%;
    padding: 60px 20px;
}

.logo-container {
    display: flex;
    justify-content: center;     /* Centreert horizontaal */
    align-items: center;
    gap: 80px;                   /* Ruimte tussen foto's */
    max-width: 1200px;
    margin-top: 10px;           /* Centreert container */
    margin-bottom: -10px;
}

.logo img {
    width: 100%;
    max-width: 75px;
    height: auto;
    display: block;
}

.boluz-foto {
    width: 100%;
    max-width: 1300px;
    max-height: 500px;
    object-fit: cover;   /* 🔹 voorkomt vervorming */
    display: block;
    margin-top: 20px;
    border-radius: 10px; /* Ronde hoeken */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Zachte schaduw */
}

