﻿@import url("../css/open-iconic/font/css/open-iconic-bootstrap.min.css");

/* poppins-300 - latin */
/*@font-face {
    font-display: swap;*/ /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
/*font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    src: url('/fonts/poppins-v20-latin-300.ttf') format('truetype'),*/ /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
/*url('/fonts/poppins-v20-latin-300.ttf') format('truetype');*/ /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
/*}*/

/* poppins-100 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 100;
    src: url('/fonts/poppins-v21-latin-100.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    url('/fonts/poppins-v21-latin-100.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* poppins-200 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 200;
    src: url('/fonts/poppins-v21-latin-200.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    url('/fonts/poppins-v21-latin-200.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* poppins-300 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    src: url('/fonts/poppins-v21-latin-300.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    url('/fonts/poppins-v21-latin-300.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* poppins-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/poppins-v21-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    url('/fonts/poppins-v21-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* poppins-600 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    src: url('/fonts/poppins-v21-latin-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    url('/fonts/poppins-v21-latin-600.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* poppins-700 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    src: url('/fonts/poppins-v21-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    url('/fonts/poppins-v21-latin-700.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* poppins-800 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 800;
    src: url('/fonts/poppins-v21-latin-800.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    url('/fonts/poppins-v21-latin-800.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* poppins-900 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 900;
    src: url('/fonts/poppins-v21-latin-900.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    url('/fonts/poppins-v21-latin-900.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

:root {
    --rezeptPosLeft: 0px;
    --rezeptPosTop: 0px;
    --bs-link-color: var(--dark_gray);
    --bs-link-hover-color: var(--primary_text);
}

* {
    /*touch-action: none;*/
    touch-action: manipulation;
}

#app {
    position: relative;
    display: flex;
    flex-direction: row;
    background-color: var(--background_color);
}

::placeholder {
    color: var(--darker_gray);
    font-weight: 200;
}


.disabeld {
}

.content {
    height: 88vh;
    width: 100%;
    overflow: hidden;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

html {
    /*font-family: var(--bs-body-font-family);*/
    font-family: Poppins, var(--bs-body-font-family) !important;
    height: 100%;
    background-color: var(--background_color);
    font-weight: 400;
}

body {
    font-family: Poppins, var(--bs-body-font-family) !important;
    font-size: 0.9em;
    font-weight: 400 !important;
}

h3 {
    font-size: 1.7em;
    color: var(--primary);
}

h4 {
    color: var(--primary);
    font-size: 1.5em;
}


.tab-buttons {
    display: flex;
    border-radius: 0.75rem 0.75rem 0 0 !important;
    gap: 0.5rem;
    align-items: center;
}

.primary-color-light {
    color: var(--primary_brighter);
}

.color_primary {
    color: var(--primary);
}

.color_primary_text {
    color: var(--primary_text);
}

.color_white {
    color: white;
}

.color_light_gray {
    color: var(--light_gray);
}

.color_light_red {
    color: var(--light_red);
}

.color_light_red {
    color: var(--light_red);
}

.color_dark_gray {
    color: var(--dark_gray);
}

.color_light_yellow {
    color: var(--light_yellow);
}

.color_green {
    color: var(--green);
}

.color_black {
    color: black;
}

.bg_light_yellow {
    background-color: var(--light_yellow);
}

.bg_green {
    background-color: var(--green);
}

.bg_light_blue {
    background-color: var(--primary_brighter);
}

.bg_light_red {
    background-color: var(--light_red);
}

.bg_primary {
    background-color: var(--primary);
}

.bg_primary_brighter {
    background-color: var(--primary_brighter);
}

.bg_light_gray {
    background-color: var(--light_gray);
}

.bg_hilfsmittel {
    background-color: var(--hilfsmittel_color);
}

.scale-105:hover {
    scale: 105%;
}

.d-contents {
    display: contents;
}

body,
html {
    box-sizing: border-box;
    color: var(--dark_gray);
}

a {
    color: var(--primary_text);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: unset;
}

app {
    position: relative;
    display: flex;
    flex-direction: row;
}

.custom_work_break {
    word-break: break-word;
    max-width: 12em;
}

.offline_box {
    margin-left: 50%;
    margin-top: 0.25rem;
    width: 100%;
    text-align: center;
    padding: 0.25rem;
    border-radius: 0.75rem;
    font-weight: 600;
    transform: translate(-50%);
    background-color: var(--light_red);
}

.camera_popup {
    position: absolute;
    width: 100vw;
    height: 100vh;
    background-color: white;
    z-index: 10000;
    overflow: hidden;
}

.text_no_wrap_ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
}

.input_button {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0.5rem;
    color: var(--dark_gray);
}

.rechte_div {
    padding: 0.25rem 0 0.25rem 0;
}

.tags_div {
    border: 1px solid var(--primary) !important;
    border-radius: 0.75rem !important;
    background-color: white !important;
    color: var(--primary_text) !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
    padding: 0.25rem !important;
}

.error-message {
    background-color: var(--light_red);
    color: white;
    padding: 10px;
    border-radius: 5px;
    display: inline-block;
}

.guide-container {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    backdrop-filter: blur(2px);
    z-index: 10000;
}

.guide-close {
    position: absolute;
    top: 5%;
    right: 2%;
}

.guide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.guide-body {
    width: 500px;
    height: 90vh;
    border-radius: 0.75rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    overflow: auto;
}

.guide-text {
    padding: 0 2rem 0 2rem;
    text-align: center;
    font-size: 1.12em;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}

    .guide-text > p {
        margin-top: 1rem;
    }

