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

:root {
	/* kleuren */
	--text: #000000;
	--text-white: #ffffff;
	--text-black: #000000;
	--text-blue: #03518C;
	--text-green-hover: #54595F;
	--heading-text: #ffffff;
	--bgColor1: #E2E7EB; /*lichtgrijs*/
	--bgColor2: #E2E7EB; /* groen */
	--bgColor3: #E2E7EB; /* donkergrijs */
	--bgColor5: #ffffff; /* wit */
	--bgColor6: #65757C; /* grijs */
    --button1: #0157A3;
	--button1-hover: #BCBEC0;
	
	/* afmetingen */
	--max-width: 1065px;
	
	/* fonts */
	/* basic DINNextLTW05-Regular */ 
	/* headers GlyphaLTW05-65Bold */ 
}


.disabled {
	
}

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

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

body {
	margin: 0;
	padding:0;
	overflow-y: scroll;
}

select {
	padding-left:10px;
}

option {
  font-family: system-ui;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Lato";
	color: var(--text);
	text-transform:uppercase;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

h2 {
    font-size: 1.5em;
    margin: 0.67em 0;
}

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

section.top {
	border:0px solid red;
	height: 150px;
	width:100%;
	background: var(--bgColor1);
	background-image: url(https://stores.utopis-platform.net/possehl-nl/channels/wizard/images/left-top.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 10% auto;
}

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

section.top content {
	height: 150px;
}

section.top content .restart {
	position:absolute;
	right:0;
	top:11px;
	padding: 16px 20px;
	cursor: pointer;
	border: 2px solid var(--text-blue);
	border-radius: 1000px 1000px 1000px 1000px;
	padding: 10px 18px 8px 18px;
	background-color: #fff0;

}

section.top content .restart h3 {
	color: var(--text-black);
	font-size: 16px;
	font-weight: 800;
	text-transform:uppercase;
	
}

section.top content .restart:hover {
	background: var(--text-blue);
}

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.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(--bgColor1);
}

section.content content {
	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(--button1);
	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(--button1);
	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(--button1-hover);	
}	

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;
	font-size:13px;
}

section.footer content  a:hover {
	color: var(--text-blue);
	text-decoration:none;
	font-size:13px;
}

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);
	font-size:25px;
	margin-top: 10px;
	margin-left: 10px;
    position: absolute;
}

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

#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-blue);
	font-size:14px;
	font-weight:700;
}

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

#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 {
	text-decoration:underline
}

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

}

.wizardContainer {
	border:0px solid var(--button1);
	position: relative;
    float: left;
    width: 100%;
}

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

.wizardEntity, .wizardConfiguration {
	display:none;
}

.filterkey-name li {
    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%;
	
	line-height:22px;
}

.wizardContainer .wizardContent {
	color: var(--text);	
}


.wizardContainer .wizardFilter {
	
}

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

.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-blue);
}

.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-blue);
	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-blue);
}

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

.wizardContainer.disabled {
	display:none;
}

.wizardConfiguration {
	position:relative;
	float:right;
	display:block;
	width:50%;
	border:0px solid green;
}

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

.filterkey-block-text.obsoleteWizardFilter {
	background: var(--text-blue) !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(--bgColor1);
	padding-top: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, .filterkey-block2 {
	border: 0px solid red;
	position:relative;
	
	float:left;
	width:calc(100% / 3);
	min-height:200px;
	cursor:pointer;
	margin-right:20px;
	margin-bottom:10px;
	max-width:155px;
}

.filterkey-block:hover .image img {
	box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
}

.filterkey-block2:hover .image img {
	box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
}


.filterkey-block .image, .filterkey-block2 .image {
	position:relative;
	float:left;
	width:100%;

}

.filterkey-block .image img, .filterkey-block2 .image img {
	width:100%;
	
    border-radius: 50%;
}

.filterkey-block .title, .filterkey-block2 .title  {
	position:relative;
	padding:10px;
	padding-top:20px;
	min-height: 64px;
	text-align:center;
	float:left;
	width:100%;
}

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

.filterkey-block .title .text  {
	text-align:center;
	color: var(--text-blue);
	text-transform: uppercase;
}

.filterkey-block2 .title .text  {
	text-align:center;
	color: var(--text-blue);
	text-transform: uppercase;
	font-size: 14px;
}

#wizardStep_oplossing .wizardContent {
	border: 0px solid red;
    width: 50%;
    position: relative;
    float:left;
    height: 100%;
}

