.bekijk_ook{
    position: relative;
    margin-top: 25rem !important;
    padding-top: calc(var(--jumbotron-standard-margin) + 5rem);
}

.bekijk_ook_titel{
    color: #37424a;
    font-family: news-gothic-std, sans-serif;
    font-size: 4.6rem;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 5.5rem;
}

.bekijk_ook_titel span{
    color: #bcbec0;
}

.bekijk_ook_cats .row{
	row-gap: 9rem;
}

.merk_categorie{
	background-color: #fff;
	padding: 1.5rem 2.5rem 2.5rem;
	position: relative;
	display: flex;
	flex-direction: column;
	height: 100%;
	text-decoration: none !important;
    transition: 0.3s background;
}

.merk_categorie .merk_logo{
	margin-top: auto;
}

.bekijk_ook .merk_voorbeeld{
    max-width: 50% !important;	
}

.merk_categorie:hover{
    background: #efefef;
}

.merk_categorie ul{
	margin-bottom: 10rem;
}

.merk_categorie h3{
	font-size: 3rem;
    line-height: normal;
	margin-bottom: 0;
    padding-right: 80px;
}

.merk_type_product{
	color: #bcbec0;
	font-size: 2.1rem;
    line-height: normal;
	margin-bottom: 2.5rem;
}

.merk_materiaal{
	position: absolute;
	right: 0;
	top: 1.5rem;
	color: #37424a;
	font-size: 1.3rem;
	line-height: 2.8rem;
	background-color: rgba(0, 0, 0, 0.06);
	padding: 0 1rem;
	text-transform: uppercase;
}

.merk_logo{
	max-width: 10rem !important;
	height: auto;
}

.merk_voorbeeld{
	position: absolute;
	right: 0;
	bottom: -6rem;
}

.bekijk_ook_cats{
    margin-top: 6rem;
}

@media (max-width:767px)
{		
	.bekijk_ook{
        margin-top: 9rem !important;
    }
    
    .bekijk_ook_titel {
        font-size: 3rem;
        line-height: 4rem;
    }
}

@media (min-width:768px) and (max-width:991px)
{
    .bekijk_ook{
        margin-top: 12rem !important;
    }
}

@media (min-width:992px) and (max-width:1199px)
{
	
}

@media (min-width:1200px) and (max-width:1399px)
{
    
}

@media (min-width:1400px)
{
    
}