.guide-dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: var(--light_gray);
}

    .guide-dot.long {
        border-radius: 10%;
        height: 14px;
        width: 40px;
    }

.guide-pagination {
    display: flex;
    margin: auto;
    gap: 1rem;
    margin-top: auto;
    margin-bottom: 2rem;
}

.guide-image {
    border-radius: 0.75rem;
    object-fit: cover;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}

.guide-arrow {
    position: absolute;
    width: 40vw;
    height: 100%;
    top: 50%;
}

    .guide-arrow.left {
        left: 0%;
        transform: translate(-50%, -50%);
    }

    .guide-arrow.right {
        right: 0%;
        transform: translate(50%, -50%);
    }

.guide-on-line {
    position: absolute;
    display: flex;
    gap: 5rem;
    left: 50%;
    transform: translate(-50%, -50%);
}

.custom-dropdown {
    position: absolute;
    top: 100%; /* Direkt unter dem Button */
    right: 0;
    z-index: 1050;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 0.25rem;
    min-width: 150px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    padding: 0.5rem 0;
}

    .custom-dropdown .dropdown-item {
        padding: 0.5rem 1rem;
        display: block;
        width: 100%;
        text-align: left;
        background: none;
        border: none;
        cursor: pointer;
        font-size: 0.9rem;
    }

        .custom-dropdown .dropdown-item:hover {
            background-color: #f8f9fa;
        }

@media (max-width: 576px) {
    .custom-dropdown {
        min-width: 100%;
        left: 0;
        right: auto;
    }

    .dropdown-item {
        white-space: pre-wrap;
    }
}

.gruppe-display {
    background-color: #E1E1E1;
    text-align: center;
    font-size: 1.1rem;
}

.product_view_image {
    width: 100%;
    height: auto;
    max-height: 150px;
}

.trial_op {
    color: var(--light_red);
    margin-left: 0.5rem;
}

.file-input {
    display: inline-block;
    padding: 10px 20px;
    background-color: #007bff;
    color: white;
    border-radius: 5px;
    cursor: pointer;
}

.custom-drop-zone {
    padding: 0 !important;
    border-style: dashed;
    border-width: 2px !important;
    height: 230px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgba(183, 183, 183, 0.1);
}

    .custom-drop-zone.custom-drop-zone-hover {
        border-style: solid;
    }

    .custom-drop-zone svg {
        width: 42px;
        height: 42px;
    }

    .custom-drop-zone > *:not(#overviewDemoSelectButton) {
        pointer-events: none;
    }

/* Transparent Overlay */
.loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.5);
    z-index: 10000;
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    z-index: 10000;
}

    .loading:not(:required):after {
        content: '';
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: block;
        font-size: 10px;
        width: 10vw; /* Verwenden Sie eine relative Einheit */
        height: 10vw; /* Verwenden Sie eine relative Einheit */
        max-width: 50px; /* Maximale Breite */
        max-height: 50px; /* Maximale Höhe */
        margin-top: -5vw; /* Hälfte der Höhe */
        margin-left: -5vw; /* Hälfte der Breite */
        border: solid rgba(33, 150, 243, 1.0); /* Verwenden Sie relative Einheiten */
        border-width: 3px;
        border-radius: 100%; /* Kreisform */
        border-bottom-color: transparent;
        -webkit-animation: spinner 1s linear 0s infinite;
        animation: spinner 1s linear 0s infinite;
        z-index: 10000;
    }

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.sidebar {
    background-color: var(--lightest_gray);
    z-index: 100;
    height: 100%;
    font-weight: 400;
    width: auto;
    max-width: 300px;
    height: 100%;
    position: sticky;
    top: 0;
    min-height: 100vh;
}

.shadowFlags {
    position: absolute;
    bottom: -8px; /* Anpassung der Position des Schattens */
    left: 50%;
    transform: translateX(-50%);
    width: 20px; /* Anpassung der Breite des Schattens */
    height: 4px; /* Anpassung der Höhe des Schattens */
    background-color: grey; /* Grauer Farbton */
    border-radius: 70%;
    opacity: 0.3; /* Anpassung der Deckkraft */
    filter: blur(1px);
}

.top-row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    background-color: var(--lightest_gray);
    height: 3rem;
    font-size: 17px;
}

.brand_logo {
    width: 150px;
    height: auto;
    background-repeat: no-repeat;
    background-size: contain;
    /*margin-left: 0.25rem;
    margin-right: 0.25rem;*/
}

.skeleton-loader {
    width: 100%; /* Breite des Skeletts */
    height: 50px; /* Höhe des Skeletts */
    border-radius: 0.75rem; /* Runder Rahmen */
    background-color: #f0f0f0; /* Hintergrundfarbe des Skeletts */
    overflow: hidden; /* Verstecke überlaufende Teile */
    position: relative; /* Stelle sicher, dass das absolute Positionierung im Inneren relativ zum Elternelement ist */
}

