html,
body {
  font-family: 'Poppins', sans-serif!important;
  color: #3d4e58!important;

	font-size: 14px!important;
}
#intro-layer {
	
	position: fixed;
	z-index: 99999999999999999999999999;
	background: #fff;
	height: 100%;
	width: 100%;
	align-items: center;
	justify-content: center;
	font-size: 1rem;
	display: block;
	text-align: center;
	padding-top: 4rem;
}
/*
.main:before {
  content: '';
    background: url('/images/test1.jpeg');
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 100%;
  width: 100%;
  opacity: 0.2;
  z-index: -1;
}
*/

#pedestalFormGroup {
	display : none;
}

input:focus::placeholder {
  color: transparent;
}

.jq-colpicker {
  /*width: 100%;*/
  min-height: 30px;
}
.jq-colpicker .row .column {
  background: grey;
  height: 20px;
  width: 20px;
  display: block;
  margin: 1px;
}
.jq-colpicker .column.selected {
  background: #1c7430;
}
.jq-colpicker .column.disabled{
  background: red;
}


.bold{font-weight:bold;}
.time{position:absolute; left:-110px;}
.timeline-wrapper {
  /*padding-left:80px;*/
  min-width: 400px;
  font-family: 'Helvetica';
  font-size: 14px;
  /*border: 1px solid #CCC;*/
}
.StepProgress {
  position: relative;
  padding-left: 45px;
  list-style: none;
}
.StepProgress::before {
  display: inline-block;
  content: '';
  position: absolute;
  top: 0;
  left: 15px;
  width: 10px;
  height: 100%;
  border-left: 2px solid #CCC;
}
.StepProgress-item {
  position: relative;
  counter-increment: list;
  box-sizing:inherit;
}
.StepProgress-item:not(:last-child) {
  padding-bottom: 20px;
}
.StepProgress-item::before {
  display: inline-block;
  content: '';
  position: absolute;
  left: -30px;
  height: 100%;
  width: 10px;
}
.StepProgress-item::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  left: -37px;
  width: 12px;
  height: 12px;
  border: 2px solid #CCC;
  border-radius: 50%;
  background-color: #FFF;
  box-sizing:content-box;

}
.StepProgress-item.is-done::before {
  border-left: 2px solid green;
}
.StepProgress-item.is-done::after {
  /*content: "?";*/
  font-size: 10px;
  color: #FFF;
  text-align: center;
  border: 2px solid green;
  background-color: green;
}
.StepProgress strong {
  display: block;
}
.StepProgress-item.current::before {
border-left: 2px solid green;
}
.StepProgress-item.current::after {
content: counter(list);
padding-top: 1px;
width: 19px;
height: 18px;
top: -4px;
left: -40px;
font-size: 14px;
text-align: center;
color: green;
border: 2px solid green;
background-color: white;
}
.StepProgress-item .bold {
cursor: pointer;
}

