@font-face
{
   font-family: "Material Icons";
   font-display: swap;
   src: url('../fonts/MaterialIcons-Regular.woff2') format('woff2'),
        url('../fonts/MaterialIcons-Regular.woff') format('woff'),
        url('../fonts/MaterialIcons-Regular.ttf') format('truetype');
}
@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 flip-in
{
   0% { transform: perspective(400px) rotateX(90deg) scale3d(1.2,1.2,1.2) ; opacity: 0;  }
   50% { transform: perspective(400px) rotateX(-20deg) scale3d(1.0,1.0,1.0) ; opacity: 1;  }
   100% { transform: perspective(400px) rotateX(0deg) scale3d(1.0,1.0,1.0) ;  }
}
@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 slide-up-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 swash-in
{
   0% { transform: rotate(0deg) scale(0,0) ; opacity: 0; transform-origin: 50% 50%;  }
   90% { transform: rotate(0deg) scale(0.9,0.9) ; transform-origin: 50% 50%; opacity: 1;  }
   100% { transform: rotate(0deg) scale(1,1) ; transform-origin: 50% 50%;  }
}
a.style1
{
   color: #FFFFFF;
   text-decoration: none;
   transition: all 1ms linear;
   position: relative;
   display: inline-block;
}
a.style1::after
{
   background: transparent;
   content: "";
   display: block;
   margin: auto;
   height: 2px;
   width: 0;
   margin-top: 2px;
   transition: all 1ms linear;
}
a.style1:hover::after
{
   background: #DCDCDC;
   width: 100%;
}
a.style1:visited
{
   color: #FFFFFF;
   text-decoration: none;
}
a.style1:active
{
   color: #FFFFFF;
   text-decoration: none;
}
a.style1:hover
{
   color: #DCDCDC;
   text-decoration: none;
}
a.telf
{
   color: #FFFFFF;
   background: #4F4F4F;
   text-decoration: none;
   transition: all -1ms linear;
   position: relative;
   display: inline-block;
}
a.telf::after
{
   background: transparent;
   content: "";
   display: block;
   margin: auto;
   height: 2px;
   width: 0;
   margin-top: 2px;
   transition: all -1ms linear;
}
a.telf:hover::after
{
   background: #DCDCDC;
   width: 100%;
}
a.telf:visited
{
   color: #FFFFFF;
   background: #4F4F4F;
   text-decoration: none;
}
a.telf:active
{
   color: #FFFFFF;
   background: #4F4F4F;
   text-decoration: none;
}
a.telf:hover
{
   color: #DCDCDC;
   background: #4F4F4F;
   text-decoration: none;
}
a.telefon_unten
{
   color: #FFFFFF;
   background: #3E8C76;
   text-decoration: none;
   transition: all 5ms linear;
   position: relative;
   display: inline-block;
}
a.telefon_unten::after
{
   background: transparent;
   content: "";
   display: block;
   position: absolute;
   right: 0;
   bottom: 0;
   width: 0;
   height: 2px;
   margin-top: 2px;
   transition: all 5ms linear;
}
a.telefon_unten:hover::after
{
   background: #DCDCDC;
   width: 100%;
}
a.telefon_unten:visited
{
   color: #FFFFFF;
   background: #3E8C76;
   text-decoration: none;
}
a.telefon_unten:active
{
   color: #FFFFFF;
   background: #3E8C76;
   text-decoration: none;
}
a.telefon_unten:hover
{
   color: #DCDCDC;
   background: #3E8C76;
   text-decoration: none;
}
a.unten2
{
   color: #FFFFFF;
   text-decoration: none;
   transition: all 2ms linear;
   position: relative;
   display: inline-block;
}
a.unten2::after
{
   background: transparent;
   content: "";
   display: block;
   margin: auto;
   height: 2px;
   width: 0;
   margin-top: 2px;
   transition: all 2ms linear;
}
a.unten2:hover::after
{
   background: #2E8B57;
   width: 100%;
}
a.unten2:visited
{
   color: #FFFFFF;
   text-decoration: none;
}
a.unten2:active
{
   color: #FFFFFF;
   text-decoration: none;
}
a.unten2:hover
{
   color: #2E8B57;
   text-decoration: none;
}
a.meine
{
   color: #FFFFFF;
   font-weight: bold;
   text-decoration: none;
   transition: all 4ms linear;
   position: relative;
   display: inline-block;
}
a.meine::after
{
   background: #FFFFFF;
   content: "";
   display: block;
   margin: auto;
   height: 2px;
   width: 100%;
   margin-top: 2px;
   transition: all 4ms linear;
}
a.meine:hover::after
{
   background: transparent;
   width: 0;
}
a.meine:visited
{
   color: #FFFFFF;
   font-weight: bold;
   text-decoration: none;
}
a.meine:active
{
   color: #FFFFFF;
   font-weight: bold;
   text-decoration: none;
}
a.meine:hover
{
   color: #FF0000;
   font-weight: bold;
   text-decoration: none;
}
a.style2
{
   color: #808080;
   text-decoration: none;
}
a.style2:visited
{
   color: #D3D3D3;
   text-decoration: none;
}
a.style2:active
{
   color: #C0C0C0;
   text-decoration: none;
}
a.style2:hover
{
   color: #696969;
   text-decoration: underline;
}
h1, .h1
{
   font-family: "Times New Roman";
   font-weight: normal;
   font-size: 16px;
   text-decoration: none;
   color: #FFFFFF;
   --color: #FFFFFF;
   background-color: #3E8C76;
   --background-color: rgba(62,140,118,1.00);
   background-clip: text;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline-block;
}
h2, .h2
{
   font-family: "Times New Roman";
   font-weight: bold;
   font-size: 24px;
   text-decoration: none;
   color: #FFFFFF;
   --color: #FFFFFF;
   background-color: transparent;
   background-clip: text;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline-block;
}
h3, .h3
{
   font-family: "Times New Roman";
   font-weight: normal;
   font-size: 15px;
   text-decoration: none;
   color: #FFFFFF;
   --color: #FFFFFF;
   background-color: transparent;
   background-clip: text;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline-block;
}
h4, .h4
{
   font-family: "Times New Roman";
   font-weight: normal;
   font-size: 21px;
   font-style: normal;
   text-decoration: none;
   color: #FFFFFF;
   --color: #FFFFFF;
   background-color: transparent;
   background-clip: text;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline-block;
}
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-block;
}
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-block;
}
.CustomStyle
{
   font-family: "Courier New";
   font-weight: bold;
   font-size: 16px;
   text-decoration: none;
   color: #2E74B5;
   --color: #2E74B5;
   background-color: transparent;
}