.skeleton-table {
    position: absolute; /* Positioniere das Bild absolut innerhalb des Skeletts */
    top: 0;
    left: 0;
    width: 100%; /* Füllt das gesamte Skelett */
    height: 100%; /* Füllt das gesamte Skelett */
    background: linear-gradient(-90deg, #f0f0f0 0%, #8a8a8a 50%, #f0f0f0 100%); /* Pulsierende Animation */
    background-size: 400% 400%; /* Größe der Pulsierenden Animation */
    animation: pulse 3s infinite linear; /* Animationsdefinition */
}

@keyframes pulse {
    0% {
        background-position: 0% 0%;
    }
    /* Startpunkt der Animation */
    100% {
        background-position: -135% 0%;
    }
    /* Endpunkt der Animation */
}

.fixed-table {
    table-layout: fixed; /* Festlegen der Tabelle auf eine feste Breite */
    width: 100%; /* Breite der Tabelle auf 100% des übergeordneten Containers festlegen */
}

    .fixed-table td {
        white-space: nowrap; /* Text nicht umbrechen */
        overflow: hidden; /* Text, der aus der Zelle herausragt, verstecken */
        text-overflow: ellipsis; /* Einen Auslassungspunkt (...) anzeigen, wenn der Text abgeschnitten wird */
        color: var(--primary);
    }

.main {
    flex: 1;
    background-color: var(--background_color);
}

.button_logout {
    background-color: transparent;
    border: none;
    outline: none;
    color: var(--primary);
    font-weight: 600;
}

.menu_box_container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 1rem;
}

.custom_box {
    display: flex;
    flex-direction: column;
    background-color: var(--lightest_gray);
    padding: 1.5rem;
    font-weight: 400;
}

.menu_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    cursor: pointer;
    background-color: var(--light_gray);
    color: var(--dark_gray);
    padding: 1rem;
    flex: 1;
    min-width: 70px;
}

    .menu_box.selected {
        background-color: var(--primary);
        color: var(--primary_brighter);
    }

    .menu_box:hover {
        background-color: var(--primary);
        color: var(--primary_brighter);
    }

.selected_box {
    background-color: var(--primary);
    color: var(--primary_brighter);
}

.not_selected_box {
    background-color: var(--light_gray);
}

.custom_box > span {
    font-weight: 500;
}

.cursor_pointer {
    cursor: pointer;
}

.ellipsis_3 {
    display: -webkit-box;
    max-width: 20vw;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.lager_ellipsis {
    max-width: 300px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.lager_artikel_remove {
    background-color: var(--light_red);
}

    .lager_artikel_remove > * {
        text-decoration-line: line-through;
    }

.visually-hidden {
    display: none;
}

.custom_border_radius {
    border-radius: 0.75rem;
}

.custom_border_radius_025 {
    border-radius: 0.25rem;
}
/* Verstecke die ursprüngliche Checkbox */
.custom-checkbox-primary {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    width: 15px;
    height: 15px;
    border: 2px solid #ccc;
    background-color: #fff;
    cursor: pointer;
    border-radius: 4px;
    outline: none;
    border: 1px solid var(--primary) !important;
}

    /* Ändere die Hintergrundfarbe, wenn die Checkbox aktiviert ist */
    .custom-checkbox-primary:checked {
        background-color: var(--primary);
    }

    .custom-checkbox-primary:focus {
        outline: none;
        border: none;
    }


.nav-container {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.hl_nav_menu {
    height: 5px;
    border-top: 1px solid var(--light_gray);
}

.selected_nav {
    background-color: var(--primary);
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
    color: white;
    line-height: 2;
    padding: 1rem;
    font-weight: 400;
}

.not_selected_nav {
    color: var(--primary);
}

.contact_container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1rem;
}

.nav {
    color: var(var(--dark_gray)) !important;
}

.nav_title {
    color: var(--primary_brighter);
    font-weight: 600;
}

.select_adress {
    max-width: 20%;
}

.search_bar {
    outline: none;
    border: none;
    width: 70%;
    background-color: transparent;
}

    .search_bar:focus {
        outline: none;
    }

.badge_update {
    display: flex;
    align-content: center;
    text-align: center;
    position: absolute;
    right: -10px;
    top: 0px;
    font-size: 0.8em;
    background: var(--light_red);
    color: white;
    border-radius: 50%;
    height: 2em;
    width: 2em;
    line-height: 2em;
}

.badge_nav {
    display: flex;
    align-content: center;
    text-align: center;
    position: absolute;
    right: 10px;
    top: 3px;
}

    .badge_nav p {
        font-size: 0.8em;
        background: var(--light_red);
        color: white;
        border-radius: 50%;
        height: 2em;
        width: 2em;
        line-height: 2em;
    }

.custom_badage_cart {
    top: -10px;
    font-size: 11px;
    padding: 4px;
    left: 9px;
    color: var(--light_gray);
    background-color: var(--light_red);
    min-width: 20px;
}

.custom_badage_rezept {
    top: 0;
    font-size: 11px;
    padding: 6px;
    right: 0px;
    color: var(--primary);
    background-color: var(--light_red);
    min-width: 20px;
    max-height: 23px;
}

.custom_badage_notification {
    top: 0px;
    font-size: 11px;
    padding: 4px;
    left: 9px;
    color: var(--light_gray);
    background-color: var(--light_red);
}

.selected_pagination_button {
    background-color: var(--primary);
    color: var(--light_gray);
    border: none;
    font-size: 1.1em;
}

.not_selected_pagination_button {
    background-color: var(--light_gray);
    color: var(--primary_text);
    font-size: 1.1em;
    border: none;
}

.h-350px {
    height: 350px;
}

.c_table {
    overflow: auto;
}

    .c_table thead th {
        position: sticky;
        top: 0;
        z-index: 2;
    }

    .c_table table {
        border-collapse: collapse;
        width: 100%;
    }

    .c_table th,
    td {
        padding: 1rem;
    }

#td_price {
    text-align: center;
    vertical-align: middle;
    align-items: center;
    color: var(--primary_text);
}

.c_table th {
    background-color: var(--primary);
    color: var(--light_gray);
    font-size: 16px;
}

    .c_table th:first-child {
        border-radius: 10px 0 0 0;
    }

    .c_table th:last-child {
        border-radius: 0 10px 0 0;
    }

.c_table td:first-child {
    /*padding-left: 3rem;*/
}

.c_table td:last-child {
    padding-right: 1rem;
}

.c_table td > label {
}

.c_table_image_container {
    width: 80px;
    height: 80px;
    background-color: white;
    z-index: 1;
    position: inherit;
}

.c_table_image {
    max-width: 70px;
    max-height: 70px;
}

.c_table #anr,
#hersteller {
    color: var(--dark_gray_font);
    font-weight: 600;
}

