.elementor-kit-183{--e-global-color-primary:#00519E;--e-global-color-secondary:#001340;--e-global-color-text:#111111;--e-global-color-accent:#FFFFFF;--e-global-color-ae959d2:#6A6969;--e-global-color-05baf41:#828282;--e-global-color-2444156:#000000;--e-global-color-62f0169:#E7ECF2;--e-global-typography-primary-font-family:"Arial";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Arial";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Arial";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Arial";--e-global-typography-accent-font-weight:500;--e-global-typography-58df48e-font-family:"Alegreya";font-family:"Arial", Sans-serif;}.elementor-kit-183 e-page-transition{background-color:#FFBC7D;}.elementor-kit-183 a{font-family:"Arial", Sans-serif;}.elementor-kit-183 h1{font-family:"Arial", Sans-serif;}.elementor-kit-183 h2{font-family:"Arial", Sans-serif;}.elementor-kit-183 h3{font-family:"Arial", Sans-serif;}.elementor-kit-183 h4{font-family:"Arial", Sans-serif;}.elementor-kit-183 h6{font-family:"Arial", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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-header .site-branding .site-logo img{width:0px;max-width: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 */.card-wrapper {
    position: relative;
}

.card-wrapper .step-number {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-weight: 600;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    font-size: 0.9rem;
}


:root {
    --primary-color: #00519e;
    --secondary-color: #e5e7eb;
    --muted-gray: #637287;
    --bg-accent: #e7ecf2;
}

html {
    scroll-behavior: smooth;
}

/* Header */
.wp-site-blocks>header.wp-block-template-part {
    position: sticky;
    top: 0;
    /* am oberen Rand kleben */
    z-index: 1000;
    /* über dem Inhalt */
}

/* Falls du im WP-Admin eingeloggt bist: nicht unter die Admin-Bar schieben */
body.admin-bar .wp-site-blocks>header.wp-block-template-part {
    top: 32px;
}

@media (max-width: 782px) {
    body.admin-bar .wp-site-blocks>header.wp-block-template-part {
        top: 46px;
    }
}

