@import url('https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,100..900;1,100..900&display=swap');

:root {
	/* kleuren */
	--basic-text: #000000;
	--text-white: #ffffff;
	--text-header: #000000;

	--text-link: #000000;
	--text-breadcrumb: #000000;
	
	--bgColor1: #FFFFFF; /* wit */
	--bgColor2: #000000; /* zwart */
	--bgColor3: #279BD7; /* blauw */	
	--bgColor4: #F0EFEF; /* grijs */
	--bgColor5: #8BCDEA; /* lichtblauw */
	--bgColor6: #F2F2F2;
	/* afmetingen */
	--max-width: 1200px;
	
	/* fonts */
	
}

option {
  font-family: system-ui;
}

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

* {
	font-family: arial;
	color: var(--basic-text);
	font-size: 16px;
	font-weight:400;
	line-height:26px;
}

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

h1, h2, h3, h4, h5, h6 {
	font-family: "Exo", sans-serif;
}

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

section.top-menu {
	height: 50px;
	width:100%;
	background: var(--bgColor3);
	border-top:2px solid var(--bgColor2);
	position:fixed;
	z-index:1000;
}

section.top-menu content {
	height: 40px;
	padding-top:10px;
}

section.top-menu content a {
	float:right;
	margin-left:30px;
	text-decoration: none;
}

section.top-menu content a:hover {
	text-decoration: underline;
}

section.top {
	border:0px solid red;
	height: 90px;
	width:100%;
	background: var(--bgColor1);
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .2);
	z-index:1001;
	position:fixed;
	top:50px;
}

section.top img {
	border:0px solid blue;	
	margin-top:18px;
	
}

section.top content {
	height: 90px;
}

section.navigation {
	background: var(--bgColor2);
	height: 40px;
}

section.intro {
	background: var(--bgColor2);
	height: 232px;
	margin-bottom: 30px;
}

section.intro h1 {
	font-weight: 100;
	color: var(--text-header);
	line-height: 54px;
    margin: 0 0 20px;
}

.restart {
	position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    
}

.restart h3 {
	width: fit-content;
    background: var(--bgColor3);
    padding: 10px;
    text-align: center;
    color: white;
    text-decoration: none;
    margin-top: 22px;
}







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

section.banner {
	margin-top:140px;
	border:0px solid green;
	height:400px;
	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("https://stores.utopis-platform.net/profextru-nl/channels/prolock/images/banner-home.jpg");
}

section.banner .layer {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:var(--bgColor2);
	opacity:0.3;
	background-image: linear-gradient(to right, black , transparent);
}

section.banner .scroll {
	position: absolute;
    z-index: 999;
    left: 50%;
    bottom: 0;
    width: 80px;
    height: 40px;
	border:0px solid red;
    background-image:url("https://stores.utopis-platform.net/profextru-nl/channels/prolock/images/module-next-button.png");
    background-size: cover;
    background-repeat: no-repeat;
	cursor:pointer;
}

section.banner content {
	display: flex;
    align-items: center;     
}

section.banner content h1 {
	font-size: 3em;
	font-weight: 700;
	color:white;
	width:50%;
	line-height:1.3em;
}

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

@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 {
	max-width:var(--max-width);
	
}

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(--bgColor3);
	z-index:999;
	
	padding:20px;
	cursor:pointer;
	color:white;
	font-size: 16px;
    font-weight: 400;
	font-family: "Exo", sans-serif;
}

section.content .wizardBtnNext {
	border:0px solid red;
	position:fixed;
	top:44%;
	right:0;
	background: var(--bgColor3);
	z-index:999;
	
	padding:20px;
	cursor:pointer;
	color:white;
	font-size: 16px;
    font-weight: 400;
	font-family: "Exo", sans-serif;
}

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


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.cta {
	border:0px solid red;
	background: var(--bgColor4);
	padding-top:60px;
	padding-bottom:60px;
}

section.cta div {
	position:relative;
	float:left;
	width:calc(100%/3 - 40px);
	margin:20px;
	color:white;
}

section.cta a {
	width:100%;
	background:var(--bgColor1);
	position: relative;
    float: left;
	border-radius:8px;
	padding:10px;
	text-align:center;
	color:var(--bgColor4);
	text-decoration:none;
	margin-top:5px;
	
}

