
/*
configurator
*/


.Container_Button {
  margin-top: 30px;
  margin-bottom: 30px;
}

.Container_Elements {
  background: #ededed;
  padding: 15px;
}
.Container_Elements h4 { color: #005095; font-size:14px; text-transform: uppercase; margin-bottom: 15px; }


#Anlagentypen {
  display: flex; 
  flex-wrap: wrap;
  justify-content: space-around;
}

#Anlagentypen label {
  background-image: linear-gradient(to bottom, #eceded 65%, #fff 0%);
  color: #005095;
  display: block;
  min-height: 100px;
  margin-right: 10px;
  margin-bottom: 10px;
  transition: all 0.1s ease-out 0s;
  max-width: 150px;
}
#Anlagentypen label:hover {
  background-image: linear-gradient(to bottom, #005095 65%, #fff 0%);
  color: #fff;
}

#Anlagentypen label input {
  display: none;
}

#Anlagentypen label div:first-child {
  padding: 15px;
}
#Anlagentypen label div:last-child {
  padding: 15px;
  text-align: center;
}
#Anlagentypen label div:last-child img {
  max-width: 100px;
  max-height: 100px;
}








#Container_Steps {
  display:flex; 
  justify-content: space-between;
  margin-bottom: 0px;
  margin-top: 0px;
  position: relative;
  font-size: 12px; 
}

#Container_Steps #StepsHgSoll {
  background: #ffef00;
  position: absolute;
  height: 7px;
  top: 14px;
  left: 8.33%; right: 8.33%;
  z-index: 0;
}
#Container_Steps #StepsHgIst {
  background: #005095;
  position: absolute;
  height: 7px;
  top: 14px;
  z-index: 1;
}

#Container_Steps .InlineBlock {
  text-align: center;
  width: 100%;
  z-index: 10;
}

#Container_Steps .InlineBlock .StepCounter {
  display: inline-block;
  background: #ffef00;
  border-radius: 50%;
  color: #005095;
  margin-bottom: 10px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-weight: 600;
}

#Container_Steps .InlineBlock.active .StepCounter {
  background: #005095;
  color: #fff;
}

#wButton, #zButton {
  cursor: pointer;
}


#SVGBOX {
  position: relative;
}



/* Grundeinstellungen */

#Container_Settings {
}

.SettingFields {
  background-color: #ededed;
  padding: 10px;
  width: 200px;
}
.SettingFields > div > p {
  min-height: 35px;
}
.SettingFields label {
  display: block;
  margin-bottom: 10px;
}
.SettingFields label input {
  margin-right: 10px;
}
.SettingFields .imgpreview {
}
.SettingFields .imgpreview img {
  max-width: 100%;
  height: auto;
}



.OptionalListe {
  border: 1px solid #ededed;
  padding: 15px;
}



/* Step Farben */ 

.Container_Elements select {
  background: #fff;
  width: 90%;
}


/* */ 
.Piktogramm {
  border: 1px solid #fff;
  display: inline-block;
  width: 49px;
  height: 49px;
  margin-right: 10px;
  margin-bottom: 10px;
  background-position: center;
  background-size: cover;
}

.Piktogramm img {
  width: 52px;
  height: 52px;
}

.Piktogramm:hover {
  border: 1px solid #005095;
}


.BlockAnsicht {
  display: inline-block;
  position: relative;
  vertical-align: top;
  margin-right: 50px;
}

