@media (prefers-reduced-motion:no-preference){@supports (animation-timeline:view()){.auftritt{animation:auftauchen linear both;animation-timeline:view();animation-range:entry 0 entry 320px}.auftritt--2{animation-range:entry 80px entry 400px}.auftritt--3{animation-range:entry 160px entry 480px}.auftritt-bild{overflow:clip;view-timeline:--auftritt-bild block}.auftritt-bild>img,.auftritt-bild>picture>img{animation:heranwachsen linear both;animation-timeline:--auftritt-bild;animation-range:entry 0 entry 360px}img.auftritt-bild{animation:heranwachsen linear both;animation-timeline:view();animation-range:entry 0 entry 360px}}}@keyframes auftauchen{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes heranwachsen{0%{opacity:0;transform:scale(1.06)}to{opacity:1;transform:scale(1)}}@media (prefers-reduced-motion:no-preference){.einzug{animation:auftauchen .6s cubic-bezier(.22,.61,.36,1) both}.einzug--1{animation-delay:.15s}.einzug--2{animation-delay:.35s}.einzug--3{animation-delay:.55s}.einzug-bild{animation:heranwachsen .9s cubic-bezier(.22,.61,.36,1) both}}