.about-content h1 {
    font-size: 2rem;
    margin-bottom: 0.5rem;
    text-align: center;
}

.hero-separator {
    width: 60px;
    border: none;
    border-top: 2px solid rgba(74, 74, 74, 0.5);
    margin: 0.5rem auto 1rem;
  }

.about-content p {
    line-height: 1.6;
    margin-bottom: 1.25rem;
    color: #555555;
}

.about-body div {
    line-height: 1.6;
    color: #555555;
}

/* Sidebar und Content übereinander */
@media (max-width: 768px) {
    .page-wrapper {
        flex-direction: column;
    }

    .sidebar {
        flex: 1 1 auto;
        margin-bottom: 2rem;
    }
}