:root {
	/* kleuren */
	--basic-text: #121212;
	--text-white: #fafafa;
	--text-gray: #999999;
	--text-navigation: #A0AEC0;
	--bgColor1: #FAFAF9; /*wit*/
	--bgColor2: #F5F5F4; /* lichtgrijs */
	--bgColor3: #328FBB; /* blauw */
	--bgColor4: #E7E5E4; /* grijs */
	--bgColor6: #7F7F7F; /* donkergrijs */
	--bgColor7: #C4C4C4;
	
	
	/* afmetingen */
	--max-width: 1320px;
	
	/* fonts */
	
}

option {
  font-family: system-ui;
}

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

* {
	font-family: 'Open Sauce Sans';
	color: var(--basic-text);
	font-size: 16px;
}

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

h1, h2, h3, h4, h5, h6 {
	
}

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

section.top-menu {
	height: 80px;
	width:100%;
	background: var(--bgColor1);
	border-bottom:2px solid var(--bgColor4);
	position:fixed;
	z-index:99999;
}

section.top-menu img {
	border:0px solid blue;	
	height:78px;
	margin-left:20px;
}



.restart {
	position: absolute;
    top: 8px;
    right: 20px;
    cursor: pointer;
    background: var(--bgColor3);
    color: var(--text-white);
    transition: .2s ease-in-out;
    border-radius: 8px;
    font-size: 14px;
    line-height: 19px;
    padding: 9px 15px;
    z-index: 99999;
}

.restart h3 {
	color: var(--text-green);
	font-size:15px;
}

 .restart:hover {
	background:var(--bgColor4);
}

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(--bgColor2);
	top:80px;
}

@media only screen and (max-width: 1480px) {
	section.content {
		width:80%;
		margin-left:10%;
		margin-right:10%;
	}
}


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:100%;
	padding-left: 56px;
    padding-bottom: 28px;
    padding-right: 56px;
    padding-top: 15px;
}

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;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	padding:20px;
	cursor:pointer;
	display:none;
}

section.content .wizardBtnNext {
	border:0px solid red;
	position:fixed;
	top:44%;
	right:0;
	background: var(--bgColor3);
	z-index:999;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	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(--bgColor4);	
}	

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.footer {
	border:0px solid red;
	background: var(--bgColor2);
	min-height:380px;
	display:none;

}

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-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-top:0px solid #f0f0f0;
	padding: 0px;
	margin: 0px;
	white-space: nowrap;
	overflow: hidden;
	
	max-width:var(--max-width);
	margin: auto;
	left: 0;
	right: 0;
	position:absolute;
	top:-2000px;
	
}

#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-navigation);
	font-size:15px;
	font-weight: bold;
}

#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: 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: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 {
	color: var(--bgColor3);
}

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

.wizardConfiguration {
	display:block;
	background:var(--bgColor1);
}

.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:left;
	width:100%;
	text-align:left;
	
	line-height:22px;
}

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

.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 {
	border:0px solid red;
	position:relative;
	float:left;
	width:100%;
	background: var(--bgColor1);
}

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

.wizardContainer .wizardEntity {
	border:0px solid white;
	position:relative;
	float:left;
	width:100%;
	padding-top:50px;
	padding-bottom:50px;
}

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

.wizardEntity {
	display:none;
}


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

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

#wizardStep_artikelopbouw .wizardContainer {
	border:0px solid red;
	margin-top:10px;
	position:relative;
	float:left;
	width:100%;
}

#wizardStep_artikelopbouw .wizardContainer h1 {
	color: var(--bgColor3);
	margin-bottom:30px;
}

#wizardStep_artikelopbouw .wizardContainer h2 {
	margin-bottom:10px;
	margin-top:15px;
	box-shadow: none;
}

#wizardStep_artikelopbouw .wizardContainer .wizardContent {
	padding:0;
	cursor:pointer;
	background: var(--bgColor6);
	border-radius:5px;
	box-shadow: rgba(100, 100, 111, 0.25) 0px 7px 29px 0px;
}

#wizardStep_artikelopbouw .wizardContainer .wizardContent h3 {
	margin:0;
	padding:10px;
	color:white;
	font-weight: 500;
}

#wizardStep_artikelopbouw .wizardContainer .wizardContent h3 .fa-light {
	color:white;	
	margin-right:5px;
	font-size:21px;
}

#wizardStep_artikelopbouw .wizardContainer .wizardConfiguration {
	display:none;
	background: var(--bgColor7);
	padding:10px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	padding-top:20px;
	float: left;
	width: 100%;
	margin-top: -5px;
}

#wizardStep_artikelopbouw .wizardContainer .wizardConfiguration .article {
	margin-bottom:10px;
}

#wizardStep_artikelopbouw .wizardContainer .wizardConfiguration input {
	display:none;
}

#wizardStep_artikelopbouw .wizardContainer .wizardConfiguration label {
	cursor: pointer;
    border: 0px solid red;
    position: absolute;
    left: 0;
    padding-left: 41px;
    z-index: 9999;
}

#sectionToolbar {
	display:none;
}

.fa-regular {
	font-size:21px;
	color:var(--bgColor3);
	margin-right:5px;
}

.saveContainer {
	border-radius:5px;
}







