/* html *, html body *, * .bg-body, * .bg-body-tertiary {
  background-color:#ff0 !important;
  color:#000 !important;
  font-weight:bold !important;
  border-color:#000 !important;
  border-radius:0 !important;
}
* .bg-body-secondary, body main, body main * {
  background-color:#f00 !important;
  color:#fff !important;
  font-weight:bold !important;
  border-color:#000 !important;
  border-radius:0 !important;
} */

/* latin-ext */
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url(../fonts/SpaceGrotesk-LatinExt.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url(../fonts/SpaceGrotesk-Latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.shadow-bottom-sm {
  box-shadow: 0 0.5rem 0.5rem -0.5rem rgba(0, 0, 0, 0.075) !important;
}
.zoom {
  transition: transform .2s; /* Animation */
}

.zoom:hover {
  transform: scale(1.5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  z-index:1000;
  height:auto;
  object-fit:scale-down !important;
  background: #fff;
  position:absolute;
}


#filterbox .openFilterbox i {
  transition: rotate .35s ease;
}
#filterbox .collapsed i {
  rotate: 180deg;
  transition: rotate .35s ease;
}

#filterbox fieldset {
  width:232px;
}

#filterbox li > div {
  margin-left: -16px;
}

/* Test: schmale 1. und 2. Spalte für List View  */
table.list-view th:nth-child(-n +2),
table.list-view td:nth-child(-n +2) {
  width:1%;
}
/* Ende Test: schmale 1. und 2. Spalte für List View  */

/* Test: schmale 1. Spalte für Data Cart  */
table.datacart th:nth-child(-n +1),
table.datacart td:nth-child(-n +1) {
  width:1%;
}
/* Ende Test: schmale 1. Spalte für Data Cart  */


/* Start Font Size Footer */
footer {
  font-size:75%;
}
/* End Font Size Footer */


/* Start Choices.js */
/* #filterbox .choices__list--multiple .choices__item {
  background-color:rgb(207, 226, 255);
  border:0;
  color:var(--bs-primary);
  font-size:12px;
  line-height: 12px;
  padding: 0.35em .65em;
} */
#filterbox .choices[data-type*=select-multiple] .choices__inner, #filterbox .choices[data-type*=text] .choices__inner {
  background:var(--bs-body-bg);
}
#filterbox .choices__input {
  background-color: transparent;
}
#filterbox .choices__list--dropdown .choices__item--selectable.is-highlighted, #filterbox .choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
  background-color:rgb(207, 226, 255);
  color:var(--bs-primary);
}
#filterbox .choices[data-type*=select-multiple] .choices__button, #filterbox .choices[data-type*=text] .choices__button {
  border-left:0px solid var(--bs-primary);
  background-image: none;
  margin:0 0 0 4px;
  padding:1px 5px 1px 5px;
}
#filterbox .choices[data-type*=select-multiple] .choices__button::before, #filterbox .choices[data-type*=text] .choices__button::after {
  content:"\F62A";
  font-family: bootstrap-icons;
  display: block;
  text-indent:0;
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 120%;
  color: var(--bs-primary);
  line-height: 100%;
}

.btn-primary-50 {
  --bs-btn-font-weight: 600;
  --bs-btn-color: rgb(13, 110, 253);
  --bs-btn-bg: rgb(207, 226, 255);
  --bs-btn-border-color: rgb(207, 226, 255);
  --bs-btn-hover-color: rgb(13, 110, 253);
  --bs-btn-hover-bg: rgba(13, 110, 253, .45);
  --bs-btn-hover-border-color: rgb(0, 0, 0);
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  /* --bs-btn-active-color: rgb(13, 110, 253); */
  --bs-btn-active-color: rgb(10, 83, 190);
  --bs-btn-active-bg: rgba(13, 110, 253, .55);
  --bs-btn-active-border-color: rgba(13, 110, 253, .55);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(13, 110, 253, .55);
  --bs-btn-disabled-color: rgba(13, 110, 253, .6);
  --bs-btn-disabled-bg: rgba(207, 226, 255, .8);
  --bs-btn-disabled-border-color: rgba(207, 226, 255, .8);
}

.btn-danger-subtle {
  --bs-btn-font-weight: 600;
  --bs-btn-color: rgb(88, 21, 28);
  --bs-btn-bg: rgb(248, 215, 218);
  --bs-btn-border-color: rgb(248, 215, 218);
  --bs-btn-hover-color: rgb(88, 21, 28);
  --bs-btn-hover-bg: rgba(220,53,69, .45);
  --bs-btn-hover-border-color: rgba(220,53,69, .45);
  --bs-btn-focus-shadow-rgb: 229, 104, 116; /* 25% of danger color */
  --bs-btn-active-color: rgb(88, 21, 28);
  --bs-btn-active-bg: rgba(220,53,69, .55);
  --bs-btn-active-border-color: rgba(88, 21, 28, .55);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(88, 21, 28, .55);
  --bs-btn-disabled-color: rgba(88, 21, 28, .6);
  --bs-btn-disabled-bg: rgba(229, 104, 116, .8);
  --bs-btn-disabled-border-color: rgba(229, 104, 116, .8);
}

