.call-button-plugin {
    position: fixed;
    right: 20px; /* Abstand vom rechten Rand */
    bottom: 26px; /* Abstand vom unteren Rand */
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    z-index: 9999;
    text-decoration: none;
}

.call-button-plugin svg {
    display: block;
    width: 60%; /* Größe des Icons relativ zum Button */
    height: 60%;
}
