.succesverhaal-card{
    overflow: hidden;
}

.succes-image{
    min-height: 200px;
    /* width: 300px; */
}

@media screen and (max-width: 768px) {
    .succes-image{
        width: 100%;
    }
}

.recensie-card{
    text-align: center;
}

.recensie-card .rating{
    color: var(--wtl-g);
}


#impression-grid{
    display: grid;
    grid-template-columns: repeat(12, 1fr);
}


.size-8{
    grid-column: span 8;
}

.size-4{
    grid-column: span 4;
}

.size-4{
    grid-column: span 4
}

.size-6{
    grid-column: span 6;
}

.size-12{
    grid-column: span 12;
}

.gallery-item {
    min-height: 400px;
}

@media screen and (max-width: 768px){
    .gallery-item {
        min-height: 200px;
    }
}

#int-omhoog{
    margin-top: -200px;
}

#int-omlaag{
    margin-top: 200px;
}

.hero-img-spacer{
    min-height: 300px;
}


#refs{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 1rem;
    margin: 2rem 0;
}

.ref{
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    opacity: 0.5;
    padding: 1rem;
    padding-top: 0;
    display: flex;
    flex-direction: column; 
    align-items: center;
    justify-content: center;
}

.ref img{
    max-height: 100px;
}

.ref:hover{
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
    opacity: 1;
}