section.cta a:hover {
	box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
}

section.cta div h2 {
	font-weight:700;
	font-size:20px;
	color:white;
}

section.ondersteuning {
	border:0px solid red;
	background: var(--bgColor1);
	padding-top:60px;
	padding-bottom:60px;
}

section.ondersteuning div {
	position:relative;
	float:left;
	width:calc(100%/2 - 40px);
	margin:20px;
}

section.ondersteuning img {
	border-radius:50%;
}

section.ondersteuning div h2 {
	font-weight:700;
	font-size:20px;
	margin-bottom:20px;
}

section.ondersteuning a {
	width:50%;
	background:var(--bgColor3);
	position: relative;
    float: left;
	border-radius:8px;
	padding:10px;
	text-align:center;
	color:var(--bgColor1);
	text-decoration:none;
	margin-top:5px;
	
}

section.ondersteuning a:hover {
	box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
}

section.footer {
	border:0px solid red;
	background: var(--bgColor4);
	min-height:270px;

}

section.footer:after {
        width: 200px;
        height: 200px;
		content: "";
        position: absolute;
        top: 0;
        right: 0;
        background-image: url("https://stores.utopis-platform.net/profextru-nl/channels/prolock/images/triangle-white-right.fc92806b.svg");
        background-repeat: no-repeat;
        background-size: 100% auto;
        background-position: bottom;
        transform: rotate(180deg);
        z-index: 0;
    }

section.footer a {
	color: white;
}

section.footer .text {
	position:absolute;
	width:350px;
	left:0;
	top:0;
	padding-top:50px;
	padding-bottom:30px;
	color:white;
	line-height:25px;
}

section.footer .text a {
	background: var(--bgColor3);
    color: var(--text-white);
    transition: .2s ease-in-out;
    border-radius: 8px;
    font-size: 14px;
    line-height: 19px;
    padding: 9px 15px;
	font-weight: bold;
	font-size: 15px;
}

section.footer .text a:hover {
	background:var(--bgColor4);
}

section.footer .naw {
	position:absolute;
	width:250px;
	right:0;
	top:0;
	padding-top:50px;
	padding-bottom:30px;
	color:white;
	line-height:25px;
}



section.footer .naw a {
	font-weight:bold;
	color:white;
	text-decoration:none;
	margin-bottom:15px;
}

section.footer .naw .copyright {
	float:right;
	position:absolute;
	left:0;
}

section.footer .naw .copyright a {
	font-size:12px;
}

section.footer .line {
	width:100%;
	height:2px;
	background: var(--bgColor6);
}

section.footer content {
	padding:20px;
	
	padding-top:60px;
}


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;
}

section.copyright {
	height:50px;
	background: var(--bgColor3);
}

section.copyright content {
	
}

.fa-times {
	cursor:pointer;
}

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

#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(--text-breadcrumb);
	font-size:12px;
}

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

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

#wizardNavigation a.disabled {
	color: #ccc;
  
	transition: background-color .5s;
}

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

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

#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-breadcrumb);
}

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

#wizardNavigation .current {
	color: var(--basic-text);
	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;
	width:100%;
	margin:0;
	float: none;
}

.wizardEntity {
	display:none;
}

.wizardConfiguration {
	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:950px;
}

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

.wizardContainer .wizardContent {
	color: var(--text);
}
	
.wizardContainer .wizardContent h2 {
	margin-top:25px;
	margin-bottom:3px;
	font-weight:700;
}

.wizardContainer .wizardContent h3 {
	margin-bottom:15px;
}

.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 {
	position:sticky;
	top:0;
	border: 0px solid blue;
    z-index: 3;
    width: 100%;
    position: relative;
    float: left;

	/*
	max-height: calc(100vh - 40px);
    overflow: auto;
	scrollbar-width: thin;
	scrollbar-color: #D2D2D2 #F1F1F1;
	*/
}




.wizardContainer .wizardFilter .filter-wrapper {
	 
}

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

.wizardContainer .wizardEntity {
	border: 0px solid green;
    position: relative;
    float: left;
    width: 100%;
	margin: 0;
    padding: 0;
}

