.elementor-kit-4{--e-global-color-primary:#00163D;--e-global-color-secondary:#EDF2FD;--e-global-color-text:#00163D;--e-global-color-accent:#005EFE;--e-global-color-159e78a:#4186FF;--e-global-typography-primary-font-family:"Author";--e-global-typography-secondary-font-family:"Author";--e-global-typography-secondary-font-size:24px;--e-global-typography-secondary-font-weight:300;--e-global-typography-secondary-line-height:1.2;--e-global-typography-text-font-family:"Author";--e-global-typography-accent-font-family:"TBJ Interval";color:var( --e-global-color-text );font-family:"Author", Sans-serif;font-size:20px;font-weight:300;line-height:1.2;--e-preloader-animation-duration:1500ms;--e-preloader-delay:0ms;--e-preloader-color:var( --e-global-color-primary );--e-preloader-size:20px;--e-preloader-rotate:0deg;}.elementor-kit-4 button,.elementor-kit-4 input[type="button"],.elementor-kit-4 input[type="submit"],.elementor-kit-4 .elementor-button{background-color:var( --e-global-color-primary );font-family:"TBJ Interval", Sans-serif;font-size:17px;line-height:1.1;color:var( --e-global-color-secondary );border-radius:50px 50px 50px 50px;padding:6px 15px 06px 15px;}.elementor-kit-4 button:hover,.elementor-kit-4 button:focus,.elementor-kit-4 input[type="button"]:hover,.elementor-kit-4 input[type="button"]:focus,.elementor-kit-4 input[type="submit"]:hover,.elementor-kit-4 input[type="submit"]:focus,.elementor-kit-4 .elementor-button:hover,.elementor-kit-4 .elementor-button:focus{background-color:#00163D00;color:var( --e-global-color-text );border-style:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-primary );border-radius:50px 50px 50px 50px;}.elementor-kit-4 e-page-transition{background-color:var( --e-global-color-secondary );}.elementor-kit-4 a{color:var( --e-global-color-text );}.elementor-kit-4 h1{color:var( --e-global-color-text );font-family:"Author", Sans-serif;font-size:64px;font-weight:400;line-height:1.1;}.elementor-kit-4 h2{color:var( --e-global-color-text );font-family:"Author", Sans-serif;font-size:42px;font-weight:400;line-height:1.1;}.elementor-kit-4 h3{color:var( --e-global-color-text );font-family:"Author", Sans-serif;font-size:28px;font-weight:400;line-height:1.3;}.elementor-kit-4 h4{color:var( --e-global-color-text );font-weight:400;}.elementor-kit-4 h5{color:var( --e-global-color-text );}.elementor-kit-4 h6{color:var( --e-global-color-text );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1300px;}.e-con{--container-max-width:1300px;}.elementor-widget:not(:last-child){--kit-widget-spacing: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 .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-4{--e-global-typography-secondary-font-size:22px;--e-global-typography-secondary-line-height:1.1;font-size:20px;line-height:1.2;}.elementor-kit-4 h1{font-size:54px;line-height:1;}.elementor-kit-4 h2{font-size:34px;line-height:1;}.elementor-kit-4 h3{font-size:24px;line-height:1;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-4{--e-global-typography-secondary-font-size:20px;--e-global-typography-secondary-line-height:1.1;font-size:18px;line-height:1.2;}.elementor-kit-4 h1{font-size:44px;line-height:1;}.elementor-kit-4 h2{font-size:28px;line-height:1;}.elementor-kit-4 h3{font-size:20px;line-height:1;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}:root { --H2:Author; }
/* Start custom CSS *//* Headlines */
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong,
h1 b, h2 b, h3 b, h4 b, h5 b, h6 b {
  font-family: 'Author', sans-serif;
  font-weight: 500 !important;
}

/* Absätze */
p strong,
p b {
  font-family: 'Author', sans-serif;
  font-weight: 400 !important;
}
/* =======================
  LINKS
   ======================*/

/* Normale Textlinks */
a:not(.elementor-button):not(.wp-element-button) {
  color: inherit;
}

/* Hover für normale Links */
a:not(.elementor-button):not(.wp-element-button):hover {
  opacity: 0.85;
}

/* =======================
HOTSPOT ======================*/

/* Elementor Hotspot Tooltip: Inhalt bestimmt Breite */
.e-hotspot__tooltip{
  width: max-content !important;
  max-width: none !important;
  white-space: wrap !important;
  display: inline-flex !important;
  align-items: center;
  gap: 12px; /* Abstand Icon–Text */
}

/* Icon soll nicht den Layout-Algorithmus verwirren */
.e-hotspot__tooltip img,
.e-hotspot__tooltip svg{
  flex: 0 0 auto !important;
}

/* Text soll nicht “flexen” */
.e-hotspot__tooltip .e-hotspot__tooltip-title,
.e-hotspot__tooltip .e-hotspot__tooltip-text,
.e-hotspot__tooltip span,
.e-hotspot__tooltip p{
  flex: 0 0 auto !important;
  margin: 0;
}

/* Tooltip darf nicht breiter als Screen sein */
.e-hotspot__tooltip {
  max-width: calc(100vw - 32px) !important;
  white-space: normal !important;
}

/* Mobile Feinschliff */
@media (max-width: 767px) {
  .e-hotspot__tooltip {
    width: max-content !important;
    max-width: calc(100vw - 32px) !important;
    white-space: normal !important;
  }
}

/* =========================================================
   NORMALE LISTEN MIT SVG ERSETZEN
   aber NICHT Elementor Icon-Listen oder Menüs
   ========================================================= */

ul:not(.elementor-icon-list-items):not(.elementor-nav-menu):not(.sub-menu) {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

ul:not(.elementor-icon-list-items):not(.elementor-nav-menu):not(.sub-menu) > li {
  position: relative;
  list-style: none;
  padding-left: 1.6rem;
}

ul:not(.elementor-icon-list-items):not(.elementor-nav-menu):not(.sub-menu) > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.42em;
  width: 0.8rem;
  height: 0.8rem;
  background-color: currentColor;
  -webkit-mask-image: url("https://wilfatec.de/wp-content/uploads/2026/04/wt-.svg");
  mask-image: url("https://wilfatec.de/wp-content/uploads/2026/04/wt-.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
}

/* =========================================================
   ELEMENTOR ICON-LISTEN IN RUHE LASSEN
   ========================================================= */

.elementor-icon-list-item::before,
.elementor-icon-list-text::before,
.elementor-icon-list-icon::before {
  content: none !important;
}


@media (max-width: 767px) {
  .site-header .elementor-nav-menu--dropdown {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    min-height: 100vh !important;

    background: #ffffff !important;
    z-index: 9998 !important;

    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;

    padding: 120px 32px 48px !important;
    margin: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  .site-header .elementor-nav-menu--dropdown ul {
    width: 100% !important;
    text-align: center !important;
  }

  .site-header .elementor-nav-menu--dropdown a {
    background: transparent !important;
    color: #001b4d !important;
    font-size: 32px !important;
    line-height: 1.4 !important;
    padding: 16px 0 !important;
    justify-content: center !important;
    text-align: center !important;
  }

  .site-header .elementor-menu-toggle {
    z-index: 9999 !important;
  }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Author';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://wilfatec.de/wp-content/uploads/2026/02/Author-Light.woff2') format('woff2');
}
@font-face {
	font-family: 'Author';
	font-style: italic;
	font-weight: 300;
	font-display: auto;
	src: url('https://wilfatec.de/wp-content/uploads/2026/02/Author-LightItalic.woff2') format('woff2');
}
@font-face {
	font-family: 'Author';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://wilfatec.de/wp-content/uploads/2026/02/Author-Regular.woff2') format('woff2');
}
@font-face {
	font-family: 'Author';
	font-style: italic;
	font-weight: 400;
	font-display: auto;
	src: url('https://wilfatec.de/wp-content/uploads/2026/02/Author-Italic.woff2') format('woff2');
}
@font-face {
	font-family: 'Author';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://wilfatec.de/wp-content/uploads/2026/02/Author-Medium.woff2') format('woff2');
}
@font-face {
	font-family: 'Author';
	font-style: italic;
	font-weight: 500;
	font-display: auto;
	src: url('https://wilfatec.de/wp-content/uploads/2026/02/Author-MediumItalic.woff2') format('woff2');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'TBJ Interval';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://wilfatec.de/wp-content/uploads/2026/02/TBJInterval-Light.woff2') format('woff2');
}
/* End Custom Fonts CSS */