@keyframes animate-fade-in
{
   0% { opacity: 0;  }
   100% { opacity: 1;  }
}
@keyframes animate-fade-in-up
{
   0% { transform: translate(0px,100px) rotate(0deg) ; opacity: 0;  }
   100% { transform: translate(0px,0px) rotate(0deg) ; opacity: 1;  }
}
@keyframes filter-brightness
{
   0% { filter: brightness(300%);  }
   100% { filter: brightnes(100%);  }
}
@keyframes filter-hue-rotate
{
   0% { filter: hue-rotate(0deg);  }
   100% { filter: hue-rotate(360deg);  }
}
@keyframes filter-saturate
{
   0% { filter: saturate(4);  }
   100% { filter: saturate(1);  }
}
a.My_Just_Text
{
   color: #FFEED5;
   text-decoration: none;
   transition: all 300ms linear;
   position: relative;
   display: inline-block;
}
a.My_Just_Text::after
{
   background: transparent;
   content: "";
   display: block;
   height: 0;
   width: 100%;
   margin-top: 0px;
   transition: all 300ms linear;
}
a.My_Just_Text:hover::after
{
   background: #EB9F72;
   height: 0px;
}
a.My_Just_Text:visited
{
   color: #FFEED5;
   text-decoration: none;
}
a.My_Just_Text:active
{
   color: #FFEED5;
   text-decoration: none;
}
a.My_Just_Text:hover
{
   color: #EB9F72;
   text-decoration: none;
}
a.My_Just_Text_Footer
{
   color: #FFFFE0;
   text-decoration: none;
   transition: all 300ms linear;
   position: relative;
   display: inline-block;
}
a.My_Just_Text_Footer::after
{
   background: transparent;
   content: "";
   display: block;
   height: 0;
   width: 100%;
   margin-top: 0px;
   transition: all 300ms linear;
}
a.My_Just_Text_Footer:hover::after
{
   background: #F1C2A0;
   height: 0px;
}
a.My_Just_Text_Footer:visited
{
   color: #FFFFE0;
   text-decoration: none;
}
a.My_Just_Text_Footer:active
{
   color: #FFFFE0;
   text-decoration: none;
}
a.My_Just_Text_Footer:hover
{
   color: #F1C2A0;
   text-decoration: none;
}
a.Pur
{
   color: #FAEDD2;
   text-decoration: none;
}
a.Pur:visited
{
   color: #FAEDD2;
   text-decoration: none;
}
a.Pur:active
{
   color: #FAEDD2;
   text-decoration: none;
}
a.Pur:hover
{
   color: #FAEDD2;
   text-decoration: none;
}
a.nur_Text
{
   color: #000000;
   text-decoration: none;
}
a.nur_Text:visited
{
   color: #000000;
   text-decoration: none;
}
a.nur_Text:active
{
   color: #000000;
   text-decoration: none;
}
a.nur_Text:hover
{
   color: #000000;
   text-decoration: underline;
}
a.Pur_schwarter_Text
{
   color: #351F11;
   font-style: italic;
   text-decoration: none;
}
a.Pur_schwarter_Text:visited
{
   color: #351F11;
   text-decoration: none;
}
a.Pur_schwarter_Text:active
{
   color: #351F11;
   text-decoration: none;
}
a.Pur_schwarter_Text:hover
{
   color: #501C03;
   font-weight: bold;
   text-decoration: none;
}
a.Pur_schwarter_Text_kursiv
{
   color: #3C1D0B;
   font-style: italic;
   text-decoration: none;
}
a.Pur_schwarter_Text_kursiv:visited
{
   color: #3C1D0B;
   font-style: italic;
   text-decoration: none;
}
a.Pur_schwarter_Text_kursiv:active
{
   color: #3C1D0B;
   font-style: italic;
   text-decoration: none;
}
a.Pur_schwarter_Text_kursiv:hover
{
   color: #6C2604;
   font-style: italic;
   text-decoration: none;
}
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-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-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-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-size: 16px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
.CustomStyle
{
   font-family: "Courier New";
   font-weight: bold;
   font-size: 16px;
   text-decoration: none;
   color: #2E74B5;
   --color: #2E74B5;
   background-color: transparent;
}
