@import url('https://fonts.googleapis.com/css2?family=Sofia+Sans:ital,wght@0,1..1000;1,1..1000&display=swap');

:root {
	/* kleuren */
	--basic-text: #333;
	--text-white: #fafafa;
	--text-gray: #999999;
	--text-navigation: #A0AEC0;
	--bgColor1: #F2F2F0; /*lichtgrijs*/
	--bgColor2: #121212; /* zwart */
	--bgColor3: #55948B; /* groen */
	--bgColor4: #497A73; /* groen hover */
	--bgColor6: #999999; /* grijs */
	
	
	--green: #C9D400; 
	--gray: #DBDBDB;
	--gray2: #DADADA;
	--blue: #004088; 
	--blue2: #99B3CF;
	--blue3: #003A7A;
	--white: #FFFFFF; 
	
	/* afmetingen */
	--max-width: 1320px;
	--max-width2: 1450px;
	
	/* fonts */
	--Sofia-Sans: "Sofia Sans", sans-serif;
}

option {
  font-family: system-ui;
}

#wizard {
	    margin-top: 0;
}

#wizardUserFilterKeys, #watermark_development, .wizardBtn, #temp, #temp2, #temp3 {
	display:none;
}

* {
	font-family: var(--Sofia-Sans);
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 1.5;
    color: var(--basic-text);
    -webkit-font-smoothing: antialiased;
}

body {
	margin: 0;
	padding:0;
	overflow-y: scroll;
	background: var(--white);
}

h1,h2,h3,h4 {
	color: var(--blue);
}

section {
	width: 100%;
    position: relative;
    float: left;
    border: 0px solid green;
}

section.top {
	border:0px solid red;
	height: 200px;
	width:100%;
	background: var(--blue);
}

section.top img {
	border: 0px solid blue;
    margin-top: 17px;
    margin-left: 67px;
    width: 120px;
}

section.top content {
	height: 117px;
	background: var(--white);
}

section.top content img {
	
}

.restart {
	position:relative;
	top:57px;
	right:20px;
	float: right;
    cursor: pointer;
	background: var(--blue);
	color: var(--white);
	border-radius: 10px;
	text-align: center;
	font-style: normal;
	font-size: 20px;
    line-height: 1;
    font-weight: bold;
    display: block;
    padding: 10px 15px;
    white-space: nowrap;
}

.restart:hover {
	background: var(--green);
	color: var(--blue);
}

section content {
	border:0px solid pink;
	position: relative;
    margin: auto;
    left: 0;
    right: 0;
    width: 100%;
    max-width: var(--max-width);
    display: table;
}

section.banner {
	border:0px solid green;
	height:330px;
	background-repeat: no-repeat;
	background-position:center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-image:url("");
	border-bottom: 30px solid var(--bgColor4);
}

section.content {
	border:0px solid blue;
	background: var(--white);
}

@media only screen and (min-width: 1200px) {
	section.content {
		border:0px solid blue;
		/*min-height: 1400px;*/
	}
}

section.content .bg-content {
	position:absolute;
	top:0;
	left:0;
	height:100%;
	background:var(--bgColor3);
	display:none;
}

@media only screen and (min-width: 1200px) {
	section.content .bg-content {
		display:block;
	}
}

section.content content {
	border:0px solid blue;
	max-width:var(--max-width);
}

section.top content {
	width: 100%;
    max-width: var(--max-width2);
    margin: 0 auto;
    border-radius: 0 0 30px 30px;
    padding: 0;
    box-shadow: 0 7px 15px rgba(0, 0, 0, 0.15);
}

section.top content img {
	
}

section.content content.small {
	max-width:var(--max-width);
}

section.content .wizardBtnPrevious {
	border:0px solid green;
	position:fixed;
	top:44%;
	left:0;
	background: var(--orange);
	z-index:999;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	padding:20px;
	cursor:pointer;
}

