@font-face
{
   font-family: "Arial Narrow";
   font-display: swap;;
}
@font-face
{
   font-family: "Arial Narrow";
   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-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 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
{
   0% { transform: rotate(0deg) ;  }
   20% { transform: rotate(0deg) ;  }
   40% { transform: translate(0px,-30px) rotate(0deg) ;  }
   50% { transform: translate(0px,0px) rotate(0deg) ;  }
   60% { transform: translate(0px,-15px) rotate(0deg) ;  }
   80% { transform: translate(0px,0px) rotate(0deg) ;  }
   100% { transform: translate(0px,0px) rotate(0deg) ;  }
}
@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-pulse
{
   0% { transform: rotate(0deg) ;  }
   50% { transform: rotate(0deg) scale(1.1,1.1) ;  }
   100% { transform: rotate(0deg) scale(1.0,1.0) ;  }
}
@keyframes transform-roll-in
{
   0% { transform: translate(-100%,0px) rotate(-120deg) ; opacity: 0;  }
   100% { transform: translate(0px,0px) rotate(0deg) ; opacity: 1;  }
}
@keyframes transform-rotate
{
   0% { transform: rotate(0deg) ;  }
   100% { transform: rotate(359deg) ;  }
}
@keyframes transform-shake
{
   0% { transform: rotate(0deg) ;  }
   10% { transform: translate(-10px,0px) rotate(0deg) ;  }
   20% { transform: translate(10px,0px) rotate(0deg) ;  }
   30% { transform: translate(-10px,0px) rotate(0deg) ;  }
   40% { transform: translate(10px,0px) rotate(0deg) ;  }
   50% { transform: translate(-10px,0px) rotate(0deg) ;  }
   60% { transform: translate(10px,0px) rotate(0deg) ;  }
   70% { transform: translate(-10px,0px) rotate(0deg) ;  }
   80% { transform: translate(10px,0px) rotate(0deg) ;  }
   90% { transform: translate(-10px,0px) rotate(0deg) ;  }
   100% { transform: translate(0px,0px) rotate(0deg) ;  }
}
@keyframes vanish-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%;  }
}
a.Service_Menu
{
   color: #000000;
   text-decoration: none;
   transition: all 150ms linear;
   position: relative;
   display: inline-block;
}
a.Service_Menu::after
{
   background: transparent;
   content: "";
   display: block;
   position: absolute;
   top: 100%;
   width: 100%;
   left: 0;
   height: 1px;
   background: #005FB0;
   opacity: 0;
   transform: translateY(10px);
   margin-top: 1px;
   transition: all 150ms linear;
}
a.Service_Menu:hover::after
{
   background: #005FB0;
   opacity: 1;
   transform: translateY(0px);
}
a.Service_Menu:visited
{
   color: #000000;
   text-decoration: none;
}
a.Service_Menu:active
{
   color: #000000;
   text-decoration: none;
}
a.Service_Menu:hover
{
   color: #005FB0;
   text-decoration: none;
}
a.Link_weiss
{
   color: #F5F5F5;
   text-decoration: none;
   transition: all 150ms linear;
}
a.Link_weiss:visited
{
   color: #F5F5F5;
   text-decoration: none;
}
a.Link_weiss:active
{
   color: #F5F5F5;
   text-decoration: none;
}
a.Link_weiss:hover
{
   color: #FFFFFF;
   text-decoration: underline;
}
a.2nd_Menu
{
   color: #696969;
   text-decoration: none;
   transition: all 200ms linear;
   position: relative;
   display: inline-block;
}
a.2nd_Menu::after,
a.2nd_Menu::before
{
   background: transparent;
   content: "";
   display: block;
   position: absolute;
   width: 100%;
   height: 2px;
   background: #005FB0;
   opacity: 0;
   transition: all 200ms linear;
}
a.2nd_Menu::before
{
   top: -2px;
   transform: translateY(-10px);
}
a.2nd_Menu::after
{
   bottom: -2px;
   transform: translateY(10px);
}
a.2nd_Menu:hover::after,
a.2nd_Menu:hover::before
{
   background: #005FB0;
   opacity: 1;
   transform: translateY(0px);
}
a.2nd_Menu:visited
{
   color: #696969;
   text-decoration: none;
}
a.2nd_Menu:active
{
   color: #005FB0;
   text-decoration: none;
}
a.2nd_Menu:hover
{
   color: #005FB0;
   text-decoration: none;
}
a.style1
{
   color: #FFFFFF;
   text-decoration: none;
   transition: all 250ms linear;
   position: relative;
   display: inline-block;
}
a.style1::after
{
   background: transparent;
   content: "";
   display: block;
   height: 0;
   width: 100%;
   margin-top: 2px;
   transition: all 250ms linear;
}
a.style1:hover::after
{
   background: #FFFFFF;
   height: 2px;
}
a.style1:visited
{
   color: #FFFFFF;
   text-decoration: none;
}
a.style1:active
{
   color: #FFFFFF;
   text-decoration: none;
}
a.style1:hover
{
   color: #FFFFFF;
   text-decoration: none;
}
a.Service_Menu_copy
{
   color: #FFFFFF;
   text-decoration: none;
   transition: all 150ms linear;
   position: relative;
   display: inline-block;
}
a.Service_Menu_copy::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 150ms linear;
}
a.Service_Menu_copy:hover::after
{
   background: #FFFFFF;
   opacity: 1;
   transform: translateY(0px);
}
a.Service_Menu_copy:visited
{
   color: #FFFFFF;
   text-decoration: none;
}
a.Service_Menu_copy:active
{
   color: #FFFFFF;
   text-decoration: none;
}
a.Service_Menu_copy:hover
{
   color: #FFFFFF;
   text-decoration: none;
}
a.hotline
{
   color: #FFFFFF;
   text-decoration: none;
   transition: all 150ms linear;
   position: relative;
   display: inline-block;
}
a.hotline::after
{
   background: transparent;
   content: "";
   display: block;
   height: 0;
   width: 100%;
   margin-top: 1px;
   transition: all 150ms linear;
}
a.hotline:hover::after
{
   background: #FFFFFF;
   height: 1px;
}
a.hotline:visited
{
   color: #FFFFFF;
   text-decoration: none;
}
a.hotline:active
{
   color: #FFFFFF;
   text-decoration: none;
}
a.hotline:hover
{
   color: #FFFFFF;
   text-decoration: none;
}
a.fd-menue
{
   color: #920E50;
   text-decoration: none;
   transition: all 150ms linear;
   position: relative;
   display: inline-block;
}
a.fd-menue::after
{
   background: transparent;
   content: "";
   display: block;
   width: 0;
   height: 1px;
   margin-top: 1px;
   transition: all 150ms linear;
}
a.fd-menue:hover::after
{
   background: #000000;
   width: 100%;
}
a.fd-menue:visited
{
   color: #920E50;
   text-decoration: none;
}
a.fd-menue:active
{
   color: #920E50;
   text-decoration: none;
}
a.fd-menue:hover
{
   color: #000000;
   text-decoration: none;
}
a.email-link
{
   color: #000000;
   text-decoration: none;
   transition: all 150ms linear;
   position: relative;
   display: inline-block;
}
a.email-link::after
{
   background: transparent;
   content: "";
   display: block;
   height: 0;
   width: 100%;
   margin-top: 1px;
   transition: all 150ms linear;
}
a.email-link:hover::after
{
   background: #920E50;
   height: 1px;
}
a.email-link:visited
{
   color: #000000;
   text-decoration: none;
}
a.email-link:active
{
   color: #000000;
   text-decoration: none;
}
a.email-link:hover
{
   color: #920E50;
   text-decoration: none;
}
a.fd-menue_copy
{
   color: #21A2B9;
   text-decoration: none;
   transition: all 150ms linear;
   position: relative;
   display: inline-block;
}
a.fd-menue_copy::after
{
   background: transparent;
   content: "";
   display: block;
   width: 0;
   height: 1px;
   margin-top: 1px;
   transition: all 150ms linear;
}
a.fd-menue_copy:hover::after
{
   background: #000000;
   width: 100%;
}
a.fd-menue_copy:visited
{
   color: #21A2B9;
   text-decoration: none;
}
a.fd-menue_copy:active
{
   color: #21A2B9;
   text-decoration: none;
}
a.fd-menue_copy:hover
{
   color: #000000;
   text-decoration: none;
}
h1, .h1
{
   font-family: "Arial Narrow";
   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: "Arial Narrow";
   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: "Arial Narrow";
   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: "Arial Narrow";
   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 Narrow";
   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 Narrow";
   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: "Arial Narrow";
   font-weight: normal;
   font-size: 11px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
}
.Roboto_Condensed_15pt-lila
{
   font-family: "Arial Narrow";
   font-size: 20px;
   line-height: 28.83px;
   text-decoration: none;
   color: #810147;
   --color: #810147;
   background-color: transparent;
}
.Roboto_Condensed_15pt-black
{
   font-family: "Arial Narrow";
   font-size: 20px;
   line-height: 28.83px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
}
.Roboto_Condensed_13pt-black_copy
{
   font-family: "Arial Narrow";
   font-size: 17px;
   line-height: 26.43px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
}
