@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 animate-fade-out
{
   0% { opacity: 1;  }
   100% { opacity: 0;  }
}
a.linkstyle01
{
   color: #323232;
   text-decoration: underline;
}
a.linkstyle01:visited
{
   color: #323232;
   text-decoration: underline;
}
a.linkstyle01:active
{
   color: #323232;
   text-decoration: underline;
}
a.linkstyle01:hover
{
   color: #009D3B;
   text-decoration: underline;
}
a.linkstyle02
{
   color: #323232;
   text-decoration: underline;
}
a.linkstyle02:visited
{
   color: #323232;
   text-decoration: underline;
}
a.linkstyle02:active
{
   color: #323232;
   text-decoration: underline;
}
a.linkstyle02:hover
{
   color: #FFFFFF;
   text-decoration: underline;
}
h1, .h1
{
   font-family: "HR Headline Round";
   font-size: 43px;
   letter-spacing: 1.5px;
   line-height: 95%;
   text-decoration: none;
   color: #009D3B;
   --color: #009D3B;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   text-transform: uppercase;
}
h2, .h2
{
   font-family: "HR Headline Round";
   font-size: 43px;
   letter-spacing: 1.5px;
   line-height: 95%;
   text-decoration: none;
   color: #FFED00;
   --color: #FFED00;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   text-transform: uppercase;
}
h3, .h3
{
   font-family: "HR Headline Round";
   font-size: 43px;
   letter-spacing: 1.5px;
   line-height: 95%;
   text-decoration: none;
   color: #FFFFFF;
   --color: #FFFFFF;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   text-transform: uppercase;
}
h4, .h4
{
   font-family: "PT Serif";
   font-weight: normal;
   font-size: 15px;
   font-style: normal;
   letter-spacing: 1.1px;
   line-height: 24.03px;
   text-decoration: none;
   color: #323232;
   --color: #323232;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
}
h5, .h5
{
   font-family: "PT Serif";
   font-weight: normal;
   font-size: 15px;
   text-align: left;
   letter-spacing: 1.1px;
   line-height: 24.03px;
   text-decoration: none;
   color: #FFFFFF;
   --color: #FFFFFF;
   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;
}
.contentelement
{
   text-decoration: none;
   background-color: #FFED00;
   --background-color: rgba(255,237,0,1.00);
}
.hero-yllw
{
   font-family: "HR Headline Round";
   text-align: left;
   line-height: 0.85;
   text-decoration: none;
   color: #FFED00;
   --color: #FFED00;
   background-color: transparent;
   font-size: clamp(52px, 5vw, 80px);
   text-transform: uppercase;
   margin: 0;
}
.hero-green
{
   font-family: "HR Headline Round";
   text-align: left;
   line-height: 0.85;
   text-decoration: none;
   color: #009D3B;
   --color: #009D3B;
   background-color: transparent;
   font-size: clamp(52px, 5vw, 80px);
   text-transform: uppercase;
   margin: 0;
}
.newshl
{
   font-family: "HR Headline Round";
   font-size: 43px;
   letter-spacing: 1.5px;
   line-height: 95%;
   text-decoration: none;
   color: #323232;
   --color: #323232;
   background-color: transparent;
   text-transform: uppercase;
}