.c_table #preis {
    font-size: 18px;
}

.info_button {
    border: none;
    height: 20px;
}

.stock_light {
    position: absolute;
    background-color: var(--light_gray);
    width: 50px;
    height: 80px;
    top: 0;
    left: -10px;
}

    .stock_light.red {
        background-color: var(--lagerampel_red);
    }

    .stock_light.yellow {
        background-color: var(--lagerampel_yellow);
    }

    .stock_light.green {
        background-color: var(--lagerampel_green);
    }

.stock_light_text {
    color: var(--light_gray);
}

    .stock_light_text.red {
        color: var(--light_red);
    }

    .stock_light_text.yellow {
        color: var(--light_yellow);
    }

    .stock_light_text.green {
        color: var(--green);
    }

.custom_input_container {
    border: 1px solid var(--light_gray);
    padding: 0.4rem;
    color: var(--dark_gray);
    font-weight: 600;
    width: 120px;
}

.custom_input_with_border {
    width: 100px;
    border: 1px solid var(--light_gray);
    text-align: center;
    color: var(--dark_gray);
}

    .custom_input_with_border:focus {
        outline: none;
    }

.custom_input {
    width: 50px;
    border: none;
    background-color: transparent;
    text-align: center;
    font-weight: 600;
    color: var(--dark_gray);
}

    .custom_input:focus {
        border: none;
        outline: none;
    }

.text-left {
    text-align: left !important;
}

.table_button_green {
    border: none;
    background-color: var(--green);
    color: var(--light_gray);
    padding: 0.5rem 0.5rem 0.5rem 0.5rem;
    font-weight: 600;
    font-size: 0.9rem;
}

    .table_button_green.to_cart {
        border: none;
        background-color: var(--green);
        color: var(--light_gray);
        padding: 0.5rem 1rem 0.5rem 1rem;
        font-weight: 600;
        font-size: 0.9rem;
    }

.table_button_blue.to_cart {
    border: none;
    background-color: var(--blue);
    color: var(--light_gray);
    padding: 0.5rem 1rem 0.5rem 1rem;
    font-weight: 600;
    font-size: 0.9rem;
}

.table_button_gray.to_cart {
    border: none;
    background-color: var(--light_gray);
    color: var(--primary_text);
    padding: 0.5rem 1rem 0.5rem 1rem;
    font-weight: 600;
    font-size: 0.9rem;
}

.table_button_red {
    border: none;
    background-color: var(--light_red);
    color: var(--light_gray);
    padding: 0.5rem 1rem 0.5rem 1rem;
    padding-top: 0.5rem;
    padding-right: 1rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-weight: 600;
}

.custom_button {
    border: 2px solid var(--button_gray);
    background-color: white;
    color: var(--primary_text);
    padding: 0.75rem;
}

    .custom_button.light_red_cover {
        border: none;
        background-color: var(--light_red);
        color: white;
    }

    .custom_button.green_cover {
        border: none;
        background-color: var(--green);
        color: white;
    }

    .custom_button.light_yellow_cover {
        border: none;
        background-color: var(--light_yellow);
        color: var(--dark_gray);
    }

    .custom_button.primary {
        border: 2px solid var(--primary);
        color: white;
        background-color: var(--primary_text);
    }

        .custom_button.primary:hover {
            border: 2px solid var(--primary);
            color: var(--primary_brighter);
            background-color: var(--primary_text);
        }

    .custom_button.gray {
        border: none;
        color: var(--dark_gray);
        background-color: var(--button_gray);
    }

        .custom_button.gray:hover {
            color: var(--primary) !important;
            background-color: var(--button_gray) !important;
        }

    .custom_button.bounce:hover {
        animation: bounce 1s infinite;
    }

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-5px);
    }

    60% {
        transform: translateY(0);
    }
}

.normal_fontsize {
    font-size: 1em;
}

.active-button {
    color: var(--primary_brighter) !important;
}

.custom_button_outline_blue {
    border: 2px solid var(--primary);
    background-color: white;
    color: var(--primary_text);
    padding: 0.75rem;
    font-weight: 600;
}

    .custom_button_outline_blue:hover {
        border: 2px solid var(--primary);
        background-color: var(--primary_text);
        color: white;
    }


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

