html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background: black;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    overflow-x: hidden; /* horizontal scroll verhindern */
box-sizing: border-box;
}

.hero {
    position: relative;
    width: 100vw;
    height: 65vh;
    overflow: hidden;
}

.hero video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: 1;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0);
   flex-direction: column;
   min-hight: 40vh ;
}

.title {
    text-align: center;
    color: #ffffff;
    letter-spacing: 0.35em;
    font-weight: 300;
    font-size: clamp(1.8rem, 5vw, 4rem);
    text-transform: uppercase;
    margin-bottom: 50px;
max-width: 95vw;     /* nie größer als Bildschirmbreite */
    padding: 0 5%;}

.subtitle {
    margin-top: 40px;
    font-size: clamp(0.7rem, 1.5vw, 1rem);
    letter-spacing: 0.2em;
    opacity: 0.75;
  max-width: 100vw;     /* nie größer als Bildschirmbreite */
    padding: 0 5%;  
}
.subtitle2 {
    margin-top: 100px;
    font-size: clamp(1.5rem, 4vw, 3rem);
    letter-spacing: 0.5em;
    opacity: 0.75;
  max-width: 100vw;     /* nie größer als Bildschirmbreite */
    padding: 0 5%;  

}
.hero-boxes {
    margin-top: 20px;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.hero-box {
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.1);
    padding: 20px 30px;
    border-radius: 15px;
    font-size: 1.2rem;
    color: #ffffff; /* leicht leuchtendes Cyan */
    text-shadow: 0 0 10px rgba(0, 255, 255, 0.7);
    font-weight: bold;
    letter-spacing: 0.1em;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: default;
    z-index:2;
}

.hero-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 20px rgba(0, 255, 255, 0.6);
}
.tables-section {
    width: 100%;
    display: flex;
    justify-content: center;
}

.tables-container {
    display: flex;
    gap: 2rem;
    justify-content: center;
    align-items: flex-start;
    max-width: 1200px;
    width: 100%;
    padding: 0;            /* WICHTIG */
    margin: 0 auto;        /* WICHTIG */
    flex-wrap: wrap;
}

.effect-table {
    margin: 0;
    margin-top: 10px;
    border-collapse: separate;
    border-spacing: 0;
    width: 500px;
    max-width: 100%;
    background-color: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}


th {
    background-color: #4a90e2;
    color: #fff;
    padding: 10px 0;
    font-size: 1.2rem;
    letter-spacing: 0.03em;
}

td {
    padding: 10px 12px;
    border-top: 1px solid #e0e0e0;
    font-size: 1rem;
    color: #333;
}

tr:nth-child(even) td {
    background-color: #f9f9f9;
}

tr:first-child td {
    border-top: none;
}

}
.vip-entry {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 14px 26px;
    background: rgba(0,0,0,0.85);
    border: 1px solid rgba(255,255,255,0.25);
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: 2px;
    cursor: pointer;
    position: relative;
    transition: 0.3s ease;
    z-index: 5;
}

.vip-entry:hover {
    background: #000;
    border-color: #fff;
    box-shadow: 0 0 25px rgba(255,255,255,0.25);
}

.vip-icon {
    font-size: 20px;
    opacity: 0.9;
}

.vip-text {
    font-size: 13px;
}

.vip-hint {
    font-size: 10px;
    opacity: 0.6;
    margin-left: 6px;
    animation: vipPulse 1.6s infinite;
}

@keyframes vipPulse {
    0% { opacity: 0.3; }
    50% { opacity: 0.9; }
    100% { opacity: 0.3; }
}
/* ======== SEGMENTIERUNG ======== */
.segmentierung {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 50px 20px;
    background: linear-gradient(to right, #0d47a1, #1976d2);
}
.segmentierunga {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 50px 20px;
    background: linear-gradient(to right, #0d47a1, #1976d2);
}
.segment-box {
    background: rgba(255, 255, 255, 0.1);
    color: white;
    padding: 20px 40px;
    cursor: pointer;
    border-radius: 8px;
    font-size: 1.2rem;
    font-weight: 500;
    text-align: center;
    transition: all 0.3s ease;
}

.segment-box:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.05);
}
/* Traumfrequenz Section */
.tf-section {
  padding: 10px 10px;
  background: linear-gradient(
to bottom,
        #4fa3ff 0%,   /* helles Blau oben */
        #1f5fa3 40%,  /* mittleres Blau */
        #0b1c2d 100%    );
  font-family: 'Arial', sans-serif;
  color: #ffffff;
  line-height: 1.7;
}

.tf-container {
  max-width: 80%;
  margin: 0 auto;
}

.tf-section h2 {
  font-size: 2.2rem;
  margin-bottom: 20px;
  
  text-align: center;
}

.tf-section h3 {
  font-size: 1.6rem;
  margin-top: 40px;
  margin-bottom: 15px;
  }

.tf-section p {
  margin-bottom: 20px;
  font-size: 1rem;
}

.tf-section ul {
  margin: 20px 0;
  padding-left: 20px;
}

.tf-section ul li {
  margin-bottom: 10px;
}

.tf-image-placeholdera {
  
  background-image: url('/static/Bilder/Traumfeld.png');
  display: flex;
  align-items: center;
  justify-content: center;
  
