/* THEME Anpassungen */
div.zh_config .sbHolder {
  height: 28px;
  max-height: 28px;
}

div.zh_config .sbSelector {
  padding: 4px 12px;
  height: 18px;
  line-height: 18px;
}

div.zh_config .sbSelector > span {
  margin-bottom: 0px !important;
}

div.zh_config .sbSelector span.text {
  max-height: 15px;
  max-width: 80%;
  overflow: hidden;
}

div.zh_config {
  float: left;
  width: 100%;
  position: relative;
  margin: 20px 0px;

  border-bottom: 1px #EFEFEF solid;
  background-image: url('bilder/bg.jpg');
  background-color: #777;
  background-repeat: no-repeat;
  background-position: 0px -320px;
  background-size: 100% auto;
}

div.zh_config.zh_sideboard {
  background-image: url('bilder/bg_s.jpg');
  background-position: 0px -220px;
}

div.zh_config div.loading {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #D7D3D6;
  z-index: 100;
  background-position: center center;
  background-image: url('bilder/loading.gif');
  background-repeat: no-repeat;
  opacity: 0.95;
  -o-opacity: 0.95;
  -moz-opacity: 0.95;
  -webkit-opacity: 0.95;
}

div.zh_config div {
  display: block;
}

div.zh_config div.dummy {
  display: none;
}

div.zh_config div.buehne {
  float: left;
  width: 80%;
  margin: 0px;
  position: relative;
  min-height: 300px;
}

div.zh_config.zh_sideboard div.buehne {
  margin-top: 100px;
}

div.zh_config div.buehne div.boardcont {
  width: 96%;
  max-width: 1300px;
  margin: 40px auto;
  position: relative;

  background-color: #EFEFEF;
}

div.zh_config div.buehne div.boardcont div.elem_left {
  width: 6%;
  min-height: 300px;
  float: left;
  position: relative;
}

div.zh_config div.buehne div.boardcont div.elem_right {
  width: 6%;
  min-height: 300px;
  float: left;
  position: relative;
}

div.zh_config div.buehne div.boardcont div.elements {
  min-height: 300px;
  float: left;
  position: relative;
}

div.zh_config div.buehne div.boardcont div.elements.w300 {
  width: 88%;
}

div.zh_config div.buehne div.boardcont div.elements.w270 {
  width: 79.2%;
}

div.zh_config div.buehne div.boardcont div.elements.w240 {
  width: 70.4%;
}

div.zh_config div.buehne div.boardcont div.elements.w210 {
  width: 61.6%;
}

div.zh_config div.buehne div.boardcont div.elements.w180 {
  width: 52.8%;
}

div.zh_config div.buehne div.boardcont div.elements.w150 {
  width: 44%;
}

div.zh_config div.buehne div.boardcont div.elements.w120 {
  width: 35.2%;
}

div.zh_config div.buehne div.boardcont div.elements.w90 {
  width: 26.4%;
}

div.zh_config div.buehne div.boardcont div.elements.w60 {
  width: 17.6%;
}

