
.CHDeliveryPickup-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px;
  font-weight: bold;
  line-height: 19px;
  color: #000;
  padding-right: 20px;
}
.CHDeliveryPickup-title img {
  display: inline-block;
  max-height: 16px;
  height: auto;
  width: auto;
  margin-right: 5px;
  vertical-align: top;
}
.CHDeliveryPickup-desc {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px;
  line-height: 1.54;
  color: #000;
}
.CHDeliveryPickup-indicator {
  font-size: 0;
  height: 16px;
  margin-top: 8px;
}
.CHDeliveryPickup-col.selected .CHDeliveryPickup-indicator {
  font-size: 11px;
  color: #00b050;
  text-transform: uppercase;
  height: 16px;
}
.CHDeliveryPickup-col.selected .CHDeliveryPickup-indicator span {
  font-size: 14px;
  vertical-align: -1px;
}
.CHDeliveryPickup-col input:checked + .CHDeliveryPickup-indicator {
  font-size: 11px;
  color: #00b050;
  text-transform: uppercase;
  height: 16px;
}
.CHDeliveryPickup-col input:checked + .CHDeliveryPickup-indicator span {
  font-size: 14px;
  vertical-align: -1px;
}
.CHDeliveryPickup:hover {
  outline: 3px solid #000000;
}
.CHDeliveryPickup:hover .CHDeliveryPickup-info {
  top: 17px;
  right: 25px;
}
.CHDeliveryPickup-action {
  clear: both;
}
.CHDeliveryPickup-action .bicon {
  font-size: 26px;
  top: 8px;
}
.CHDeliveryPickup-action .btn {
  font-weight: bold;
  margin-right: -25px;
  padding-left: 0;
}
.CHDeliveryPickup-action-button {
  display: inline-block;
}
.CHDeliveryPickup-action-button + .CHDeliveryPickup-action-button {
  margin-left: 20px;
}
.CHDeliveryPickup-delivery-date {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .CHDeliveryPickup {
    padding-bottom: 30px;
  }
  .CHDeliveryPickup-col {
    width: 90%;
    margin-left: 8px;
  }
  .CHDeliveryPickup-action-button {
    display: block;
  }
  .CHDeliveryPickup-action-button + .CHDeliveryPickup-action-button {
    margin-left: 0;
  }
  .CHDeliveryPickup-action button {
    white-space: normal;
    word-break: keep-all;
  }
}
@media (max-width: 1227px) {
  .CHDeliveryPickup-info:hover .CHDeliveryPickup-info-tooltip {
    width: 28vw;
    right: -28px;
  }
}
.CHDeliveryFooter {
  padding: 24px 32px;
}
@media (max-width: 767px) {
  .CHDeliveryFooter {
    padding: 16px;
  }
}
.CHDeliveryFooter-wrapper {
  border-top: 1px solid #c7c5c5;
  position: relative;
}
.CHDeliveryFooter-wrapper:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: #c7c5c5;
  margin-left: -0.5px;
}
@media (max-width: 767px) {
  .CHDeliveryFooter-wrapper:after {
    display: none;
  }
}
.CHDeliveryFooter_left {
  padding-right: 16px;
}
.CHDeliveryFooter_right {
  padding-left: 16px;
}
@media (max-width: 767px) {
  .CHDeliveryFooter_right {
    border-top: 1px solid #c7c5c5;
  }
}
.CHDeliveryFooter-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.44;
  color: #000;
  margin-bottom: 16px;
}
.CHDeliveryFooter-desc {
  font-size: 13px;
  line-height: 1.54;
  color: #000000;
}
.CHDeliveryFooter-desc strong {
  margin-bottom: 8px;
  display: block;
}
.CHDeliveryFooter .checkbox-label {
  padding-left: 32px;
  position: relative;
  font-size: 13px;
  line-height: 1.54;
  color: #000;
  font-weight: normal;
}
.CHDeliveryFooter .checkbox-label input {
  position: absolute;
  top: 0;
  left: 2px;
}
.CHDeliveryFooter .toggleShowPasskey {
  top: -25px;
  left: 94%;
}
.CHDeliveryFooter .toggleShowPasskey:hover {
  cursor: pointer;
}
.CHDeliveryFooter .toggleShowPasskey.active:before {
  content: "\e077";
}
.CHDeliveryOverlay {
  padding: 24px 32px;
  padding-left: 2px;
}
@media (max-width: 767px) {
  .CHDeliveryOverlayMain #cboxClose {
    left: 10px;
    top: 7px !important;
  }
}
.CHDeliveryOverlay .form-group .control-label {
  font-size: 11px;
  font-weight: bold;
  color: #000;
  line-height: 20px;
}
.CHDeliveryOverlay-wrapper {
  overflow: hidden;
}
.CHDeliveryOverlay-map {
  background-color: #FFFFFF;
  height: 790px;
}
.CHDeliveryOverlay-headline {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  margin-bottom: 35px;
}
.CHDeliveryOverlay-item {
  padding: 24px 32px;
  border-bottom: 1px solid #d8d8d8;
  font-weight: normal;
  display: block;
  position: relative;
}
.CHDeliveryOverlay-item:last-child {
  border-bottom: 0;
}
.CHDeliveryOverlay-item input {
  position: absolute;
  top: 24px;
  left: 2px;
}
.CHDeliveryOverlay-item-wrapper {
  overflow: auto;
  height: 500px;
  border-bottom: 1px solid #d8d8d8;
  margin-top: 32px;
  margin-bottom: 55px;
}
.CHDeliveryOverlay-item-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px;
  font-weight: bold;
  line-height: 19px;
  color: #000;
  margin-bottom: 8px;
}
.CHDeliveryOverlay-item-title img {
  display: inline-block;
  max-height: 19px;
  height: auto;
  width: auto;
  margin-right: 5px;
}
.CHDeliveryOverlay-item-desc {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px;
  line-height: 1.54;
  color: #000;
}
.CHDeliveryOverlay-item-time {
  display: none;
  margin-top: 22px;
  font-size: 13px;
  line-height: 1.85;
  color: #000;
}
.CHDeliveryOverlay-item-time-days {
  color: #888;
}
input:checked + .CHDeliveryOverlay-item-title + .CHDeliveryOverlay-item-desc + .CHDeliveryOverlay-item-time {
  display: block;
}
.CHDeliveryOverlay-actions {
  margin-top: 55px;
}
.CHDeliverySelectAdress {
  padding: 25px 35px;
}
.CHDeliverySelectAdress-headline {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  margin-bottom: 10px;
}
.CHDeliverySelectAdress-action {
  padding-top: 24px;
}
.CHDeliverySelectAdress-list {
  max-height: 288px;
  overflow: auto;
  margin-bottom: 14px;
}
.CHDeliverySelectAdress-item {
  font-weight: normal;
  display: block;
  position: relative;
  padding: 24px 32px;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 0;
}
.CHDeliverySelectAdress input[type="radio"] {
  position: absolute;
  top: 26px;
  left: 5px;
  width: 16px;
  height: 16px;
  border: 1px solid #000000;
  border-radius: 8px;
  -webkit-appearance: none;
  outline: none;
}
.CHDeliverySelectAdress input[type="radio"]:checked,
.CHDeliverySelectAdress input[type="radio"]:focus {
  background: #fff;
}
.CHDeliverySelectAdress input[type="radio"]:checked:after,
.CHDeliverySelectAdress input[type="radio"]:focus:after {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  top: 4px;
  left: 4px;
  display: block;
  border: 3px solid #EB6111;
  border-radius: 3px;
}
.CHDeliverySelectAdress-title {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.46;
  color: #000;
  margin-bottom: 8px;
}
.CHDeliverySelectAdress-desc {
  font-size: 13px;
  line-height: 1.54;
  color: #000;
}
.CHDeliverySelectAdress .btn {
  font-weight: bold !important;
}
.CHDeliverySelectAdress .form-group label {
  font-size: 11px;
  font-weight: bold;
  color: #000;
  line-height: 20px;
}
.CHDeliverySelectAdress-select {
  display: block;
}
.CHDeliverySelectAdress-add {
  display: none;
}
.CHDeliverySelectAdress_add .CHDeliverySelectAdress-add {
  display: block;
}
.CHDeliverySelectAdress_add .CHDeliverySelectAdress-select {
  display: none;
}
@media (max-width: 767px) {
  .CHDeliverySelectAdress .button-wrapper .btn-secondary {
    margin-bottom: 10px;
  }
}
.CHPayment {
  margin-left: -15px;
  padding: 24px 32px;
}
@media (max-width: 767px) {
  .CHPayment {
    padding: 16px;
    margin-left: 0;
    border-top: 1px solid #c7c5c5;
  }
}
.CHPayment-wrapper {
  position: relative;
}
.CHPayment-wrapper:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: #c7c5c5;
  margin-left: -0.5px;
}
@media (max-width: 767px) {
  .CHPayment-wrapper:after {
    display: none;
  }
}
.CHPayment-wrapper #creditcardPayment,
.CHPayment-wrapper #idealPayment,
.CHPayment-wrapper #bancontactPayment {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .CHPayment-wrapper #creditcardPayment,
  .CHPayment-wrapper #idealPayment,
  .CHPayment-wrapper #bancontactPayment {
    height: auto;
  }
}
.CHPayment-wrapper #existingCreditCards {
  margin-top: 10px;
}
.CHPayment-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.44;
  color: #000;
  margin-bottom: 8px;
}
.CHPayment-desc {
  font-size: 13px;
  line-height: 1.54;
  color: #000;
}
.CHPayment-hint {
  font-size: 13px;
  line-height: 1.54;
  color: #000;
}
.CHPaymentBox {
  border: 1px solid #d8d8d8;
  margin-top: 24px;
  width: 100%;
}
.CHPaymentBox th {
  border-bottom: 1px solid #c7c5c5;
  padding: 16px 24px;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.46;
  color: #000;
}
.CHPaymentBox td + td,
.CHPaymentBox th + th {
  text-align: right;
}
.CHPaymentBox td {
  padding: 16px 24px;
  font-size: 13px;
  line-height: 1.46;
  color: #000;
}
.CHPaymentBox tfoot td {
  border-top: 1px solid #c7c5c5;
  font-weight: bold;
}
.CHPaymentBox-products {
  display: none;
}
.CHPaymentBox-products td {
  line-height: 18px;
  padding-top: 5px;
  padding-bottom: 5px;
  vertical-align: top;
}
.CHPaymentBox-products tr:first-child td {
  padding-top: 10px;
}
.CHPaymentBox-products tr:last-child td {
  border-bottom: 1px solid #c7c5c5;
  padding-bottom: 10px;
}
.CHPaymentBox-products td:last-child {
  text-align: left;
}
.CHPaymentBox_showProducts .CHPaymentBox-products {
  display: table-row-group;
}
.CHPaymentBox-close {
  display: none;
}
.CHPaymentBox_showProducts .CHPaymentBox-see {
  display: none;
}
.CHPaymentBox_showProducts .CHPaymentBox-close {
  display: inline;
}
.CHPaymentItem {
  padding-left: 64px;
  padding-right: 32px;
  padding-top: 24px;
  padding-bottom: 24px;
  margin-right: -15px;
  position: relative;
}
@media (max-width: 767px) {
  .CHPaymentItem {
    padding: 16px;
    padding-left: 46px;
    margin-right: 0;
  }
}
.CHPaymentItem .disabled {
  color: #999;
}
.CHPaymentItem-unavailable {
  position: absolute;
  top: 16px;
  right: 24px;
  font-size: 16px;
  color: #e32b3c;
  z-index: auto;
}
.CHPaymentItem-unavailable span {
  transform: rotate(180deg);
}
.CHPaymentItem-unavailable:before {
  display: none;
  content: '';
  position: absolute;
  bottom: -13px;
  right: 4px;
  width: 8px;
  height: 8px;
  background: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
  transform: rotate(45deg);
}
.CHPaymentItem-unavailable-tooltip {
  display: none;
  position: absolute;
  right: -90px;
  top: 32px;
  width: 430px;
  padding: 16px 24px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
  border: 1px solid #ccc;
  background: #fff;
  font-size: 13px;
  line-height: 1.85;
  color: #000;
  z-index: 888;
}
.CHPaymentItem-unavailable-tooltip-headline {
  margin-bottom: 10px;
  color: #CD0F26;
}
.CHPaymentItem-unavailable:hover:before {
  display: block;
}
.CHPaymentItem-unavailable:hover .CHPaymentItem-unavailable-tooltip {
  display: block;
}
.CHPaymentItem-unavailable.mobile {
  position: relative;
}
.CHPaymentItem-unavailable.mobile .bicon-info-circle {
  display: block;
  float: left;
}
.CHPaymentItem-unavailable.mobile .CHDeliveryPickup-sameday-info-tooltip {
  display: block;
  position: relative;
  width: auto;
  border: none;
  box-shadow: none;
  margin-left: 30px;
  top: 0;
  left: 0;
  padding: 0;
  line-height: 1em;
  margin-bottom: 20px;
}
.CHPaymentItem + .CHPaymentItem {
  border-top: 1px solid #c7c5c5;
}
.CHPaymentItem-label {
  margin-left: -32px;
  padding-left: 32px;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  line-height: 23px;
  color: #000;
  margin-bottom: 8px;
  cursor: pointer;
  display: block;
}
.CHPaymentItem-label input {
  position: absolute;
  top: 1px;
  left: 3px;
}
.CHPaymentItem-label input[type="radio"] {
  top: 1px;
  left: 3px;
  width: 16px;
  height: 16px;
  border: 1px solid #000000;
  border-radius: 8px;
  -webkit-appearance: none;
  outline: none;
}
.CHPaymentItem-label input[type="radio"]:checked {
  background: #fff;
}
.CHPaymentItem-label input[type="radio"]:checked:after {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  top: 4px;
  left: 4px;
  display: block;
  border: 3px solid #EB6111;
  border-radius: 3px;
}
.CHPaymentItem-desc {
  font-size: 13px;
  line-height: 1.54;
  color: #000;
  max-width: 550px;
  display: inline-block;
}
.CHPaymentItem-imgs {
  float: right;
}
.CHPaymentItem-img {
  display: inline-block;
  margin-right: 5px;
  border: 1px solid #c7c5c5;
  height: 22px;
}
.CHPaymentItem-img img {
  vertical-align: top;
  height: 100%;
  width: auto;
}
.CHPaymentItem-form {
  margin-top: 24px;
}
.CHPaymentItem-ideal-bank,
.CHPaymentItem-ideal-express {
  float: right;
}
.CHPaymentItem-ideal-bank .select2,
.CHPaymentItem-ideal-express .select2 {
  border: 1px solid #c7c5c5;
  height: 24px;
  padding: 0 10px;
  font-size: 13px;
  color: #000;
  min-width: 200px;
  line-height: 24px;
}
.CHPaymentItem-ideal-bank .select2 a,
.CHPaymentItem-ideal-express .select2 a {
  font-size: 13px;
  color: #000;
  padding: 0;
}
.CHPaymentItem-ideal-bank .select2.select2-dropdown-open,
.CHPaymentItem-ideal-express .select2.select2-dropdown-open {
  border-bottom: none;
}
.CHPaymentItem-ideal-bank .select2.select2-dropdown-open.select2-drop-above,
.CHPaymentItem-ideal-express .select2.select2-dropdown-open.select2-drop-above {
  border-top: none;
  border-bottom: 1px solid #c7c5c5;
}
.CHPaymentItem.ideal .CHPaymentItem-label {
  display: inline-block;
}
.CHPaymentItem.ideal .CHPaymentItem-desc {
  display: block;
}
.CHSummaryHead {
  padding: 24px;
  float: left;
  width: 33.33333333%;
}
@media (max-width: 767px) {
  .CHSummaryHead {
    padding: 16px;
    float: none;
    width: 100%;
    border-bottom: 1px solid #c7c5c5;
  }
}
.CHSummaryHead-wrapper {
  position: relative;
  padding-left: 8px;
  padding-right: 8px;
  border-bottom: 1px solid #c7c5c5;
}
@media (max-width: 767px) {
  .CHSummaryHead-wrapper {
    border-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.CHSummaryHead-wrapper:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 33.33333333%;
  width: 1px;
  background: #c7c5c5;
  margin-left: -0.5px;
}
@media (max-width: 767px) {
  .CHSummaryHead-wrapper:after {
    display: none;
  }
}
.CHSummaryHead-wrapper:before {
  content: '';
  clear: both;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 33.33333333%;
  width: 1px;
  background: #c7c5c5;
  margin-left: -0.5px;
}
@media (max-width: 767px) {
  .CHSummaryHead-wrapper:before {
    display: none;
  }
}
.CHSummaryHead-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.44;
  color: #000;
  margin-bottom: 16px;
}
.CHSummaryHead-desc {
  font-size: 13px;
  line-height: 1.54;
  color: #000000;
}
.CHSummaryHead-img {
  float: right;
  border: 1px solid #c7c5c5;
  width: 36px;
}
.CHSummaryHead-img img {
  vertical-align: top;
}
.CHNotes {
  max-width: 320px;
}
.CHNotes-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.44;
  color: #000;
  margin-bottom: 16px;
}
.CHNotes .voucher-receiver input {
  margin-bottom: 5px;
}
.CHNotes .voucher-receiver-headline {
  font-size: 11px;
  font-weight: bold;
  color: #000;
  line-height: 20px;
  display: block;
}
.CHNotes .voucher-receiver-checkbox label {
  font-size: 13px;
  color: #000;
  font-weight: normal;
  white-space: nowrap;
}
.CHNotes.voucher-receiver-mandatory {
  padding: 0 32px;
}
@media (max-width: 767px) {
  .CHNotes {
    max-width: 100%;
  }
}
.CHTerms {
  padding: 0 32px;
  margin-top: 16px;
  margin-bottom: 24px;
}
.CHTerms label {
  font-size: 13px;
  line-height: 1.54;
  color: #000;
  font-weight: normal;
  margin: 0;
}
@media (max-width: 767px) {
  .CHTerms {
    margin-top: 0;
    padding: 0 16px;
  }
}
.CHTermsMandantory {
  padding: 0 32px;
  margin-top: -10px;
  margin-bottom: 24px;
}
.CHOc {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
  border: 1px solid #d8d8d8;
  margin-top: 40px;
}
.CHOc-headline {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  background: #fff;
  border-bottom: 1px solid #d8d8d8;
}
.CHOc-content {
  padding: 24px 32px;
  margin-right: -15px;
  background: #fff;
  display: flex;
  flex-direction: column;
}
.CHOc-content-title {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  margin-bottom: 24px;
}
.CHOc-content-desc {
  font-size: 13px;
  color: #000;
  margin-bottom: 24px;
}
.CHOc-content-actions {
  margin-top: auto;
}
.CHOc-ad {
  margin-left: -15px;
  padding: 24px 32px;
  background: #f1f1f1;
  display: flex;
  flex-direction: column;
}
.CHOc-ad-title {
  font-size: 16px;
  color: #000;
  margin-bottom: 24px;
}
.CHOc-ad-subhead {
  font-size: 13px;
  color: #000;
  font-weight: bold;
}
.CHOc-ad-desc {
  font-size: 13px;
  color: #000;
  margin-bottom: 24px;
}
.CHscandyLayout {
  min-height: 50vh;
}
.CHscandyLayout .CHCartHead_left .CHCartHead-action {
  margin-top: 70px;
}
.summaryContactInfo #layerFooter p b:nth-child(2) {
  margin-left: -10px;
}
.cart-entry-costcenter-display {
  color: #000;
}
.cart-entry-costcenter-edit {
  display: none;
}
.dpaSelectBox {
  border: 1px solid #C4C4C4;
  height: 30px;
  padding: 0;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  position: relative;
}
.dpaSelectBox .dpaSelectBox-icon {
  transform: translate(0, -50%);
  line-height: 10px;
  font-size: 10px;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 10px;
  margin: 0;
}
.dpaSelectBox .dpaSelectBox-icon:hover {
  cursor: pointer;
}
.dpaSelectBox-input {
  border: none;
  display: block;
  width: 100%;
  padding: 5px 10px;
  height: 28px;
}
.dpaSelectBox-input:disabled {
  background-color: #eeeeee;
  cursor: not-allowed;
}
.dpaSelectBox-predictValues {
  display: none;
  list-style: none;
  padding: 4px;
  background: #fff;
  color: #000;
  border-top: 0;
  position: absolute;
  top: 100%;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  z-index: 9999999;
  width: 100%;
  margin-top: 2px;
}
.dpaSelectBox-predictValues li {
  padding: 3px 7px 4px;
  font-size: 14px;
  line-height: 1.42857143;
}
.dpaSelectBox-predictValues li:hover {
  background-color: #eee;
  color: #000000;
}
.dpaSelectBox .inputChangesInfo {
  display: none;
}
.dpaSelectBox.active .dpaSelectBox-predictValues {
  display: block;
}
.top-boxes-box {
  height: 100%;
}
.payment-error {
  padding: 16px 32px;
  border-bottom: 1px solid #c7c5c5;
  border-top: 1px solid #c7c5c5;
  margin-top: -1px;
  margin-bottom: -1px;
  display: none;
  color: #CD0F26;
}
@media (max-width: 767px) {
  .berner-commonorder-header {
    height: auto !important;
  }
}
.pb-9 {
  padding-bottom: 9px;
}
.select2-drop.select2-ideal-bank,
.select2-drop.select2-ideal-express,
.select2-drop.select2-ideal-pooi {
  border: 1px solid #c7c5c5;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.select2-drop.select2-ideal-bank.select2-drop-active,
.select2-drop.select2-ideal-express.select2-drop-active,
.select2-drop.select2-ideal-pooi.select2-drop-active {
  border-top: none;
}
.select2-drop.select2-ideal-bank.select2-drop-active.select2-drop-above,
.select2-drop.select2-ideal-express.select2-drop-active.select2-drop-above,
.select2-drop.select2-ideal-pooi.select2-drop-active.select2-drop-above {
  border-top: 1px solid #c7c5c5;
  border-bottom: none;
}
.ui-helper-hidden-accessible {
  display: none;
}
.diffFreeShippingBox {
  font-weight: bold;
  color: #000000;
  background-color: #97c1de;
  position: relative;
}
.diffFreeShippingBox span.diffFreeShipping-icon {
  font-size: 18px;
  padding-left: 0;
  position: absolute;
  top: 16px;
}
.diffFreeShippingBox span {
  color: #000000;
  padding-left: 28px;
}
.diffFreeShippingBox a {
  display: none;
  text-decoration: none;
  font-weight: bold;
  border-bottom: 1px solid #000000;
}
.diffFreeShippingBox a:hover {
  text-decoration: none;
  font-weight: bold;
  border-bottom: 1px solid #FF9F2F;
}
.clear {
  clear: both;
}
.normal {
  font-weight: normal;
}
.bold {
  font-weight: bold;
}
.mw-36 {
  max-width: 36px;
}
.p0 {
  padding: 0;
}
.p2 {
  padding: 2px;
}
.p5 {
  padding: 5px;
}
.p10 {
  padding: 10px;
}
.p20 {
  padding: 20px;
}
.pl0 {
  padding-left: 0;
}
.pl3pt {
  padding-left: 3pt;
}
.pl10 {
  padding-left: 10px;
}
.pl20 {
  padding-left: 20px;
}
.pl30 {
  padding-left: 30px;
}
.pr10 {
  padding-right: 10px;
}
.pt10pt {
  padding-top: 10pt;
}
.pr30 {
  padding-right: 30px;
}
.pt0 {
  padding-top: 0;
}
.pt10 {
  padding-top: 10px;
}
.pt20 {
  padding-top: 20px;
}
.pt50 {
  padding-top: 50px;
}
.pb0 {
  padding-bottom: 0;
}
.pb10 {
  padding-bottom: 10px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb50 {
  padding-bottom: 50px;
}
.m10 {
  margin: 10px;
}
.ml-auto {
  margin-left: auto;
}
.ml-10 {
  margin-left: -10px;
}
.ml0 {
  margin-left: 0;
}
.ml2 {
  margin-left: 2px;
}
.ml10 {
  margin-left: 10px;
}
.ml12 {
  margin-left: 12px;
}
.ml15 {
  margin-left: 15px;
}
.ml30 {
  margin-left: 30px;
}
.mr-auto {
  margin-right: auto;
}
.mr15 {
  margin-right: 15px;
}
.mr30 {
  margin-right: 30px;
}
.mb3 {
  margin-bottom: 3px;
}
.mb5 {
  margin-bottom: 5px;
}
.mb7 {
  margin-bottom: 7px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mt0 {
  margin-top: 0;
}
.mt1 {
  margin-top: 1px;
}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt16 {
  margin-top: 16px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.va-top {
  vertical-align: top;
}
.va-texttop {
  vertical-align: text-top;
}
.inline {
  display: inline;
}
.lh1 {
  line-height: 1;
}
.lh30 {
  line-height: 30px;
}
.mw-300 {
  max-width: 300px;
}
.fw-normal {
  font-weight: normal;
}
.fs-10 {
  font-size: 10px;
}
.fs-11 {
  font-size: 11px;
}
.fs-12 {
  font-size: 12px;
}
.fs-16 {
  font-size: 16px;
}
.fs-32 {
  font-size: 32px;
}
.fs-58 {
  font-size: 58px;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.w-12 {
  width: 12px;
}
.w-30 {
  width: 30px;
}
.w-35 {
  width: 35%;
}
.w-50 {
  width: 50px;
}
.w-100 {
  width: 100%;
}
.w-100px {
  width: 100px;
}
.w-150 {
  width: 150px;
}
.w-500 {
  width: 500px;
}
.w-auto {
  width: auto;
}
.h-22 {
  height: 22px;
}
.h-34 {
  height: 34px;
}
.h-50 {
  height: 50px;
}
.h-191 {
  height: 191px;
}
.h-500 {
  height: 500px;
}
.ow-break-word {
  overflow-wrap: break-word;
}
.wb-all {
  word-break: break-all;
}
.v-hidden {
  visibility: hidden;
}
.no-border {
  border: none;
}
.cursor-none {
  cursor: none;
}
.cursor-auto {
  cursor: auto;
}
.cursor-pointer {
  cursor: pointer;
}
.border-grey {
  border: 1px solid grey;
}
.border-colapse-inherit {
  border-collapse: inherit;
}
.border-colapse-separate {
  border-collapse: separate;
}
.border-spacing-0 {
  border-spacing: 0;
}
.border-spacing-10 {
  border-spacing: 10px;
}
.border-spacing-20 {
  border-spacing: 20px;
}
.bg-red {
  background-color: red;
}
.red {
  color: red;
}
.white {
  color: #fff;
}
.black {
  color: #000;
}
.strikethrough {
  text-decoration: line-through;
}
.pos-absolute {
  position: absolute;
}
.left-0 {
  left: 0;
}
.top-2 {
  top: 2px;
}
.nowrap {
  white-space: nowrap;
}
.product-configurator-headline {
  font-size: 24px;
  line-height: 34px;
  color: #000;
  padding: 28px 32px 0;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  font-family: 'Archivo', Verdana, Arial, sans-serif;
}
.product-configurator-description {
  padding: 28px 32px 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 1140px;
}
.product-configurator-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 16px;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  z-index: 99;
}
.product-configurator-item {
  width: 125px;
  padding: 0;
  font-size: 8px;
  line-height: 10px;
  margin-bottom: 0;
  background: #fff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
}
.product-configurator-item-wrapper {
  padding: 16px;
}
.product-configurator-item-title {
  padding: 8px 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  background: #ebebeb;
  color: #000;
  text-align: center;
  font-family: 'Archivo', Verdana, Arial, sans-serif;
}
.product-configurator-item-image {
  padding: 20px 20px 10px;
}
.product-configurator-item-code {
  width: 100%;
  text-align: center;
  padding: 10px 0;
}
.product-configurator-combined {
  display: flex;
  justify-content: center;
  max-width: 1075px;
}
.product-configurator-combined-wrapper {
  background: #c4c4c4;
  padding: 20px 32px 32px 32px;
  width: 100%;
  margin: 0;
}
.product-configurator-combined-headline {
  font-size: 24px;
  line-height: 34px;
  color: #fff;
  width: 1075px;
  margin-bottom: 25px;
}
.product-configurator-combined-headline-wrapper {
  display: flex;
  justify-content: center;
}
.product-configurator-combined-item-wrapper {
  display: flex;
  justify-content: center;
}
.product-configurator-combined-item,
.product-configurator-combined-combinable,
.product-configurator-combined-result {
  width: 305px;
  height: 330px;
  border: 1px solid #d8d8d8;
  background: #fff;
}
.product-configurator-combined-item .product-configurator-item,
.product-configurator-combined-combinable .product-configurator-item,
.product-configurator-combined-result .product-configurator-item {
  width: 100%;
  height: 330px;
  font-size: 12px;
  line-height: 20px;
  position: relative;
}
.product-configurator-combined-item .product-configurator-item-wrapper,
.product-configurator-combined-combinable .product-configurator-item-wrapper,
.product-configurator-combined-result .product-configurator-item-wrapper {
  padding: 0;
}
.product-configurator-combined-item .product-configurator-item-title,
.product-configurator-combined-combinable .product-configurator-item-title,
.product-configurator-combined-result .product-configurator-item-title {
  padding: 10px 50px 10px 20px;
}
.product-configurator-combined-item .product-configurator-item-image,
.product-configurator-combined-combinable .product-configurator-item-image,
.product-configurator-combined-result .product-configurator-item-image {
  padding: 30px 62px;
}
.product-configurator-combined-item .product-configurator-item-code,
.product-configurator-combined-combinable .product-configurator-item-code,
.product-configurator-combined-result .product-configurator-item-code {
  position: absolute;
  bottom: 10px;
}
.product-configurator-combined-item .product-configurator-item .bicon,
.product-configurator-combined-combinable .product-configurator-item .bicon,
.product-configurator-combined-result .product-configurator-item .bicon {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #666;
  cursor: pointer;
}
.product-configurator-combined-result {
  font-size: 24px;
  line-height: 60px;
  position: relative;
}
.product-configurator-combined-result-articleid {
  height: 60px;
  text-align: center;
  font-family: 'Archivo', Verdana, Arial, sans-serif;
  display: none;
  font-size: 14px;
  line-height: 20px;
}
.product-configurator-combined-result-image {
  display: none;
  padding: 30px 62px;
}
.product-configurator-combined-result-button {
  width: 100%;
  background: #000000;
  color: #fff;
  border: none;
  position: absolute;
  bottom: 0;
}
.product-configurator-combined-result-articleprice {
  text-align: center;
  width: 100%;
  display: none;
  line-height: 20px;
  background: #EBEBEB;
}
@media (max-width: 767px) {
  .product-configurator-combined-result-articleprice {
    position: relative;
    text-align: right;
  }
}
.product-configurator-combined-result-articleprice-price {
  font-size: 24px;
  text-align: center;
  line-height: 20px;
  padding: 5px;
  color: #000000;
}
@media (max-width: 767px) {
  .product-configurator-combined-result-articleprice-price {
    font-size: 12px;
    margin-right: 5px;
  }
}
.product-configurator-combined-result-articleprice-label {
  font-size: 10px;
}
@media (max-width: 767px) {
  .product-configurator-combined-result-articleprice-label {
    font-size: 12px;
    margin-right: 40px;
  }
}
.product-configurator-combined-plus,
.product-configurator-combined-equal {
  height: 330px;
  width: 130px;
  font-size: 60px;
  color: #fff;
  line-height: 330px;
  display: flex;
  justify-content: center;
}
.product-configurator [draggable=true] {
  cursor: move;
}
.product-configurator [droppable=true] {
  cursor: grabbing;
}
@media (max-width: 1199px) {
  .product-configurator-combined-item,
  .product-configurator-combined-combinable,
  .product-configurator-combined-result {
    width: 240px;
    height: 270px;
  }
  .product-configurator-combined-item .product-configurator-item,
  .product-configurator-combined-combinable .product-configurator-item,
  .product-configurator-combined-result .product-configurator-item {
    height: 270px;
    line-height: 18px;
  }
  .product-configurator-combined-item .product-configurator-item-title,
  .product-configurator-combined-combinable .product-configurator-item-title,
  .product-configurator-combined-result .product-configurator-item-title {
    padding: 8px 35px 8px 15px;
  }
  .product-configurator-combined-item .product-configurator-item-image,
  .product-configurator-combined-combinable .product-configurator-item-image,
  .product-configurator-combined-result .product-configurator-item-image {
    padding: 20px 50px;
  }
  .product-configurator-combined-item .product-configurator-item-code,
  .product-configurator-combined-combinable .product-configurator-item-code,
  .product-configurator-combined-result .product-configurator-item-code {
    bottom: 0;
  }
  .product-configurator-combined-item .product-configurator-item .bicon,
  .product-configurator-combined-combinable .product-configurator-item .bicon,
  .product-configurator-combined-result .product-configurator-item .bicon {
    right: 18px;
    top: 18px;
  }
  .product-configurator-combined-result {
    font-size: 20px;
    line-height: 50px;
  }
  .product-configurator-combined-result-articleid {
    height: 50px;
  }
  .product-configurator-combined-result-image {
    padding: 20px 50px;
  }
  .product-configurator-combined-plus,
  .product-configurator-combined-equal {
    height: 270px;
    width: 100px;
    font-size: 50px;
    line-height: 270px;
  }
}
@media (max-width: 991px) {
  .product-configurator-item-title {
    padding: 7px 10px;
  }
  .product-configurator-combined {
    flex-wrap: wrap;
  }
  .product-configurator-combined-headline {
    width: auto;
  }
  .product-configurator-combined-item-wrapper {
    display: block;
  }
  .product-configurator-combined-item,
  .product-configurator-combined-combinable {
    width: 45%;
    max-width: 170px;
    height: 170px;
  }
  .product-configurator-combined-item .product-configurator-item,
  .product-configurator-combined-combinable .product-configurator-item {
    height: 170px;
    font-size: 8px;
    line-height: 12px;
  }
  .product-configurator-combined-item .product-configurator-item-title,
  .product-configurator-combined-combinable .product-configurator-item-title {
    padding: 5px 30px 5px 15px;
  }
  .product-configurator-combined-item .product-configurator-item-image,
  .product-configurator-combined-combinable .product-configurator-item-image {
    padding: 10px 40px;
  }
  .product-configurator-combined-item .product-configurator-item .bicon,
  .product-configurator-combined-combinable .product-configurator-item .bicon {
    top: 9px;
    right: 12px;
    font-size: 12px;
  }
  .product-configurator-combined-plus {
    width: 10%;
    line-height: 170px;
    font-size: 18px;
    height: auto;
  }
  .product-configurator-combined-equal {
    height: auto;
    font-size: 18px;
    line-height: 36px;
    width: 100%;
  }
  .product-configurator-combined-result {
    height: auto;
    width: 100%;
    font-size: 12px;
    line-height: 36px;
  }
  .product-configurator-combined-result-articleid {
    height: auto;
  }
  .product-configurator-combined-result-image {
    display: none !important;
    padding: 10px 40px;
  }
  .product-configurator-combined-result-button {
    position: static;
  }
}
.changePassword .toggleShowPasskey {
  top: -25px;
  left: 94%;
}
.changePassword .toggleShowPasskey:hover {
  cursor: pointer;
}
.changePassword .toggleShowPasskey.active:before {
  content: "\e077";
}
.changePassword .passToggleContainer .error.berner-validation {
  margin-top: -17px;
}
.changePassword .form-group-popup {
  margin-bottom: 0;
}
.changePassword .form-group-popup-button {
  display: flex;
  justify-content: center;
}
.changePassword-input {
  width: 730px;
  left: 180px;
  position: relative;
}
#changePasswordConfirmation {
  position: relative;
  width: 730px;
  left: 180px;
}
#changePasswordLabel {
  position: relative;
  top: 30px;
  left: 15px;
  color: #000000;
}
#passwordConfirmationLabel {
  position: relative;
  top: 35px;
  left: 15px;
  width: 125px;
  text-align: left;
  color: #000000;
}
#SavePasswordBtn {
  position: relative;
  border-radius: 0px!important;
}
#cboxTitle {
  padding-left: 20px !important;
}
#changePasswordStrength {
  left: 185px !important;
}
.product-comparison-layer {
  position: fixed;
  display: none;
  z-index: 10;
  bottom: 0;
  right: 100px;
  width: 280px;
  background: #fff;
  box-shadow: 0px 4px 12px 5px rgba(0, 0, 0, 0.1);
}
.product-comparison-layer.open {
  bottom: 0;
}
.product-comparison-layer.open .product-comparison-layer-headline .bicon {
  transform: rotate(0deg);
}
.product-comparison-layer.open .product-comparison-layer-info {
  height: 300px;
}
.product-comparison-layer-info {
  height: 0;
  transition: height 0.5s ease-out;
}
.product-comparison-layer-headline {
  display: block;
  height: 48px;
  cursor: pointer;
  background: #97c1de;
  color: #000000;
  font-weight: bold;
  position: relative;
  padding-left: 40px;
  line-height: 48px;
}
.product-comparison-layer-headline .bicon {
  position: absolute;
  top: 15px;
  left: 18px;
  font-size: 16px;
  transform: rotate(180deg);
}
.product-comparison-layer-table {
  overflow-y: scroll;
  height: 172px;
  padding: 0 13px;
}
.product-comparison-layer-scroll .product-comparison-layer-table {
  height: 214px;
}
.product-comparison-layer-scroll.open .product-comparison-layer-info {
  height: 342px;
}
.product-comparison-layer-product {
  padding: 12px 0;
  height: 86px;
  border-bottom: 1px solid #C4C4C4;
  display: flex;
}
.product-comparison-layer-product-image {
  padding: 0 10px;
}
.product-comparison-layer-product-image img {
  width: 50px;
  border: 1px solid #DDDDDD;
}
.product-comparison-layer-product-info {
  position: relative;
  color: #000000;
}
.product-comparison-layer-product-title,
.product-comparison-layer-product-subtitle {
  max-height: 20px;
  width: 140px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: bold;
  margin-top: 5px;
}
.product-comparison-layer-product-subtitle {
  font-weight: normal;
}
.product-comparison-layer-product span {
  position: absolute;
  right: -20px;
  top: 9px;
  font-weight: bold;
  font-size: 14px;
}
.product-comparison-layer-link {
  padding: 40px 24px;
}
.product-comparison-layer-link a {
  display: block;
  height: 46px;
  line-height: 46px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
.product-comparison-layer-link a span {
  margin-left: 10px;
  font-size: 22px;
  top: 6px;
  transform: rotate(-90deg);
}
.product-comparison-container-content {
  max-width: 1140px;
  margin: auto;
  position: relative;
  padding: 32px 10px;
  min-height: 400px;
}
.product-comparison-table {
  margin-top: 60px;
  border-right: 1px solid #C4C4C4;
  color: #000000;
}
.product-comparison-table-container {
  overflow-x: auto;
  margin-bottom: 70px;
}
.product-comparison-table-container::-webkit-scrollbar {
  min-width: 8px;
  height: 8px;
}
.product-comparison-table-container::-webkit-scrollbar-track {
  max-width: 3px;
  margin: 0 59px;
  background-color: #F5F5F5;
}
.product-comparison-table-container::-webkit-scrollbar-thumb {
  max-width: 3px;
  background: #EB6111;
  background: -webkit-linear-gradient(45deg, #EB6111 85%, transparent 85%);
}
.product-comparison-table-product-item {
  width: 320px;
  min-width: 320px;
  border: 1px solid #DFECF5;
  border-top: 1px solid #C4C4C4;
  position: relative;
  vertical-align: top;
}
.product-comparison-table-product-item:nth-child(2) {
  border-left: 1px solid #C4C4C4;
}
.product-comparison-table-product-item:last-child {
  border-right: 1px solid #C4C4C4;
}
.product-comparison-table-product-item .Card {
  padding: 19px 10px 10px;
  background: none;
  position: static;
  margin: 0;
  display: flex;
}
.product-comparison-table-product-item .Card:hover {
  outline: none;
}
.product-comparison-table-product-item .Card a.product-comparison-table-product-info-link:hover {
  text-decoration: underline;
  text-decoration-color: #EB6111;
}
.product-comparison-table-image-container {
  padding: 13px 10px;
  width: 96px;
  height: 102px;
  border: 1px solid #DDDDDD;
}
.product-comparison-table-image-container img {
  width: 76px;
  height: 76px;
}
.product-comparison-table-product-info-container {
  padding-left: 15px;
}
.product-comparison-table-product-info-headline {
  font-weight: bold;
  padding-bottom: 8px;
  color: #000000;
}
.product-comparison-table-product-info-subheadline {
  margin-bottom: 25px;
  max-height: 20px;
  max-width: 188px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.product-comparison-table-product-info-link {
  color: #000000;
  position: absolute;
  font-weight: bold;
  bottom: 5px;
  text-decoration: underline;
}
.product-comparison-table-product-info-link .bicon {
  top: 2px;
  left: 10px;
  font-size: 14px;
  color: #EB6111;
}
.product-comparison-table-product-info-link.bottom {
  position: static;
}
.product-comparison-table-delete {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.product-comparison-table-delete .bicon {
  font-size: 10px;
  font-weight: bold;
}
.product-comparison-table thead td:first-child {
  width: 120px;
  min-width: 120px;
  position: sticky;
  left: 0;
  z-index: 3;
  background: #fff;
}
.product-comparison-table thead td:first-child:after {
  content: "";
  width: 120px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: -1px;
  left: 0;
  display: block;
}
.product-comparison-table tbody td {
  border: 1px solid #DFECF5;
  padding: 10px 12px;
}
.product-comparison-table tbody td:first-child {
  background: #97c1de;
  width: 120px;
  font-size: 10px;
  font-weight: bold;
  position: sticky;
  left: 0;
  z-index: 3;
}
.product-comparison-table tbody .bicon-rating-full,
.product-comparison-table tbody .bicon-rating-half,
.product-comparison-table tbody .bicon-rating-empty {
  font-size: 16px;
  color: #EB6111;
}
.product-comparison-header {
  display: flex;
  justify-content: space-between;
}
.product-comparison-headline {
  width: 50%;
  display: inline-block;
  font-size: 26px;
  color: #000000;
  padding-right: 100px;
}
.product-comparison-action-wrapper {
  width: 50%;
  display: inline-block;
}
.product-comparison-action-wrapper ul {
  position: absolute;
  bottom: -2px;
  left: 0;
  background: #fff;
  z-index: 99;
  border: 1px solid #000000;
  padding: 0;
  width: 428px;
  max-height: 175px;
}
.product-comparison-action-wrapper ul li {
  list-style: none;
  height: 35px;
  line-height: 31px;
  padding: 2px 8px;
  width: 428px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.product-comparison-action-wrapper ul li:hover {
  border: 2px solid #EB6111;
  line-height: 31px;
  padding: 0 6px;
}
.product-comparison-search {
  position: relative;
}
.product-comparison-search input {
  width: 390px;
  border-radius: 0;
  border-color: #191919;
  position: relative;
}
.product-comparison-search-btn {
  position: absolute;
  top: 25px;
  left: 390px;
  width: 40px;
  height: 40px;
  border: 1px solid #191919;
  border-left: none;
  background: #EB6111;
}
.product-comparison-search span {
  position: absolute;
  font-size: 22px;
  color: #000000;
  top: 8px;
  left: 9px;
}
.product-comparison-value {
  display: block;
  padding-left: 20px;
  position: relative;
}
.product-comparison-value-container {
  display: block;
  width: 100%;
  text-align: center;
}
.product-comparison-value-container a:hover {
  text-decoration: underline;
  text-decoration-color: #EB6111;
}
.product-comparison-value:before {
  content: ".";
  display: block;
  position: absolute;
  left: 7px;
  top: -3px;
}
.product-comparison-value-feature {
  display: block;
  width: 100%;
  height: 40px;
}
.product-comparison-value-feature.feature-1 {
  background: url("../../../../_ui/theme/berner/img/feature-1.png") no-repeat center;
}
.product-comparison-value-feature.feature-2 {
  background: url("../../../../_ui/theme/berner/img/feature-2.png") no-repeat center;
}
.product-comparison-value-feature.feature-3 {
  background: url("../../../../_ui/theme/berner/img/feature-3.png") no-repeat center;
}
.product-comparison-value-feature.feature-4 {
  background: url("../../../../_ui/theme/berner/img/feature-4.png") no-repeat center;
}
.product-comparison-value-feature.feature-5 {
  background: url("../../../../_ui/theme/berner/img/feature-5.png") no-repeat center;
}
.product-comparison-button {
  color: #000000;
}
.product-comparison-button label {
  position: relative;
  display: inline-block;
  width: 5em;
  height: 1.5em;
}
.product-comparison-button input {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.product-comparison-button .slider {
  position: absolute;
  cursor: pointer;
  top: 0.5em;
  left: 0;
  width: 4em;
  height: 2em;
  border: 1px solid #000000;
  border-radius: 1em;
  transition: all 0.3s ease-in-out;
}
.product-comparison-button .slider:hover {
  border: 1px solid #EB6111;
}
.product-comparison-button .slider:active {
  border-width: 2px;
}
.product-comparison-button .slider:before {
  position: absolute;
  content: "";
  height: 1.2em;
  width: 1.2em;
  left: .4em;
  bottom: .35em;
  background-color: #626262;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
.product-comparison-button input:checked + .slider::before {
  transform: translateX(1.9em);
  background-color: #EB6111;
}
@media (max-width: 991px) {
  .product-comparison-containter {
    position: relative;
    overflow-x: hidden;
  }
  .product-comparison-headline {
    padding-right: 15px;
  }
  .product-comparison-table {
    border-right: none;
  }
  .product-comparison-table-product-item {
    width: 200px;
    min-width: 200px;
    border: none;
  }
  .product-comparison-table-product-item:nth-child(2) {
    border-left: none;
  }
  .product-comparison-table-product-item:last-child {
    border-right: none;
  }
  .product-comparison-table-product-item .Card {
    display: block;
    padding: 0;
    margin-right: 13px;
  }
  .product-comparison-table-product-item .Card:hover {
    outline: none;
  }
  .product-comparison-table-image-container {
    width: 200px;
    height: 200px;
  }
  .product-comparison-table-image-container img {
    width: 110px;
    height: 110px;
    margin: auto;
    margin-top: 30px;
    display: block;
  }
  .product-comparison-table-product-info-headline {
    max-width: 190px;
    word-wrap: break-word;
  }
  .product-comparison-table-product-info-subheadline {
    max-width: 190px;
  }
  .product-comparison-table-product-info-container {
    font-size: 14px;
    padding-top: 10px;
    padding-left: 0;
  }
  .product-comparison-table-container {
    font-size: 10px;
  }
  .product-comparison-table-items {
    display: flex;
  }
  .product-comparison-table-items-container,
  .product-comparison-table-items.product-comparison-table-items-scrollheader {
    overflow-x: scroll;
    padding-top: 20px;
  }
  .product-comparison-table-items-container::-webkit-scrollbar,
  .product-comparison-table-items.product-comparison-table-items-scrollheader::-webkit-scrollbar {
    min-width: 8px;
    height: 5px;
    position: absolute;
    top: 100px;
  }
  .product-comparison-table-items-container::-webkit-scrollbar-track,
  .product-comparison-table-items.product-comparison-table-items-scrollheader::-webkit-scrollbar-track {
    max-width: 3px;
    background-color: #F5F5F5;
  }
  .product-comparison-table-items-container::-webkit-scrollbar-thumb,
  .product-comparison-table-items.product-comparison-table-items-scrollheader::-webkit-scrollbar-thumb {
    max-width: 3px;
    background: #EB6111;
    background: -webkit-linear-gradient(45deg, #EB6111 85%, transparent 85%);
  }
  .product-comparison-table-item {
    width: 200px;
    min-width: 200px;
    border: 1px solid #DFECF5;
    border-collapse: collapse;
    min-height: 26px;
    padding: 8px;
  }
  .product-comparison-table-label {
    font-weight: bold;
    position: absolute;
    left: 0;
    padding-top: 28px;
    padding-left: 10px;
  }
  .product-comparison-table-label.is-hidden {
    width: 100%;
    position: relative;
    visibility: hidden;
  }
  .product-comparison-table-delete {
    top: -22px;
  }
  .product-comparison-search input {
    width: 100%;
  }
  .product-comparison-search-btn {
    border-left: 1px solid #191919;
    left: unset;
    right: 0;
  }
  .product-comparison-value {
    padding-left: 10px;
  }
  .product-comparison-value:before {
    left: -3px;
  }
  .product-comparison-value-container {
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .product-comparison-header {
    display: block;
  }
  .product-comparison-headline {
    width: auto;
    margin-bottom: 25px;
  }
  .product-comparison-action-wrapper {
    width: 100%;
  }
}
.responsible-line {
  position: absolute;
  left: 0;
  bottom: 0;
}
.responsible-line-image {
  position: relative;
  float: left;
  clear: left;
  height: 35px;
  width: auto;
}
.responsible-line-image-small {
  position: relative;
  float: left;
  clear: left;
  height: 22px !important;
  width: auto !important;
}
.responsible-line span {
  float: left;
  font-size: 120%;
  margin-left: -20px;
}
.responsible-line-translations {
  border-top: 1px solid #C4C4C4;
  margin-top: 16px;
  padding-top: 10px;
}
.responsible-line-translations span {
  float: left;
  clear: left;
}
.contact-header-wrapper {
  color: #000000;
}
.contact-header-headline {
  font-size: 38px;
}
.contact-header-icon-links-wrapper {
  display: flex;
}
.contact-base-form .form-group {
  max-width: 50%;
}
.mainHeader-sublinks {
  background: #FFFFFF;
  width: 100%;
}
.mainHeader-sublinks-body {
  display: flex;
  flex-direction: row;
  position: absolute;
  left: 0;
  top: 86px;
}
.mainHeader-sublinks-flyout {
  display: flex;
  position: relative;
  flex-direction: column;
  background: #F5F5F5;
  padding: 15px 20px;
  min-width: 100vw;
  min-height: 100vh;
}
.mainHeader-sublinks-flyout .container-button-close {
  top: 11px;
}
.mainHeader-sublinks-flyout.active {
  display: flex;
}
@media (min-width: 768px) {
  .mainHeader-sublinks-flyout {
    min-width: 40vw;
    padding: 32px 25px 30px 50px;
    z-index: 2;
    box-shadow: 10px 0px 5px 0px rgba(0, 0, 0, 0.1);
  }
}
@media (min-width: 1200px) {
  .mainHeader-sublinks-flyout {
    min-width: fit-content;
  }
}
.mainHeader-sublinks-flyout-link {
  border: 0;
  border-bottom: 1px solid #ACACAC;
  padding: 0;
}
.mainHeader-sublinks-flyout-link-inner {
  position: relative;
  display: flex;
  padding: 12px 12px 12px 0;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.mainHeader-sublinks-flyout-link-inner .alignLongText {
  display: flex;
  align-items: center;
}
.mainHeader-sublinks-flyout-link-inner:hover {
  text-decoration: underline;
  font-weight: bold;
}
.mainHeader-sublinks-flyout-link-inner img {
  width: fit-content;
  padding-right: 5px;
  height: 45px;
}
.mainHeader-sublinks-flyout-link-inner .arrow-right {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
}
.mainHeader-sublinks-flyout-link-name {
  font-family: 'Archivo', Verdana, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #000000;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  padding-right: 16px;
}
.mainHeader-sublinks-flyout-link-name a:hover {
  font-weight: normal;
}
@media (min-width: 1200px) {
  .mainHeader-sublinks-flyout-link-name {
    font-size: 17px;
  }
}
.mainHeader-sublinks-header-close .mainHeader-menu-link-close {
  cursor: pointer;
  color: black;
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 15px;
  font-weight: bold;
}
html {
  width: 100%;
}
img {
  height: auto;
  width: 100%;
}
video {
  width: 100%;
  height: auto;
}
.risk-indicator {
  width: 62px;
  height: 54px;
}
*,
*:before,
*:after {
  -webkit-font-smoothing: antialiased;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
.small-link {
  color: #555555;
  font-size: 11px;
  font-style: italic;
}
.btn {
  padding: 7px 12px;
  border-radius: 8px;
  font-size: 13px;
  line-height: 20px;
  font-weight: bold;
}
.btn-primary {
  border: 1px solid transparent;
  color: #fff;
  background: #000000;
}
.btn-primary:hover,
.btn-primary:focus {
  background: #FF9F2F;
}
.btn-secondary {
  border: 1px solid #000000;
  color: #000000;
  background: #FFFFFF;
}
.btn-secondary input {
  background: none;
  border: none;
}
.page-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0);
  display: none;
}
.ber-slot {
  clear: both;
}
.ber-slot.pdp-slot {
  clear: none;
}
a:focus,
.btn:focus {
  outline: none !important;
}
.price-progress-standard {
  width: auto !important;
  max-width: 40px;
}
.servicesuche {
  padding: 30px;
  font-size: 12px;
  color: #444444;
}
.servicesuche-headline {
  color: #0b5aa1;
  font-size: 20px;
  padding-bottom: 20px;
}
.servicesuche-description {
  line-height: 15px;
  padding-bottom: 20px;
}
.servicesuche-search {
  padding-top: 30px;
  padding-bottom: 20px;
}
.servicesuche-search .form-group {
  margin: 0;
}
.servicesuche-search .control-label {
  color: inherit;
  display: block;
  float: left;
  font-size: inherit;
  padding-right: 30px;
  text-align: left;
}
@media (max-width: 767px) {
  .servicesuche-search .control-label {
    float: none;
  }
}
.servicesuche-search .input-group {
  max-width: 360px;
}
.servicesuche-results {
  padding-left: 0;
  list-style: none;
}
.servicesuche-results li {
  padding-bottom: 4px;
  padding-top: 8px;
}
.servicesuche-results li:before,
.servicesuche-results li:after {
  content: " ";
  display: table;
}
.servicesuche-results li:after {
  clear: both;
}
.servicesuche-results li + li {
  border-top: 1px dotted #b2b2b2;
}
.servicesuche-results-text {
  line-height: 15px;
  margin-bottom: 30px;
}
.servicesuche-results-thumb,
.servicesuche-results-name,
.servicesuche-results-variant {
  float: left;
  margin-right: 30px;
  line-height: 15px;
}
.servicesuche-results-type,
.servicesuche-results-action {
  float: right;
  color: #0b5aa1;
}
.servicesuche-results-thumb {
  width: 42px;
  height: 42px;
  border: 1px solid #e8e8e8;
}
.servicesuche-results-name {
  width: 170px;
}
.servicesuche-results-type {
  font-size: 30px;
}
.servicesuche-results-action {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px;
  margin-right: -25px;
  margin-left: 30px;
}
@media (max-width: 767px) {
  .servicesuche-results-name,
  .servicesuche-results-variant {
    width: auto;
    float: none;
    margin-left: 70px;
    margin-bottom: 10px;
  }
  .servicesuche-results-action {
    clear: both;
  }
}
.dqs {
  font-size: 13px;
  padding: 0 30px 30px;
}
.dqs-wrapper {
  display: none;
}
.dqs:before,
.dqs:after {
  content: " ";
  display: table;
}
.dqs:after {
  clear: both;
}
.dqs p {
  margin-bottom: 15px;
}
.dqs-address {
  border-top: 1px solid #D8D8D8;
  border-bottom: 1px solid #D8D8D8;
  padding-left: 10px;
  padding-top: 15px;
  padding-right: 10px;
  margin-bottom: 15px;
}
.dqs-address-item {
  margin-bottom: 15px;
}
.dqs-address-item-key {
  color: #0b5aa1;
  font-weight: bold;
}
.oldbrowser {
  background: #f9f9f9;
  padding: 30px;
}
.oldbrowser-wrapper {
  display: none;
}
.oldbrowser-headline {
  color: #000000;
  font-size: 30px;
  margin-bottom: 20px;
}
.oldbrowser-text {
  font-size: 14px;
  line-height: 120%;
}
.oldbrowser-links {
  margin-top: 30px;
}
.oldbrowser-links a {
  text-align: center;
  display: block;
  font-weight: bold;
  font-size: 12px;
  white-space: nowrap;
}
.oldbrowser-links a img {
  width: auto;
  height: auto;
  margin-bottom: 5px;
}
.oldbrowseroverlay#cboxOverlay {
  background: #000;
  opacity: 0.4 !important;
}
.oldbrowseroverlay #cboxTitle {
  display: none !important;
}
.oldbrowseroverlay#colorbox #cboxClose {
  top: 0 !important;
  right: 0 !important;
  width: 45px !important;
  height: 45px !important;
  background: none !important;
  color: #b8b7b7 !important;
  font-size: 23px;
}
.default-popup {
  padding: 20px;
  color: #000000;
}
.default-popup .btn-holder {
  display: flex;
  gap: 40px;
}
.default-popup-headline {
  font-size: 20px;
  height: 25px;
}
.default-popup-success,
.default-popup-error,
.default-popup-packaging {
  margin-bottom: 20px;
}
.default-popup-success > strong,
.default-popup-error > strong,
.default-popup-packaging > strong {
  display: block;
  margin-bottom: 5px;
}
.default-popup-success ul,
.default-popup-error ul,
.default-popup-packaging ul {
  margin: 0;
  padding: 0;
  margin-left: 1em;
}
.default-popup-wrapper {
  display: flex;
  justify-content: space-between;
  padding-right: 40px;
  padding-top: 16px;
}
.default-popup a + a,
.default-popup button + a,
.default-popup a + button,
.default-popup button + button {
  margin-right: 10px;
}
.default-popup input {
  border-radius: 0;
  border: 1px solid #000000;
}
.default-popup input:focus-visible {
  outline: none;
}
@media (max-width: 767px) {
  .default-popup .namechangeInputField {
    width: 100%;
  }
  .default-popup .orange-sloped-btn.pull-right {
    float: none !important;
    margin-bottom: 8px;
  }
}
.oci-button input[type="submit"],
.oci-button input[type="button"] {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 7px 12px;
  border-radius: 8px;
  font-size: 13px;
  line-height: 20px;
  font-weight: bold;
  color: #fff;
  background-color: #CD0F26;
  border-color: #b50d22;
}
.oci-button input[type="submit"]:focus,
.oci-button input[type="button"]:focus,
.oci-button input[type="submit"]:active:focus,
.oci-button input[type="button"]:active:focus,
.oci-button input[type="submit"].active:focus,
.oci-button input[type="button"].active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.oci-button input[type="submit"]:hover,
.oci-button input[type="button"]:hover,
.oci-button input[type="submit"]:focus,
.oci-button input[type="button"]:focus {
  color: #333;
  text-decoration: none;
}
.oci-button input[type="submit"]:active,
.oci-button input[type="button"]:active,
.oci-button input[type="submit"].active,
.oci-button input[type="button"].active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.oci-button input[type="submit"].disabled,
.oci-button input[type="button"].disabled,
.oci-button input[type="submit"][disabled],
.oci-button input[type="button"][disabled],
fieldset[disabled] .oci-button input[type="submit"],
fieldset[disabled] .oci-button input[type="button"] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.oci-button input[type="submit"].btn-primary,
.oci-button input[type="button"].btn-primary {
  display: flex;
  padding: 5px;
  margin: 0 auto;
  max-width: 100%;
  font-family: 'Archivo', Verdana, Arial, sans-serif;
  background-color: #EB6111;
  color: #000000;
  border-radius: 0;
  position: relative;
  transition: all 0.15s ease-in-out;
}
.oci-button input[type="submit"].btn-primary a:hover,
.oci-button input[type="button"].btn-primary a:hover {
  font-weight: inherit;
}
.oci-button input[type="submit"].btn-primary .icon-button-primary,
.oci-button input[type="button"].btn-primary .icon-button-primary {
  padding: 12.5px;
}
.oci-button input[type="submit"].btn-primary .btn-primary-text,
.oci-button input[type="button"].btn-primary .btn-primary-text {
  font-family: 'Archivo', Verdana, Arial, sans-serif;
  color: #000000;
  font-weight: 600;
  font-size: 16px;
  line-height: 17.6px;
  padding: 1rem 0.5rem;
  margin: auto;
}
.oci-button input[type="submit"].btn-primary span,
.oci-button input[type="button"].btn-primary span {
  position: relative;
  z-index: 1;
  vertical-align: super;
}
.oci-button input[type="submit"].btn-primary:hover,
.oci-button input[type="button"].btn-primary:hover {
  background-color: #FF9F2F;
  transition: all 0.15s ease-in-out;
}
.oci-button input[type="submit"].btn-primary:hover:after,
.oci-button input[type="button"].btn-primary:hover:after {
  transition: all 0.15s ease-in-out;
  border-left-color: #FF9F2F;
  border-bottom-color: #FF9F2F;
}
.oci-button input[type="submit"].btn-primary:active,
.oci-button input[type="button"].btn-primary:active {
  padding-left: 3px;
}
.oci-button input[type="submit"].btn-secondary,
.oci-button input[type="button"].btn-secondary {
  font-family: 'Archivo', Verdana, Arial, sans-serif;
  background-color: #97c1de;
  color: #000000;
  border-radius: 0;
  border: 0;
  z-index: 1;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  font-size: 16px;
  line-height: 17.6px;
  font-weight: 600;
  padding: 14px 18px 14px 16px;
  display: flex;
  flex-direction: row;
  width: fit-content;
  transition: 0.15s;
  white-space: normal;
  align-items: center;
}
.oci-button input[type="submit"].btn-secondary .container-arrow-right,
.oci-button input[type="button"].btn-secondary .container-arrow-right {
  display: flex;
  align-items: center;
}
.oci-button input[type="submit"].btn-secondary .bicon,
.oci-button input[type="button"].btn-secondary .bicon {
  padding-left: 0.85rem;
}
.oci-button input[type="submit"].btn-secondary a:hover,
.oci-button input[type="button"].btn-secondary a:hover {
  font-weight: inherit;
}
.oci-button input[type="submit"].btn-secondary img,
.oci-button input[type="button"].btn-secondary img {
  display: block;
  position: relative;
  z-index: 1;
  margin: auto;
}
.oci-button input[type="submit"].btn-secondary:after,
.oci-button input[type="button"].btn-secondary:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #97c1de;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 20% 100%);
}
.oci-button input[type="submit"].btn-secondary:hover,
.oci-button input[type="button"].btn-secondary:hover {
  background-color: #DFECF5;
  color: #000000;
}
.oci-button input[type="submit"].btn-secondary:hover:after,
.oci-button input[type="button"].btn-secondary:hover:after {
  transform: translateX(50%);
}
.oci-button input[type="submit"].btn-secondary:active,
.oci-button input[type="button"].btn-secondary:active {
  outline: 2px solid #97c1de;
}
.oci-button input[type="submit"].btn-secondary:active:after,
.oci-button input[type="button"].btn-secondary:active:after {
  transform: translateX(100%);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 20% 100%);
}
.oci-button input[type="submit"].btn-text-link,
.oci-button input[type="button"].btn-text-link {
  padding: 0;
  font-family: 'Archivo', Verdana, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600 !important;
  line-height: 17.6px;
  display: flex;
}
.oci-button input[type="submit"].btn-text-link a:hover,
.oci-button input[type="button"].btn-text-link a:hover {
  color: #000000;
  text-decoration-color: #EB6111;
  font-weight: 600 !important;
}
.oci-button input[type="submit"].btn-text-link .bicon,
.oci-button input[type="button"].btn-text-link .bicon {
  color: #EB6111;
  margin-left: 5px;
}
.oci-button input[type="submit"]:focus,
.oci-button input[type="button"]:focus {
  outline: none !important;
}
.oci-button input[type="submit"]:hover,
.oci-button input[type="button"]:hover,
.oci-button input[type="submit"]:focus,
.oci-button input[type="button"]:focus,
.oci-button input[type="submit"]:active,
.oci-button input[type="button"]:active,
.oci-button input[type="submit"].active,
.oci-button input[type="button"].active,
.open > .dropdown-toggle.oci-button input[type="submit"],
.open > .dropdown-toggle.oci-button input[type="button"] {
  color: #fff;
  background-color: #9d0c1d;
  border-color: #7c0917;
}
.oci-button input[type="submit"]:active,
.oci-button input[type="button"]:active,
.oci-button input[type="submit"].active,
.oci-button input[type="button"].active,
.open > .dropdown-toggle.oci-button input[type="submit"],
.open > .dropdown-toggle.oci-button input[type="button"] {
  background-image: none;
}
.oci-button input[type="submit"].disabled,
.oci-button input[type="button"].disabled,
.oci-button input[type="submit"][disabled],
.oci-button input[type="button"][disabled],
fieldset[disabled] .oci-button input[type="submit"],
fieldset[disabled] .oci-button input[type="button"],
.oci-button input[type="submit"].disabled:hover,
.oci-button input[type="button"].disabled:hover,
.oci-button input[type="submit"][disabled]:hover,
.oci-button input[type="button"][disabled]:hover,
fieldset[disabled] .oci-button input[type="submit"]:hover,
fieldset[disabled] .oci-button input[type="button"]:hover,
.oci-button input[type="submit"].disabled:focus,
.oci-button input[type="button"].disabled:focus,
.oci-button input[type="submit"][disabled]:focus,
.oci-button input[type="button"][disabled]:focus,
fieldset[disabled] .oci-button input[type="submit"]:focus,
fieldset[disabled] .oci-button input[type="button"]:focus,
.oci-button input[type="submit"].disabled:active,
.oci-button input[type="button"].disabled:active,
.oci-button input[type="submit"][disabled]:active,
.oci-button input[type="button"][disabled]:active,
fieldset[disabled] .oci-button input[type="submit"]:active,
fieldset[disabled] .oci-button input[type="button"]:active,
.oci-button input[type="submit"].disabled.active,
.oci-button input[type="button"].disabled.active,
.oci-button input[type="submit"][disabled].active,
.oci-button input[type="button"][disabled].active,
fieldset[disabled] .oci-button input[type="submit"].active,
fieldset[disabled] .oci-button input[type="button"].active {
  background-color: #CD0F26;
  border-color: #b50d22;
}
.oci-button input[type="submit"] .badge,
.oci-button input[type="button"] .badge {
  color: #CD0F26;
  background-color: #fff;
}
.sortbuttons {
  position: absolute;
  bottom: 5px;
}
.sortbuttons span {
  display: inline-block;
  font-size: 15px !important;
  cursor: pointer;
  font-weight: normal;
}
.sortbuttons .bicon {
  font-weight: bold;
  color: #000000;
}
.sortbuttons .bicon-arrow-up {
  margin-right: 5px;
}
.send-activation-link.js-send-activation-link,
.remove-costcenter.js-removecc-remove-modal,
.remove-costobject.js-removeco-remove-modal,
.remove-purchasereason.js-removepr-remove-modal,
.remove-parent.js-removeparent-remove-modal,
.delete-user-modal.js-delete-user-modal {
  display: none;
}
/*
 * Improvisiert: Comments in entry scope.
 */
.berner-ec {
  padding-top: 0 !important;
}
.berner-ec .berner-ec-left {
  width: 35%;
  float: left;
}
.berner-ec .berner-ec-right {
  width: 60%;
  float: right;
}
.berner-ec.in .berner-ec-edit {
  display: inherit;
}
.berner-ec .berner-ec-edit {
  display: none;
}
.berner-ec .berner-ec-show {
  display: none;
  margin-top: 10px;
}
.berner-ec .berner-ec-show.berner-approver {
  display: block;
}
.berner-ec-hascomment {
  display: block;
  line-height: 30px;
  margin-top: 10px;
}
.berner-ec .berner-ec-label {
  float: left;
  width: 20%;
}
.berner-ec .berner-ec-value {
  float: right;
  width: 75%;
}
.berner-ec span.off,
.berner-ec .berner-ec-label.off {
  color: #ccc;
}
@media (max-width: 767px) {
  .berner-ec .berner-ec-show {
    margin-bottom: 10px;
  }
  .berner-ec .berner-ec-left,
  .berner-ec .berner-ec-right,
  .berner-ec .berner-ec-label,
  .berner-ec .berner-ec-value {
    width: auto;
    float: none;
  }
}
.costcenterUntilAmount {
  font-weight: bold;
}
.sticky-wrapper {
  z-index: 10000;
}
.footerRegisterForm a {
  color: #FFFFFF;
}
.footerRegisterForm {
  color: #FFFFFF;
}
.newsletterBar {
  color: #666;
  padding: 20px 0;
  margin: auto;
  background-color: #FFFFFF;
  opacity: 97%;
}
@media (min-width: 768px) {
  .newsletterBar {
    padding: 30px 0;
  }
}
@media (min-width: 992px) {
  .newsletterBar {
    max-width: 950px;
  }
}
@media (min-width: 1200px) {
  .newsletterBar {
    max-width: 1200px;
  }
}
.is-sticky .newsletterBar {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
}
.newsletterBar-clear {
  clear: both;
}
.newsletterBar .form-group {
  line-height: 18px;
}
.newsletterBar-close {
  padding: 0;
  font-size: 20px;
  color: #FFFFFF !important;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10000;
  display: none;
}
@media (max-width: 991px) {
  .newsletterBar-close {
    display: none;
  }
}
.is-sticky .newsletterBar-close {
  display: block;
}
.newsletterBar-msg {
  display: none;
  font-size: 13px;
  line-height: 20px;
  color: #CD0F26;
}
.newsletterBar-content {
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  padding-top: 60px;
  justify-content: flex-start;
}
@media (min-width: 768px) {
  .newsletterBar-content {
    flex-direction: row;
    border-top: 1px solid #C4C4C4;
  }
}
.newsletterBar-content-container {
  display: flex;
  margin: auto;
}
@media (min-width: 768px) {
  .newsletterBar-content-container {
    margin: unset;
  }
}
.newsletterBar-nlform {
  margin-bottom: 24px !important;
}
.newsletterBar-nlform .control-label {
  margin-bottom: 8px;
}
.newsletterBar-nlform .input-group {
  display: flex;
  flex-wrap: nowrap;
  width: 85%;
}
@media (min-width: 991px) {
  .newsletterBar-nlform .input-group {
    flex-wrap: unset;
    width: 100%;
  }
}
.newsletterBar-nlform .input-group input.form-control {
  border: 1px solid #000000;
  border-radius: 0;
}
@media (max-width: 767px) {
  .newsletterBar-nlform .input-group input.form-control {
    margin: 0;
    margin-bottom: 6px;
  }
}
.newsletterBar-nlform .input-group .button-arrow-orange {
  padding: 10px;
  background-color: #EB6111;
  border: 2px solid #000000;
  height: 40px;
  border-radius: 0;
}
.newsletterBar-nlform .input-group .button-arrow-orange:hover {
  background-color: #FF9F2F;
}
.newsletterBar-nlform .input-group .button-arrow-orange .gg-arrow-long-right {
  color: #000000;
  box-sizing: border-box;
  position: relative;
  display: block;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  box-shadow: inset 0 0 0 2px;
  width: 15px;
  height: 6px;
}
.newsletterBar-nlform .input-group .button-arrow-orange .gg-arrow-long-right::after {
  content: '';
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 12px;
  height: 12px;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
  right: 0;
  bottom: -5px;
}
.newsletterBar-privacy {
  max-width: none !important;
}
.newsletterBar-privacy .checkbox-wrapper {
  min-height: 25px;
}
.newsletterBar-privacy label {
  color: #000000;
  font-size: 9px;
  line-height: 13px;
  margin-left: 0;
}
.newsletterBar-col {
  float: left;
}
@media (max-width: 991px) {
  .newsletterBar-col {
    float: none;
  }
}
.newsletterBar-left {
  width: 40%;
  padding: 20px 35px;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .newsletterBar-left {
    width: 70%;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .newsletterBar-left {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 20px;
  }
}
.newsletterBar-center {
  width: 20%;
  padding: 20px;
}
.newsletterBar-center .control-label {
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 5px;
}
.newsletterBar-center label {
  font-weight: normal;
  font-size: 12px;
  margin-right: 5px;
  display: inline-block;
}
.newsletterBar-center input {
  margin-right: 5px;
  display: inline-block;
}
@media (max-width: 991px) {
  .newsletterBar-center {
    width: 30%;
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media (max-width: 767px) {
  .newsletterBar-center {
    position: relative;
    width: 100%;
    padding-left: 30px;
    padding-bottom: 1px;
  }
}
.newsletterBar-center-without-interests {
  width: 20%;
  padding: 20px;
}
.newsletterBar-center-without-interests .control-label {
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 5px;
}
.newsletterBar-center-without-interests label {
  font-weight: normal;
  font-size: 12px;
  margin-right: 5px;
  display: inline-block;
}
.newsletterBar-center-without-interests input {
  margin-right: 5px;
  display: inline-block;
}
@media (max-width: 991px) {
  .newsletterBar-center-without-interests {
    width: 30%;
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media (max-width: 767px) {
  .newsletterBar-center-without-interests {
    position: relative;
    width: 100%;
    padding-left: 30px;
    padding-bottom: 1px;
  }
}
.newsletterBar-right {
  width: 40%;
  position: relative;
  z-index: 2;
  padding: 20px 35px;
}
.newsletterBar-right .help-block {
  opacity: 0.7;
  font-size: 11px;
  line-height: 1.45;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .newsletterBar-right {
    width: 70%;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .newsletterBar-right {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }
}
.newsletterBar-text {
  flex: 1;
  font-size: 16px;
  line-height: 24px;
  position: relative;
  color: #000000;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .newsletterBar-text {
    flex: 0;
    margin-bottom: 0;
    min-width: 225px;
  }
}
@media (min-width: 992px) {
  .newsletterBar-text {
    padding-right: 95px;
    min-width: 500px;
  }
}
.newsletterBar-icon {
  padding-right: 16px;
  height: 100%;
  justify-content: center;
}
.newsletterBar-icon img {
  width: 64px;
  height: auto;
  position: relative;
}
.newsletterBar-title {
  display: block;
  font-weight: bold;
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 6px;
  color: #000000;
}
.newsletterBar-formwrapper {
  flex: 0;
  display: flex;
  flex-direction: column;
  padding: 0 12px;
  min-width: 365px;
}
@media (max-width: 991px) {
  .newsletterBar-formwrapper {
    padding: 0;
    min-width: 380px;
  }
}
.newsletterBar-formwrapper-genders {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}
.newsletterBar-formwrapper .newsletterBar-interests {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
}
@media (min-width: 991px) {
  .newsletterBar-formwrapper .newsletterBar-interests {
    flex-direction: row;
  }
}
.newsletterBar-formwrapper .newsletterBar-interests .control-label {
  color: #000000;
  margin-right: 7.5px;
  margin-bottom: 10px;
  max-width: 100px;
}
@media (min-width: 768px) {
  .newsletterBar-formwrapper .newsletterBar-interests .control-label {
    flex-direction: row;
    margin-bottom: 0;
  }
}
.newsletterBar-formwrapper .help-block {
  display: none;
  font-size: 14px;
  font-weight: bold;
  color: #CD0F26;
}
.newsletterSubscribeHeadline p {
  padding: 16px 0;
  font-size: 16px;
  line-height: 24px;
  color: #666;
}
.newsletterBox {
  margin: 40px auto 0;
  display: grid;
  display: -ms-grid;
  background-color: #FFFFFF;
  opacity: 97%;
  padding: 0 16px 40px;
}
.newsletterBox .nwslp-form-msg {
  margin-bottom: 20px;
  font-weight: bold;
  color: #126625;
}
.newsletterBox .newsletterRegistration-subscribed {
  grid-column-start: 1;
  grid-column-end: 13;
}
@media (min-width: 768px) {
  .newsletterBox {
    padding: 0 24px 40px;
    max-width: 720px;
    grid-auto-flow: column;
    grid-template-columns: 1fr repeat(10, 36px) 1fr;
    -ms-grid-columns: 1fr repeat(10, 36px) 1fr;
  }
  .newsletterBox .SSP-box-headline,
  .newsletterBox .newsletterRegistrationForm,
  .newsletterBox .nwslp-form-msg,
  .newsletterBox .newsletterRegistration-subscribed-wrapper {
    display: grid;
    display: -ms-grid;
  }
  .newsletterBox .SSP-box-headline,
  .newsletterBox .newsletterRegistrationForm,
  .newsletterBox .nwslp-form-msg,
  .newsletterBox .newsletterRegistration-subscribed-wrapper {
    grid-auto-flow: column;
    grid-column-start: 1;
    grid-column-end: 13;
  }
  .newsletterBox .newsletterRegistrationForm,
  .newsletterBox .newsletterRegistration-subscribed-wrapper {
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: 1fr repeat(10, 36px) 1fr;
    -ms-grid-columns: 1fr repeat(10, 36px) 1fr;
    gap: 24px;
  }
}
@media (min-width: 1200px) {
  .newsletterBox {
    max-width: 1200px;
    grid-template-columns: 1fr repeat(10, 70px) 1fr;
    -ms-grid-columns: 1fr repeat(10, 70px) 1fr;
  }
  .newsletterBox .SSP-box-headline,
  .newsletterBox .newsletterRegistrationForm,
  .newsletterBox .nwslp-form-msg,
  .newsletterBox .newsletterRegistration-subscribed-wrapper {
    row-gap: 24px;
    align-content: baseline;
  }
  .newsletterBox .SSP-box-headline,
  .newsletterBox .newsletterRegistrationForm,
  .newsletterBox .nwslp-form-msg,
  .newsletterBox .newsletterRegistration-subscribed-wrapper {
    grid-column-start: 1;
    grid-column-end: 13;
  }
}
@media (max-width: 767px) {
  .newsletterBox .registerForm-seperator {
    display: none;
  }
}
.newsletterHeadline {
  border-bottom: 1px solid #C4C4C4;
  padding-bottom: 35px;
  margin-bottom: 35px;
  position: relative;
}
@media (max-width: 991px) {
  .newsletterHeadline {
    padding-right: 0;
    border-bottom: 0;
    margin-bottom: 0;
  }
}
.newsletterHeadline h1 {
  font-weight: bold;
  font-size: 32px;
  line-height: 38.4px;
  color: #000000;
  letter-spacing: -0.022px;
  margin-bottom: 35px;
}
.newsletterBenefits {
  display: flex;
  position: relative;
  align-items: center;
}
@media (max-width: 767px) {
  .newsletterBenefits {
    flex-wrap: wrap;
  }
}
.newsletterBenefits-benefit {
  font-weight: bold;
  font-size: 16px;
  line-height: 19.2px;
  letter-spacing: -0.022px;
  color: #4A4A4A;
  position: relative;
  padding-left: 30px;
  margin-right: 24px;
}
@media (max-width: 991px) {
  .newsletterBenefits-benefit {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 767px) {
  .newsletterBenefits-benefit {
    margin-right: 0;
    margin-bottom: 12px;
    flex: 1 1 100%;
  }
}
.newsletterBenefits-benefit .bicon {
  color: #EB6111;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.newsletterSteps-wrapper {
  padding: 35px 24px 50px;
  background-color: #F5F5F5;
  margin-bottom: 16px;
}
.newsletterSteps-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.022px;
  color: #000000;
}
.newsletterSteps-step {
  font-family: 'Archivo', Verdana, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  margin-top: 32px;
  position: relative;
  padding-left: 36px;
}
.newsletterSteps-step .circle-white {
  display: block;
  background: #FFFFFF;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
}
.newsletterSteps-step-text {
  display: flex;
  flex-direction: column;
  padding-left: 16px;
}
.newsletterSteps-step .bicon {
  z-index: 1;
  font-size: 22px;
  position: absolute;
  color: #EB6111;
  top: 20px;
  transform: translateY(-50%);
  left: 10px;
}
@media (max-width: 767px) {
  .newsletterRegistrationForm .registerForm-seperator {
    display: none;
  }
}
.newsletterRegistrationForm .form-group {
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .newsletterRegistrationForm .form-group {
    margin-bottom: 16px;
  }
  .newsletterRegistrationForm .form-group.row > div,
  .newsletterRegistrationForm .form-group .row > div {
    margin-bottom: 16px;
  }
  .newsletterRegistrationForm .form-group.row > div:last-child,
  .newsletterRegistrationForm .form-group .row > div:last-child {
    margin-bottom: 0;
  }
}
.newsletterRegistrationForm .form-group .newsletterBar-interests {
  display: flex;
  flex-direction: row;
}
.newsletterRegistrationForm-Step2 {
  margin-top: 24px;
}
@media (max-width: 991px) {
  .newsletterRegistrationForm-Step2 {
    margin-top: 0;
  }
}
.newsletterRegistrationForm .control-label {
  font-size: 14px;
  line-height: 16.8px;
  font-weight: 700;
  color: #000000;
}
.newsletterRegistrationForm .form-control {
  border: 1px solid #000000;
  box-shadow: none;
  font-size: 14px;
  line-height: 18px;
  padding: 8px;
  height: 46px;
}
.newsletterRegistrationForm .form-control:hover {
  border: 1px solid #FF9F2F;
}
.newsletterRegistrationForm .form-control:active,
.newsletterRegistrationForm .form-control:focus,
.newsletterRegistrationForm .form-control:target {
  border: 2px solid #EB6111;
  box-shadow: none !important;
}
.newsletterRegistrationForm .form-control[disabled],
.newsletterRegistrationForm .form-control[readonly] {
  color: #c7c5c5;
  border: 1px solid #c7c5c5;
}
.newsletterRegistrationForm .form-control[disabled]:focus,
.newsletterRegistrationForm .form-control[readonly]:focus {
  border-color: inherit;
  box-shadow: none;
}
.newsletterRegistrationForm .registerForm-checkbox .checkbox-wrapper label {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
}
.newsletterPrivacy-info {
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  padding: 35px 0;
  border-bottom: 1px solid #C4C4C4;
}
.newsletter-radio-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 14px;
  line-height: 18px;
  flex-wrap: wrap;
  gap: 8px;
}
.newsletter-radio-container .radio-wrapper label:before {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: 1px solid #000000;
  background: transparent;
  left: 0;
  top: 1px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .newsletter-radio-container .radio-wrapper label:before {
    display: none;
  }
}
.newsletter-radio-container .radio-wrapper {
  max-width: calc(33.33333333%);
}
.newsletter-radio-container .control-label {
  margin-bottom: 0;
  margin-right: 12px;
}
.checkbox-wrapper label,
.radio-wrapper label {
  font-weight: normal;
  margin-bottom: 0;
  color: #000000;
  margin-right: 14px;
  padding-left: 28px;
  position: relative;
}
.checkbox-wrapper label:before,
.radio-wrapper label:before {
  cursor: pointer;
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  border: 1px solid #000000;
  background: transparent;
  left: 0;
  top: 1px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .checkbox-wrapper label:before,
  .radio-wrapper label:before {
    display: none;
  }
}
.checkbox-wrapper label input[type='checkbox'],
.radio-wrapper label input[type='checkbox'] {
  -webkit-appearance: none;
  width: 6px;
  height: 11px;
  border-bottom: 2px solid #EB6111;
  border-right: 2px solid #EB6111;
  opacity: 0;
  position: absolute;
  left: 6px;
  top: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  z-index: 1;
  transition: opacity 0.2s ease-out;
  margin-top: 0;
}
.checkbox-wrapper label input[type='checkbox']:checked,
.radio-wrapper label input[type='checkbox']:checked {
  opacity: 1;
}
.checkbox-wrapper label input[type='checkbox']:focus,
.radio-wrapper label input[type='checkbox']:focus {
  outline: none;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .checkbox-wrapper label input[type='checkbox'],
  .radio-wrapper label input[type='checkbox'] {
    -webkit-appearance: checkbox;
    transform: none;
    -webkit-transform: none;
    width: 18px;
    min-width: 18px;
    height: 18px;
    margin-right: 9px;
    position: static;
    opacity: 1;
    border: 0;
    margin-top: 0;
  }
}
.checkbox-wrapper label input[type='radio'],
.radio-wrapper label input[type='radio'] {
  -webkit-appearance: none;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #EB6111;
  opacity: 0;
  position: absolute;
  left: 4px;
  top: 5px;
  z-index: 1;
  transition: opacity 0.2s ease-out;
  margin-top: 0;
}
.checkbox-wrapper label input[type='radio']:checked,
.radio-wrapper label input[type='radio']:checked {
  opacity: 1;
}
.checkbox-wrapper label input[type='radio']:focus,
.radio-wrapper label input[type='radio']:focus {
  outline: none;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .checkbox-wrapper label input[type='radio'],
  .radio-wrapper label input[type='radio'] {
    -webkit-appearance: checkbox;
    transform: none;
    -webkit-transform: none;
    width: 18px;
    min-width: 18px;
    height: 18px;
    margin-right: 9px;
    position: static;
    opacity: 1;
    border: 0;
    margin-top: 0;
  }
}
.checkbox-wrapper label a,
.radio-wrapper label a {
  color: #000000 !important;
  text-decoration: none !important;
}
#second-name-newsletter {
  display: none;
}
.container-fluid .cms-element.main-visual .main-visual-body {
  padding: 0;
  background-color: transparent;
  font-size: 14px;
  line-height: 18px;
  color: #7A7A7A;
}
@media (max-width: 991px) {
  .smartedit-page-uid-newsletterPage .container-fluid .cms-element.main-visual {
    margin-bottom: -50px !important;
  }
}
@media (max-width: 991px) {
  .smartedit-page-uid-newsletterPage .container-fluid .cms-element.main-visual ~ .cms-element.main-visual {
    margin-bottom: unset !important;
  }
}
.berner-validation-captcha {
  display: none;
  color: #e32b3c;
  font-weight: bold;
}
@media (max-width: 767px) {
  .companyAddress {
    text-align: center;
  }
  .companyAddress .addLink {
    float: unset !important;
  }
}
main.page-full-width {
  background: #f9f9f9;
  max-width: 100%;
}
main.page-full-width.page-full-white {
  background: #fff;
}
main.page-full-width.page-full-white .breadcrumb-wrapper {
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.section-grey-bg {
  background: #f1f1f1;
}
.section-white-bg {
  background: #fff;
}
#seach-suggest-overlay {
  display: none;
  position: fixed;
  top: 88px !important;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 994;
  background: rgba(2, 18, 33, 0.5);
}
@media (max-width: 767px) {
  #seach-suggest-overlay {
    background: #fff;
  }
}
#myBernerUserDataFormId {
  margin-bottom: 50px;
}
.scanner-container {
  background-color: white;
  border: 1px solid lightgrey;
  padding: 10px 30px 30px;
}
.scanner-container .scanner-title {
  font-weight: bold;
  font-size: 18px;
  color: black;
}
.bicon:before {
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
}
.errorPageContainer {
  width: 100%;
  padding: 40px 10px;
  text-align: center;
}
.errorPageLogo {
  margin-bottom: 10px;
}
.errorPageLogo img {
  max-width: 150px;
  height: auto;
  margin: 0 auto;
}
.errorPageTitle {
  margin-bottom: 10px;
}
.errorPageContent {
  margin-bottom: 10px;
}
input[type=password]::-ms-reveal {
  display: none;
}
.berner-validation {
  margin-top: 8px;
}
.berner-validation.mt10.mw-300 {
  margin: auto;
}
@media (max-width: 767px) {
  #userlike-popup {
    width: 100%;
  }
}
.mainHeader.header-bis .mainHeader-logo {
  padding-top: 10px;
}
.mainHeader.header-bis .logo {
  height: 55px !important;
}
.mainHeader.header-bis .logo img {
  height: 55px;
}
@media (min-width: 767px) {
  .mainHeader.header-bis .header-link-content {
    height: 85px;
  }
  .mainHeader.header-bis .mainHeader-search,
  .mainHeader.header-bis .mainHeader-links {
    padding-top: 15px;
  }
  .mainHeader.header-bis .mainHeader-nav {
    padding-top: 10px;
  }
  .mainHeader.header-bis #seach-suggest-overlay {
    top: 74px !important;
  }
  .mainHeader.header-bis .header-teaser-section {
    height: 101px;
  }
  .mainHeader.header-bis .header-teaser {
    height: 101px;
  }
}
@media (min-width: 480px) and (max-width: 991px) {
  .mainHeader.header-bis .top-bar {
    height: 182px;
  }
  .mainHeader.header-bis .offcanvas-panel .header-link-content {
    top: 101px;
  }
  .mainHeader.header-bis .header-teaser-section {
    height: 80px;
  }
}
@media (max-width: 767px) {
  .mainHeader.header-bis .mainHeader-logo {
    padding-top: 0;
  }
  .mainHeader.header-bis .logo {
    height: 35px !important;
  }
  .mainHeader.header-bis .logo img {
    max-height: 35px;
  }
}
.is-sticky .mainHeader.header-bis .mainHeader-logo {
  padding-top: 0;
}
.product-item .Card {
  padding: 0;
  margin: 0 10px;
}
.Card {
  margin: 10px;
  position: relative;
  background-color: #F5F5F5;
}
.Card:hover {
  outline: 1px solid #FF9F2F;
}
.Card:active {
  outline: 1px solid #EB6111;
}
.Card a:hover {
  text-decoration: none;
}
.Card .image-container {
  position: relative;
}
.Card .image-container .variants {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.Card .image-container .variants-number {
  width: fit-content;
  border-radius: 50%;
  padding: 7.5px 8.5px;
  background-color: #DDDDDD;
  margin: auto;
}
.Card .digitalLabels {
  position: absolute;
  top: 0;
  right: -1px;
  left: unset;
}
.Card .digitalLabels .digitalLabel {
  font-family: 'Archivo', Verdana, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 10px;
  padding: 0 5px 0 20px;
  position: relative;
  width: fit-content;
}
.Card .digitalLabels .digitalLabel:after {
  content: "";
  border-width: 20px 0px 0px 22px;
  position: absolute;
  top: 0;
  left: -21px;
  width: 0;
}
.Card .card-contentwrapper {
  padding: 10px 6.5px;
  white-space: normal;
}
.Card .card-contentwrapper .card-title {
  font-family: 'Archivo', Verdana, Arial, sans-serif;
  font-size: 14px;
  line-height: 15.8px;
  font-weight: 700;
  color: #000000;
  padding-bottom: 5px;
}
.Card .card-contentwrapper .card-subtitle {
  font-family: 'Archivo', Verdana, Arial, sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #626262;
}
.Card .card-contentwrapper .price {
  padding-top: 12px;
  font-family: 'Archivo', Verdana, Arial, sans-serif;
  font-size: 12px;
  line-height: 15.5px;
  font-weight: 700;
  color: #000000;
}
.Card .card-contentwrapper .price .bicon-cart-orange {
  color: #EB6111;
  font-size: 20px;
}
.Card .compare-checkbox {
  display: flex;
  padding: 12px 6px;
}
.Card .compare-checkbox label {
  font-weight: normal !important;
  margin-bottom: 0 !important;
  color: #000;
  margin-right: 12px;
  padding-left: 28px;
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .Card .compare-checkbox label {
    padding-left: 0;
  }
}
.Card .compare-checkbox label:before {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  border: 1px solid #666;
  background: transparent;
  left: 0;
  top: 1px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .Card .compare-checkbox label:before {
    display: none;
  }
}
.Card .compare-checkbox label input[type="checkbox"] {
  -webkit-appearance: none;
  width: 6px;
  height: 11px;
  border-bottom: 2px solid #000000;
  border-right: 2px solid #000000;
  opacity: 0;
  position: absolute;
  left: 6px;
  top: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  z-index: 1;
  transition: opacity 0.2s ease-out;
  margin-top: 0;
}
.Card .compare-checkbox label input[type="checkbox"]:checked {
  opacity: 1;
}
.Card .compare-checkbox label input[type="checkbox"]:focus {
  outline: none;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .Card .compare-checkbox label input[type="checkbox"] {
    -webkit-appearance: checkbox;
    transform: none;
    -webkit-transform: none;
    width: 18px;
    min-width: 18px;
    height: 18px;
    margin-right: 9px;
    position: static;
    opacity: 1;
    border: 0;
    margin-top: 0;
  }
}
.digitalLabels {
  right: 0;
  left: auto;
}
.digitalLabels .digitalLabel {
  text-align: right;
  left: unset;
  width: fit-content;
  right: 0;
}
.digitalLabels .digitalLabel:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  left: -23px;
  top: 0;
  z-index: -1;
}
.digitalLabels .digitalLabel a {
  font-weight: 400;
}
.digitalLabels .digitalLabel a:hover {
  font-weight: 400;
  text-decoration: unset;
}
.digitalLabels .digitalLabel.default-label {
  color: #FFFFFF;
  background: #626262;
}
.digitalLabels .digitalLabel.default-label a {
  color: #FFFFFF;
}
.digitalLabels .digitalLabel.default-label:after {
  background: transparent;
  border-top: 23px solid #626262;
  border-right: 23px solid transparent;
  border-bottom: 23px solid transparent;
  border-left: 23px solid transparent;
}
.digitalLabels .digitalLabel.bestselling-products-label {
  color: #000000;
  background: #DFECF5;
}
.digitalLabels .digitalLabel.bestselling-products-label a {
  color: #000000;
}
.digitalLabels .digitalLabel.bestselling-products-label:after {
  background: transparent;
  border-top: 23px solid #DFECF5;
  border-right: 23px solid transparent;
  border-bottom: 23px solid transparent;
  border-left: 23px solid transparent;
}
.digitalLabels .digitalLabel.new-products-label {
  color: #000000;
  background: #FF9F2F;
}
.digitalLabels .digitalLabel.new-products-label a {
  color: #000000;
}
.digitalLabels .digitalLabel.new-products-label:after {
  background: transparent;
  border-top: 23px solid #FF9F2F;
  border-right: 23px solid transparent;
  border-bottom: 23px solid transparent;
  border-left: 23px solid transparent;
}
.digitalLabels .digitalLabel.special-price-label {
  color: #000000;
  background: #E32B3C;
}
.digitalLabels .digitalLabel.special-price-label a {
  color: #FFFFFF;
}
.digitalLabels .digitalLabel.special-price-label:after {
  background: transparent;
  border-top: 23px solid #E32B3C;
  border-right: 23px solid transparent;
  border-bottom: 23px solid transparent;
  border-left: 23px solid transparent;
}
.accent-blue {
  color: #97c1de;
}
.accent-orange {
  color: #EB6111;
}
.berner-white-bg {
  background: #FFFFFF !important;
}
.page-style-loud {
  background-image: url("../../../../_ui/common/img/home-page/loud-background-image-desktop.png") !important;
}
.page-style-loud > div > .breadcrumb-section.hidden-xs {
  background-color: #FFFFFF;
}
.page-style-reduced {
  background-image: url("../../../../_ui/common/img/home-page/reduced-background-image-desktop.png") !important;
  background-size: cover !important;
}
.loginPopup .info-loggedout form .btn {
  width: fit-content;
}
.loginPopup .toggleShowPasskey {
  color: #EB6111;
}
.loginPopup .toggleShowPasskey:hover {
  color: #FF9F2F;
}
.container-background-white,
.white-bg,
.konto,
.categorySeoText {
  margin: auto;
  background-color: #FFFFFF;
  opacity: 97%;
  max-width: 950px;
}
@media (min-width: 1200px) {
  .container-background-white,
  .white-bg,
  .konto,
  .categorySeoText {
    max-width: 1200px;
  }
}
img[width='1'] {
  width: 1px;
  position: absolute;
}