@font-face
{
   font-family: "Oswald";
   src: url('oswald-v49-latin-regular.woff2') format('woff2'),
        url('oswald-v49-latin-regular.woff') format('woff'),
        url('oswald-v49-latin-regular.ttf') format('truetype'),
        url('oswald-v49-latin-regular.svg#Oswald') format('svg'),
        url('oswald-v49-latin-regular.eot') format('embedded-opentype');
}
@font-face
{
   font-family: "Oswald Light";
   src: url('oswald-v49-latin-300.woff2') format('woff2'),
        url('oswald-v49-latin-300.woff') format('woff'),
        url('oswald-v49-latin-300.ttf') format('truetype'),
        url('oswald-v49-latin-300.svg#Oswald') format('svg'),
        url('oswald-v49-latin-300.eot') format('embedded-opentype');
}
@font-face
{
   font-family: "Oswald Bold";
   src: url('oswald-v49-latin-700.woff2') format('woff2'),
        url('oswald-v49-latin-700.woff') format('woff'),
        url('oswald-v49-latin-700.ttf') format('truetype'),
        url('oswald-v49-latin-700.svg#Oswald') format('svg'),
        url('oswald-v49-latin-700.eot') format('embedded-opentype');
}
@font-face
{
   font-family: "Oswald SemiBold";
   src: url('oswald-v49-latin-600.woff2') format('woff2'),
        url('oswald-v49-latin-600.woff') format('woff'),
        url('oswald-v49-latin-600.ttf') format('truetype'),
        url('oswald-v49-latin-600.svg#Oswald') format('svg'),
        url('oswald-v49-latin-600.eot') format('embedded-opentype');
}
@font-face
{
   font-family: "Oswald Medium";
   src: url('oswald-v49-latin-500.woff2') format('woff2'),
        url('oswald-v49-latin-500.woff') format('woff'),
        url('oswald-v49-latin-500.ttf') format('truetype'),
        url('oswald-v49-latin-500.svg#Oswald') format('svg'),
        url('oswald-v49-latin-500.eot') format('embedded-opentype');
}
@font-face
{
   font-family: "Oswald ExtraLight";
   src: url('oswald-v49-latin-200.woff2') format('woff2'),
        url('oswald-v49-latin-200.woff') format('woff'),
        url('oswald-v49-latin-200.ttf') format('truetype'),
        url('oswald-v49-latin-200.svg#Oswald') format('svg'),
        url('oswald-v49-latin-200.eot') format('embedded-opentype');
}
@font-face
{
   font-family: "Open Sans";
   src: url('open-sans-v34-latin-regular.woff2') format('woff2'),
        url('open-sans-v34-latin-regular.woff') format('woff'),
        url('open-sans-v34-latin-regular.ttf') format('truetype'),
        url('open-sans-v34-latin-regular.svg#OpenSans') format('svg'),
        url('open-sans-v34-latin-regular.eot') format('embedded-opentype');
}
@-webkit-keyframes animate-background
{
   0% { background-color: #000000;  }
   100% { background-color: #FFFFFF;  }
}
@-moz-keyframes animate-background
{
   0% { background-color: #000000;  }
   100% { background-color: #FFFFFF;  }
}
@keyframes animate-background
{
   0% { background-color: #000000;  }
   100% { background-color: #FFFFFF;  }
}
@-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 puff-in
{
   0% { -webkit-transform: rotate(0deg) scale(2,2) ; opacity: 0; -webkit-transform-origin: 50% 50%;  }
   100% { -webkit-transform: rotate(0deg) scale(1,1) ; opacity: 1; -webkit-transform-origin: 50% 50%;  }
}
@-moz-keyframes puff-in
{
   0% { -moz-transform: rotate(0deg) scale(2,2) ; opacity: 0; -moz-transform-origin: 50% 50%;  }
   100% { -moz-transform: rotate(0deg) scale(1,1) ; opacity: 1; -moz-transform-origin: 50% 50%;  }
}
@keyframes puff-in
{
   0% { transform: rotate(0deg) scale(2,2) ; opacity: 0; transform-origin: 50% 50%;  }
   100% { transform: rotate(0deg) scale(1,1) ; opacity: 1; transform-origin: 50% 50%;  }
}
@-webkit-keyframes slide-down-in
{
   0% { -webkit-transform: translate(0px,-100%) rotate(1deg) ; opacity: 0; -webkit-transform-origin: 0 0;  }
   100% { opacity: 1; -webkit-transform: translate(0px,0px) rotate(0deg) ; -webkit-transform-origin: 0 0;  }
}
@-moz-keyframes slide-down-in
{
   0% { -moz-transform: translate(0px,-100%) rotate(1deg) ; opacity: 0; -moz-transform-origin: 0 0;  }
   100% { opacity: 1; -moz-transform: translate(0px,0px) rotate(0deg) ; -moz-transform-origin: 0 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;  }
}
@-webkit-keyframes slide-up-in
{
   0% { -webkit-transform: translate(0px,100%) rotate(1deg) ; opacity: 0; -webkit-transform-origin: 0 0;  }
   100% { opacity: 1; -webkit-transform: translate(0px,0px) rotate(0deg) ; -webkit-transform-origin: 0 0;  }
}
@-moz-keyframes slide-up-in
{
   0% { -moz-transform: translate(0px,100%) rotate(1deg) ; opacity: 0; -moz-transform-origin: 0 0;  }
   100% { opacity: 1; -moz-transform: translate(0px,0px) rotate(0deg) ; -moz-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;  }
}
@-webkit-keyframes slide-left-in
{
   0% { -webkit-transform: translate(-100%,0px) rotate(1deg) ; opacity: 0; -webkit-transform-origin: 0 0;  }
   100% { opacity: 1; -webkit-transform: translate(0px,0px) rotate(0deg) ; -webkit-transform-origin: 0 0;  }
}
@-moz-keyframes slide-left-in
{
   0% { -moz-transform: translate(-100%,0px) rotate(1deg) ; opacity: 0; -moz-transform-origin: 0 0;  }
   100% { opacity: 1; -moz-transform: translate(0px,0px) rotate(0deg) ; -moz-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;  }
}
@-webkit-keyframes slide-right-in
{
   0% { -webkit-transform: translate(100%,0px) rotate(1deg) ; opacity: 0; -webkit-transform-origin: 0 0;  }
   100% { opacity: 1; -webkit-transform: translate(0px,0px) rotate(0deg) ; -webkit-transform-origin: 0 0;  }
}
@-moz-keyframes slide-right-in
{
   0% { -moz-transform: translate(100%,0px) rotate(1deg) ; opacity: 0; -moz-transform-origin: 0 0;  }
   100% { opacity: 1; -moz-transform: translate(0px,0px) rotate(0deg) ; -moz-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;  }
}
@-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) ;  }
}
@-webkit-keyframes transform-wobble
{
   0% { -webkit-transform: rotate(0deg) ;  }
   15% { -webkit-transform: translate(-25%,0px) rotate(-5deg) ;  }
   30% { -webkit-transform: translate(20%,0px) rotate(3deg) ;  }
   45% { -webkit-transform: translate(-15%,0px) rotate(-3deg) ;  }
   60% { -webkit-transform: translate(10%,0px) rotate(2deg) ;  }
   75% { -webkit-transform: translate(-5%,0px) rotate(-1deg) ;  }
   100% { -webkit-transform: translate(0px,0px) rotate(0deg) ;  }
}
@-moz-keyframes transform-wobble
{
   0% { -moz-transform: rotate(0deg) ;  }
   15% { -moz-transform: translate(-25%,0px) rotate(-5deg) ;  }
   30% { -moz-transform: translate(20%,0px) rotate(3deg) ;  }
   45% { -moz-transform: translate(-15%,0px) rotate(-3deg) ;  }
   60% { -moz-transform: translate(10%,0px) rotate(2deg) ;  }
   75% { -moz-transform: translate(-5%,0px) rotate(-1deg) ;  }
   100% { -moz-transform: translate(0px,0px) rotate(0deg) ;  }
}
@keyframes transform-wobble
{
   0% { transform: rotate(0deg) ;  }
   15% { transform: translate(-25%,0px) rotate(-5deg) ;  }
   30% { transform: translate(20%,0px) rotate(3deg) ;  }
   45% { transform: translate(-15%,0px) rotate(-3deg) ;  }
   60% { transform: translate(10%,0px) rotate(2deg) ;  }
   75% { transform: translate(-5%,0px) rotate(-1deg) ;  }
   100% { transform: translate(0px,0px) rotate(0deg) ;  }
}
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: bold;
   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: Oswald;
   font-weight: bold;
   font-size: 64px;
   text-decoration: none;
   color: #D34063;
   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: "Oswald Light";
   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 Bold";
   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: bold;
   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-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 Bold";
   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 Bold";
   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-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;
}
h1.Ueber_uns_klein, .h1
{
   font-family: "Open Sans";
   font-size: 13px;
   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;
}
h6.Link-Klein, .h6
{
   font-family: Trirong;
   font-weight: bold;
   font-size: 11px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
.Style-BZ-002
{
   font-family: "Oswald Light";
   font-size: 37px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
}
.Style-BZ-001
{
   font-family: "Oswald Light";
   font-size: 21px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
}
@media only screen and (max-width: 534px)
{
}