section.content .wizardBtnNext {
	border:0px solid red;
	position:fixed;
	top:44%;
	right:0;
	background: var(--orange);
	z-index:999;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	padding:20px;
	cursor:pointer;
}

section.content .wizardBtnNext .fas, section.content .wizardBtnPrevious .fas {
	color:white;
	font-size:30px;
}	

section.content .wizardBtnNext:hover,section.content .wizardBtnPrevious:hover {
	background: var(--blue);	
}	

section.contact {
	
}

section.contact content {
	background: var(--bgColor3);
	padding: 2.5rem;
	margin-top:50px;
	margin-bottom:50px;
	
}

section.contact content h2 {
	font-family: "Glypha LT Std";
	font-size: 2em;
	margin-bottom:20px;
}

section.contact content p {
	color: var(--text-white);
	font-size:24px;
}

section.contact content p a {
	color: var(--text-white);
	font-size:34px;
	font-weight:600;
	text-decoration:none;
}

section.contact content p a:hover {
	text-decoration:underline;
}

section.contact content p .fa-phone {
	font-size:34px;
	margin-left:20px;
	margin-right:15px;
}


section.copyright {
	border:0px solid red;
	background: var(--blue3);
	padding: 20px 0 15px;
}

section.copyright ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
}

section.copyright ul li {
    position: relative;
    font-size: 16px;
    line-height: 1;
    color: #fff;
}

section.copyright a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    padding: 0 10px 0 10px;
	font-size: 16px;
}

section.footer {
	border:0px solid red;
	background: var(--blue);
	min-height:300px;
}

section.footer::after {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    content: " ";
    width: 10px;
    background: #C9D400;
}

section.footer content {
	padding: 50px 0;
}

section.footer content {
	padding-bottom:30px;
	color:white;
}


section.footer content .copy-content {
	position:absolute;
	bottom:0;
	width:100%;
	border-top:2px solid white;
	padding-top:10px;
	padding-bottom:10px;
}

section.footer content .copy-content .gm-copy {
	float:left;
}

section.footer content .copy-content .utopis-platform {
	float:right;
}

section.footer content a {
	text-decoration:none;
}

section.footer content .copy-content .utopis-platform a:hover {
	text-decoration:underline;
}

section.footer content:nth-of-type(2) {
	text-align:center;
	padding-top:20px;
}

section.footer content:nth-of-type(2) a {
	font-weight:600;
}

.fa-times {
	cursor:pointer;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Wizard.Navigation
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#wizardNavigation {
	width: 100%;
	border:0px solid green;
	padding: 0px;
	padding-left:30%;
	margin: 0px;
	white-space: nowrap;
	overflow: hidden;
	
	max-width:var(--max-width);
	margin: auto;
	
	
	left: 0;
	right: 0;
	z-index:99999;
	
}

#wizardNavigation .fa-house {
	margin-right:10px;
	cursor:pointer;
}

#wizardNavigation a {
	line-height: 53px;
	padding: 12px 0px 12px 0px;
	text-align: center;
	position: relative;
	cursor: pointer;
	white-space: nowrap;
	transition: background-color .5s;
	margin-right:10px;
	color:var(--blue);
	font-size:14px;
	font-weight: 400;
}



#wizardNavigation a:hover {
	color: var(--text-green-hover);
}

#wizardNavigation a.invalidStep,
#wizardNavigation a.invalidEntityMode,
.invalidContainer,
.hiddenContainer {
	display: none !important;
}

#wizardNavigation a.disabled {
	color: var(--text-gray);
  
	transition: background-color .5s;
}

	#wizardNavigation a.disabled:after {
		
		transition: all 1s;
	}

#wizardNavigation a:first-child,
#wizardNavigation a.firstStep {
	margin-left: -10px;
}

#wizardNavigation a:before {
	width: 0;
	height: 0;
	border-top: 0px inset transparent;
	border-bottom: 0px inset transparent;
	border-left: 0px solid #fff;
	content: " / ";
	color:var(--text-navigation);
	top: 0;
	left: 0px;
	transition: border-color .5s;
	margin-right: 9px;
}