.form-group.has-error .invalid-feedback  {display: block;}
.form-label.has-error {color: #dc3545;}


/*.wizard ,
html,
body,
.main,
.main > .container {
  height: 100%;
}*/

.wizard {
  padding-bottom: 3rem;
}
#configurator,
.wizard {

  width: 100%;
}
/*.main > .container {
  background: #fff;
  box-shadow: 0 0 1rem rgba(0,0,0,0.6);
}*/

.stepProgressWrapper * {
  font-size: 1rem;
}

.stepProgressWrapper  {
  color: #646464;
}
.mainQuestionsWrapper * {
  font-size: 1.5rem;
}

.kachel input {
  display: none;
}
.mainQuestionsWrapper .kachel {
  padding: 0;
  margin-right: 1.25rem;
}
.kachel label  {
  color: #3d4e58;
  background: #efe5df;
  margin: 0;
  padding: 3rem;
  transition: all 300ms linear;
  position: relative;
	height: 100%;
    display: flex;
    align-items: center;
}

.kachel:hover label,
.kachel input:checked + label  {
  color: #fff;
  background: #d7bdae;
  cursor: pointer;

}
.kachel input:checked + label:after  {
  content: '✓';
  position: absolute;
  right: 0.5rem;
  top: 0;
  font-size: 3rem;
  opacity: 0.6;
}
.mainQuestionsWrapper h2 {
  font-size: 2.4rem;
  margin-bottom: 2rem;
}

body .kachelWrap {
  display: flex;
	margin-bottom: 3rem!important;
	position: relative;
}

.kachelWrap  .invalid-feedback {
	position: absolute;
	bottom: -2rem;
	
}

small {
  font-size: 1rem!important;
}

.form-group {
  margin-bottom: 2rem!important;
}

.btn-primary {
  color: #3d4e58!important;
  background: #efe5df!important;
  border:none!important;
}

.btn-primary:focus,
.btn-primary:active,
.btn-primary:hover {
  color: #fff!important;
  background: #d7bdae!important;

}

.StepProgress-item.current::before {
    border-left: 2px solid #86AB7D;
}
.StepProgress-item.current::after {   
    color: #86AB7D;
    border: 2px solid #86AB7D;
    line-height: normal;
}

.slider-container.theme-green .back-bar {
    height: 15px;
  
}
.slider-container .back-bar .pointer-label {
   font-size: 1.2rem!important;
  top: -26px!important;
}

.slider-container .scale ins {
  font-size: 1.2rem!important;
}

.theme-green .back-bar .pointer {
    width: 20px!important;
    height: 20px!important;
    top: -2px!important;
   
}
#baseDepth .slider-container .scale span:first-child ins:after {
	content:" cm";
}
#baseDepth .slider-container .scale span:last-child ins:after {
	content:" cm";
}
.theme-green .back-bar .selected-bar {
    border-radius: 2px!important;
    background-color: #d7bdae!important;
    background-image: -moz-linear-gradient(top, #efe5df, #d7bdae)!important;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#efe5df), to(#d7bdae))!important;
    background-image: -webkit-linear-gradient(top, #efe5df, #d7bdae)!important;
    background-image: -o-linear-gradient(top, #efe5df, #d7bdae)!important;
    background-image: linear-gradient(to bottom, #efe5df, #d7bdae)!important;
    background-repeat: repeat-x!important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efe5df', endColorstr='#d7bdae', GradientType=0)!important;
}
.wizard .form-group > select, 
.wizard .input-group > .form-control {
  font-size: 1.4rem;
  text-align: center;
  padding: 0.3rem 0.8rem;
  height: inherit;
  color: #7B7B7B;
	background: #F4F4F4;
}
.btn {
	font-size: 1.4rem!important;
}
.wizard .form-group > select option {
	font-size: 1.4rem;
}
.wizard .input-group > .form-control:read-only {
  cursor:  not-allowed;
}
.wizard .input-group > .form-control:read-only:focus {
  outline: none;
	box-shadow: none;
	border-color: #ced4da;
}
.wizard .form-group > select {
  text-align-last: center;
}
.mainQuestionsWrapper .form-label {
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.tooltip .tooltip-inner {
	color: #212529!important;
	max-width: 400px;
	padding: 1rem;
}

.tooltip .tooltip-inner img {
	width: 100%;
	height: auto;
	margin-top: 1rem;
}
.wizard .jq-colpicker {
  display: flex;
flex-direction: column;
align-items: center;
}

.wizard .jq-colpicker .column:selected,
.wizard .jq-colpicker .column:hover {
  cursor: pointer;
  background: #40843D;
}
#drawerConfiguration,
#doorConfiguration {
  padding: 1rem;
  background: #efe5df;
}
#doorConfiguration .form-inline {
	align-items: flex-start;
}

#drawerConfiguration .form-inline .form-group,
#doorConfiguration .form-inline .form-group {
flex-direction: column;
}
#drawerConfiguration .form-inline .form-group label,
#doorConfiguration .form-inline .form-group label {
	justify-content: flex-start!important;
	font-size: 1rem;
}
#drawerConfiguration .form-inline .form-group select,
#doorConfiguration .form-inline .form-group select {
	font-size: 1rem;
	max-width: 96%;
}
#drawerConfiguration .form-inline .form-group:nth-child(1),
#doorConfiguration .form-inline .form-group:nth-child(1) {
 
  width: 25%;
	margin-right: 2%;
}
#doorConfiguration .form-inline .form-group:nth-child(1) label {
 
}
#drawerConfiguration .form-inline .form-group:nth-child(2) {
	width: 60%;
}
#doorConfiguration .form-inline .form-group:nth-child(2) {
  width: 31%;
	margin-right: 2%;
}


