.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:transparent;backdrop-filter:blur(3px);display:flex;justify-content:center;align-items:center;z-index:1000;overflow:hidden;transition:opacity .8s ease-in-out}.modal-content{background:rgba(30,30,30,.9);color:#fff;padding:20px;border-radius:10px;width:100%;max-width:60vw;max-height:80vh;box-shadow:0 8px 32px rgba(0,0,0,.5);position:relative;display:flex;flex-direction:column;transition:all .1s ease;box-shadow:0 0 120px rgba(64,51,0,.85),0 0 40px rgba(255,204,0,.3)}.modal-content.fade-in{animation:fadeInSlide .3s ease-out forwards}.modal-content.fade-out{animation:fadeOutSlide .3s ease-in forwards}@keyframes fadeInSlide{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeOutSlide{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(40px)}}@media (max-width:600px){.modal-content{width:90%;max-width:none;margin:20px;padding:12px;border-radius:8px;max-height:85vh}}.modal-header{display:flex;flex-direction:column;align-items:flex-start;margin-bottom:5px}.modal-title{font-size:1.3rem;font-weight:700;margin-bottom:3px;color:#fd3}.modal-subtitle{font-size:1rem;font-weight:300;color:#ccc;margin:0}.modal-body{overflow-y:auto;margin-top:10px;text-align:left;line-height:1.5}.modal-image{width:100%;max-width:100%;height:auto;margin-bottom:10px;border-radius:8px;object-fit:contain}.modal-close{position:absolute;top:10px;right:10px;background:transparent;border:none;font-size:1.5rem;color:#fff;cursor:pointer}.modal-close:hover{color:#f55}.modal-share{background:transparent;border:none;font-size:1.2rem;color:#fff;cursor:pointer;align-self:flex-end}.modal-overlay.fade-in{opacity:0;animation:fadeIn .1s ease-out forwards}.modal-overlay.fade-out{opacity:1;animation:fadeOut .1s ease-in forwards}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@media (max-width:600px){.modal-content{width:95%;max-width:none;height:auto;max-height:85vh;padding:10px}.modal-title{font-size:1.2rem;margin-bottom:2px}.modal-subtitle{font-size:1rem;font-weight:400;margin-bottom:8px}.modal-body{margin-top:8px;padding-right:5px}.modal-image{margin-bottom:10px}}@media (min-width:900px){.modal-content{max-width:800px}}body:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;pointer-events:none;background:repeating-linear-gradient(hsla(0,0%,100%,.02),hsla(0,0%,100%,.02) 2px,rgba(0,0,0,.05) 3px);background-size:100% 3px;animation:flicker .15s infinite;opacity:.8}@keyframes flicker{0%{opacity:.75}50%{opacity:.85}to{opacity:.75}}.scanlines{position:fixed;width:100vw;height:100vh;z-index:300;opacity:1;animation:opacity 3s linear infinite}.scanlines,.scanlines:before{left:0;top:0;pointer-events:none}.scanlines:before{content:"";position:absolute;right:0;bottom:0;background:linear-gradient(180deg,transparent 100%,rgba(0,0,0,.5) 0);background-size:100% 4px;animation:scanlines .2s linear infinite}@keyframes scanlines{0%{background:linear-gradient(180deg,transparent 50%,rgba(0,0,0,.5) 51%);background-size:100% 4px}to{background:linear-gradient(180deg,rgba(0,0,0,.5) 50%,transparent 51%);background-size:100% 4px}}.noise{position:fixed;width:100vw;height:100vh;overflow:hidden;z-index:400;opacity:.8}.noise,.noise:before{top:0;left:0;pointer-events:none}.noise:before{content:"";position:absolute;right:0;bottom:0;background:url(https://ice-creme.de/images/background-noise.png);background-size:cover}.noise-moving:before{will-change:background-position;animation:noise 1s infinite alternate}@keyframes noise{0%,to{background-position:0 0}50%{background-position:-5% -5%}}.logo-bottom-right{position:fixed;bottom:20px;right:20px;z-index:1000;width:150px;opacity:.8}.logo-bottom-right img{width:100%}.modal-body{font-size:1rem;color:#e0e0e0;line-height:1.6}.modal-description p{margin-bottom:10px}.modal-description a{color:#ff003c;text-decoration:none;font-weight:700}.modal-description a:hover{text-decoration:underline}.modal-description img{max-width:100%;display:block;margin:10px auto;border-radius:8px}.modal-description ul{padding-left:20px;margin-bottom:10px}.modal-description li{margin-bottom:5px}.modal-description h1{font-size:1.4rem;font-weight:700;color:#fd3;margin-bottom:10px}.modal-description h2{font-size:1.2rem;font-weight:700;color:#f9f002;margin-bottom:8px}.modal-description h3{font-size:1.1rem;font-weight:700;color:#ff003c;margin-bottom:6px}.fade-in-image{opacity:0;transition:opacity .5s ease-in-out}.fade-in-image.loaded{opacity:1}.modal-image-wrapper{position:relative;width:100%;padding-top:52.25%;overflow:hidden;border-radius:8px}@media (max-width:600px){.modal-image-wrapper img{height:200px;width:auto}.modal-content{width:92vw;max-width:420px;margin:0 auto;padding:12px;border-radius:8px;max-height:85vh;box-sizing:border-box}.modal-close{font-size:1.2rem;top:6px;right:6px;z-index:10}.modal-content{box-shadow:none!important}}.image-loader{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2;display:flex;align-items:center;justify-content:center}.lds-ring{display:inline-block;position:relative;width:36px;height:36px}.lds-ring div{box-sizing:border-box;display:block;position:absolute;width:28px;height:28px;margin:4px;border-radius:50%;animation:lds-ring 1s linear infinite;border:4px solid transparent;border-top-color:#f9f002}.lds-ring div:first-child{animation-delay:-.3s}.lds-ring div:nth-child(2){animation-delay:-.2s}.lds-ring div:nth-child(3){animation-delay:-.1s}@keyframes lds-ring{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}