*{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

*::placeholder{
    color: #aaa;
}

html{
    font-size: 20px;
    padding: 0;
    margin: 0;
}

body{
    font-family: Arial;
    font-size: 1em;
    line-height: 1.3em;
    color: #4d4d4d;
    padding: 0;
    margin: 0;
}

h1,h2,h3,h4,h5,h6{
    margin-top: 0;
}

hr{
    border: none;
    height: 1px;
    background-color: #ccc;
    margin: 20px 0;
}

a{
    color: #FFAE00;
    text-decoration: none;
    cursor: pointer;
}

a.dezent{
    color: #4d4d4d;
    text-decoration: none;
}

a.dezent:hover{
    text-decoration: underline;
}

img.border{
    border: 1px solid #ccc;
}

h1{
    font-size: 1.400em;
    line-height: 1.3em;
}

h2{
    font-size: 1.300em;
    line-height: 1.3em;
}

h3{
    font-size: 1.200em;
    line-height: 1.3em;
}

p{
    margin-top: 0;
}

.clrfix:after{
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    content: "";
}

.clr{
    clear: both; 
}

.clr10{
    clear: both; 
    height: 10px;
}

.clr20{
    clear: both; 
    height: 20px;
}

.clr30{
    clear: both; 
    height: 30px;
}

.center{
    text-align: center;
}

/* Formulare */
.form-row{
    margin-bottom: 15px;
}

.form-row label{
    display: block;
}

.form-row label .desc{
    color: #aaa;
    font-size: 0.8em;
}

select{
    display: inline-block;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px 0 0 5px;
    background-color: #fff;
    padding: 3px 5px 4px 5px;
    cursor: pointer;
    color: #4d4d4d;
    font-family: 'pt_sans', Arial;
}

select option:disabled{
    text-decoration: line-through;
    color: #c2bebe;
}

select.inline{
    width: auto;
}

input[type=text], input[type=password], textarea{
    display: inline-block;
    width: 100%;
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 6px 10px;
    color: #4d4d4d;
    font-family: Arial;
}

input[type=text].error, input[type=password].error, textarea.error{
    border: 1px solid red;
}

input[type=submit], input[type=button], button{
    display: inline-block;
    vertical-align: top;
    background-image: none;
    border: none;
    background-color: #555555;
    color: #fff;
    padding: 7px 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    font-family: Arial;
}

input[type=submit].full, input[type=button].full, a.submit-btn.full{
    width: 100%;
}

a.submit-btn{
    display: inline-block;
    vertical-align: top;
    background-image: none;
    border: none;
    background-color: #555555;
    color: #fff;
    padding: 5px 20px 6px 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-decoration: none;
    cursor: pointer;
}

a.btn{
    display: inline-block;
    vertical-align: top;
    background-image: none;
    border: none;
    background-color: #555555;
    color: #fff;
    padding: 5px 10px 6px 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-decoration: none;
    cursor: pointer;
}

a.btn > i{
    margin-right: 10px;
}

input[type=submit].sec, a.submit-btn.sec{
    background-color: #ccc;
    color: #666;
}

a.submit-btn.grau{
    background-color: #e8e4d8;
    color: #4d4d4d;
}

a.btn.orange{
    background-color: #FFAE00;
    color: #fff;
}

.btn-row{
    margin-left: -15px;
}

.btn-row.right{
    text-align: right;
}

.btn-row > *{
    margin-left: 15px;
    margin-bottom: 10px;
}

#cookies{
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    font-size: 14px;
    line-height: 1.3em;
    background-color: #f5f5f5;
    border-top: 5px solid #555555;
    text-align: center;
    z-index: 999;
}

.cookie_buttons{
    display: block;
    margin-top: 7px;
}

#login-form{
    display: block;
    margin: 0 auto;
    max-width: 400px;
    width: 100%;
    border: 1px solid #ccc;
    padding: 30px;
}

#login-form input[type=submit]{
    width: 100%;
}

.inp-btn-form{
    position: relative;
}

.inp-btn-form input[type=text]{
    position: relative;
    padding-right: 108px;
    border-radius: 0;
}

.inp-btn-form input[type=submit]{
    position: absolute;
    border-radius: 0;
    top: 0;
    right: 0;
}
/* ENDE Formulare */

/* Container */
#container{
    background-color: #fff;
    display: block;
    padding: 40px 0;
    position: relative;
    z-index: 0;
}

.page-content{
    position: relative;
    margin: 0 auto;
    max-width: 1230px;
    padding: 0 15px;
}

