body {
  margin: 0;
  font-family: Arial, sans-serif;
  background: url('blauer-hintergrund.png') no-repeat center center fixed;
  background-size: cover;
  color: #333;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  text-align: center;
}

.container {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  max-width: 600px;
  width: 90%;
}

img {
  max-width: 100%;
}

h1 {
  font-size: 2em;
  margin: 20px 0 10px;
}

p {
  font-size: 1.1em;
}

.termine {
  margin-top: 30px;
  text-align: left;
}

.termine h2 {
  margin-bottom: 10px;
}

.termine ul {
  list-style: none;
  padding-left: 0;
}

.termine li {
  background: #e9f1fb;
  margin-bottom: 8px;
  padding: 10px;
  border-radius: 8px;
}
a{
  color: black;
}
