/*--- standard variables ---*/
/*--- switch themes ---*/
/* #####################################################################################################
   This stylesheet is used for theme specific variables

   1 Munnichs

   ##################################################################################################### */
/*--- product item ratio (thumb + content) ---*/
/* set ProductImageRatio in productOverview! */
/*--- media queries. When using responsive ---*/
/* Range breakpoints */
/*--- media queries. When using responsive: only mobile & desktop ---
@responsive:	false;
@largePhone:	~"only screen and (min-width: 480px)";
@tablet:		~"only screen and (min-width: 999999999px)";
@tabletLand:	~"only screen and (min-width: 768px)";
@desktop:		~"only screen and (min-width: 768px)";

@upToTablet:	~"only screen and (max-width: 767px)";
@upToDesktop:	~"only screen and (max-width: 767px)";*/
/*--- media queries. When not using responsive ---
@responsive:	false;
@largePhone:	~"only screen and (min-width: 1px)";
@tablet:		~"only screen and (min-width: 1px)";
@tabletLand:	~"only screen and (min-width: 1px)";
@desktop:		~"only screen and (min-width: 1px)";

@upToTablet:	~"only screen and (max-width: 1px)";
@upToDesktop:	~"only screen and (max-width: 1px)";*/
/*----- Default functions -----*/
/*----- Default Crossbrowser functions -----*/
/*----- CSS3 functions -----*/
/*----- CSS3 Animation functions -----*/
/*----- Buttons -----*/
/*----- Responsive functions -----*/
.overlayClose {
  background-position: right top;
}
#impersonateAuthWrapper .impersonateTitle {
  margin-bottom: 10px;
}
.impersonateShowAuthentication.bttn {
  min-width: 191px;
  padding: 0;
}
.impersonateAuthenticationPopupContent,
.impersonateSearchPopupContent {
  margin: 60px 0;
}
.impersonateSearchPopupContent .list {
  margin: 20px 0;
  max-height: 440px;
  overflow-y: auto;
}
.impersonateSearchPopupContent .list li {
  padding: 10px;
  position: relative;
  margin: 0 10px 10px 0;
  display: block;
  border: 1px solid black;
  color: black;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.impersonateSearchPopupContent .list li.active {
  background: #f8f8f8;
  color: white;
}
.impersonateSearchPopupContent .list li:last-child {
  margin-bottom: 0;
}
.impersonateSearchPopupContent .list li label {
  display: block;
}
.impersonateSearchPopupContent .list li label span {
  display: inline-block;
  line-height: 20px;
  vertical-align: top;
  font-size: 18px;
}
.impersonateSearchPopupContent .list li label span.title {
  width: 66%;
  font-weight: bold;
}
.impersonateSearchPopupContent .list li label span.postalcode {
  width: 20%;
}
.impersonateSearchPopupContent .list li label span.streetnumber {
  width: 12%;
  text-align: right;
}
.impersonateSearchPopupContent .list li label span.email {
  width: 66%;
}
.impersonateSearchPopupContent .list li label span.city {
  width: 32%;
}
.impersonateSearchPopupContent .list li input[type=radio] {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto;
  opacity: 0;
}
.impersonateAuthenticationPincode,
.impersonateSearchInput {
  height: 37px;
  width: 50%;
  margin: 0;
  text-indent: 10px;
  outline: 0;
}
.impersonateAuthenticationButton,
.impersonateSearchPopupButton {
  display: inline-block;
  width: 50%;
  height: 37px;
  line-height: 37px;
  margin: 0 !important;
  padding: 0;
}
.impersonateAuthenticationButton.disabled,
.impersonateSearchPopupButton.disabled {
  pointer-events: none;
  opacity: 0.1;
}
@media only screen and (min-width: 1024px) {
  #impersonateAuthWrapper {
    top: 127px;
  }
  .impersonateAuthenticationPopupContent,
  .impersonateSearchPopupContent {
    margin: 20px 0;
  }
}
