body{
  margin: 0px;
  padding: 0px;
}

#Taschenmesser{
  width: 100%;
  height: 100%;
  max-height: 500px;
  margin: 0;
  stroke: #000;
  stroke-linecap: round;
}

line{

  stroke-width: 1px;
}
text{
  fill: #000;
  stroke: none;
  font-family: 'Open Sans', 'Helvetica', 'Arial', sans-serif;
  text-anchor: middle;
  font-size: 10pt;
}
#Taschenmesser #beschreibende{
  opacity: 0;
  animation: fadeIn 2s ease-in-out 0s forwards;
}
#Taschenmesser #Modelle{
  opacity: 0;
  animation: fadeIn 1s ease-in-out 0.5s forwards;
}
#Taschenmesser #Signalanalyse{
  opacity: 0;
  animation: fadeIn 1s ease-in-out 1s forwards;
}
#Taschenmesser #Mustererkennung{
  opacity: 0;
  animation: fadeIn 1s ease-in-out 1.5s forwards;
}
#Taschenmesser #Statistik{
  opacity: 0;
  animation: fadeIn 1s ease-in-out 2.0s forwards;
}
#Taschenmesser #Grafiken{
  opacity: 0;
  animation: fadeIn 1s ease-in-out 2.5s forwards;
}
#Taschenmesser #Web-Apps{
  opacity: 0;
  animation: fadeIn 1s ease-in-out 3s forwards;
} */

@keyframes fadeIn {
    from {opacity: 0;}
    to {opacity: 1;}
}