.page-content.full{
    max-width: none;
}


/* ENDE Container */

/* Info Messages */
#infomsg-box{
    display: block;
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 90%;
    margin-left: 5%;
}

.infomsg{
    display: block;
    background-color: #d5efc2;
    color: #439800;
    padding: 15px;
    border: 1px solid #92CD59;
}

.infomsg.error{
    display: block;
    background-color: #F2DEDE;
    color: #f64c4c;
    padding: 15px;
    border: 1px solid #e6e6e6;
}
/* ENDE Info Messages */

/* Tabellen */
table.auflistung{
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

table.auflistung.small{
    font-size: 0.8em;
    line-height: 1.3em;
}

table.auflistung.small select,
table.auflistung.small input{
    font-size: 0.8em;
    padding: 0;
}

table.auflistung.small input{
    padding: 3px;
    width: 50px;
}

table.auflistung thead td{
    background-color: #555555;
    color: #fff;
    padding: 0.5em 0.7em;
    border: 1px solid #ccc;
}

table.auflistung thead tr.second-row td{
    background-color: #a8a8a8;
}

/* table.auflistung thead{
    display: block;
    width:100%;
} */

/* table.auflistung thead tr{
    display: block;
    width:100%;
} */

/* table.auflistung tbody{
    display:block;
    overflow:auto;
    height:200px;
    width:100%;
} */

table.auflistung tbody td{
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 0.3em 0.7em;
    vertical-align: top;
}

table.auflistung tbody tr:nth-child(2n) td{
    background-color: #efefef;
}

table.auflistung tbody tr:hover td{
    background-color: #e8e8e8;
}

table td.small{
    width: 1px;
    white-space: nowrap;
}

table td.center{
    text-align: center;
}

table td.right{
    text-align: right;
}

table td.aktion a{
    color: #383838;
}

table td.aktion a:hover{
    color: #555555;
}

table.simple-data{
    border-spacing: 0;
    border-collapse: collapse;
}

table.simple-data tr td{
    padding: 0 0 0 10px;
    vertical-align: top;
}

table.simple-data thead tr td{
    padding: 0;
    font-weight: bold;
}

table.simple-data.border tr td{
    padding: 5px 10px;
    border: 1px solid #ccc;
}


/* ENDE Tabellen */

/* Paginator */
.paginator.default{
    margin: 10px 0;
    text-align: right;
}

.paginator.default ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
    float: right;
}

.paginator.default ul li{
    display: inline-block;
    padding: 5px;
    border: 1px solid #ccc;
    height: 25px;
    line-height: 14px;
    font-size: 14px;
    min-width: 25px;
    text-align: center;
}

.paginator.default ul li.aktiv{
    background-color: #555555;
    border: 1px solid #555555;
}

.paginator.default ul li a{
    color: #383838;
    text-decoration: none;
}

.paginator.default ul li.aktiv a{
    color: #fff;
}

.paginator.default > .label{
    float: left;
    line-height: 14px;
    font-size: 14px;
    padding: 5px 5px 5px 0;
}

.paginator.selectbox{
    margin: 10px 0;
}

.paginator.selectbox > .label{
    float: right;
    line-height: 20px;
    font-size: 14px;
    padding: 5px;
}

.paginator.selectbox > select{
    display: block;
    float: right;
    width: auto;
    line-height: 14px;
    font-size: 14px;
    padding: 5px;
}
/* ENDE Paginator */


/* Page Layouts Columns */
/* .pageblock:after{
    display:block;
    clear: both;
    height: 0;
    visibility: hidden;
    content: "*";
} */

.col-70{
    float: left;
    width: 68%
}

.col-60{
    float: left;
    width: 58%
}

.col-50{
    float: left;
    width: 48%;
}

.col-40{
    float: left;
    width: 38%;
}

.col-30{
    float: left;
    width: 28%;
}

.col-70.right, .col-60.right, .col-50.right, .col-40.right, .col-30.right{
    float: right;
}

.grid-box{
    display: grid;
}

.grid-box.col-3{
    grid-template-columns: 33.3% 33.3% 33.3%;
    grid-template-rows: auto;
    grid-gap: 30px;
}

.grid-box.col-2{
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
}

.floated > div{
    display: block;
    float: left;
}

.floated.mr-30 > div{
    margin-right: 30px;
}

.floated:after{
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    content: ".";
}

