@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;
}


.single-anwaelte .uk-article-title,
.single-anwaelte h1.uk-article-title,
.single-anwaelte .tm-article-title,
.single-anwaelte article .uk-article-title,
.single-anwaelte article h1,
.single-anwaelte .uk-article>h1,
.single-anwaelte .uk-article>.uk-article-title,
.single-anwaelte [class*="article"] h1,
.single-anwaelte [class*="article"] .uk-article-title {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 0 !important;
    font-size: 0 !important;
}

.single-anwaelte .uk-article,
.single-anwaelte .uk-article-content {
    overflow: visible !important;
    height: auto !important;
    max-height: none !important;
    position: static !important;
    z-index: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}


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

.kontakt-social .social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.kontakt-social .social-icon svg {
    width: 24px;
    height: 24px;
    display: block;
}



.anwalt-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.anwalt-card {
    text-align: left;
}

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

.anwalt-info {
    margin-top: 10px;
}

.anwalt-berufsbezeichnung {
    font-size: 14px;
    color: #666;
    margin-bottom: 2px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-family: "Garamond Premier W05 Medium It", Garamond, serif;
}

.anwalt-card .anwalt-titel {
    font-size: clamp(1rem, 1vw, 1.3rem);
    font-weight: 500;
    font-family: "Garamond Premier W05 Medium It", Garamond, serif;
}

.anwalt-name {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-family: "Helvetica Neue LT W01_55 Roman";
}

@media (max-width: 768px) {
    .anwalt-grid {
        grid-template-columns: 1fr;
    }
}

#anwaelte-filter {
    max-width: 1200px;
    margin: 0 auto 40px;
}

#anwaelte-filter .filter-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 10px;
}

#anwaelte-filter select,
#anwaelte-filter input[type="text"] {
    width: 33.333%;
    background: transparent;
    border: none;
    border-bottom: 2px solid #000;
    padding: 6px 0;
    font-size: 18px;
    color: #000;
    outline: none;
    box-sizing: border-box;
}

#anwaelte-filter select option:first-child,
#anwaelte-filter input::placeholder {
    color: #000;
    opacity: 0.6;
}

#anwaelte-filter select:focus,
#anwaelte-filter input[type="text"]:focus {
    border-bottom-color: #333;
}

#filter-suche {
    background-size: 18px;
    padding-right: 26px;
}

@media (max-width: 768px) {
    #anwaelte-filter .filter-row {
        flex-direction: column;
        gap: 20px;
    }

    #anwaelte-filter select,
    #anwaelte-filter input[type="text"] {
        width: 100%;
    }
}