@font-face
{
   font-family: "Ubuntu Condensed";
   font-display: swap;
   src: url('../fonts/ubuntucondensed-regular.woff') format('woff'),
        url('../fonts/ubuntucondensed-regular.ttf') format('truetype'),
        url('../fonts/ubuntucondensed-regular.svg#') format('svg'),
        url('../fonts/ubuntucondensed-regular.eot') format('embedded-opentype');
}
@font-face
{
   font-family: "Fira Sans Condensed Bold";
   font-display: swap;
   src: url('../fonts/Fira-Sans-Condensed-Bold.woff2') format('woff2'),
        url('../fonts/Fira-Sans-Condensed-Bold.woff') format('woff'),
        url('../fonts/FiraSansCondensed-Bold.ttf') format('truetype');
}
@font-face
{
   font-family: "Domine";
   font-weight: 400;
   font-display: swap;
   src: url('../fonts/Domine.woff2') format('woff2'),
        url('../fonts/Domine.woff') format('woff');
}
@font-face
{
   font-family: "Fira Sans Condensed";
   font-weight: 400;
   font-display: swap;
   src: url('../fonts/Fira-Sans-Condensed.woff2') format('woff2'),
        url('../fonts/Fira-Sans-Condensed.woff') format('woff');
}
@font-face
{
   font-family: "Fira Sans Condensed SemiBold";
   font-display: swap;
   src: url('../fonts/FiraSansCondensed-SemiBold.woff2') format('woff2');
}
@font-face
{
   font-family: "Fira Sans Condensed";
   font-weight: 400;
   font-display: swap;
   src: url('../fonts/Fira-Sans-Condensed.woff2') format('woff2'),
        url('../fonts/Fira-Sans-Condensed.woff') format('woff');
}
@font-face
{
   font-family: "Aladin";
   font-weight: 400;
   font-display: swap;
   src: url('../fonts/Aladin.woff2') format('woff2'),
        url('../fonts/Aladin.woff') format('woff');
}
@font-face
{
   font-family: "Domine";
   font-weight: 400;
   font-display: swap;
   font-weight: 400 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+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
   src: url('../fonts/Domine-subset0.woff2') format('woff2');
}
@font-face
{
   font-family: "Bitter";
   font-weight: 400;
   font-display: swap;
   font-weight: 100 900;
   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+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
   src: url('../fonts/Bitter-subset0.woff2') format('woff2');
}
@keyframes animate-fade-in
{
   0% { opacity: 0;  }
   100% { 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-rotate-in-left
{
   0% { transform: translate(-1000px,0px) rotate(0deg) ; opacity: 0;  }
   50% { opacity: 1;  }
   100% { transform: translate(0px,0px) rotate(360deg) ;  }
}
@keyframes hole-in
{
   0% { transform: rotate(180deg) scale(0,0) ; 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 swoop-in
{
   0% { transform: translate(-400px,0px) rotate(0deg) scale(1.5,1) ; opacity: 0;  }
   40% { transform: translate(0px,0px) rotate(0deg) scale(1.2,1.0) ; opacity: 1;  }
   60% { transform: translate(20px,0px) rotate(0deg) scale(1.0,1.0) ;  }
   100% { transform: translate(0px,0px) rotate(0deg) scale(1,1) ;  }
}
@keyframes transform-bounce-in-down
{
   0% { transform: translate(0px,-500%) rotate(0deg) ; opacity: 0;  }
   50% { opacity: 1;  }
   60% { transform: translate(0px,30px) rotate(0deg) ;  }
   80% { transform: translate(0px,-10px) rotate(0deg) ;  }
   100% { 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) ;  }
}
@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-rotate
{
   0% { transform: rotate(0deg) ;  }
   100% { transform: rotate(359deg) ;  }
}
a.Style01
{
   color: #000000;
   text-decoration: none;
}
a.Style01:visited
{
   color: #008000;
   text-decoration: none;
}
a.Style01:active
{
   color: #FF0000;
   text-decoration: none;
}
a.Style01:hover
{
   color: #00FF00;
   text-decoration: none;
}
a.Style_No
{
   color: #000000;
   text-decoration: none;
}
a.Style_No:visited
{
   color: #800000;
   text-decoration: none;
}
a.Style_No:active
{
   color: #FF0000;
   text-decoration: none;
}
a.Style_No:hover
{
   color: #FF0000;
   text-decoration: none;
}
a.Style_Yes
{
   color: #008000;
   text-decoration: none;
}
a.Style_Yes:visited
{
   color: #008000;
   text-decoration: none;
}
a.Style_Yes:active
{
   color: #00FF00;
   text-decoration: none;
}
a.Style_Yes:hover
{
   color: #00FF00;
   text-decoration: none;
}
a.Style_Maybe
{
   color: #000000;
   text-decoration: none;
}
a.Style_Maybe:visited
{
   color: #001480;
   text-decoration: none;
}
a.Style_Maybe:active
{
   color: #004AFF;
   text-decoration: none;
}
a.Style_Maybe:hover
{
   color: #00C0FF;
   text-decoration: none;
}
a.Style_WorkInProgress
{
   color: #000000;
   text-decoration: none;
}
a.Style_WorkInProgress:visited
{
   color: #654129;
   text-decoration: none;
}
a.Style_WorkInProgress:active
{
   color: #FFD966;
   text-decoration: none;
}
a.Style_WorkInProgress:hover
{
   color: #FF8000;
   text-decoration: none;
}
a.W20_Style_Yes
{
   color: #C0C0C0;
   text-decoration: none;
}
a.W20_Style_Yes:visited
{
   color: #C0C0C0;
   text-decoration: none;
}
a.W20_Style_Yes:active
{
   color: #57FF57;
   text-decoration: none;
}
a.W20_Style_Yes:hover
{
   color: #57FF57;
   text-decoration: none;
}
a.W20_Style_Progress
{
   color: #C0C0C0;
   text-decoration: none;
}
a.W20_Style_Progress:visited
{
   color: #C0C0C0;
   text-decoration: none;
}
a.W20_Style_Progress:active
{
   color: #FFD966;
   text-decoration: none;
}
a.W20_Style_Progress:hover
{
   color: #FFD966;
   text-decoration: none;
}
a.W20_Style_Yes_Titelseite
{
   color: #000000;
   text-decoration: none;
}
a.W20_Style_Yes_Titelseite:visited
{
   color: #00AF54;
   text-decoration: none;
}
a.W20_Style_Yes_Titelseite:active
{
   color: #57FF57;
   text-decoration: none;
}
a.W20_Style_Yes_Titelseite:hover
{
   color: #57FF57;
   text-decoration: none;
}
h1, .h1
{
   font-family: "Fira Sans Condensed SemiBold";
   font-weight: normal;
   font-size: 19px;
   text-decoration: none;
   color: #3F3F3F;
   --color: #3F3F3F;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h2, .h2
{
   font-family: "Fira Sans Condensed SemiBold";
   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: "Fira Sans Condensed SemiBold";
   font-weight: normal;
   font-size: 19px;
   line-height: 23.03px;
   text-decoration: none;
   color: #A5A5A5;
   --color: #A5A5A5;
   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;
}
.TestStyle
{
   font-weight: bold;
   line-height: 1;
   text-decoration: none;
   color: #3F3F3F;
   --color: #3F3F3F;
   background-color: transparent;
}
.GoodStyle
{
   font-weight: bold;
   font-style: normal;
   text-align: center;
   text-decoration: none;
   color: #00FF00;
   --color: #00FF00;
   background-color: transparent;
   cursor: pointer;
   text-shadow: 1px 1px 3px rgba(87,255,87,1.00);
}
.BadStyle
{
   font-family: Kurale;
   font-weight: normal;
   font-style: normal;
   text-align: center;
   text-decoration: none;
   color: #CC0000;
   --color: #CC0000;
   background-color: transparent;
   cursor: pointer;
   text-shadow: 1px 1px 3px rgba(255,0,0,1.00);
}
.W20GoodStyle
{
   font-family: Kurale;
   font-weight: normal;
   font-style: normal;
   text-align: center;
   text-decoration: none;
   background-color: transparent;
   cursor: pointer;
   text-shadow: 1px 1px 3px rgba(87,255,87,1.00);
}
.W20GreenButtonOver
{
   text-align: center;
   text-decoration: none;
   color: #00FF00;
   --color: #00FF00;
   background-color: transparent;
   -webkit-text-stroke-width: 1px;
   -webkit-text-stroke-color: rgba(87,255,87,1.00);
}
.W20GreenButton
{
   font-family: Domine;
   font-weight: 400;
   font-size: 17px;
   text-align: center;
   text-decoration: none;
   color: #A9CD90;
   --color: #A9CD90;
   background-color: transparent;
   background-image: url('../images/LinkBannerGreen.png');
}
.W20_GoodStyle
{
   font-weight: bold;
   font-style: normal;
   text-align: center;
   text-decoration: none;
   background-color: transparent;
   text-shadow: 1px 1px 0 rgba(87,255,87,1.00);
   -webkit-text-stroke-width: 2px;
   -webkit-text-stroke-color: rgba(0,0,0,1.00);
}
.W20YellowButtonOver
{
   text-align: center;
   text-decoration: none;
   color: #FFC000;
   --color: #FFC000;
   background-color: transparent;
   -webkit-text-stroke-width: 1px;
   -webkit-text-stroke-color: rgba(255,192,0,1.00);
}
.W20BlueButtonOver
{
   text-align: center;
   text-decoration: none;
   color: #82B1E0;
   --color: #82B1E0;
   background-color: transparent;
   -webkit-text-stroke-width: 1px;
   -webkit-text-stroke-color: rgba(0,255,255,1.00);
}
