
#anwaelte-filter {
    display: none !important;
}

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

.anwalt-name {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin: 0;
    padding: 0;
}

