/* css/willkommen.css */
h1, h2, h3, h4 {
  text-align: center;
}

h1 {
  font-size: 12pt;
  font-family: 'arial black', sans-serif;
}

h2, h3, h4 {
  font-family: 'courier new', courier, monospace;
}

h1 span {
  font-size: 14pt;
}

h1 span em, h2 span em, h3 span em, h4 span em {
  color: #f9f8f6;
}

.button3 {
  background-color: #FF0000; /* Rot */
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.button3:hover {
  background-color: #cc0000; /* Dunkleres Rot beim Hover */
}