.unternehmer-einzel {
    max-width: 900px;
    margin: 40px auto;
    padding: 2rem;
}

.zurueck-link {
    margin-bottom: 2rem;
}

.zurueck-link a {
    color: #102235;
    text-decoration: none;
}

.profil-header {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    align-items: center;
    margin-bottom: 2rem;
}

.profilbild {
    flex: 0 0 200px;
}

.profilbild-img {
    width: 200px;
    height: 200px;
    border-radius: 100%;
    object-fit: cover;
}

.profilbild-initialen {
    width: 200px;
    height: 200px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
    font-weight: bold;
    background: linear-gradient(135deg, #CEA156, #102235);
    color: white;
}

.profil-details {
    flex: 1;
}

.profil-details h1 {
    font-size: 28px;
    margin-bottom: 10px;
}

.profil-details p {
    margin: 4px 0;
}

.social-links a {
    margin-right: 10px;
    vertical-align: middle;
}

hr {
    margin: 2rem 0;
    border: none;
    border-top: 1px solid #ddd;
}

.profil-infos h2 {
    color: #CEA156;
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 10px;
}

.profil-infos p {
    line-height: 1.6;
}

.kontakt-buttons {
    text-align: center;
    margin-top: 30px;
}

.kontakt-button {
    display: inline-block;
    color: white;
    padding: 10px 20px;
    border-radius: 6px;
    text-decoration: none;
    margin-right: 10px;
}

.email-button { background: #CEA156; }
.telefon-button { background: #6bba6b; }
