.anwalt-cta-button {
    display: inline-block;
    background-color: #00c8ff;
    color: #fff;
    font-weight: bold;
    padding: 12px 24px;
    border-radius: 6px;
    text-decoration: none;
    font-family: inherit;
    transition: background-color 0.3s ease;
}

.anwalt-cta-button:hover {
    background-color: #00b5e6;
    color: #fff;
}
