@font-face
{
   font-family: "Roboto Condensed";
   font-weight: 400;
   font-weight: 400;
   font-display: swap;
   src: url('../Roboto-Condensed.woff2') format('woff2'),
        url('../Roboto-Condensed.woff') format('woff');
}
@font-face
{
   font-family: "PT Sans Narrow";
   font-weight: 400;
   font-weight: 400;
   font-display: swap;
   src: url('../PT-Sans-Narrow.woff2') format('woff2'),
        url('../PT-Sans-Narrow.woff') format('woff');
}
@keyframes animate-fade-in
{
   0% { opacity: 0;  }
   100% { opacity: 1;  }
}
@keyframes animate-fade-in-left
{
   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 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) ;  }
}
a.style1
{
   color: #312821;
   text-decoration: none;
}
a.style1:visited
{
   color: #000000;
   text-decoration: none;
}
a.style1:active
{
   color: #000000;
   text-decoration: none;
}
a.style1:hover
{
   color: #000000;
   text-decoration: underline;
}
a.style2
{
   color: #000000;
   text-decoration: none;
   transition: all 300ms linear;
   position: relative;
   display: inline-block;
}
a.style2::after
{
   background: transparent;
   content: "";
   display: block;
   position: absolute;
   top: 100%;
   width: 100%;
   left: 0;
   height: 1px;
   background: #800000;
   opacity: 0;
   transform: translateY(10px);
   margin-top: 1px;
   transition: all 300ms linear;
}
a.style2:hover::after
{
   background: #800000;
   opacity: 1;
   transform: translateY(0px);
}
a.style2:visited
{
   color: #4F4F4F;
   text-decoration: none;
}
a.style2:active
{
   color: #4F4F4F;
   text-decoration: none;
}
a.style2:hover
{
   color: #800000;
   text-decoration: none;
}
a.Style_Admin
{
   color: #D3D3D3;
   text-decoration: none;
}
a.Style_Admin:visited
{
   color: #D3D3D3;
   text-decoration: none;
}
a.Style_Admin:active
{
   color: #D3D3D3;
   text-decoration: none;
}
a.Style_Admin:hover
{
   color: #D3D3D3;
   text-decoration: underline;
}
a.style2_weiss
{
   color: #FFFFFF;
   text-decoration: none;
   transition: all 300ms linear;
   position: relative;
   display: inline-block;
}
a.style2_weiss::after
{
   background: transparent;
   content: "";
   display: block;
   position: absolute;
   top: 100%;
   width: 100%;
   left: 0;
   height: 1px;
   background: #FFFFFF;
   opacity: 0;
   transform: translateY(10px);
   margin-top: 1px;
   transition: all 300ms linear;
}
a.style2_weiss:hover::after
{
   background: #FFFFFF;
   opacity: 1;
   transform: translateY(0px);
}
a.style2_weiss:visited
{
   color: #FFFFFF;
   text-decoration: none;
}
a.style2_weiss:active
{
   color: #FFFFFF;
   text-decoration: none;
}
a.style2_weiss:hover
{
   color: #FFFFFF;
   text-decoration: none;
}
a.style2_rot-copy
{
   color: #81040D;
   text-decoration: none;
   transition: all 300ms linear;
   position: relative;
   display: inline-block;
}
a.style2_rot-copy::after
{
   background: transparent;
   content: "";
   display: block;
   position: absolute;
   top: 100%;
   width: 100%;
   left: 0;
   height: 1px;
   background: #800000;
   opacity: 0;
   transform: translateY(10px);
   margin-top: 1px;
   transition: all 300ms linear;
}
a.style2_rot-copy:hover::after
{
   background: #800000;
   opacity: 1;
   transform: translateY(0px);
}
a.style2_rot-copy:visited
{
   color: #81040D;
   text-decoration: none;
}
a.style2_rot-copy:active
{
   color: #81040D;
   text-decoration: none;
}
a.style2_rot-copy:hover
{
   color: #800000;
   text-decoration: none;
}
h1, .h1
{
   font-family: "Roboto Condensed Light";
   font-weight: normal;
   font-size: 21px;
   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: "Roboto Condensed Light";
   font-weight: normal;
   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;
}
h3, .h3
{
   font-family: "Roboto Condensed";
   font-weight: 400;
   font-weight: 400;
   font-weight: 400;
   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;
}
h4, .h4
{
   font-family: "Roboto Condensed Light";
   font-weight: bold;
   font-size: 19px;
   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;
   text-shadow: 1px 1px 1px rgba(0,0,0,1.00);
}
.CustomStyle_copy
{
   font-family: Verdana;
   font-weight: normal;
   font-size: 43px;
   text-decoration: none;
   color: #FFD700;
   --color: #FFD700;
   background-color: transparent;
   text-shadow: 1px 1px 2px rgba(0,0,0,1.00);
}
.Herzlich_willkommen
{
   font-family: Verdana;
   font-weight: normal;
   font-size: 35px;
   text-decoration: none;
   color: #FCC403;
   --color: #FCC403;
   background-color: transparent;
   text-shadow: 2px 2px 1px rgba(0,0,0,1.00);
}
.schwarz_weis
{
   font-family: "Roboto Condensed";
   font-weight: 400;
   font-weight: 400;
   font-weight: normal;
   font-size: 17px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   text-shadow: 1px 1px 1px rgba(0,0,0,1.00);
}
.oster
{
   font-family: "Comic Sans MS";
   font-weight: normal;
   font-size: 35px;
   text-decoration: none;
   color: #FFFFFF;
   --color: #FFFFFF;
   background-color: transparent;
   text-shadow: 2px 2px 2px rgba(0,0,0,1.00);
}
