
.page,
.crumbs
	{
		background: rgba( 245, 245, 245, 1 );
	}

.page .block-column
	{
		display: flex;
		flex-direction: column;
	}

.page .block-content,
.page .block-slideshow
	{
		background: rgba( 255, 255, 255, 1 );
		x-height: 100%;
		border-radius: 60px;
	}


.page .owl-carousel img,
.page .owl-carousel iframe
	{
		border-radius: 47px;		
	}

.page .block-embedcode::slotted( iframe )
	{
		border: 0px;
	}

.pdf.link
	{
		position: relative;
		display: flex;
		border-radius: 6px;
		margin: 4px 0px;
	}

.pdf.link::before
	{
		display: inline-block;
		content: "";
		background-image: url(https://assets.silksites.nl/misc/icons/pdf-icon-red.svg);
		width: 15px;
		height: 18px;
		background-repeat: no-repeat;
		margin-right: 10px;
	}

.page .tags-documents-cta > *
	{
		padding: 10px 0px 0px;
	}

.page .tags-documents > * > *
	{
		padding: 10px 20px;
	}

.page .tags-documents-cta .tags-documents
	{
		font-size: 0.913em;
		padding: 0px;
		x-margin: 15px 10px 0px 0px;		
	}

.page .tags-documents-cta .block-documents
	{
		x-border: 1px solid rgb(221, 221, 221);
	}

.page .tags-documents .caption
	{
		background: rgb(247, 247, 247);
		border-bottom: 1px solid rgb(221, 221, 221);
	}


.page .block-detail
	{
		x-font-family: "Rubik";
		font-size: 23px;
		line-height: 41px;
		color: rgba( 0, 0, 0, 1 );
	}

.page .block-detail .extra-list
	{
		display: flex;
		align-items: center;
	}

.page .block-detail .field
	{
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		min-width: 120px;
		margin-left: 20px;
	}

.page .block-detail .field .value
	{
		display: flex;
		flex-grow: 1;
		margin-left: 10px;
	}

.page .block-detail .category
	{
		margin-right: auto;
		margin-left: 10px;
	}

.page .block-detail .category .c_title
	{
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: center;
		border-bottom: 4px solid #00D681;
	}

.page .block-detail .extra-list .value
	{

	}

.page .block-detail .extra-list .value .unit /* Dit moet naar ::slotted */
	{
		padding-left: 5px;
	}


/***   PAGE POST ( template's in description-text content )  ***/


.description-text
	{
		margin-top: 10px;
	}

.description-text a
	{
		display: inline-flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-items: center;

	}

.description-text a > svg
	{
		margin-right: 10px;
	}

.description-text::slotted( .column-group )
	{
		break-inside: avoid;
	}

.description-text::slotted( .column-group.H2 )
	{
		column-span: all;
	}

.description-text::slotted( .column-group:first-child > :first-child )
	{
		margin-top: 0px;
	}

/***   PAGE POST   ***/



.page-post > *[cs-span~="span-1"] img
	{
		min-height: 100px;
		max-height: calc( 40vh - var( --filler-height, 0px ) );
	}


.page-post > *[cs-span~="span-1"] [cs-ratio]::--attr-cs-ratio
	{
		set: "none";
	}

.page-post > *:not( [cs-span~="span-1"] ) [cs-ratio]::--attr-cs-ratio
	{
		set: landscape-4-3;
	}

















