#TrennLinie {
	animation: Trennlinie 3s forwards;
}

@keyframes Trennlinie {
    from {width: 20px}
    to {width: 700px}
}