 body {
      margin: 0;
      font-family: 'Open Sans', sans-serif;
      background-color: #f9f9f9;
      color: #333;
    }

    header {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: flex-start;
      flex-wrap: wrap;
      gap: 2rem;
      padding: 3rem 1rem 2rem;
      max-width: 856px;
      margin: 0 auto;
      text-align: left;
    }

    .logo1 {
      max-width: 160px;
      height: auto;
    }

    .headline {
      max-width: 600px;
    }

    .headline h1 {
      font-size: 3rem;
      /* margin-bottom: 0.5rem; */
      animation: fadeIn 1.5s ease-in;
    }

    .headline h2 {
      font-size: 1.5rem;
      font-weight: 400;
      color: #666;
      animation: fadeIn 2s ease-in;
    }

    .choice-container {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        gap: 18px;
        /* max-width: 1200px; */
        max-width:856px;
        margin: 0 auto;
      
        align-content: stretch;
    }

    .choice {
      display:flex;
      position: relative;
      width: 420px;
      height: 230px;
      border-radius: 20px;
      overflow: hidden;
      cursor: pointer;
      box-shadow: 0 4px 20px rgba(0,0,0,0.1);
      transition: transform 0.3s;
      background-size: cover;
      background-position: center;
    }

    .choice:hover {
      transform: scale(1.03);
    }

    .choice::before {
      content: "";
      position: absolute;
      inset: 0;
/*       background: rgba(0,0,0,0.4); */
      transition: background 0.3s;
    }

    .choice:hover::before {
      background: rgba(0,0,0,0.2);
    }

    .choice-content {
      position: absolute;
      bottom: 32px;
      left: 32px;
      color: #fff;
      z-index: 2;
    }
    
    .choice-content-right {
      position: absolute;
      bottom: 10px;
      right: 10px;
      color: #fff;
      z-index: 2;
    }



    .info-content {
      position: absolute;
      /* bottom: 20px;
      left: 20px; */
      color: #fff;
      z-index: 2;
      width:200px;
      display:block;
      text-align: center;
    }


    .choice-info {
      align-items: center;
      display:flex;
      position: relative;
      width: 200px;
      height: 135px;
      border-radius: 20px;
      overflow: hidden;
      cursor: pointer;
      box-shadow: 0 4px 20px rgba(0,0,0,0.1);
      transition: transform 0.3s;
      background-size: cover;
      background-position: center;
      background-color:darkred;
    }

    .choice-info:hover {
      transform: scale(1.03);
      background:#bc363f;
    }

    .choice-info::before {
      content: "";
      position: absolute;
      inset: 0;
      /* background: rgba(0,0,0,0.4); */
      transition: background 0.3s;
    }

    .choice-info:hover::before {
      background: rgba(0,0,0,0.2);
    }

    .choice h3 {
      font-size: 1.5rem;
      margin-bottom: 0.5rem;
      color:darkred;
    }

    .choice p {
      font-size: 1rem;
      margin-bottom: 1rem;
      color:darkred;
    }

    .choice button {
      padding: 0.6rem 1.2rem;
      font-size: 1rem;
      font-weight:800;
      background-color: #fff;
      background:#fff;
      
      color: #333;
      border: 2px solid darkred;
      border-radius: 16px;
      color:darkred;
      cursor: pointer;
      transition: background-color 0.3s;
    }

    .choice button:hover {
      background-color: #ddd;
    }

    @keyframes fadeIn {
      from { opacity: 0; transform: translateY(10px); }
      to { opacity: 1; transform: translateY(0); }
    }

   .index-footer  {
      text-align: center;
      font-size: 0.9rem;
      color: #aaa;
      padding: 2rem 1rem;
    }

       .index-footer  a {
      text-decoration:none;
      color: #333;

    }



    @media (max-width: 768px) {


      header {
        flex-direction: column;
        text-align: center;
        padding: 2rem 1rem;
      }

      .logo1 {
        max-width: 120px;
        margin-bottom: 1rem;
      }

      .headline h1 {
        font-size: 1.8rem;
      }

      .headline h2 {
        font-size: 1rem;
      }

      .choice-container {
        flex-direction: column;
        padding: 1rem;
      }

      .choice {
        width: 100%;
        height: 300px;
        max-width: 100%;
      }

      .choice h3 {
        font-size: 1.2rem;
      }

      .choice p {
        font-size: 0.95rem;
      }

      .choice button {
        font-size: 0.95rem;
      }

      .rahmen {
        flex-direction: column;
        align-items: center;
        gap: 18px;
      }

      .choice-info {
        width: 100%;
        max-width: none!important;
        height: auto;
        margin: 0 auto;
        flex-direction: row;
        padding: 12px;
        gap: 12px;
      }

      .info-content {
        width: auto;
        text-align: left;
      }

      .indexbar-icon {
        width: 28px;
      }
    }



      .rahmen {
        display:flex;
        gap: 18px;
        justify-content: center;
      }


      .indexbar-icon {
        width:40px;
        filter: invert(1);
      /*   filter: brightness(1.75); */
      fill:white;
      color:white;
      }
      
      .info-content p{
        font-size:12px;
      }





.aligner-content .wrapper {
  max-width: 960px;
  margin: 40px auto;
  padding: 0 20px;
}
.aligner-content h2 {
  font-size: 1.8rem;
  color: #1b2e4b;
  margin-top: 2rem;
}
.aligner-content p, .aligner-content li {
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
}
.aligner-content ol {
  margin: 1rem 0;
  padding-left: 1.4rem;
}
.aligner-content .two-column {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}
.aligner-content .two-column ul {
  flex: 1 1 45%;
  list-style: none;
  padding: 0;
}
.aligner-content .advantages li::before {
  content: "✔";
  color: #0077cc;
  margin-right: 0.5rem;
}
.aligner-content .disadvantages li::before {
  content: "✖";
  color: #cc0000;
  margin-right: 0.5rem;
}
.aligner-content .cta-section {
  text-align: center;
  margin: 3rem 0;
  padding: 2rem;
  background: #f3f7fb;
  border-radius: 12px;
}
.aligner-content .cta-section h3 {
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
.aligner-content .cta-button {
  display: inline-block;
  padding: 0.8rem 1.6rem;
  background: #0077cc;
  color: white;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
}
.aligner-content .cta-button:hover {
  background: #005fa3;
}