
.com_broetchendienst h1,
.com_broetchendienst h2,
.com_broetchendienst h3,
.com_broetchendienst h4 {
    font-family: inherit;
}
.com_broetchendienst h1,
.com_broetchendienst h2 {
    font-weight: 500;
}
.com_broetchendienst h2 {
    font-size: 1.5rem;
}
.com_broetchendienst h3 {
    font-size: 1rem;
}

.task-paymentok #sp-main-body .container {
/* .view-myorders #sp-main-body .container { */
    padding-left: 0;
    padding-right: 0;
}

td.right,
th.right {
    text-align: right;
}

td.center,
th.center {
    text-align: center;
}

.com_broetchendienst .page-header {
    padding-bottom: 1rem;
}

.header-padding {
    padding-left: 15px;
    padding-right: 15px;
}


.datepicker table {
    border-collapse: separate;
    border-spacing: 0.25rem;
}
.datepicker.datepicker-dropdown.datepicker-orient-top {
    margin-top: -0.25rem;
}
#order-date.input-date {
    width: 10rem;
    padding: 0.25rem 0.5rem;
    margin: 1rem 0;
    text-align: center;
    border: 1px solid #444;
    border-radius: 4px;
}


#cart.cart-day {
    position: relative;
    min-height: 40px
}
.cart-day .cart-row {
    display: flex;
    padding: 0.75rem;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    margin: 0.75rem 0;
}
.cart-row .cart-row-left {
    flex: 1 1;
}
.cart-row .cart-row-right {
    flex: 0 0 100px;
    text-align: right;
}
.cart-day .cart-row-total {
    border-top: 1px solid #e7e7e7;
    font-size: 1.25rem;
    text-align: right;
}


.product-menu {
    padding: 0.5rem;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    border: 1px solid #ccc;
}
.category-desc {
    font-size: 1.125rem;
}
.product-menu h2 {
    font-size: 1.875rem;
    font-weight: normal;
    color: #f58103;
}
.product-menu h3 {
    font-weight: bold;
}

.product-item {
    padding: 10px 0;
    border-top: 1px dotted #ccc;
}
.product-item-inner {
    display: flex;
    flex-wrap: wrap;
    row-gap: 1rem;
}
.product-item-image {
    flex: 0 1 auto;
    padding-right: 0.5rem;
}
.product-item-info {
    flex: 1 1 124px;
    width: 130px;
}
.product-item-price {
    flex: 0 0 auto;
    padding-left: 0.5rem;
    min-width: 3.875rem;
    font-weight: bold;
    line-height: 1.2;
    text-align: right;
    color: #000;
}
.product-item-actions {
    flex: 1 0 100%;
    align-self: flex-end;
}
.product-item-actions .row {
    justify-content: end;
}
.product-item-actions .col-price {
    min-width: 3.875rem;
    text-align: right;
}
.product-item-image  img {
    width: 80px;
    padding: 2px;
    border: solid 1px #ccc;
}

.product-menu .button-dec,
.product-menu .button-inc {
    width: 24px;
    border-color: hsl(210, 14%, 83%);
}
.product-menu .form-control.num-prod {
    width: 2.75rem;
    text-align: right;
}




.btn-edit-order.btn {
    margin-left: 0.5rem;
    color: #fff;
    background-color: #993300;
}
.btn-edit-order.btn:hover,
:not(.btn-check) + .btn-edit-order.btn:active {
    color: #fff;
    background-color: #772200;
}
.btn-edit-order.btn:focus-visible {
    color: #fff;
    background-color: #772200;
    outline: 1px auto;
}

.cartremove-btn {
    color: #d31010;
    cursor: pointer;
}
.cartremove-btn:hover {
    color: #a61515;
}

.datepicker table tr td.hasorder {
    background-color: #159049;
}

#liveToast {
    /* background-color: #cfc; */
    color: #fff;
    background-color: #448344;
}
#liveToast-err.errormsg {
    color: #fff;
    background-color: #d31010;
}
.toast-body {
    font-weight: bold;
    text-align: center;
}




#total-cart {
    position: relative;
    min-height: 40px
}
.bestellung-tag {
    padding: 0.625rem;
    margin-bottom: 1rem;
    border: 1px solid #e7e7e7;
    border-radius: 4px; 
}

.gesamt-uebersicht-produkte {
    padding-top: 1rem;
    font-size: 0.75rem;
}
.gesamt-uebersicht-produkte .table th {
    font-weight: bold;
}
.gesamt-uebersicht-produkte .table .gesamt-preis,
.gesamt-uebersicht-produkte .table .einzel-preis,
.gesamt-uebersicht-produkte .table .menge {
    width: 90px;
}
.gesamt-uebersicht-produkte .table tbody {
    border-top: 2px solid #000;
}

.gesamt-uebersicht-produkte .table > * > * > * {
    padding: 0.375rem 0.375rem;
}

.kosten-uebersicht-gesamt .table td {
    padding: 0;
    border-bottom: 0;
}
.kosten-uebersicht-gesamt .table .gesamt-text {
    width: 120px; border-top: 1px solid
}
.kosten-uebersicht-gesamt .table .gesamt-price {
    width: 80px;
    border-top: 1px solid
}