#wizardNavigation a:first-child:before {
	content: "";
}

#wizardNavigation a:after {
	width: 0;
	height: 0;
	border-top: 0px inset transparent;
	border-bottom: 0px inset transparent;
	border-left: 0px solid #EDEDED;
	content: "";
	color:var(--text-navigation);
	top: 0;
	right: -10px;
	z-index: 2;
	transition: border-color .5s;
}

#wizardNavigation a:first-child:before,
#wizardNavigation a.firstStep:before,
#wizardNavigation a:last-child:after,
#wizardNavigation a.lastStep:after {
	border: none;
}

#wizardNavigation .past {
color: var(--text-green-hover);
}

#wizardNavigation .past:after {
	border-left-color: #585858;
}

#wizardNavigation .current {
	font-weight:bold;
}

#wizardNavigation .current:after {
	border-left-color: #313131;
}

.wizardContent {
	position:relative;
	max-width:var(--max-width);
	margin:auto;
	left:0;
	right:0;
}

.filterkey-wrapper {
	border:0px solid blue;
	
	float:left;
	margin:0;
}

.wizardEntity {
	display:block;
}

.filterkey-name li {
    font-size: 13px;
    font-size: 1.0vw;
    line-height: 23px;
	margin-bottom:5px;
}

.filterkey-name h4 {
	font-weight:normal;
	margin-top:10px;
	margin-bottom:5px;
}

.filterkey-formelement select {
	height:40px;
	width: 500px;
}

.wizardStep {
	min-height:500px;
}

.wizardContainer .wizardContent {
	border:0px solid green;
	position:relative;
	float:right;
	width:70%;
	top:0;
	text-align:left;
	
	line-height:22px;
}

#wizardContainer_home .wizardContent {
	width:100%;
}

.wizardContainer .wizardContent {
	color: var(--text);
	padding-top:20px;
	padding-bottom:20px;
}

.wizardContainer .wizardContent h1 {
	margin:0;
	margin-bottom:15px;
	font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 1;
    padding-bottom: 20px;

}

.filterkey-wrapper-text h3 {
margin-top:10px;
margin-bottom:5px;
font-weight:normal;
}

h3 .fa-circle-info  {
	cursor: pointer;
}

h3 .fa-circle-info:hover  {
	color: var(--text-blue);
}

.info-content {
	display:none;
}

.wizardContainer .wizardFilter {
	border:0px solid red;
	position:relative;
	float:left;
	width:25%;
	border: 1px solid var(--gray2);
	border-radius: 5px;
	box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
	padding: 15px;
}

.wizardContainer .wizardFilter .filter {
	width: calc(100% - 35px);
}

.wizardContainer .wizardFilter .filter h2 {
	font-size: 18px;
	font-weight: bold;
	color: var(--blue);
	margin-bottom:5px;
	margin-top:10px;
}

.filter-wrapper:first-of-type .filter h2 {
	color: var(--green);
	margin-top:0;
}

.wizardContainer .wizardFilter h2 {
	color: var(--text-green);
}

.wizardConfiguration {
    position: relative;
    float: right;
    width: 70%;
    margin-left: 5%;
}

.wizardConfiguration .article {
	transition: all 0.3s ease;
    border: 1px solid var(--gray2);
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    position: relative;
    display: block;
    text-decoration: none;
    border-radius: 5px;
    background: var(--white);
	width: calc((100% / 3) - 30px);
	position:relative;
	float:left;
	margin-right:30px;
	margin-bottom:30px;
	cursor:pointer;
}

.wizardConfiguration .article .layer {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	cursor:pointer;
	z-index:9999;
}

.wizardConfiguration .article .text {
	padding: 20px 20px 20px 20px;
	padding-bottom: 55px;
}

.wizardConfiguration .article .text h4 {
	font-size: 18px;
    color: var(--basic-text);
    padding: 0 0 10px 0;
    margin: 0;
	font-style: normal;
    font-weight: bold;
	line-height: 1.1;
}

