.elementor-kit-590{--e-global-color-primary:#ED7D31;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto Mono";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Mono";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto Mono";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto Mono";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-text );}.elementor-kit-590 e-page-transition{background-color:#FFBC7D;}.elementor-kit-590 p{margin-block-end:20px;}.elementor-kit-590 a{color:var( --e-global-color-secondary );font-family:"Roboto Mono", Sans-serif;font-size:37px;}.elementor-kit-590 h1{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-590 h2{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-590 h3{color:var( --e-global-color-accent );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1600px;}.e-con{--container-max-width:1600px;}.elementor-widget:not(:last-child){margin-block-end:10px;}.elementor-element{--widgets-spacing:10px 10px;--widgets-spacing-row:10px;--widgets-spacing-column:10px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:row;align-items:center;gap:20px;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-header .site-description{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.site-header .site-navigation ul.menu li a{color:var( --e-global-color-primary );}.site-header .site-navigation-toggle{background-color:var( --e-global-color-accent );}.site-header .site-navigation .menu li{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* Hintergrund und Textschatten für Titel und Beschreibung */
.cta-text-bg .elementor-cta__title,
.cta-text-bg .elementor-cta__description {
  background: rgba(0, 0, 0, 0.5); /* halbtransparentes Schwarz */
  color: #fff; /* weiße Schrift für Kontrast */
  display: inline-block;
  padding: 10px 15px;
  border-radius: 8px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
  margin-bottom: 8px;
}

/* Optional: Button anpassen */
.cta-text-bg .elementor-cta__button {
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 10px 20px;
  border-radius: 6px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

/* Responsive Anpassung für Mobile */
@media (max-width: 768px) {
  .cta-text-bg .elementor-cta__title,
  .cta-text-bg .elementor-cta__description {
    padding: 8px 10px;
    font-size: 90%;
  }
  .cta-text-bg .elementor-cta__button {
    padding: 8px 15px;
    font-size: 90%;
  }
}/* End custom CSS */