html, body { margin: 0; padding: 0; font-family: Arial,sans-serif; background: #181818; color: #eee; }
header { background: #222; display: flex; align-items: center; padding: 10px 20px; }
.menu-icon { background: none; color: #fff; font-size: 2em; border: none; cursor: pointer; margin-right: 16px; }
.logo img { height: 40px; }
.welcome-message { padding: 16px 30px; }
.overlay { position: fixed; left: 0; top: 0; bottom: 0; width: 230px; background: #212121; color: #fff; z-index: 2000; overflow-y: auto; padding-top: 30px; box-shadow: 4px 0 10px #00090b80; display: none;}
.overlay[style*="display: block"] { display: block; }
.closebtn { position: absolute; top: 10px; right: 16px; text-decoration: none; font-size: 2em; color: #fff !important; cursor: pointer;}
nav ul { list-style: none; padding: 0; }
nav ul li { margin: 14px 0; text-align: left; }
nav a { color: #aaa; text-decoration: none; font-size: 1.1em; display: block; }
nav a:hover { color: cyan; }
.tab-content { padding: 18px; display: flex; flex-wrap: wrap; padding-bottom: 110px; }
.getraenk { background: #23234e33; border-radius: 10px; margin: 8px 18px 18px 0; width: 190px; min-width: 175px; padding: 10px; box-shadow: 0 2px 8px #0003; display: flex; flex-direction: column; align-items: center; }
.getraenk img { width: 85px; height: 85px; object-fit: cover; border-radius: 6px; cursor: pointer; }
.getraenk-content { margin: 7px 0; text-align: center; }
.add-to-cart-btn { background: #ff7500; color: white; border: none; border-radius: 50px; font-size: 1.4em; padding: 0.25em 0.8em; cursor: pointer; margin-top: 4px;}
.add-to-cart-btn:hover { background: #00bcd4; }

.footer-content { background: #212; text-align: center; padding: 10px 0; margin-top: 30px;}
.minimized { position: fixed; right: 28px; bottom: 33px; background: #252525; color: #fff; padding: 8px 16px; border-radius: 40px; border: 2px solid #444; cursor: pointer; font-size: 1.3em; box-shadow: 0 1px 8px #0008; z-index: 1002 !important; margin-bottom: 14px; display: inline-block;}
#warenkorb-popup { position: fixed; left: 50%; top: 52%; transform: translate(-50%, -50%); background: #292f47; color: #fff; border-radius: 18px; box-shadow: 0 10px 50px #000a; padding: 24px 34px; z-index: 3000 !important; min-width:280px; }
#warenkorb-popup.hidden { display: none; }
#warenkorb { display: flex; flex-direction: column; gap: 7px;}
#warenkorb-liste  { list-style: none; padding: 0; margin:0 0 8px 0;}
#warenkorb-liste li { display: flex; justify-content: space-between; margin:3px 0;}
#warenkorb input[type=text] { padding:7px; border:1px solid #454577; border-radius:4px; background: #24275c; color: #fff;}
#warenkorb button { padding: 8px 0; margin-top:3px;}
.modal { display: none; position: fixed; left: 0;top: 0;width: 100vw;height: 100vh; z-index: 3500 !important; background: rgba(0,0,0,0.54); justify-content: center; align-items: center;}
.modal[style*="display: flex"] { display: flex !important; }
.modal-content { background:#212975; margin:auto; padding: 24px 34px; border-radius: 20px; color: #fff; min-width:220px; min-height:60px; position: relative;}
.modal .close, .modal-content .close { position: absolute; top: 10px; right: 18px; font-size: 1.6em; cursor: pointer; color: orange; border: none; background: none;}
body.overlay-open { overflow: hidden; }

main, .tab-content { padding-bottom: 110px; }
#admin-btn {
    position: fixed;
    bottom: 16px;
    left: 16px;
    z-index: 1500;
    background: #292f47;
    color: #fff;
    padding: 10px 22px;
    border-radius: 24px;
    font-size: 1.08em;
    text-decoration: none;
    box-shadow: 0 1px 10px #0006;
    opacity: .80;
    transition: opacity 0.1s;
}
#admin-btn:hover, #admin-btn:focus {
    opacity: 1;
    background: #ff7500;
    color: #212;
}

@media(max-width:600px){
  #warenkorb-popup, .modal-content {
    min-width: unset;
    width: 94vw;
    left: 3vw;
    padding: 12px 3vw;
  }
  .tab-content { padding: 6px; padding-bottom: 135px; }
}
