<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.line-clamp {
    overflow: hidden;
    line-height: 1.5em;
    display: -webkit-box;
    -webkit-box-orient: vertical; 
    height: 5em;
    -webkit-line-clamp: 3;        
}

p.diensten { 
    height: 6em;
    -webkit-line-clamp: 4;
}

h5.assortiment { 
    height: 3em;
    -webkit-line-clamp: 2;
    height: 1.5em;
    -webkit-line-clamp: 1;
}

p.omschrijving { 
    font-size: 13px;
    height: 4.5em;
    -webkit-line-clamp: 3;
}

ul.prijzen-home { 
    height: 100px;
    -webkit-line-clamp: 4;
}

ul.prijzen-home li { 
    margin-top: 0; margin-bottom: 0;
}

.btn-base:hover, .btn-base.active { background: #025914cc; }

table.table-details td { width: 50%; padding-left: 0; padding-right: 0; }
table.table-details td.header { border: 0; }

.owl-nav.disabled { display: none !important; }

img.extra-foto { width: calc(50% - 6px); margin-top: 4px; margin-left: 4px;}
.extra-foto { margin-left: -4px; margin-right: -4px }</pre></body></html>