.my-custom-backend-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.my-custom-backend-column {
    flex: 1;
}

.left-column {
    padding: 20px;
    border-right: 1px solid #ccc;
}

.right-column {
    padding: 20px;
    border-left: 1px solid #ccc;
}

.flex-conten-inner {

}

.flex-conten-inner label {
    display:block;
    padding: 20px 10px 5px;
    font-size: 18px;
    font-weight: 100;
}

.flex-conten-inner input {
    width:100%;
    padding: 10px;
}

.flex-conten-inner textarea {
    width:100%;
    height:250px;
    padding: 10px;
}

.flex-conten-inner input[type=file] {
    background: #fff;
    padding: 15px;
}

.flex-conten-inner input[type=submit] {
    margin-top:20px;
    background: #333;
    border: 0px;
    padding: 15px;
    color: #fff;
    font-weight: bolder;
    text-transform: uppercase;
}

.flex-conten-inner select, .flex-conten-inner input {
    width: 100% !important;
    padding:10px;
}

.flexabo-zeile {
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 10px;
}

.flexabo-zeile img {
    max-width:80px;
    max-height:80px;
}

.fexabo-zeile-first-bild {
    float: left;
    width: 100px;
}

.fexabo-zeile-second-text {
    font-size:22px;
    padding-top:10px;
    text-transform: uppercase;
}

.flexabo-zeile-delet {
    float:right;
}

.flexabo-zeile-delet a {
    text-decoration: none;
    color:#666;
}

.flexabo-zeile-delet span {
    font-size: 34px;
    width: 30px;
    margin-top: -15px;
}

.flexabo-zeile-link {
    color:#000;
    text-decoration: none;
}

.flexabo-zeile-link:hover {
    background:#ccc;
    display:block;
    color:#666;
}
/* front end */
.flex_front_header {
    display: flex;
    justify-content: center;
    padding:30px;
}

.standort_frontend {
    background: #ccc;
    width: 30%;
    float: left;
    margin-right: 2%;
    margin-bottom: 15px;
    text-align: center;
    height: 100px;
    font-size: 32px;
    color: #fff;
    padding-top: 35px;
    font-weight: bolder;
}

.standort_frontend:hover {
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
    border:1px solid #fff;
    background:#9f9f9f;
}

.standort_frontend.aktive {
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
    border:1px solid #fff;
    background:#9f9f9f;
}

@media (max-width: 900px) {
    .standort_frontend {
        width:100%;
    }
    .button_bestellung {

    }
}

.standort_kontigent_spalte {
    width:45%;
    float:left;
    padding:15px;
}



.button_bestellung a {
    color:#fff;
}

.button_bestellung a:hover {
    color:#999;
}

.bestellungen_form input {
    width: 90%;
    text-align: center;
    padding: 7px;
    font-size: 26px;
}
.bestellungen_form input[type=submit] {
    border:0;
    background:#000;
    color:#fff;
    font-size:16px;
    font-weight:bold;
}

.standort_kontigent_spalte .standort_kontigent_zeile .standort_kontigent_zeile_zahl {
    padding:10px;
    background:#fff;
    font-size: 24px;
    font-weight: bold;
}

#main-content {
    position: relative;
    z-index: 9;
}

.abweichendeLieferadresseButton {
    border:1px solid #ccc;
    width:90%;
    text-align: center;
    margin:auto;
    cursor: pointer;
    margin-bottom:30px;
    margin-top:30px;
    padding:15px;
    background:#ccc;
}

.standort-form { float: right; }
.standort-select { font-family: inherit; padding: 7px 50px 7px 12px; border: 0; border-radius: 3px; }
.standort-titel { font-size: 14px; float: right; line-height: 31px; padding-right: 20px; }

header .et_builder_inner_content {
    z-index:10 !important;
}

.archive_zeile {
    display: flex;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 15px;
    margin-right: 15px;
    margin-left: 15px;
}

.archive_box {
    padding: 10px;
    box-sizing: border-box; /* Padding in die Breite miteinrechnen */
    font-size: 12px;
    font-weight: 600;
}

.archive_box_1 {
    flex: 0 0 15%; /* 15% der Container-Breite */
    border-right: 1px solid #efefef;
}

.archive_box_2 {
    flex: 0 0 15%; /* 15% der Container-Breite */
    border-right: 1px solid #efefef;
}

.archive_box_3 {
    flex: 0 0 30%; /* 45% der Container-Breite */
    border-right: 1px solid #efefef;
}

.archive_box_4 {
    flex: 0 0 20%; /* 25% der Container-Breite */
    border-right: 1px solid #efefef;
}

.archive_box_5 {
    flex: 0 0 20%; /* 25% der Container-Breite */
}

.kontingent-entry {
    clear: both;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 20px;
}

.product-header {
    background: #575757;
    color: #fff;
    padding: 10px 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 14px;
    font-weight: 600;
}

.kontingent-detail {
    background: #efefef;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 10px 20px;
    margin: 10px 0;
    text-align: center;
}

.start-abruf a {
    padding: 10px 35px;
    background: grey;
    color: #fff;
    text-align: center;
    font-weight: 600;
    border-radius: 3px;
    margin: 15px 0;
    text-decoration: none;
}

.no-location-selected,
.no-results,
.no-archive-data {
    text-align: center;
    padding: 50px 20px;
}

.archive-section {
    border-top: 1px solid #ccc;
    padding-top: 20px;
    margin-top: 50px;
}

.archive-section h2 {
    font-weight: 600;
    font-size: 30px;
    color: #666;
    margin-bottom: 20px;
}

.archive-entry {
    background: #f9f9f9;
    border: 1px solid #e1e1e1;
    padding: 15px;
    margin-bottom: 10px;
}

.archive-date {
    font-size: 14px;
    margin-bottom: 5px;
}

.archive-quantity,
.archive-product {
    font-size: 14px;
    margin-bottom: 5px;
}

.archive-status {
    font-size: 14px;
    margin-bottom: 5px;
    color: #D9354E; /* Rot für "nicht versendet" */
}

.archive-status.versendet {
    color: #73BB6F; /* Grün für "versendet" */
}

.spalteName {
    display: flex;
    justify-content: space-between; /* sorgt für gleichmäßigen Abstand zwischen den Spalten */
}

.spalteNameColumn {
    flex: 0 0 50%; /* flex-grow: 0, flex-shrink: 0, flex-basis: 50% */
    /* Optional: Falls du möchtest, dass zwischen den Spalten etwas Abstand ist, kannst du hier padding hinzufügen. */
    /* padding: 10px; */
    /* Um zu vermeiden, dass der Inhalt über die Spalten hinausgeht, wenn padding hinzugefügt wird, kannst du die Box-Sizing-Eigenschaft nutzen. */
    /* box-sizing: border-box; */
}

/* Optional: Responsive Design */
@media (max-width: 600px) {
    .spalteName {
        flex-direction: column; /* Stapelt die Spalten übereinander, wenn der Bildschirm klein ist */
    }
    .spalteNameColumn {
        flex-basis: 100%; /* Spalten nehmen die volle Breite ein, wenn sie übereinander gestapelt werden */
    }
}
