@font-face
{
   font-family: Oswald;
   font-display: swap;
   src: url('../verdana.woff') format('woff'),
        url('../verdana.ttf') format('truetype'),
        url('../verdana.eot') format('embedded-opentype');
}
@keyframes animate-fade-in
{
   0% { opacity: 0;  }
   100% { opacity: 1;  }
}
@keyframes animate-fade-out
{
   0% { opacity: 1;  }
   100% { opacity: 0;  }
}
@keyframes slide-down-in
{
   0% { transform: translate(0px,-100%) rotate(1deg) ; opacity: 0; transform-origin: 0 0;  }
   100% { opacity: 1; transform: translate(0px,0px) rotate(0deg) ; transform-origin: 0 0;  }
}
@keyframes slide-left-in
{
   0% { transform: translate(-100%,0px) rotate(1deg) ; opacity: 0; transform-origin: 0 0;  }
   100% { opacity: 1; transform: translate(0px,0px) rotate(0deg) ; transform-origin: 0 0;  }
}
@keyframes slide-right-in
{
   0% { transform: translate(100%,0px) rotate(1deg) ; opacity: 0; transform-origin: 0 0;  }
   100% { opacity: 1; transform: translate(0px,0px) rotate(0deg) ; transform-origin: 0 0;  }
}
@keyframes slide-up-in
{
   0% { transform: translate(0px,100%) rotate(1deg) ; opacity: 0; transform-origin: 0 0;  }
   100% { opacity: 1; transform: translate(0px,0px) rotate(0deg) ; transform-origin: 0 0;  }
}
a.Textlinks_green_ohne
{
   color: #12421F;
   text-decoration: none;
}
a.Textlinks_green_ohne:visited
{
   color: #808080;
   text-decoration: none;
}
a.Textlinks_green_ohne:active
{
   color: #12421F;
   text-decoration: none;
}
a.Textlinks_green_ohne:hover
{
   color: #DC143C;
   font-weight: bold;
   text-decoration: none;
}
a.mehr
{
   color: #DC143C;
   text-decoration: underline;
}
a.mehr:visited
{
   color: #12421F;
   text-decoration: underline;
}
a.mehr:active
{
   color: #12421F;
   text-decoration: underline;
}
a.mehr:hover
{
   color: #12421F;
   font-weight: bold;
   text-decoration: underline;
}
a.Textlink_ohne_grau
{
   color: #555555;
   text-decoration: none;
}
a.Textlink_ohne_grau:visited
{
   color: #000000;
   text-decoration: none;
}
a.Textlink_ohne_grau:active
{
   color: #12421F;
   text-decoration: underline;
}
a.Textlink_ohne_grau:hover
{
   color: #DC143C;
   text-decoration: underline;
}
a.Textlink_mit_grau
{
   color: #555555;
   text-decoration: underline;
}
a.Textlink_mit_grau:visited
{
   color: #000000;
   text-decoration: underline;
}
a.Textlink_mit_grau:active
{
   color: #12421F;
   text-decoration: underline;
}
a.Textlink_mit_grau:hover
{
   color: #DC143C;
   text-decoration: underline;
}
a.Fuss_weis
{
   color: #FFFFFF;
   text-decoration: none;
}
a.Fuss_weis:visited
{
   color: #FFFFFF;
   text-decoration: underline;
}
a.Fuss_weis:active
{
   color: #FFFFFF;
   text-decoration: underline;
}
a.Fuss_weis:hover
{
   color: #FFFFFF;
   font-weight: bold;
   text-decoration: underline;
}
h5, .h5
{
   font-family: "Open Sans Light";
   font-weight: normal;
   font-size: 43px;
   text-decoration: none;
   color: #12421F;
   --color: #12421F;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline-block;
}
h6, .h6
{
   font-family: "Open Sans";
   font-weight: normal;
   font-size: 24px;
   text-decoration: none;
   color: #12421F;
   --color: #12421F;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline-block;
}
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-block;
}
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-block;
}
h1, .h1
{
   font-family: "Open Sans Light";
   font-weight: normal;
   font-size: 48px;
   text-decoration: none;
   color: #FFFFFF;
   --color: #FFFFFF;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   text-shadow: 0 0 5px rgba(0,0,0,0.50);
   display: inline-block;
}
h2, .h2
{
   font-family: "Open Sans Light";
   font-weight: normal;
   font-size: 29px;
   text-decoration: none;
   color: #FFFFFF;
   --color: #FFFFFF;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   text-shadow: 0 0 5px rgba(0,0,0,0.49);
   display: inline-block;
}
.CustomStyle
{
   font-family: "Courier New";
   font-weight: bold;
   font-size: 16px;
   text-decoration: none;
   color: #2E74B5;
   --color: #2E74B5;
   background-color: transparent;
}
.StartAnimation
{
   font-family: "Open Sans Light";
   font-size: 27px;
   text-decoration: none;
   color: #FFFFFF;
   --color: #FFFFFF;
   background-color: transparent;
   text-shadow: 0 0 4px rgba(0,0,0,0.50);
   animation-name: slide-right-in;
   animation-duration: 2000ms;
   animation-delay: 0ms;
   animation-timing-function: linear;
   animation-iteration-count: 1;
   animation-direction: normal;
   animation-fill-mode: none;
}
.H1_weiss
{
   font-family: "Open Sans Light";
   font-weight: normal;
   font-size: 48px;
   text-decoration: none;
   color: #FFFFFF;
   --color: #FFFFFF;
   background-color: transparent;
}
.H2_weiss
{
   font-family: "Source Sans Pro";
   font-weight: normal;
   font-size: 27px;
   text-decoration: none;
   color: #FFFFFF;
   --color: #FFFFFF;
   background-color: transparent;
}
.P__p__Haupttext
{
   font-family: "Open Sans";
   font-size: 19px;
   text-decoration: none;
   color: #555555;
   --color: #555555;
   background-color: transparent;
}
@media only screen and (max-width: 798px)
{
h5, .h5
{
   font-family: "Open Sans Light";
   font-weight: normal;
   font-size: 37px;
   text-decoration: none;
   color: #12421F;
   --color: #12421F;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline-block;
}
h6, .h6
{
   font-family: "Open Sans";
   font-weight: normal;
   font-size: 21px;
   text-decoration: none;
   color: #12421F;
   --color: #12421F;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline-block;
}
h1, .h1
{
   font-family: "Open Sans Light";
   font-weight: normal;
   font-size: 32px;
   text-decoration: none;
   color: #FFFFFF;
   --color: #FFFFFF;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   text-shadow: 0 0 4px rgba(0,0,0,0.50);
   display: inline-block;
}
h2, .h2
{
   font-family: "Open Sans Light";
   font-weight: normal;
   font-size: 21px;
   text-decoration: none;
   color: #FFFFFF;
   --color: #FFFFFF;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   text-shadow: 0 0 4px rgba(0,0,0,0.49);
   display: inline-block;
}
.StartAnimation
{
   font-family: "Open Sans Light";
   font-size: 24px;
   text-decoration: none;
   color: #FFFFFF;
   --color: #FFFFFF;
   background-color: transparent;
   text-shadow: 0 0 4px rgba(0,0,0,0.50);
   animation-name: slide-right-in;
   animation-duration: 2000ms;
   animation-delay: 0ms;
   animation-timing-function: linear;
   animation-iteration-count: 1;
   animation-direction: normal;
   animation-fill-mode: none;
}
.H1_weiss
{
   font-family: "Open Sans Light";
   font-weight: normal;
   font-size: 37px;
   text-decoration: none;
   color: #FFFFFF;
   --color: #FFFFFF;
   background-color: transparent;
}
.H2_weiss
{
   font-family: "Source Sans Pro";
   font-weight: normal;
   font-size: 27px;
   text-decoration: none;
   color: #FFFFFF;
   --color: #FFFFFF;
   background-color: transparent;
}
}
@media only screen and (max-width: 480px)
{
h5, .h5
{
   font-family: "Open Sans Light";
   font-weight: normal;
   font-size: 29px;
   text-decoration: none;
   color: #12421F;
   --color: #12421F;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline-block;
}
h6, .h6
{
   font-family: "Open Sans";
   font-weight: normal;
   font-size: 21px;
   text-decoration: none;
   color: #12421F;
   --color: #12421F;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline-block;
}
h1, .h1
{
   font-family: "Open Sans Light";
   font-weight: normal;
   font-size: 21px;
   text-decoration: none;
   color: #FFFFFF;
   --color: #FFFFFF;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   text-shadow: 0 0 4px rgba(0,0,0,0.49);
   display: inline-block;
}
h2, .h2
{
   font-family: "Open Sans Light";
   font-weight: normal;
   font-size: 21px;
   text-decoration: none;
   color: #FFFFFF;
   --color: #FFFFFF;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   text-shadow: 0 0 3px rgba(0,0,0,0.49);
   display: inline-block;
}
.StartAnimation
{
   font-family: "Open Sans Light";
   font-size: 19px;
   text-decoration: none;
   color: #FFFFFF;
   --color: #FFFFFF;
   background-color: transparent;
   text-shadow: 0 0 4px rgba(0,0,0,0.50);
   animation-name: slide-right-in;
   animation-duration: 2000ms;
   animation-delay: 0ms;
   animation-timing-function: linear;
   animation-iteration-count: 1;
   animation-direction: normal;
   animation-fill-mode: none;
}
.H1_weiss
{
   font-family: "Open Sans Light";
   font-weight: normal;
   font-size: 29px;
   text-decoration: none;
   color: #FFFFFF;
   --color: #FFFFFF;
   background-color: transparent;
}
.H2_weiss
{
   font-family: "Source Sans Pro";
   font-weight: normal;
   font-size: 21px;
   text-decoration: none;
   color: #FFFFFF;
   --color: #FFFFFF;
   background-color: transparent;
}
}