/* Message Boxes */
.note-box, .error-box, .success-box{
    display: block;
    margin: 30px 30px 0 30px;
    padding: 15px;
}

.note-box{
    background-color: #fefdee;
    border: 1px solid #FFAE00;
    color: #FFAE00;
}

.error-box{
    background-color: #fff1f1;
    border: 1px solid #cf2020;
    color: #cf2020;
}

.success-box{
    background-color: #f2fff1;
    border: 1px solid #429523;
    color: #429523;
}

.note-box i,
.error-box i,
.success-box i{
    display: block;
    float: left;
    font-size: 1.5em;
}

.note-box .msg,
.error-box .msg,
.success-box .msg{
    display: block;
    margin-left: 40px;
}

.boxlisting.m10{
    margin-left: -10px;
}

.boxlisting.m15{
    margin-left: -15px;
}

.boxlisting.m20{
    margin-left: -20px;
}

.boxlisting.m30{
    margin-left: -30px;
}

.boxlisting.m40{
    margin-left: -40px;
}

.boxlisting.m50{
    margin-left: -50px;
}

.boxlisting > .box{
    display: inline-block;
    margin-right: -5px;
    vertical-align: top;
}

.boxlisting.col-2 .box{
    width: 50%;
}

.boxlisting.col-3 .box{
    width: 33.33%;
}

.boxlisting.col-4 .box{
    width: 25%;
}

.boxlisting.col-5 .box{
    width: 20%;
}

.boxlisting > .box > *.inner{
    display: block;
}

.boxlisting.m10 > .box > *.inner{
    margin-left: 10px;
    margin-bottom: 10px;
}

.boxlisting.m15 > .box > *.inner{
    margin-left: 15px;
    margin-bottom: 15px;
}

.boxlisting.m20 > .box > *.inner{
    margin-left: 20px;
    margin-bottom: 20px;
}

.boxlisting.m30 > .box > *.inner{
    margin-left: 30px;
    margin-bottom: 30px;
}

.boxlisting.m40 > .box > *.inner{
    margin-left: 40px;
    margin-bottom: 40px;
}

.boxlisting.m50 > .box > *.inner{
    margin-left: 50px;
    margin-bottom: 50px;
}

#infomessages{
    display: block;
    position: relative;
}

#breadcrump{
    font-size: 12px;
    margin-bottom: 15px;
}

#breadcrump ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#breadcrump ul > li{
    display: inline-block;
}

#breadcrump ul > li > a{
    display: inline-block;
    color: #4d4d4d;
}

#breadcrump ul > li > a > img{
    position: relative;
    top: 7px;
    margin-right: 3px;
}

#breadcrump ul > li::before{
    display: inline-block;
    content:  "\f105";
    margin: 0 3px;
    font-family:"Font Awesome 5 Free";
    font-style:normal;
    font-weight:900;
}

#breadcrump ul > li:first-child::before{
    content: "";
    display: none;
}

#menue-bar{
    display: none;
    cursor: pointer;
    float: left;
}

#menue-icon{
    display: inline-block;
    font-size: 26px;
    line-height: 26px;
    padding: 10px;

}

#menue-icon > i{
    display: inline-block;
    margin-right: 10px;
}





nav#mobile-navi{
    display: block;
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    max-width: 270px;
    height: 100%;
    background-color: #fff;
    z-index: 999999;
    overflow-x: hidden;
    overflow-y: auto;
    transition: all 0.2s;
}

nav#mobile-navi.active{
    left: 0;
}

#mobile-navi-head{
    display: block;
    padding: 10px;
    background-color: #555555;
    color: #fff;
    position: relative;
}

#mobile-navi-head .close-mobile-navi{
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px 20px;
    cursor: pointer;
}

nav#mobile-navi > ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

nav#mobile-navi > ul > li{
    display: block;
    border-top: 1px solid #ccc;
}

nav#mobile-navi > ul > li > a{
    display: block;
    color: #444444;
    padding: 10px;
}

nav#mobile-navi > ul > li > ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

nav#mobile-navi > ul > li > ul > li{
    display: block;
    border-top: 1px solid #ccc;
}

nav#mobile-navi > ul > li > ul > li > a{
    display: block;
    color: #444444;
    padding: 10px;
}

nav#mobile-navi > ul > li > ul > li > ul{
    padding-bottom: 15px;
    line-height: 1.5em;
}

.exception{
    display: block;
    margin-bottom: 20px;
    background-color: #fce4e4;
    color: #f64c4c;
    padding: 15px;
    border: 1px solid #f64c4c;
    font-size: 18px;
    line-height: 1.3em;
}

