@font-face {
    font-family: "Garamond Premier W05 Medium It";
    src: url("../fonts/GaramondPremierW05-MediumIt.woff2") format("woff2"),
        url("../fonts/GaramondPremierW05-MediumIt.woff") format("woff");
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

p.uk-article-meta {
    display: none !important;
}


/* vCard Link – Text so wie du willst */
.vcard-download {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 25px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
    padding-bottom: 12px;
}


.vcard-download .vcard-icon svg {
    width: 25px;
    height: 35px;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 8px;
}


.kontakt-social {
    display: flex;
    align-items: center;
    gap: 20px;
}

.social-icon svg {
    display: inline-block;
    margin-bottom: 20px;
    height: 25px;
    width: 25px;
}

.contact:hover {
    font-size: 25px;
}

.social-icon svg:hover {
    display: inline-block;
    margin-bottom: 20px;
    height: 40px;
    width: 40px;
}

.anwalt-kontaktblock {
    margin-bottom: 20px;

}

.single-anwaelte .uk-article img {
    display: none !important;
}

.anwalt-hero-wrapper {
    position: relative;
    width: 100%;
    margin-bottom: 60px;
}

.anwalt-hero-img {
    width: 100%;
    height: auto;
    display: block;
}

.anwalt-hero-textblock {
    position: absolute;
    left: 0;
    top: 40%;
    transform: translate(-25%, -35%);
    padding-left: 20px;
    transition: top 0.05s linear;
}

.anwalt-hero-titel {
    font-size: clamp(1.4rem, 2vw, 1.6rem);
    font-weight: 500;
    margin-bottom: 6px;
    display: inline-block;
    border-bottom: 6px solid #000;
    padding-bottom: 4px;
    transform: translateX(-40px);
    font-family: "Garamond Premier W05 Medium It", Garamond, serif;

}

.anwalt-hero-amtsitz {
    font-size: clamp(1.4rem, 2vw, 1.6rem);
    font-weight: 500;
    margin-bottom: 6px;
    padding-bottom: 4px;
    transform: translateX(-40px);
    font-family: "Garamond Premier W05 Medium It", Garamond, serif;
}

.anwalt-hero-name {
    font-size: clamp(3rem, 3vw, 6rem);
    font-weight: 500;
    line-height: 1.2;
    text-transform: uppercase;
    padding-top: 2rem;
    max-width: 80%;
    white-space: normal;
    word-break: keep-all;
    font-family: "Helvetica Neue LT W01_55 Roman";
}


.anwalt-toggle-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 12px 0;
    font-weight: 500;
    border-bottom: 4px solid #000;
    margin-bottom: 30px;
    font-size: 25px;
}

.anwalt-toggle-content {
    display: none;
    padding: 10px 0;
}

.anwalt-toggle-content.open {
    display: block;
}

.anwalt-toggle-header.open .anwalt-toggle-icon {
    transform: rotate(180deg);
}

.anwalt-toggle-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.anwalt-toggle-content ul li {
    margin-bottom: 8px;
}

.anwalt-standort-adresse {
    display: block;
    max-width: 20%;
    white-space: normal;
    word-break: break-word;
    line-height: 1.4;
}


@media (max-width: 768px) {

    .anwalt-hero-textblock {
        position: static !important;
        transform: none !important;
        padding-left: 0;
        margin-bottom: 20px;
    }

    .anwalt-hero-titel {
        transform: none !important;
        border-bottom: 4px solid #000;
        padding-bottom: 3px;
        margin-bottom: 8px;
        padding-top: 10px;
    }

    .anwalt-hero-amtsitz {
        transform: none !important;
        margin-bottom: 8px;
        padding-top: 5px;
    }

    .anwalt-hero-name {
        padding-top: 0;
        font-size: 40px;
        transform: none !important;
        max-width: 100%;
    }
}