.wizardConfiguration .article .text::after {
	transition: all 0.3s ease;
    background: var(--blue);
    position: absolute;
    right: 0;
    bottom: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f061";
    color: var(--green);
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border-radius: 5px 0 0 0;
}

.wizardConfiguration .article:hover .text::after {
	background: var(--green);
	 color: var(--blue);
}

.wizardConfiguration .article.active .text::after {
	background: var(--green);
	 color: var(--blue);
}

.wizardConfiguration .article:hover .text h4 {
	color: var(--blue);
}

.wizardContainer .wizardEntity {
	border:0px solid white;
	position:relative;
	float:right;
	width:70%;
	margin-left:5%;
}

.system-afbeelding {
	transition: all 0.3s ease;
    border: 1px solid var(--gray2);
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    position: relative;
    display: block;
    text-decoration: none;
    border-radius: 5px;
    background: var(--white);
	width: calc((100% / 3) - 30px);
	position:relative;
	float:left;
	margin-right:30px;
	margin-bottom:30px;
	cursor:pointer;
}

.wizardContainer .wizardEntity .system-afbeelding.assortiment {
	cursor: default;
}

.system-afbeelding .image {
	margin:10px;
	position:relative;
	width:calc(100% - 10px);
	height:200px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.system-afbeelding.home-block .image {
	width:calc(100% - 20px);
	
}

.system-afbeelding .text {
	padding: 20px 45px 20px 20px;
	min-height: 100px;
}

.system-afbeelding .text h4 {
	font-size: 18px;
    color: var(--basic-text);
    padding: 0 0 10px 0;
    margin: 0;
	font-style: normal;
    font-weight: bold;
	line-height: 1.1;
}

.system-afbeelding .text::after {
	transition: all 0.3s ease;
    background: var(--blue);
    position: absolute;
    right: 0;
    bottom: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f061";
    color: var(--green);
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border-radius: 5px 0 0 0;
}

.system-afbeelding.assortiment .text::after {
	display:none;
}

.system-afbeelding.assortiment .text .url {
	border:0px solid red;
}

.system-afbeelding.assortiment .text .url::before {
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f061";
    position: relative;
    padding-right: 5px;
    color: var(--blue2);
}

.system-afbeelding.assortiment .text .url:hover::before {
	 color: var(--green);
}

.system-afbeelding.assortiment .text .url a { 
	text-decoration:none;
	cursor:pointer;
}

.system-afbeelding.assortiment .text .url a:hover {
	color:var(--blue);
}

.system-afbeelding:hover .image {
	background-size:110%;
}

.system-afbeelding.assortiment:hover .image {
	background-size:100%;
}

.system-afbeelding:hover .text h4 {
	color: var(--blue);
}

.system-afbeelding:hover .text::after {
	background: var(--green);
	color: var(--blue);
}

.wizardContainer .wizardEntity h2 {
	font-size: 24px;
    line-height: 1;
	font-style: normal;
    font-weight: bold;
    color: var(--blue);
	margin-bottom:15px;
	margin-top:10px;
}

.wizardContainer .wizardEntity div h3 {
	margin-top:10px;
	margin-bottom:5px;
}

.wizardContainer .wizardEntity .system-block {
	position:relative;
	float:left;
	width:calc(33.333% - 40px);
	border:0px solid red;
	margin:20px;
	border-bottom:2px solid var(--text-white);
}

.wizardContainer.disabled {
	display:none;
}

.wizardConfiguration {
	display:block;
	
}

.wizardStep {
	min-height: 600px;
    border: 0px solid red;
    position: relative;
    float: left;
    width: 100%;
	padding-bottom:30px;
}

#sectionToolbar {
	display: block;
}

.viewContent {
	background: var(--bgColor5);
	/* padding:20px; */
}

.viewContent td {
	color: var(--text);
}

.filter-wrapper {
	float:left;
	width: 100%;
}

