.od-LoadingSpinner--centered[data-v-def9d3d7] {
  display: block;
  margin: 0 auto;
}.od-Search {
  margin-top: 6rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 48rem;
}
.od-Search__form {
  position: relative;
}
.od-Search .input-field {
  margin: 0 0 0.5rem;
}
.od-Search .textfield__input,
.od-Search .textfield__input:focus {
  padding: 0 4.5rem 0 1rem;
  background-color: #FFF;
  border: 1px solid #D2D2D2 !important;
  border-radius: 4px;
}
.od-Search .input-field,
.od-Search .textfield__input {
  height: 72px;
}
.od-Search__label {
  font-size: 0.833rem;
}
.od-Search__results-amount {
  font-weight: 600;
  margin-right: 12px;
}
.od-Search__button {
  position: absolute;
  top: 1.5rem;
  right: 1rem;
}.od-FilterBar {
  margin-bottom: 2rem;
}.od-Tabs[data-v-cacf3dd7] {
  position: relative;
}
.od-Tabs__list[data-v-cacf3dd7] {
  margin: 0 0 2rem 0;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
}
.od-Tabs__list[data-v-cacf3dd7]:before {
  content: "";
  width: 100%;
  z-index: 1000;
  border-top: 1px solid #A6A6A6;
  position: absolute;
  bottom: 0;
}
.od-Tabs__list[data-v-cacf3dd7]:after {
  content: "";
  height: 20px;
  width: 104%;
  background-color: #FFF;
  z-index: 1000;
  position: absolute;
  left: -6px;
  bottom: -20px;
}
.od-Tabs__item[data-v-cacf3dd7] {
  display: flex;
  transition: transform 0.25s ease-out;
  transform: translateY(0.5rem);
  line-height: inherit;
}
.od-Tabs__item--active .od-Tabs__link[data-v-cacf3dd7] {
  border-bottom: 5px solid #007C84;
  font-weight: 600;
  padding-bottom: 0.5rem;
}
.od-Tabs__item--active[data-v-cacf3dd7] {
  margin-bottom: -1px;
}
.od-Tabs__item--active[data-v-cacf3dd7], .od-Tabs__item[data-v-cacf3dd7]:hover {
  transform: translateY(0);
}
.od-Tabs__link[data-v-cacf3dd7] {
  display: block;
  padding: 0.5rem 1rem;
  padding-bottom: 1rem;
  margin-right: 1rem;
  box-shadow: 0 4px 8px rgba(32, 32, 32, 0.3);
  color: #202020;
  font-weight: 400;
  align-self: flex-end;
  text-align: center;
  width: 12rem;
  cursor: pointer;
}
@media only screen and (max-width: 575px) {
.od-Tabs__link[data-v-cacf3dd7] {
    width: calc(50vw - 1.5rem);
}
}
.od-Tabs__item:last-child .od-Tabs__link[data-v-cacf3dd7] {
  margin-right: 0;
}.od-ItemCard {
  display: flex;
}
.od-ItemCard__content {
  /*
    we use a picture sized 70px, so we have to set the
    width of the content container to 100% minus 70px
   */
  width: calc(100% - 70px);
  box-sizing: border-box;
  padding: 0.25rem 1rem;
}
.od-ItemCard__content--no-picture {
  padding-left: 0;
  width: 100%;
}
.od-ItemCard__content-title {
  margin-bottom: 0.25rem;
}
.od-ItemCard__content-customer-id {
  color: #636363;
  font-size: 0.694rem;
}.od-ProductSearchResult {
  margin-left: auto;
  margin-right: auto;
  max-width: 35rem;
}
.od-ProductSearchResult__headline {
  margin-bottom: 1.6875rem;
}.od-ExcelExport[data-v-2577015c] {
  position: relative;
}
.od-ExcelExport__anchor[data-v-2577015c] {
  transition: color 250ms;
}
.od-ExcelExport__anchor--button[data-v-2577015c] {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.od-ExcelExport--loading > .od-ExcelExport__anchor[data-v-2577015c]::before {
  opacity: 0;
}
.od-ExcelExport__spinner[data-v-2577015c] {
  position: absolute;
  left: -2px;
}
.od-ExcelExport__spinner[data-v-2577015c] .loading-spinner {
  vertical-align: middle;
}.od-BaseTableHeadCell {
  height: 40px;
  background-color: #E9E9E9;
  border: 1px solid #E9E9E9;
  padding-left: 24px;
  padding-right: 24px;
}.od-ProductSearchResultPositionDetails {
  background-color: #F2F8F9;
  border: 1px solid #CCE5E6;
  display: flex;
  align-items: center;
  padding: 6px;
}
.od-ProductSearchResultPositionDetails__icon {
  margin-right: 6px;
}@media (max-width: 768px) {
.od-OrdersTable {
    margin-bottom: 32px;
}
}
.od-OrdersTable__subheader {
  font-size: 0.694rem;
}
.od-OrdersTable__account {
  max-width: 384px;
}
.od-OrdersTable__customer-reference, .od-OrdersTable__delivery-address {
  font-size: 0.694rem;
  color: #636363;
  white-space: nowrap;
}
.od-OrdersTable__customer-reference a,
.od-OrdersTable__customer-reference a:hover,
.od-OrdersTable__customer-reference a:visited,
.od-OrdersTable__customer-reference a:active, .od-OrdersTable__delivery-address a,
.od-OrdersTable__delivery-address a:hover,
.od-OrdersTable__delivery-address a:visited,
.od-OrdersTable__delivery-address a:active {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  white-space: inherit;
  text-decoration: none;
}
.od-OrdersTable__positions-special {
  font-size: 0.694rem;
}
.od-OrdersTable__positions-on_hold {
  color: #636363;
}
.od-OrdersTable__positions-canceled {
  color: #E00A18;
}
.od-OrdersTable__positions-total, .od-OrdersTable__positions-on_hold, .od-OrdersTable__positions-canceled {
  white-space: nowrap;
}
.od-OrdersTable__no-search-results {
  margin-top: 32px;
  text-align: center;
}
.od-OrdersTable__no-search-results-header {
  color: #202020;
  font-size: 1.6rem;
  font-weight: 300;
}
.od-OrdersTable {
  /* selector fights specificity war initiated by .od-BaseTableRow > td in BaseTableRow.vue,
     avoiding !important */
}
.od-OrdersTable .od-OrdersTable__product-search-result-position-details {
  padding: 0 0 16px 0;
}
.od-OrdersTable .od-OrdersTable__product-search-result-position-details--delivery {
  padding-left: 24px;
}.od-OrdersView__filter-status, .od-OrdersView__filter-orderedAt {
  display: block;
  max-width: 14.875rem;
}
.od-OrdersView__filter-account {
  min-width: 14.875rem;
}
@media screen and (max-width: 768px) {
.od-OrdersView__filter-status, .od-OrdersView__filter-orderedAt, .od-OrdersView__filter-account {
    max-width: 100%;
    width: 100%;
}
}
.od-OrdersView__search, .od-OrdersView__product-search-result {
  margin-bottom: 4rem;
}
.od-OrdersView cu-account-switcher .cu-select-wrapper {
  margin: 0;
}.od-OrderHeader h1 {
  font-size: 2.5em;
}
.od-OrderHeader-item-lines {
  font-weight: 300;
}
.od-OrderHeader-order-id {
  display: block;
  margin-top: -24px;
  margin-bottom: 16px;
  font-size: 1.25rem;
  font-weight: 300;
}
.od-OrderHeader-information__action-links {
  display: flex;
  flex-direction: column;
  gap: 16px;
}.od-DocumentsTable__download-link {
  /* need to overwrite the default font-weight from the anchor
  file pdf class */
  font-weight: 400 !important;
}
.od-DocumentsTable__column-wide {
  width: 60%;
}
@media screen and (max-width: 992px) {
.od-DocumentsTable__column-wide {
    width: 40%;
}
}
@media screen and (max-width: 540px) {
.od-DocumentsTable__column-wide {
    width: auto;
}
}.od-OrderDetails__customer-position-id, .od-OrderDetails__customer-item-id, .od-OrderDetails__delivery-position-status, .od-OrderDetails__delivery-shipping-date-subline, .od-OrderDetails__delivery-lock-hint, .od-OrderDetails__order-key, .od-OrderDetails__gtin, .od-OrderDetails__electrical-number, .od-OrderDetails__hint__made-to-order, .od-OrderDetails__hint__quantity-adjusted {
  font-size: 0.694rem;
  color: #636363;
}
.od-OrderDetails__delivery-shipping-date-headline {
  font-size: 1rem;
}
.od-OrderDetails__hint__made-to-order, .od-OrderDetails__hint__quantity-adjusted {
  margin-top: 0.125rem;
  margin-bottom: 0;
}
.od-OrderDetails__item-description {
  max-width: 300px;
  vertical-align: top;
}
.od-OrderDetails__quantity, .od-OrderDetails__shipping-date {
  white-space: nowrap;
  vertical-align: top;
}
.od-OrderDetails__quantity .od-OrderDetails__delivery-lock-hint, .od-OrderDetails__shipping-date .od-OrderDetails__delivery-lock-hint {
  white-space: normal;
}
.od-OrderDetails__documents-header {
  padding-top: 64px;
  padding-left: 16px;
  padding-right: 16px;
}
.od-OrderDetails__status {
  float: right;
  margin-right: 16px;
  margin-bottom: 40px;
}
.od-OrderDetails__status--on-hold {
  background-color: #FFEECC !important;
}
.od-OrderDetails .od-hidden {
  visibility: hidden;
}
.od-OrderDetails .od-LoadingSpinner {
  margin-top: 24px;
}.od-DeliveryDocumentsTable__documents-header {
  padding-top: 64px;
  padding-left: 16px;
  padding-right: 16px;
}
.od-DeliveryDocumentsTable .od-LoadingSpinner {
  margin-top: 24px;
}.od-DeliveryHeader {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
.od-DeliveryHeader__status {
  align-self: baseline;
}
.od-DeliveryHeader__item-lines {
  font-weight: 300;
}.od-DeliveryPackages[data-v-8c9582a8] {
  display: grid;
  row-gap: 16px;
  column-gap: 32px;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
.od-DeliveryPackages__package[data-v-8c9582a8] {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  padding: 16px;
  background-color: #F4F4F4;
}
.od-DeliveryPackages__package-title[data-v-8c9582a8] {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}.od-DeliveryShippingInfo[data-v-059a201f] {
  line-height: 1.4;
}
.od-DeliveryShippingInfo dt[data-v-059a201f] {
  float: left;
  margin-right: 0.25rem;
}
.od-DeliveryShippingInfo dd[data-v-059a201f] {
  margin-bottom: 0;
}
.od-DeliveryShippingInfo dt[data-v-059a201f]::after {
  content: ":";
}.od-DeliveryPositionsTable__order-position-id, .od-DeliveryPositionsTable__customer-item-id, .od-DeliveryPositionsTable__order-key, .od-DeliveryPositionsTable__gtin, .od-DeliveryPositionsTable__electrical-number {
  font-size: 0.694rem;
  color: #636363;
}
.od-DeliveryPositionsTable__item-description {
  max-width: 300px;
}.od-DeliveryInformation__delivery {
  border-bottom: 1px solid #A6A6A6;
  padding-bottom: 4rem;
  margin-bottom: 4rem;
}
.od-DeliveryInformation__delivery:last-child {
  border-bottom: none;
}
.od-DeliveryInformation__delivery-packages {
  margin: 24px 0;
}
.od-DeliveryInformation__head-info {
  margin: 0 16px;
}
.od-InlineIcons > div[class*="cr-icon"] {
  display: inline-block;
}
.od-ErrorHandler__global-error {
  margin-bottom: 16px;
}/**
 * Mocked Globals
 *
 * Here we map custom properties from common static resources to fallback values that should be used for older browsers.
 * They will NOT end up in the bundled CSS, but just tell PostCSS which fallback values to apply when those custom properties are used.
 */

/**
 * Spacings
 */
:root {
  --spacing-xxxs: 8px;
  --spacing-xxs: 12px;
  --spacing-xs: 16px;
  --spacing-s: 24px;
  --spacing-m: 32px;
  --spacing-l: 40px;
  --spacing-xl: 48px;
  --spacing-xxl: 64px;
  --spacing-xxxl: 80px;

  --spacing-component-xxs: 1px;
  --spacing-component-sm: 50px;
  --spacing-component-lg: 100px;
}

/**
 * Colors
 */
:root {
  --color-green: #96BE0D;
  --color-blue: #007C84;
  --color-red: #E00A18;
  --color-gray: #666A6E; /* color-gray-70 */
  --color-black: #000;
  --color-white: #FFF;

  --color-gray-100: #F4F4F4; /* color-gray-5  */
  --color-gray-300: #E9E9E9; /* color-gray-10 */
  --color-gray-400: #D2D2D2; /* color-gray-20 */
  --color-gray-600: #A6A6A6; /* color-gray-40 */
  --color-gray-800: #3a3a3a; /* color-gray-100: #202020 */

  --color-error: #E00A18;
  --color-warning: #FFA800;
  --color-success: #09AE3B;
}