.hero.text-light h2 {
  color: rgba(255,255,255,1);
  text-shadow: 2px 2px black;
 /* text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; */
}
.hero.text-light h3 {
  color: rgba(255,255,255,1);
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
/* Anpassungen Schriftgröße auf mobilen Geräten */
@media (max-width: 768px) {
p,a,li,th,td,h2,h3 {
      font-size: calc(14px + 4 * ((100vw - 480px)/ 800));
  }
}
