.elementor-11033 .elementor-element.elementor-element-0f3e6d6{--display:flex;--min-height:50vh;--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;--margin-top:50px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-11033 .elementor-element.elementor-element-683f6fa .elementor-heading-title{color:var( --e-global-color-text );}body.elementor-page-11033:not(.elementor-motion-effects-element-type-background), body.elementor-page-11033 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#171717;}:root{--page-title-display:none;}/* Start custom CSS *//* Standard-Submit-Button */
.wpforms-submit {
    background-color: #9E0D0D !important; /* Hintergrundfarbe Dunkelrot */
    color: #FFFFFF !important; /* Weiße Schrift */
    border: none !important; /* Kein Rahmen */
    padding: 10px 20px !important; /* Abstände */
    border-radius: 5px !important; /* Abgerundete Ecken */
    cursor: pointer !important; /* Mauszeiger als Zeigefinger */
    transition: background-color 0.3s ease !important; /* Sanfter Übergang bei Hover */
}

/* Hover-Effekt */
.wpforms-submit:hover {
    background-color: #B81A1A !important; /* Etwas helleres Rot */
}

/* Aktiver Zustand */
.wpforms-submit:active {
    background-color: #7C0A0A !important; /* Etwas dunkleres Rot */
}/* End custom CSS */