/*** BLOCK CONTENT ***/ /*** BLOCK CONTENT - TOP CONTAINER ***/ .showmore { display: flex; flex-direction: row; justify-content: center; cursor: pointer; } .showmore::after { font-weight: 700; font-size: 0.813em; } .layout-section:is([data-expandable="true"][data-expand="false"]) .showmore::after { content: "Meer lezen"; } .layout-section:is([data-expand="true"]) .showmore::after { content: "Minder tonen"; } .description { margin: 10px 0px; } /*.layout-section[data-showmore]:is( :not( [data-showmore="true"] ) ) .description */ .layout-section:is([data-expand="false"]) .description { max-height: 44px; overflow: hidden; } /* .section.page .top-container .description::slotted( p:first-child, div.resize-sensor:first-child + p ) { margin-top: 0px; } .section.page .top-container .description::slotted( p:last-child ) { margin-bottom: 0px; } */ /*** BLOCK CONTENT ***/ .block-content { display: flex; flex-direction: column; padding: 30px; } .block-content-page { flex-grow: 1; } .block-content > .block-share { position: relative; } .contact-share-container { display: flex; flex-direction: row; justify-content: flex-end; position: absolute; right: 0px; bottom: 0px; } .contact-share-container > .button { display: inline-block; } .block > .caption { font-size: 1em; padding: 20px 0px 5px 0px; font-weight: 500; opacity: 0.7; } .block-tags > .caption::before { content: 'Kenmerken van dit artikel'; } .block-tags { position: relative; display: flex; flex-direction: column; width: 100%; } .block-tags:is( [data-count="0"] ) { display: none; } .block-tags ul { display: flex; flex-direction: row; margin: auto 0px; flex-wrap: wrap; } .block-tags ul li { display: block; flex-direction: column; justify-content: center; padding: 6px 7px 5px 7px; margin-right: 4px; margin-bottom: 4px; font-size: 0.7em; font-weight: 500; text-transform: uppercase; letter-spacing: 1px; border: 1px solid rgb(138, 138, 138); } .block-documents > .caption::before { content: 'Documenten bij dit artikel'; } .block-documents { display: flex; flex-direction: column; width: 100%; } .block-documents:is( [data-count="0"] ) { display: none; }