.lds-dual-ring {
    display: block;
}

    .lds-dual-ring:after {
        content: " ";
        display: block;
        width: 24px;
        height: 24px;
        margin: 8px;
        border-radius: 50%;
        border: 6px solid #fff;
        border-top-color: rgb(255, 255, 255);
        border-right-color: rgb(255, 255, 255);
        border-bottom-color: rgb(255, 255, 255);
        border-left-color: rgb(255, 255, 255);
        border-color: var(--dark_gray_font) transparent var(--dark_gray_font) transparent;
        animation: lds-dual-ring 1.2s linear infinite;
        margin-left: 15px;
    }

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Popup box BEGIN */
.popup_container {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    backdrop-filter: blur(2px);
}

    .popup_container #body {
        background-color: white;
        color: var(--dark_gray);
        box-shadow: 10px 10px 60px #555;
        max-height: 90vh;
        vertical-align: middle;
        overflow: auto;
        position: absolute;
        left: 50%;
        right: 50%;
        text-align: left;
        width: 600px;
        max-width: 80vw;
        z-index: 5;
        transform: translate(-50%, -50%);
        top: 50%;
    }

    .popup_container #productViewImage {
        box-shadow: 10px 10px 60px #555;
        max-height: 90vh;
        vertical-align: middle;
        overflow: auto;
        position: absolute;
        left: 50%;
        right: 50%;
        text-align: left;
        max-width: 80vw;
        z-index: 105;
        transform: translate(-50%, -50%);
        top: 50%;
    }

    .popup_container .stock_light {
        position: absolute;
        background-color: #72777d;
        width: 100%;
        height: 80px;
        top: -25px;
        left: 0;
    }

    .popup_container .image {
        width: 100px;
    }

    .popup_container .artbez {
        font-size: 18px;
        color: var(--dark_gray_font);
        font-weight: 600;
    }

    .popup_container .stock_light.red {
        background-color: #fd8b82;
    }

    .popup_container .stock_light.yellow {
        background-color: var(--light_yellow);
    }

    .popup_container .stock_light.green {
        background-color: var(--green);
    }

    .popup_container #content {
        background-color: white;
        z-index: 500000000;
        padding: 1.5rem;
    }

/* Popup box END */

.popupCloseButton {
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    top: 8px;
    right: 8px;
    color: var(--light_red);
    font-size: 25px;
    width: 40px;
    height: 40px;
    text-align: center;
}

    .popupCloseButton:hover {
        scale: 120%;
    }

.product_view_price {
    font-size: 24px;
    color: var(--primary_text);
    font-weight: 600;
}

.gray_text {
    font-size: 14px;
}

.cart_info_container {
    position: sticky;
    bottom: 0;
    display: flex;
    background-color: var(--light_gray);
    padding: 2rem;
    z-index: 90;
}

    .cart_info_container #preis {
        font-size: 24px;
        text-align: center;
    }

.lieferadresse {
    font-size: 14px;
    font-weight: 500;
}

.bottom_bar_container {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    padding: 1rem;
    background-color: white;
    color: var(--dark_gray);
    box-shadow: 10px 10px 60px #555;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
    gap: 15px;
    z-index: 10;
}

.bottom_bar_open_button {
    width: 80px;
    height: 80px;
}

.ssb_icon_container {
    max-width: 130px;
    width: auto;
    padding: 0.75rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    /*margin: 0 auto;*/
}

.scanner_image {
    height: 100px;
    width: 100px;
    float: right;
}

.scanner_textarea {
    height: 150px;
    outline: none;
    color: var(--primary_text);
    padding: 0.5rem;
    border: 2px solid var(--dark_gray_font);
}

.header_container {
    padding-left: 1rem;
    border-radius: 10px 10px 0 0;
    background-color: var(--primary_text);
    color: var(--light_gray);
    font-size: 16px;
    height: 3rem;
    display: flex;
    align-items: center;
}

.warengruppe_container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 3rem;
    padding-top: 0;
    gap: 10px 10px;
    font-size: 18px;
}

.warengruppe_box {
    background-color: var(--light_gray);
    color: var(--primary_text);
    padding: 1rem 2rem 1rem 2rem;
    word-break: break-word;
}

.custom_textarea {
    border: 1px solid var(--light_gray);
    color: var(--primary_text);
    padding: 1rem;
}

    .custom_textarea:hover,
    .custom_textarea:focus {
        outline: none;
    }

.news_content {
    position: absolute;
    z-index: 10;
    background-color: white;
    padding: 1rem;
    color: var(--primary_text);
    display: flex;
    flex-direction: column;
    font-size: 0.75rem;
    top: 2.8rem;
    left: -112px;
    width: 15.6rem;
}

    .news_content > div {
        z-index: 20;
    }

    .news_content::after {
        content: " ";
        position: absolute;
        top: -10px; /* At the bottom of the tooltip */
        left: 48%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: transparent transparent black transparent;
    }

.news_headline {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 14rem;
}

.moreOptins_content {
    position: absolute;
    z-index: 10;
    background-color: white;
    padding: 1rem;
    color: var(--primary_text);
    display: flex;
    flex-direction: column;
    font-size: 1.25rem;
    top: 2.8rem;
    left: -128px;
    width: 15.6rem;
    gap: 1rem;
}

    .moreOptins_content > div {
        z-index: 20;
    }

    .moreOptins_content::after {
        content: " ";
        position: absolute;
        top: -10px; /* At the bottom of the tooltip */
        left: 88%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: transparent transparent white transparent;
    }

.moreOptins_icon {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 14rem;
}

.lager_selected {
    outline: 1px solid var(--dark_gray);
}

.lager_artikel {
    background-color: var(--lager_mengenlager);
}

.lager_charge {
    background-color: var(--lager_charge);
}

.container__progressbars {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    min-width: 270px;
    width: 100%;
    min-height: 100%;
}

.progressbar {
    position: relative;
    width: 170px;
    height: 170px;
    margin: 1em;
    transform: rotate(-90deg);
}

.progressbar__svg {
    position: relative;
    width: 100%;
    height: 100%;
}

.progressbar__svg-circle {
    width: 100%;
    height: 100%;
    fill: none;
    stroke-width: 10;
    stroke-dasharray: 440;
    stroke-dashoffset: 440;
    stroke: hsl(0, 0%, 100%);
    stroke-linecap: round;
    transform: translate(5px, 5px);
}

