/* Header-Layout für Titel und Position */
.anwalt-header {
    margin-bottom: 10px; /* Weniger Abstand nach unten */
    padding-top: 5px; /* Weniger Abstand nach oben */
    text-align: left; /* Linksbündig ausrichten */
}

/* Titel */
.entry-title {
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 24px; /* Kleinere Schriftgröße für den Titel */
    font-weight: bold;
    color: #333;
    margin-bottom: 5px; /* Weniger Abstand nach unten */
    text-align: left; /* Linksbündig ausrichten */
}

/* Position */
.anwalt-position {
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 16px; /* Kleinere Schriftgröße für die Position */
    color: #555;
    margin: 0; /* Kein zusätzlicher Abstand */
    padding-top: 0; /* Kein Abstand nach oben */
    text-align: left; /* Linksbündig ausrichten */
}

/* Container-Layout */
.anwalt-details {
    display: flex;
    gap: 30px; /* Abstand zwischen den Spalten */
    padding: 20px;
    background-color: #f9f9f9; /* Leichter Hintergrund für den gesamten Bereich */
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Weicher Schatten für ein modernes Aussehen */
}

/* Linke Spalte */
.anwalt-left-column {
    flex: 1; /* Flex-Wert 1 für 33% */
    padding: 20px;
    border: 1px solid #e0e0e0; /* Leichter Rahmen um die Spalte */
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); /* Leichter Schatten */
    max-width: 33%; /* Begrenzung der Breite auf 33% */
}

/* Rechte Spalte */
.anwalt-right-column {
    flex: 2; /* Flex-Wert 2 für 67% */
    padding: 20px;
    border: 1px solid #e0e0e0; /* Leichter Rahmen um die Spalte */
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); /* Leichter Schatten */
    max-width: 67%; /* Begrenzung der Breite auf 67% */
}

/* Profilbild */
.anwalt-profilbild img {
    width: 80%;
    height: auto;
    border-radius: 50%; /* Rundes Profilbild */
    border: 3px solid #ddd;
    margin-bottom: 20px;
    display: block; /* Block-Level-Element, um margin auto anzuwenden */
    margin: 0 auto 20px auto; /* Zentriert das Bild horizontal und behält den unteren Abstand */
}


/* Trenner */
.anwalt-trenner {
    border: 0;
    height: 1px;
    background: #ccc;
    margin: 20px 0;
}

/* Textstile */
.anwalt-profiltext, .anwalt-vita p {
    font-family: 'Georgia', serif;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
}

/* Vita Titel */
.anwalt-vita h2 {
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 22px;
    color: #222;
    margin-bottom: 15px;
    border-bottom: 2px solid #ccc;
    padding-bottom: 5px;
}

/* Kontaktinformationen */
.anwalt-left-column p {
    font-size: 16px;
    color: #555;
}

.anwalt-left-column a {
    color: #0073aa;
    text-decoration: none;
}

.anwalt-left-column a:hover {
    text-decoration: underline;
}

/* Responsives Design */
@media (max-width: 768px) {
    .anwalt-details {
        flex-direction: column;
		padding: 5px; /* Margin für mobile Geräte */
    }


	.anwalt-left-column, .anwalt-right-column {
        max-width: 100%; /* Setzen Sie die Breite auf 100% auf kleinen Bildschirmen */
		padding: 10px; /* Margin für mobile Geräte */
    }
}
/* Header-Layout für Titel und Position */
.anwalt-header {
    margin-bottom: 10px; /* Weniger Abstand nach unten */
    padding-top: 5px; /* Weniger Abstand nach oben */
    text-align: left; /* Optional: Linksbündig ausrichten */
}

/* Titel */
.entry-title {
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 24px; /* Schriftgröße für den Titel */
    font-weight: bold;
    color: #333;
    margin-top: 5px; /* Weniger Abstand nach oben */
    margin-bottom: 5px; /* Weniger Abstand nach unten */
}

/* Position */
.anwalt-position {
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 18px; /* Schriftgröße für die Position */
    color: #555;
    margin-top: 0; /* Kein Abstand nach oben */
    margin-bottom: 5px; /* Weniger Abstand nach unten */
}
