.elementor-kit-10{--e-global-color-primary:#020341;--e-global-color-secondary:#3BC9D9;--e-global-color-text:#000000;--e-global-color-accent:#FFFFFF85;--e-global-color-24cf97f:#212427;--e-global-color-d45d835:#FFFFFF;--e-global-color-09b5426:#FFFFFF00;--e-global-color-c4d271a:#F7F7F7;--e-global-typography-primary-font-family:"Verdana";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Verdana";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Verdana";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Verdana";--e-global-typography-accent-font-weight:500;--e-global-typography-9f4520d-font-family:"Public Sans";--e-global-typography-9f4520d-font-size:3.75rem;--e-global-typography-9f4520d-font-weight:800;--e-global-typography-9f4520d-text-transform:uppercase;--e-global-typography-9f4520d-line-height:1.15em;--e-global-typography-c477740-font-family:"Public Sans";--e-global-typography-c477740-font-size:2.8rem;--e-global-typography-c477740-font-weight:800;--e-global-typography-c477740-text-transform:uppercase;--e-global-typography-c477740-line-height:1.25em;--e-global-typography-95b5c91-font-family:"Public Sans";--e-global-typography-95b5c91-font-size:2rem;--e-global-typography-95b5c91-font-weight:800;--e-global-typography-95b5c91-text-transform:uppercase;--e-global-typography-95b5c91-line-height:1.1em;--e-global-typography-080c64a-font-family:"Public Sans";--e-global-typography-080c64a-font-size:1.563rem;--e-global-typography-080c64a-font-weight:800;--e-global-typography-080c64a-text-transform:uppercase;--e-global-typography-080c64a-line-height:1em;--e-global-typography-4846c7c-font-family:"Public Sans";--e-global-typography-4846c7c-font-size:2.3rem;--e-global-typography-4846c7c-font-weight:300;--e-global-typography-4846c7c-text-transform:uppercase;--e-global-typography-4846c7c-line-height:1.1em;--e-global-typography-6fb01bb-font-family:"Public Sans";--e-global-typography-6fb01bb-font-size:1.6rem;--e-global-typography-6fb01bb-font-weight:300;--e-global-typography-6fb01bb-text-transform:uppercase;--e-global-typography-6fb01bb-line-height:1.1em;--e-global-typography-bfb328c-font-family:"Fira Sans";--e-global-typography-bfb328c-font-size:1.25rem;--e-global-typography-bfb328c-font-weight:400;--e-global-typography-bfb328c-text-transform:none;--e-global-typography-bfb328c-line-height:1.4em;--e-global-typography-84d1b7d-font-size:1.125rem;--e-global-typography-84d1b7d-font-weight:400;--e-global-typography-84d1b7d-text-transform:none;--e-global-typography-84d1b7d-font-style:normal;--e-global-typography-84d1b7d-line-height:1.6em;}.elementor-kit-10 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@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-kit-10{--e-global-typography-9f4520d-font-size:1.8rem;--e-global-typography-9f4520d-line-height:1.15em;--e-global-typography-c477740-font-size:2rem;--e-global-typography-c477740-line-height:1.15em;--e-global-typography-080c64a-font-size:1.4rem;--e-global-typography-4846c7c-font-size:1.4rem;--e-global-typography-6fb01bb-font-size:1.2rem;--e-global-typography-bfb328c-font-size:1.25rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* remove bottom margin of p */
.elementor-widget-text-editor p:last-child{ margin-bottom:0px;}

/* word break */
p, h1, h2, h3 {
  word-wrap: break-word;
  overflow-wrap: break-word;

-webkit-hyphens: auto;
   -moz-hyphens: auto;
        hyphens: auto;
}

/* Hide google recaptcha banner */
.grecaptcha-badge { visibility: hidden; }

/* remove underline link from tel numbers on mobile */
a[href^="tel"] {
  color: inherit; /* Inherit text color of parent element. */
  text-decoration: none; /* Remove underline. */
  /* Additional css `propery: value;` pairs here */
}

/* Styling of links inside paragraph */
.elementor-widget-text-editor a  {  
  text-decoration: underline;
  text-decoration-skip-ink: auto;
  text-underline-offset: 0.2em;
}

.elementor-widget-text-editor a.lightlink {
  color: #fff; /* Textfarbe weiß */
  text-decoration: underline; /* Unterstreichung */
  text-decoration-color: #fff; /* Unterstreichungsfarbe weiß */
}

.elementor-widget-text-editor a.lightlink:hover {
  color: #039dd8; /* Hover-Farbe */
  text-decoration-color: #039dd8; /* Hover-Unterstreichungsfarbe */
} 
/* Container */
.bp-steps .bp-steps-inner {
  display: flex;
  flex-direction: column;
  gap: 17px; /* Abstand zwischen den Punkten */
}

/* Einzelner Schritt */
.bp-steps .bp-step {
  display: flex;
  align-items: flex-start;
}

/* Nummernbox */
.bp-steps .bp-step-number {
  width: 32px;
  height: 32px;
  border: 2px solid #3BC9D9;       /* dein Orange */
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  margin-right: 12px;
  position: relative;
}

/* Vertikale Linie zwischen den Boxen */
.bp-steps .bp-step-number::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  width: 2px;
  height: 19px;                     /* muss zum gap oben passen */
  background-color: #3BC9D9;
}

/* Letzte Box – keine Linie mehr nach unten */
.bp-steps .bp-step:last-child .bp-step-number::after {
  display: none;
}

/* Text */
.bp-steps .bp-step-text {
  font-weight: 600;
}
:target {
  scroll-margin-top: 140px; /* Desktop Header Höhe */
}

@media (max-width: 768px) {
  :target {
    scroll-margin-top: 40px; /* Mobile Header Höhe */   }
  }/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Public Sans';
	font-style: normal;
	font-weight: 800;
	font-display: auto;
	src: url('https://blitzerprofis.dev-entwicklungsumgebung.de/wp-content/uploads/2025/11/PublicSans-ExtraBold.ttf') format('truetype');
}
@font-face {
	font-family: 'Public Sans';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://blitzerprofis.dev-entwicklungsumgebung.de/wp-content/uploads/2025/11/PublicSans-Light.ttf') format('truetype');
}
@font-face {
	font-family: 'Public Sans';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://blitzerprofis.dev-entwicklungsumgebung.de/wp-content/uploads/2025/11/PublicSans-SemiBold.ttf') format('truetype');
}
@font-face {
	font-family: 'Public Sans';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: ;
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Fira Sans';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://blitzerprofis.dev-entwicklungsumgebung.de/wp-content/uploads/2025/11/FiraSans-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Fira Sans';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://blitzerprofis.dev-entwicklungsumgebung.de/wp-content/uploads/2025/11/FiraSans-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'Fira Sans';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://blitzerprofis.dev-entwicklungsumgebung.de/wp-content/uploads/2025/11/FiraSans-Medium.ttf') format('truetype');
}
/* End Custom Fonts CSS */