#top-bar{
    padding: 0 15px;
    border-bottom: 1px solid #ccc;
}

a#logo{
    display: block;
    float: left;
    width: 100%;
    max-width: 543px;
}

a#logo img{
    display: block;
    width: 100%;
}


.logged-in-user-info{
    float: right;
    padding-top: 20px;
    font-size: 0.8em;
    line-height: 1.3em;
    text-align: right;
}

nav#main-navi{
    background-color: #555555;
    color: #fff;
    position: relative;
    z-index: 100;  
}

nav#main-navi ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

nav#main-navi > ul > li{
    display: inline-block;
    position: relative;
    margin: 0;
}

nav#main-navi > ul > li > a{
    display: block;
    color: #ffffff;
    cursor: pointer;
    padding: 10px 15px;
}

nav#main-navi > ul > li > ul{
    display: none;
    position: absolute;
    top: 46px;
    left: 0px;
    background-color: #555555;
    width: 250px;
}

nav#main-navi > ul > li:hover > ul{
    display: block;
}

nav#main-navi > ul > li > ul > li{
    display: block;
    position: relative;
}

nav#main-navi > ul > li > ul > li > a{
    display: block;
    color: #ffffff;
    cursor: pointer;
    font-size: 0.7em;
    padding: 5px 20px;
    border-top: 1px solid #ccc;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

nav#main-navi > ul > li > ul > li > a:hover{
    background-color: #858181;
}



nav#main-navi > ul > li > ul > li > ul{
    display: none;
    position: absolute;
    top: 0;
    left: 250px;
    background-color: #555555;

}

nav#main-navi > ul > li > ul > li:hover > ul{
    display: block;
}

nav#main-navi > ul > li > ul > li > ul > li{
    display: block;
    position: relative;
}

nav#main-navi > ul > li > ul > li > ul > li > a{
    display: block;
    color: #ffffff;
    cursor: pointer;
    font-size: 0.7em;
    padding: 5px 20px;
    border-top: 1px solid #ccc;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

nav#main-navi  ul  li:hover{
    background-color: #858181;
}

nav#main-navi > ul > li > ul > li.with-sub:after{
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid white;
    content: "";
    transform: translateY(-50%);
}

.show_products_actions{
    display: inline-block;
    padding: 0 10px;
    cursor: pointer;
    position: relative;
}

.popup_actions{
    position: absolute;
    top: 100%;
    right: -1px;
    background-color: #fff;;
    z-index: 10;
    border: solid #ccc;
    border-width: 0 1px 1px 1px;
}

.popup_actions > a{
    display: block;
    cursor: pointer;
    color: #000;
    text-decoration: none;
    padding: 5px 10px;
    border-top: 1px solid #ccc;
    text-align: left;
    font-size: 16px;
}

.product_selection_box{
    height: 600px;
    border: 1px solid #ccc;
}

.possible-product-box{
    float: left;
    width: 50%;
    padding: 15px;
    border-right: 1px solid #ccc;
    height: 100%;
}

.possible-product-box .search-results,
.selected-product-box .selected-products{
    max-height: 510px;
    overflow-y: auto;
}

.selected-product-box{
    float: left;
    width: 50%;
    padding: 15px;
    height: 100%;
}

.search-results .item,
.selected-products .selected-product{
    border: solid #ccc;
    border-width: 0 1px 1px 1px;
    padding: 5px 10px;
    cursor: pointer;
    position: relative;
}

.search-results .item:first-child,
.selected-products .selected-product:first-child{
    border-width: 1px 1px 1px 1px;
}

.search-results .item:hover{
    background-color: #f5f5f5;
}

