.block-categories__item {
    width: calc(50% - 12px);
}

.block-categories__item.full {
    width: 100%;
}

.add-bewohner {
    padding: 20px 32px;
}

.add-bewohner .input-box.p_relative {
    margin: 15px 0 15px;
}

.p_relative {
    position: relative;
}

.p_absolute {
    position: absolute;
}

.add-bewohner small {
    font-size: 13px;
}

.add-bewohner .input-box label {
    font-size: 15px;
    display: inline-block;
    line-height: 1;
    top: 16px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    left: 10px;
    background: #fff;
    padding: 0 5px;
    /* z-index: -1; */
}

.add-bewohner .inputs-wrapper.two-columns {
    display: flex;
    column-gap: 15px;
}

.add-bewohner .inputs-wrapper.two-columns>div {
    flex: 1;
    display: flex;
    gap: 10px;
    align-items: center;
}

.add-bewohner small.showLink {
    border-bottom: 1px solid;
    padding-bottom: 3px;
    color: darkblue;
    margin: 14px 13px 20px 13px;
    border-bottom: 1px dashed;
    padding-bottom: 3px;
    color: #353535;
    display: block;
    width: fit-content;
    max-width: 160px;
    cursor: pointer;
    font-size: 13.3333px;
}

.add-bewohner form select,
.add-bewohner form input:not([type="radio"]):not([type="checkbox"]) {
    border: 1px solid #5E5E5E;
    width: 100%;
    height: calc(3.25rem + 2px);
    font-size: 15px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    font-weight: 500;
    padding: 0 15px;
}

.btn-green {
    padding: 10px;
    background: #a8bf00;
    color: #fff;
    margin: 10px 0;
    border: none!important;
    color: #000000;
}

.btn-green:hover {
    background: #000000;
    color: #fff;
}

.btn-black {
    background-color: #111;
    color: #fff;
    border-radius: 4px;
    box-shadow: 0px 0px 1px 2px #c1cf68;
}

.btn-black:hover {
    background-color: #333;
    color: #fff;
}

.btn-blue {
    background-color: #007bf9;
    color: #fff;
}

.btn-blue:hover {
    background-color: #000;
    color: #fff;
}

.btn-lightgreen {
    background-color: #d4de97;
    outline: 1px solid #c1cf68;
    color: #fff;
    border-radius: 4px;
}

.btn-lightgreen:hover {
    background-color: #333;
    color: #fff;
}

.btn-disabled:hover {
    color: #fff;
    background: gray;
}

.btn-disabled {
    background: gray;
    color: #fff;
}

.add-bewohner .draft-btn {
    color: #555;
    background: transparent;
    border: 0!important;
    margin: 10px auto;
    display: block;
    height: 30px!important;
    min-height: 40px;
}

select#bewohnerSelect {
    background-color: #ffffe2;
    border-color: #f1bcbe;
    outline: 0;
    box-shadow: 0 0 0 0.1rem #f1bcbe;
}

.input-box select:focus {
    outline: none;
}

.input-box input:focus+label,
.input-box select.filled+label,
.input-box input.filled+label,
.input-box select.filled-fixed+label,
.input-box input.filled-fixed+label {
    top: -8px;
    color: #949494;
    font-size: 14px;
    z-index: 1;
}

div#loadingIndicator {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: #ffffff9e;
    top: 0;
    left: 0;
    z-index: 1;
}

@-webkit-keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.loading-circle {
    width: 50px;
    height: 50px;
    margin-top: -25px;
    margin-left: -25px;
    border: 2px solid #ccc;
    border-radius: 50%;
    border-top: 2px solid #333;
    animation: spin 1s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
}

.graybg {
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 390px;
    background: #f9f9f9;
    z-index: -1;
}

.site__header {
    background: #fff;
    -webkit-box-shadow: 0px 0px 2px #00000029, 0px 4px 8px #00000014;
    box-shadow: 0px 0px 2px #00000029, 0px 4px 8px #00000014;
    position: sticky;
    top: 0;
    z-index: 99;
}

