:root {
	/* kleuren */
	--text: #37424a;
	--text-white: #ffffff;
	--text-green: #B5BF22;
	--text-green-hover: #B5BF22;
	--heading-text: #ffffff;
	--bgColor1: #F7F7F8; /*lichtgrijs*/
	--bgColor2: #008952; /* groen */
	--bgColor3: #000000; /* zwart */
	--bgColor5: #ffffff; /* wit */
	--bgColor6: #65757C; /* grijs */
    --button1: #B5BF22;
	--button1-hover: #BCBEC0;
	
	/* afmetingen */
	--max-width: 1320px;
	
	/* fonts */
	/* basic DINNextLTW05-Regular */ 
	/* headers GlyphaLTW05-65Bold */ 
}

.disabled {
	
}

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

* {
	font-family: "DINNextLTW05-Regular";
    font-style: normal;
	font-size:18px;
	line-height: normal;
}

body {
	margin: 0;
	padding:0;
	overflow-y: scroll;
	
	background-image: url(https://stores.utopis-platform.net/fermacell-nl/channels/jameshardie24/images/bg-james-hardie.jpg);
	background-size:cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
    background-position: center center; 
	
}

h1, h2, h3, h4, h5, h6 {
	color: var(--text-white);
}

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

section.top {
	position:fixed;
	border:0px solid red;
	height:70px;
	width:100%;
	background: var(--bgColor2);
	z-index:9999;
}

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

section.top content {
	height: 70px;
}

section.top content .restart {
	position:absolute;
	right:0;
	top:70px;
	padding: 16px 20px;
	cursor: pointer;
	z-index:99999;
	background: var(--bgColor3);
}

section.top content .restart h3 {
	color: var(--text-white);
	font-size:16px;
}

section.top content .restart:hover h3 {
	color: var(--text-white);
}

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

section.top content {
	max-width: 100%;
}

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 {
	padding-bottom: 70px;
	border:0px solid blue;
	
}

section.content .layer {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:var(--bgColor3);
	opacity:0.4;
}

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

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

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

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

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(--bgColor1);
	min-height:60px;
}

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

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

section.footer content .location {
	color: var(--text-white);
	border:0px solid red;
	min-height:60px;
	padding-top:25px;
}

section.footer content .location a {
	font-weight:600;
}

section.footer content .location p {
	line-height:20px;
}

section.footer content  a {
	color: var(--text);
	text-decoration:none;
}

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 .copy-content .utopis-platform a {
	color:white;
	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;
	color: var(--text-white);
	font-size:24px;
	margin-top: 10px;
	margin-left: 10px;
    position: absolute;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Wizard.Navigation
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#wizardNavigation {
	width: 80%;
	border-top:0px solid #f0f0f0;
	padding: 0px;
	margin: 0px;
	white-space: nowrap;
	overflow: hidden;
	position:fixed;
	z-index:999999;
	max-width:var(--max-width);
	margin: auto;
	left: 20%;
	right: 0;
	top:6px;
}

#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:30px;
	color: var(--text-white);
	font-size:20px;
}

#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 {
	border-left: 20px solid #F8E4E7;
	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;
	position: absolute;
	content: "";
	top: 0;
	left: 0px;
	transition: border-color .5s;
}

#wizardNavigation a:after {
	width: 0;
	height: 0;
	border-top: 0px inset transparent;
	border-bottom: 0px inset transparent;
	border-left: 0px solid #EDEDED;
	position: absolute;
	content: "";
	top: 0;
	right: -20px;
	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 {

}

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

#wizardNavigation .current {
	color: var(--text-white);
}

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

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

.filterkey-image {
	position: relative;
	float:left;
	border:0px solid red;
	float:left;
	width:330px;
	margin-right:30px;
	margin-top:30px;
}