.filterkey-block {
	cursor:pointer;
	color: var(--basic-text);
	margin-bottom:5px;
}

.filterkey-block::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f061";
    position: relative;
    padding-right: 5px;
    color: var(--blue2);
}

.filterkey-block.obsoleteWizardFilter::before {
	content: "";
}

.filterkey-block:hover {
	color: var(--green);
}

.filterkey-block:hover::before {
	color: var(--green);
}

.filterkey-block .fa-times {
	color:var(--blue2);
	margin-left: 5px;
    font-size: 19px;
}

.filterkey-block .fa-times:hover {
	color:var(--green);
}

	


.chosenItems {
	border-bottom:2px solid var(--bgColor6);
	padding-bottom:10px;
	margin-bottom:20px;
	position:relative;
	float:left;
	margin-top:35px;
	width: 100%;
}

.chosenItems .product .title {
	display:none;
}

.chosenItems h2 {
	font-size: 2em;
    margin: 0.67em 0;
}

.chosenItems ul {
	margin-left:18px;
	list-style-type: square;
}
.chosenItems li {
	margin-bottom:4px;
	color:var(--text-gray);
}

.chosenItems li .selectedValue {
	color:var(--basic-text);
}

.chosenItems .selectedProperties {
	width:60%;
	position:relative;
	float:left;
	border:0px solid blue;
}

.chosenItems .selectedProperties h4 {
	margin-bottom: 8px;
}

.chosenItems .prodImage {
	width:40%;
	position:relative;
	float:right;
	border:0px solid red;
}

.chosenItems .prodImage .product {
	
    border-radius: 8px;
   
    margin-bottom: 30px;
    float: left;
    position: relative;
    width: 100%;
}

.chosenItems .prodImage .product .image {
   
    text-align: center;
    border: 0px solid red;
}

.chosenItems .prodImage .product .image img {
	width:100%;
}

.chosenItems .prodImage .product .title {
    padding: 10px;
    min-height: 100px;
    border: 0px solid blue;
    font-weight: 600;
    padding: 29px;
}

#wizardContainer_opties {
		display : block !important;
}

.options {
	bordeR:0px solid blue;
	float: left;
    position: relative;
    width: 100%;
	
}

.option {
	border:0px solid red;
	float: left;
    width: 100%;
	padding-top:3px;
	padding-bottom:3px;
	position:relative;
	margin-bottom:5px;
}

.option .layer {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:999;
	cursor: pointer;
	
}

#wizardContainer_artikel .wizardFilter {
	margin-top:20px;
}

.wizardBtnCustom.inactive {
	pointer-events: none;
}

select {
  text-indent: 5px;
  padding:5px;
}

/* search */
.image-property.grid {
	margin: 0;
	padding: 0;
	display: grid;
	gap: 1.5vw;
	grid-template-columns: repeat(auto-fill, minmax(20%, 1fr));
	grid-template-rows: auto;
	justify-content: space-between;
	margin-top:20px;
}

@media screen and (max-width: 1280px) {
	.image-property.grid {
		grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
	}
}

@media screen and (max-width: 750px) {
	.image-property.grid {
		margin:10px;
		grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
	}
}

.image-property.grid .item.image-property-result {
    border: 0px solid #464545;
    border-radius: 5px;
    background: var(--blue);
    padding: 10px;
    border: 0px solid red !important;
    position: relative;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	cursor:pointer;
}

.image-property.grid .item.image-property-result .image img {
	width:100%;
}

.image-property.grid .item.image-property-result .title .text  {
	
  
}

.image-property.grid .item.image-property-result .title .text h3   {
	color:var(--white);
	font-size: 24px;
}

.filterkey-name h4 {
	color:white;
}

#wizardStep_benodigde-puzzelstukken .wizardContainer {
	width:100%;
	float:left;
	margin-bottom:20px;
}

#wizardStep_benodigde-puzzelstukken .wizardContainer .wizardFilter {
	width:50%;
}

#wizardContainer_puzzelstuk---type-2 .wizardFilter {
	background: var(--orange);
}

