.verkoper_foto{
    border: solid 0.1rem #b6bf00;
    position: relative;
    width: 15rem;
    height: 15rem;
    background-color: #f7f7f8;
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='42' height='74' viewBox='0 0 42 74'%3E%3Cg%3E%3Cg opacity='.32'%3E%3Cpath fill='none' stroke='%236c757b' stroke-miterlimit='20' d='M25.517 24.923c0 2.686-.33 4.448-1 5.304-.675.821-1.856 1.252-3.565 1.252-.4 0-.846 0-1.367-.033V13.068c2.421 0 4.006.391 4.776 1.117.77.744 1.155 2.356 1.155 4.825v5.913zm-5.93 47.92v0-29 0h5.021c4.084 0 7.407-.556 9.936-1.683 2.541-1.134 4.29-2.751 5.226-4.864.963-2.098 1.427-5.457 1.427-10.095v-6.286c0-4.518-.252-7.847-.732-9.997-.492-2.157-1.434-3.992-2.812-5.51-1.388-1.52-3.426-2.7-6.18-3.489-2.758-.807-6.67-1.197-11.776-1.197H.804v53.406h.018c0 10.34 8.368 18.717 18.72 18.717'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-position: center;
    line-height: normal;
    background-repeat: no-repeat;
}

.verkoper{
    column-gap: 3rem;
}

.verkoper p{
    line-height: normal;
    margin-bottom: 0.6rem;
}

.verkoper a{
    font-size: 1.7rem;
    line-height: 2.9rem;
}

.verkoper span{
    opacity: 0.5;
    color: #37424a;
    font-family: news-gothic-std, sans-serif;
    font-size: 1.5rem;
    line-height: normal;
}

.verkoper i{
    color: #b6bf00;
    font-size: 1.2rem;
    line-height: normal;
    margin-right: 1rem;
}

.verkoper_linkedin{
    background-color: #b6bf00;
    width: 3.5rem;
    height: 3.5rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-decoration: none !important;
    position: absolute;
    left: 0;
    bottom: 0;
}

.verkoper_linkedin i{
    color: #ffffff;  
    font-size: 1.8rem;
    line-height: normal;  
    margin: 0;
}

span.verkoper_regio{
    color: #37424a;
    font-family: news-gothic-std, sans-serif;
    font-size: 2.5rem;
    line-height: 3.6rem;
    white-space: nowrap;
    opacity: 1;
    flex-basis: 100%;
    margin-bottom: -1rem;
    display: block;
}

.verkoper_regio img{
	margin-right: 1.5rem;
    max-width: 3rem;
    height: auto;
}

#alm-filters-verkopers_filter > div {
    display: flex;
    column-gap: 2rem;
    align-items: center;
}

.verkoopteam .alm-btn-wrap{
    display: none;
}

.regio_container .row{
    row-gap: 3rem;
}

.regio_container + .regio_container .verkoper_regio{
    padding-top: 5rem;
    border-top: solid 0.1rem #dcddde;
    margin-top: 6rem;
}

@media (max-width:767px)
{		
	.verkoper_foto{
		width: 8rem;
		height: 8rem;
	}
	
	.regio_container + .regio_container .verkoper_regio {
		padding-top: 3rem;
		margin-top: 3rem;
	}
}

@media (min-width:768px) and (max-width:991px)
{
    .verkoopteam.achtergrond_links_beperken > .container > .row > div{
        margin-left: 8.3333333333%;
        margin-right: 8.3333333333%;
        width: 83.3333333333%;
    }
}

@media (min-width:992px) and (max-width:1199px)
{
	
}

@media (min-width:1200px) and (max-width:1399px)
{
    
}

@media (min-width:1400px)
{
    
}