.elementor-588 .elementor-element.elementor-element-fa4464c{--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;--overflow:hidden;}.elementor-588 .elementor-element.elementor-element-fa4464c:not(.elementor-motion-effects-element-type-background), .elementor-588 .elementor-element.elementor-element-fa4464c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-588 .elementor-element.elementor-element-14d6eb1 > .elementor-widget-container{background-color:#FFFFFF;}.elementor-588 .elementor-element.elementor-element-ad587f3{--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;}.elementor-588 .elementor-element.elementor-element-ad587f3:not(.elementor-motion-effects-element-type-background), .elementor-588 .elementor-element.elementor-element-ad587f3 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-588 .elementor-element.elementor-element-613dedb{text-align:center;font-family:"Montserrat", Sans-serif;font-weight:400;text-transform:uppercase;color:#6C6C6C;}@media(max-width:767px){.elementor-588 .elementor-element.elementor-element-613dedb{font-size:12px;}}/* Start custom CSS for html, class: .elementor-element-14d6eb1 */.jobs-section {
  width: 100%;
  max-width: 100%;
  padding: 60px 20px;
  overflow-x: hidden;
  background: #ffffff;
  box-sizing: border-box;
  font-family: var(--e-global-typography-text-font-family), inherit;
}

.jobs-section *,
.jobs-section *::before,
.jobs-section *::after {
  box-sizing: border-box;
}

.jobs-intro {
  width: 100%;
  max-width: 780px;
  margin: 0 auto 40px;
  text-align: center;
}

.jobs-intro .eyebrow {
  display: block;
  margin: 0 0 12px;
  color: var(--e-global-color-primary);
  font-family:
    var(--e-global-typography-accent-font-family),
    var(--e-global-typography-text-font-family),
    inherit;
  font-size: 13px;
  font-weight: var(--e-global-typography-accent-font-weight, 700);
  line-height: 1.4;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.jobs-intro h1 {
  margin: 0 0 18px;
  color: #222222;
  font-family: var(--e-global-typography-primary-font-family), inherit;
  font-size: clamp(38px, 5vw, 64px);
  font-weight: var(--e-global-typography-primary-font-weight, 500);
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.jobs-intro p {
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
  color: #444444;
  font-family: var(--e-global-typography-text-font-family), inherit;
  font-size: 17px;
  font-weight: var(--e-global-typography-text-font-weight, 400);
  line-height: 1.6;
}

.jobs-frame {
  width: 100%;
  max-width: 1200px;
  min-width: 0;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  background: #ffffff;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.jobs-frame iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  height: 800px;
  margin: 0;
  padding: 0;
  background: #ffffff;
  border: 0;
  border-radius: 0;
}

.jobs-section noscript {
  display: block;
  width: 100%;
  max-width: 1200px;
  margin: 20px auto 0;
  text-align: center;
}

.jobs-section noscript p {
  margin: 0;
  color: #444444;
  font-family: var(--e-global-typography-text-font-family), inherit;
  font-size: 16px;
  font-weight: var(--e-global-typography-text-font-weight, 400);
  line-height: 1.5;
}

.jobs-section noscript a {
  color: var(--e-global-color-primary);
  font-family:
    var(--e-global-typography-accent-font-family),
    var(--e-global-typography-text-font-family),
    inherit;
  font-weight: var(--e-global-typography-accent-font-weight, 700);
  text-decoration: underline;
}

@media (max-width: 1024px) {
  .jobs-section {
    padding: 50px 16px;
  }

  .jobs-frame iframe {
    height: 850px;
  }
}

@media (max-width: 768px) {
  .jobs-section {
    padding: 40px 12px;
  }

  .jobs-intro {
    margin-bottom: 28px;
  }

  .jobs-intro h1 {
    font-size: 40px;
  }

  .jobs-intro p {
    font-size: 16px;
  }

  .jobs-frame {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }

  .jobs-frame iframe {
    width: 100%;
    max-width: 100%;
    height: 900px;
  }
}

@media (max-width: 480px) {
  .jobs-section {
    padding: 32px 8px;
  }

  .jobs-intro {
    padding: 0 8px;
  }

  .jobs-intro h1 {
    font-size: 34px;
  }

  .jobs-frame {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }

  .jobs-frame iframe {
    width: 100%;
    max-width: 100%;
    height: 850px;
  }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-613dedb */.custom-footer-links a {
    color: #808080; /* Grau */
    text-decoration: none; /* Entfernt die Unterstreichung */
}

.custom-footer-links a:hover {
    color: #555555; /* Dunkleres Grau beim Hover */
    text-decoration: underline; /* Unterstreicht den Link beim Hover */
}/* End custom CSS */