/*#region Media Queries*/
/*Fonts*/

@font-face {
  font-family: 'IloxxLightFont';
  src: url("Fonts/EnzoOffc-Light.eot");
  src: url("Fonts/EnzoOffc-Light.eot?#iefix") format("embedded-opentype"), url("Fonts/EnzoOffc-Light.woff") format("woff"), url("Fonts/EnzoOffc-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'IloxxRegularFont';
  src: url("Fonts/EnzoOffc-Medium.eot");
  src: url("Fonts/EnzoOffc-Medium.eot?#iefix") format("embedded-opentype"), url("Fonts/EnzoOffc-Medium.woff") format("woff"), url("Fonts/EnzoOffc-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/*Colors*/
.pseudoElement {
  display: block;
  content: "'\00a0'";
}
/*Typography*/

.fontSize14 {
  font-size: 14px;
}
.fontSize16 {
  font-size: 16px;
}
.fontSize20 {
  font-size: 20px;
}
.fontSize24 {
  font-size: 24px;
}
.fontSize28 {
  font-size: 28px;
}
.right-to-left {
  border-width: 0 0 1px 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  -webkit-border-image: -webkit-gradient(linear, 0, 0, 100%, 0, from(#c5c5c5), to(transparent)) 0 0 100% 0;
  -webkit-border-image: -webkit-linear-gradient(right, #c5c5c5, transparent) 0 0 100% 0;
  -moz-border-image: -moz-linear-gradient(right, #c5c5c5, transparent) 0 0 100% 0;
  -o-border-image: -o-linear-gradient(right, #c5c5c5, transparent) 0 0 100% 0;
  border-image: linear-gradient(to left, #c5c5c5, transparent) 0 0 100% 0;
}
.left-to-right {
  border-width: 0 0 1px 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  -webkit-border-image: -webkit-gradient(linear, 0, 0, 100%, 0, from(#c5c5c5), to(transparent)) 0 0 100% 0;
  -webkit-border-image: -webkit-linear-gradient(left, #c5c5c5, transparent) 0 0 100% 0;
  -moz-border-image: -moz-linear-gradient(left, #c5c5c5, transparent) 0 0 100% 0;
  -o-border-image: -o-linear-gradient(left, #c5c5c5, transparent) 0 0 100% 0;
  border-image: linear-gradient(to right, #c5c5c5, transparent) 0 0 100% 0;
}
.tabActiveHover {
  background: linear-gradient(to top, #f2f2f2 30%, white 100%);
  /*border-bottom: 1px solid @iloxxOrange;*/
  color: #e56a19;
}
body,
html {
  -ms-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -o-text-size-adjust: none;
  -webkit-text-size-adjust: none;
}
h1 {
  font-size: 24px;
  font-family: 'IloxxRegularFont';
  font-weight: normal;
  margin: 0;
}
h2 {
  font-size: 24px;
  font-family: 'IloxxRegularFont';
  font-weight: normal;
  margin: 0;
}
h3 {
  font-size: 20px;
  font-family: 'IloxxLightFont';
  font-weight: normal;
  margin: 0;
}
h4 {
  font-size: 16px;
  font-family: 'IloxxRegularFont';
  font-weight: normal;
  margin: 0;
}
.bodyClass {
  margin: 0;
  font-size: 16px;
  font-family: 'IloxxRegularFont';
  color: #6f6f6f;
}
input[type=text],
input[type=password],
input[type=email],
input[type=number],
input[type=date],
textarea {
  border: 1px solid #ececec;
  height: 33px;
  color: #6f6f6f;
  padding: 0 10px;
  outline: none;
  font-family: 'IloxxLightFont';
  font-size: 16px;
}
input[type=text]:disabled,
input[type=password]:disabled,
input[type=email]:disabled,
input[type=number]:disabled,
input[type=date]:disabled,
textarea:disabled {
  background-color: #fbfbf9;
}
input[type=text]::placeholder,
input[type=password]::placeholder,
input[type=email]::placeholder,
input[type=number]::placeholder,
input[type=date]::placeholder,
textarea::placeholder {
  font-size: 16px;
  line-height: 33px;
  font-family: 'IloxxLightFont';
  line-height: 2;
}
input[type=text]::-ms-input-placeholder,
input[type=password]::-ms-input-placeholder,
input[type=email]::-ms-input-placeholder,
input[type=number]::-ms-input-placeholder,
input[type=date]::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  /* Microsoft Edge */
  font-size: 16px;
  line-height: 33px;
  font-family: 'IloxxLightFont';
  opacity: 0.5;
  background-color: white;
}
input[type=text]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 16px;
  line-height: 14px;
  font-family: 'IloxxLightFont';
  opacity: 0.5;
  background-color: white;
}
/* Turn off up/down-arrows for number-textfields */

input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* IE */
  
  input[type=text]::placeholder {
    font-size: 16px;
    line-height: 33px;
    font-family: 'IloxxLightFont';
    opacity: 0.5;
    background-color: white;
  }
}
.defaultDropdown {
  height: 35px;
  padding: 0 0 0 6px;
  color: #6f6f6f;
  border-width: 1px;
  border-style: solid;
  border-color: #ececec;
  font-size: 16px;
  line-height: 16px;
  font-family: 'IloxxLightFont';
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  /*border: none;*/
  background-image: url("../images/navi_arrow_down_grey.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 10px);
  background-size: 20px 11px;
  background-color: white;
  border-radius: 0px;
}
.defaultDropdown.time {
  background-image: url("../images/uhr.svg");
  background-position: calc(100% - 10px);
  background-size: 20px 20px;
  width: 190px;
}
.defaultDropdown.date {
  background-image: url("../images/kalender.svg");
  background-position: calc(100% - 10px);
  background-size: 20px 20px;
  width: 190px;
}
.defaultDropdown::-ms-expand {
  display: none;
}
.defaultDropdown option {
  padding: 0 0 0 6px;
}
.defaultDropdown:disabled {
  background-color: #fbfbf9;
  color: rgba(111, 111, 111, 0.5);
}
.label_disabled {
  opacity: 0.5;
}
input[type=text].error,
input[type=password].error,
input[type=email].error,
input[type=number].error,
input[type=date].error,
textarea.error {
  border: 1px solid #d60000 !important;
}
input[type=text].error ~ .error_msg,
input[type=password].error ~ .error_msg,
input[type=email].error ~ .error_msg,
input[type=number].error ~ .error_msg,
input[type=date].error ~ .error_msg,
textarea.error ~ .error_msg {
  width: 25px;
  height: 25px;
  z-index: 9;
  float: left;
  margin: 5px -43px;
}
input[type=text].error ~ .error_msg:before,
input[type=password].error ~ .error_msg:before,
input[type=email].error ~ .error_msg:before,
input[type=number].error ~ .error_msg:before,
input[type=date].error ~ .error_msg:before,
textarea.error ~ .error_msg:before {
  display: block;
  content: '\00a0';
  background-image: url("../images/warning.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  height: 100%;
  position: relative;
}
input[type=text].error ~ .error_msg > span,
input[type=password].error ~ .error_msg > span,
input[type=email].error ~ .error_msg > span,
input[type=number].error ~ .error_msg > span,
input[type=date].error ~ .error_msg > span,
textarea.error ~ .error_msg > span {
  background-color: #d60000;
  color: white;
  display: inline-block;
  position: absolute;
  max-width: 200px;
  padding: 10px;
  margin: 10px 0 0 -3px;
  visibility: hidden;
  opacity: 0;
  /*transition: visibility 0s, opacity 0.2s linear; sieht so besser aus?!?!*/
  transition-delay: 0.5s;
}
input[type=text].error ~ .error_msg > span:before,
input[type=password].error ~ .error_msg > span:before,
input[type=email].error ~ .error_msg > span:before,
input[type=number].error ~ .error_msg > span:before,
input[type=date].error ~ .error_msg > span:before,
textarea.error ~ .error_msg > span:before {
  display: block;
  content: '\00a0';
  background-image: url("../images/dreieck_rot.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 30px;
  height: 30px;
  position: absolute;
  margin: -28px 0 0 -10px;
}
input[type=text].error ~ .error_msg:hover > span,
input[type=password].error ~ .error_msg:hover > span,
input[type=email].error ~ .error_msg:hover > span,
input[type=number].error ~ .error_msg:hover > span,
input[type=date].error ~ .error_msg:hover > span,
textarea.error ~ .error_msg:hover > span {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
  z-index: 9;
  line-height: 16px;
}
input[type=text].error ~ .error_msg:last-child,
input[type=password].error ~ .error_msg:last-child,
input[type=email].error ~ .error_msg:last-child,
input[type=number].error ~ .error_msg:last-child,
input[type=date].error ~ .error_msg:last-child,
textarea.error ~ .error_msg:last-child {
  float: right;
  margin: -30px 16px;
}
.error.defaultDropdown {
  border: 1px solid #d60000 !important;
  background-image: none;
}
.error.defaultDropdown ~ .error_msg {
  width: 25px;
  height: 25px;
  z-index: 9;
  float: left;
  margin: 5px -43px;
}
.error.defaultDropdown ~ .error_msg:before {
  display: block;
  content: '\00a0';
  background-image: url("../images/warning.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  height: 100%;
  position: relative;
}
.error.defaultDropdown ~ .error_msg > span {
  background-color: #d60000;
  color: white;
  display: inline-block;
  position: absolute;
  max-width: 200px;
  padding: 10px;
  margin: 10px 0 0 -3px;
  visibility: hidden;
  opacity: 0;
  /*transition: visibility 0s, opacity 0.2s linear; sieht so besser aus?!?!*/
  transition-delay: 0.5s;
}
.error.defaultDropdown ~ .error_msg > span:before {
  display: block;
  content: '\00a0';
  background-image: url("../images/dreieck_rot.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 30px;
  height: 30px;
  position: absolute;
  margin: -28px 0 0 -10px;
}
.error.defaultDropdown ~ .error_msg:hover > span {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
  z-index: 9;
  line-height: 16px;
}
.error.defaultDropdown ~ .error_msg:last-child {
  float: right;
  margin: -30px 16px -30px 10px;
}
.error input[type=checkbox] ~ label {
  color: #d60000;
}
.error input[type=checkbox] ~ label:before {
  border: 1px solid #d60000 !important;
}
.error input[type=checkbox] ~ .error_msg {
  width: 25px;
  height: 25px;
  z-index: 9;
  float: right;
}
.error input[type=checkbox] ~ .error_msg:before {
  display: block;
  content: '\00a0';
  background-image: url("../images/warning.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  height: 100%;
  position: relative;
}
.error input[type=checkbox] ~ .error_msg > span {
  background-color: #d60000;
  color: white;
  display: inline-block;
  position: absolute;
  max-width: 200px;
  padding: 10px;
  margin: 10px 0 0 -3px;
  visibility: hidden;
  opacity: 0;
  /*transition: visibility 0s, opacity 0.2s linear; sieht so besser aus?!?!*/
  transition-delay: 0.5s;
}
.error input[type=checkbox] ~ .error_msg > span:before {
  display: block;
  content: '\00a0';
  background-image: url("../images/dreieck_rot.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 30px;
  height: 30px;
  position: absolute;
  margin: -28px 0 0 -10px;
}
.error input[type=checkbox] ~ .error_msg:hover > span {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
  z-index: 9;
  line-height: 16px;
}
.error input[type="radio"] ~ label {
  color: #d60000;
}
.error input[type="radio"] ~ label:before {
  border: 1px solid #d60000 !important;
}
.error input[type="radio"] ~ .error_msg {
  width: 25px;
  height: 25px;
  z-index: 9;
  float: right;
}
.error input[type="radio"] ~ .error_msg:before {
  display: block;
  content: '\00a0';
  background-image: url("../images/warning.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  height: 100%;
  position: relative;
}
.error input[type="radio"] ~ .error_msg > span {
  background-color: #d60000;
  color: white;
  display: inline-block;
  position: absolute;
  max-width: 200px;
  padding: 10px;
  margin: 10px 0 0 -3px;
  visibility: hidden;
  opacity: 0;
  /*transition: visibility 0s, opacity 0.2s linear; sieht so besser aus?!?!*/
  transition-delay: 0.5s;
}
.error input[type="radio"] ~ .error_msg > span:before {
  display: block;
  content: '\00a0';
  background-image: url("../images/dreieck_rot.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 30px;
  height: 30px;
  position: absolute;
  margin: -28px 0 0 -10px;
}
.error input[type="radio"] ~ .error_msg:hover > span {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
  z-index: 9;
  line-height: 16px;
}
.error_list {
  color: #d60000;
}
.error_list a {
  color: #d60000;
}
/*.maindiv {
    margin-left:auto;
    margin-right:auto;
    max-width:1280px;
}*/

/*#region Header*/

.panHeader {
  display: inline-block;
  width: 100%;
}
@media only screen and (max-width: 992px) {
  
}
.divHeader {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  margin-top: 28px;
  width: 1280px;
}
.panHeaderLogo {
  float: left;
  margin-bottom: 14px;
}
.hplIloxxHome {
  background-repeat: no-repeat;
  display: inline-block;
  background-image: url("../images/iloxx_logo.svg");
  background-size: 222px 78px;
  width: 222px;
  height: 78px;
}
.headerInterface {
  margin: 0;
  list-style: none;
  font-size: 14px;
  display: inline-block;
  margin-top: -3px;
}
.headerInterface > li {
  float: left;
  margin-left: 25px;
}
.headerInterface a {
  text-decoration: none;
  color: #6f6f6f;
}
@media only screen and (max-width: 992px) {
  
}
.subInterface:before {
  background-image: url("../images/arrow_down_grey.svg");
  background-repeat: no-repeat;
  display: block;
  content: '\00a0';
  float: left;
  width: 7px;
  height: 7px;
  margin: 6px 5px 0 0;
}
.subInterface ul {
  min-width: 100px;
  display: none;
  list-style: none;
  padding: 0 0 0 7px;
  position: absolute;
  border: 1px solid #ececec;
}
.subInterface:hover ul {
  display: block;
}
.subInterface li {
  margin: 5px;
}
.subInterface li:hover {
  color: #e56a19;
}
/*#region MainNavigation*/

.panMainNavigation {
  background-color: #e56a19;
  height: 48px;
  min-width: 1280px;
}
.divMainNavigation {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  width: 1280px;
  height: 100%;
}
.mainNavBurger {
  float: left;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  height: 47px;
  margin-bottom: 2px;
}
@media only screen and (max-width: 992px) {
  
}
.mainNavFirstLayer {
  list-style: none;
  margin: 0;
  display: inline-block;
  font-family: "IloxxLightFont";
  padding-left: 0px;
  margin-left: -17px;
}
@media only screen and (max-width: 992px) {
  
}
.mainNavFirstLayer a,
.mainNavFirstLayer span {
  color: white;
  text-decoration: none;
  font-family: "IloxxLightFont";
  font-size: 20px;
}
@media only screen and (max-width: 992px) {
  
}
.mainNavFirstLayer > li {
  font-size: 16px;
  float: left;
  font-family: 'IloxxLightFont';
  line-height: 20px;
  padding: 13px 25px 13px 20px;
}
.mainNavFirstLayer > li a {
  font-size: 16px;
}
.mainNavFirstLayer > li:before {
  display: block;
  content: '\00a0';
  width: 10px;
  height: 10px;
  margin: 8px 0 0 8px;
  background-repeat: no-repeat;
  float: right;
  background-image: url("../images/navi_arrow_down.svg");
}
.mainNavFirstLayer > li:first-child:before,
.mainNavFirstLayer > li:last-child:before {
  display: none;
}
.mainNavFirstLayer > li:hover {
  background-color: #f7f6f3;
}
.mainNavFirstLayer > li:hover:before {
  background-image: url("../images/navi_arrow_up.svg");
}
.mainNavFirstLayer > li:hover a,
.mainNavFirstLayer > li:hover span {
  color: #6f6f6f;
}
.mainNavFirstLayer > li:hover .mainNavSecondLayer {
  display: block;
}
.mainNavFirstLayer .mainNaviWithoutArrow:before {
  background-image: none;
}
.mainNavFirstLayer .mainNaviWithoutArrow a,
.mainNavFirstLayer .mainNaviWithoutArrow span {
  color: white;
}
.mainNavFirstLayer .mainNaviWithoutArrow:hover {
  /*background-color: @iloxxOrange;*/
  background-color: #f7f6f3;
  color: #6f6f6f !important;
}
.mainNavFirstLayer .mainNaviWithoutArrow:hover a,
.mainNavFirstLayer .mainNaviWithoutArrow:hover span {
  color: #6f6f6f;
}
.mainNavFirstLayer .mainNaviWithoutArrow:hover:before {
  background-image: none;
}
.mainNavFirstLayer_highlighted span {
  font-family: 'IloxxRegularFont';
}
.mainNavSecondLayer {
  display: none;
  background-color: #f7f6f3;
  list-style: none;
  width: 235px;
  font-size: 16px;
  z-index: 999;
  height: 220px;
  position: absolute;
  padding: 15px 0px 30px 20px;
  margin: 13px 0 0 -20px;
}
.mainNavSecondLayer li {
  /*padding: 15px 0 0;*/
  line-height: 26px;
}
.mainNavSecondLayer li:before {
  display: block;
  content: '\00a0';
  float: left;
  width: 6px;
  height: 8px;
  margin: 8px 7px 0 0;
  background-image: url("../images/navi_arrow_right_grey.svg");
  background-repeat: no-repeat;
}
.mainNavSecondLayer li:hover a {
  color: #e56a19;
}
.mainNavSecondLayer li:hover .naviDescription {
  display: block;
}
.mainNavSecondLayer li:hover:before {
  background-image: url("../images/navi_arrow_right_orange.svg");
}
.mainNavSecondLayer a {
  color: #6f6f6f;
}
/* IE Hack */

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .mainNavFirstLayer > li {
    padding: 16px 25px 12px 20px;
  }
  .mainNavFirstLayer > li.sendingNowIE {
    padding: 16px 25px 11px 20px;
  }
  .mainNavFirstLayer > li:before {
    margin: 5px 0 0 8px;
  }
  .mainNavSecondLayer {
    margin: 12px 0 0 -20px;
  }
}
/* Edge Hack */

@supports (-ms-ime-align: auto) {
  .mainNavFirstLayer > li {
    padding: 14px 25px 13px 20px;
  }
}
.mainNavSecondLayer_highlighted a {
  font-family: 'IloxxRegularFont';
  color: #e56a19 !important;
}
.mainNavSecondLayer_highlighted:before {
  background-image: url("../images/navi_arrow_right_orange.svg") !important;
}
.naviDescription {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  padding: 23px 30px 7px 0;
  background-color: #f7f6f3;
  /*min-height: 200px;*/
  height: calc(100% - 30px);
}
.naviDescription span {
  line-height: 26px;
  font-size: 16px;
  font-family: "IloxxLightFont";
}
.mainNaviFooter {
  border-style: solid;
  border-color: #ececec;
  border-width: 2px 0 0 0;
  margin: 8px 0;
  text-align: center;
  line-height: 18px;
  font-size: 16px;
  font-family: 'IloxxLightFont';
  display: none;
}
.mainNaviFooter ul {
  list-style: none;
  display: inline-block;
  padding: 0;
  font-size: 16px;
}
.mainNaviFooter ul li {
  float: left;
  margin-right: 20px;
}
.mainNaviFooter ul li:last-child {
  margin-right: 0;
}
.mainNaviFooter ul li:before {
  display: block;
  content: '\00a0';
  background-image: url("../images/navi_arrow_right_grey.svg");
  background-repeat: no-repeat;
  float: left;
  width: 6px;
  height: 10px;
  margin: 5px 3px 0 0;
}
/*#endregion MainNavigation*/

/*#region Login Panel*/

.divBtnLogin {
  float: right;
  height: 100%;
}
@media only screen and (max-width: 992px) {
  .divBtnLogin {
    padding-right: 0px;
  }
}
.divBtnLogin.active .loginPanel {
  display: block;
  position: absolute;
}
.divBtnLogin.active .btnLogin {
  background-color: #f7f6f3;
  color: #6f6f6f;
}
.divBtnLogin.active .image_login {
  background-image: url("../images/icon_login_aktiv.svg");
}
.divBtnLogin.active .image_login .logged {
  background-image: url("../images/icon_loggedin_aktiv.svg");
}
.loginOverlayer.active {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  display: none;
  opacity: 0;
  filter: alpha(opacity=0);
}
.loginOverlayer.active.active {
  display: block !important;
}
.btnLogin {
  color: white;
  font-family: "IloxxLightFont";
  padding: 0px 0px 0px 0px;
  font-size: 14px;
  display: inline-block;
  cursor: pointer;
  float: right;
  width: 90px;
  height: 100%;
}
.image_login {
  width: 30px;
  height: 25px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3px;
  margin-bottom: -2px;
  display: block;
  background-image: url("../images/icon_login_inaktiv.svg");
  background-repeat: no-repeat;
  /*&:hover {
        background-image: url("../images/icon_login_aktiv.svg");
    }*/

}
.image_login .logged {
  background-image: url("../images/icon_loggedin_inaktiv.svg");
}
.label_login {
  text-align: center;
  display: block;
}
.loginPanel {
  background-color: #f7f6f3;
  padding: 20px 0 10px 0;
  display: none;
  margin-top: 48px;
  width: 325px;
  height: auto;
  margin-left: -235px;
  /*display: block;
    position: absolute;*/
  z-index: 999;
}
.panOnLine {
  border-style: dotted;
  border-width: 1px 0 0 0;
  border-color: #6f6f6f;
  margin: 0 0 -10px;
  text-align: center;
}
.labOnLine {
  background-color: #f7f6f3;
  padding: 0 10px;
}
.divTracking {
  float: right;
  height: 100%;
  font-family: "IloxxLightFont";
}
@media only screen and (max-width: 992px) {
  .divTracking {
    padding-right: 0px;
  }
}
.divTracking:hover .trackingPanel {
  display: block;
  position: absolute;
}
.divTracking:hover .btnTracking {
  background-color: #f7f6f3;
  color: #6f6f6f;
}
.divTracking:hover .image_tracking {
  background-image: url("../images/icon_tracking_aktiv.svg");
}
.divTracking:hover .image_tracking .logged {
  background-image: url("../images/icon_tracking_inaktiv.svg");
}
.btnTracking {
  color: white;
  font-family: "IloxxLightFont";
  padding: 0px 0px 0px 0px;
  font-size: 14px;
  display: inline-block;
  cursor: pointer;
  float: right;
  width: 90px;
  height: 100%;
  margin-right: 0px;
  margin-top: 0px;
}
.image_tracking {
  width: 30px;
  height: 25px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3px;
  margin-bottom: -2px;
  display: block;
  background-image: url("../images/icon_tracking_inaktiv.svg");
  background-repeat: no-repeat;
}
.image_tracking .logged {
  background-image: url("../images/icon_tracking_aktiv.svg");
}
.label_tracking {
  text-align: center;
  display: block;
}
.trackingPanel {
  background-color: #f7f6f3;
  padding: 20px 0;
  display: none;
  margin-top: 48px;
  width: 325px;
  height: 140px;
  margin-left: -145px;
  /*display: block;
    position: absolute;*/
  z-index: 999;
}
.tracking_button {
  background-color: #e56a19;
  color: white;
  font-family: 'IloxxRegularFont';
  font-size: 16px;
  display: block;
  text-decoration: none;
  line-height: 35px;
  height: 35px;
  width: 0px;
  padding-left: 2px;
  padding-right: 33px;
  margin-left: 6px;
}
.tracking_button:hover {
  color: white;
}
.tracking_button::after {
  display: block;
  content: '\00a0';
  background-image: url("../images/arrow_right_white.svg");
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  margin-top: 8px;
  margin-right: -31px;
  float: right;
  position: relative;
}
/*#endregion Login Panel*/

/*#endregion Header*/

.contentPlaceholder {
  margin-right: auto;
  margin-left: auto;
  max-width: 1280px;
}
.contentPlaceholderHome {
  background-color: #ececec;
  min-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 2px;
  -webkit-transition: background-image 5.5s ease-in-out;
  transition: background-image 5.5s ease-in-out;
  -webkit-transition: background 5.5s ease-in-out;
  transition: background 5.5s ease-in-out;
}
/*#region template header*/

.templateHeaderOverMainDIV {
  width: 100%;
  background-color: #ececec;
  height: 286px;
  margin-top: 50px;
}
.templateHeaderMainDIV {
  height: 286px;
  width: 1280px;
  max-width: 1280px;
  min-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  /*float: left;*/

}
.templateHeaderSubMenu {
  padding: 17px 15px 15px 3px;
  width: 160px;
  height: 254px;
  float: left;
  border-right: 2px solid white;
  background: linear-gradient(135deg, transparent 10px, #ececec 0) top left;
}
@media only screen and (max-width: 992px) {
  
}
.templateHeaderSubMenuEmpty {
  padding: 17px 15px 15px 18px;
  width: 145px;
  height: 254px;
  float: left;
  border-right: 2px solid white;
  color: white;
}
@media only screen and (max-width: 992px) {
  
}
.subMenuUpperItem {
  color: #e56a19;
  font-family: 'IloxxRegularFont';
  font-size: 16px;
  line-height: 26px;
  text-decoration: none;
  display: block;
  cursor: pointer;
  margin-bottom: 5px;
}
.subMenu {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.subMenuItem {
  position: relative;
  padding-left: 13px;
  margin-bottom: 10px;
  line-height: 16px;
}
.subMenuItem:before {
  content: '';
  width: 5px;
  height: 100%;
  position: absolute;
  background-image: url("../images/navi_arrow_right_grey.svg");
  background-repeat: no-repeat;
  background-size: 5px 9px;
  background-position: center;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  vertical-align: 50%;
  margin-top: -1px;
}
.subMenuItem:hover a {
  color: #e56a19;
}
.subMenuItem:hover:before {
  background-image: url("../images/navi_arrow_right_orange.svg");
}
.subMenuItem a {
  color: #6f6f6f;
  font-family: 'IloxxLightFont';
  font-size: 16px;
  line-height: 16px;
  text-decoration: none;
  display: block;
}
.subMenuItem a:hover {
  color: #e56a19;
}
.subMenuItem_highlighted a {
  color: #e56a19;
}
.subMenuItem_highlighted:before {
  background-image: url("../images/navi_arrow_right_orange.svg");
}
/* EDGE Hack */

_:-ms-lang(x),
_:-webkit-full-screen,
.subMenuItem:before {
  margin-top: 0px;
}
/* IE Hack */

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .subMenuItem:before {
    margin-top: -2px;
  }
}
.templateHeaderImageDiv {
  float: left;
  /*width: calc(~"100% - 360px");*/
  width: 920px;
  height: 100%;
  border-right: 2px solid white;
}
@media only screen and (max-width: 992px) {
  
}
.templateHeaderImage {
  width: 920px;
  height: 100%;
}
/*#endregion template header*/

.regularFont {
  font-family: 'IloxxRegularFont' !important;
}
.lightFont {
  font-family: IloxxLightFont !important;
}
ul.productoverview {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
ul.productoverview li {
  display: table;
}
ul.productoverview li > span {
  display: table-cell;
}
ul.productoverview li:before {
  content: "";
  display: inline-block;
  background-image: url("../../images/plus_orange.svg");
  height: 7px;
  width: 7px;
  margin-right: 10px;
}
.linkUnderlineOrange {
  color: #e56a19;
  text-decoration: underline;
  background: none;
  border: none;
  font-family: IloxxLightFont;
  cursor: pointer;
}
.linkUnderlineOrange:hover {
  color: #6f6f6f;
}
.textOrange {
  color: #e56a19;
}
.textWhite {
  color: white;
}
.textCopyGrey {
  color: #6f6f6f;
}
/*#region Teaser Box*/

/* Teaser Box */

.teaserbox_buttondiv {
  display: inline-block;
  float: right;
}
template header .teaserBoxArea {
  display: inline-block;
  /*width: calc(~"100% - 0px");*/
  width: 920px;
}
@media only screen and (max-width: 992px) {
  
}
.teaserbox {
  display: inline-block;
  background-color: #ececec;
  width: 450px;
  min-height: 181px;
  float: left;
  margin-bottom: 40px;
}
@media only screen and (max-width: 992px) {
  
}
.teaserbox:nth-child(2n +1) {
  margin-right: 20px;
}
@media only screen and (max-width: 992px) {
  
}
.teaserbox_headlinediv {
  display: inline-block;
  width: 100%;
  margin-top: 15px;
  margin-left: 20px;
  margin-bottom: 8px;
  font-size: 24px;
  font-family: 'IloxxRegularFont';
  color: #e56a19;
}
.teaserbox_textdiv {
  display: inline-block;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 25px;
  height: 68px;
  font-size: 16px;
  font-family: 'IloxxLightFont';
  line-height: 18px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (min-width: 993px), (-webkit-min-device-pixel-ratio: 0) {
  .teaserbox_textdiv {
    height: 69px !important;
  }
}
/*#endregion Teaser Box*/

.Template_Marker {
  color: #0094ff;
  position: absolute;
  top: 532px;
  left: 322px;
  /*width:200px;*/

  font-size: 24px;
  display: none;
}
.openColumnConfig_image {
  width: 11px;
  height: 7px;
  margin-left: 5px;
  margin-bottom: 1px;
}
.info_i_image {
  width: 14px;
  height: 15px;
  margin-left: 5px;
}
.iloxxTableTabs {
  height: 40px;
  max-height: 40px;
  margin-bottom: 2px;
}
.iloxxTableTabs .iloxxTable_tab_passive {
  height: 35px;
  min-width: 100px;
  margin-top: 5px;
  margin-right: 2px;
  background-color: #f7f6f3;
  font-family: 'IloxxLightFont';
  display: inline-block;
  float: left;
}
.iloxxTableTabs .iloxxTable_tab_passive h3 {
  font-family: 'IloxxLightFont';
  font-size: 16px;
}
.iloxxTableTabs .iloxxTable_tab_passive a {
  height: 23px;
  line-height: 15px;
  padding: 12px 20px 0 10px;
  display: block;
  text-decoration: none;
  color: #6f6f6f;
}
.iloxxTableTabs .iloxxTable_tab_active {
  height: 40px;
  min-width: 100px;
  margin-right: 2px;
  background-color: #e56a19;
  font-family: 'IloxxRegularFont';
  display: inline-block;
  float: left;
}
.iloxxTableTabs .iloxxTable_tab_active h3 {
  font-family: 'IloxxRegularFont';
  font-size: 16px;
}
.iloxxTableTabs .iloxxTable_tab_active a {
  height: 23px;
  line-height: 15px;
  padding: 17px 20px 0 10px;
  display: block;
  text-decoration: none;
  color: white;
}
.iloxxTableTabs .grey {
  background-color: #ececec;
}
.iloxxTable {
  width: 100%;
  border: 0;
  border-collapse: collapse;
  padding: 0;
  margin: 0;
}
.iloxxTable tr td {
  padding: 15px 10px;
  border-left: solid 1px #f0eee8;
  font-family: 'IloxxLightFont';
}
.iloxxTable tr td:first-child {
  font-family: 'IloxxRegularFont';
}
.iloxxTable tr td:last-child {
  border-right: solid 1px #f0eee8;
}
.iloxxTable tr:first-child {
  border-top: solid 1px #f0eee8;
}
.iloxxTable tr.caption {
  background-image: url("../images/muster_hg.gif") !important;
  color: #e56a19;
}
.iloxxTable tr.caption td {
  font-family: 'IloxxRegularFont';
}
.iloxxTable tr:last-child {
  border-bottom: solid 1px #f0eee8;
}
.iloxxTable tr.lastLineExpTable {
  border-bottom: none !important;
}
.iloxxTable tr:nth-child(2n) {
  background-color: #f7f6f3;
}
.iloxxTable .cell_info {
  font-size: 10px;
  position: relative;
  top: -30px;
  left: 20px;
  height: 0px;
}
.iloxxTable.WithCaption tr:nth-child(2n) {
  background-color: white;
}
.iloxxTable.WithCaption tr:nth-child(2n+1) {
  background-color: #f7f6f3;
}
.iloxxDataTable {
  clear: both;
  text-align: left;
  width: 100%;
  border-collapse: collapse;
  border-bottom: solid 1px #ececec;
}
.iloxxDataTable a.orange {
  color: #e56a19;
}
.iloxxDataTable .printPdf {
  display: inline-block;
  /*color: @iloxxOrange;
        text-decoration: underline;*/

}
.iloxxDataTable .printPdf img {
  vertical-align: middle;
}
.iloxxDataTable .iloxxCheckbox input[type="checkbox"] + label::before {
  margin-right: 0px !important;
  position: relative;
}
.iloxxDataTable .iloxxCheckbox.masterCheckbox {
  width: 28px;
  height: 28px;
}
.iloxxDataTable .iloxxCheckbox.checkboxRepeater {
  width: 28px;
  height: 28px;
}
.iloxxDataTable input[type="image"],
.iloxxDataTable .imageButton {
  height: 30px;
  width: 30px;
  display: inline-block;
  margin-right: 0px;
}
.iloxxDataTable input[type="image"]:last-child,
.iloxxDataTable .imageButton:last-child {
  margin-right: 0px;
}
.iloxxDataTable th {
  background-color: #b2a78e;
  color: white;
  border-right: solid 1px white;
  font-weight: normal;
  padding: 8px 10px;
  font-family: IloxxLightFont;
}
.iloxxDataTable th:first-child {
  border-left: solid 1px #b2a78e;
}
.iloxxDataTable th:last-child {
  border-right: solid 1px #b2a78e;
}
.iloxxDataTable tr {
  height: 52px;
}
.iloxxDataTable tr td {
  vertical-align: top;
  border-right: solid 1px #ececec;
  line-height: 18px;
  padding: 10px 10px;
  font-family: IloxxLightFont;
}
.iloxxDataTable tr td:first-child {
  border-left: solid 1px #ececec;
}
.iloxxDataTable tr td:last-child {
  border-right: solid 1px #ececec;
}
.iloxxDataTable tr:first-child {
  height: 45px;
}
.iloxxDataTable tr:last-child {
  border-bottom: solid 1px #f0eee8;
}
.iloxxDataTable tr:nth-child(even) {
  background-color: white;
}
.iloxxDataTable tr:nth-child(odd) {
  background-color: #f7f6f3;
}
.iloxxDataTable .tdOptions {
  text-align: center;
  position: relative;
}
.iloxxDataTable .btnMoreOptions {
  height: 30px;
  width: 30px;
  display: inline-block;
  margin-right: 0px;
  cursor: pointer;
}
.iloxxDataTable .optionsPopup {
  background-color: white;
  border: solid 1px #ececec;
  position: absolute;
  top: 48px;
  right: 5px;
  z-index: 1;
  line-height: 11px;
  padding: 10px;
  display: inline-flex;
}
.iloxxDataTable .optionsPopup .triangle {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 7px solid #ececec;
  position: absolute;
  top: -7px;
  right: 15px;
}
.iloxxDataTable .optionsPopup .triangle:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 5px solid white;
  position: absolute;
  top: 2px;
  right: -6px;
}
.tableFunctions {
  float: right;
  margin-bottom: 2px;
  height: 40px;
  line-height: 40px;
}
.tableFunctions input {
  margin-right: 10px;
}
.tableFunctions .btnFilter,
.tableFunctions .btnReprintFilter,
.tableFunctions .btnShippingOrderFilter {
  background-color: #e56a19;
  margin-right: 0px;
  margin-left: 10px;
  cursor: pointer;
  display: inline-block;
  vertical-align: bottom;
  height: 35px;
  width: 35px;
}
.tableFunctions a {
  color: #e56a19;
  margin-right: 10px;
}
.tableFunctions a.active {
  text-decoration: none;
}
.tableFilterPanel {
  clear: both;
  background-color: #f7f6f3;
  padding: 20px 15px;
}
.tableFilterPanel .calendar_textbox {
  font-size: 13px;
}
.tableFilterPanel .filterTextbox {
  /*background: @iloxxWhite url("../images/lupe.svg") no-repeat;*/
  /*background-position: right -8px center;*/
  background-size: 50px;
  padding-right: 30px !important;
  width: calc(100% - 77px);
  float: left;
  border-right: none;
}
.tableFilterPanel a.startSearch {
  width: 35px;
  height: 35px;
  background-repeat: no-repeat;
  background-color: #e56a19;
  background-image: url(../../images/arrow_right_white.svg);
  background-size: 11px;
  background-position: center center;
  margin-left: 10px;
  display: inline-block;
  text-decoration: none;
  line-height: 35px;
  text-align: center;
}
.tableFilterPanel .search_loupe {
  background-color: #e56a19;
  background-image: url(../../images/lupe_weiss.svg);
  background-repeat: no-repeat;
  background-size: 60px;
  background-position-x: -12px;
  background-position-y: -12px;
  height: 33px;
  width: 35px;
  float: right;
  min-width: 0px;
  border: 1px solid #ececec;
  border-left-color: #ececec;
  border-left-style: solid;
  border-left-width: 1px;
  border-left: none !important;
}
.tableFilterPanel .tbRow {
  clear: both;
  width: 100%;
  min-height: 32px;
  margin-bottom: 10px;
}
.tableFilterPanel .tbRow .tb {
  float: left;
  width: 32%;
  margin-right: 2%;
}
.tableFilterPanel .tbRow .tb:last-child {
  margin-right: 0;
}
.tableFilterPanel .cbRow {
  clear: both;
  margin-top: 15px;
}
.tableFilterPanel .cbRow ul {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
  margin: 0;
  padding: 0;
}
.tableFilterPanel .cbRow ul li {
  display: block;
  flex: 0 1 auto;
  list-style-type: none;
  line-height: 26px;
}
.tableFilterPanel .cbRow ul li:last-child {
  margin-right: 50px;
}
.trEmptyTable {
  height: 50px;
  width: 100%;
  border: 1px solid #ececec !important;
  text-align: center;
}
.labEmptyTable {
  line-height: 50px;
  width: 100%;
}
.iloxxCheckbox {
  display: inline-block;
  width: 100%;
}
.iloxxCheckbox input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  margin: 0;
  display: none;
  visibility: hidden;
}
.iloxxCheckbox input[type="checkbox"]:checked ~ label::before {
  background: white url("../images/checkbox_haken.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 15px;
}
.iloxxCheckbox input[type="checkbox"] ~ label {
  float: left;
  display: inline-block;
  padding: 5px 5px 0 33px;
  max-width: calc(100% - 63px);
  line-height: 16px;
  min-height: 22px;
}
.iloxxCheckbox input[type="checkbox"] ~ label::before {
  display: block;
  content: '\00a0';
  position: absolute;
  background-color: white;
  border: 1px solid #ececec;
  width: 24px;
  height: 24px;
  margin: -5px 0px 0 -33px;
}
.iloxxCheckbox.darkborder input[type="checkbox"] ~ label::before {
  border: 1px solid #b2a78e;
  width: 20px;
  height: 20px;
  margin-top: -3px;
}
.iloxxCheckbox.aspNetDisabled input[type="checkbox"]:checked ~ label::before {
  background-color: #fbfbf9;
}
.iloxxCheckbox.aspNetDisabled input[type="checkbox"] ~ label::before {
  background-color: #fbfbf9;
}
.iloxxCheckbox.aspNetDisabled input[type="checkbox"] ~ label {
  opacity: 0.5;
}
.iloxxCheckbox.login input[type="checkbox"] ~ label {
  max-width: calc(100% - 0px);
}
.iloxxRadioButton {
  line-height: 28px;
  display: inline-block;
}
.iloxxRadioButton input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: none;
}
.iloxxRadioButton label {
  margin-left: 8px;
}
.iloxxRadioButton label:before {
  content: "\00a0";
  display: block;
  width: 24px;
  height: 24px;
  border: 1px solid #bababa;
  background-color: white;
  border-radius: 24px;
  float: left;
}
.iloxxRadioButton input[type="radio"]:checked + label:after {
  content: "\00a0";
  float: left;
  width: 12px;
  height: 12px;
  margin: 7px -19px 0;
  background: white url("../images/radio_kreuz.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 15px;
}
.iloxxRadioButton.aspNetDisabled input[type="radio"]:checked ~ label::before {
  background-color: #d6d7d7;
}
.iloxxRadioButton.aspNetDisabled input[type="radio"] ~ label::before {
  background-color: #d6d7d7;
}
.iloxxRadioButton.tworow label {
  position: relative;
  margin-left: 8px;
  float: left;
  display: inline-block;
  padding: 5px 5px 0 33px;
  padding-left: 33px;
  padding-left: 4px;
  line-height: 16px;
  min-height: 22px;
}
.iloxxRadioButton.tworow input[type="radio"]:checked + label:after {
  margin: 0;
  position: absolute;
  top: 7px;
  left: -1px;
}
.iloxxRadioButton.tworow label:before {
  margin: -5px 10px 0px -12px;
}
/* IE Hack */

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .iloxxRadioButton {
    line-height: 30px;
  }
}
.div_quicklink_orange_arrow {
  line-height: 18px;
  font-size: 16px;
  font-family: 'IloxxLightFont';
}
.div_quicklink_orange_arrow ul {
  list-style: none;
  display: inline-block;
  padding: 0;
  line-height: 18px;
  margin-bottom: 14px;
  margin-top: 13px;
}
.div_quicklink_orange_arrow ul li {
  margin-bottom: 10px;
}
.div_quicklink_orange_arrow ul li a {
  color: #e56a19;
  text-decoration: none;
}
.div_quicklink_orange_arrow ul li:last-child {
  margin-bottom: 0;
}
.div_quicklink_orange_arrow ul li:before {
  display: block;
  content: '\00a0';
  background-image: url("../images/pfeil_rechts_orange.svg");
  background-repeat: no-repeat;
  float: left;
  width: 6px;
  height: 10px;
  margin: 4px 6px 0 0;
}
.infoitooltip {
  position: relative;
  display: inline-block;
}
.infoitooltip .infoitext {
  visibility: hidden;
  position: absolute;
  z-index: 1;
}
.infoitooltip .infoitext .headline {
  background-color: #e5d8b7;
  color: #6f6f6f;
  padding: 5px 10px;
}
.infoitooltip .infoitext .content {
  background-color: #ececec;
  color: #6f6f6f;
  padding: 10px 10px;
}
.infoitooltip:hover .infoitext {
  visibility: visible;
}
.sortButton {
  color: white;
  font-family: 'IloxxLightFont';
  font-size: 16px;
  display: inline-block;
  text-decoration: none;
  line-height: 29px;
  height: 29px;
  padding-left: 0px;
  padding-right: 0px;
  float: left;
}
.sortButton.ASC {
  float: left;
}
.sortButton.ASC::after {
  display: block;
  content: '\00a0';
  background-image: url("../images/pfeil_weiss_hoch.svg");
  background-image: url("../images/pfeil_weiss_runter.svg");
  background-repeat: no-repeat;
  background-position: right;
  width: 11px;
  height: 7px;
  margin-top: 12px;
  margin-right: -20px;
  float: right;
  position: relative;
}
.sortButton.DESC {
  float: left;
}
.sortButton.DESC::after {
  display: block;
  content: '\00a0';
  background-image: url("../images/pfeil_weiss_hoch.svg");
  background-repeat: no-repeat;
  background-position: right;
  width: 11px;
  height: 7px;
  margin-top: 12px;
  margin-right: -20px;
  float: right;
  position: relative;
}
.orangeButton {
  font-size: 16px;
  background-color: #e56a19;
  color: white;
  font-family: 'IloxxRegularFont';
  text-decoration: none;
  height: 35px;
  line-height: 35px;
  display: inline-block;
  padding: 0 15px;
  width: auto;
}
.orangeButton.whitearrow {
  padding-left: 15px;
  padding-right: 32px;
}
.orangeButton.whitearrow::after {
  display: block;
  content: '\00a0';
  background-image: url("../images/arrow_right_white.svg");
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  margin-top: 8px;
  margin-right: -31px;
  float: right;
  position: relative;
}
.orangeButton.withouttext {
  width: 0px;
  padding-left: 2px;
  padding-right: 33px;
  margin-left: 6px;
}
.orangeButton.withoutbackground {
  background: none;
}
.orangeButton.teaser {
  width: 180px;
}
.orangeButton.delete {
  padding-right: 32px;
}
.orangeButton.delete::after {
  display: block;
  content: '\00a0';
  background-image: url("../images/button_kreuz.svg");
  background-repeat: no-repeat;
  background-position: right;
  width: 50px;
  height: 15px;
  margin-top: 10px;
  margin-right: -22px;
  float: right;
  position: relative;
}
.orangeButton.save {
  float: right;
  padding-right: 32px;
}
.orangeButton.save::after {
  display: block;
  content: '\00a0';
  background-image: url("../images/button_haken.svg");
  background-repeat: no-repeat;
  background-position: right;
  width: 50px;
  height: 15px;
  margin-top: 6px;
  margin-right: -22px;
  float: right;
  position: relative;
  /* Safari */
  -webkit-transform: rotate(15deg);
  /* Firefox */
  -moz-transform: rotate(15deg);
  /* IE10+ */
  transform: rotate(15deg);
  /* Opera */
  -o-transform: rotate(15deg);
  /* Internet Explorer */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
}
.orangeButton.filterback {
  width: 35px;
  height: 35px;
  background-repeat: no-repeat;
  background-color: #e56a19;
  background-image: url(../../images/button_kreuz.svg);
  background-size: 21px;
  background-position: center center;
  margin-left: 10px;
  display: inline-block;
  text-decoration: none;
  line-height: 35px;
  text-align: center;
  padding: 0px;
}
.orangeButton.layerclose {
  float: right;
  width: 41px;
  height: 41px;
  background-repeat: no-repeat;
  background-color: #e56a19;
  background-image: url(../../images/button_kreuz.svg);
  background-size: 15px;
  background-position: center center;
  margin-left: 0px;
  display: inline-block;
  text-decoration: none;
  line-height: 35px;
  text-align: center;
  padding: 0px;
}
.orangeButton.disabled {
  background-color: #ececec;
  color: #6f6f6f;
}
.orangeButton.blue {
  color: #5ab0c6;
  background-color: white;
}
.orangeButton.bluearrow {
  padding-left: 15px;
  padding-right: 32px;
}
.orangeButton.bluearrow::after {
  display: block;
  content: '\00a0';
  background-image: url("../images/pfeil_rechts_blau.svg");
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  margin-top: 8px;
  margin-right: -31px;
  float: right;
  position: relative;
}
.button_minus {
  height: 34px;
  width: 34px;
  background-image: url("../images/kreis_minus_orange.svg");
  background-repeat: no-repeat;
  border: 0px;
}
.button_plus {
  height: 34px;
  width: 34px;
  background-image: url("../images/kreis_plus_orange.svg");
  background-repeat: no-repeat;
  border: 0px;
}
.bulkAction a.doBulkAction {
  width: 35px;
  height: 35px;
  background-repeat: no-repeat;
  background-color: #e56a19;
  background-image: url(../../images/arrow_right_white.svg);
  background-size: 11px;
  background-position: center center;
  margin-left: 10px;
  display: inline-block;
  text-decoration: none;
  line-height: 35px;
  text-align: center;
}
.template_block_linkdiv {
  line-height: 18px;
  font-size: 16px;
  font-family: 'IloxxLightFont';
}
.template_block_linkdiv ul {
  list-style: none;
  display: inline-block;
  padding: 0;
  line-height: 18px;
  margin-bottom: 14px;
  margin-top: 13px;
}
.template_block_linkdiv ul li {
  margin-bottom: 10px;
}
.template_block_linkdiv ul li a {
  color: #e56a19;
}
.template_block_linkdiv ul li:last-child {
  margin-bottom: 0;
}
.template_block_linkdiv ul li:before {
  display: block;
  content: '\00a0';
  background-image: url("../images/pfeil_rechts_orange.svg");
  background-repeat: no-repeat;
  float: left;
  width: 6px;
  height: 10px;
  margin: 4px 6px 0 0;
}
.overlay_all {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #4a4a49;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  z-index: 99;
  display: none;
}
.panPopup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 101;
}
.panPopup > div {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  top: 50px;
  bottom: 50%;
  /*transform: translate(0, -50%);*/

}
.panPopup > div > div {
  width: calc(100% - 360px);
  margin-left: 140px;
}
.layer_grey {
  font-family: 'IloxxLightFont';
  background-color: #f7f6f3;
  display: inline-block;
  line-height: 18px;
  padding: 30px 20px 20px 20px;
  float: left;
}
.layer_grey .block {
  display: inline-block;
  width: 100%;
}
.open_download {
  float: right;
  height: 41px;
  line-height: 41px;
  font-size: 16px;
  font-family: 'IloxxRegularFont';
  display: inline-block;
  padding-left: 10px;
}
.open_download a {
  text-decoration: none;
  display: inline-block;
  /*margin-right: 25px;*/

}
.open_download a span {
  float: right;
  color: #e56a19;
  margin-right: 5px;
}
.open_download a img {
  width: 25px;
  height: 25px;
  float: right;
  margin-top: 8px;
}
.verification_headline {
  font-family: IloxxRegularFont;
  color: #e56a19;
}
.textOrangeRegular {
  font-family: IloxxRegularFont;
  color: #e56a19;
}
.bestPriceTitleExtension {
  background-color: #e56a19;
  color: white;
  float: left;
  padding-right: 15px;
}
/*#region iloxx Comments*/

.iloxx_comment_container {
  position: absolute;
  left: 0;
  width: 300px;
}
.iloxx_comment_triangle {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 10px solid #f7f6f3;
  border-bottom: 10px solid transparent;
  float: left;
  margin-right: 5px;
}
.iloxx_comment_text {
  float: left;
  width: 265px;
  font-size: 16px;
  line-height: 18px;
  font-family: IloxxLightFont;
}
.iloxx_comment_text h1 {
  font-size: 16px;
  line-height: 18px;
  margin-top: 0px;
  color: #e56a19;
  font-weight: normal;
  font-family: IloxxRegularFont;
}
.iloxx_comment_text p {
  margin: 0 0 16px 0;
}
.iloxx_comment {
  width: 280px;
  position: relative;
  float: left;
  font-family: 'IloxxLightFont';
}
/*#endregion*/

/*#region Rotator Backgrounds*/

.rotator_background_0 {
  background-image: url(../../images/rotator/stage_ad_rotator1_pattern.jpg);
}
.rotator_background_1 {
  background-color: #ececec;
  /*background-color: #FFF;*/
  transition: none;
}
.rotator_background_2 {
  background-image: url(../../images/rotator/stage_ad_rotator3_pattern.jpg);
}
.rotator_background_3 {
  background-color: #e56a19;
  transition: none;
}
.button_border_white {
  border: 1px solid white;
}
/*#endregion Rotator Backgrounds*/

.panCoronaLayer {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 101;
}
.panCoronaLayer > div {
  position: relative;
  width: 1160px;
  margin: 0 auto;
  top: 160px;
  bottom: 50%;
  /*transform: translate(0, -50%);*/

}
.panCoronaLayer > div > div {
  width: calc(100% - 360px);
  margin-left: 180px;
}
.panCoronaLayer .header {
  float: left;
  background-color: #e56a19;
  color: white;
  font-family: 'IloxxRegularFont';
  font-size: 16px;
  display: inline-block;
  text-decoration: none;
  line-height: 40px;
  height: 40px;
  width: 212px;
  padding-left: 15px;
  padding-right: 32px;
}
.panCoronaLayer .close_button {
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-color: #e56a19;
  background-image: url(../../images/button_kreuz.svg);
  background-size: 21px;
  background-position: center center;
  margin-left: 10px;
  display: inline-block;
  text-decoration: none;
  line-height: 35px;
  text-align: center;
  padding: 0px;
}
.panCoronaLayer .contrylayer_body {
  background-color: #f7f6f3;
  margin-top: -5px;
  padding-top: 30px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 30px;
  width: 770px;
}
.panVATLayer {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 101;
}
.panVATLayer > div {
  position: relative;
  width: 1160px;
  margin: 0 auto;
  top: 160px;
  bottom: 50%;
  /*transform: translate(0, -50%);*/

}
.panVATLayer > div > div {
  width: calc(100% - 360px);
  margin-left: 180px;
}
.panCookieHint {
  background-color: #f7f6f3;
  padding: 10px 0 10px 0;
  height: 13px;
  line-height: 13px;
  font-size: 13px;
  width: 100%;
  min-width: 1280px;
}
.panCookieHint .messageContainer {
  width: 1260px;
  margin: 0 auto;
}
.panCookieHint .cookiesMessage {
  width: calc(100% - 32px);
  float: left;
  font-size: 13px;
  line-height: 13px;
  vertical-align: middle;
}
.panCookieHint .cookiesMessage > a {
  font-size: 13px;
  cursor: pointer;
  white-space: nowrap;
}
.panCookieHint .close {
  width: 12px;
  height: 12px;
  display: block;
  float: right;
  background-repeat: no-repeat;
  background-image: url(../../images/radio_kreuz.svg);
  background-size: 12px;
  background-position: center center;
  margin-left: 10px;
  text-decoration: none;
  line-height: 12px;
  text-align: center;
  padding: 0px;
}
.parcel_statistic {
  font-size: 14px;
  color: #5bafc6;
}
/*#region Donat-Chart*/

.block {
  float: left;
  width: 40px;
  overflow: hidden;
  margin-right: 5px;
}
.donut-chart-block {
  overflow: hidden;
}
.donut-chart {
  position: relative;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  /*background-color: #5bafc6;*/
  background-color: #e56a19;
}
.donut-chart .center {
  background: white;
  position: absolute;
  top: 8px;
  left: 8px;
  height: 20px;
  width: 20px;
  border-radius: 10px;
}
.clip {
  border-radius: 50%;
  clip: rect(0px, 36px, 36px, 18px);
  height: 100%;
  position: absolute;
  width: 100%;
}
.item {
  border-radius: 50%;
  clip: rect(0px, 18px, 36px, 0px);
  height: 100%;
  position: absolute;
  width: 100%;
  font-family: monospace;
  font-size: 1.5rem;
}
.item.white {
  background-color: white;
  transform: rotate(4deg);
}
/*#endregion Donat-Chart*/

