@font-face
{
   font-family: "Open Sans";
   font-display: swap;
   src: url('verdana.woff') format('woff'),
        url('verdana.ttf') format('truetype'),
        url('verdana.eot') format('embedded-opentype');
}
@font-face
{
   font-family: "PT Sans";
   font-display: swap;
   src: url('verdana.woff') format('woff'),
        url('verdana.ttf') format('truetype'),
        url('verdana.eot') format('embedded-opentype');
}
@font-face
{
   font-family: "Open Sans Bold";
   font-display: swap;
   src: url('verdana.woff') format('woff'),
        url('verdana.ttf') format('truetype'),
        url('verdana.eot') format('embedded-opentype');
}
@font-face
{
   font-family: "Open Sans Condensed Bold";
   font-display: swap;
   src: url('verdana.woff') format('woff'),
        url('verdana.ttf') format('truetype'),
        url('verdana.eot') format('embedded-opentype');
}
@font-face
{
   font-family: "Open Sans Light";
   font-display: swap;
   src: url('verdana.woff') format('woff'),
        url('verdana.ttf') format('truetype'),
        url('verdana.eot') format('embedded-opentype');
}
@font-face
{
   font-family: Raleway;
   font-display: swap;
   src: url('raleway-black.woff') format('woff'),
        url('raleway-black.ttf') format('truetype'),
        url('raleway-black.eot') format('embedded-opentype');
}
@font-face
{
   font-family: "Material Icons";
   font-display: swap;
   src: url('MaterialIcons-Regular.woff2') format('woff2'),
        url('MaterialIcons-Regular.woff') format('woff'),
        url('MaterialIcons-Regular.ttf') format('truetype'),
        url('MaterialIcons-Regular.svg#MaterialIcons-Regular') format('svg'),
        url('MaterialIcons-Regular.eot') format('embedded-opentype');
}
@font-face
{
   font-family: "Material Icons";
   font-display: swap;
   src: url('MaterialIcons-Regular.woff2') format('woff2'),
        url('MaterialIcons-Regular.woff') format('woff'),
        url('MaterialIcons-Regular.ttf') format('truetype'),
        url('MaterialIcons-Regular.svg#MaterialIcons-Regular') format('svg'),
        url('MaterialIcons-Regular.eot') format('embedded-opentype');
}
@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 heartbeat-1
{
   0% { transform: rotate(0deg) ;  }
   15% { transform: rotate(0deg) scale(1.2,1.2) ;  }
   25% { transform: rotate(0deg) scale(1.1,1.1) ;  }
   35% { transform: rotate(0deg) scale(1.2,1.2) ;  }
   100% { transform: rotate(0deg) scale(1.0,1.0) ;  }
}
@keyframes hole-out
{
   0% { transform: rotate(0deg) scale(1,1) ; transform-origin: 50% 50%; opacity: 1;  }
   100% { transform: rotate(180deg) scale(0,0) ; transform-origin: 50% 50%; opacity: 0;  }
}
@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 puff-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%;  }
}
@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 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-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-peek
{
   0% { transform: rotate(0deg) ;  }
   50% { transform: rotate(10deg) scale(1.2,1.2) ;  }
   100% { transform: rotate(0deg) scale(1.0,1.0) ;  }
}
@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 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: #E8540D;
   opacity: 0;
   transform: translateY(10px);
   margin-top: 1px;
   transition: all 150ms linear;
}
a.Service_Menu:hover::after
{
   background: #E8540D;
   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: #E8540D;
   text-decoration: none;
}
a.Link_weiss
{
   color: #FFFFFF;
   text-decoration: none;
   transition: all 150ms linear;
   position: relative;
   display: inline-block;
}
a.Link_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 150ms linear;
}
a.Link_weiss:hover::after
{
   background: #FFFFFF;
   opacity: 1;
   transform: translateY(0px);
}
a.Link_weiss:visited
{
   color: #FFFFFF;
   text-decoration: none;
}
a.Link_weiss:active
{
   color: #FFFFFF;
   text-decoration: none;
}
a.Link_weiss:hover
{
   color: #FFFFFF;
   text-decoration: none;
}
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: #A52A2A;
   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: #A52A2A;
   height: 1px;
}
a.hotline:visited
{
   color: #A52A2A;
   text-decoration: none;
}
a.hotline:active
{
   color: #A52A2A;
   text-decoration: none;
}
a.hotline:hover
{
   color: #A52A2A;
   text-decoration: none;
}
a.Link_weiss-grau
{
   color: #FFFFFF;
   text-decoration: none;
   transition: all 150ms linear;
   position: relative;
   display: inline-block;
}
a.Link_weiss-grau::after
{
   background: transparent;
   content: "";
   display: block;
   position: absolute;
   top: 100%;
   width: 100%;
   left: 0;
   height: 1px;
   background: #4F4F4F;
   opacity: 0;
   transform: translateY(10px);
   margin-top: 1px;
   transition: all 150ms linear;
}
a.Link_weiss-grau:hover::after
{
   background: #4F4F4F;
   opacity: 1;
   transform: translateY(0px);
}
a.Link_weiss-grau:visited
{
   color: #FFFFFF;
   text-decoration: none;
}
a.Link_weiss-grau:active
{
   color: #FFFFFF;
   text-decoration: none;
}
a.Link_weiss-grau:hover
{
   color: #4F4F4F;
   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;
}
.CustomStyle
{
   font-family: "Courier New";
   font-weight: bold;
   font-size: 16px;
   text-decoration: none;
   color: #2E74B5;
   --color: #2E74B5;
   background-color: transparent;
}
