.rundfunk_animation{background-color:lightgray;position:fixed;display:flex;flex-direction:column;height:100vh;width:100vw;top:0;left:0;padding:1rem;padding-bottom:120px;justify-content:space-between;gap:2rem}@media (min-width:0) and (max-width:1023px){.rundfunk_animation{padding-top:6rem;padding-bottom:100px}}.rundfunk_animation .top{display:flex;flex-direction:row;justify-content:space-between;position:relative}.rundfunk_animation .top .left{display:flex;justify-content:flex-start;align-items:flex-start;max-width:40vw}.rundfunk_animation .top .left img{max-width:unset;height:60vh}@media (min-width:640px) and (max-width:1023px){.rundfunk_animation .top .left img{height:40vh}}@media (min-width:0) and (max-width:639px){.rundfunk_animation .top .left{max-width:100%;width:100%}.rundfunk_animation .top .left img{height:unset;width:100%}}.rundfunk_animation .top .right{display:flex;justify-content:flex-end;align-items:flex-end;z-index:9}@media (min-width:640px) and (max-width:1023px){.rundfunk_animation .top .right{align-items:center}}@media (min-width:0) and (max-width:639px){.rundfunk_animation .top .right{position:absolute;right:0;bottom:8rem}}.rundfunk_animation .top .right img{height:17vh}@media (min-width:0) and (max-width:639px){.rundfunk_animation .top .right img{height:13vh;z-index:9}}.rundfunk_animation .bottom{position:relative}@media (min-width:1024px) and (max-width:1199px){.rundfunk_animation .bottom{bottom:30px}}@media (min-width:640px) and (max-width:1023px){.rundfunk_animation .bottom{bottom:60px}}@media (min-width:0) and (max-width:639px){.rundfunk_animation .bottom{bottom:70px}}.rundfunk_animation .bottom .left{display:flex;justify-content:flex-start;align-items:flex-end}.rundfunk_animation .bottom .left img{max-width:unset;height:18vh;z-index:50000}@media (min-width:1024px) and (max-width:1199px){.rundfunk_animation .bottom .left img{height:16vh}}@media (min-width:640px) and (max-width:1023px){.rundfunk_animation .bottom .left img{height:10vh}}@media (min-width:0) and (max-width:639px){.rundfunk_animation .bottom .left img{height:15vw}}.rundfunk_animation .center{position:absolute;top:1rem;left:1rem;right:1rem;bottom:120px;display:flex;flex-direction:column;align-items:center;justify-content:center;pointer-events:none}@media (min-width:0) and (max-width:639px){.rundfunk_animation .center{top:7rem}}.rundfunk_animation .center .inner{position:relative;display:flex;justify-content:center;align-items:center;width:100%;height:100%}.rundfunk_animation .center .inner .spinner{position:absolute;border-radius:50%;top:2rem;left:2rem;right:2rem;bottom:2rem;animation:spin 4s linear infinite;overflow:hidden}@media (min-width:640px) and (max-width:1023px){.rundfunk_animation .center .inner .spinner{top:4.5rem;left:4.5rem;right:4.5rem;bottom:4.5rem}}.rundfunk_animation .center .inner .spinner .spinner-image{position:absolute;opacity:0;transition:opacity 0.5s ease;transform:scale(1.099);width:100%}.rundfunk_animation .center .inner .spinner .spinner-image.show{display:block;opacity:1}@media (min-width:0) and (max-width:639px){.rundfunk_animation .center .inner .spinner{top:1rem;left:1rem;right:1rem;bottom:1rem}}.rundfunk_animation .center .inner .text{position:absolute;top:45%;bottom:4.5%;right:-6.5%;display:flex;flex-direction:row;justify-content:flex-end;align-items:flex-end}.rundfunk_animation .center .inner .text img{height:100%;width:auto;max-width:unset;max-height:unset}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}