.pricecard_leftside, .pricecard_rightside {
    overflow: visible;
}

/* Domain Preisliste Extern */

* { box-sizing: border-box; }

body {
  font-family: sans-serif;
}

/* ---- button ---- */

.button {
  position: relative;
  float: left;
  width: 225px;
  height: 100px;
  margin: 3px 4px 4px 3px;
  padding: 10px;
  background: #f8f8f8;
  color: rgb(59,60,66);
  font-size: 1rem;
  font-weight: 900;
  -webkit-transition-property: all;
  transition-property: all;
  webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.button:hover {
  background-color: rgb(242,242,242);
  border-right: 0!important;
  border-left: 0!important;
  border-bottom: 0!important;
  border-top: 4px solid #00508c!important;
}

.button:active,
.button.is-checked {
  background-color: rgb(242,242,242);
  border-top: 4px solid #00508c;
}

.button.is-checked {
}

.button:active {
  box-shadow: inset 0 1px 10px hsla(0, 0%, 0%, 0.8);
}

/* ---- button-group ---- */

.button-group:after {
  content: '';
  display: block;
  clear: both;
}

.button-group .button {
  float: left;
  border-radius: 0;
  margin: 3px 4px 4px 3px;
}

/*.button-group .button:first-child { border-radius: 0.5em 0 0 0.5em; }
.button-group .button:last-child { border-radius: 0 0.5em 0.5em 0; }*/

/* ---- isotope ---- */

.grid {

}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .element-item ---- */

.element-item {
  position: relative;
  float: left;
  width: 225px;
  height: 100px;
  margin: 3px 4px 4px 3px;
  padding: 10px;
  background: #888;
  color: #262524;
  -webkit-transition-property: all;
  transition-property: all;
  webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.element-item.transition:hover {
  background: rgba(0, 0, 0, 0) linear-gradient(270deg, rgb(255, 85, 124) 0%, rgb(239, 125, 0) 100%) repeat scroll 0% 0%;
  cursor:pointer;
}

.element-item.transition:hover h3.name, .element-item.transition:hover .number, .element-item.transition:hover .weight {
  color: #fff;
}

.element-item > * {
  margin: 0;
  padding: 0;
}

.element-item .name {
  position: absolute;
  left: 15px;
  top: 50px;
  text-transform: none;
  letter-spacing: 0;
  font-size: 1rem;
  font-weight: 900;
  color: #00508c;
}

.element-item .symbol {
  position: absolute;
  left: 15px;
  top: 0px;
  font-size: 42px;
  font-weight: bold;
  color: white;
}

.element-item .number:before {
  content:".";
}

.element-item .number {
  position: absolute;
  left: 15px;
  /* top: 5px; */
  font-size: 1.2rem;
  font-weight: 900;
  color: rgb(59,60,66);
  text-transform: lowercase;
}

.element-item .weight:before {
  content:"CHF ";
}

.element-item .weight {
  position: absolute;
  left: 15px;
  top: 65px;
  font-size: 1rem;
  font-weight: 600;
  color: rgb(100,100,100);
}

.element-item.alkali          { background: #F00; background: hsl(   0, 100%, 50%); }
.element-item.alkaline-earth  { background: #F80; background: hsl(  36, 100%, 50%); }
.element-item.lanthanoid      { background: #FF0; background: hsl(  72, 100%, 50%); }
.element-item.actinoid        { background: #0F0; background: hsl( 108, 100%, 50%); }
.element-item.transition      { background: #f8f8f8; }
.element-item.post-transition { background: #0FF; background: hsl( 180, 100%, 50%); }
.element-item.metalloid       { background: #08F; background: hsl( 216, 100%, 50%); }
.element-item.diatomic        { background: #00F; background: hsl( 252, 100%, 50%); }
.element-item.halogen         { background: #F0F; background: hsl( 288, 100%, 50%); }
.element-item.noble-gas       { background: #F08; background: hsl( 324, 100%, 50%); }

.quicksearch {
    margin-top: 20px;
    border: 2px solid #00508c!important;
}

.quicksearch:hover {
    border: 2px solid #ef7d00!important;
}

input.quicksearch {
    background-color: #f8f8f8;
}