.site-footer {
    /* border-top: 2px solid #f9f9f9 */
}

.site-footer__bottom {
    border: none;
    float: right;
}

.nav-panel__indicators {
    color: #84786b;
}

.indicator--open .indicator__button,
.indicator--hover .indicator__button {
    color: #000000;
}

.search--location--header .search__button svg {
    fill: #84786b;
}

.search--location--header .search__button svg::hover {
    fill: #a8bf00!important;
}

.page-header__container {
    padding: 0;
    margin-bottom: 24px;
}

@media (min-width: 768px) {
    .addresses-list__item {
        max-width: calc((100% - 32px) / 2);
    }
}

.address-card__body {
    padding: 1.5rem!important;
}

.product-card__badge--supplier {
    background: #000;
    color: #fff;
}

.product-card__badge--migel1 {
    background: #a8bf00;
}

.product-card__badge--migel2 {
    background: #dfdfdf;
}

.product-card__badge--migel3 {
    background: #bde3f3;
}

.view-options__control.bewohner {
    margin-left: 6px;
}

.card-header.orange {
    background: orange;
}

.card-header.green {
    background: rgb(171, 190, 51);
    background: linear-gradient(90deg, rgba(171, 190, 51, 1) 0%, rgba(171, 190, 51, 0.5354516806722689) 100%);
    color: #fff;
}

.card-header.black {
    background: #000000;
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.5354516806722689) 100%);
    color: #fff;
}

.card-header,
.card-footer {
    padding: 1.25rem 2rem;
}

.product-card__wishlist.colored-state {
    fill: #a8bf00;
}

.product-card__sku {
    margin-top: 14px;
    color: #6c757d;
    font-size: 14px;
    line-height: 16px;
}

.dropcart .station {
    text-align: center;
    background: #f0f0f0;
    padding: 3px;
}

.save-btn-right {
    margin-top: 10px;
    float: right;
}

.flex-box {
    display: flex;
}

.justify-end {
    justify-content: flex-end;
}

.justify-between {
    justify-content: space-between;
}

.justify-center {
    justify-content: center;
}

input.tagbed[type="number"]::-webkit-inner-spin-button,
input.tagbed[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input.tagbed[type="number"] {
    -moz-appearance: textfield;
    max-width: 40px;
    text-align: center;
}

.flex-box.bedarf {
    gap: 10px;
    align-items: center;
}

.flex-box.bedarf a {
    white-space: nowrap;
    text-decoration: none;
}

.flex-box.bedarf select {
    max-width: 160px;
}

.ordamtinpt {
    display: flex;
    gap: 10px;
    align-items: center;
    text-wrap: nowrap;
}

.ordamtinpt>* {
    flex: 1;
}

#stationSelect {
    height: 40px;
    border-color: transparent;
    box-shadow: 0px 0px 1px #00000029, 0px 0px 9px #00000014;
}

select {
    font-family: Arial;
}

.card-header h5 {
    letter-spacing: .5px;
}

.dropcart__products-list .station.first {
    margin: -20px -16px 20px;
}

.dropcart__products-list .station {
    margin: 20px -16px 20px;
}

#progress-bar {
    display: table;
    width: 100%;
    margin: 0;
    padding: 15px 15px 0;
    table-layout: fixed;
    width: 100%;
    counter-reset: step;
}

#progress-bar li {
    list-style-type: none;
    display: table-cell;
    width: 20%;
    float: left;
    font-size: 16px;
    position: relative;
    text-align: center;
}

#progress-bar li:before {
    width: 50px;
    height: 50px;
    color: #212121;
    content: counter(step);
    counter-increment: step;
    line-height: 50px;
    font-size: 18px;
    border: 1px solid #efefef;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    background-color: #fff;
}

