#eersteRozeTitle{
    left:26%;
    top:60%;
}

.list-group{
    height:530px;
}

.childmenu{
    height:100%;
    position: relative;
}

.photo{
    position: absolute;
    bottom:0;
}
.adPhoto{
    position: relative;
}

.adPhoto .adImage{
    height:530px;
    width:360px;
}

.pijlcontainer{
    width:100%;
    margin-top: 50px;
    margin-left:0;
    margin-right:0;
}

.above .buttonVacature{
    position: absolute;
    font-size:17px;
    font-weight:800;
    text-transform: uppercase;
    height:54px;
    width:239px;
    z-index: 1000;
    bottom:32px;
    left:32px;
    background-color: white;
    color: black;
    border-radius: 0;
    padding-top: 15px;
}

.groteGlimlachContainer .glimlachfoto{
    width:100%;
}

.rowWouterTitle{
    margin-top:125px;
}

@media screen and (max-width:768px){
    .adPhoto .adImage{
        height:510px;    
    }

    .above .buttonVacature{
        left:24px;
        bottom:30px;
    }
}

@media screen and (max-width:667px){
    .adPhoto .adImage{
    height:510px;    
    }

    .above .buttonVacature{
        left:24px;
        bottom:30px;
    }

    .pijlcontainer{
        margin-top:50px;
    }
}