  .about-section {
    font-size: 16px;
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
    line-height: 1.5;
  }
  
  .about-section .intro-text {
    font-size: 12px;
    line-height: 1.7;
    margin-bottom: 20px;
  }
  
  .about-section .details,
  .about-section .vision {
    margin-top: 40px;
  }
  
  .container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
  }


  body {
    margin: 0;
    font-family: 'EB Garamond', serif; /* Klassische Serifenschrift */
    line-height: 1.6;
    color: #696969; /* Angenehme Textfarbe */
}

.about-section {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    padding: 2rem;
    text-align: center;
}

.about-section .container {
    max-width: 800px;
    margin: 0 auto;
}

.about-section h1 {
    font-family: 'EB Garamond', serif;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #6d6d6d;
}

.about-section p {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.1rem;
    line-height: 1.8;
    color: #5d5d5d;
}

.footer {
    text-align: center;
    padding: 1rem 0;
    background-color: #f5f5f5;
    font-size: 0.9rem;
    color: #666;
}
