@-webkit-keyframes animate-fade-in
{
   0% { opacity: 0;  }
   100% { opacity: 1;  }
}
@-moz-keyframes animate-fade-in
{
   0% { opacity: 0;  }
   100% { opacity: 1;  }
}
@keyframes animate-fade-in
{
   0% { opacity: 0;  }
   100% { opacity: 1;  }
}
@-webkit-keyframes animate-fade-out
{
   0% { opacity: 1;  }
   100% { opacity: 0;  }
}
@-moz-keyframes animate-fade-out
{
   0% { opacity: 1;  }
   100% { opacity: 0;  }
}
@keyframes animate-fade-out
{
   0% { opacity: 1;  }
   100% { opacity: 0;  }
}
@-webkit-keyframes animate-rotate-in-right
{
   0% { -webkit-transform: translate(1000px,0px) rotate(0deg) ; opacity: 0;  }
   50% { opacity: 1;  }
   100% { -webkit-transform: translate(0px,0px) rotate(360deg) ;  }
}
@-moz-keyframes animate-rotate-in-right
{
   0% { -moz-transform: translate(1000px,0px) rotate(0deg) ; opacity: 0;  }
   50% { opacity: 1;  }
   100% { -moz-transform: translate(0px,0px) rotate(360deg) ;  }
}
@keyframes animate-rotate-in-right
{
   0% { transform: translate(1000px,0px) rotate(0deg) ; opacity: 0;  }
   50% { opacity: 1;  }
   100% { transform: translate(0px,0px) rotate(360deg) ;  }
}
@-webkit-keyframes transform-bounce-in
{
   0% { -webkit-transform: rotate(0deg) scale(0.3,0.3) ; opacity: 0;  }
   50% { -webkit-transform: rotate(0deg) scale(1.05,1.05) ; opacity: 1;  }
   70% { -webkit-transform: rotate(0deg) scale(0.9,0.9) ;  }
   100% { -webkit-transform: rotate(0deg) scale(1.0,1.0) ;  }
}
@-moz-keyframes transform-bounce-in
{
   0% { -moz-transform: rotate(0deg) scale(0.3,0.3) ; opacity: 0;  }
   50% { -moz-transform: rotate(0deg) scale(1.05,1.05) ; opacity: 1;  }
   70% { -moz-transform: rotate(0deg) scale(0.9,0.9) ;  }
   100% { -moz-transform: rotate(0deg) scale(1.0,1.0) ;  }
}
@keyframes transform-bounce-in
{
   0% { transform: rotate(0deg) scale(0.3,0.3) ; opacity: 0;  }
   50% { transform: rotate(0deg) scale(1.05,1.05) ; opacity: 1;  }
   70% { transform: rotate(0deg) scale(0.9,0.9) ;  }
   100% { transform: rotate(0deg) scale(1.0,1.0) ;  }
}
@-webkit-keyframes transform-bounce-in-left
{
   0% { -webkit-transform: translate(-500%,0px) rotate(0deg) ; opacity: 0;  }
   50% { opacity: 1;  }
   60% { -webkit-transform: translate(30px,0px) rotate(0deg) ;  }
   80% { -webkit-transform: translate(-10px,0px) rotate(0deg) ;  }
   100% { -webkit-transform: translate(0px,0px) rotate(0deg) ;  }
}
@-moz-keyframes transform-bounce-in-left
{
   0% { -moz-transform: translate(-500%,0px) rotate(0deg) ; opacity: 0;  }
   50% { opacity: 1;  }
   60% { -moz-transform: translate(30px,0px) rotate(0deg) ;  }
   80% { -moz-transform: translate(-10px,0px) rotate(0deg) ;  }
   100% { -moz-transform: translate(0px,0px) rotate(0deg) ;  }
}
@keyframes transform-bounce-in-left
{
   0% { transform: translate(-500%,0px) rotate(0deg) ; opacity: 0;  }
   50% { opacity: 1;  }
   60% { transform: translate(30px,0px) rotate(0deg) ;  }
   80% { transform: translate(-10px,0px) rotate(0deg) ;  }
   100% { transform: translate(0px,0px) rotate(0deg) ;  }
}
@-webkit-keyframes transform-bounce-in-right
{
   0% { -webkit-transform: translate(500%,0px) rotate(0deg) ; opacity: 0;  }
   50% { opacity: 1;  }
   60% { -webkit-transform: translate(-30px,0px) rotate(0deg) ;  }
   80% { -webkit-transform: translate(10px,0px) rotate(0deg) ;  }
   100% { -webkit-transform: translate(0px,0px) rotate(0deg) ;  }
}
@-moz-keyframes transform-bounce-in-right
{
   0% { -moz-transform: translate(500%,0px) rotate(0deg) ; opacity: 0;  }
   50% { opacity: 1;  }
   60% { -moz-transform: translate(-30px,0px) rotate(0deg) ;  }
   80% { -moz-transform: translate(10px,0px) rotate(0deg) ;  }
   100% { -moz-transform: translate(0px,0px) rotate(0deg) ;  }
}
@keyframes transform-bounce-in-right
{
   0% { transform: translate(500%,0px) rotate(0deg) ; opacity: 0;  }
   50% { opacity: 1;  }
   60% { transform: translate(-30px,0px) rotate(0deg) ;  }
   80% { transform: translate(10px,0px) rotate(0deg) ;  }
   100% { transform: translate(0px,0px) rotate(0deg) ;  }
}
@-webkit-keyframes transform-roll-in
{
   0% { -webkit-transform: translate(-100%,0px) rotate(-120deg) ; opacity: 0;  }
   100% { -webkit-transform: translate(0px,0px) rotate(0deg) ; opacity: 1;  }
}
@-moz-keyframes transform-roll-in
{
   0% { -moz-transform: translate(-100%,0px) rotate(-120deg) ; opacity: 0;  }
   100% { -moz-transform: translate(0px,0px) rotate(0deg) ; opacity: 1;  }
}
@keyframes transform-roll-in
{
   0% { transform: translate(-100%,0px) rotate(-120deg) ; opacity: 0;  }
   100% { transform: translate(0px,0px) rotate(0deg) ; opacity: 1;  }
}
@-webkit-keyframes transform-scale-in
{
   0% { opacity: 0; -webkit-transform: rotate(0deg) scale(0,0) ;  }
   100% { opacity: 1; -webkit-transform: rotate(0deg) scale(1.0,1.0) ;  }
}
@-moz-keyframes transform-scale-in
{
   0% { opacity: 0; -moz-transform: rotate(0deg) scale(0,0) ;  }
   100% { opacity: 1; -moz-transform: rotate(0deg) scale(1.0,1.0) ;  }
}
@keyframes transform-scale-in
{
   0% { opacity: 0; transform: rotate(0deg) scale(0,0) ;  }
   100% { opacity: 1; transform: rotate(0deg) scale(1.0,1.0) ;  }
}
a.Normaler-Link
{
   color: #000000;
   text-decoration: underline;
}
a.Normaler-Link:visited
{
   color: #000000;
   text-decoration: underline;
}
a.Normaler-Link:active
{
   color: #000000;
   text-decoration: underline;
}
a.Normaler-Link:hover
{
   color: #000000;
   font-style: italic;
   text-decoration: none;
   -webkit-text-shadow: 4px 4px 5px rgba(0,0,0,1.00);
   text-shadow: 4px 4px 5px rgba(0,0,0,1.00);
}
a.Weiß_schrift
{
   color: #FFFFFF;
   text-decoration: underline;
}
a.Weiß_schrift:visited
{
   color: #FFFFFF;
   text-decoration: underline;
}
a.Weiß_schrift:active
{
   color: #FFFFFF;
   text-decoration: underline;
}
a.Weiß_schrift:hover
{
   color: #FFFFFF;
   font-style: italic;
   text-decoration: none;
   -webkit-text-shadow: 4px 4px 5px rgba(0,0,0,1.00);
   text-shadow: 4px 4px 5px rgba(0,0,0,1.00);
}
a.Normaler-Link_keine_reaktion
{
   color: #000000;
   text-decoration: none;
}
a.Normaler-Link_keine_reaktion:visited
{
   color: #000000;
   text-decoration: none;
}
a.Normaler-Link_keine_reaktion:active
{
   color: #000000;
   text-decoration: none;
}
a.Normaler-Link_keine_reaktion:hover
{
   color: #000000;
   text-decoration: none;
   -webkit-text-shadow: 4px 4px 0px rgba(0,0,0,0.00);
   text-shadow: 4px 4px 0px rgba(0,0,0,0.00);
}
a.Normaler-Link_keine_reaktion_Dim-Gray
{
   color: #696969;
   text-decoration: none;
}
a.Normaler-Link_keine_reaktion_Dim-Gray:visited
{
   color: #696969;
   text-decoration: none;
}
a.Normaler-Link_keine_reaktion_Dim-Gray:active
{
   color: #696969;
   text-decoration: none;
}
a.Normaler-Link_keine_reaktion_Dim-Gray:hover
{
   color: #696969;
   text-decoration: none;
   -webkit-text-shadow: 4px 4px 0px rgba(0,0,0,0.00);
   text-shadow: 4px 4px 0px rgba(0,0,0,0.00);
}
a.Normaler-Link_Hover_Link_Grau
{
   color: #000000;
   text-decoration: none;
}
a.Normaler-Link_Hover_Link_Grau:visited
{
   color: #000000;
   text-decoration: none;
}
a.Normaler-Link_Hover_Link_Grau:active
{
   color: #000000;
   text-decoration: none;
}
a.Normaler-Link_Hover_Link_Grau:hover
{
   color: #696969;
   font-style: italic;
   text-decoration: none;
   -webkit-text-shadow: 4px 4px 0px rgba(0,0,0,0.00);
   text-shadow: 4px 4px 0px rgba(0,0,0,0.00);
}
a.Normaler-Link_Hover_Link_Weiss
{
   color: #FFFFFF;
   text-decoration: none;
   -webkit-text-shadow: 5px 5px 5px rgba(0,0,0,0.86);
   text-shadow: 5px 5px 5px rgba(0,0,0,0.86);
}
a.Normaler-Link_Hover_Link_Weiss:visited
{
   color: #FFFFFF;
   text-decoration: none;
}
a.Normaler-Link_Hover_Link_Weiss:active
{
   color: #FFFFFF;
   text-decoration: none;
}
a.Normaler-Link_Hover_Link_Weiss:hover
{
   color: #DCDCDC;
   font-style: italic;
   text-decoration: none;
   -webkit-text-shadow: 5px 5px 5px rgba(0,0,0,0.80);
   text-shadow: 5px 5px 5px rgba(0,0,0,0.80);
}
a.telenr
{
   color: #A52A2A;
   text-decoration: underline;
}
a.telenr:visited
{
   color: #A52A2A;
   text-decoration: underline;
}
a.telenr:active
{
   color: #A52A2A;
   text-decoration: underline;
}
a.telenr:hover
{
   color: #A52A2A;
   font-style: italic;
   text-decoration: none;
   -webkit-text-shadow: 4px 4px 5px rgba(0,0,0,1.00);
   text-shadow: 4px 4px 5px rgba(0,0,0,1.00);
}
h1, .h1
{
   font-family: "Open Sans";
   font-weight: 400;
   font-weight: 400;
   font-size: 32px;
   text-decoration: none;
   color: #808080;
   background-color: transparent;
   border: 0px none #F5F5F5;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   -webkit-text-shadow: 1px 1px 2px rgba(0,0,0,1.00);
   text-shadow: 1px 1px 2px rgba(0,0,0,1.00);
   display: inline;
}
h2, .h2
{
   font-family: Arial;
   font-weight: bold;
   font-size: 27px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h3, .h3
{
   font-family: Arial;
   font-weight: bold;
   font-size: 24px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h4, .h4
{
   font-family: Arial;
   font-weight: bold;
   font-size: 21px;
   font-style: italic;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h5, .h5
{
   font-family: Arial;
   font-weight: bold;
   font-size: 19px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h6, .h6
{
   font-family: Arial;
   font-weight: bold;
   font-size: 16px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
.CustomStyle
{
   font-family: "Courier New";
   font-weight: bold;
   font-size: 16px;
   text-decoration: none;
   color: #2E74B5;
   background-color: transparent;
}
h1.Ueber_uns, .h1
{
   font-family: "Open Sans";
   font-weight: 400;
   font-size: 20px;
   text-decoration: none;
   color: #FFFFFF;
   background-color: transparent;
   border: 0px none #F5F5F5;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   -webkit-text-shadow: 1px 1px 2px rgba(0,0,0,1.00);
   text-shadow: 1px 1px 2px rgba(0,0,0,1.00);
   display: inline;
}
h1.Ueber_uns_Fett, .h1
{
   font-family: "Open Sans";
   font-weight: 700;
   font-size: 35px;
   text-decoration: none;
   color: #FFFFFF;
   background-color: transparent;
   border: 0px none #F5F5F5;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   -webkit-text-shadow: 1px 1px 2px rgba(0,0,0,1.00);
   text-shadow: 1px 1px 2px rgba(0,0,0,1.00);
   display: inline;
}
h1.Fenster_Ueberschrift, .h1
{
   font-family: "Open Sans";
   font-weight: 400;
   font-weight: 400;
   font-size: 48px;
   text-decoration: none;
   color: #808080;
   background-color: transparent;
   border: 0px none #F5F5F5;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   -webkit-text-shadow: 1px 1px 2px rgba(0,0,0,1.00);
   text-shadow: 1px 1px 2px rgba(0,0,0,1.00);
   display: inline;
}
h1.Ueber_uns_Schwarz, .h1
{
   font-family: "Open Sans";
   font-weight: 400;
   font-size: 27px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   border: 0px none #F5F5F5;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   -webkit-text-shadow: 1px 1px 2px rgba(0,0,0,1.00);
   text-shadow: 1px 1px 2px rgba(0,0,0,1.00);
   display: inline;
}
h1.Ueber_uns_Fett_Schwarz, .h1
{
   font-family: "Open Sans";
   font-weight: 700;
   font-size: 35px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   border: 0px none #F5F5F5;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   -webkit-text-shadow: 1px 1px 2px rgba(0,0,0,1.00);
   text-shadow: 1px 1px 2px rgba(0,0,0,1.00);
   display: inline;
}
h1.Ueber_uns_Fett_Gross, .h1
{
   font-family: "Open Sans";
   font-weight: 700;
   font-size: 37px;
   text-decoration: none;
   color: #FFFFFF;
   background-color: transparent;
   border: 0px none #F5F5F5;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   -webkit-text-shadow: 1px 1px 2px rgba(0,0,0,1.00);
   text-shadow: 1px 1px 2px rgba(0,0,0,1.00);
   display: inline;
}
h1.Contento_Fett, .h1
{
   font-family: "Open Sans Extrabold";
   font-size: 37px;
   text-decoration: none;
   color: #BBCF00;
   background-color: transparent;
   border: 0px none #F5F5F5;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   -webkit-text-shadow: 1px 1px 2px rgba(0,0,0,1.00);
   text-shadow: 1px 1px 2px rgba(0,0,0,1.00);
   display: inline;
}
h1.Schatten_Grau_15, .h1
{
   font-family: "Open Sans";
   font-weight: 400;
   font-size: 20px;
   text-decoration: none;
   color: #4F4F4F;
   background-color: transparent;
   border: 1px none #FFFFFF;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   -webkit-text-shadow: 1px 1px 2px rgba(0,0,0,1.00);
   text-shadow: 1px 1px 2px rgba(0,0,0,1.00);
   display: inline;
}
h3.TeleNr, .h3
{
   font-family: "Open Sans Extrabold";
   font-weight: bold;
   font-size: 53px;
   text-decoration: none;
   color: #A52A2A;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