#wizardStep_oplossing .wizardFilter {
	border: 0px solid green;
    width: 50%;
    position: relative;
    right: 0;
    height: 100%;
	float:right;
}

.xmlvalue_subtitel-wit, .xmlvalue_afb {
	display:none;
}

.filterkey-block-home {
	border:0px solid green;
	position:relative;
	float:left;
	width:100%;
	min-height:100px;
	margin-bottom:20px;
	cursor:pointer;
}

.filterkey-block-home .image {
	position:absolute;
	width:30%;
	left:0;
	border:0px solid green;
	height:100%;
}

.filterkey-block-home .image img {
	width:100%;
	border-radius: 50%;
	   
}

.filterkey-block-home:hover .image img {
	box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
}

.filterkey-block-home .txt {
	position:absolute;
	width:70%;
	right:0;
	color:white;
	padding-left:20px;
	font-size: 24px;
    font-weight: 800;
}

.filterkey-block-home .txt h2 {
	margin:0;
	padding:0;
	margin-top:20px;
	    font-size: 40px;
    font-weight: 800;
	margin-bottom:5px;
}

.title-block {
	border:0px solid green;
	position:relative;
	float:left;
	width:100%;
	margin-bottom:15px;
	
}

.title-block .a-title {
	position:absolute;
	width:100%;
	bottom:0;
	border:0px solid pink;
	text-align:center;
	text-transform:uppercase;
	z-index:2;
}

.title-block .a-title h1 {
	margin:0;
	padding:0;
	color:  var(--text-black);
	font-weight: 800;
	font-size: 40px;
}

.title-block .b-title {
	position:relative;
	width:100%;
	bottom:0;
	border:0px solid pink;
	text-align:center;
	text-transform:uppercase;
	z-index:0;
}

.title-block .b-title h2 {
	margin: 0;
	padding: 0;
	color:  var(--text-white);
	font-size: 65px;
	font-weight: 800;
}

.filter-wrapper h2.header {
	margin:0;
	padding:0;
	color:  var(--text-white);
	font-size: 65px;
	text-transform:uppercase;
	margin-bottom:15px;
	font-size: 80px;
    font-weight: 800;
}

#wizardStep_oplossing .wizardFilter {
	padding-left:15px;
}

#wizardStep_oplossing .wizardContent {
	border-right:2px solid var(--text-blue);
	padding-right:15px;
}

#wizardStep_opbouw .wizardContainer .wizardFilter {
	width:50%;
	
    float: left;
}

#wizardStep_opbouw .wizardContainer .wizardConfiguration {
	border-left: 2px solid var(--text-blue);
	padding-left:20px;
	padding-top:20px;
	width:50%;
	
    float: right;
}

#wizardStep_opbouw .wizardContainer .wizardFilter .filterkey-wrapper {
	width:100%;
}

#wizardStep_bepalingen .wizardConfiguration {
	width:100%;
	
}

#wizardStep_bepalingen .wizardConfiguration h3 {
	margin-bottom:15px;
}

[id^="wizardContainer_systemChosen"] {
  display: block !important;
  
}

#wizardContainer_systemchosen1 .wizardContent, #wizardContainer_systemchosen2 .wizardContent, #wizardContainer_systemchosen3 .wizardContent, #wizardContainer_systemchosen4 .wizardContent {
	background: var(--text-blue) !important;
	color:white;
	border-radius:10px;
	visibility:hidden;
}

.filterkey-name h3, .filter h3 {
	margin-top:30px;
	margin-bottom:10px;
}


#wizardStep_opbouw .wizardContainer {
	border:0px solid var(--text-blue) !important;
	padding-top:30px;
	background: white;
    padding: 20px;
}

