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

.hero {
  max-width: 900px;
  margin: 0 auto;
  padding: 70px 60px 20px;
}

.hero h2 {
  font-size: 1.3em;
  font-weight: 400;
  margin-bottom: 30px;
  color: #cccccc;
}

.hero h1 {
    font-size: 3.4em;
  line-height: 1.15;
  margin-bottom: 50px;
  letter-spacing: -2px;
}

.hero p {
  font-size: 1.6em;
  line-height: 1.5;
  margin-bottom: 35px;
}
.buttons {
  margin-top: 95px;
}

.buttons a {
  display: inline-block;
  margin: 10px;
  padding: 14px 24px;
  background: rgba(30,30,30,0.7);
  color: white;
  text-decoration: none;
  border: 1px solid rgba(255,255,255,0.25);
  border-radius: 8px;
  backdrop-filter: blur(6px);
}

.buttons a:hover {
  background: #333;
}

@media (max-width: 768px) {
  .hero {
    padding: 40px 15px;
  }

  h1 {
    font-size: 2em;
  }

  p {
    font-size: 1em;
  }

  .buttons a {
    display: block;
    margin: 10px auto;
    max-width: 280px;
  }
}
/* ===== QR SHOWROOM BLOCK ===== */

.qr-showroom {
    text-align: center;
    margin: 60px auto;
}

.qr-showroom h2 {
    font-size: 28px;
    margin-bottom: 10px;
}

.qr-showroom p {
    color: #ccc;
    margin-bottom: 25px;
}

.qr-box img {
    width: 240px;
    max-width: 80%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 0 25px rgba(255,255,255,0.1);
    margin-bottom: 20px;
}

.qr-showroom .btn {
    display: inline-block;
    padding: 12px 28px;
    border-radius: 8px;
    border: 1px solid #666;
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
}

.qr-showroom .btn:hover {
    background: #fff;
    color: #000;
}
.qr-box img {
    width: 240px;
    max-width: 80%;
    height: auto;
    filter: drop-shadow(0 0 10px rgba(255,255,255,0.2));
}
.qr-showroom .btn {
    display: inline-block;
    margin-top: 10px;
}
a.btn {
    color: #fff !important;
    text-decoration: none;
}
.qr-showroom a.btn {
    color: #fff !important;
}
.qr-showroom a.btn {
    display: inline-block;
    padding: 12px 28px;
    border-radius: 8px;
    border: 1px solid #666;
    color: #fff !important;
    text-decoration: none;
    background: transparent;
    transition: 0.3s;
}

.qr-showroom a.btn:hover {
    background: #fff;
    color: #000 !important;
}
.qr-showroom a.btn:visited {
    color: #fff !important;
}
.legal-links {
  text-align: center;
  margin: 50px 0 25px;
  font-size: 14px;
  color: rgba(255,255,255,0.45);
}

.legal-links a {
  color: rgba(255,255,255,0.55);
  text-decoration: none;
  margin: 0 8px;
}

.legal-links a:hover {
  color: #fff;
}
.header-center {
  text-align: center;
}
.header-block {
  text-align: center;
  margin-bottom: 30px;
  width: 100%;
}

.demo-label {
  display: block;
  width: 100%;
  text-align: center;   /* ← DAS fehlte optisch */
}

.header-subline {
  text-align: center;
}
.wide-card {
  width: 90%;
  max-width: 1400px;
  margin: 60px auto;
  padding: 70px 120px;
  box-sizing: border-box;

  border: 1px solid rgba(255,255,255,0.25);
  border-radius: 20px;

  background: rgba(255,255,255,0.02);
  backdrop-filter: blur(6px);

  text-align: center;

  box-shadow: 
    0 0 0 1px rgba(255,255,255,0.05),
    0 10px 40px rgba(0,0,0,0.6);

  transition: all 0.3s ease;
}

.wide-card h2 {
  font-size: 32px;
  margin-bottom: 30px;
  color: #fff;
}

.wide-card .lead {
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 25px;
  color: #ddd;
}

.wide-card .subline {
  font-size: 16px;
  color: #aaa;
  margin-top: 20px;
}
.wide-card:hover {
  border-color: rgba(255,255,255,0.4);

  box-shadow: 
    0 0 0 1px rgba(255,255,255,0.1),
    0 15px 50px rgba(0,0,0,0.8);
}
.wide-text {
  font-size: 18px;
  line-height: 1.8;
  max-width: 1200px;
  margin: 0 auto 30px auto;
  color: #ccc;
  letter-spacing: 0.3px;
}
.subtle-note {
  font-size: 13px;
  color: rgba(255,255,255,0.45);
  margin-top: 0.7px;
  margin-bottom: 30px;

  letter-spacing: 0.5px;
  line-height: 1.4;

  opacity: 0.8;
}