.elementor-45 .elementor-element.elementor-element-be67972{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(min-width:768px){.elementor-45 .elementor-element.elementor-element-be67972{--content-width:1280px;}}/* Start custom CSS for shortcode, class: .elementor-element-bad64fc *//* Labels in Weiß */
.wpforms-form label,
.wpforms-field-label,
.wpforms-field-sublabel {
    color: #ffffff !important;
}

/* Platzhalter in Hellgrau */
.wpforms-form input::placeholder,
.wpforms-form textarea::placeholder {
    color: #808080 !important; /* hellgrau */
}

/* Button: Weiß, schwarze Schrift, eckig */
.wpforms-submit {
    background-color: #ffffff !important;
    color: #000000 !important;
    border: 2px solid #ffffff !important;
    padding: 12px 24px !important;
    border-radius: 0 !important; /* eckig */
    font-weight: 600;
    cursor: pointer;
}

/* Hover-Effekt */
.wpforms-submit:hover {
    background-color: #000000 !important;
    color: #ffffff !important;
    border-color: #000000 !important;
}/* End custom CSS */