body {
  margin: 0;
  font-family: 'Georgia', serif;
  background-color: #f0e6d2;
  color: #3a2c1a;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  text-align: center;
}

.container {
  background: #fff8e8;
  padding: 0px 60px 40px 60px;
  border-radius: 12px;
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
  max-width: 700px;
  width: 90%;
}

.logo {
  max-width: 600px;
  margin-bottom: 20px;
}

h1 {
  font-size: 26px;
  color: #722e1f;
  margin-bottom: 10px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #722e1f;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.info-section {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  gap: 20px;
  flex-wrap: wrap;
  text-align: left;
}

.kontakt, .oeffnungszeiten {
  flex: 1;
  min-width: 250px;
}

.footer {
  margin-top: 40px;
  font-size: 14px;
}


.legal {
  margin: 0 auto;
  padding: 20px;
  text-align: left;
}