.remove-selected-product{
    display: none;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 34px;
    line-height: 34px;
    background-color: #ff0000;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

.selected-products .selected-product:hover .remove-selected-product{
    display: block;
}

.info-box{
    margin-bottom: 1em;
}

.info-box .box-head{
    background-color: #555555;
    color: #fff;
    padding: 0.5em 0.7em;
}

.info-box .box-content{
    border: solid #ccc;
    border-width: 0 1px 1px 1px;
    padding: 0.5em 0.7em;
}

.order_product_desc{
    display: none;
    font-size: 14px;
    line-height: 1.2em;
    padding-left: 20px;
}

.show_nachlieferung_modal,
.show_selbstabholer_modal{
    cursor: pointer;
}

.delete_tracking_number{
    cursor: pointer;
}

.delete_tracking_number:hover{
    color: red;
}

.del-paket-row:hover{
    color: red;
    cursor: pointer;
}

.extra_artikel_row .search-results{
    position: relative;
    background-color: #fff;
}

.category-tree{

}

.category-tree ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.category-tree > ul ul{
    display: none;
}

.category-tree ul li{
    display: block;
    position: relative;
    line-height: 1.6em;
}

.category-tree ul ul li{
    padding-left: 20px;
}

.category-tree ul ul li:before{
    position: absolute;
    left: 7px;
    top: 0px;
    content: '';
    display: block;
    border-left: 1px solid #aaa;
    height: 0.8em;
    border-bottom: 1px solid #aaa;
    width: 10px;
}

.category-tree ul ul li:after{
    position: absolute;
    left: 7px;
    bottom: -7px;
    content: '';
    display: block;
    border-left: 1px solid #aaa;
    height: 100%;
}

.category-tree ul ul li:last-child:after{
    display: none;
}

.category-tree ul li > a{
    cursor: pointer;
    color: #4d4d4d;
}

.category-tree ul li > a:before,
.category-tree ul li.open > a:before{
    font-family: "Font Awesome 5 Free";
    content: "\f146";
    color: #4d4d4d;
    margin-right: 10px;
}

.category-tree ul li.has-subcats:not(.open) > a:before{
    font-family: "Font Awesome 5 Free";
    content: "\f0fe";
}

.category-tree ul li.open > a{
    color: #FFAE00;
}

.category-tree ul li.clicked > a{
    font-weight: bold;
}

#cat-overview .category-tree{
    float: left;
    width: 100%;
    max-width: 400px;
}

#cat-overview #cat-details{
    margin-left: 400px;
}

.paketarten-listing{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 15px;
    margin-bottom: 30px;
}

.paketarten-listing > .item{
    cursor: pointer;
}

.paketarten-listing > .item.active{
    border: 5px solid #FFAE00;
}

.paketarten-listing > .item > .head{
    background-color: #555555;
    color: #fff;
    padding: 10px;
    text-align: center;
}

.paketarten-listing > .item > .content{
    position: relative;
}

.paketarten-listing > .item > .content img{
    display: block;
    width: 100%;
    border: 1px solid #ccc;
}

.paketarten-listing > .item > .content .paket_masse{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255,255,255,0.8);
    padding: 10px;
    font-size: 14px;
    line-height: 1.3em;
    text-align: center;
    border: 1px solid #ccc;
}

.haupt_paketarten{
    float: left;
    width: 100%;
}

.haupt_paketarten.active{
    float: left;
    width: 35%;
}

.haupt_paketarten.active .paketarten-listing{
    grid-template-columns: 1fr;
}

.zusatz_paketarten{
    display: none;
    float: right;
    width: 60%;
}

#versand_products{
    display: none;
}

.suborder-hinweis{
    border: 1px solid #c70505;
    margin-bottom: 20px;
}

.suborder-hinweis h3{
    background-color: #c70505;
    color: #fff;
    padding: 10px 20px;
}

.suborder-hinweis ul{
    background-color: #fff;

}

.video_preview > .image{
    position: relative;
    cursor: pointer;
}

.video_preview > .image img{
    display: block;
    width: 100%;
}

.video_preview > .image > i{
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 3em;
}

.jconfirm-icon-c{
    margin: 0 auto 15px auto !important;
    width: 100%;
    text-align: center;
}

.jconfirm-icon-c .fa-exclamation-triangle{
    font-size: 4em;
}

.jconfirm-title{
    line-height: 1.3em;
}

a.btn.gls-btn, a.btn.dhl-btn{
    min-width: 100px;
    text-align: center;
    font-weight: bold;
}

a.btn.gls-btn{
    background-color: #172154;
    color: #FCBF00;
}

a.btn.dhl-btn{
    background-color: #fc0;
    color: #d40511;
}

#trackingmail_again_form{
    margin-top: 20px;
}

#trackingmail_again_form .form-elements{
    display: grid;
    grid-template-columns: 1fr 65px;
    gap: 10px;
}

.change_lieferart_form .btn-row,
.change_lieferdatum_form .btn-row{
    display: none;
}

.retoure-menge-switch{
    display: flex;
    margin: 0 20px;
    justify-content: center;
}

.retoure-menge-switch .arrow-left, .retoure-menge-switch .arrow-right{
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ccc;
    background-color: #fff;
}

