/*HEADER ANIMATION*/ @keyframes headanimation { 0%{ position: relative; bottom: 35px; } 100%{ position: relative; bottom: 0px; } } /*OTHER ANIMATION*/ @keyframes animationcomedone{ 0%{ position: relative; bottom: 50px; } 100%{ position: relative; bottom: 0px; } } @keyframes animationcomeleft{ 0%{ position: relative; right: 2%; } 100%{ position: relative; right: 0px; } } @keyframes animationcomeright{ 0%{ position: relative; left: 2%; } 100%{ position: relative; left: 0px; } } @keyframes fortschritt { from {width: 0% } to { width: ;} } @keyframes fortschritt2 { from{width: 1%;} to {width: ;} }