div.zh_config div.buehne div.boardcont div.elements > div.elecont {
  min-height: 300px;
  float: left;
  position: relative;
  overflow: hidden;
  background-position: bottom left;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

/* Hoehe setzen */
div.zh_config div.buehne div.boardcont div.elements div.e300 {
  width: 100%;
  background-image: url('bilder/schatten_300.png');
}

div.zh_config div.buehne div.boardcont div.elements div.e150 {
  width: 50%;
  background-image: url('bilder/schatten_150.png');
}

div.zh_config div.buehne div.boardcont div.elements div.e120 {
  width: 40%;
  background-image: url('bilder/schatten_120.png');
}

div.zh_config div.buehne div.boardcont div.elements div.e90 {
  width: 30%;
  background-image: url('bilder/schatten_90.png');
}

div.zh_config div.buehne div.boardcont div.elements div.e60 {
  width: 20%;
  background-image: url('bilder/schatten_60.png');
}

/* Hoehe setzen */
div.zh_config div.buehne div.boardcont div.elements div div.ele {
  width: 100%;
  padding: 0px;
  margin: 0px;
  background-color: #FFF;
  box-sizing: border-box;
  position: absolute;
  left: 0px;
  bottom: 7%;
  border: 1px #000 solid;
  border-left: 0px none;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

div.zh_config div.buehne div.boardcont div.elements div div.ele.thigh {
  bottom: 20%;
}

div.zh_config div.buehne div.boardcont div.elements div.elecont:first-child div.ele {
  border-left: 1px #000 solid;
}

div.zh_config div.buehne div.boardcont div.elements div div.ele img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  display: none;
  line-height: 1;
  font-size: 0;
  vertical-align: top;
  float: left;
}

div.zh_config div.buehne div.boardcont div.elements div div.ele img.activ {
  display: block;
}

div.zh_config div.buehne div.boardcont div.elements div div.ele.h35 img,
div.zh_config div.buehne div.boardcont div.elements div div.ele.h35 div.platte {
  margin-bottom: 10px;
}

div.zh_config div.buehne div.boardcont div.elements div div.ele.h43 img,
div.zh_config div.buehne div.boardcont div.elements div div.ele.h43 div.platte {
  margin-bottom: 20px;
}

div.zh_config div.buehne div.boardcont div.elements div div.ele.h51 img,
div.zh_config div.buehne div.boardcont div.elements div div.ele.h51 div.platte {
  margin-bottom: 65px;
}

div.zh_config div.buehne div.boardcont div.elements div div.ele.h67 img,
div.zh_config div.buehne div.boardcont div.elements div div.ele.h67 div.platte {
  margin-bottom: 110px;
}

div.zh_config div.buehne div.boardcont div.elements div.ele div.cont {
  width: 100%;
}

div.zh_config div.buehne div.boardcont div.elements div.ele div.front {
  width: 100%;
}

div.zh_config div.buehne div.boardcont div.elements div.ele div.surf {
  background-position: top left;
  background-size: 100% auto;
  width: 100%;
  height: 100%;
  position: absolute;
}

div.zh_config.lowboardkonfigurator div.buehne div.boardcont div.elements div.e60 div.ele div.surf.glanz {
  background-repeat: repeat-x;
  background-image: url('bilder/glanz_60.png');
}

div.zh_config.lowboardkonfigurator div.buehne div.boardcont div.elements div.e90 div.ele div.surf.glanz {
  background-repeat: repeat-x;
  background-image: url('bilder/glanz_90.png');
}

div.zh_config.lowboardkonfigurator div.buehne div.boardcont div.elements div.e120 div.ele div.surf.glanz {
  background-repeat: repeat-x;
  background-image: url('bilder/glanz_120.png');
}

div.zh_config.lowboardkonfigurator div.buehne div.boardcont div.elements div.e150 div.ele div.surf.glanz {
  background-repeat: repeat-x;
  background-image: url('bilder/glanz_150.png');
}

div.zh_config div.buehne div.boardcont div.elements div.ele div.surf.matt {
  background-repeat: repeat;
  /* background-image: url('bilder/matt.png'); */
}

/* Stop Sol Glas */
div.zh_config div.buehne div.boardcont div.elements div.e60 div.ele div.surf.glanz.glas,
div.zh_config div.buehne div.boardcont div.elements div.e60 div.ele div.surf.matt.glas {
  background-size: 100% 100%;
  background-image: url('bilder/glas_60.png');
}

div.zh_config div.buehne div.boardcont div.elements div.e90 div.ele div.surf.matt.glas,
div.zh_config div.buehne div.boardcont div.elements div.e90 div.ele div.surf.glanz.glas {
  background-size: 100% 100%;
  background-image: url('bilder/glas_90.png');
}

div.zh_config div.buehne div.boardcont div.elements div.e120 div.ele div.surf.matt.glas,
div.zh_config div.buehne div.boardcont div.elements div.e120 div.ele div.surf.glanz.glas {
  background-size: 100% 100%;
  background-image: url('bilder/glas_120.png');
}

div.zh_config div.buehne div.boardcont div.elements div.e150 div.ele div.surf.matt.glas,
div.zh_config div.buehne div.boardcont div.elements div.e150 div.ele div.surf.glanz.glas {
  background-size: 100% 100%;
  background-image: url('bilder/glas_150.png');
}

/* Stop Sol Glas Sideboard */
div.zh_config div.buehne div.boardcont div.elements div.e60 div.ele.h51 div.surf.glanz.glas,
div.zh_config div.buehne div.boardcont div.elements div.e60 div.ele.h51 div.surf.matt.glas {
  background-size: 100% 100%;
  background-image: url('bilder/glas_s_60.png');
}

div.zh_config div.buehne div.boardcont div.elements div.e90 div.ele.h51 div.surf.matt.glas,
div.zh_config div.buehne div.boardcont div.elements div.e90 div.ele.h51 div.surf.glanz.glas {
  background-size: 100% 100%;
  background-image: url('bilder/glas_s_90.png');
}

div.zh_config div.buehne div.boardcont div.elements div.e120 div.ele.h51 div.surf.matt.glas,
div.zh_config div.buehne div.boardcont div.elements div.e120 div.ele.h51 div.surf.glanz.glas {
  background-size: 100% 100%;
  background-image: url('bilder/glas_s_120.png');
}

div.zh_config div.buehne div.boardcont div.elements div.e150 div.ele.h51 div.surf.matt.glas,
div.zh_config div.buehne div.boardcont div.elements div.e150 div.ele.h51 div.surf.glanz.glas {
  background-size: 100% 100%;
  background-image: url('bilder/glas_s_150.png');
}

div.zh_config div.buehne div.boardcont div.elements div.e60 div.ele.h67 div.surf.glanz.glas,
div.zh_config div.buehne div.boardcont div.elements div.e60 div.ele.h67 div.surf.matt.glas {
  background-size: 100% 100%;
  background-image: url('bilder/glas_s_60.png');
}

div.zh_config div.buehne div.boardcont div.elements div.e90 div.ele.h67 div.surf.matt.glas,
div.zh_config div.buehne div.boardcont div.elements div.e90 div.ele.h67 div.surf.glanz.glas {
  background-size: 100% 100%;
  background-image: url('bilder/glas_s_90.png');
}

div.zh_config div.buehne div.boardcont div.elements div.e120 div.ele.h67 div.surf.matt.glas,
div.zh_config div.buehne div.boardcont div.elements div.e120 div.ele.h67 div.surf.glanz.glas {
  background-size: 100% 100%;
  background-image: url('bilder/glas_s_120.png');
}

div.zh_config div.buehne div.boardcont div.elements div.e150 div.ele.h67 div.surf.matt.glas,
div.zh_config div.buehne div.boardcont div.elements div.e150 div.ele.h67 div.surf.glanz.glas {
  background-size: 100% 100%;
  background-image: url('bilder/glas_s_150.png');
}

/* eine Tuer wird zu 2 bei 90cm */
div.zh_config.zh_sideboard div.buehne div.boardcont div.elements div.e90 div.ele div.surf.matt.tur,
div.zh_config.zh_sideboard div.buehne div.boardcont div.elements div.e90 div.ele div.surf.glanz.tur,
div.zh_config.zh_sideboard div.buehne div.boardcont div.elements div.e120 div.ele div.surf.matt.tur,
div.zh_config.zh_sideboard div.buehne div.boardcont div.elements div.e120 div.ele div.surf.glanz.tur {
  background-size: 100% 100%;
  background-image: url('bilder/tur_90.png');
}

/* 2 Schubladen */
div.zh_config div.buehne div.boardcont div.elements div.e60 div.ele div.surf.matt.z_schubladen,
div.zh_config div.buehne div.boardcont div.elements div.e60 div.ele div.surf.glanz.z_schubladen {
  background-size: 100% 100%;
  background-image: url('bilder/2_schubladen_60.png');
}

div.zh_config div.buehne div.boardcont div.elements div.e90 div.ele div.surf.matt.z_schubladen,
div.zh_config div.buehne div.boardcont div.elements div.e90 div.ele div.surf.glanz.z_schubladen {
  background-size: 100% 100%;
  background-image: url('bilder/2_schubladen_90.png');
}

div.zh_config div.buehne div.boardcont div.elements div.e120 div.ele div.surf.matt.z_schubladen,
div.zh_config div.buehne div.boardcont div.elements div.e120 div.ele div.surf.glanz.z_schubladen {
  background-size: 100% 100%;
  background-image: url('bilder/2_schubladen_120.png');
}

div.zh_config div.buehne div.boardcont div.elements div.e150 div.ele div.surf.matt.z_schubladen,
div.zh_config div.buehne div.boardcont div.elements div.e150 div.ele div.surf.glanz.z_schubladen {
  background-size: 100% 100%;
  background-image: url('bilder/2_schubladen_150.png');
}


/* 3 Schubladen h51 */
div.zh_config div.buehne div.boardcont div.elements div.e60 div.ele.h51 div.surf.matt.d_schubladen,
div.zh_config div.buehne div.boardcont div.elements div.e60 div.ele.h51 div.surf.glanz.d_schubladen {
  background-size: 100% 100%;
  background-image: url('bilder/3_schubladen_60.png');
}

div.zh_config div.buehne div.boardcont div.elements div.e90 div.ele.h51 div.surf.matt.d_schubladen,
div.zh_config div.buehne div.boardcont div.elements div.e90 div.ele.h51 div.surf.glanz.d_schubladen {
  background-size: 100% 100%;
  background-image: url('bilder/3_schubladen_90.png');
}

div.zh_config div.buehne div.boardcont div.elements div.e120 div.ele.h51 div.surf.matt.d_schubladen,
div.zh_config div.buehne div.boardcont div.elements div.e120 div.ele.h51 div.surf.glanz.d_schubladen {
  background-size: 100% 100%;
  background-image: url('bilder/3_schubladen_120.png');
}

div.zh_config div.buehne div.boardcont div.elements div.e150 div.ele.h51 div.surf.matt.d_schubladen,
div.zh_config div.buehne div.boardcont div.elements div.e150 div.ele.h51 div.surf.glanz.d_schubladen {
  background-size: 100% 100%;
  background-image: url('bilder/3_schubladen_150.png');
}

/* 3 Schubladen h67 */
div.zh_config div.buehne div.boardcont div.elements div.e60 div.ele.h67 div div.surf.matt.d_schubladen,
div.zh_config div.buehne div.boardcont div.elements div.e60 div.ele.h67 div.surf.glanz.d_schubladen {
  background-size: 100% 100%;
  background-image: url('bilder/3_schubladen_n_60.png');
}

div.zh_config div.buehne div.boardcont div.elements div.e90 div.ele.h67 div.surf.matt.d_schubladen,
div.zh_config div.buehne div.boardcont div.elements div.e90 div.ele.h67 div.surf.glanz.d_schubladen {
  background-size: 100% 100%;
  background-image: url('bilder/3_schubladen_n_90.png');
}

div.zh_config div.buehne div.boardcont div.elements div.e120 div.ele.h67 div.surf.matt.d_schubladen,
div.zh_config div.buehne div.boardcont div.elements div.e120 div.ele.h67 div.surf.glanz.d_schubladen {
  background-size: 100% 100%;
  background-image: url('bilder/3_schubladen_n_120.png');
}

div.zh_config div.buehne div.boardcont div.elements div.e150 div.ele.h67 div.surf.matt.d_schubladen,
div.zh_config div.buehne div.boardcont div.elements div.e150 div.ele.h67 div.surf.glanz.d_schubladen {
  background-size: 100% 100%;
  background-image: url('bilder/3_schubladen_n_150.png');
}


/* Glanz bei Sideboard */
div.zh_config.zh_sideboard div.buehne div.boardcont div.elements div.e60 div.ele div.surf.glanz:before,
div.zh_config.zh_sideboard div.buehne div.boardcont div.elements div.e90 div.ele div.surf.glanz:before,
div.zh_config.zh_sideboard div.buehne div.boardcont div.elements div.e120 div.ele div.surf.glanz:before,
div.zh_config.zh_sideboard div.buehne div.boardcont div.elements div.e150 div.ele div.surf.glanz:before {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  content: " ";
  background-repeat: repeat-x;
  background-size: 100% auto;
}

div.zh_config.zh_sideboard div.buehne div.boardcont div.elements div.e60 div.ele div.surf.glanz:not(.glas):before {
  background-image: url('bilder/glanz_60.png');
}

div.zh_config.zh_sideboard div.buehne div.boardcont div.elements div.e90 div.ele div.surf.glanz:not(.glas):before {
  background-image: url('bilder/glanz_90.png');
}

div.zh_config.zh_sideboard div.buehne div.boardcont div.elements div.e120 div.ele div.surf.glanz:not(.glas):before {
  background-image: url('bilder/glanz_120.png');
}

div.zh_config.zh_sideboard div.buehne div.boardcont div.elements div.e150 div.ele div.surf.glanz:not(.glas):before {
  background-image: url('bilder/glanz_150.png');
}


/* Tiefe */
div.zh_config div.buehne div.boardcont div.elements div.elecont div.ele.t54 div.platte {
  padding-top: 5px;
}

/* Platte */
div.zh_config div.buehne div.boardcont div.elements div.nplatte {
  position: absolute;
  width: 100%;
  bottom: 0%;
  z-index: 40;
  transition: all 0.5s;
}

div.zh_config div.buehne div.boardcont div.elements div.nplatte.tlow {
  bottom: 7%;
}

div.zh_config div.buehne div.boardcont div.elements div.nplatte.thigh {
  bottom: 20%;
}

div.zh_config div.buehne div.boardcont div.elements div.nplatte.h27 {
  margin-bottom: 0px;
}

div.zh_config div.buehne div.boardcont div.elements div.nplatte.h35 {
  margin-bottom: 10px;
}

div.zh_config div.buehne div.boardcont div.elements div.nplatte.h43 {
  margin-bottom: 20px;
}

div.zh_config div.buehne div.boardcont div.elements div.nplatte.h51 {
  margin-bottom: 65px;
}

div.zh_config div.buehne div.boardcont div.elements div.nplatte.h67 {
  margin-bottom: 110px;
}

div.zh_config div.buehne div.boardcont div.elements div.nplatte div.back {
  width: 100%;
  height: 1px;
  border-bottom: 18px #FFF solid;
  border-left: 25px transparent solid;
  border-right: 25px transparent solid;
  border-top: 0px none;
  box-sizing: border-box;
  transition: all 0.5s;
}

div.zh_config div.buehne div.boardcont div.elements div.nplatte div.row {
  width: 100%;
  height: 5px;
  border: 1px #000 solid;
  background-color: #FFF;
  transition: all 0.5s;
  box-sizing: border-box;
}

div.zh_config div.buehne div.boardcont div.elem_left > img,
div.zh_config div.buehne div.boardcont div.elem_right > img {
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

div.zh_config div.settings {
  float: right;
  width: 17%;
  margin: 0px;
  position: relative;
  padding: 5px 0px 15px 0px;
  background-color: rgba(0, 0, 0, 0.5);
}

div.zh_config div.settings label {
  width: 100%;
  box-sizing: border-box;
  float: left;
  padding: 8px 5%;
  color: #FFF;
}

div.zh_config div.settings label.colors {
  padding-bottom: 0px;
}

div.zh_config div.settings input,
div.zh_config div.settings select {
  float: left;
  width: 100%;
}

div.zh_config div.settings div.colors {
  width: 100%;
  float: left;
  height: 36px;
  position: relative;
  padding: 0px 5% 8px 5%;
  box-sizing: border-box;
}

div.zh_config div.settings div.colors div.hover {
  width: 100%;
  float: left;
  max-height: 28px;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}

div.zh_config div.settings div.colors.open div.hover:hover {
  max-height: 1000px;
  z-index: 999;
  -webkit-box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.3);
}

div.zh_config div.settings div.colors > div > div {
  width: 100%;
  height: 28px;
  margin: 0px;
  float: left;
  cursor: pointer;
  border-bottom: 1px #EEE solid;
}

div.zh_config div.settings div.colors > div > div:hover > div {
  background-color: #F6F6F6;
}

div.zh_config div.settings div.colors > div > div > div {
  margin: 0px;
  padding: 0px 5%;
  float: left;
  width: 50%;
  height: 28px;
  line-height: 28px;
  color: #888;
  background-color: #FFF;
  border-right: 1px #EEE solid;
}

div.zh_config div.settings div.colors > div > div.current {
  background-color: #FFF;
}

div.zh_config > div.elements {
  width: 80%;
  padding: 20px 5%;
  box-sizing: border-box;
  float: left;
}

div.zh_config > div.elements div.elementcont {
  width: 100%;
  position: relative;
}

div.zh_config > div.elements div.elementcont div.plus {
  width: 30px;
  height: 30px;
  font-weight: bold;
  color: #FFF;
  font-size: 20px;
  background-color: #60a5cd;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -webkit-transition: background-color 0.5s;
  float: left;
  border-left: 1px #FFF solid;
}

div.zh_config > div.elements div.elementcont div.plus:hover {
  background-color: #000;
}

div.zh_config > div.elements div.elementcont div.plus.hidden {
  display: none;
}

div.zh_config > div.elements div.elementcont div.elecont {
  display: none;
  padding: 0px;
  margin: 0px;
  background-color: #EFEFEF;
  float: left;
  border-left: 1px #FFF solid;
  position: relative;
  box-sizing: border-box;
}

div.zh_config > div.elements div.elementcont div.elecont:first-child {
  border-left: 0px none;
}

div.zh_config > div.elements div.elementcont div.elecont h3 {
  width: 90%;
  float: left;
  background-color: #777;
  color: #FFF;
  padding: 0px 5%;
  line-height: 30px;
  margin: 0px;
  font-size: 14px;
  position: relative;
}

div.zh_config > div.elements div.elementcont div.elecont h3 > div.minus {
  display: none;
  width: 30px;
  height: 30px;
  font-weight: bold;
  color: #FFF;
  font-size: 20px;
  background-color: #444;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -webkit-transition: background-color 0.5s;
  position: absolute;
  top: 0px;
  right: 0px;
}

div.zh_config > div.elements div.elementcont div.elecont h3 > div.minus:hover {
  background-color: #FF0000;
}

div.zh_config > div.elements div.elementcont div.elecont.activ.last h3 > div.minus {
  display: block;
}


div.zh_config > div.elements div.elementcont div.elecont div.opt {
  margin: 10px 5%;
  float: left;
  width: 90%;
}

div.zh_config > div.elements div.elementcont div.elecont label,
div.zh_config > div.elements div.elementcont div.elecont label input,
div.zh_config > div.elements div.elementcont div.elecont label select {
  width: 100%;
  float: left;
}


div.zh_config > div.elements div.elementcont div.elecont.activ {
  display: block;
}

div.zh_config > div.elements div.elementcont div.elecont.w60 {
  width: 20%;
}

div.zh_config > div.elements div.elementcont div.elecont.w90 {
  width: 30%;
}

div.zh_config > div.elements div.elementcont div.elecont.w120 {
  width: 40%;
}

div.zh_config > div.elements div.elementcont div.elecont.w150 {
  width: 50%;
}



/* Mapping */
/* E150 */
div.zh_config div.buehne div.elements.w300 div.e150 {
  width: 50% !important;
}

div.zh_config div.buehne div.elements.w270 div.e150 {
  width: 55.555% !important;
}

div.zh_config div.buehne div.elements.w240 div.e150 {
  width: 62.5% !important;
}

div.zh_config div.buehne div.elements.w210 div.e150 {
  width: 71.429% !important;
}

div.zh_config div.buehne div.elements.w180 div.e150 {
  width: 83.333% !important;
}

div.zh_config div.buehne div.elements.w150 div.e150 {
  width: 100% !important;
}

/* E120 */
div.zh_config div.buehne div.elements.w300 div.e120 {
  width: 40% !important;
}

div.zh_config div.buehne div.elements.w270 div.e120 {
  width: 44.444% !important;
}

div.zh_config div.buehne div.elements.w240 div.e120 {
  width: 50% !important;
}

div.zh_config div.buehne div.elements.w210 div.e120 {
  width: 57.143% !important;
}

div.zh_config div.buehne div.elements.w180 div.e120 {
  width: 66.666% !important;
}

div.zh_config div.buehne div.elements.w150 div.e120 {
  width: 80% !important;
}

div.zh_config div.buehne div.elements.w120 div.e120 {
  width: 100% !important;
}

/* E90 */
div.zh_config div.buehne div.elements.w300 div.e90 {
  width: 30% !important;
}

div.zh_config div.buehne div.elements.w270 div.e90 {
  width: 33.333% !important;
}

div.zh_config div.buehne div.elements.w240 div.e90 {
  width: 37.5% !important;
}

div.zh_config div.buehne div.elements.w210 div.e90 {
  width: 42.857% !important;
}

div.zh_config div.buehne div.elements.w180 div.e90 {
  width: 50% !important;
}

div.zh_config div.buehne div.elements.w150 div.e90 {
  width: 60% !important;
}

div.zh_config div.buehne div.elements.w120 div.e90 {
  width: 75% !important;
}

div.zh_config div.buehne div.elements.w90 div.e90 {
  width: 100% !important;
}

/* E60 */
div.zh_config div.buehne div.elements.w300 div.e60 {
  width: 20% !important;
}

div.zh_config div.buehne div.elements.w270 div.e60 {
  width: 22.222% !important;
}

div.zh_config div.buehne div.elements.w240 div.e60 {
  width: 25% !important;
}

div.zh_config div.buehne div.elements.w210 div.e60 {
  width: 28.571% !important;
}

div.zh_config div.buehne div.elements.w180 div.e60 {
  width: 33.333% !important;
}

div.zh_config div.buehne div.elements.w150 div.e60 {
  width: 40% !important;
}

div.zh_config div.buehne div.elements.w120 div.e60 {
  width: 50% !important;
}

div.zh_config div.buehne div.elements.w90 div.e60 {
  width: 66.666% !important;
}

div.zh_config div.buehne div.elements.w60 div.e60 {
  width: 100% !important;
}


/* Footer */
div.zh_config div.zh_footer {
  width: 100%;
  float: left;
  background-color: #777;
}

div.zh_config div.zh_footer div.half {
  float: left;
  width: 50%;
  box-sizing: border-box;
}

div.zh_config div.zh_footer div.half.lrpadding {
  padding: 0px 2%;
}

div.zh_config div.zh_footer div.half > div.mhalf {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding: 20px 0px;
}

div.zh_config div.zh_footer div.viertel {
  float: left;
  width: 25%;
  background-color: #FFF;
  min-height: 80px;
}

div.zh_config div.zh_footer > div > div.scnd {
  padding: 20px 5%;
  width: 90%;
  float: left;
  line-height: 60px;
  height: 60px;
}

div.zh_config div.zh_footer div.half div img {
  width: 100%;
  float: left;
}

div.zh_config div.zh_footer div.viertel.preis {
  text-align: right;
  font-family: Open Sans, sans-serif, Arial, Verdana;
  font-size: 26px;
  font-weight: 400;
  color: #60a5cd;
}

div.zh_config div.zh_footer div.viertel button {
  float: right;
}

div.zh_config div.zh_footer div.viertel button > span {
  font-size: 17px;
  padding: 7px 10px;
}

div.zh_config div.zh_footer div.viertel div.mwst {
  float: left;
  width: 100%;
  text-align: right;
  line-height: 100%;
  margin-top: 8px;
}

/* Config anzeigen */
div.show_config {
  width: 100%;
  float: left;
}

div.show_config textarea {
  width: 100%;
  height: 50px;
  float: left;
}

/* Artikelbeschreibung */
div.product_desc {
  float: left;
  width: 100%;
}

/* Info Popup */
div.info {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 99;
  text-align: center;
}

div.info div.bg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.65;
  -o-opacity: 0.65;
  -moz-opacity: 0.65;
  -webkit-opacity: 0.65;
}

