html {
  overflow-y:scroll;
}

.veranstaltung { border: 1px solid #1b60a0; padding: 10px; margin: 20px 0;  }
.date { font-size: 1.5em; font-weight: bold; color: #1b60a0; border-bottom: 3px solid #1b60a0; padding-bottom: 5px; }

a:focus { border: 0; text-decoration: none; outline:none; }

*:focus {
    outline: none;
}