#progress-bar li:after {
    width: 100%;
    height: 10px;
    content: '';
    position: absolute;
    background-color: #fff;
    top: 25px;
    left: -50%;
    z-index: -1;
}

#progress-bar li:first-child:after {
    content: none;
}

#progress-bar li.step-done {
    color: #a8bf00;
}

#progress-bar li.step-done:before {
    border-color: #a8bf00;
    background-color: #a8bf00;
    color: #fff;
    content: "✓";
    width: 50px;
    height: 50px;
}

#progress-bar li.step-done+li:after {
    background-color: #a8bf00;
}

#progress-bar li.step-active {
    color: #a8bf00;
}

#progress-bar li.step-active:before {
    border-color: #a8bf00;
    color: #a8bf00;
    font-weight: 700;
}

.btn {
    height: calc(3.25rem + 2px);
    padding: 0.875rem 1.25rem;
}

.form-control {
    border-radius: 0;
}

.form-control,
.form-control:focus {
    color: #000;
}

.card-table .product-card__badges-list,
.dropcart__product .product-card__badges-list {
    top: -5px;
    right: -5px;
    left: unset;
}

.relative {
    position: relative;
}

.card-header {
    border-radius: 0;
    background: #efefef;
    color: inherit;
}

.card-header:first-child {
    border-radius: 0;
}

.cart .card-table th:last-child,
.cart .card-table td:last-child,
.checkout .card-table th:last-child,
.checkout .card-table td:last-child {
    text-align: right;
    text-wrap: nowrap;
}

.pgbar {
    width: 200px;
    border-radius: 7px;
    cursor: default;
}

.checkout .pgbar {
    margin-left: auto;
}

.pgbar header span {
    color: #666;
    float: right;
}

.pgbar .bar {
    position: relative;
    background-color: #f9f9f9;
    overflow: hidden;
}

.pgbar .bar .percent {
    color: #000;
    background-color: #a8bf00;
    white-space: nowrap;
    text-align: left;
}

.pgbar .bar .percent small {
    padding-left: 7px;
}

.pgbar .bar .ref {
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #515151;
}

.pgbar .bar .ref:before {
    content: attr(data-ref);
    position: absolute;
    width: 100px;
    left: -50px;
    top: 90%;
    color: #515151;
    text-align: center;
    font-size: smaller;
}

.pgbar .bar .ref.bedarf {
    background: none;
    border: 1px dashed #84786b;
}

#dropcart-inner {
    flex: 1;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.dropcart--style--offcanvas .dropcart__products-list {
    overflow-y: auto;
    overscroll-behavior-y: contain;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}

.card-table .residents {
    white-space: nowrap;
    overflow: hidden;
}

.timeline {
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-size: small;
}

.step {
    flex: 1;
    text-align: center;
    padding: 8px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin: 0 10px;
}

.step h2 {
    margin-bottom: 10px;
    color: #333;
}

.step p {
    color: #666;
}

.step:first-child {
    margin-left: 0;
}

.step:last-child {
    margin-right: 0;
}

.step.active {
    color: #000!important;
}

.step {
    color: #999;
    position: relative;
    border: 0;
    flex: 1;
}

.step::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -5px;
    border: 2px solid #ddd;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    background-color: #fff;
    transform: translateY(-50%);
}

.step:first-child::before {
    display: none;
}

.step:not(:first-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    border: 2px solid #ddd;
    height: 2px;
    width: 21px;
    transform: translateY(-50%) translateX(-100%);
    z-index: -1
}

.step.done {
    color: #ffffff!important;
    background: #000000;
}

.step.active::before {
    border-color: #000000;
}

.step.active::after {
    border-color: #000000;
}

.step.active {
    border-bottom: 1px solid #000000;
}

.minimal tbody th,
.minimal tbody td {
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 1rem;
}

.minimal input {
    line-height: 24px;
}