div.info div.info_txt {
  width: 50%;
  min-width: 320px;
  position: relative;
  background-color: #FFF;
  padding: 30px;
  box-sizing: border-box;
  display: inline-block;
  float: none;
  text-align: left;
  margin-top: 120px;
  font-size: 14px;
  line-height: 150%;
}

div.info div.info_txt a.close {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 40px;
  height: 40px;
  background-color: #60a5cc;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  text-decoration: none;
}

div.info div.info_txt a.close:hover {
  background-color: #8FC0DB;
}

div.info div.info_txt h3 {
  font-size: 24px;
}

div.info div.info_txt a.btn {
  padding: 5px 10px;
  border: 2px #60a5cc solid;
  color: #60a5cc;
  text-decoration: none;
  border-radius: 4px;
  -o-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  font-weight: bold;
}



/* RESOPNSIVE DESIGN */
@media only screen and (min-width: 1281px) {
}

@media only screen and (min-width: 978px) and (max-width: 1280px) {
  div.zh_config {
    background-position: 0px -180px;
    background-size: 100% auto;
  }
  div.zh_config.zh_sideboard {
    background-position: 0px -75px;
  }
  div.zh_config div.buehne div.boardcont div.elements div.nplatte.thigh,
  div.zh_config div.buehne div.boardcont div.elements div div.ele.thigh {
    bottom: 15%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 977px) {}

@media only screen and (max-width: 977px) {
  div.zh_config {
    background-position: 0px 57px;
    background-size: 120% auto;
  }
  div.zh_config.zh_sideboard {
    background-position: 0px -3px;
    background-size: 130% auto;
  }
  div.zh_config div.settings {
    background-color: #000;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 99;
  }

  div.zh_config div.settings label {
    width: 50%;
  }

  div.zh_config div.settings div.colors {
    width: 50%;
  }

  div.zh_config div.buehne {
    width: 100%;
    margin-top: 205px;
  }

  div.zh_config div.buehne div.boardcont div.elements div.nplatte.thigh,
  div.zh_config div.buehne div.boardcont div.elements div div.ele.thigh {
    bottom: 15%;
  }

  div.zh_config > div.elements {
    width: 100%;
  }

  div.zh_config > div.elements div.elementcont div.elecont {
    width: 100% !important;
  }

  div.zh_config > div.elements div.elementcont div.plus {
    border-left: 0px none;
    width: 100%;
  }

  div.zh_footer div.half {
    width: 100% !important;
  }

  div.zh_footer div.viertel {
    width: 50% !important;
  }

  div.zh_config div.zh_footer div.viertel div.mwst {
    font-size: 10px;
  }

  div.zh_config div.buehne div.boardcont div.elements,
  div.zh_config div.buehne div.boardcont div.elem_left,
  div.zh_config div.buehne div.boardcont div.elem_right,
  div.zh_config div.buehne div.boardcont div.elements > div.elecont {
    min-height: 290px;
  }

  div.zh_config div.buehne div.boardcont div.elements div.nplatte div.row {
    height: 4px;
  }

  /* Sideboard */
  div.zh_config.zh_sideboard div.buehne div.boardcont {
    margin-top: 125px;
  }
}

@media only screen and (max-width: 767px) {
  div.zh_config {
    background-position: 0px 140px;
  }

  div.zh_config.zh_sideboard {
    background-position: 0px 100px;
    background-size: 130% auto;
  }

  div.zh_config div.buehne div.boardcont div.elements,
  div.zh_config div.buehne div.boardcont div.elem_left,
  div.zh_config div.buehne div.boardcont div.elem_right,
  div.zh_config div.buehne div.boardcont div.elements > div.elecont {
    min-height: 150px;
  }

  div.zh_config div.buehne div.boardcont div.elements div.nplatte.thigh,
  div.zh_config div.buehne div.boardcont div.elements div div.ele.thigh {
    bottom: 18%;
  }

  div.zh_config div.buehne div.boardcont div.elements div.nplatte.h43,
  div.zh_config div.buehne div.boardcont div.elements div div.ele.h43 img, 
  div.zh_config div.buehne div.boardcont div.elements div div.ele.h43 div.platte {
    margin-bottom: 12px;
  }

  div.zh_config div.buehne div.boardcont div.elements div.nplatte.h35,
  div.zh_config div.buehne div.boardcont div.elements div div.ele.h35 img, 
  div.zh_config div.buehne div.boardcont div.elements div div.ele.h35 div.platte {
    margin-bottom: 4px;
  }

  div.zh_config div.zh_footer div.viertel.preis {
    text-align: center;
  }

  /* Sideboard */
  div.info div.info_txt {
    padding: 20px;
    min-width: 260px;
  }

  div.zh_config.zh_sideboard div.buehne div.boardcont div.elements div.nplatte.thigh,
  div.zh_config.zh_sideboard div.buehne div.boardcont div.elements div div.ele.thigh {
    bottom: 15%;
  }

  div.zh_config div.buehne div.boardcont div.elements div.nplatte.h67,
  div.zh_config div.buehne div.boardcont div.elements div div.ele.h67 img, 
  div.zh_config div.buehne div.boardcont div.elements div div.ele.h67 div.platte {
    margin-bottom: 46px;
  }

  div.zh_config div.buehne div.boardcont div.elements div.nplatte.h51,
  div.zh_config div.buehne div.boardcont div.elements div div.ele.h51 img, 
  div.zh_config div.buehne div.boardcont div.elements div div.ele.h51 div.platte {
    margin-bottom: 35px;
  }
  
  div.zh_config.zh_sideboard div.buehne div.boardcont {
    margin-top: 125px;
  }
}

@media only screen and (max-width: 479px) {
  div.zh_config {
    background-position: 0px 283px;
    background-size: 480px auto;
  }

  div.zh_config div.buehne div.boardcont div.elements,
  div.zh_config div.buehne div.boardcont div.elem_left,
  div.zh_config div.buehne div.boardcont div.elem_right,
  div.zh_config div.buehne div.boardcont div.elements > div.elecont {
    min-height: 100px;
  }

  div.zh_config div.buehne {
    margin-top: 390px;
    min-height: 150px;
  }

  div.zh_config div.buehne div.boardcont div.elements div.nplatte.thigh,
  div.zh_config div.buehne div.boardcont div.elements div div.ele.thigh {
    bottom: 14%;
  }

  div.zh_config div.settings label {
    width: 100%;
  }

  div.zh_config div.settings div.colors {
    width: 100%;
  }

  div.zh_config div.zh_footer div.half.lrpadding {
    padding: 10px 2%;
  }

  div.zh_config div.zh_footer div.half > div.mhalf {
    width: 100%;
    padding: 0px;
  }

  div.zh_config div.zh_footer div.viertel {
    width: 100% !important;
  }

  div.zh_config div.zh_footer div.viertel button {
    width: 100%;
  }

  div.zh_config div.zh_footer div.viertel button > span {
    width: 100%;
    padding: 7px 0px;
    text-align: center;
  }

  div.zh_config div.zh_footer div.viertel button > span > span {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
  }

  div.zh_config div.buehne div.boardcont div.elements div.nplatte div.row {
    height: 3px;
  }

  /* Sideboard */	
  div.zh_config.zh_sideboard {
    background-position: 0px 250px;
    background-size: 480px auto;
  }

  div.zh_config.zh_sideboard div.buehne div.boardcont {
    margin-top: 300px;
  }

  div.zh_config.zh_sideboard div.buehne div.boardcont div.elements div.nplatte.thigh,
  div.zh_config.zh_sideboard div.buehne div.boardcont div.elements div div.ele.thigh {
    bottom: 20%;
  }

  div.zh_config div.buehne div.boardcont div.elements div.nplatte.h67,
  div.zh_config div.buehne div.boardcont div.elements div div.ele.h67 img, 
  div.zh_config div.buehne div.boardcont div.elements div div.ele.h67 div.platte {
    margin-bottom: 46px;
  }

  div.zh_config div.buehne div.boardcont div.elements div.nplatte.h51,
  div.zh_config div.buehne div.boardcont div.elements div div.ele.h51 img, 
  div.zh_config div.buehne div.boardcont div.elements div div.ele.h51 div.platte {
    margin-bottom: 32px;
  }
}