body{
    margin: 0;
    font-family: sans-serif;
}
.red-bit{
    background-color: #d00;
    width: 100%;
}
.planner{
    height: 285px;
    width: 1170px;
    margin: auto;
    color: white;
}
.planner h2{
    font-size: 30px;
    margin-top: 30px;
}
.bars{
    width: 1170px;
    margin: auto;
}
.bars div{
    height: 50px;
    border-top: 1px solid white;
}
.storingen{
    background-color: white;
    color: black;
}
.buschauffeur{
    background-image: url("https://www.hermes.nl/getmedia/df43d9d6-d1f3-4aa0-8ea6-b39ca8341336/Ik-buschauffeur-Banner-Homepage-fietser.jpg?width=2000&height=1333&ext=.jpg&type=topbanner__landscape-1x");
    height: 390px;
    display: flex;
    justify-content: flex-end;
}
.flexad{
    display: flex;
    justify-content: flex-end;
    width: 1170px;
    margin: auto;
}
.chauffeurad{
    background-color: white;
    max-width: 370px;
    padding-top: 25px;
    padding-left: 35px;
    padding-right: 35px;
    padding-bottom: 25px;
}
.chauffeurad h3{
    color: #d00;
    font-size: 22px;
    font-weight: 400;
}
.cards1{
    background-color: #fdeded;
    height: 468px;
    width: 100%;
}
.cards1box{
    display: flex;
    width: 1170px;
    height: 398px;
    margin: auto;
    background-color: ;
    position: absolute;
}
.card{
    width: 290px;
    background-color: white;
    height: 370px;
}
.greycards{
    background-color: #f3f3f3;
    height: 469px;
    width: 100%;
}
.cards2{
    height: 494px;
    width: 100%;
    background-color: #fdeded;
}
