/* Fonts */
/*  Colors */
/*  Highlight for inputs */
/*hellgrau*/
/*@color5: #64C006;*/
/*grün*/
/*orange*/
/*rot*/
/*Hellgrau*/
/*gelb*/
/*dunkelgrau*/
/*Topseller Orange*/
/*@color14: #7F7F7F;*/
/*grün*/
/*  Fonts */
/*  Border */
/*  Images */
/* Referenz zum Theme */

/* ---------------------------------------------------------- */

/*  Multi User Account */

/* ---------------------------------------------------------- */

.multi_user_account .multi_user_item {
  padding: 15px;
  position: relative;
  min-height: 135px;
  display: block;
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  -webkit-transition: background-color 0.35s ease-in-out;
  transition: background-color 0.35s ease-in-out;
  margin-bottom: 30px;
}
.multi_user_account .multi_user_item:hover,
.multi_user_account .multi_user_item:active {
  background-color: #ffffff;
}
.multi_user_account .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.multi_user_account .overlay-inner {
  width: 100%;
  text-align: center;
  margin-top: 50px;
}