.wizardContainer .wizardEntity .item {
	border-radius: 5px;
 
    padding: 19px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
   /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;*/
	cursor:pointer;
}

.wizardContainer .wizardEntity .item .image img {
	width:100%;
}

.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: 60px;
}

#wizardStep_productlijn .wizardContainer .wizardContent {
	display:none;
}

.filter {
	border:0px solid red;
}

.filter h2 {
		font-weight:bold;
		margin-bottom:15px;
	
}

.filter-wrapper {
	margin-bottom:20px;
}

.xmlvalue_imagepath, .xmlvalue_naam {
	display:none;
}

.filterkey-block {
	position:relative;
	float:left;
	width: calc(100%/4);
	cursor:pointer;
	border:1px solid red;
	margin-right:20px;
	margin-top:20px;
	padding:10px;
	text-align:center;
}

.filterkey-block img{ 
width:100%;
}

section.prod-header {
	border:0px solid red;
	position:relative;
	float:left;
	margin-bottom:30px;
}

section.prod-header .block {
	position:relative;
	float:left;
	width:calc(100%/3);
}

section.prod-header .block .item {
	text-align:center;
}

section.prod-header .block .item {
	margin-bottom:15px;
	margin-top:10px;
}

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

section.subitems .block {
	position:relative;
	float:left;
	border:0px solid blue;
}

section.subitems .block table {
	width:100%;
}

section.subitems .block table th, section.subitems .block table td {
	padding:10px;
	border:1px solid black;
    
}

section.subitems .block:nth-of-type(1) {
	width:20%;
}

section.subitems .block:nth-of-type(2) {
	width:80%;
}

section.subitems .sub-products .thumbnail {
	position:relative;
	float:left;
	width:90px;
	height:90px;
	margin:5px;
	border:1px solid black;
	border-radius:5px;
	cursor:pointer;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	padding:5px;
}

section.subitems .sub-products .thumbnail:hover {
	box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
}

section.subitems .sub-products .thumbnail img {
	max-width:100%;
	max-height:100%;
}

#sectionToolbar {
	display:none;
}

.sectionContentView h1 {
	margin-bottom:40px;
}

section.assets {
	border:0px solid blue;
	position:relative;
	top:30px;
	float:left;
	width:100%;
	background: var(--bgColor2);
	border-radius:10px;
	padding:20px;
}

section.assets h2 {
	font-size: 1.8em;
    margin: 0;
	margin-bottom:15px;
	margin-top:30px;
	color: var(--bgColor3)
}

section.assets h3 {
	font-weight:bold;
	 margin: 0;
	margin-bottom:10px;
	margin-top:30px;
}

.productlijn-usps ul {
	margin-top:20px;
	margin-left:17px !important;
}

.productlijn-urls a {
	width:100%;
	background:var(--bgColor3);
	position: relative;
    float: left;
	border-radius:8px;
	padding:10px;
	text-align:center;
	color:white;
	text-decoration:none;
	margin-top:5px;
}

.productlijn-urls a:hover {
	box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
}

.kleur-item {
	margin-top:30px;
	position: relative;
    float: left;
    margin-right: 20px;
    text-align: center;
}

.kleur-item img {
	border-radius:50%;
}

.ref-item {
	position: relative;
    float: left;
    margin-right: 20px;
    text-align: center;
}

.ref-item img {
	margin-top:10px;
	margin-bottom:10px;
}


.grid-constructie {
	border: 0px solid red;
   
    width: 100%;
	display: grid;
    gap: 1.5vw;
    grid-template-columns: repeat(auto-fill, minmax(60%, 1fr));
    grid-template-rows: auto;
    justify-content: space-between;
	
	
}

.grid-constructie .item-filterkey-block {
    padding: 19px;
    border: 1px solid var(--bgColor3);
    position: relative;
	cursor:pointer;
	text-align:center;
}

.grid-constructie .item-filterkey-block img {
	width:100%;
}

.grid-constructie .item-filterkey-block:hover {
	
	 box-shadow: 10px 10px 20px rgba(36, 36, 36, 0.12);
}

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