.cart__buttons.sticky {
    background: white;
    width: 100%;
    opacity: 0.95;
    position: sticky;
    bottom: 0;
    border-top: 1px solid #efefef;
}

.card-table table {
    min-width: initial;
}

.card-divider {
    height: 1px;
    ;
}

.residents a.draft:after {
    content: " *";
    color: #555;
}

.ml-auto {
    display: block;
    margin-left: auto;
}

label.disabled {
    color: #ccc!important;
}

.strikethrough-text {
    text-decoration: line-through;
    opacity: 0.5;
}

.products-list[data-layout=list] .product-card .product-card__addtocart.btn-svg-icon,
.products-list[data-layout=list] .product-card .product-card__wishlist.btn-svg-icon,
.products-list[data-layout=list] .product-card .product-card__compare.btn-svg-icon {
    margin-left: auto;
}

.gray {
    color: #666;
}

.address-card-outline {
    outline: 2px dashed #ffc107;
    z-index: 1;
}

.address-card-outline .address-card__badge {
    background-color: #007bf9;
    color: #fff;
}

@media print {
    * {
        background: transparent;
        color: #000;
        text-shadow: none;
        filter: none;
        -ms-filter: none;
    }
    .account-nav,
    .site__header,
    .cart__buttons,
    .site__topbar,
    .totop__button {
        display: none!important;
    }
    .card {
        border: none!important;
    }
    .card-header {
        padding-left: 0;
        margin-bottom: 10px;
    }
    .card-table table tr td {
        border-color: #fff!important;
    }
    form[id="frmBestellvorschlag"] tr th,
    form[id="frmBestellvorschlag"] tr td {
        padding: 5px 5px 5px 0px!important;
    }
    form[id="frmBestellvorschlag"] tr td:first-child,
    form[id="frmBestellvorschlag"] tr th:first-child {
        display: none!important;
    }
    form[id="frmBestellvorschlag"] tr td small,
    form[id="frmTagesbedarf"] tr td small {
        display: inline-block!important;
        margin-left: 5px;
        order: 0;
    }
    form[id="frmBestellvorschlag"] input {
        border: 0;
        border-bottom: 1px solid;
    }
    form[id="frmBestellvorschlag"] .flex-box.bedarf select {
        border: 1px dashed;
        font-weight: bold;
    }
}

@media (max-width: 991px) {
    .account-nav__item--active a {
        border: none;
    }
    .account-nav__item a {
        border: none!important;
        padding: 8px 16px;
        margin: 0;
    }
    .account-nav__item {
        margin: 0!important;
    }
}

.order-outer-box {
    border: 1px solid #e5e5e5;
    box-shadow: 0 1px 16px rgba(0, 0, 0, 0.04);
}

.order-outer-box .card {
    box-shadow: none!important;
    border: 0;
}

.order-outer-box .addresses-list .addresses-list__item:nth-child(1) {
    border-right: 2px dashed #ebebeb;
}

.order-outer-box .card {
    border-top: 1px solid #e5e5e5;
}

.order-outer-box .address-card__body {
    padding-top: 2rem!important;
}

.order-outer-box .address-card__badge {
    top: 5px;
    left: 1rem;
}

.order-outer-box .address-card__badge--muted {
    background-color: transparent;
    color: #3d464d;
    font-weight: bold;
}

.order-outer-box .addresses-list__item {
    max-width: calc((100%) / 2);
}

.order-outer-box .addresses-list {
    gap: 0!important;
}

pre {
    display: inherit;
    font-size: inherit;
    color: inherit;
    margin: inherit;
    overflow: inherit;
    font-family: inherit;
}

#frmFavorits .card .card-table td:first-child,
#frmPurchasedItems .card .card-table td:first-child {
    padding-left: 1rem;
}

#frmFavorits tr.disabled,
#frmPurchasedItems tr.disabled,
#frmIncolist tr.disabled {
    opacity: 0.5;
}

.hidden-0 {
    height:0!important;
    overflow: hidden!important;
}