#doorConfiguration .form-inline .form-group:nth-child(3) {
  width: 32%;
}
#drawerConfiguration .form-inline .form-group:nth-child(3),
#doorConfiguration .form-inline .form-group:nth-child(4) {
  width: 8%;
}
.form-group .addFieldset {
	margin-top: 1.5rem;
}

#endScreenHolder {
	display: flex;
	flex-wrap: wrap;
}
#endScreenHolder h1 {
	width: 100%;
	font-size: 2.5rem;
	margin-bottom: 2rem;
}
#endScreenHolder .item {
	width: 32%;
	border: solid 1px #efe5df;
	margin-right: 1%;
	padding: 1rem;
	margin-bottom: 1%;
}
#endScreenHolder .item h3 {
	background: #efe5df;
	margin-bottom: 1rem;
	padding: 1rem;
}

#endScreenHolder > .row {
	/*display: none;*/
	width: 100%;
	margin-bottom: 2rem;
}
#endScreenHolder > .row:before {
	content: 'Schematische Darstellung Ihres Regals';
	margin-bottom: 1rem;
	margin-left: 1.2rem;
}
#endScreenHolder > .row > .col-12 {
    border: solid 1px #efe5df;
    padding: 1rem;
}

#endScreenHolder > .row > .col-12 img {
    max-height: 300px;
}
.fa.fa-info {
    border: solid 1px #353535;
    border-radius: 50%;
    font-size: 0.7rem;
    height: 20px;
    width: 20px;
    line-height: 20px;  
    bottom: 11px;
    position: relative;
}

/******** loader******/

#loader {
	display: none;
}

#loader .wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
}
.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
/***********************/

@media (max-width: 1690px) {
	#configurator > .col-12 > .row > .col-2 {
		width: 25%;
		max-width: inherit;
		flex: none;
	}
	#configurator > .col-12 > .row > .col-6 {
		width: 60%;
		max-width: inherit;
		flex: none;
	}
	.header > .row > .col-10 {
		width: 75%;
		max-width: inherit;
		flex: none;
	}
	.header > .row > .col-2 {
		width: 25%;
		max-width: inherit;
		flex: none;
	}
}
@media (max-width: 991px) {
	#configurator > .col-12 > .row > .col-2 {
		width: 25%;
		max-width: inherit;
		flex: none;
	}
	#configurator > .col-12 > .row > .col-6 {
		width: 75%;
		max-width: inherit;
		flex: none;
	}
	.header > .row > .col-10 {
		width: 60%;
		max-width: inherit;
		flex: none;
	}
	.header > .row > .col-2 {
		width: 40%;
		max-width: inherit;
		flex: none;
	}
	#configurator .timeline-wrapper {
		min-width: inherit;
	}
}
@media (max-width: 800px) {
	#configurator > .col-12 > .row > .col-2 {
		width: 100%;
		max-width: inherit;
		flex: none;
		display: none;
		background: #F3F3F3;
		padding: 1.5rem 0;
	}
	#configurator > .col-12 > .row > .col-6 {
		width: 100%;
		max-width: inherit;
		flex: none;
		margin-top: 2rem;
	}
	.header > .row > .col-10 {
		width: 60%;
		max-width: inherit;
		flex: none;
	}
	.header > .row > .col-2 {
		width: 40%;
		max-width: inherit;
		flex: none;
	}
	.mobShowStatus {
		text-align: center;
		color: #3d4e58 !important;
		background: #efe5df !important;
		border: none !important;
		display: block;
		padding: 1.6rem;
		margin: 1rem 0;
		width: 100%;
	
	}
}

@media (min-width: 801px) {
	.mobShowStatus {
		display: none;
	
	}
	
}

@media (max-width: 400px) {
	.kachel label {
		padding: 1.5rem;
		font-size: 14px;
	}
}
@media (max-width: 800px) {
	#doorConfiguration .form-inline .form-group,
	#drawerConfiguration .form-inline .form-group {
		width: 100%!important;
	}
}