@keyframes deferedContentSpinnerAnim{from{transform:rotate(0)}to{transform:rotate(360deg)}}html body #defered-content.content-hidden{position:relative;display:flex;justify-content:center;align-items:center;width:100%;height:140px;z-index:999}html body #defered-content.content-hidden>*{display:none!important;opacity:0!important;visibility:hidden!important;overflow:hidden!important;z-index:-1!important}html body #defered-content.content-hidden::after{content:"";width:48px;height:48px;border:5px solid transparent;border-top-color:#000;border-right-color:#000;border-bottom-color:#000;border-radius:100%;animation:deferedContentSpinnerAnim 1.5s linear infinite}html body[data-partner=vitalia] #defered-content.content-hidden::after{border-top-color:#0f2d64;border-right-color:#0f2d64;border-bottom-color:#0f2d64}html body[data-partner=bediet-app] #defered-content.content-hidden::after,html body[data-partner=bediet] #defered-content.content-hidden::after{border-top-color:#424d67;border-right-color:#424d67;border-bottom-color:#424d67}