/* Entfernt Unterstreichung bei WPBakery Buttons */
.vc_btn3,
.vc_btn3 a,
.vc_btn3 span {
    text-decoration: none !important;
}

/* Auch beim Hover */
.vc_btn3:hover,
.vc_btn3 a:hover,
.vc_btn3 span:hover {
    text-decoration: none !important;
}
/* WPBakery Buttons – Schrift größer */
.vc_btn3,
.vc_btn3 span {
    font-size: 20px !important;  /* hier anpassen */
    font-weight: 600;
}

/* Beim Hover gleich lassen */
.vc_btn3:hover,
.vc_btn3 span:hover {
    font-size: 20px !important;
}
/* Button-Inhalt sauber zentrieren */
.vc_btn3,
.wp-block-button__link,
a.button,
button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 14px !important;
    line-height: 1 !important;
}

/* Icons im Button */
.vc_btn3 i,
.vc_btn3 .vc_btn3-icon,
.wp-block-button__link i,
a.button i,
button i {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1 !important;
    vertical-align: middle !important;
    margin: 0 !important;
}
/* WPBakery Icon Reset (wichtig!) */
.vc_btn3 .vc_btn3-icon {
    position: static !important;
    transform: none !important;
}