@font-face
{
   font-family: "Oswald";
   font-weight: 400;
   font-display: swap;
   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";
   font-weight: 400;
   font-weight: 300;
   font-display: swap;
   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";
   font-weight: 700;
   font-display: swap;
   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";
   font-weight: 600;
   font-display: swap;
   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";
   font-weight: 500;
   font-display: swap;
   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";
   font-weight: 200;
   font-display: swap;
   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";
   font-weight: 400;
   font-display: swap;
   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');
}
@font-face
{
   font-family: "Times New Roman";
   font-display: swap;
   src: url('times.ttf') format('truetype');
}
@font-face
{
   font-family: "Oswald";
   font-weight: 400;
   font-display: swap;
   font-weight: 200 700;
   unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
   src: url('Oswald-subset0.woff2') format('woff2');
}
@font-face
{
   font-family: "Open Sans";
   font-weight: 400;
   font-display: swap;
   font-weight: 300 800;
   font-stretch: 75% 100%;
   unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
   src: url('Open-Sans-subset0.woff2') format('woff2');
}
@keyframes animate-background
{
   0% { background-color: #000000;  }
   100% { background-color: #FFFFFF;  }
}
@keyframes animate-fade-in
{
   0% { opacity: 0;  }
   100% { opacity: 1;  }
}
@keyframes animate-fade-in-right
{
   0% { transform: translate(100px,0px) rotate(0deg) ; opacity: 0;  }
   100% { transform: translate(0px,0px) rotate(0deg) ; 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 animate-fade-out
{
   0% { opacity: 1;  }
   100% { opacity: 0;  }
}
@keyframes animate-rotate-in-right
{
   0% { transform: translate(1000px,0px) rotate(0deg) ; opacity: 0;  }
   50% { opacity: 1;  }
   100% { transform: translate(0px,0px) rotate(360deg) ;  }
}
@keyframes perspective-down
{
   0% { transform-origin: 50% 100%; transform: perspective(800px) rotateX(1deg) ;  }
   100% { transform-origin: 50% 100%; transform: perspective(800px) rotateX(-180deg) ;  }
}
@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%;  }
}
@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-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;  }
}
@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 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) ;  }
}
@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) ;  }
}
@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) ;  }
}
@keyframes transform-lightspeed-in
{
   0% { transform: translate(100%,0px) rotate(0deg) skewX(-30deg) ; opacity: 0;  }
   60% { transform: translate(-20%,0px) rotate(0deg) skewX(30deg) ; opacity: 1;  }
   80% { transform: translate(0px,0px) rotate(0deg) skewX(-15deg) ; opacity: 1;  }
   100% { transform: translate(0px,0px) rotate(0deg) skewX(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;  }
}
@keyframes transform-scale-in
{
   0% { opacity: 0; transform: rotate(0deg) scale(0,0) ;  }
   100% { opacity: 1; transform: rotate(0deg) scale(1.0,1.0) ;  }
}
@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;
   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: underline;
   text-shadow: 1px 1px 5px rgba(255,255,255,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;
   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;
   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;
   text-shadow: 4px 4px 0px rgba(0,0,0,0.00);
}
a.Normaler-Link_Hover_Link_Weiss
{
   color: #FFFFFF;
   text-decoration: none;
   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;
   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;
   text-shadow: 4px 4px 5px rgba(0,0,0,1.00);
}
a.Normaler-Link_ROT
{
   color: #FF0000;
   text-decoration: underline;
}
a.Normaler-Link_ROT:visited
{
   color: #FF0000;
   text-decoration: underline;
}
a.Normaler-Link_ROT:active
{
   color: #FF0000;
   text-decoration: underline;
}
a.Normaler-Link_ROT:hover
{
   color: #FF0000;
   font-style: italic;
   text-decoration: none;
   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;
   --color: #808080;
   background-color: transparent;
   border: 0 solid transparent;
   --border-color: #F5F5F5;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   text-shadow: 1px 1px 2px rgba(0,0,0,1.00);
   display: inline;
}
h2, .h2
{
   font-family: Oswald;
   font-weight: 400;
   font-weight: 400;
   font-size: 64px;
   text-decoration: none;
   color: #D34063;
   --color: #D34063;
   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;
}
.CustomStyle
{
   font-family: "Courier New";
   font-weight: bold;
   font-size: 16px;
   text-decoration: none;
   color: #2E74B5;
   --color: #2E74B5;
   background-color: transparent;
}
h1.Ueber_uns, .h1
{
   font-family: "Oswald";
   font-weight: 400;
   font-weight: 300;
   font-size: 20px;
   text-decoration: none;
   color: #FFFFFF;
   --color: #FFFFFF;
   background-color: transparent;
   border: 0 solid transparent;
   --border-color: #F5F5F5;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   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;
   --color: #FFFFFF;
   background-color: transparent;
   border: 0 solid transparent;
   --border-color: #F5F5F5;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   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;
   --color: #808080;
   background-color: transparent;
   border: 0 solid transparent;
   --border-color: #F5F5F5;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   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;
   --color: #000000;
   background-color: transparent;
   border: 0 solid transparent;
   --border-color: #F5F5F5;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   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;
   --color: #000000;
   background-color: transparent;
   border: 0 solid transparent;
   --border-color: #F5F5F5;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   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;
   --color: #FFFFFF;
   background-color: transparent;
   border: 0 solid transparent;
   --border-color: #F5F5F5;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   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;
   --color: #BBCF00;
   background-color: transparent;
   border: 0 solid transparent;
   --border-color: #F5F5F5;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   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;
   --color: #4F4F4F;
   background-color: transparent;
   border: 1px solid transparent;
   --border-color: #FFFFFF;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   text-shadow: 1px 1px 2px rgba(0,0,0,1.00);
   display: inline;
}
h3.TeleNr, .h3
{
   font-family: "Oswald";
   font-weight: 700;
   font-size: 53px;
   text-decoration: none;
   color: #A52A2A;
   --color: #A52A2A;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h1.Ueber_uns_klein, .h1
{
   font-family: "Open Sans";
   font-weight: 400;
   font-size: 13px;
   text-decoration: none;
   color: #FFFFFF;
   --color: #FFFFFF;
   background-color: transparent;
   border: 0 solid transparent;
   --border-color: #F5F5F5;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   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;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
.Style-BZ-002
{
   font-family: "Oswald";
   font-weight: 400;
   font-weight: 300;
   font-size: 37px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
}
.Style-BZ-001
{
   font-family: "Oswald";
   font-weight: 400;
   font-weight: 300;
   font-size: 21px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
}
@media only screen and (max-width: 800px)
{
}
@media only screen and (max-width: 534px)
{
}