.btn-platform {
  --bs-btn-font-weight: 600;
  --bs-btn-color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity));
  --bs-btn-bg: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity));
  --bs-btn-border-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity));
  --bs-btn-hover-color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity));
  --bs-btn-hover-bg: var(--bs-secondary-bg);
  --bs-btn-hover-border-color: var(--bs-secondary-bg);
  --bs-btn-focus-shadow-rgb: 186, 187, 188;
  --bs-btn-active-color: rgb(25,27,30);
  --bs-btn-active-bg: rgba(226,227,229, 1);
  --bs-btn-active-border-color: rgba(204,205,207, 1);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0);
  --bs-btn-disabled-color: rgba(var(--bs-body-color-rgb), .6);
  --bs-btn-disabled-bg: rgba(var(--bs-tertiary-bg-rgb), .8);
  --bs-btn-disabled-border-color: rgba(var(--bs-tertiary-bg-rgb), .8);
}
.btn-hover-secondary {
  --bs-btn-bg: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity));
  --bs-btn-active-color: #f00;
  --bs-btn-active-bg: #ff0;
  --bs-btn-active-border-color: #0f0;
}

.word-break-break-all {
  word-break: break-all;
}

.tooltip-image-zoom {
  --bs-tooltip-opacity: 1;
  --bs-tooltip-max-width: 800px;
  --bs-tooltip-color: var(--bs-body-color);
}
.tooltip-image-zoom .tooltip-inner {
  background:rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
  box-shadow: var(--bs-box-shadow-lg) !important;
}
.tooltip-image-zoom[data-popper-placement^=top] .tooltip-arrow:before {
  border-top-color:rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}
.tooltip-image-zoom[data-popper-placement^=right] .tooltip-arrow:before {
  border-right-color:rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}
.tooltip-image-zoom[data-popper-placement^=bottom] .tooltip-arrow:before {
  border-bottom-color:rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}
.tooltip-image-zoom[data-popper-placement^=left] .tooltip-arrow:before {
  border-left-color:rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}
.tooltip-image-zoom img {
  width: 100%;
}

main {
  --bs-bg-opacity: 1;
  outline-color:rgba(var(--bs-body-bg-rgb),var(--bs-bg-opacity))!important;
  outline-width: 10px;
  outline-style:solid;
  border-radius: var(--bs-border-radius) 0 0 var(--bs-border-radius);
}

.table {
    --bs-table-hover-bg: var(--bs-tertiary-bg);
}

/* Platform buttons hover color */
.btn-hover-secondary:hover {
  background-color: var(--bs-secondary-bg) !important;
}

/* Focus Style - Start */
/* *:focus-visible, *:focus { 
    box-shadow: none !important;
    outline: 2px dashed rgba(var(--bs-primary-rgb), .3) !important;
    outline-offset: 2px !important;
}
.focus .ts-control {
  box-shadow: none !important;
  outline: 2px dashed rgba(var(--bs-primary-rgb), .3) !important;
  outline-offset: 2px !important;
} */
/* Focus Style - End */


/* START This shows the "Table Tools" next to the searchbar if the user scrolls down */
#stickyTableTools {
  display:none;
}
.scrolled-content #stickyTableTools {
  display:flex;
}
/* END This shows the "Table Tools" next to the searchbar if the user scrolls down */

.mw-20e {
  max-width: 20rem;
}

.cursor-pointer {
    cursor:pointer;
}

.static-collapse {
  transition: none;
}

.ts-wrapper.multi .ts-control>div {
  /* color:rgba(var(--bs-primary-rgb),var(--bs-text-opacity))!important; */
  /* color:red !important;  */
  color:rgba(var(--bs-primary-rgb),var(--bs-text-opacity, 1))!important;
  background-color:var(--bs-primary-bg-subtle) !important;
}

/* Hide border left of the x icon
.ts-wrapper.plugin-remove_button .item .remove {
  color:rgba(var(--bs-primary-rgb),var(--bs-text-opacity))!important;
  border-color: rgba(var(--bs-primary-rgb),var(--bs-text-opacity))!important;
} */

.badge-small {
  font-size: .6em !important;
}
.text-shadow-white {
  text-shadow: 0 0 1px #fff;
  font-weight: bold;
}
.text-primary-50 {
  color: rgb(207, 226, 255);
}

