.gallery-item {
    min-height: 400px;
}

@media screen and (max-width: 768px){
    .gallery-item {
        min-height: 200px;
    }
    #submit-button{
        width: 100%;
    }
}

#int-omhoog{
    margin-top: -200px;
}

#int-omlaag{
    margin-top: 200px;
}

#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;
}

.intervention__thumb{
    width: 140px;
    height: 100px;
}

.thumb-large{
    width: 100%;
    margin-right: calc(-1 * (100% - 140px));
}

.intervention__selected{
    background: #fff;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 10, 0.1) 0px 1px 10px -4px;
    margin-bottom: 12px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.intervention__body{
    padding: 1rem;
    text-decoration: none;
    float: left;
    color: #000;
}

#praktische-info-card{
    margin-top: -150px;
}

#alle-interventies{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

#alle-interventies .interventie{
    margin-bottom: 0;
}

@media screen and (max-width: 768px){
    #praktische-info-card{
        margin-top: 0;
    }
    #alle-interventies{
        grid-template-columns: 1fr;
    }
    
}


.interventie-img{
    width: 100%;
    height: 180px;
}

.interventie{
    overflow: hidden;
    position: relative;
    padding: 0 !important;
    padding-bottom: 50px !important;
}

.interventie-info a{
    position: absolute;
    bottom: 12px;
    right: 12px;
}


.section{
    min-height: 400px;
    height: 80vh;
}

.small-section{
    min-height: 200px;
    height: 50vh;
}

#usp-grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1rem;
}



.praktische-card{
    border-radius: 10px;
    overflow: hidden;
    padding: 20px;
    color: var(--wtl-t);
    text-align: center;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.praktische-card h6{
    margin-bottom: 0;
}



@media screen and (max-width: 768px){
    .section{
        height: auto;
    }
    .small-section{
        height: auto;
    }
    #usp-grid{
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 1rem;
    }
}



.praktische-card:nth-child(1){
    background: var(--wtl-lb);
    color: #fff;
}

.praktische-card:nth-child(2){
    background: var(--wtl-b1);
    color: #fff;
}

.praktische-card:nth-child(3){
    background: var(--wtl-o);
    color: #fff;
}

.interventie-groot{
	background: no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}

#aanvraag-succes{
    display: none;
}

#aanvraag-succes.show{
    display: block;
}


#interventie-holder{
    margin-top: -180px;
}

#interventie-container{
    margin-top: 180px;
}


#rainier-hulp{
    max-width: 120px;
}

.interventie-scan-card{
    overflow: hidden;
}

.interventie-scan-card .artefact{
    margin-left: 20px;
    height: 100px;
}