.progressbar__text {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 0.25em 0.5em;
    color: hsl(0, 0%, 100%);
    font-family: Arial, Helvetica, sans-serif;
    border-radius: 0.25em;
    transform: translate(-50%, -50%) rotate(90deg);
}

.hide_page_on_mobile {
    display: none;
}

.collapse_button_buttons {
    font-size: 2rem;
}

/* Slideshow container */
.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
    min-height: 250px;
}

/* Hide the images by default */
.mySlides {
    display: none;
}

/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    bottom: 20%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: var(--light_gray);
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

.flag {
    width: 20px;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 25px;
}

    /* On hover, add a black background color with a little bit see-through */
    .prev:hover, .next:hover {
        /*background-color: rgba(0,0,0,0.8);*/
        background-color: var(--primary_text);
        color: var(--primary_brighter);
    }

.prev {
    left: 0;
    border-radius: 25px;
}

/* Caption text */
.text {
    color: var(--dark_gray_font);
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
    color: var(--dark_gray_font);
    padding: 8px 12px;
    position: absolute;
    bottom: 24%;
    left: 30%;
}

.product_view_details {
    max-width: 65%;
}

.tutorial-iframe-container {
    display: flex;
    flex-direction: column;
    position: relative;
}

.tutorial-iframe {
    aspect-ratio: 16 / 9;
    width: 100%;
    min-height: 270px;
}

.hide_on_computer {
    display: none;
}

