@font-face
{
   font-family: "Open Sans";
   font-weight: 400;
   font-display: swap;
   src: url('../fonts/Open-Sans.woff2') format('woff2'),
        url('../fonts/Open-Sans.woff') format('woff');
}
@font-face
{
   font-family: "Open Sans";
   font-weight: 700;
   font-display: swap;
   src: url('../fonts/Open-Sans-Bold.woff2') format('woff2'),
        url('../fonts/Open-Sans-Bold.woff') format('woff');
}
@keyframes animate-fade-in-right
{
   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-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-scale-in
{
   0% { opacity: 0; transform: rotate(0deg) scale(0,0) ;  }
   100% { opacity: 1; transform: rotate(0deg) scale(1.0,1.0) ;  }
}
@keyframes twister-down-in
{
   0% { transform: translate(0px,-200%) rotate(360deg) scale(0,0) ; transform-origin: 0 100%; opacity: 0;  }
   30% { transform: translate(0px,-200%) rotate(360deg) scale(0,0) ; transform-origin: 0 100%;  }
   100% { transform: translate(0px,0px) rotate(0deg) scale(1,1) ; transform-origin: 100% 100%; opacity: 1;  }
}
a.textlink
{
   color: #A4BDE3;
   text-decoration: underline;
}
a.textlink:visited
{
   color: #696969;
   text-decoration: underline;
}
a.textlink:active
{
   color: #B22222;
   text-decoration: underline;
}
a.textlink:hover
{
   color: #B22222;
   text-decoration: underline;
}
a.textlink_copy
{
   color: #FFFFFF;
   text-decoration: none;
}
a.textlink_copy:visited
{
   color: #A4BDE3;
   text-decoration: none;
}
a.textlink_copy:active
{
   color: #A4BDE3;
   text-decoration: underline;
}
a.textlink_copy:hover
{
   color: #A4BDE3;
   text-decoration: underline;
}
a.telefonlink
{
   color: #FFFFFF;
   text-decoration: none;
}
a.telefonlink:visited
{
   color: #A4BDE3;
   text-decoration: underline;
}
a.telefonlink:active
{
   color: #A4BDE3;
   text-decoration: underline;
}
a.telefonlink:hover
{
   color: #A4BDE3;
   text-decoration: underline;
}
h1, .h1
{
   font-family: "Palatino Linotype";
   font-weight: bold;
   font-size: 32px;
   text-decoration: none;
   color: #DCDCDC;
   --color: #DCDCDC;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h2, .h2
{
   font-family: "Open Sans";
   font-weight: 700;
   font-size: 27px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
.darktheme h2, .darktheme .h2
{
   color: #DCDCDC;
   --color: #DCDCDC;
}
h3, .h3
{
   font-family: "Open Sans";
   font-weight: 700;
   font-size: 24px;
   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: "Open Sans";
   font-weight: 700;
   font-size: 21px;
   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: "Open Sans";
   font-weight: 700;
   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: "Open Sans";
   font-weight: 700;
   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;
}
.fliesstext 2
{
   font-family: Arial;
   font-size: 16px;
   text-decoration: none;
   color: #F5F5F5;
   --color: #F5F5F5;
   background-color: transparent;
}
.fliesstext_hervor
{
   font-family: Arial;
   font-weight: bold;
   font-size: 16px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
}
.fliesstext
{
   font-family: "Open Sans";
   font-weight: 400;
   font-size: 19px;
   text-decoration: none;
   color: #DCDCDC;
   --color: #DCDCDC;
   background-color: transparent;
}
.telefon
{
   font-family: Arial;
   font-size: 24px;
   text-decoration: none;
   color: #F5F5F5;
   --color: #F5F5F5;
   background-color: transparent;
}
