/* ===============================   Grundlayout / Reset================================ */* {    box-sizing: border-box;    margin: 0;    padding: 0;}:root {    --kanzlei-rot: #800000;    --text-dunkel: #222222;    --grau-hell: #e0e0e0;    --panel-bg: #ffffff;}body {    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;    line-height: 1.6;    color: var(--text-dunkel);    background-color: #f5f5f7;}a {    color: var(--kanzlei-rot);    text-decoration: none;}a:hover {    text-decoration: underline;}/* ===============================   Header & Navigation================================ */header {    background-color: #ffffff;    border-bottom: 1px solid var(--grau-hell);    position: sticky;    top: 0;    z-index: 2000;}.nav-container {    max-width: 1000px;    margin: 0 auto;    padding: 0.75rem 1rem;    display: flex;    align-items: center;    justify-content: space-between;}.logo {    font-family: "Times New Roman", Times, serif;    font-weight: bold;    font-size: 1.3rem;    color: var(--kanzlei-rot);    text-transform: uppercase;    line-height: 1.3;}.nav-toggle {    background: none;    border: none;    font-size: 2rem;    color: var(--kanzlei-rot);    cursor: pointer;}/* Mobile Nav */.mobile-nav {    display: none;    background: #ffffff;    border-bottom: 1px solid var(--grau-hell);}.mobile-nav.open {    display: block;}.mobile-nav ul {    list-style: none;    padding: 1rem;    display: flex;    flex-direction: column;    gap: 1rem;}.mobile-nav a {    color: var(--text-dunkel);    font-size: 1.15rem;}.mobile-nav a.active,.mobile-nav a:hover {    color: var(--kanzlei-rot);}/* ===============================   Layout & Typografie================================ */main {    max-width: 1000px;    margin: 1.5rem auto 3rem auto;    padding: 0 1rem;}section {    margin-bottom: 2.5rem;}h1, h2, h3 {    font-weight: 600;    margin-bottom: 0.75rem;    color: var(--kanzlei-rot);}p {    margin-bottom: 0.75rem;}/* ===============================   Globale Listen================================ */ul {    margin: 0.5rem 0 0.75rem 0;    padding-left: 1.5rem;    list-style-position: outside;}ul li {    margin: 0.35rem 0;}/* ===============================   Hero / Startseite================================ */.hero {    background: var(--panel-bg);    padding: 2rem 1.5rem;    border-radius: 10px;    box-shadow: 0 4px 12px rgba(0,0,0,0.05);}/* DESKTOP: stabile Zweispaltigkeit */.hero-grid {    display: grid;    grid-template-columns: minmax(0, 2fr) minmax(360px, 1.2fr);    gap: 2rem;    align-items: start;}/* ===============================   Karten / Boxen================================ */.card {    background-color: var(--panel-bg);    border-radius: 10px;    padding: 1.5rem;    box-shadow: 0 4px 12px rgba(0,0,0,0.05);    margin-bottom: 1.5rem;}.highlight-box,.notice,.contact-box {    background: #fceeee;    border: 1px solid #f3d4d4;    border-radius: 8px;    padding: 1rem 1.25rem;    max-width: 100%;}/* ===============================   Kontakt auf einen Blick================================ */.contact-box {    overflow: hidden; /* verhindert echtes Herauslaufen */}.contact-dl {    display: grid;    grid-template-columns: 90px 1fr;    gap: 0.3rem 0.6rem;    margin-top: 0.5rem;}.contact-dl dt {    font-weight: 600;    color: #444;}.contact-dl dd {    margin: 0;    max-width: 100%;}/* Umbruch-Regeln – gezielt */.contact-box a[href^="tel"],.contact-box a[href^="fax"] {    white-space: nowrap;}.contact-box a[href^="mailto"] {    word-break: break-word;    overflow-wrap: break-word;}/* CTA */.cta-row {    margin-top: 0.85rem;}.cta-link {    font-weight: 600;}/* ===============================   Über mich – Profilbild================================ *//* === Über mich === */.about-grid {    display: grid;    grid-template-columns: 220px minmax(0, 1fr);    gap: 1.25rem 2rem;    align-items: center;}.about-photo {    text-align: left; /* nicht zentrieren -> ruhiger, „professioneller“ */}.about-photo img {    display: block;    width: 200px;    height: 200px;    border-radius: 50%;    object-fit: cover;    object-position: center 18%;    box-shadow: 0 10px 24px rgba(0,0,0,0.12);    margin: 0;}.about-photo {    width: 220px;    height: 220px;    display: flex;    align-items: center;    justify-content: center;}/* Optional: Textblock etwas „gesetzt“ */.about-text p {    margin-bottom: 0;}/* === Kontaktformular === */.contact-form {    margin-top: 0.75rem;    display: grid;    gap: 0.7rem;}.contact-form label {    font-size: 0.9rem;}.contact-form input[type="text"],.contact-form input[type="email"],.contact-form input[type="tel"],.contact-form textarea {    width: 100%;    padding: 0.45rem 0.6rem;    border-radius: 4px;    border: 1px solid #cccccc;    font: inherit;}.contact-form textarea {    resize: vertical;}.contact-form input:focus,.contact-form textarea:focus {    outline: none;    border-color: var(--kanzlei-akzent);    box-shadow: 0 0 0 1px rgba(15,91,102,0.15);}.contact-form button {    margin-top: 0.4rem;    padding: 0.55rem 1.2rem;    border-radius: 4px;    border: none;    background-color: var(--kanzlei-akzent);    color: #ffffff;    font: inherit;    cursor: pointer;}.contact-form button:hover {    opacity: 0.9;}.contact-form .hint {    font-size: 0.82rem;    color: #666666;}/* Checkbox sauber ausgerichtet */.checkbox-row {    display: flex;    align-items: flex-start;    gap: 0.6rem;    margin-top: 0.6rem;    font-size: 0.9rem;    line-height: 1.4;}.checkbox-row input[type="checkbox"] {    flex: 0 0 auto;    margin-top: 0.2rem;}.checkbox-row label {    flex: 1 1 auto;    margin: 0;}.checkbox-row a {    color: var(--kanzlei-akzent);    text-decoration: underline;}/* Honeypot */.hp-field {    position: absolute;    left: -10000px;    width: 1px;    height: 1px;    overflow: hidden;}/* ===============================   Footer================================ */footer {    border-top: 1px solid var(--grau-hell);    padding: 1rem 0;    font-size: 0.85rem;    background-color: #ffffff;}.footer-inner {    max-width: 1000px;    margin: 0 auto;    padding: 0 1rem;    display: flex;    justify-content: space-between;}/* ===============================   MOBIL================================ */@media (max-width: 768px) {    .hero-grid {        grid-template-columns: 1fr;    }    .contact-dl {        grid-template-columns: 1fr;        gap: 0.2rem 0;    }    .contact-dl dt {        margin-top: 0.6rem;    }    .contact-dl dt:first-child {        margin-top: 0;    }    .profile-grid {        grid-template-columns: 1fr;        text-align: center;    }    .profile-media {        width: 140px;        height: 140px;        margin: 0 auto 1rem auto;    }}