@keyframes bouncing-ball
{
   0% { transform: rotate(0deg) ;  }
   50% { transform: translate(0px,140px) rotate(0deg) ; height: 140px;  }
   55% { transform: translate(0px,150px) rotate(0deg) ; height: 120px;  }
   65% { transform: translate(0px,120px) rotate(0deg) ; height: 120px;  }
   95% { transform: translate(0px,0px) rotate(0deg) ;  }
   100% { transform: translate(0px,0px) rotate(0deg) ;  }
}
@keyframes transform-rotate
{
   0% { transform: rotate(0deg) ;  }
   100% { transform: rotate(359deg) ;  }
}
a.link_klein
{
   color: #4F4F4F;
   text-decoration: underline;
}
a.link_klein:visited
{
   color: #800080;
   text-decoration: underline;
}
a.link_klein:active
{
   color: #A52A2A;
   text-decoration: underline;
}
a.link_klein:hover
{
   color: #4169E1;
   text-decoration: none;
}
a.link_ohne_Unterstrich
{
   color: #386ADB;
   text-decoration: none;
}
a.link_ohne_Unterstrich:visited
{
   color: #800080;
   text-decoration: none;
}
a.link_ohne_Unterstrich:active
{
   color: #FF0000;
   text-decoration: none;
}
a.link_ohne_Unterstrich:hover
{
   color: #9ED01C;
   text-decoration: underline;
}
a.red
{
   color: #B22222;
   text-decoration: none;
}
a.red:visited
{
   color: #B22222;
   text-decoration: none;
}
a.red:active
{
   color: #B22222;
   text-decoration: none;
}
a.red:hover
{
   color: #0000FF;
   text-decoration: underline;
}
h1, .h1
{
   font-family: Arial;
   font-weight: bold;
   font-size: 32px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h2, .h2
{
   font-family: Arial;
   font-weight: bold;
   font-size: 27px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h3, .h3
{
   font-family: Arial;
   font-weight: bold;
   font-size: 24px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h4, .h4
{
   font-family: Arial;
   font-weight: bold;
   font-size: 21px;
   font-style: italic;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h5, .h5
{
   font-family: Arial;
   font-weight: bold;
   font-size: 19px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h6, .h6
{
   font-family: Arial;
   font-weight: bold;
   font-size: 16px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
.caption
{
   text-align: center;
   text-decoration: none;
   background-color: transparent;
   padding: 20px 20px 20px 20px;
   position: absolute;
   bottom: 40px;
   left: 15%;
   right: 15%;
}
.Ani1
{
   text-decoration: none;
   background-color: transparent;
   animation-name: transform-rotate;
   animation-duration: 500ms;
   animation-delay: 0ms;
   animation-timing-function: linear;
   animation-iteration-count: infinite;
   animation-direction: normal;
   animation-fill-mode: none;
}
.Liste mit bullet
{
   font-family: "Open Sans";
   font-weight: 400;
   font-size: 16px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
}
.unsichtbar
{
   text-decoration: none;
   background-color: transparent;
   visibility: hidden;
}