/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 767.98px) {
    .hide_on_computer {
        display: block !important;
    }

    .menu_box {
        overflow: hidden;
        font-size: 0.8rem;
    }

    .guide-body {
        width: 100%;
        height: 100vh;
        top: 0%;
        left: 0;
        transform: none;
    }

    .select_adress {
        max-width: 100%;
    }

    .popup_container #body {
        width: 100%;
    }

    .collapse:not(.show) {
        display: none !important;
    }

    .collapseMobile {
        position: absolute;
        display: block !important;
    }

    .collapse_button {
        font-size: 1.6rem;
        align-items: flex-start;
    }

    .menu_box_container {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
        overflow: hidden;
        gap: 0 10px;
    }

    .hide_on_mobile {
        display: none !important;
    }

    .sidebar {
        position: absolute;
    }

    .hide_page_on_mobile {
        display: block;
        position: fixed;
        height: 100% !important;
        background-color: var(--primary_text);
    }

    .warengruppe_container {
        grid-template-columns: 1fr;
    }

    /* ARtikel List */
    .c_table table {
        display: flex;
        padding: 0rem 1rem 0rem 1rem;
    }

    .c_table tbody {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .c_table thead {
        display: none !important;
    }

    .c_table td {
        display: flex;
        max-width: 100%;
        padding: 0.5rem;
        padding-right: 1rem;
        justify-content: flex-end;
    }

    .c_table.lager tr {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
        gap: 0px 10px;
        grid-template-areas:
            "ARTIKELNUMMER ARTIKELNUMMER"
            "LAGERBESTAND ME_VERKAUF_INHALT"
            "MINBESTAND MAXBESTAND"
            "VORSCHLAGSMENGE LAGERPLATZ"
            "DeleteArticle DeleteArticle";
        margin-bottom: 1rem;
    }

        .c_table.lager tr > #ARTIKELNUMMER {
            grid-area: ARTIKELNUMMER;
        }

        .c_table.lager tr > #LAGERBESTAND {
            grid-area: LAGERBESTAND;
        }

        .c_table.lager tr > #ME_VERKAUF_INHALT {
            grid-area: ME_VERKAUF_INHALT;
        }

        .c_table.lager tr > #MINBESTAND {
            grid-area: MINBESTAND;
        }

        .c_table.lager tr > #MAXBESTAND {
            grid-area: MAXBESTAND;
        }

        .c_table.lager tr > #VORSCHLAGSMENGE {
            grid-area: VORSCHLAGSMENGE;
        }

        .c_table.lager tr > #LAGERPLATZ {
            grid-area: LAGERPLATZ;
        }

        .c_table.lager tr > #DeleteArticle {
            grid-area: DeleteArticle;
        }

            .c_table.lager tr > #DeleteArticle > button {
                width: 100%;
            }

    .c_table tr > .flex_td {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .c_table.artikel_list tr {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
        gap: 0rem 1rem;
        grid-template-areas:
            "ARTIKEL ARTIKEL"
            "HERSTELLER HERSTELLER"
            "PREIS PREIS"
            "MENGE MENGE";
        margin-bottom: 1rem;
    }

        .c_table.artikel_list tr > #ARTIKEL {
            grid-area: ARTIKEL;
        }

        .c_table.artikel_list tr > #HERSTELLER {
            grid-area: HERSTELLER;
        }

        .c_table.artikel_list tr > #td_price {
            grid-area: PREIS;
        }

        .c_table.artikel_list tr > #MENGE {
            grid-area: MENGE;
            justify-content: flex-start;
        }

        .c_table.artikel_list tr > .flex_td {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }

        .c_table.artikel_list tr > td {
            justify-content: flex-start;
        }

        .c_table.artikel_list tr #td_price > div {
            margin-left: 0;
        }

    .c_table td {
        /* Behave  like a "row" */
        border: none;
        position: relative;
    }

    .c_table tr {
        border-bottom: 1px solid lightgray;
    }

        .c_table tr:first-child {
            margin-top: 20px;
        }

        .c_table tr td:first-child {
            justify-content: flex-start;
        }

        .c_table tr td:last-child {
            margin-bottom: 0px;
        }

    .c_table .custom_input_container {
        margin-left: auto;
    }

    .c_table #td_price > div {
        margin-right: 0;
        margin-left: auto;
    }

    .c_table #vorschlagsmenge > button {
        margin-right: 0 !important;
    }

    .c_table td:first-child {
        padding-left: 1rem;
    }

    .c_table td:empty {
        visibility: hidden;
        display: none;
    }

    .c_table td > label {
        display: block;
        margin-right: 1rem;
    }

    .hide_hersteller_empty_small_table {
        display: none !important;
    }

    .ellipsis_3 {
        max-width: 100%;
        -webkit-line-clamp: 2;
    }
    /* ARtikel List */

    .collapseButtons {
        display: none !important;
    }
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
    .hide_on_computer {
        display: block !important;
    }

    .hide_on_table {
        display: none !important;
    }

    .collapse {
        width: 60px !important;
    }

    .select_adress {
        max-width: 50%;
    }

    .collapse .hl_nav_menu {
        width: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important;
        border-top: 5px solid var(--light_gray);
    }

    .collapse .ps-5 {
        padding-left: 0 !important;
    }

    .collapse .col {
        display: none !important;
    }

    .collapse .row {
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .collapse span {
        display: none !important;
    }

    .collapse_button {
        font-size: 1.6rem;
        align-items: flex-start;
    }

    .collapse .collapse_button {
        align-items: center;
    }

    .collapse_button_buttons {
        display: none !important;
    }

    .sidebar {
        width: 230px;
    }

    .collapse i {
        font-size: 1.6rem;
    }

    /* ARtikel List */
    .c_table table {
        display: flex;
        padding: 0rem 1rem 0rem 1rem;
    }

    .c_table tbody {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .c_table thead {
        display: none !important;
    }

    .c_table td {
        display: flex;
        max-width: 100%;
        padding: 0.5rem;
        padding-right: 1rem;
        justify-content: flex-end;
    }

    .c_table.lager tr {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
        gap: 0px 10px;
        grid-template-areas:
            "ARTIKELNUMMER ARTIKELNUMMER ARTIKELNUMMER ARTIKELNUMMER"
            "LAGERBESTAND ME_VERKAUF_INHALT MINBESTAND MAXBESTAND"
            "VORSCHLAGSMENGE LAGERPLATZ DeleteArticle .";
        margin-bottom: 1rem;
    }

        .c_table.lager tr > #ARTIKELNUMMER {
            grid-area: ARTIKELNUMMER;
        }

        .c_table.lager tr > #LAGERBESTAND {
            grid-area: LAGERBESTAND;
        }

        .c_table.lager tr > #ME_VERKAUF_INHALT {
            grid-area: ME_VERKAUF_INHALT;
        }

        .c_table.lager tr > #MINBESTAND {
            grid-area: MINBESTAND;
        }

        .c_table.lager tr > #MAXBESTAND {
            grid-area: MAXBESTAND;
        }

        .c_table.lager tr > #VORSCHLAGSMENGE {
            grid-area: VORSCHLAGSMENGE;
        }

        .c_table.lager tr > #LAGERPLATZ {
            grid-area: LAGERPLATZ;
        }

        .c_table.lager tr > #DeleteArticle {
            grid-area: DeleteArticle;
        }

    .c_table tr > .flex_td {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .c_table.artikel_list tr {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
        gap: 0rem 1rem;
        grid-template-areas:
            "ARTIKEL ARTIKEL"
            "HERSTELLER HERSTELLER"
            "PREIS MENGE";
        margin-bottom: 1rem;
    }

        .c_table.artikel_list tr > #ARTIKEL {
            grid-area: ARTIKEL;
        }

        .c_table.artikel_list tr > #HERSTELLER {
            grid-area: HERSTELLER;
        }

        .c_table.artikel_list tr > #td_price {
            grid-area: PREIS;
        }

        .c_table.artikel_list tr > #MENGE {
            grid-area: MENGE;
            justify-content: flex-end;
        }

        .c_table.artikel_list tr > .flex_td {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }

        .c_table.artikel_list tr > td {
            justify-content: flex-start;
        }

        .c_table.artikel_list tr #td_price > div {
            margin-left: 0;
        }

    .c_table td {
        /* Behave  like a "row" */
        border: none;
        position: relative;
    }

    .c_table tr {
        border-bottom: 1px solid lightgray;
    }

        .c_table tr:first-child {
            margin-top: 20px;
        }

        .c_table tr td:first-child {
            justify-content: flex-start;
        }

        .c_table tr td:last-child {
            margin-bottom: 0px;
        }

    .c_table .custom_input_container {
        margin-left: auto;
    }

    .c_table #td_price > div {
        margin-right: 0;
        margin-left: auto;
    }

    .c_table #vorschlagsmenge > button {
        margin-right: 0 !important;
    }

    .c_table td:first-child {
        padding-left: 1rem;
    }

    .c_table td:empty {
        visibility: hidden;
        display: none;
    }

    .c_table td > label {
        display: block;
        margin-right: 1rem;
    }

    .hide_hersteller_empty_small_table {
        display: none !important;
    }
    /* ARtikel List */

    .ellipsis_3 {
        max-width: 100%;
    }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
    .hide_on_table {
        display: none !important;
    }

    .collapse {
        width: 60px !important;
    }

    .select_adress {
        max-width: 50%;
    }

    .collapse .hl_nav_menu {
        width: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important;
        border-top: 5px solid var(--light_gray);
    }

    .collapse .ps-5 {
        padding-left: 0 !important;
    }

    .collapse .col {
        display: none !important;
    }

    .collapse .row {
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .collapse span {
        display: none !important;
    }

    .collapse_button {
        font-size: 1.6rem;
        align-items: flex-start;
    }

    .collapse .collapse_button {
        align-items: center;
    }

    .collapse_button_buttons {
        display: none !important;
    }

    .sidebar {
        width: 230px;
    }

    .collapse i {
        font-size: 1.6rem;
    }


    /* ARtikel List */
    .c_table table {
        display: flex;
        padding: 0rem 1rem 0rem 1rem;
    }

    .c_table tbody {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .c_table thead {
        display: none !important;
    }

    .c_table td {
        display: flex;
        max-width: 100%;
        padding: 0.5rem;
        padding-right: 1rem;
        justify-content: flex-end;
    }

    .c_table.lager tr {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
        gap: 0px 10px;
        grid-template-areas:
            "ARTIKELNUMMER ARTIKELNUMMER ARTIKELNUMMER ARTIKELNUMMER"
            "LAGERBESTAND ME_VERKAUF_INHALT MINBESTAND MAXBESTAND"
            "VORSCHLAGSMENGE LAGERPLATZ DeleteArticle .";
        margin-bottom: 1rem;
    }

        .c_table.lager tr > #ARTIKELNUMMER {
            grid-area: ARTIKELNUMMER;
        }

        .c_table.lager tr > #LAGERBESTAND {
            grid-area: LAGERBESTAND;
        }

        .c_table.lager tr > #ME_VERKAUF_INHALT {
            grid-area: ME_VERKAUF_INHALT;
        }

        .c_table.lager tr > #MINBESTAND {
            grid-area: MINBESTAND;
        }

        .c_table.lager tr > #MAXBESTAND {
            grid-area: MAXBESTAND;
        }

        .c_table.lager tr > #VORSCHLAGSMENGE {
            grid-area: VORSCHLAGSMENGE;
        }

        .c_table.lager tr > #LAGERPLATZ {
            grid-area: LAGERPLATZ;
        }

        .c_table.lager tr > #DeleteArticle {
            grid-area: DeleteArticle;
        }

    .c_table tr > .flex_td {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .c_table.artikel_list tr {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
        gap: 0rem 1rem;
        grid-template-areas:
            "ARTIKEL ARTIKEL"
            "HERSTELLER HERSTELLER"
            "PREIS MENGE";
        margin-bottom: 1rem;
    }

        .c_table.artikel_list tr > #ARTIKEL {
            grid-area: ARTIKEL;
        }

        .c_table.artikel_list tr > #HERSTELLER {
            grid-area: HERSTELLER;
        }

        .c_table.artikel_list tr > #td_price {
            grid-area: PREIS;
        }

        .c_table.artikel_list tr > #MENGE {
            grid-area: MENGE;
            justify-content: flex-end;
        }

        .c_table.artikel_list tr > .flex_td {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }

        .c_table.artikel_list tr > td {
            justify-content: flex-start;
        }

        .c_table.artikel_list tr #td_price > div {
            margin-left: 0;
        }

    .c_table td {
        /* Behave  like a "row" */
        border: none;
        position: relative;
    }

    .c_table tr {
        border-bottom: 1px solid lightgray;
    }

        .c_table tr:first-child {
            margin-top: 20px;
        }

        .c_table tr td:first-child {
            justify-content: flex-start;
        }

        .c_table tr td:last-child {
            margin-bottom: 0px;
        }

    .c_table .custom_input_container {
        margin-left: auto;
    }

    .c_table #td_price > div {
        margin-right: 0;
        margin-left: auto;
    }

    .c_table #vorschlagsmenge > button {
        margin-right: 0 !important;
    }

    .c_table td:first-child {
        padding-left: 1rem;
    }

    .c_table td:empty {
        visibility: hidden;
        display: none;
    }

    .c_table td > label {
        display: block;
        margin-right: 1rem;
    }

    .hide_hersteller_empty_small_table {
        display: none !important;
    }
    /* ARtikel List */

    .ellipsis_3 {
        max-width: 100%;
    }

    .collapse_button_buttons {
        display: none !important;
    }
}