/* Sicherstellen, dass der Header eine Hintergrundfarbe hat, damit nichts durchscheint */
.wp-site-blocks>header.wp-block-template-part .wp-block-group.alignfull {
    background: var(--wp--preset--color--custom-bg-grey-accent, #fff);
}

/* Menü-Overlay sicher oben halten (Mobilmenü) */
.wp-block-navigation__responsive-container {
    z-index: 1001;
}

.footer__list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer__list>li {
    margin: 0;
    padding: 0;
}

.equal-columns {
    align-items: stretch !important;
    /* sorgt für gleiche Höhe */
}

.equal-columns>.wp-block-column {
    display: flex;
    flex-direction: column;
}

.hero-section {
    height: 70vh;
}

/* JOBS */

/* WHY */
.card-why-wrapper {
    position: relative;
    display: inline-block;
    margin-bottom: 1rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-why-wrapper:hover {
    transform: scale(1.02);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

/* MITARBEITER */
.card-coworker-wrapper {
    position: relative;
    display: inline-block;
    margin-bottom: 1rem;
    border: 2px solid transparent;
    /* Platz reservieren */
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.card-coworker-wrapper:hover {
    transform: scale(1.02);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    border-color: var(--primary-color);
}

.coworker p.tight {
    margin-bottom: 0.4em;
    /* oder 0.25em, je nach gewünschtem Abstand */
}

.coworker p.tight:last-child {
    margin: 0;
    /* verhindert extra Abstand beim letzten Absatz */
}

/* VALUES */
.card-values-wrapper {
    position: relative;
    display: inline-block;
    margin-bottom: 1rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-values-wrapper:hover {
    transform: scale(1.08);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

/* BEWERBUNGEN */
/* Wrapper für Icon + Nummer */
.card-application-wrapper {
    position: relative;
    display: inline-block;
    margin-bottom: 1rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-application-wrapper:hover {
    transform: scale(1.08);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

/* Zahl-Kreis oben drüber */
.card-application-wrapper .step-number {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: #001340;
    color: #fff;
    font-weight: 600;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    font-size: 0.9rem;
}

.card-application-wrapper:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #e5e7eb;
}

/* FAQ */
.faq-accordion {
    border: 1px solid #e3e6eb;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
    margin-bottom: 8px;
}

/* Header */
.faq-accordion summary {
    cursor: pointer;
    font-weight: 600;
    padding: 1rem;
    transition: background 0.3s ease;
}

.faq-accordion summary:hover {
    background: #eef2ff;
}

/* Smooth Animation */
.faq-accordion p {
    max-height: 0;
    overflow: hidden;
    padding: 0 1rem;
    transition: max-height 0.3s ease, padding 0.3s ease;
}

/* Wenn geöffnet */
.faq-accordion[open] p {
    max-height: 300px;
    /* beliebig groß wählen */
    padding: 0 1rem 1rem 1rem;
}


/* UTILITIES */
.inline-label {
    display: inline-block;
}

/* FOOTER */
.wp-block-template-part {
    margin-top: 0px !important;
}

.ul-list {
    padding: 0px;
    list-style: none;
    line-height: 1;
}

.ul-list a {
    text-decoration: none;
}

.ul-list a:hover {
    text-decoration: underline;
}

.rss_link {
    display: none;
}

.showing_jobs {
    display: none;
}


/* --- RSS ausblenden --- */
.job_listings .showing_jobs,
.job_listings .showing_jobs .rss_link {
    display: none !important;
}

/* WP Job Manager – Bewerbungsbuttons */
.application_button.button,
.button.wp_job_manager_send_application_button {
    background-color: #00519E;
    color: #ffffff;
    border: none;
    border-radius: 0; /* optional: harte Kanten */
    padding: 12px 24px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.1s ease;
}

/* Hover / Focus */
.application_button.button:hover,
.button.wp_job_manager_send_application_button:hover,
.application_button.button:focus,
.button.wp_job_manager_send_application_button:focus {
    background-color: #003f78; /* leicht dunkler */
    color: #ffffff;
    outline: none;
}

/* Active (Klick) */
.application_button.button:active,
.button.wp_job_manager_send_application_button:active {
    transform: translateY(1px);
}

/* Agreement Checkbox – Link im Label */
.fieldset-agreement-checkbox label a {
    color: #00519E;
    text-decoration: underline;
}

/* Optional: Hover-State */
.fieldset-agreement-checkbox label a:hover {
    color: #003f78; /* leicht dunkler */
    text-decoration: underline;
}

/* START STYYLE JOB LISTING*/
/* =========================================
   WP JOB MANAGER – FILTERS
   Parent: .job_container
   ========================================= */

/* -----------------------------------------
   RESET: job_filters ohne Background
   ----------------------------------------- */
.job_container .job_listings>form.job_filters {
    background: none !important;
    background-color: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
    border: 0 !important;
}

/* =========================================
   SEARCH JOBS – Referenz: searchjob style done
   ========================================= */

/* Basis */
.job_container .search_jobs div.search_keywords,
.job_container .search_jobs div.search_location {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
}

/* -------------------------
   MOBILE (default) – UNVERÄNDERT
   ------------------------- */
.job_container .job_listings>form.job_filters>.search_jobs {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    gap: 12px;
    padding: 16px;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.06);
    margin-bottom: 16px;
}

.job_container .search_jobs .search_keywords {
    grid-row: 1;
}

.job_container .search_jobs .search_location {
    grid-row: 2;
}

.job_container .search_jobs .search_submit {
    grid-row: 3;
}

/* Labels */
.job_container .search_jobs label {
    display: block;
    margin-bottom: 6px;
    font-size: 14px;
    font-weight: 600;
    color: #0f172a;
}

/* Inputs */
.job_container .search_jobs input[type="text"] {
    width: 100%;
    min-height: 46px;
    padding: 12px 14px;
    font-size: 15px;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    background: #f8fafc;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.job_container .search_jobs input[type="text"]:focus {
    outline: none;
    background: #ffffff;
    border-color: #00519E;
    box-shadow: 0 0 0 3px rgba(0, 81, 158, 0.15);
}

/* Submit */
.job_container .search_jobs .search_submit input[type="submit"] {
    width: 100%;
    min-height: 46px;
    padding: 12px 16px;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 600;
    background: #00519E;
    color: #ffffff;
    border: none;
    cursor: pointer;
}

/* Clearfix kill */
.job_container .search_jobs>div[style*="clear"] {
    display: none !important;
}

/* -------------------------
   TABLET ≥ 768px – UNVERÄNDERT
   ------------------------- */
@media (min-width: 768px) {
    .job_container .job_listings>form.job_filters>.search_jobs {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto;
        gap: 14px;
        padding: 18px;
    }
}

/* -------------------------
   DESKTOP ≥ 1024px – GEWÜNSCHTES VERHALTEN
   1 ROW / 3 COLUMNS
   ------------------------- */
@media (min-width: 1024px) {
    .job_container .job_listings>form.job_filters>.search_jobs {
        display: grid;
        grid-template-columns: 1fr 1fr auto;
        grid-template-rows: 1fr;
        align-items: end;
    }

    .job_container .search_jobs .search_keywords {
        grid-column: 1;
        grid-row: 1;
    }

    .job_container .search_jobs .search_location {
        grid-column: 2;
        grid-row: 1;
    }

    .job_container .search_jobs .search_submit {
        grid-column: 3;
        grid-row: 1;
    }

    .job_container .search_jobs .search_submit input[type="submit"] {
        width: auto;
        padding: 12px 22px;
        white-space: nowrap;
    }
}


/* =========================================
   WP JOB MANAGER – JOB FILTERS
   Parent: .job_container
   Includes: form.job_filters + ul.job_types
   ========================================= */

/* job_filters: transparent (kein Background, keine Box) */
.job_container .job_listings>form.job_filters {
    background: none !important;
    background-color: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
    border: 0 !important;
}

/* =========================================
   JOB TYPES – UNVERÄNDERT (wie zuletzt)
   ========================================= */

/* Base reset */
.job_container .job_listings>form.job_filters>ul.job_types {
    list-style: none;
    margin: 0 0 16px;
    padding: 0;
    background: none !important;
    border: 0 !important;
}

/* li neutral */
.job_container .job_listings>form.job_filters>ul.job_types li {
    padding: 0 !important;
    border: 0 !important;
    border-right: 0 !important;
    background: none !important;
    grid-column: auto;
    grid-row: auto;
}

/* Chip */
.job_container .job_listings>form.job_filters>ul.job_types li label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    min-height: 44px;
    padding: 10px 14px;
    border-radius: 999px;
    border: 1px solid #e2e8f0;
    background: #ffffff;
    color: #0f172a;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    user-select: none;
    transition:
        background-color 0.2s ease,
        border-color 0.2s ease,
        box-shadow 0.2s ease,
        transform 0.1s ease;
}

/* Checkbox hide */
.job_container .job_listings>form.job_filters>ul.job_types li input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

/* Hover */
.job_container .job_listings>form.job_filters>ul.job_types li label:hover {
    border-color: #cbd5e1;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
    transform: translateY(-1px);
}

/* Checked (CI #00519E) */
.job_container .job_listings>form.job_filters>ul.job_types li label:has(input[type="checkbox"]:checked) {
    background: #00519E;
    border-color: #00519E;
    color: #ffffff;
    box-shadow: 0 10px 24px rgba(0, 81, 158, 0.22);
}

/* Focus */
.job_container .job_listings>form.job_filters>ul.job_types li label:has(input[type="checkbox"]:focus-visible) {
    box-shadow: 0 0 0 3px rgba(0, 81, 158, 0.18);
    border-color: #00519E;
}

/* Mobile */
@media (max-width: 480px) {
    .job_container .job_listings>form.job_filters>ul.job_types {
        display: grid;
        grid-template-columns: 1fr;
        grid-auto-flow: row;
        gap: 10px;
    }
}

/* Tablet */
@media (min-width: 481px) and (max-width: 1023px) {
    .job_container .job_listings>form.job_filters>ul.job_types {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-auto-flow: row;
        gap: 12px;
    }

    /* Garantie: erstes Element links oben */
    .job_container .job_listings>form.job_filters>ul.job_types li:first-child {
        grid-column: 1;
    }
}

/* Desktop */
@media (min-width: 1024px) {
    .job_container .job_listings>form.job_filters>ul.job_types {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
        margin-bottom: 20px;
    }

    .job_container .job_listings>form.job_filters>ul.job_types li label {
        width: auto;
    }
}

/* =========================================
   WP JOB MANAGER – JOB LISTINGS (KACHELN) – TEXT ONLY
   Requirement:
   - Remove image completely
   - Card contains:
     1) .position (title)
     2) below: location + job-type next to each other
   - Grid: Mobile 1 col | Tablet 2 col | Desktop 2 col
   - Cards equal height
   - Must override global meta-reset (height:0) so job-type is visible
   CI: #00519E
   Parent: .job_container
   ========================================= */

/* -----------------------------------------
   RESET DEFAULT SEPARATORS
   ----------------------------------------- */
.job_container .job_listings>ul.job_listings {
    border-top: 0 !important;
}

.job_container .job_listings>ul.job_listings::before,
.job_container .job_listings>ul.job_listings::after {
    content: none !important;
}

/* -----------------------------------------
   GRID (LIST OF CARDS)
   ----------------------------------------- */
.job_container .job_listings>ul.job_listings {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;

    display: grid !important;
    grid-template-columns: 1fr;
    /* mobile */
    gap: 14px;

    align-items: stretch;
    /* equal height rows */
}

/* Tablet: 2 columns */
@media (min-width: 768px) {
    .job_container .job_listings>ul.job_listings {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
    }
}

/* Desktop: 2 columns */
@media (min-width: 1024px) {
    .job_container .job_listings>ul.job_listings {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
    }
}

/* -----------------------------------------
   LI RESET
   ----------------------------------------- */
.job_container .job_listings>ul.job_listings>li.job_listing {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    float: none !important;
    width: auto !important;

    display: flex;
    height: 100%;
}

.job_container .job_listings>ul.job_listings>li.job_listing::before,
.job_container .job_listings>ul.job_listings>li.job_listing::after {
    content: none !important;
}

/* -----------------------------------------
   CARD (ANCHOR) – TEXT ONLY
   ----------------------------------------- */
.job_container .job_listings>ul.job_listings>li.job_listing>a {
    width: 100%;
    height: 100%;
    min-height: 150px;
    /* consistent cards */

    display: grid !important;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    grid-template-areas:
        "title"
        "row";
    gap: 10px;

    padding: 16px;
    border-radius: 16px;
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.06);

    text-decoration: none !important;
    color: inherit !important;

    overflow: hidden;
    transition: transform 0.12s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.job_container .job_listings>ul.job_listings>li.job_listing>a:hover {
    border-color: #cbd5e1 !important;
    box-shadow: 0 12px 34px rgba(0, 0, 0, 0.10);
    transform: translateY(-2px);
}

.job_container .job_listings>ul.job_listings>li.job_listing>a:focus-visible {
    outline: none !important;
    border-color: #00519E !important;
    box-shadow: 0 0 0 3px rgba(0, 81, 158, 0.18), 0 12px 34px rgba(0, 0, 0, 0.10);
}

/* -----------------------------------------
   REMOVE IMAGE COMPLETELY
   ----------------------------------------- */
.job_container .job_listings>ul.job_listings>li.job_listing>a>img.company_logo {
    display: none !important;
}

/* -----------------------------------------
   TITLE (.position)
   ----------------------------------------- */
.job_container .job_listings>ul.job_listings>li.job_listing>a>.position {
    grid-area: title;
    min-width: 0;
}

/* Override WPJM padding */
.job_container ul.job_listings li.job_listing a div.position,
.job_container ul.job_listings li.no_job_listings_found a div.position {
    padding: 0 !important;
}

.job_container .job_listings>ul.job_listings>li.job_listing .position h3 {
    margin: 0 !important;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.25;
    color: #0f172a;
}

/* Hide empty company */
.job_container ul.job_listings li.job_listing .position .company:empty {
    display: none !important;
}

/* -----------------------------------------
   ROW UNDER TITLE: LOCATION + JOB TYPE (SIDE BY SIDE)
   ----------------------------------------- */

/* Location (left) */
.job_container .job_listings>ul.job_listings>li.job_listing>a>.location {
    grid-area: row;

    display: inline-flex;
    align-items: center;
    gap: 8px;

    font-size: 13px;
    color: #475569;
    line-height: 1.35;

    margin: 0 !important;
    padding: 0 !important;
}

/* Location icon */
.job_container .job_listings>ul.job_listings>li.job_listing>a>.location::before {
    content: "📍";
    font-size: 14px;
    line-height: 1;
}

/* Meta container should align right on the same row */
.job_container .job_listings>ul.job_listings>li.job_listing>a>ul.meta {
    grid-area: row;

    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: none !important;

    display: flex !important;
    align-items: center;
    gap: 10px;

    justify-self: end;
    align-self: center;
}

/* Reset meta li */
.job_container .job_listings>ul.job_listings>li.job_listing>a>ul.meta>li {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: none !important;
}

/* Job type badge */
.job_container .job_listings>ul.job_listings>li.job_listing>a>ul.meta>li.job-type {
    display: inline-flex !important;
    align-items: center;
    gap: 6px;

    padding: 6px 10px !important;
    border-radius: 999px !important;

    font-size: 12px;
    font-weight: 800;

    background: rgba(0, 81, 158, 0.10) !important;
    color: #00519E !important;
    white-space: nowrap;
}

.job_container .job_listings>ul.job_listings>li.job_listing>a>ul.meta>li.job-type::before {
    content: "💼";
    font-size: 13px;
    line-height: 1;
}

/* -----------------------------------------
   IMPORTANT: OVERRIDE GLOBAL META-RESET (height:0)
   so job-type can be visible
   ----------------------------------------- */

/* Re-enable meta container for our cards */
.job_container ul.job_listings li.job_listing>a>ul.meta {
    height: auto !important;
    visibility: visible !important;
}

/* Ensure job-type is visible even if other rules set height:0 */
.job_container ul.job_listings li.job_listing>a>ul.meta>li.job-type {
    display: inline-flex !important;
    visibility: visible !important;
    height: auto !important;
    margin: 0 !important;
    padding: 6px 10px !important;
}

/* Keep other meta items hidden (date etc.) */
.job_container ul.job_listings li.job_listing>a>ul.meta>li:not(.job-type) {
    display: none !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* -----------------------------------------
   Mobile: avoid squeeze; allow wrapping and align right to left
   ----------------------------------------- */
@media (max-width: 480px) {
    .job_container .job_listings>ul.job_listings>li.job_listing>a {
        min-height: 140px;
    }

    .job_container .job_listings>ul.job_listings>li.job_listing>a>ul.meta {
        flex-wrap: wrap;
    }
}

/* ENDE STYLE JOB LISTING */

/* START STYLE UTILITIES */
.no-wrap-text {
    white-space: nowrap;
}

.job_types {
    display: none !important;
}/* End custom CSS */