#wizardStep_benodigde-puzzelstukken .wizardConfiguration {
	padding:20px;
	    width: 50%;
    float: right;

}

#wizardStep_bestek .wizardContent {
	width:100%;
}

#wizardStep_bestek .wizardContent h3 {
	margin-left:400px;
}

section.content .wizardBtnPrevious {
	border:0px solid green;
	position:fixed;
	top:44%;
	left:0;
	background: var(--green);
	z-index:999;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	padding:20px;
	cursor:pointer;
}

section.content .wizardBtnNext {
	border:0px solid red;
	position:fixed;
	top:44%;
	right:0;
	background: var(--blue);
	z-index:999;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	padding:20px;
	cursor:pointer;
}

#sectionToolbar {
    width: 400px;
}

#sectionToolbar ul li a.selected {
    color: #fff;
    background: var(--blue);
}

#wizardContainer_bestek .wizardContent h2 {
	margin-bottom:20px;
}

#sectionToolbar ul li a.selected {
	border-radius: 5px;
}

.lightBox-bg {
	position:fixed;
	width:100%;
	height:100%;
	background:#000;
	opacity:0.7;
	z-index:999999;
	display:none;
}	

.lightBox {
	position:fixed;
	width:80%;
	height:90%;
	top:5%;
	margin:auto;
	left:0;
	right:0;
	background:white;
	z-index:999999;
	display:none;
}

.lightBox #frame {
	width:100%;
	height:90%;
	margin-top:10px;
}

.lightBox .close {
	margin:10px;
	padding:5px;
	float:right;
	width:200px;
	text-align:center;
	background-color: #C9D400;
	cursor:pointer;
	color: #004088;
	text-decoration: none;
}

.lightBox .close:hover {
	text-decoration: underline;
}

.toggle-filter-options {
  margin-top: 8px;
  padding: 0;
  border: 0;
  background: none;
  color: var(--green);
  font-weight: 600;
  cursor: pointer;
  text-decoration:underline;
}

.toggle-filter-options:hover {
  text-decoration: underline;
}

.xmlvalue_naam {
	display:none;
}

.kleur-block {
	    position: relative;
    float: left;
    margin-right: 10px;
}

 .filterkey-values {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  width: 100%;
}

.filterkey-values .kleur-block {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 180px;
  padding: 14px;
  border: 1px solid var(--gray2);
  border-radius: 5px;
  background: #fff;
      box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  box-sizing: border-box;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease;
}

.filterkey-values .kleur-block:hover {
  transform: translateY(-2px);
  border-color: var(--green);
  box-shadow: 0 10px 26px rgba(20, 35, 60, 0.14);
}

.filterkey-values .kleur-block .image {
  width: 100%;
  height: 120px;
  margin-bottom: 12px;
  border-radius: 12px;
  background: #f4f6f8;
  overflow: hidden;
}

.filterkey-values .kleur-block .image img {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
  display: block;
  border: 0;
}

.filterkey-values .kleur-block .text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 3px;
  width: 100%;
  margin-top: auto;
}

.filterkey-values .kleur-block .xmlvalue_naam {
  font-size: 15px;
  font-weight: 700;
  color: #1f2d3d;
  line-height: 1.25;
}

.filterkey-values .kleur-block .xmlvalue_omschrijving {
  font-size: 13px;
  color: #6b7785;
  line-height: 1.3;
}

/* Geselecteerde status */
.filterkey-values .kleur-block.active,
.filterkey-values .kleur-block.selected,
.filterkey-values .kleur-block.is-selected {
  border-color: #005baa;
  box-shadow: 0 0 0 3px rgba(0, 91, 170, 0.14);
}

/* Mobiel: 1 naast elkaar */
@media (max-width: 600px) {
  .filterkey-values {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .filterkey-values .kleur-block {
    min-height: 165px;
    padding: 12px;
  }

  .filterkey-values .kleur-block .image {
    height: 105px;
  }
}








