.elementor-180 .elementor-element.elementor-element-7899d51{--display:flex;--margin-top:60px;--margin-bottom:20px;--margin-left:0px;--margin-right:0px;--padding-top:40px;--padding-bottom:20px;--padding-left:0px;--padding-right:0px;}.elementor-180 .elementor-element.elementor-element-3abe078 > .elementor-widget-container{margin:0px 0px 20px 0px;padding:0px 0px 20px 0px;}/* Start custom CSS for shortcode, class: .elementor-element-3abe078 */.wpcf7-submit {
    background-color: #FFD700; /* Goldgelb */
    color: #111111; /* Schwarz für die Schrift */
    border: none;
    border-radius: 20px;
    padding: 20px; /* Innenabstand */
    margin: 20px 0; /* Außenabstand */
    width: 100%; /* Über die gesamte Breite */
    text-align: center;
    font-size: 16px; /* Schriftgröße */
    transition: background-color 0.3s ease, color 0.3s ease; /* Sanfter Übergang */
}

.wpcf7-submit:hover {
    background-color: #EFD933 !important; /* Neue Hover-Farbe */
    color: #111111; /* Text bleibt schwarz */
    cursor: pointer; /* Zeigt einen Zeiger bei Hover an */
}

.wpcf7-form a {
    color: #1111FF; /* Standardfarbe: Blau */
    text-decoration: none; /* Keine Unterstreichung */
    transition: color 0.3s ease, text-decoration 0.3s ease; /* Sanfter Übergang */
}

.wpcf7-form a:hover {
    color: #1111FF; /* Hover-Farbe bleibt Blau */
    text-decoration: underline; /* Unterstreichung beim Hover */
}/* End custom CSS */