#wizardStep_opbouw .wizardContainer:first-of-type {
	padding:0;
	border:none !important;
	background:none;
}

#wizardContainer_kleur .wizardFilter, #wizardContainer_kleur-2 .wizardFilter {
	width:100% !important;
}

#wizardContainer_grondlaag {
	/*margin-bottom:20px;*/
}

#wizardContainer_bindmiddel, #wizardContainer_afdekmateriaal {
	margin-top:20px;
}

#wizardContainer_kleur .wizardFilter {
    width: 100% !important;
    float: left;
}

.layer {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: white;
	opacity:0.7;
	display:none;
}

.saveContainer table {
	display:none;
}

#mail-box {
	position: relative;
    float: left;
    border: 0px solid red;
    width: 100%;
}

#mail-box .savecontainer-icons {
	border: 0px solid blue;
    position: relative;
    width: 8%;
    float: left;
	height: 90px;
}

#mail-box .savecontainer-icons .icon {
	height:33.3333%;
	border:0px solid green;
	position: relative;
}

#mail-box .savecontainer-icons .icon div {
	position: absolute;
    top: 50%;
    left: 10%;
    right: 10%;
    margin: auto;
    transform: translate(0%, -50%);
}

#mail-box .savecontainer-image {
	margin: 7px;
    background-size: contain;
    border: 0px solid blue;
    position: relative;
    width: 6%;
    float: left;
    height: 70px;
    background-image: url(https://stores.utopis-platform.net/possehl-nl/channels/wizard/images/savecontainer-image.png);
    background-repeat: no-repeat;
	
	
}

#mail-box .savecontainer-btn {
	border: 0px solid blue;
    position: relative;
    width: 25%;
    float: left;
	height: 90px;
}

#mail-box .savecontainer-btn .content {
	position: absolute;
    top: 50%;
    left: 10%;
    right: 10%;
    margin: auto;
    transform: translate(-12%, -77%);
}

#sectionContent .mailTable {
	border:none;
	background: white;
	padding:5px;
}

#sectionContent .mailInputField {
	border:none;
	background: white;
	
}

#sectionContent .mailInputField * {
	color: var(--text);
	font-size:14px;
}

#sectionContent td.emailDisclaimerWrapper {
	background: var(--text-blue);
}


#sectionContent div.mailInputField div.mailFieldWrapper {
	padding: 5px;
}

.mailInputLabel {
	    padding: 5px;
}

#sectionContent div.mailInputField input.mailFieldInput {
	    padding: 5px;
}


#sectionContent h3.emailDisclaimerHeader {
	
}

#sectionContent div.emaildisclaimer {
text-shadow: none;
}

.mailContentDescription, .emaildisclaimer {
	font-size: 14px;
    padding: 10px;
}

#sectionContent div.mailInputField input.email {
		padding:5px;
		margin-left:5px;
		width: 99%;
}

.filterkey-name h3, .filter h3 {
    margin-top: 30px;
    margin-bottom: 10px;
    width: max-content;
}

.info-button {
	float:right;
	margin-left:10px;
}


.info-button i {
	font-size: 24px;
	color: var(--text-blue);
	cursor:pointer;
}

.info-button i:hover {
	color: var(--text-black);
}

.wizardFilter .info {
display:none;	
}

#infoBoxBg {
	position:fixed;
	width:100%;
	height:100%;
	background:var(--text-blue);
	opacity:0.7;
	z-index:9999;
	display:none;
}

#infoBox {
	position: absolute;
	z-index:999999;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 800px;
    height: 700px;
    background-color: white;
	box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
	display:none;
}

#infoBox .fa-circle-xmark {
	position:absolute;
	right:10px;
	top:10px;
	cursor:pointer;
	font-size:23px;
	color: var(--text-blue);
}

#infoBox content  {
	position: absolute;
    top: 42px;
	border:0px solid red;
	padding:20px;
	font-size:14px;
}

#infoBox content * {
	font-size:14px;
}

#infoBox content ul li {
	margin-left:20px;
}





