@font-face {
   font-display: swap;
   font-family: "Roboto Condensed";
   font-weight: 400;
   font-weight: 400;
}
@font-face {
   font-display: swap;
   font-family: "Roboto Condensed Light";
}
@font-face {
   font-display: swap;
   font-family: "Roboto Light";
}
@font-face {
   font-display: swap;
   font-family: "Roboto Medium";
}
@font-face {
   font-display: swap;
   font-family: "Roboto Condensed";
   font-weight: 400;
   font-weight: 400;
}
@font-face {
   font-display: swap;
   font-family: "Roboto Condensed";
   font-weight: 400;
   font-weight: 400;
}
@font-face {
   font-display: swap;
   font-family: "Roboto Condensed Light";
}
@font-face {
   font-display: swap;
   font-family: "Roboto Light";
}
@font-face {
   font-display: swap;
   font-family: "Roboto Medium";
}
@font-face {
   font-display: swap;
   font-family: "Roboto Condensed";
   font-weight: 400;
   font-weight: 400;
}
@keyframes animate-fade-in {
0% {
   opacity: 0;
}
100% {
   opacity: 1;
}
}
@keyframes animate-fade-in-down {
0% {
   opacity: 0;
   transform: translate(0px,-100px) rotate(0deg);
}
100% {
   opacity: 1;
   transform: translate(0px,0px) rotate(0deg);
}
}
@keyframes animate-fade-in-left {
0% {
   opacity: 0;
   transform: translate(-100px,0px) rotate(0deg);
}
100% {
   opacity: 1;
   transform: translate(0px,0px) rotate(0deg);
}
}
@keyframes animate-fade-in-right {
0% {
   opacity: 0;
   transform: translate(100px,0px) rotate(0deg);
}
100% {
   opacity: 1;
   transform: translate(0px,0px) rotate(0deg);
}
}
@keyframes animate-fade-in-up {
0% {
   opacity: 0;
   transform: translate(0px,100px) rotate(0deg);
}
100% {
   opacity: 1;
   transform: translate(0px,0px) rotate(0deg);
}
}
@keyframes transform-bounce-in {
0% {
   opacity: 0;
   transform: rotate(0deg) scale(0.3,0.3);
}
50% {
   opacity: 1;
   transform: rotate(0deg) scale(1.05,1.05);
}
70% {
   transform: rotate(0deg) scale(0.9,0.9);
}
100% {
   transform: rotate(0deg) scale(1.0,1.0);
}
}
@keyframes transform-bounce-in-left {
0% {
   opacity: 0;
   transform: translate(-500%,0px) rotate(0deg);
}
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-fly-in {
0% {
   opacity: 0;
   transform: translate(-100%,-100%) rotate(-180deg);
}
100% {
   opacity: 1;
   transform: translate(0px,0px) rotate(0deg);
}
}
@keyframes transform-rotate-in {
0% {
   opacity: 0;
   transform-origin: center center;
   transform: rotate(-200deg);
}
100% {
   opacity: 1;
   transform-origin: center center;
   transform: rotate(0deg);
}
}
@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 vanish-in {
0% {
   opacity: 0;
   transform-origin: 50% 50%;
   transform: rotate(0deg) scale(2,2);
}
100% {
   opacity: 1;
   transform-origin: 50% 50%;
   transform: rotate(0deg) scale(1,1);
}
}
a.Footer_menu {
   color: #FFFFFF;
   display: inline-block;
   position: relative;
   text-decoration: none;
   transition: all 150ms linear;
}
a.Footer_menu::after {
   background: #FFFFFF;
   background: transparent;
   content: "";
   display: block;
   height: 1px;
   left: 0;
   margin-top: 1px;
   opacity: 0;
   position: absolute;
   top: 100%;
   transform: translateY(10px);
   transition: all 150ms linear;
   width: 100%;
}
a.Footer_menu:hover::after {
   background: #FFFFFF;
   opacity: 1;
   transform: translateY(0px);
}
a.Footer_menu:visited {
   color: #D3D3D3;
   text-decoration: none;
}
a.Footer_menu:active {
   color: #D3D3D3;
   text-decoration: none;
}
a.Footer_menu:hover {
   color: #FFFFFF;
   text-decoration: none;
}
a.Link_gruen {
   color: #68860F;
   display: inline-block;
   position: relative;
   text-decoration: none;
   transition: all 300ms linear;
}
a.Link_gruen::after {
   background: #4F4F4F;
   background: transparent;
   content: "";
   display: block;
   height: 1px;
   left: 0;
   margin-top: 1px;
   opacity: 0;
   position: absolute;
   top: 100%;
   transform: translateY(10px);
   transition: all 300ms linear;
   width: 100%;
}
a.Link_gruen:hover::after {
   background: #4F4F4F;
   opacity: 1;
   transform: translateY(0px);
}
a.Link_gruen:visited {
   color: #4F4F4F;
   text-decoration: none;
}
a.Link_gruen:active {
   color: #4F4F4F;
   text-decoration: none;
}
a.Link_gruen:hover {
   color: #4F4F4F;
   text-decoration: none;
}
a.Default {
   color: #000000;
   text-decoration: none;
}
a.Default:visited {
   color: #000000;
   text-decoration: none;
}
a.Default:active {
   color: #000000;
   text-decoration: none;
}
a.Default:hover {
   color: #000000;
   text-decoration: underline;
}
a.Link_black {
   color: #000000;
   display: inline-block;
   position: relative;
   text-decoration: none;
   transition: all 300ms linear;
}
a.Link_black::after {
   background: #80A312;
   background: transparent;
   content: "";
   display: block;
   height: 1px;
   left: 0;
   margin-top: 1px;
   opacity: 0;
   position: absolute;
   top: 100%;
   transform: translateY(10px);
   transition: all 300ms linear;
   width: 100%;
}
a.Link_black:hover::after {
   background: #80A312;
   opacity: 1;
   transform: translateY(0px);
}
a.Link_black:visited {
   color: #000000;
   text-decoration: none;
}
a.Link_black:active {
   color: #000000;
   text-decoration: none;
}
a.Link_black:hover {
   color: #80A312;
   text-decoration: none;
}
h1,
.h1 {
   --color: #000000;
   background-color: transparent;
   color: #000000;
   display: inline;
   font-family: "Roboto Condensed Light";
   font-size: 21px;
   font-weight: normal;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   text-decoration: none;
}
h2,
.h2 {
   --color: #000000;
   background-color: transparent;
   color: #000000;
   display: inline;
   font-family: "Roboto Condensed Light";
   font-size: 19px;
   font-weight: normal;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   text-decoration: none;
}
h3,
.h3 {
   --color: #000000;
   background-color: transparent;
   color: #000000;
   display: inline;
   font-family: "Roboto Condensed";
   font-size: 19px;
   font-weight: 400;
   font-weight: 400;
   font-weight: 400;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   text-decoration: none;
}
h4,
.h4 {
   --color: #000000;
   background-color: transparent;
   color: #000000;
   display: inline;
   font-family: "Roboto Condensed Light";
   font-size: 19px;
   font-style: italic;
   font-weight: bold;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   text-decoration: none;
}
h5,
.h5 {
   --color: #000000;
   background-color: transparent;
   color: #000000;
   display: inline;
   font-family: Arial;
   font-size: 19px;
   font-weight: bold;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   text-decoration: none;
}
h6,
.h6 {
   --color: #000000;
   background-color: transparent;
   color: #000000;
   display: inline;
   font-family: Arial;
   font-size: 16px;
   font-weight: bold;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   text-decoration: none;
}
.CustomStyle {
   --color: #2E74B5;
   background-color: transparent;
   color: #2E74B5;
   font-family: "Courier New";
   font-size: 16px;
   font-weight: bold;
   text-decoration: none;
}
.Schatten {
   --color: #FFFFFF;
   background-color: transparent;
   color: #FFFFFF;
   font-family: "Courier New";
   font-size: 16px;
   font-weight: bold;
   text-decoration: none;
   text-shadow: 1px 1px 1px rgba(0,0,0,1.00);
}
.Roboto_Condensed_14pt {
   --color: #68860F;
   background-color: transparent;
   color: #68860F;
   font-family: "Roboto Condensed";
   font-size: 27px;
   font-weight: 400;
   font-weight: 400;
   line-height: 39.63px;
   text-align: left;
   text-decoration: none;
}
.Roboto_Condensed_light_14pt_copy {
   --color: #000000;
   background-color: transparent;
   color: #000000;
   font-family: "Roboto Condensed Light";
   font-size: 19px;
   line-height: 27.63px;
   text-align: left;
   text-decoration: none;
}
.Roboto_Condensed_bold_14pt_copy_copy {
   --color: #000000;
   background-color: transparent;
   color: #000000;
   font-family: "Roboto Condensed Bold";
   font-size: 19px;
   line-height: 27.63px;
   text-align: left;
   text-decoration: none;
}
