/* .informatie { */
	/* display: flex; */
	/* margin: 5px; */
/* } */

/* .informatie div { */
	/* display: flex; */
/* } */

/* .informatie { */
    /* margin: 5px; */
/* } */

.bedrijfsauto {
    float: left;
    width: 175px;
    margin: 20px 20px 0 0;
}

.bedrijfsauto img {
    float: left;
    width: 250px;
    height: auto;
    margin: 20px 20px 20px 20px;
	opacity: 0.5; /* ruimte om de foto */
}

.uitleg {
    width: 100%; /* Het resterende percentage wordt toegewezen aan .uitleg */
}

/* Responsieve stijl voor afbeeldingen op kleinere schermen */
@media screen and (max-width: 768px) {
	.bedrijfsauto img {
			display: none;
		}
		
	.bedrijfsauto {
			width: 0px;
		}
}