.scrollDown main:before {
    /* content: "<div class='scroll-indicator' aria-hidden='true'><i class='bi bi-chevron-compact-down'></i><i class='bi bi-chevron-compact-down'></i><i class='bi bi-chevron-compact-down'></i><span class='visually-hidden'>Nach unten scrollen</span></div>"; */
    content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAyNCIgd2lkdGg9IjEyOCIgaGVpZ2h0PSIxMjgiIGZpbGw9ImN1cnJlbnRDb2xvciI+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIDpyb290IHsKICAgICAgICAtLXNpemU6IDZyZW07ICAgICAgLyogSWNvbi1HcsO2w59lICovCiAgICAgICAgLS1kaXN0YW5jZTogMC40ZW07IC8qIEJld2VndW5nIG5hY2ggdW50ZW4gKi8KICAgICAgICAtLW9mZnNldDogMC40ZW07ICAgLyogRWluLS9BdXNibGVuZC1PZmZzZXQgKi8KICAgICAgICAtLWR1cmF0aW9uOiAzczsgICAgLyogQW5pbWF0aW9uIHBybyBDaGV2cm9uICovCiAgICAgIH0KCiAgICAgIC5jaGV2cm9uIHsKICAgICAgICBwb3NpdGlvbjogYWJzb2x1dGU7CiAgICAgICAgbGVmdDogMDsKICAgICAgICB0b3A6IDA7CiAgICAgICAgdHJhbnNmb3JtOiB0cmFuc2xhdGUoMCUsIDApOwogICAgICAgIG9wYWNpdHk6IDA7CiAgICAgICAgYW5pbWF0aW9uOiBhcnJvd0Zsb3cgdmFyKC0tZHVyYXRpb24pIGVhc2UtaW4tb3V0IGluZmluaXRlOwogICAgICB9CgogICAgICAvKiBnZXN0YWZmZWx0ZSBEZWxheXMgKi8KICAgICAgLmNoZXZyb246bnRoLWNoaWxkKDEpIHsgYW5pbWF0aW9uLWRlbGF5OiAwczsgfQogICAgICAuY2hldnJvbjpudGgtY2hpbGQoMikgeyBhbmltYXRpb24tZGVsYXk6IGNhbGModmFyKC0tZHVyYXRpb24pLzMpOyB9CiAgICAgIC5jaGV2cm9uOm50aC1jaGlsZCgzKSB7IGFuaW1hdGlvbi1kZWxheTogY2FsYyh2YXIoLS1kdXJhdGlvbikqMi8zKTsgfQoKICAgICAgQGtleWZyYW1lcyBhcnJvd0Zsb3cgewogICAgICAgIDAlIHsKICAgICAgICAgIHRyYW5zZm9ybTogdHJhbnNsYXRlKDAlLCBjYWxjKC0xICogdmFyKC0tb2Zmc2V0KSkpOwogICAgICAgICAgb3BhY2l0eTogMDsKICAgICAgICB9CiAgICAgICAgMjAlIHsKICAgICAgICAgIHRyYW5zZm9ybTogdHJhbnNsYXRlKDAlLCAwKTsKICAgICAgICAgIG9wYWNpdHk6IDE7CiAgICAgICAgfQogICAgICAgIDcwJSB7CiAgICAgICAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZSgwJSwgdmFyKC0tZGlzdGFuY2UpKTsKICAgICAgICAgIG9wYWNpdHk6IDE7CiAgICAgICAgfQogICAgICAgIDEwMCUgewogICAgICAgICAgdHJhbnNmb3JtOiB0cmFuc2xhdGUoMCUsIGNhbGModmFyKC0tZGlzdGFuY2UpICsgdmFyKC0tb2Zmc2V0KSkpOwogICAgICAgICAgb3BhY2l0eTogMDsKICAgICAgICB9CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgoKICA8cGF0aCBjbGFzcz0iY2hldnJvbiIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMS41NTMgNi43NzZhLjUuNSAwIDAgMSAuNjctLjIyM0w4IDkuNDRsNS43NzYtMi44ODhhLjUuNSAwIDEgMSAuNDQ4Ljg5NGwtNiAzYS41LjUgMCAwIDEtLjQ0OCAwbC02LTNhLjUuNSAwIDAgMS0uMjIzLS42NyIvPgogIDxwYXRoIGNsYXNzPSJjaGV2cm9uIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xLjU1MyA2Ljc3NmEuNS41IDAgMCAxIC42Ny0uMjIzTDggOS40NGw1Ljc3Ni0yLjg4OGEuNS41IDAgMSAxIC40NDguODk0bC02IDNhLjUuNSAwIDAgMS0uNDQ4IDBsLTYtM2EuNS41IDAgMCAxLS4yMjMtLjY3Ii8+CiAgPHBhdGggY2xhc3M9ImNoZXZyb24iIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTEuNTUzIDYuNzc2YS41LjUgMCAwIDEgLjY3LS4yMjNMOCA5LjQ0bDUuNzc2LTIuODg4YS41LjUgMCAxIDEgLjQ0OC44OTRsLTYgM2EuNS41IDAgMCAxLS40NDggMGwtNi0zYS41LjUgMCAwIDEtLjIyMy0uNjciLz4KPC9zdmc+Cg==");
    backdrop-filter: blur(3px);
    background: rgba(255, 255, 255, .5);
    width: 100%;
    height: 100%;
    display: flex;
    position: fixed;
    z-index: 1021;
    margin-left: -1.5em;
    margin-top: -.5em;
    border-radius: 7px;
    justify-content: center;
    align-items: center;
}


