.elementor-2681 .elementor-element.elementor-element-7ffc7d93{--display:flex;}.elementor-2681 .elementor-element.elementor-element-e61ed00{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:80px;--padding-bottom:80px;--padding-left:0px;--padding-right:0px;}.elementor-2681 .elementor-element.elementor-element-e33ec00{margin:0px 180px calc(var(--kit-widget-spacing, 0px) + 0px) 180px;padding:0px 00px 0px 0px;}.elementor-2681 .elementor-element.elementor-element-e33ec00 .elementskit-section-title-wraper .elementskit-section-title{color:#FFFFFF;margin:0px 0px 0px 0px;font-family:"Poppins", Sans-serif;font-size:55px;font-weight:300;line-height:64px;}.elementor-2681 .elementor-element.elementor-element-e33ec00 .elementskit-section-title-wraper .elementskit-section-title > span{color:var( --e-global-color-9408d40 );}.elementor-2681 .elementor-element.elementor-element-e33ec00 .elementskit-section-title-wraper .elementskit-section-title:hover > span{color:#000000;}.elementor-2681 .elementor-element.elementor-element-a51073d{--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(max-width:1024px){.elementor-2681 .elementor-element.elementor-element-e33ec00 .elementskit-section-title-wraper .elementskit-section-title{font-size:50px;line-height:60px;}}@media(max-width:767px){.elementor-2681 .elementor-element.elementor-element-e33ec00{margin:0px 30px calc(var(--kit-widget-spacing, 0px) + 0px) 030px;padding:0px 0px 0px 0px;}.elementor-2681 .elementor-element.elementor-element-e33ec00 .elementskit-section-title-wraper .elementskit-section-title{margin:0px 0px 0px 0px;font-size:42px;line-height:48px;}.elementor-2681 .elementor-element.elementor-element-e33ec00 .elementskit-section-title-wraper .elementskit-section-title > span{padding:0px 0px 0px 0px;}}/* Start custom CSS for container, class: .elementor-element-7ffc7d93 *//* Wir registrieren die Variable, damit der Browser weiß, 
   dass es eine Farbe ist (wichtig für die Animation!) */
@property --bg-color {
  syntax: '<color>';
  initial-value: #2362A9;
  inherits: false;
}

.elementor-2681 .elementor-element.elementor-element-7ffc7d93 {
    /* Hier nutzen wir die Variable im radialen Verlauf.
       Der Verlauf geht von der Variablen (Zentrum) zu Schwarz (Außen). */
    background-image: radial-gradient(circle, var(--bg-color), black);
    
    animation: color-change 3s infinite alternate;
}

@keyframes color-change {
    0% {
        --bg-color: #2362A9; /* Startfarbe (Blau) */
    }
    100% {
        --bg-color: #282823; /* Endfarbe (Dunkelgrau) */
    }
}/* End custom CSS */