/*xtra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .top-row {
        position: sticky;
    }

    .collapse {
        width: 60px !important;
    }

    .select_adress {
        max-width: 50%;
    }

    .collapse .hl_nav_menu {
        width: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important;
        border-top: 5px solid var(--light_gray);
    }

    .collapse .ps-5 {
        padding-left: 0 !important;
    }

    .collapse .col {
        display: none !important;
    }

    .collapse .row {
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .collapse span {
        display: none !important;
    }

    .collapse_button {
        font-size: 1.6rem;
        align-items: flex-start;
    }

    .collapse .collapse_button {
        align-items: center;
    }

    .collapse_button_buttons {
        display: none !important;
    }

    .collapse i {
        font-size: 1.6rem;
    }

    .collapse_button_buttons {
        display: none !important;
    }
}

@media (max-width: 1199.99px) {
    /* Verwende CSS Grid für eine flexible Anordnung der Zellen */
    .c_table.export_statistics table {
        display: grid;
    }

    /* Verhindere, dass Header- und Datenspalten zusammengefasst werden */
    .c_table.export_statistics thead,
    .c_table.export_statistics tbody,
    .c_table.export_statistics th,
    .c_table.export_statistics td,
    .c_table.export_statistics tr {
        display: table;
    }

    /* Verhindere, dass Header- und Datenspalten gestapelt werden */
    .c_table.export_statistics th,
    .c_table.export_statistics td {
        flex: 1 1 0;
    }

    /* Füge einen dünnen grauen Rand um jede Zelle hinzu */
    .c_table.export_statistics tr {
        margin-bottom: 0.5rem;
    }

    .menu_box {
        padding: 0.5rem;
    }
}
