svg{
  background-color: #f3f1f4;
}
.glogan{
  animation: stertitel 7s infinite;
}

@keyframes stertitel {
  0% {fill: #000000} 50%{fill: #c6a567} 100%{fill: #000000};
}
#berthal{
  fill: red;
filter: brightness(0.7);
filter: drop-shadow(3px 3px yellow) sepia(100%) drop-shadow(-3px -3px blue);
}