a.back-to-top-link {
    position: fixed;
}


.control-check-inline {
    display: inline;
}
.control-check-inline .form-check-inline {
    display: inline;
    padding-left: 0;
}
.control-check-inline .form-check .form-check-input {
    margin-left: 0;
}
.control-label {
    display: inline;
}
.control-label-inline label {
    display: inline;
}
.control-group .star {
    color: #bb1111;
}
.control-label a {
    text-decoration: none;
}


.box-order {
    margin: 0 0 2rem 0;
    padding: 15px 15px;
    background: #f6f6f6;
    font-size: 0.875rem;
    line-height: 1.75;
}
.box-order h3 {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    font-weight: 400;
    text-transform: uppercase;
    color: #f58103;
}
.box-order .status-ok,
.myorders .status-ok {
    color: #008000;
    font-weight: 700;
}
.box-order .status-storno,
.myorders .status-storno {
    color: #800000;
    font-weight: 700;
}
.box-order .status-abgebrochen,
.myorders .status-abgebrochen {
    color: #e06000;
    font-weight: 700;
}

.box-rechnungsinfo {
    font-size:0.75rem;
}

.invalid .form-control-feedback {
    color: #a51f18;
}
label.invalid {
    color: inherit;
}
.form-validate .star {
    color: #bb1111;
}



/* bestellungen liste */
button.btn-liste-drucken {
    margin-left: 1rem;
}

.com_broetchendienst .btn-light {
  --bs-btn-bg: #e8e9ea;
}
.bestellungen-baecker .nav-pills .nav-link,
.bestellungen-fahrer .nav-pills .nav-link {
    background-color: #f7f7f7;
}

joomla-tab button[aria-expanded="true"].accordion-button::after {
    background-color: unset;
    position: relative;
    height: var(--bs-accordion-btn-icon-width);
}

#accordion-bons .accordion-item.accordion-border-top {
    border-top: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
    /* border-top-left-radius:  var(--bs-accordion-border-radius);
    border-top-right-radius: var(--bs-accordion-border-radius); */
}
.accordion-item.accordion-border-top .accordion-button {
    /* border-top-left-radius: var(--bs-accordion-inner-border-radius);
    border-top-right-radius: var(--bs-accordion-inner-border-radius); */
}

.com_broetchendienst .modal {
    --bs-modal-zindex: 11050;
}

.com_broetchendienst .modal-backdrop {
    --bs-backdrop-zindex: 11000;
}
#validation-notice-modal .modal-body {
   color: #9d261d;
}


#imgmodal {
    --bs-modal-width: 400px;
}
#imgmodal .carousel-control-prev,
#imgmodal .carousel-control-next {
    width: 3rem;
    top: 40%;
    bottom: 40%;
}
#imgmodal .modal-dialog {
    margin-left: auto;
    margin-right: auto;
}

#imgmodal .modal-content {
    /*max-width: 400px;*/
    border-radius: 0;
    border: 0;
    background: rgba(0,0,0, 0.9);
}

.prodcarousel-caption {
    padding: 0.5rem;
    color: #fff;
}

#datenschutz-modal .modal-dialog,
#agb-modal .modal-dialog {
    max-width: 1320px;
}

#datenschutz-modal .modal-dialog .modal-content,
#agb-modal .modal-dialog .modal-content {
    height: calc(100vh - 40px);
}

#datenschutz-modal .modal-dialog .modal-body,
#agb-modal .modal-dialog .modal-body {
    height: calc(100% - 90px);
    overflow: scroll;
}

.a-daten, .a-sgb {
    color: #9d261d !important;
}


@media (min-width: 460px) {
    .gesamt-uebersicht-produkte {
        font-size: 1rem;
    }
    .box-order {
        font-size: 1rem;
    }
    .box-rechnungsinfo {
        font-size: 1rem;
    }
}


@media (min-width: 576px) {

    .task-paymentok #sp-main-body .container {
    /* .view-myorders #sp-main-body .container { */
        padding-left: 15px;
        padding-right: 15px;
    }

    
    .product-menu {
        padding: 1rem;
    }
    .product-item-inner {
        row-gap: 0;
    }
    
    .product-item-image  img {
        width: 128px;
    }
    
    .box-order {
        padding: 3rem 2rem;
    }
    
    
    .gesamt-uebersicht-produkte .table > * > * > * {
        padding: 0.5rem 0.5rem;
    }

}

@media (min-width: 768px) {

    .product-menu {
        padding: 1.25rem;
    }
    
    .product-item-info {
        flex: 1 1 150px;
        width: 150px;
    }

    .product-item-actions {
        flex: 1 0 166px;
        padding-left: 0.5rem;
    }
    
    .box-order {
        padding: 3rem 3rem;
    }
    
    
    #datenschutz-modal .modal-dialog,
    #agb-modal .modal-dialog {
        width: 90%;
    }

}



@media (min-width: 992px) {
    
    
}