.scroll-indicator {
  --size: 3rem;         /* Icon-Größe beliebig anpassen */
  --distance: 0.5em;    /* Bewegung nach unten relativ zur Schriftgröße */
  --offset: 0.6em;      /* Ein-/Ausblend-Offset relativ */
  --duration: 3s;       /* Geschwindigkeit der Animation */

  display: inline-block;
  width: var(--size);
  height: calc(var(--size) + var(--distance));
  position: relative;
  pointer-events: none;
  font-size: var(--size);
}

.scroll-indicator .bi {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  font-size: 1em; /* immer relativ zur --size */
  opacity: 0;
  animation: arrowFlow var(--duration) ease-in-out infinite;
  will-change: transform, opacity;
  user-select: none;
}

/* gestaffelte Delays */
.scroll-indicator .bi:nth-child(1) { animation-delay: 0s; }
.scroll-indicator .bi:nth-child(2) { animation-delay: calc(var(--duration) / 3); }
.scroll-indicator .bi:nth-child(3) { animation-delay: calc(var(--duration) * 2 / 3); }

@keyframes arrowFlow {
  0% {
    transform: translate(-50%, calc(-1 * var(--offset)));
    opacity: 0;
  }
  20% {
    transform: translate(-50%, 0);
    opacity: 1;
  }
  70% {
    transform: translate(-50%, var(--distance));
    opacity: 1;
  }
  100% {
    transform: translate(-50%, calc(var(--distance) + var(--offset)));
    opacity: 0;
  }
}

.carousel-indicators button:before {
    content: attr(aria-label);
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    z-index: 5;
    font-size: 13px;
    color:var(--bs-dark);
    text-align:center;
    align-content: center;
    align-items: center;
    text-indent: 0px;
    margin-top: 3px;
}

div.header-offset {
  /* The var --header-offset is the height of the fixed header and set via javascript
   * See https://developer.mozilla.org/en-US/docs/Web/CSS/scroll-margin-top
   */
  scroll-margin-top: var(--header-offset, 0px);
}

.shadow-hover:hover {
   box-shadow: var(--bs-box-shadow) !important;
}
.card-background {
  background-repeat:no-repeat;
  background-position:5% center;
  background-size: auto 95%; 
}
.card-background .card-bg-icon path {
  /* fill:var(--bs-secondary-bg-subtle) !important; */
  fill:rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}
.card-background .card-bg-icon {
    position: absolute;
    left: 5px;
    height: 95%;
    width: auto;
    top: 2.5%;
    z-index:1;
}
.card-background .card-body {
  z-index:2;
}

dd, dt {
  hyphens: auto;
}

/* Vertical Table Start */
@media (max-width: 768px) {
  table.table-vertical {
    display: block;
    width: 100%;
  }

  .table-vertical thead {
    display: none; /* hide the header */
  }

  .table-vertical tbody {
    display: flex;
    flex-direction: column;
    gap: .5em;
  }

  .table-vertical tbody tr {
    display: block;
  }

  .table-vertical tbody td {
    display: block;
    padding-left: 50%;
    position: relative;
  }

  .table-vertical tbody td::before {
    content: attr(data-label);
    display: inline-block;
    position: absolute;
    left: 0;
    padding:0 1em;
    font-weight: bold;
    max-width: 50%;
    padding-right:1em;
    
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
/* Vertical Table End */

/* #carouselGallery .carousel-inner {
  overflow: visible;
} */
.img-magnifier-container {
  position:relative;
}

.img-magnifier-glass {
  position: absolute;
  z-index:1022;
  box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.15) !important;
  border-radius: 5px;
  cursor: none;
  /*Set the size of the magnifier glass:*/
  width: 200px;
  height: 200px;
}

.product-ratio {
  aspect-ratio: 1/1;
}

#navbar-details .text-body.active {
  color:#fff !important;
}

/* If the makeshift checkbox is cheked, we change the content of the bootstrap icon in the subsequient's .btn element: */
.btn-check:checked+.btn i.bi-square:before {
  content: "\F26D";
}

/* Tomselect: Show label before selected options */
.item {
    order: 1;
}
body .has-items .ts-control>input { /* This is the placeholder in the dropdown */
  margin-bottom:4px !important;
}
