.fw-site-logo img {
    height: auto;
}

/* CTA sticky bar */
.onw-cta-bar {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #ffffff;
    z-index: 99;
    padding: 15px;
    box-shadow: 0 0 15px rgb(0 0 0 / 20%);
    text-align: center;
    transition: all 200ms ease-in-out;
    transform: translateY(0%);
}

.onw-cta-bar.onw-hidden {
    transform: translateY(100%);
    box-shadow: 0 0 0 rgb(0 0 0 / 0%);
}

.onw-cta-bar .button {
    margin: 0;
}
/* END CTA sticky bar */

span.open-huis {
    position: absolute;
    bottom: 20px;
    background-color: #FFF;
    padding: 10px 20px;
}
.team-member .description hr {
    border: 1px solid #687b68; /* Kleur en dikte van de lijn */
    width: 40%; /* Breedte van de lijn */
    margin: 10px auto; /* Witruimte boven en onder de lijn */
}
