@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');
}
@font-face
{
   font-family: "Amatic SC";
   font-weight: 700;
   font-display: swap;
   src: url('fonts/Amatic-SC-Bold.woff2') format('woff2'),
        url('fonts/Amatic-SC-Bold.woff') format('woff');
}
@keyframes animate-fade-in
{
   0% { opacity: 0;  }
   100% { opacity: 1;  }
}
@keyframes animate-opacity
{
   0% { opacity: 1;  }
   50% { opacity: 0;  }
   100% { 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 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;  }
}
a.cta-link
{
   color: #E41F22;
   text-decoration: none;
}
a.cta-link:visited
{
   color: #4D4D4D;
   text-decoration: underline;
}
a.cta-link:active
{
   color: #E41F22;
   text-decoration: underline;
}
a.cta-link:hover
{
   color: #4D4D4D;
   text-decoration: underline;
}
a.fusslink
{
   color: #FFFFFF;
   text-decoration: underline;
}
a.fusslink:visited
{
   color: #FFFFFF;
   text-decoration: underline;
}
a.fusslink:active
{
   color: #5DB351;
   text-decoration: underline;
}
a.fusslink:hover
{
   color: #5DB351;
   text-decoration: underline;
}
a.textlink
{
   color: #4D4D4D;
   text-decoration: underline;
}
a.textlink:visited
{
   color: #4D4D4D;
   text-decoration: underline;
}
a.textlink:active
{
   color: #009640;
   text-decoration: underline;
}
a.textlink:hover
{
   color: #009640;
   text-decoration: underline;
}
h1, .h1
{
   font-family: "Amatic SC";
   font-weight: 700;
   font-size: 48px;
   text-decoration: none;
   color: #009640;
   --color: #009640;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline-block;
}
h2, .h2
{
   font-family: Roboto;
   font-weight: 400;
   font-weight: normal;
   font-size: 35px;
   text-decoration: none;
   color: #5DB351;
   --color: #5DB351;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline-block;
}
h3, .h3
{
   font-family: "Roboto";
   font-weight: 700;
   font-size: 24px;
   text-decoration: none;
   color: #104923;
   --color: #104923;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline-block;
}
h4, .h4
{
   font-family: "Roboto";
   font-weight: 700;
   font-size: 21px;
   font-style: normal;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   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;
}
.fließtext
{
   font-family: Roboto;
   font-weight: 400;
   font-size: 19px;
   text-decoration: none;
   color: #4D4D4D;
   --color: #4D4D4D;
   background-color: transparent;
}
.fließtext_klein
{
   font-family: Roboto;
   font-weight: 400;
   font-size: 16px;
   text-decoration: none;
   color: #4D4D4D;
   --color: #4D4D4D;
   background-color: transparent;
}
.fuss_klein
{
   font-family: Roboto;
   font-weight: 400;
   font-size: 16px;
   text-decoration: none;
   color: #FFFFFF;
   --color: #FFFFFF;
   background-color: transparent;
}
.fuss
{
   font-family: Roboto;
   font-weight: 400;
   font-size: 19px;
   text-decoration: none;
   color: #FFFFFF;
   --color: #FFFFFF;
   background-color: transparent;
}
@media only screen and (max-width: 768px)
{
h1, .h1
{
   font-family: "Amatic SC";
   font-weight: 700;
   font-size: 35px;
   text-decoration: none;
   color: #009640;
   --color: #009640;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline-block;
}
h2, .h2
{
   font-family: "Roboto Regular";
   font-weight: 400;
   font-weight: normal;
   font-size: 29px;
   text-decoration: none;
   color: #5DB351;
   --color: #5DB351;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline-block;
}
h3, .h3
{
   font-family: "Roboto";
   font-weight: 700;
   font-size: 19px;
   text-decoration: none;
   color: #104923;
   --color: #104923;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline-block;
}
h4, .h4
{
   font-family: "Roboto";
   font-weight: 700;
   font-size: 19px;
   font-style: normal;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline-block;
}
.fließtext
{
   font-family: Roboto;
   font-weight: 400;
   font-size: 16px;
   text-decoration: none;
   color: #4D4D4D;
   --color: #4D4D4D;
   background-color: transparent;
}
.fließtext_klein
{
   font-family: Roboto;
   font-weight: 400;
   font-size: 13px;
   text-decoration: none;
   color: #4D4D4D;
   --color: #4D4D4D;
   background-color: transparent;
}
.fuss_klein
{
   font-family: Roboto;
   font-weight: 400;
   font-size: 13px;
   text-decoration: none;
   color: #FFFFFF;
   --color: #FFFFFF;
   background-color: transparent;
}
.fuss
{
   font-family: Roboto;
   font-weight: 400;
   font-size: 16px;
   text-decoration: none;
   color: #FFFFFF;
   --color: #FFFFFF;
   background-color: transparent;
}
}