.filterkey-image .image {
	border:0px solid blue;
	width: 100%;
	border-radius: 10%;
	-webkit-mask-image: -webkit-radial-gradient(#fff, #000);
}

.filterkey-image .image img {
	width:100%;
	transition: filter .6s, opacity .6s, transform .6s, box-shadow .3s;
	cursor:pointer;
}

.filterkey-image .title {
	border:0px solid green;
	width: 100%;
	text-align:center;
	height:70px;
}

.filterkey-image .title h4 {
	text-transform: uppercase;
	color: var(--heading-text);
	font-size:20px;
	font-size: 1.0vw;
	margin-top:10px;
	margin-bottom:10px;
}

.filterkey-image .btn {
	text-align: center;
    width: 100%;
    position: relative;
    float: left;
    border: 0px solid red;
	height:60px;
}

.filterkey-image .btn .btn-toepassing {
	position:absolute;
	margin:auto;
	left:0;
	right:0;
	background: var(--button1);
    padding: 5px 20px 5px 20px;
    color: #fff;
    border-radius: 99px !important;
    border: 1px solid transparent;
    border-color: rgba(0, 0, 0, .05);
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: bold;
        width: fit-content;
	

}

.filterkey-wrapper {
	border:0px solid blue;
	width:calc(100%/3);
	float:left;
	margin:0;
}

.wizardEntity {
	display:none !important;
}

.wizardConfiguration {
	display:block;
}

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

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

.wizardStep {
	min-height:500px;
}

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

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

.wizardContainer .wizardContent h2 {
font-family: "Glypha LT Std";
font-size: 2em;
color:white;
}

.wizardContainer .wizardFilter {
	border:0px solid red;
	position:relative;
	float:left;
	width:100%;
	background: transparant;
	padding:25px;
}

.wizardContainer .wizardFilter h2 {
	margin-left: 8px;
}

.wizardContainer .wizardFilter .filterkey-block-text {
	border: 2px solid #33adff;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 20px;
	padding: 16px 20px;
	background: var(--bgColor5);
	cursor:pointer;
	width:fit-content;
	position:relative;
	float:left;
	
}

.wizardContainer .wizardFilter .filterkey-block-text:hover .title .text h3 {
	text-decoration:underline;
}

.wizardContainer .wizardFilter .filterkey-block-text .title .text h3 {
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 .wizardEntity .system-block .image {
	position:relative;
	width:100%;
	height:266px;
	border:0px solid green;
	background: var(--bgColor5);
	text-align:center;
	padding:20px;
	cursor:pointer;
}

.wizardContainer .wizardEntity .system-block .image img {
	max-width:100%;
	max-height:100%;
}

.wizardContainer .wizardEntity .system-block .title {
	position:relative;
	width:100%;
	height:100px;
	border:0px solid pink;
	padding:10px;
}

.wizardContainer .wizardEntity .system-block .title .text h3 {
	color:var(--text-white);
}

.wizardContainer .wizardEntity .system-block .btn-block .btn {
	border: 2px solid var(--text-green);
	cursor:pointer;
	padding: 16px 20px;
	width: fit-content;
	margin:10px;
}

.wizardContainer .wizardEntity .system-block .btn-block .btn:hover {
	border: 2px solid var(--text-white);
}

.wizardContainer .wizardEntity .system-block .btn-block .btn h3 {
	color: var(--text-green);
}

.wizardContainer .wizardEntity .system-block .btn-block .btn:hover h3 {
	color: var(--text-white);
}

.wizardContainer.disabled {
	display:none;
}

.wizardConfiguration {
	display:block;
	padding: 27px;
}

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

.filterkey-block-text.obsoleteWizardFilter {
	background: var(--text-green) !important;
}

.filterkey-block-text.obsoleteWizardFilter .title .text h3 {
	color: var(--text-white) !important;
}

#sectionToolbar {
	display: none;
}

#sectionContent .viewContent table tr {
    border-spacing: 0px;
    text-align: left;
}

#wizardStep_bestektekst .wizardContent {
	text-align: left;
}

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

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

#wizardStep_bestektekst .wizardContainer .wizardContent  {
	padding:0;
}

#wizardStep_bestektekst .wizardContainer .wizardContent .name {
	padding-left:30px;
	padding-bottom:20px;
}

#wizardStep_bestektekst .wizardContainer .wizardContent h2 {
	padding:30px;
}

#wizardContainer_container-schaduw .wizardFilter {
	display:none;
}

.wizardEntity div {
	background:var(--bgColor3);
	margin:27px;
	padding:5px;
	color:white;
	cursor:pointer;
}

.wizardEntity div:hover {
	background:var(--bgColor2);
}

.filterkey-block {
	border:0px solid red;
	width:calc(100% / 4 - 16px);
	float:left;
	box-shadow: 0 4px 6px 2px rgba(0, 0, 0, .2);
	padding: 8px;
	background-color: white;
	opacity:1.0;
	margin: 8px;
	cursor:pointer;
	border:1px solid white;
}

.filterkey-block:hover {
	border:1px solid var(--bgColor3);
}

.filterkey-block .title {
	min-height:75px;
}

.filterkey-block .image {
	border: 0px solid blue;
	
}

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

.filterkey-block2 {
	border:0px solid red;
	width:calc(100% / 4 - 16px);
	position:relative;
	float:left;
	box-shadow: 0 4px 6px 2px rgba(0, 0, 0, .2);
	padding: 8px;
	background-color: white;
	opacity:1.0;
	margin: 8px;
	cursor:pointer;
}

.filterkey-block2:hover {
	border:0px solid var(--bgColor3);
}

.filterkey-block2 .layer2 {
	position:absolute;
	top:0px;
	left:0;
	height:100%;
	width:100%;
	cursor:pointer;
	
	
}

.filterkey-block2 .title {
	min-height:75px;
}

.filterkey-block2 .image {
	border: 0px solid blue;
	
}

.filterkey-block2 .image img {
	width:100%;
}
