.elementor-kit-5{--e-global-color-primary:#36AFCD;--e-global-color-secondary:#2A8FA8;--e-global-color-text:#374151;--e-global-color-accent:#FFFBF3;--e-global-color-e25d002:#FFFFFF;--e-global-color-5e41eeca:#FFFFFF;--e-global-color-ad703c93:#E7E2D4;--e-global-color-65e752ae:#1F2937;--e-global-color-c261e897:#6B7280;--e-global-color-502103e6:#F5C944;--e-global-color-25be70af:#E5447A;--e-global-color-7041e700:#E89A4F;--e-global-color-6805aae3:#7B5BB5;--e-global-color-19b55a27:#3FA3C9;--e-global-color-0f4398e:#FAFBFB;--e-global-color-1ba3818:#FFFBF3DB;--e-global-typography-primary-font-family:"Cormorant Garamond";--e-global-typography-primary-font-size:56px;--e-global-typography-primary-font-weight:500;--e-global-typography-primary-line-height:1.15em;--e-global-typography-primary-letter-spacing:-0.01em;--e-global-typography-secondary-font-family:"Cormorant Garamond";--e-global-typography-secondary-font-size:40px;--e-global-typography-secondary-font-weight:500;--e-global-typography-secondary-line-height:1.2em;--e-global-typography-secondary-letter-spacing:-0.01em;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:15px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.6em;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-size:12px;--e-global-typography-accent-font-weight:600;--e-global-typography-accent-text-transform:uppercase;--e-global-typography-accent-line-height:1.4em;--e-global-typography-accent-letter-spacing:0.18em;--e-global-typography-1a831455-font-family:"Cormorant Garamond";--e-global-typography-1a831455-font-size:22px;--e-global-typography-1a831455-font-weight:500;--e-global-typography-1a831455-line-height:1.3em;--e-global-typography-2ef0f2cc-font-family:"Inter";--e-global-typography-2ef0f2cc-font-size:15px;--e-global-typography-2ef0f2cc-font-weight:500;--e-global-typography-2ef0f2cc-line-height:1.2em;background-color:#FFFFFF;color:#374151;font-family:"Inter", Sans-serif;font-size:17px;font-weight:400;line-height:1.6em;}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{background-color:#36AFCD;font-family:"Inter", Sans-serif;font-size:15px;font-weight:500;line-height:1.2em;color:#FFFFFF;padding:14px 22px 14px 22px;}.elementor-kit-5 button:hover,.elementor-kit-5 button:focus,.elementor-kit-5 input[type="button"]:hover,.elementor-kit-5 input[type="button"]:focus,.elementor-kit-5 input[type="submit"]:hover,.elementor-kit-5 input[type="submit"]:focus,.elementor-kit-5 .elementor-button:hover,.elementor-kit-5 .elementor-button:focus{background-color:#2A8FA8;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 a{color:var( --e-global-color-primary );font-family:"Inter", Sans-serif;}.elementor-kit-5 a:hover{color:#2A8FA8;}.elementor-kit-5 h1{color:#1F2937;font-family:"Cormorant Garamond", Sans-serif;font-size:56px;font-weight:500;line-height:1.15em;letter-spacing:-0.01em;}.elementor-kit-5 h2{color:#1F2937;font-family:"Cormorant Garamond", Sans-serif;font-size:40px;font-weight:500;line-height:1.2em;letter-spacing:-0.01em;}.elementor-kit-5 h3{color:#1F2937;font-family:"Cormorant Garamond", Sans-serif;font-size:22px;font-weight:500;line-height:1.3em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;--container-default-padding-top:0px;--container-default-padding-right:15px;--container-default-padding-bottom:0px;--container-default-padding-left:15px;}.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 .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-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 *//* ========================================
   HOVER ANIMATIONEN - Global
   ======================================== */

/* --- Listing Cards (Leistung + Karriere): Lift + Shadow --- */
.jet-listing-grid__item > [data-elementor-type] > .elementor-element > .e-con {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  will-change: transform;
}
.jet-listing-grid__item:hover > [data-elementor-type] > .elementor-element > .e-con {
  transform: translateY(-4px);
}

/* --- Card Image Zoom (Leistung Cards) --- */
.jet-listing-dynamic-image {
  overflow: hidden;
}
.jet-listing-dynamic-image img {
  transition: transform 0.4s ease;
  will-change: transform;
}
.jet-listing-grid__item:hover .jet-listing-dynamic-image img {
  transform: scale(1.05);
}

/* --- Dynamic Link: Arrow Shift --- */
.jet-listing-dynamic-link__link {
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.jet-listing-dynamic-link__link:hover {
  gap: 10px;
}

/* --- Repeater Listing Items: Lift + Shadow --- */
.jet-listing-grid[data-listing-source="repeater"] .jet-listing-grid__item > [data-elementor-type] > .elementor-element > .e-con {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.jet-listing-grid[data-listing-source="repeater"] .jet-listing-grid__item:hover > [data-elementor-type] > .elementor-element > .e-con {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(31, 41, 55, 0.08);
}

/* --- Repeater Icons: Scale on Hover --- */
.jet-listing-grid[data-listing-source="repeater"] .jet-listing-grid__item .elementor-icon {
  transition: transform 0.3s ease;
}
.jet-listing-grid[data-listing-source="repeater"] .jet-listing-grid__item:hover .elementor-icon {
  transform: scale(1.15);
}

/* --- Icon List Items (Footer etc.) --- */
.elementor-icon-list-item a {
  transition: all 0.3s ease;
}
.elementor-icon-list-item a:hover {
  color: var(--e-global-color-502103e6) !important;
}

/* --- Text Links --- */
.elementor-widget-text-editor a {
  transition: color 0.3s ease;
}
.elementor-widget-text-editor a:hover {
  color: var(--e-global-color-502103e6) !important;
}/* End custom CSS */