#wizardStep_oplossing .wizardContainer
{
	clear:left;
	width:50%;
	
	position: relative;
	float:left;
}

#wizardContainer_constructie.wizardContainer {
	
	position:absolute;
	right:0;

}

#wizardContainer_intro {
	width:100% !important;
	
}

#wizardContainer_intro .wizardContent {
	text-align:center;
	margin-bottom:30px;
}

#wizardContainer_intro .wizardContent h1 {
	color: var(--bgColor3);
}

.filterkey-name {
	padding-bottom: 3px;
    padding-top: 9px;
}

#wizardStep_opties .wizardContainer {
	margin-bottom:35px;
}

#wizardStep_opties .wizardContainer .wizardFilter {
	width:50%;
	position:relative;
	float:left;
	display:none;
}

#wizardStep_opties .wizardContainer .wizardConfiguration {
	width:100%;
	position:relative;
	border:0px solid blue;
	float:left;
}

.xmlvalue_info {
		display:none;
}

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

 .sticky-note {
    background: #fff475; /* Gele post-it kleur */
    width: 50%;
    min-height: 50%;
    padding: 20px;
    box-shadow: 0 8px 10px rgba(0,0,0,0.2);
    transform: rotate(-2deg);
    position: fixed;       /* Vastzetten aan scherm */
    top: 50%;              /* halverwege verticaal */
    left: 50%;             /* halverwege horizontaal */
    transform: translate(-50%, -50%) rotate(-2deg); /* exact centreren */
    z-index:99999;
	display:none;
  }

  /* Omgevouwen hoek */
  .sticky-note::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.3);
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
  }

  .sticky-note h3 {
    margin-top: 0;
    font-size: 1.1em;
  }

  .sticky-note p {
    font-size: 0.85em;
  }
  
  .close-sticky {
	  font-weight:bold;
	  cursor:pointer;
	  position: absolute;
      right: 15px;
      top: 4px;
  }
  
  .sticky-note img {
	  max-width:100%;
  }
  
  #note.hide {
	  scale: 10;
  }
  
  select.multiple-options {
  background-color: var(--bgColor5);
	  background-image: repeating-linear-gradient(
		45deg,
		rgba(0,128,0,0.12) 0px,
		rgba(0,128,0,0.12) 8px,
		transparent 8px,
		transparent 16px
	  );
  }
  
  #wizardStep_opties  select.multiple-options ,#system_sys-max-moment-klasse.multiple-options  {
	    background-color: white;
	  background-image: none;
  }
  
  #wizardStep_opties .wizardContainer {
	  border:0px solid red;
	  margin:0;
	  padding:10px;
	  margin-bottom:25px;
  }
  
  #wizardStep_opties .wizardContainer .wizardContent h2 {
	  margin:0;
  }
  
  #wizardStep_opties .wizardContainer:nth-child(odd) {
    background-color: var(--bgColor6);
}


.grid-options {
    border: 0px solid red;
    width: 100%;
    display: grid;
    gap: 1.5vw;
    grid-template-columns: repeat(auto-fill, minmax(17%, 1fr));
    grid-template-rows: auto;
    justify-content: space-between;
}

.grid-options .option-item {
    padding: 19px;
    border: 1px solid var(--bgColor3);
    position: relative;
    text-align: center;
	background:var(--bgColor1);
}

.grid-options .option-item:hover {
	
	/* box-shadow: 10px 10px 20px rgba(36, 36, 36, 0.12);*/
}

.grid-options .option-item .image {
	position:relative;
	width:100%;
	height:150px;
	background-size:cover;
	background-position:center center;
	background-repeat: no-repeat;
}

.grid-options .option-item .text {
	position:relative;
}

.grid-options .option-item .text .layer {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0px solid red;
	cursor:pointer;
}

.config-formelement {
	position: relative;
	float: left;
    width: 100%;
}

.config-formelement .layer {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0px solid red;
	cursor:pointer;
}

#wizardContainer_oplossing-profiel img {
	margin-top:20px;
	margin-bottom:20px;
}

.content-intro {
border:0px solid red;
padding-top:15px;
}

#wizardContainer_intro .wizardContent {
	display:none;
}

