.LogoLinksHeader {
    display: flex;
    align-items: center;
    width: 200px;
    object-fit: cover;
    object-position: center;
}

.content-menu-basket {
    display: flex;
}

.menu-wrapper {
    width: 100%;
}

.remove-quantity {
    display: flex;
    align-items: center;
    gap: 5px;
}

.remove-one-button {
    cursor: pointer;
    font-size: 16px;
    width: 32px;
    height: 32px;
    background-color: transparent;
    border: none;
    color: #ff0000;
}

.BtnBasket {
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
}

.BtnBasket button {
    border: none;
    cursor: pointer;
    background-color: transparent;
    color: #ffffff;
    border-radius: 20px;
    font-size: 24px;
    transition: 0.3s;
    text-shadow: #000000 1px 1px 2px;
    transform: translateZ(10px);
}

.shoppingcartsection {
    display: block;
    width: 380px;
    height: 602px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #363534;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 #00000040;
}

.underH1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
}

.BurgerHausplusRezension {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
}

.shoppingcartsectionwrapper {
    position: sticky;
    top: 0;
    z-index: 100;
    padding: 10px 0;
    height: max-content;
}

.burger-headline,
.pizza-headline,
.salat-headline {
    display: flex;
    width: 100%;
    align-items: center;
    background-color: #e76c1f;
}

.remove-all-button {
    display: none;
    cursor: pointer;
    background-color: #e71f1f;
    color: white;
    border: none;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 16px;
    width: 120px;
}

.remove-all-button:hover {
    background-color: #c50f0f;
    transform: translateY(1px);
    box-shadow: 0 4px 8px 0 #00000040;
}

.total-removeall {
    display: flex;
    flex-direction: column;
    width: 100%;
}


.cart-empty {
    font-size: 22px;
    color: #ffffff;
    margin-top: 20px;
    text-align: center;
    text-shadow: #ffffff40 1px 1px 2px;
}

.menucount {
    color: white;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    justify-content: center;
}

.countby {
    color: white;
    text-shadow: #000000 1px 1px 2px;
    width: 24px;
    height: 24px;
    font-size: 18px;
    font-weight: bold;
    position: fixed;
    bottom: 12px;
    z-index: 1000;
}

.countby:hover {
    cursor: pointer;
}

.countby:hover::after {
    content: 'Artikel im Warenkorb';
    position: absolute;
    left: 100px;
    color: rgb(255, 255, 255);
    font-size: 16px;
    width: max-content;
    text-shadow: #000000 1px 1px 2px;
    bottom: 40px;
    background-color: sandybrown;
    padding: 10px;
    border-radius: 10px;
    transform: translateX(-50%);
}

.basketOpen {
    border: none;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 #00000040;
    width: 400px;
    height: 630px;
    margin: auto;
    max-width: calc(100vw - 24px);
    max-height: calc(100vh - 24px);
    background-color: #363534;
}

.dialogsection {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
}

.cart-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 5px;
    margin-bottom: 5px;
    background-color: #ffffff20;
    border-radius: 8px;
    margin-right: 5px;
    margin-left: 5px;
}

.cart-item p {
    color: white;
    font-size: 16px !important;
}

.ThankYouContent {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.ThankYou {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ec731c;
    padding: 48px;
    border-radius: 15px;
    box-shadow: 0 4px 8px 0 #00000040;
    z-index: 2000;
    width: min(620px, calc(100vw - 24px));
    max-height: calc(100vh - 24px);
    overflow: auto;
}

.ThankYou h2 {
    color: white;
    font-size: 28px;
    text-shadow: #00000040 1px 1px 2px;
}

.ThankYou p {
    color: white;
    font-size: 18px;
    text-shadow: #00000040 1px 1px 2px;
    text-align: center;
}

.ThankYou button {
    cursor: pointer;
    color: white;
    background-color: transparent;
    border: none;
    padding: 5px;
    border-radius: 5px;
    font-size: 16px;
}

.ThankYou button:hover {
    background-color: #ec731c;
    color: white;
    transform: translateZ(1px);
    box-shadow: 0 4px 8px 0 #00000040;
}

.spacer {
    display: flex;
    max-width: 1386px;
    margin: auto;
}

.menu-item-buttons {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.headline-menu-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 1440px;
    margin: auto;
    gap: 20px;
    z-index: 10;
    height: 82px;
    background-color: #e76c1f;
    padding-left: 20px;
}

.menu-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    width: 876px;
    background-color: #fdeadc;
    position: relative;
    border-radius: 8px;
    margin-top: 15px;
    margin-bottom: 15px;
    box-shadow: -20px -14px 8px 0 #00000020;
}

.menu-item-description {
    font-weight: 400;
}

.add-to-cart {
    border: none;
    cursor: pointer;
    background-color: #e76c1f;
    color: white;
    border-radius: 20px;
    font-size: 16px;
    width: 55px;
    height: 35px;
    transition: 0.3s;
    text-shadow: #000000 1px 1px 2px;
    transform: translateZ(10px);
}

.add-to-cart:hover {
    background-color: #ffbf9a;
    transform: translateY(1px);
    text-shadow: #000000 1px 1px 2px;
}

.cart-items {
    display: flex;
    flex-direction: column;
    flex: 1;
    margin-top: 10px;
}

.basketPay {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.basket span {
    width: 35px;
    height: 5px;
    background-color: #ffffff;
    border-radius: 5px;
    display: block;
    margin: 6px 0;
}

.basketOpenWrapper {
    display: none;
    position: fixed;
    bottom: -27px;
    left: 20px;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    background-color: sandybrown;
    border-radius: 15px;
    width: 95%;
    height: 72px;
    border: 1px solid #363534;
    box-shadow: 0 4px 8px 0 #00000040;
}

.payment-button {
    cursor: pointer;
    background-color: #067d35;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 16px;
}

.payment-button:hover {
    background-color: #055c27;
}

.basket_footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 8px;
    border-top-right-radius: 0;
    height: 72px;
}

.basket_footer h3 {
    font-size: 20px;
    color: #ffffff;
}

.basket_header {
    display: flex;
    justify-content: space-between;
    padding-right: 15px;
    padding-left: 15px;
    align-items: center;
    height: 72px;
    border-top-left-radius: 8px;
}

.close-basket-button {
    background: transparent;
    border: none;
    font-size: 24px;
    color: white;
    cursor: pointer;
    font-weight: 900;
}

.close-basket-button:hover {
    color: #00af2f;
}

.basket_header h2 {
    font-size: 28px;
    color: #ffffff;
}

.stars {
    display: flex;
    cursor: pointer;
    position: relative;
}

.stars:hover::after {
    content: 'Bewerten Sie uns';
    position: absolute;
    color: rgb(0, 0, 0);
    font-size: 16px;
    width: max-content;
    bottom: 40px;
    background-color: transparent;
    left: 50%;
    transform: translateX(-50%);
}

.star {
    font-size: 2rem;
    color: gray;
    transition: color 0.2s;
}

.star.active {
    color: gold;
}

.star~.star:hover {
    color: gold;
}

.button-container {
    display: flex;
    gap: 10px;
}

.remove-from-cart {
    cursor: pointer;
    font-size: 24px;
    color: #ff0000;
    background-color: transparent;
    border: none;
    filter: drop-shadow(5px 5px 5px black);
}

.price {
    color: #067d35;
    width: 100px;
    font-size: 24px;
    font-weight: bold;
    text-shadow: none!important;
}
.menu-item-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}