.retoure-menge-switch .arrow-left:hover, .retoure-menge-switch .arrow-right:hover{
    background-color: #FFAE00;
    color: #fff;
    cursor: pointer;
}

.retoure-menge-switch .menge-ok,
.retoure-menge-switch .menge-fehler{
    height: 40px;
    min-width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.retoure-menge-switch .menge-ok{
    background-color: green;
    color: #fff;
}

.retoure-menge-switch .menge-fehler{
    background-color: red;
    color: #fff;
}

.retoure-comment-btn{
    width: 40px;
    height: 40px;
    border: 1px solid #ccc;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.retoure-comment-btn:hover, .retoure-comment-btn.active{
    background-color: #FFAE00;
    color: #fff;
}

textarea.retouren_anmerkung{
    width: 350px;
    height: 200px;
}

.product-text{
    font-size: 0.8em;
    line-height: 1.2em;
    margin-top: 10px;
    padding-left: 10px;
}

.retoure-product-listing .item{
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    border: 1px solid #ccc;
    padding: 5px;
    margin-bottom: 10px;
}

.retoure-product-listing .item .check{
    display: none;
    width: 40px;
    height: 40px;
    border: 1px solid #ccc;
    /* display: flex; */
    align-items: center;
    justify-content: center;
}

.retoure-product-listing .item .menge-zurueck{
    width: 60px;
    height: 40px;
}

.retoure-product-listing .item .menge-zurueck select{
    height: 100%;
}

.retoure-product-listing .item .check i{
    display: none;
}

.retoure-product-listing .item > .name{
    padding-top: 8px;
    font-weight: bold;
}

.retoure-product-listing .item > .name .desc{
    display: none;
    font-weight: normal;
    font-size: 0.7em;
    line-height: 1.2em;
}

.retoure-product-listing .item > .actions{
    display: grid;
    grid-template-columns: 60px 1fr 40px;
    max-width: 320px;
}

.retoure-product-listing .item > .anmerkungen{
    display: none;
}

.retoure-product-listing .item > .anmerkungen textarea{
    width: 100%;
    max-width: 500px;
}

.retoure-product-listing .pid_inp{
    display: none;
}

.retoure-product-listing .item.used{
    background-color:hsl(41, 100%, 90%);
}

@media screen and (max-width: 800px){
    /* .retoure-product-listing .item{
        grid-template-columns: 40px 1fr;
    } */
}

#retoure_artikel{
    float: left;
    width: 60%;
}

#retoure_anlagen{
    float:right;
    width: 35%;
}

@media screen and (max-width: 900px){
    #auftragsdaten_boxen > .box{   
        width: 100%;
    }

    #retoure_artikel, #retoure_anlagen{
        float: none;
        width: 100%;
    }
    
    #retoure_anlagen{
        margin-top: 20px;
    }
}

.retoure-zu_spaet{
    padding: 20px;
    border: 1px solid hsl(41, 100%, 50%);
    background-color: hsl(41, 100%, 90%);
    margin-bottom: 20px;
}

.kein_lieferschein_box{
    background-color: #c70505;
    color: #fff;
    padding: 20px;
    margin-bottom: 20px;
}

.kein_lieferschein_box a{
    text-decoration: underline;
    color: #fff;
}

.reload-page-bar{
    display: none;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    background-color: #429523;
    color: #fff;
    padding: 10px 20px;
    margin-bottom: 20px;
}

.reload-page-bar a.btn{
    margin-left: auto;
}

.bildwechsel-listing{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.bildwechsel-listing .item{
    position: relative;
}

.bildwechsel-listing .item > img{
    display: block;
    width: 100%;
}

.bildwechsel-listing .item .link{
    margin-top: 5px;
    display: flex;
    gap: 5px;
}

.bildwechsel-listing .item .actions{
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    background-color: #fff;
    border: 1px solid #ccc;
}

.bildwechsel-listing .item .actions > *{
    display: flex;
    width: 35px;
    height: 35px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.bildwechsel-listing .item .actions .status{
    cursor: pointer;
    color: #fff;
}

.bildwechsel-listing .item .actions .status:after{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.bildwechsel-listing .item .actions .status.online{
    background-color: green;
}

.bildwechsel-listing .item .actions .status.online:after{
    content: "\f00c";
}

.bildwechsel-listing .item .actions .status.offline{
    background-color: red;
}

.bildwechsel-listing .item .actions .status.offline:after{
    content: "\f00d";
}

