body {
    font-family: Sans-serif;
    padding: 0;
    margin: 0;
    font-size: 12px;
    background-color: #fbfbfb;
    color: #4e4d4d;
}

a {
    color: #4e4d4d;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

input {
    padding: 5px 5px 5px 5px;
}

input:focus {
    outline: none !important;
    border: 2px solid #4e4d4d;
}

.content-link {
    text-decoration: underline;
}

.content-link:hover {
    text-decoration: none;
}

.spacer_red {
    min-height: 5px;
    background: #3f516d;
}

.spacer_grey {
    min-height: 5px;
    background: #4e4d4d;
}

.grade {
    background-color: #ededed !important;
}

.ungrade {
    background-color: #e0e0e0 !important;
}

.ungrade:hover {
    background-color: #c4c4c4 !important;
}

.grade:hover {
    background-color: #c4c4c4 !important;
}

.button_red {
    padding: 10px 10px 10px 10px;
    background-color: #3f516d;
    color: #fbfbfb;
    border-radius: 5px;
    text-align: center;
}

.button_red:hover {
    background-color: #9e9d9d;
}

.Button1 {
    padding: 10px 10px 10px 10px;
    background: #3f516d;
    color: #fbfbfb;
    width: 150px;
}

.Button1:hover {
    background: #4e4d4d;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.HeaderContainer {
    margin: auto;
    width: 90%;
    min-width: 1024px;
    overflow: hidden;
    background-color: #ffffff;
    padding: 10px 10px 10px 10px;
}

.HeaderContainer a:hover {
    text-decoration: underline;
}

.Header_Left {
    padding: 10px 10px 10px 10px;
    width: 250;
    float: left;
}

.Header_Right {
    float: right;
    line-height: 18px;
    padding-top: 20px;
}

.NaviContainer {
    margin: auto;
    width: calc(90% + 20px);
    min-width: calc(1024px + 20px);
    overflow: hidden;
    background-color: #3f516d;
    margin-top: -5px;
}

.NaviPunkt {
    padding: 15px 15px 15px 15px;
    background-color: #3f516d;
    color: #fbfbfb;
    font-size: 16;
}

.NaviPunkt:hover {
    background-color: #4e4d4d;
    color: #fbfbfb;
}

.NaviContainer {
    display: flex;
    flex-direction: column;
}

.subnavigation-erfassung {
    font-size: 13px;
    display: flex;
    /* flex-direction: column; */
    padding-left: 57px;
}

.subnavigation-erfassung-entry {
    color: white;
    padding: 10px;
    width: revert;
}

.NaviPunkt_Active {
    padding: 15px 15px 15px 15px;
    background-color: #4e4d4d;
    color: #fbfbfb;
    font-size: 16;
}

.NaviPunkt_Active:hover {
    background-color: #575757;
}

/* .subnavigation-erfassung-entry.active {
    text-decoration: underline;
}

.subnavigation-erfassung-entry.active::after {
    content: " <";
} */

.FooterContainer {
    margin: auto;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 90%;
    min-width: 1024px;
    overflow: hidden;
    background-color: #ffffff;
    padding: 10px 10px 10px 10px;
    font-size: 9;
}

.MsgContainer {
    margin: auto;
    width: calc(90% + 20px);
    min-width: calc(1024px + 20px);
    overflow: hidden;
}

.MsgLine {
    border: 1 px solid;
    padding: 10px 10px 10px 10px;
}

.Msg_okay {
    border-left: 15px solid green;
    background-color: #1dc718;
    font-size: 15px;
    font-weight: bolder;
}

.Msg_info {
    border-left: 15px solid #ff8000;
    background-color: #ffb56b;
    font-size: 15px;
    font-weight: bolder;
}

.Msg_error {
    border-left: 15px solid red;
    background-color: #fc7979;
    font-size: 15px;
    font-weight: bolder;
}

.ContentContainer {
    margin: auto;
    width: 90%;
    min-width: 1024px;
    overflow: hidden;
    background-color: #ffffff;
    padding: 20px 10px 10px 10px;
}

.ContentHeader {
    font-size: 20;
    font-weight: bold;
}

.ContentSubline {
    border-top: 1px solid #9e9d9d;
    color: #9e9d9d;
}

.ContentContent {
    padding-top: 20px;
    padding-bottom: 40px;
}

.User_Container {}

.User_Line {
    overflow: hidden;
}

.User_Cell {
    float: left;
    padding: 20px 5px 20px 5px;
}

.User_Cell_woPadding {
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 12px;
}

.User_Cell_2Padding {
    float: left;
    padding-top: 12px;
}

.User_Cell_2Padding_button {
    float: left;
    padding-top: 10px;
}

.User_Container {}

.User_Line_Head {
    overflow: hidden;
}

.User_Line {
    overflow: hidden;
}

.User_Cell_head {
    float: left;
    padding: 5px 5px 5px 5px;
    font-weight: bold;
}

.User_Cell {
    float: left;
    padding: 5px 5px 5px 5px;
}

.Expresserfassung_1_Container {
    margin-bottom: 30px;
    overflow: hidden;
}

.Expresserfassung_1_Button_G {
    background-color: #3f516d;
    color: #fbfbfb;
    width: calc(50% - 25px);
    float: left;
    text-align: center;
    margin: auto;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.Expresserfassung_1_Button_G:hover {
    background-color: #9e9d9d;
}

.Expresserfassung_3_Container {
    width: calc(25% - 22px);
    margin-right: 10px;
    margin-left: 10px;
    float: left;
    overflow: hidden;
    border: 1px solid black;
    height: 340px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    padding-bottom: 20px;
}

.Expresserfassung_3_Container:hover {
    background-color: #9e9d9d;
}

.Expresserfassung_3_Pic {
    width: 100%;
    min-height: 267;
    max-height: 267;
    margin-bottom: 20px;
    object-fit: contain;
}

.EANHinweis {
    width: 80%;
    /* background-color: #ff0000; */
    padding: 10px 10px 10px 10px;
    text-align: center;
    /* color: #fbfbfb; */
    margin: auto;
    font-size: 20px;
}

.EANInput {
    margin: 5px 5px 5px 5px;
    padding: 5px 5px 5px 5px;
    text-align: center;
}

.PreisHinweis {
    margin-top: 20px;
    width: 80%;
    /* background-color: #ff0000; */
    padding: 10px 10px 10px 10px;
    text-align: center;
    /* color: #fbfbfb; */
    margin: auto;
    margin-bottom: 1rem;
    font-size: 20px;
    font-weight: 900;
}

.PreisInput {
    margin: 5px 5px 5px 5px;
    padding: 5px 5px 5px 5px;
    text-align: center;
}

.Logging_Container {}

.Logging_Line_Head {
    overflow: hidden;
}

.Logging_Line {
    overflow: hidden;
    padding: 15px 15px 15px 15px;
}

.Logging_Cell_Head {
    float: left;
}

.Logging_Cell {
    float: left;
    padding: 15px 15px 15px 15px;
}

.article-capture-final-step-product-image {
    display: block;
    max-width: 1000px;
    margin: auto;
}

.article-capture-final-step-product-image.no-article-product-image-found {
    max-width: 600px;
}

.article-needs-to-be-photographed-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.article-needs-to-be-photographed-modal .modal-content {
    background-color: darkred;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    max-width: 600px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: white;
}

.article-needs-to-be-photographed-modal button {
    margin-top: 20px;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: bold;
    color: white;
    background-color: #b22222;
    border: none;
    cursor: pointer;
}

.article-needs-to-be-photographed-modal button:hover {
    background-color: #a00000;
}

#loading-overlay {
    position: fixed;
    z-index: 1001;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease-in-out, visibility 0.2s;
}

#loading-overlay.active {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.2s, visibility 0.2s;
    background-color: rgba(0, 0, 0, 0.4);
}

.loading-overlay-content {
    text-align: center;
}

.loading-overlay-spinner {
    width: 50px;
    height: 50px;
    border: 5px solid rgba(255, 255, 255, 0.3);
    border-top-color: #fff;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.print-label-section {
    padding-top: 1rem;
    display: flex;
    justify-content: center;
}

.print-label-section button {
    padding: 10px 20px;
    font-size: 20px;
}

a img {
    cursor: pointer;
}