<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face
{
   font-family: "Roboto";
   font-display: swap;;
}
@font-face
{
   font-family: "Roboto Black";
   font-display: swap;;
}
@font-face
{
   font-family: "Roboto Condensed";
   font-display: swap;;
}
@font-face
{
   font-family: "Roboto Condensed Light";
   font-display: swap;;
}
@font-face
{
   font-family: "Roboto Light";
   font-display: swap;;
}
@font-face
{
   font-family: "Roboto Medium";
   font-display: swap;;
}
@font-face
{
   font-family: "Roboto Thin";
   font-display: swap;;
}
@font-face
{
   font-family: "Roboto";
   font-display: swap;;
}
@font-face
{
   font-family: "Roboto Black";
   font-display: swap;;
}
@font-face
{
   font-family: "Roboto Condensed";
   font-display: swap;;
}
@font-face
{
   font-family: "Roboto Condensed Light";
   font-display: swap;;
}
@font-face
{
   font-family: "Roboto Light";
   font-display: swap;;
}
@font-face
{
   font-family: "Roboto Medium";
   font-display: swap;;
}
@font-face
{
   font-family: "Roboto Thin";
   font-display: swap;;
}
@keyframes animate-fade-in
{
   0% { opacity: 0;  }
   100% { opacity: 1;  }
}
@keyframes animate-fade-in-down
{
   0% { transform: translate(0px,-100px) 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 filter-blur-in
{
   0% { filter: blur(20px);  }
   100% { filter: blur(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-up
{
   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) ;  }
}
a.Main
{
   color: #000000;
   text-decoration: none;
   transition: all 200ms linear;
   position: relative;
   display: inline-block;
}
a.Main::after
{
   background: transparent;
   content: "";
   display: block;
   width: 0;
   height: 1px;
   margin-top: 1px;
   transition: all 200ms linear;
}
a.Main:hover::after
{
   background: #800000;
   width: 100%;
}
a.Main:visited
{
   color: #000000;
   text-decoration: none;
}
a.Main:active
{
   color: #000000;
   text-decoration: none;
}
a.Main:hover
{
   color: #800000;
   text-decoration: none;
}
a.Main_weiss
{
   color: #FFFFFF;
   text-decoration: none;
   transition: all 200ms linear;
   position: relative;
   display: inline-block;
}
a.Main_weiss::after
{
   background: transparent;
   content: "";
   display: block;
   width: 0;
   height: 1px;
   margin-top: 1px;
   transition: all 200ms linear;
}
a.Main_weiss:hover::after
{
   background: #DC143C;
   width: 100%;
}
a.Main_weiss:visited
{
   color: #FFFFFF;
   text-decoration: none;
}
a.Main_weiss:active
{
   color: #FFFFFF;
   text-decoration: none;
}
a.Main_weiss:hover
{
   color: #DC143C;
   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: 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;
}
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;
}
.Sendenbutton
{
   font-family: "Roboto Condensed";
   font-weight: bold;
   font-size: 19px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
}
.CustomStyle
{
   font-family: "Courier New";
   font-weight: bold;
   font-size: 16px;
   text-decoration: none;
   color: #2E74B5;
   --color: #2E74B5;
   background-color: transparent;
}
</pre></body></html>