/* Animation Delays — nur aktiv, wenn ein Parent .exit enthält */
.exit .delay-1  { animation-delay: 2.0s !important; }
.exit .delay-2  { animation-delay: 1.9s !important; }
.exit .delay-3  { animation-delay: 1.8s !important; }
.exit .delay-4  { animation-delay: 1.7s !important; }
.exit .delay-5  { animation-delay: 1.6s !important; }
.exit .delay-6  { animation-delay: 1.5s !important; }
.exit .delay-7  { animation-delay: 1.4s !important; }
.exit .delay-8  { animation-delay: 1.3s !important; }
.exit .delay-9  { animation-delay: 1.2s !important; }
.exit .delay-10 { animation-delay: 1.1s !important; }
.exit .delay-11 { animation-delay: 1.0s !important; }
.exit .delay-12 { animation-delay: 0.9s !important; }
.exit .delay-13 { animation-delay: 0.8s !important; }
.exit .delay-14 { animation-delay: 0.7s !important; }
.exit .delay-15 { animation-delay: 0.6s !important; }
.exit .delay-16 { animation-delay: 0.5s !important; }
.exit .delay-17 { animation-delay: 0.4s !important; }
.exit .delay-18 { animation-delay: 0.3s !important; }
.exit .delay-19 { animation-delay: 0.2s !important; }
.exit .delay-20 { animation-delay: 0.1s !important; }

    /* Animation Delays — nur aktiv, wenn ein Parent .animate enthält */
.animate .delay-1  { animation-delay: 0.1s !important; }
.animate .delay-2  { animation-delay: 0.2s !important; }
.animate .delay-3  { animation-delay: 0.3s !important; }
.animate .delay-4  { animation-delay: 0.4s !important; }
.animate .delay-5  { animation-delay: 0.5s !important; }
.animate .delay-6  { animation-delay: 0.6s !important; }
.animate .delay-7  { animation-delay: 0.7s !important; }
.animate .delay-8  { animation-delay: 0.8s !important; }
.animate .delay-9  { animation-delay: 0.9s !important; }
.animate .delay-10 { animation-delay: 1.0s !important; }
.animate .delay-11 { animation-delay: 1.1s !important; }
.animate .delay-12 { animation-delay: 1.2s !important; }
.animate .delay-13 { animation-delay: 1.3s !important; }
.animate .delay-14 { animation-delay: 1.4s !important; }
.animate .delay-15 { animation-delay: 1.5s !important; }
.animate .delay-16 { animation-delay: 1.6s !important; }
.animate .delay-17 { animation-delay: 1.7s !important; }
.animate .delay-18 { animation-delay: 1.8s !important; }
.animate .delay-19 { animation-delay: 1.9s !important; }
.animate .delay-20 { animation-delay: 2.0s !important; }