 /* Hero Section */

 .hero {
     position: relative;
     min-height: 100vh;
     display: flex;
     align-items: center;
     justify-content: center;
     overflow: hidden;
     background: linear-gradient(135deg, #0f2027 0%, #040708 50%, #2c5364 100%);
     margin-top: 120px;
     
 }

 .hero-container {
     display: flex;
     align-items: center;
     gap: 60px;
     max-width: 1400px;
     width: 90%;
     padding: 40px;
     background: linear-gradient(135deg, #1A6EED 0%, #E30615CE 90%);
 }

 .hero-content {
     position: relative;
     z-index: 2;
     flex: 1;
     color: white;
     display: flex;
     flex-direction: column;
     justify-content: center;
     
 }

 .hero-content h1 {
     font-size: clamp(1rem, 2vw, 3.5rem);
     margin-bottom: 20px;
     line-height: 1.2;
     color: #ffffff;

 }

 .hero-content p {
     font-size: 1.5rem;
     margin-bottom: 30px;
     opacity: 0.9;
     color: #ffffff;
 }

 .hero-content .cta-button {
     display: inline-block;
     background: #7ffb7d;
     color: rgb(0, 0, 0);
     padding: 1rem 2.5rem;
     text-decoration: none;
     border-radius: 10px;
     font-weight: bold;
     font-size: clamp(1rem, 2vw, 1.1rem);
     transition: all 0.3s;
     box-shadow: 0 4px 15px rgba(255, 107, 53, 0.4);
     width: 100%;
     text-align: center;

 }


 .hero-content .cta-button:hover {
     background: #e5ff1d;
     color: #1a1a1a;
     transform: translateY(-2px);
     box-shadow: 0 6px 20px rgba(255, 107, 53, 0.6);
 }

 .hero-bild-container {
     position: relative;
     flex: 1;
     height: 400px;
     z-index: 1;
     border-radius: 20px;
     overflow: hidden;
     box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);

 }

 .hero-bild {
     width: 100%;
     height: 100%;
     object-fit: cover;
 }

 .hero-overlay {
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     background: linear-gradient(to right, rgba(0, 0, 0, 0.2), transparent);
     z-index: 1;
 }

 /* Container */
 .container {
     max-width: 1200px;
     margin: 0 auto;
     padding: 2rem 2rem;
 }

 /* Section Styles */
 section {
     margin-bottom: 2rem;
 }

 h2 {
     font-size: clamp(1.5rem, 4vw, 2.5rem);
     margin-bottom: 2rem;
     text-align: center;
     color: #1a1a1a;

 }

 .info-boxtop {
     background: linear-gradient(235deg, #1A6EED 0%, #E30615CE 80%);
     color: white;
     color: white;
     padding: 3rem;
     border-radius: 15px;
     margin: 1rem 0;
     box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
     font-size: clamp(1.6rem, 2vw, 1.6rem);
 }



 /* Klassen Grid */
  #klassen-motorrad {
    margin-top: 8rem;
  }

 .klassen-grid {
     display: grid;
     grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
     gap: 2rem;
     margin-top: 3rem;
 }

 .klasse-card {
     background: white;
     border-radius: 15px;
     padding: 2rem;
     box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
     transition: transform 0.3s, box-shadow 0.3s;
     border-top: 4px solid #e30615ce;

 }

 .klasse-card:hover {
     transform: translateY(-10px);
     box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
 }

 .klasse-card h3 {
     font-size: clamp(1.2rem, 3vw, 2rem);
     color: #fe5f5f;
     margin-bottom: 1rem;

 }

 .klasse-card .alter {
     background: #f0f0f0;
     padding: 0.5rem 1rem;
     border-radius: 20px;
     display: inline-block;
     margin-bottom: 1rem;
     font-weight: bold;
     font-size: clamp(1rem, 2vw, 1.1rem);
 }

 .klasse-card ul {
     list-style: none;
     padding-left: 0;

     gap: 0;
 }

 .klasse-card ul li {
     padding: 0.3rem 0;
     font-size: clamp(1rem, 2vw, 1.1rem);
     position: relative;
 }

 .features-grid {
     list-style: none;
     padding: 0;
     margin: 0;

 }

 .features-grid li {
     display: grid;
     grid-template-columns: 24px 1fr;
     /* 1. Spalte = Icon, 2. Spalte = Text */
     gap: 10px;
     /* Abstand zwischen Icon und Text */
     align-items: center;
     /* vertikal mittig */
     margin-bottom: 2px;

 }

  .klasse-card .cta-button {
    display: inline-block;
    background: #e30615ce;
    color: rgb(255, 255, 255);
    padding: 1rem 2.5rem;
    text-decoration: none;
    border-radius: 10px;
    font-weight: bold;
    font-size: clamp(1rem, 2vw, 1.1rem);
    transition: all 0.3s;
    box-shadow: 0 4px 15px rgba(255, 107, 53, 0.4);
    width: 100%;
    text-align: center;
    margin-top: 1.5rem;
}

.klasse-card .cta-button:hover {
    background: rgb(75, 255, 123);
    color: #000000;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 107, 53, 0.6);
}




 /* Gallery */
 .gallery {
     display: grid;
     grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
     gap: 1.5rem;
 }

 .gallery-item {
     aspect-ratio: 4/3;
     background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
     border-radius: 10px;
     display: flex;
     align-items: center;
     justify-content: center;
     color: white;
     font-size: 2rem;
     box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
     transition: transform 0.3s;
 }

 .gallery-item:hover {
     transform: scale(1.05);
 }

 .gallery-item img {
     width: 100%;
     height: 100%;
     object-fit: cover;
     border-radius: 10px;
 }

 /* Info Section */
 #kontakt {
     padding: 0rem 0rem;
     text-align: center;

 }

 #kontakt h2 {
     font-size: clamp(1.5rem, 4vw, 2.5rem);
     margin-bottom: 3rem;
     color: #333;
 }

 .info-box {
     background: linear-gradient(135deg, #E30615CE 26%, #F53838 100%);
     padding: 3rem;
     border-radius: 15px;
     margin: 1rem auto;
     max-width: 1200px;
     box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
     display: grid;
     grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
     gap: 2rem;
 }

 .kontakt-card {
     background-color: rgba(255, 255, 255, 0.95);
     color: #333;
     padding: 2rem;
     border-radius: 10px;
     box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
     transition: transform 0.3s ease, box-shadow 0.3s ease;

 }

 .kontakt-card:hover {
     transform: translateY(-5px);
     box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
 }

 .kontakt-card h3 {
     font-size: clamp(1.8rem, 3vw, 2rem);
     margin-bottom: 1.5rem;
     color: #E30615CE;
     border-bottom: 2px solid #E30615CE;
     padding-bottom: 0.5rem;
 }

 .kontakt-card p.with-icon {
     display: flex;
     align-items: center;
     gap: 0.7rem;
 }

 .kontakt-card p.with-icon i {
     color: #E30615CE;
     flex-shrink: 0;
     width: 20px;
     height: 20px;
 }

 .kontakt-card strong {
     color: #E30615CE;
 }

 /* Footer */
 footer {
     background: #1a1a1a;
     color: white;
     text-align: center;
     padding: 2rem;
 }



  /* Pop-up Styles */
       



 /* Responsive */
  @media (max-width: 768px) {

    .hero {
        min-height: 80vh; /* Statt 100vh */
        margin-top: 100px;
        
    }
  
      .hero-container {
          flex-direction: column;
          gap: 20px;
          
      }

      .hero-content h1 {
          font-size: 2.5rem;
      }

      .hero-content p {
          font-size: 1.3rem;
      }

      .hero-bild-container {
          width: 100%;
          height: 400px;
          background-color: #e5ff1d;
          
      }

      .info-boxtop {
          font-size: 1.1rem;
      }

      .info-boxtop h3 {
          font-size: 1.5rem;
      }

      .info-box {
          grid-template-columns: 1fr;
          padding: 2rem 1rem;
          width: 100%;
      }

      #klassen-motorrad {
         margin-top: 4rem;
      }

      #kontakt h2 {
          font-size: 2rem;
      }

      h2 {
          font-size: 2rem;
      }

     
  }

  @media (max-width: 576px) {
      .hero-content h1 {
          font-size: 2rem;
      }

      .hero-content p {
          font-size: 1rem;
      }

      .cta-button {
          padding: 12px 30px;
          font-size: 1rem;
      }
  }