body {
  margin: 0;
  font-family: Arial, sans-serif;
  background: url('/showroom/vorteile/bilder/bg-main.jpg') no-repeat center center fixed;
  background-size: cover;
  color: #fff;
}

.overlay {
  min-height: 100vh;
  background: rgba(0,0,0,0.74);
  padding: 60px 24px;
  box-sizing: border-box;
}

.container {
  max-width: 900px;
  margin: 0 auto;
  text-align: left;
}

h1 {
  text-align: center;
  font-size: 42px;
  margin-bottom: 30px;
}

p, li {
  font-size: 18px;
  line-height: 1.6;
  color: #ddd;
}

a {
  color: #fff;
}

.back-link {
  display: block;
  text-align: center;
  margin-top: 40px;
  color: #aaa;
  text-decoration: none;
}

.back-link:hover {
  color: #fff;
}
.footer-copy {
  text-align: center;
  margin-top: 30px;
  font-size: 14px;
  color: rgba(255,255,255,0.5);
}