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

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

.kontakt-social .social-icon img {
    width: 24px;
    height: 24px;
    display: inline-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;
    }
}

/* ALLE #anwaelte-filter-Regeln entfernt */


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

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

/* Nur 2 Felder → 50% statt 33.333% */
#anwaelte-filter-simple select,
#anwaelte-filter-simple input[type="text"] {
    width: 50%;
    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-simple select option:first-child,
#anwaelte-filter-simple input::placeholder {
    color: #000;
    opacity: 0.6;
}

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

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

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

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

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