/* =====================================================================
   Karriere — page 160266 (jobs2) skin. Loaded only on that page.
   Mirrors the "GMG Karriere" mockup while keeping Uncode header/footer.
   Everything is scoped under body.page-id-160266 to avoid leaking site-wide.
   ===================================================================== */

body.page-id-160266 {
	--gmg-red: #E30613;
	--gmg-ink: #0B0B0C;
	--gmg-dark-card: #141417;
	--gmg-dark-border: #26262A;
	--gmg-light-card: #F4F3F1;
	--gmg-light-border: #E6E4E0;
	--gmg-input-border: #DAD8D4;
	--gmg-muted: #8A8A8E;
	--gmg-font: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* ---------- Uncode overrides ---------- */
/* Kill Uncode default inner padding so our sections control spacing. */
.page-id-160266 .gmg-k-hero .uncode_text_column,
.page-id-160266 .gmg-k-intro .uncode_text_column,
.page-id-160266 .gmg-k-stellen .uncode_text_column,
.page-id-160266 .gmg-k-warum .uncode_text_column,
.page-id-160266 .gmg-k-bewerbung .uncode_text_column,
.page-id-160266 .gmg-k-faq .uncode_text_column,
.page-id-160266 .gmg-k-cta .uncode_text_column,
.page-id-160266 .gmg-k-wave .uncode_text_column { margin: 0; }

/* Section vertical rhythm — override Uncode's row padding presets to match the mockup.
   (Uncode renders top/bottom padding on the inner `.row` of each `el_class` container.) */
.page-id-160266 .gmg-k-intro > .row     { padding-top: 130px !important; padding-bottom: 130px !important; }
.page-id-160266 .gmg-k-stellen > .row   { padding-top: 120px !important; padding-bottom: 120px !important; }
.page-id-160266 .gmg-k-warum > .row     { padding-top: 130px !important; padding-bottom: 130px !important; }
.page-id-160266 .gmg-k-bewerbung > .row { padding-top: 130px !important; padding-bottom: 130px !important; }
.page-id-160266 .gmg-k-faq > .row       { padding-top: 120px !important; padding-bottom: 120px !important; }
.page-id-160266 .gmg-k-cta > .row       { padding-top: 100px !important; padding-bottom: 70px  !important; }

/* Constrain + centre inner content to the mockup's 1280px measure. */
.page-id-160266 .gmg-k-intro__grid,
.page-id-160266 .gmg-k-stellen__head,
.page-id-160266 .gmg-k-jobs,
.page-id-160266 .gmg-k-jobs__empty,
.page-id-160266 .gmg-k-warum__head,
.page-id-160266 .gmg-k-benefits,
.page-id-160266 .gmg-k-photos,
.page-id-160266 .gmg-k-cta__inner {
	max-width: 1280px; margin-left: auto; margin-right: auto;
}
.page-id-160266 .gmg-k-bewerbung__wrap { max-width: 920px; margin-left: auto; margin-right: auto; }

/* wpautop wraps our inline HTML runs in <p> at render time; make those injected
   wrappers transparent so grid/flow children lay out as authored (and empty
   ones collapse). Only target containers that authored NO <p> of their own. */
.page-id-160266 .gmg-k-form > p,
.page-id-160266 .gmg-k-form__row > p,
.page-id-160266 .gmg-k-stellen__intro > p,
.page-id-160266 .gmg-k-job > p,
.page-id-160266 .gmg-k-job__head > p,
.page-id-160266 .gmg-k-warum__head > p,
.page-id-160266 .gmg-k-cta__inner > p,
.page-id-160266 .gmg-k-faq__head > p,
.page-id-160266 .gmg-k-intro__grid > p,
.page-id-160266 .gmg-k-benefits > p,
.page-id-160266 .gmg-k-photos > p,
.page-id-160266 .gmg-k-faq__list > p,
.page-id-160266 .gmg-k-faq__item > p,
.page-id-160266 .gmg-k-drop__inputs > p { display: contents; }
.page-id-160266 .gmg-k-faq__head,
.page-id-160266 .gmg-k-faq__list { max-width: 980px; margin-left: auto; margin-right: auto; }

/* Base font + em → italic look inside our blocks. */
.page-id-160266 .gmg-k-hero,
.page-id-160266 .gmg-k-intro,
.page-id-160266 .gmg-k-stellen,
.page-id-160266 .gmg-k-warum,
.page-id-160266 .gmg-k-bewerbung,
.page-id-160266 .gmg-k-faq,
.page-id-160266 .gmg-k-cta { font-family: var(--gmg-font); }
.page-id-160266 .gmg-k-hero em,
.page-id-160266 .gmg-k-intro em,
.page-id-160266 .gmg-k-stellen em,
.page-id-160266 .gmg-k-warum em,
.page-id-160266 .gmg-k-bewerbung em,
.page-id-160266 .gmg-k-faq em,
.page-id-160266 .gmg-k-cta em { font-style: italic; font-weight: 500; }
.page-id-160266 .gmg-k-hero__h em,
.page-id-160266 .gmg-k-warum__h em,
.page-id-160266 .gmg-k-cta__h em { color: var(--gmg-red); }

/* ---------- reveal ---------- */
.page-id-160266 [data-reveal] {
	opacity: 0; transform: translateY(28px);
	transition: opacity .8s cubic-bezier(.22,1,.36,1), transform .8s cubic-bezier(.22,1,.36,1);
}
.page-id-160266 [data-reveal].in { opacity: 1; transform: none; }

/* ---------- keyframes ---------- */
@keyframes gmgpulse { 0%,100% { opacity: .5 } 50% { opacity: 1 } }
@keyframes wavemove { 0% { background-position: 0% 50% } 100% { background-position: 220% 50% } }

/* ---------- shared bits ---------- */
.page-id-160266 .gmg-k-eyebrow {
	font-size: 12px; text-transform: uppercase; letter-spacing: .2em;
	color: var(--gmg-red); font-weight: 600;
}
.page-id-160266 .gmg-k-eyebrow--light {
	display: flex; align-items: center; gap: 12px;
	letter-spacing: .22em; color: rgba(255,255,255,.7); font-weight: 400;
}
.page-id-160266 .gmg-k-dot {
	width: 7px; height: 7px; border-radius: 50%; background: var(--gmg-red);
	display: inline-block; flex: 0 0 auto; animation: gmgpulse 2.4s infinite;
}

.page-id-160266 .gmg-k-btn {
	display: inline-flex; align-items: center; justify-content: center;
	padding: 17px 34px; border-radius: 100px;
	font-size: 13.5px; font-weight: 600; letter-spacing: .04em; text-transform: uppercase;
	font-family: var(--gmg-font); line-height: 1; cursor: pointer; border: 1px solid var(--gmg-red);
	background: var(--gmg-red); color: #fff;
	transition: transform .2s, background .2s, color .2s, border-color .2s;
}
/* Keep the label WHITE on hover. Uncode's `.style-dark a:not(.btn-text-skin):hover`
   rule (these buttons sit in dark sections) otherwise recolours the text accent-red
   — which on the red-filled button is red-on-red (invisible) and on the ghost button
   turns the label red. `!important` beats that theme rule regardless of specificity. */
.page-id-160266 .gmg-k-btn:hover,
.page-id-160266 .gmg-k-btn:focus { color: #fff !important; transform: translateY(-2px); }
.page-id-160266 .gmg-k-btn--ghost {
	background: transparent; color: #fff; border: 1px solid rgba(255,255,255,.32);
}
.page-id-160266 .gmg-k-btn--ghost:hover,
.page-id-160266 .gmg-k-btn--ghost:focus { border-color: #fff; color: #fff !important; }
.page-id-160266 .gmg-k-btn--dark {
	background: var(--gmg-ink); color: #fff; border: 1px solid var(--gmg-ink);
	padding: 15px 30px; font-size: 12.5px;
}
.page-id-160266 .gmg-k-btn--dark:hover,
.page-id-160266 .gmg-k-btn--dark:focus { color: #fff !important; }

/* ===================== HERO ===================== */
.page-id-160266 .gmg-k-hero { position: relative; overflow: hidden; }
.page-id-160266 .gmg-k-hero > .row {
	position: relative; min-height: 100vh; overflow: hidden;
	display: flex; align-items: center;
	padding-top: 0 !important; padding-bottom: 0 !important;
}
/* Neutralise Uncode's relative-positioned wrappers so the video anchors to the
   whole hero section (not just the inner text column) and fills its full height. */
.page-id-160266 .gmg-k-hero .row-inner,
.page-id-160266 .gmg-k-hero .wpb_column,
.page-id-160266 .gmg-k-hero .uncol,
.page-id-160266 .gmg-k-hero .uncoltable,
.page-id-160266 .gmg-k-hero .uncell,
.page-id-160266 .gmg-k-hero .uncont,
.page-id-160266 .gmg-k-hero .uncode_text_column,
.page-id-160266 .gmg-k-hero__col { position: static !important; }
.page-id-160266 .gmg-k-hero .wpb_column,
.page-id-160266 .gmg-k-hero .uncell,
.page-id-160266 .gmg-k-hero .uncont,
.page-id-160266 .gmg-k-hero .uncode_text_column,
.page-id-160266 .gmg-k-hero__col { width: 100%; }

.page-id-160266 .gmg-k-hero__video {
	position: absolute; inset: 0; width: 100%; height: 100%;
	object-fit: cover; opacity: .85; display: block; z-index: 0;
}
.page-id-160266 .gmg-k-hero__overlay {
	position: absolute; inset: 0; z-index: 1;
	background: linear-gradient(180deg, rgba(11,11,12,.4) 0%, rgba(11,11,12,.18) 42%, rgba(11,11,12,.88) 100%);
}
.page-id-160266 .gmg-k-hero__inner {
	position: relative; z-index: 2; max-width: 1280px;
	margin: 0 auto; padding: 120px 28px 70px; width: 100%;
}
.page-id-160266 .gmg-k-hero__inner .gmg-k-eyebrow--light { margin-bottom: 26px; }
.page-id-160266 .gmg-k-hero__h {
	font-family: var(--gmg-font);
	font-size: clamp(56px,8vw,118px); line-height: .96; font-weight: 700;
	/* 18ch, not 14: the red half is a whole sentence ("Good people only.") since the
	   2026-07-24 Relaunch headline rule — white first sentence, red second. */
	letter-spacing: -.03em; color: #fff; margin: 0; max-width: 18ch;
}
.page-id-160266 .gmg-k-hero__lead {
	margin: 30px 0 0; max-width: 60ch; font-size: clamp(16px,1.7vw,19px);
	line-height: 1.65; color: rgba(255,255,255,.78); font-weight: 300;
}
.page-id-160266 .gmg-k-hero__cta { margin-top: 40px; display: flex; flex-wrap: wrap; gap: 14px; }

.page-id-160266 .gmg-k-stats {
	margin-top: 64px; display: flex; flex-wrap: wrap; gap: 48px;
	border-top: 1px solid rgba(255,255,255,.14); padding-top: 30px;
}
.page-id-160266 .gmg-k-stat__n {
	font-size: 34px; font-weight: 700; color: #fff; letter-spacing: -.02em; line-height: 1.1;
}
.page-id-160266 .gmg-k-stat__l {
	font-size: 13px; color: rgba(255,255,255,.6); margin-top: 2px;
}

/* ===================== INTRO (hell) ===================== */
.page-id-160266 .gmg-k-intro { background: #fff; }
.page-id-160266 .gmg-k-intro__grid {
	display: grid; grid-template-columns: repeat(auto-fit, minmax(300px,1fr));
	gap: 60px; align-items: start; padding: 0 28px;
}
.page-id-160266 .gmg-k-intro .gmg-k-eyebrow { display: block; margin-bottom: 22px; }
.page-id-160266 .gmg-k-intro__h {
	font-size: clamp(34px,4.4vw,58px); line-height: 1.04; font-weight: 700;
	letter-spacing: -.025em; color: var(--gmg-ink); margin: 0;
}
.page-id-160266 .gmg-k-intro__body { padding-top: 8px; }
.page-id-160266 .gmg-k-intro__body p {
	font-size: 18px; line-height: 1.7; color: #3A3A3D; font-weight: 300; margin: 0;
}
.page-id-160266 .gmg-k-intro__body p + p { margin-top: 22px; }

/* ===================== STELLEN ===================== */
.page-id-160266 .gmg-k-stellen { background: var(--gmg-light-card); border-top: 1px solid var(--gmg-light-border); }
.page-id-160266 .gmg-k-stellen__head {
	display: flex; flex-wrap: wrap; justify-content: space-between; align-items: end;
	gap: 24px; margin-bottom: 46px; padding: 0 28px;
}
.page-id-160266 .gmg-k-stellen .gmg-k-eyebrow { display: block; margin-bottom: 18px; }
.page-id-160266 .gmg-k-stellen__h {
	font-size: clamp(34px,4.4vw,56px); line-height: 1.04; font-weight: 700;
	letter-spacing: -.025em; color: var(--gmg-ink); margin: 0;
}
.page-id-160266 .gmg-k-filters { display: flex; flex-wrap: wrap; gap: 10px; }
.page-id-160266 .gmg-k-pill {
	background: transparent; color: var(--gmg-ink);
	border: 1px solid var(--gmg-input-border); padding: 10px 20px; border-radius: 100px;
	font-size: 13px; font-weight: 600; font-family: var(--gmg-font); cursor: pointer;
	transition: all .25s;
}
.page-id-160266 .gmg-k-pill.is-active { background: var(--gmg-ink); color: #fff; border-color: var(--gmg-ink); }

.page-id-160266 .gmg-k-jobs { display: flex; flex-direction: column; gap: 14px; padding: 0 28px; }

.page-id-160266 .gmg-k-job {
	background: #fff; border: 1px solid var(--gmg-light-border); border-radius: 6px;
	overflow: hidden; transition: border-color .3s, box-shadow .3s;
}
.page-id-160266 .gmg-k-job.is-open { border-color: var(--gmg-ink); }
.page-id-160266 .gmg-k-job[hidden] { display: none; }
.page-id-160266 .gmg-k-job__head {
	width: 100%; text-align: left; background: none; border: none; cursor: pointer;
	padding: 30px 34px; display: flex; align-items: center; gap: 24px; flex-wrap: wrap;
	font-family: var(--gmg-font);
}
.page-id-160266 .gmg-k-job__meta {
	flex: 1 1 100%;
	display: flex; align-items: center; gap: 12px; flex-wrap: wrap; margin-bottom: 12px;
}
.page-id-160266 .gmg-k-job__num {
	font-size: 11px; font-weight: 700; letter-spacing: .16em; color: var(--gmg-red);
}
.page-id-160266 .gmg-k-chip {
	font-size: 11px; text-transform: uppercase; letter-spacing: .12em; color: var(--gmg-muted);
	border: 1px solid var(--gmg-light-border); border-radius: 100px; padding: 4px 11px;
}
.page-id-160266 .gmg-k-job__title {
	flex: 1 1 auto; min-width: 0;
	font-size: clamp(23px,2.6vw,32px); font-weight: 700; letter-spacing: -.02em;
	line-height: 1.1; margin: 0; color: var(--gmg-ink);
}
.page-id-160266 .gmg-k-job__icon {
	flex: 0 0 auto; width: 44px; height: 44px; border-radius: 50%;
	border: 1px solid var(--gmg-input-border); background: transparent; color: var(--gmg-ink);
	display: flex; align-items: center; justify-content: center;
	font-size: 24px; font-weight: 300; transition: all .3s;
}
.page-id-160266 .gmg-k-job.is-open .gmg-k-job__icon {
	background: var(--gmg-ink); color: #fff; border-color: var(--gmg-ink);
}

.page-id-160266 .gmg-k-job__body { padding: 0 34px 36px; }
.page-id-160266 .gmg-k-job__body[hidden] { display: none; }
.page-id-160266 .gmg-k-job.is-open .gmg-k-job__body { display: block; }
.page-id-160266 .gmg-k-job__summary {
	font-size: 17px; line-height: 1.65; color: #3A3A3D; font-weight: 300;
	max-width: 75ch; margin: 0 0 32px; border-top: 1px solid #EFEDEA; padding-top: 28px;
}
.page-id-160266 .gmg-k-job__cols {
	display: grid; grid-template-columns: repeat(auto-fit, minmax(220px,1fr)); gap: 36px;
}
.page-id-160266 .gmg-k-job__label {
	font-size: 12px; text-transform: uppercase; letter-spacing: .14em;
	font-weight: 700; margin-bottom: 16px; color: var(--gmg-ink);
}
.page-id-160266 .gmg-k-job__cols ul {
	list-style: none; margin: 0; padding: 0;
	display: flex; flex-direction: column; gap: 11px;
}
.page-id-160266 .gmg-k-job__cols li {
	font-size: 15px; line-height: 1.55; color: #3A3A3D; display: flex; gap: 11px;
}
.page-id-160266 .gmg-k-dash { color: var(--gmg-red); flex: 0 0 auto; }
.page-id-160266 .gmg-k-job__body .gmg-k-btn--dark { margin-top: 34px; }

.page-id-160266 .gmg-k-jobs__empty {
	text-align: center; color: var(--gmg-muted); padding: 40px 28px; font-size: 16px;
}
.page-id-160266 .gmg-k-jobs__empty[hidden] { display: none; }

/* ===================== WARUM GMG (dunkel) ===================== */
.page-id-160266 .gmg-k-warum { background: var(--gmg-ink); color: #fff; }
.page-id-160266 .gmg-k-warum__head { margin-bottom: 64px; }
.page-id-160266 .gmg-k-warum__h { max-width: 780px; }
.page-id-160266 .gmg-k-warum .gmg-k-eyebrow { display: block; margin-bottom: 22px; }
.page-id-160266 .gmg-k-warum__h {
	font-size: clamp(34px,4.6vw,60px); line-height: 1.03; font-weight: 700;
	letter-spacing: -.025em; color: #fff; margin: 0;
}
.page-id-160266 .gmg-k-benefits {
	display: grid; grid-template-columns: repeat(auto-fit, minmax(280px,1fr));
	gap: 24px; margin-bottom: 64px; padding: 0 28px;
}
.page-id-160266 .gmg-k-benefit { border-top: 2px solid var(--gmg-red); padding-top: 24px; }
.page-id-160266 .gmg-k-benefit__num {
	font-size: 13px; font-weight: 700; letter-spacing: .14em; color: rgba(255,255,255,.4);
}
.page-id-160266 .gmg-k-benefit__title {
	font-size: 22px; font-weight: 600; letter-spacing: -.01em; margin: 14px 0 12px; color: #fff;
}
.page-id-160266 .gmg-k-benefit__text {
	font-size: 15.5px; line-height: 1.6; color: rgba(255,255,255,.66); font-weight: 300; margin: 0;
}
.page-id-160266 .gmg-k-photos {
	display: grid; grid-template-columns: repeat(auto-fit, minmax(280px,1fr));
	gap: 24px; padding: 0 28px;
}
/* Kachel = Rahmen, das Motiv liegt als <img> darin — wie in `gmg-k-einblicke`.
   Gegenueber dem frueheren background-image bringt das den alt-Text, srcset und
   feste width/height gegen Layout-Sprünge. `background-color` bleibt als
   Platzhalter, bis das Bild dekodiert ist. `margin:0`, weil <figure> im
   Browser-Stylesheet eigene Aussenabstaende mitbringt. */
.page-id-160266 .gmg-k-photo {
	aspect-ratio: 4/5; border-radius: 6px; background-color: #16161A;
	overflow: hidden; margin: 0;
}
.page-id-160266 .gmg-k-photo img {
	display: block; width: 100%; height: 100%;
	object-fit: cover; object-position: center;
}

/* ===================== BEWERBUNG ===================== */
.page-id-160266 .gmg-k-bewerbung { background: #fff; border-top: 1px solid var(--gmg-light-border); }
.page-id-160266 .gmg-k-bewerbung__wrap { padding: 0 28px; }
.page-id-160266 .gmg-k-bewerbung__head { text-align: center; margin-bottom: 54px; }
.page-id-160266 .gmg-k-bewerbung .gmg-k-eyebrow { display: block; margin-bottom: 20px; }
.page-id-160266 .gmg-k-bewerbung__h {
	font-size: clamp(38px,5vw,64px); line-height: 1.02; font-weight: 700;
	letter-spacing: -.025em; color: var(--gmg-ink); margin: 0;
}
.page-id-160266 .gmg-k-bewerbung__lead {
	font-size: 17px; line-height: 1.65; color: #3A3A3D; font-weight: 300;
	max-width: 54ch; margin: 22px auto 0;
}
.page-id-160266 .gmg-k-bewerbung__card {
	background: var(--gmg-light-card); border: 1px solid var(--gmg-light-border);
	border-radius: 10px; padding: clamp(28px,4vw,52px);
}

/* ----- CF7 form ----- */
.page-id-160266 .gmg-k-form { display: block; }
.page-id-160266 .gmg-k-form__row {
	display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 22px;
}
.page-id-160266 .gmg-k-form > .gmg-k-form__row:first-child { margin-top: 0; }
.page-id-160266 .gmg-k-field { display: block; margin-top: 22px; }
.page-id-160266 .gmg-k-form__row .gmg-k-field { margin-top: 0; }
.page-id-160266 .gmg-k-form > .gmg-k-field:first-child { margin-top: 0; }
.page-id-160266 .gmg-k-label {
	display: block; font-size: 12.5px; font-weight: 600; letter-spacing: .02em;
	margin-bottom: 9px; color: var(--gmg-ink);
}
.page-id-160266 .gmg-k-label b { color: var(--gmg-red); font-weight: 600; }
.page-id-160266 .gmg-k-muted { font-weight: 400; color: var(--gmg-muted); }

.page-id-160266 .gmg-k-form .wpcf7-form-control-wrap { display: block; }
.page-id-160266 .gmg-k-form input[type=text],
.page-id-160266 .gmg-k-form input[type=email],
.page-id-160266 .gmg-k-form input[type=tel],
.page-id-160266 .gmg-k-form input[type=date],
.page-id-160266 .gmg-k-form input[type=number],
.page-id-160266 .gmg-k-form select,
.page-id-160266 .gmg-k-form textarea {
	width: 100%; background: #fff; border: 1px solid var(--gmg-input-border);
	border-radius: 6px; padding: 14px 15px; font-size: 15px; color: var(--gmg-ink);
	font-family: var(--gmg-font); line-height: 1.5;
}
.page-id-160266 .gmg-k-form input[type=date] { padding: 13px 15px; }
.page-id-160266 .gmg-k-form textarea { min-height: 120px; line-height: 1.6; resize: vertical; }
.page-id-160266 .gmg-k-form input:focus,
.page-id-160266 .gmg-k-form select:focus,
.page-id-160266 .gmg-k-form textarea:focus { outline: none; border-color: var(--gmg-ink); }
.page-id-160266 .gmg-k-form input::placeholder,
.page-id-160266 .gmg-k-form textarea::placeholder { color: #A3A3A6; }

/* Validation states */
.page-id-160266 .gmg-k-form .wpcf7-not-valid { border-color: var(--gmg-red) !important; }
.page-id-160266 .gmg-k-form .wpcf7-not-valid-tip {
	color: var(--gmg-red); font-size: 12.5px; margin-top: 7px; font-weight: 400;
}
.page-id-160266 .gmg-k-form .wpcf7-spinner { margin: 12px auto 0; display: block; }
/* We surface success via the .gmg-k-danke panel (JS, later) — hide CF7's own output. */
.page-id-160266 .gmg-k-form .wpcf7-response-output { display: none !important; }

/* ----- dropzone ----- */
.page-id-160266 .gmg-k-drop { margin-top: 22px; }
.page-id-160266 .gmg-k-drop > .gmg-k-label { margin-bottom: 9px; }
.page-id-160266 .gmg-k-drop__zone {
	border: 2px dashed #C9C7C2; background: #fff; border-radius: 8px;
	padding: 38px 20px; text-align: center; cursor: pointer; transition: all .25s;
}
.page-id-160266 .gmg-k-drop__zone.is-drag {
	border-color: var(--gmg-red); background: rgba(227,6,19,.04);
}
.page-id-160266 .gmg-k-drop__hint { font-size: 15px; font-weight: 600; color: var(--gmg-ink); }
.page-id-160266 .gmg-k-drop__hint span { color: var(--gmg-red); }
.page-id-160266 .gmg-k-drop__note { font-size: 12.5px; color: var(--gmg-muted); margin-top: 6px; }
.page-id-160266 .gmg-k-drop__inputs {
	margin-top: 16px; display: flex; flex-wrap: wrap; gap: 10px; justify-content: center;
}
.page-id-160266 .gmg-k-drop__inputs .wpcf7-form-control-wrap { display: inline-block; }
.page-id-160266 .gmg-k-drop__inputs input[type=file] {
	font-size: 13px; color: var(--gmg-muted); max-width: 100%;
}
/* Chosen-file chips rendered by karriere.js */
.page-id-160266 .gmg-k-drop__list {
	margin-top: 14px; display: flex; flex-direction: column; gap: 8px;
}
.page-id-160266 .gmg-k-drop__chip {
	display: flex; align-items: center; justify-content: space-between; gap: 12px;
	background: #fff; border: 1px solid var(--gmg-light-border);
	border-radius: 6px; padding: 11px 15px;
}
.page-id-160266 .gmg-k-drop__chip-name {
	font-size: 14px; color: var(--gmg-ink);
	overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.page-id-160266 .gmg-k-drop__chip-x {
	flex: 0 0 auto; background: none; border: none; cursor: pointer;
	color: var(--gmg-muted); font-size: 18px; line-height: 1; padding: 0 4px;
}
.page-id-160266 .gmg-k-drop__chip-x:hover { color: var(--gmg-red); }

/* ----- consent ----- */
.page-id-160266 .gmg-k-consent {
	display: flex; gap: 13px; align-items: flex-start; margin-top: 28px;
	font-size: 14px; line-height: 1.55; color: #3A3A3D;
}
.page-id-160266 .gmg-k-consent .wpcf7-form-control-wrap { display: inline; }
.page-id-160266 .gmg-k-consent input[type=checkbox] {
	width: 20px; height: 20px; flex: 0 0 auto; margin-top: 2px;
	accent-color: var(--gmg-red); cursor: pointer;
}
.page-id-160266 .gmg-k-consent b { color: var(--gmg-red); font-weight: 600; }
.page-id-160266 .gmg-k-consent a { color: var(--gmg-red); text-decoration: underline; }
/* CF7 renders the checkbox label inside a wrapping <label>; keep it inline & aligned. */
.page-id-160266 .gmg-k-consent .wpcf7-list-item { margin: 0; display: inline; }
.page-id-160266 .gmg-k-consent .wpcf7-list-item-label { font-weight: 400; }

/* ----- submit ----- */
.page-id-160266 .gmg-k-form .gmg-k-submit,
.page-id-160266 .gmg-k-form input.gmg-k-submit {
	margin-top: 32px; width: 100%; background: var(--gmg-red); color: #fff;
	padding: 19px; border-radius: 100px; font-size: 14px; font-weight: 600;
	letter-spacing: .04em; text-transform: uppercase; border: none; cursor: pointer;
	font-family: var(--gmg-font); transition: transform .2s, opacity .2s;
}
.page-id-160266 .gmg-k-form .gmg-k-submit:hover { transform: translateY(-2px); }

/* ----- danke panel (revealed via JS later) ----- */
.page-id-160266 .gmg-k-danke {
	background: var(--gmg-ink); color: #fff; border-radius: 10px;
	padding: 64px 40px; text-align: center;
}
.page-id-160266 .gmg-k-danke[hidden] { display: none; }
.page-id-160266 .gmg-k-danke__check {
	width: 64px; height: 64px; border-radius: 50%; background: var(--gmg-red);
	display: flex; align-items: center; justify-content: center;
	margin: 0 auto 26px; font-size: 30px; color: #fff;
}
.page-id-160266 .gmg-k-danke h3 {
	font-size: 30px; font-weight: 700; letter-spacing: -.02em; margin: 0 0 14px; color: #fff;
}
.page-id-160266 .gmg-k-danke p {
	font-size: 16px; line-height: 1.6; color: rgba(255,255,255,.7); font-weight: 300;
	max-width: 46ch; margin: 0 auto;
}

/* ===================== FAQ ===================== */
.page-id-160266 .gmg-k-faq { background: var(--gmg-light-card); border-top: 1px solid var(--gmg-light-border); }
.page-id-160266 .gmg-k-faq__head { margin-bottom: 48px; padding: 0 28px; }
.page-id-160266 .gmg-k-faq .gmg-k-eyebrow { display: block; margin-bottom: 20px; }
.page-id-160266 .gmg-k-faq__h {
	font-size: clamp(32px,4.2vw,52px); line-height: 1.05; font-weight: 700;
	letter-spacing: -.025em; color: var(--gmg-ink); margin: 0;
}
.page-id-160266 .gmg-k-faq__list { display: flex; flex-direction: column; padding: 0 28px; }
.page-id-160266 .gmg-k-faq__item { border-top: 1px solid var(--gmg-input-border); }
.page-id-160266 .gmg-k-faq__q {
	width: 100%; text-align: left; background: none; border: none; cursor: pointer;
	padding: 26px 0; display: flex; align-items: center; justify-content: space-between;
	gap: 20px; font-family: var(--gmg-font);
}
.page-id-160266 .gmg-k-faq__q > span:first-child {
	font-size: clamp(17px,2.1vw,21px); font-weight: 600; letter-spacing: -.01em; color: var(--gmg-ink);
}
.page-id-160266 .gmg-k-faq__icon {
	flex: 0 0 auto; font-size: 24px; font-weight: 300; color: var(--gmg-red); line-height: 1;
}
.page-id-160266 .gmg-k-faq__a { padding: 0; }
.page-id-160266 .gmg-k-faq__a[hidden] { display: none; }
.page-id-160266 .gmg-k-faq__a p {
	font-size: 16px; line-height: 1.7; color: #3A3A3D; font-weight: 300;
	padding: 0 0 28px; max-width: 78ch; margin: 0;
}

/* ===================== CTA BAND ===================== */
.page-id-160266 .gmg-k-cta { background: var(--gmg-ink); color: #fff; }
.page-id-160266 .gmg-k-cta__inner { max-width: 1000px; text-align: center; padding: 0 28px; }
.page-id-160266 .gmg-k-cta__h {
	font-size: clamp(30px,4.6vw,58px); font-weight: 700; letter-spacing: -.025em;
	line-height: 1.05; color: #fff; margin: 0;
}
.page-id-160266 .gmg-k-cta__inner .gmg-k-btn { margin-top: 30px; }

/* ===================== WAVE (animiert) ===================== */
/* Section carries its own height. Uncode's parent theme forces `.row-parent`
   to height:auto at <=959px, which collapses the row (its children are absolute);
   keying the height off the section keeps the band full-height at every width. */
.page-id-160266 .gmg-k-wave { background: var(--gmg-ink); position: relative; overflow: hidden; min-height: 100vh; }
.page-id-160266 .gmg-k-wave > .row {
	height: 100vh; overflow: visible !important;
	padding-top: 0 !important; padding-bottom: 0 !important;
}
/* Make the full-width section (.gmg-k-wave) the positioning context — not the
   boxed .row (limit-width, ~1500px). Otherwise the absolute video is clipped to
   the content width and shows dark bars on wide desktops. All inner wrappers
   incl. the .row itself are made static so the video/grad/overlay fill the band. */
.page-id-160266 .gmg-k-wave > .row,
.page-id-160266 .gmg-k-wave .wpb_column,
.page-id-160266 .gmg-k-wave .wpb_row,
.page-id-160266 .gmg-k-wave .uncoltable,
.page-id-160266 .gmg-k-wave .uncol,
.page-id-160266 .gmg-k-wave .uncell,
.page-id-160266 .gmg-k-wave .uncont,
.page-id-160266 .gmg-k-wave .uncode_text_column { position: static !important; }
.page-id-160266 .gmg-k-wave__grad {
	position: absolute; inset: 0; z-index: 0;
	background: linear-gradient(100deg,#16120a 0%,#E8A81C 34%,#F4CE54 50%,#E8A81C 66%,#16120a 100%);
	background-size: 220% 100%; animation: wavemove 7s linear infinite;
}
.page-id-160266 .gmg-k-wave__video {
	position: absolute; inset: 0; width: 100%; height: 100%;
	object-fit: cover; opacity: 1; display: block; z-index: 1;
}
.page-id-160266 .gmg-k-wave__overlay {
	position: absolute; inset: 0; z-index: 2;
	background: linear-gradient(180deg,rgba(11,11,12,.55) 0%,rgba(11,11,12,0) 30%,rgba(11,11,12,0) 70%,rgba(11,11,12,.55) 100%);
}

/* ===================== responsive ===================== */
@media (max-width: 1080px) {
	.page-id-160266 .gmg-k-intro__grid { grid-template-columns: 1fr; gap: 40px; }
	.page-id-160266 .gmg-k-stellen__head { align-items: start; }
	.page-id-160266 .gmg-k-benefits { grid-template-columns: 1fr; }
	.page-id-160266 .gmg-k-photos { grid-template-columns: 1fr; }
	.page-id-160266 .gmg-k-job__cols { grid-template-columns: 1fr; gap: 28px; }
}

@media (max-width: 760px) {
	.page-id-160266 .gmg-k-hero__h { font-size: clamp(44px,13vw,72px); }
	.page-id-160266 .gmg-k-intro > .row,
	.page-id-160266 .gmg-k-stellen > .row,
	.page-id-160266 .gmg-k-warum > .row,
	.page-id-160266 .gmg-k-bewerbung > .row,
	.page-id-160266 .gmg-k-faq > .row,
	.page-id-160266 .gmg-k-cta > .row { padding-top: 80px !important; padding-bottom: 80px !important; }
	.page-id-160266 .gmg-k-job__head { padding: 24px 22px; }
	.page-id-160266 .gmg-k-job__body { padding: 0 22px 28px; }
	.page-id-160266 .gmg-k-photos { grid-template-columns: 1fr; }
	/* Section wrappers carry an extra `padding: 0 28px` that sits ON TOP of the
	   Uncode row's 36px h-padding → content was inset ~64px on mobile, noticeably
	   more than the rest of the site (36px). Drop the extra inset on phones so the
	   Karriere content lines up with every other page. */
	.page-id-160266 .gmg-k-intro__grid,
	.page-id-160266 .gmg-k-stellen__head,
	.page-id-160266 .gmg-k-jobs,
	.page-id-160266 .gmg-k-benefits,
	.page-id-160266 .gmg-k-photos,
	.page-id-160266 .gmg-k-bewerbung__wrap,
	.page-id-160266 .gmg-k-faq__head,
	.page-id-160266 .gmg-k-faq__list,
	.page-id-160266 .gmg-k-cta__inner { padding-left: 0; padding-right: 0; }
}

@media (max-width: 640px) {
	.page-id-160266 .gmg-k-form__row { grid-template-columns: 1fr; gap: 22px; }
	.page-id-160266 .gmg-k-stats { gap: 28px; }
}

/* =====================================================================
   Mobile / tablet touch UX — audit fixes (docs/audit/mobile-tablet-audit-2026-07-09.md).
   Scoped under body.page-id-160266 like the rest of this skin.
   ===================================================================== */

/* --- Job cards: lift the 11px micro-copy on mobile (badge "01/02" + chips
   "Management / Vollzeit / Hybrid · München") to a readable ≥13px and give the
   meta row a touch more breathing room. Meta is flex-wrap, so larger chips just
   wrap — Uncode isotope filtering is untouched (we only restyle text). --- */
@media (max-width: 760px) {
	.page-id-160266 .gmg-k-job__num {
		font-size: 13px; letter-spacing: .14em;
	}
	.page-id-160266 .gmg-k-chip {
		font-size: 13px; letter-spacing: .07em; padding: 5px 12px; line-height: 1.4;
	}
	.page-id-160266 .gmg-k-job__meta {
		gap: 9px 12px; margin-bottom: 14px;
	}
}

/* --- CF7 application form (#160367): comfortable tap targets ≥44px on every
   control. min-height is additive (never shrinks the taller textarea/submit),
   so this is safe on desktop too. Plain CF7 markup → no isotope/JS interplay. --- */
.page-id-160266 .gmg-k-form input[type=text],
.page-id-160266 .gmg-k-form input[type=email],
.page-id-160266 .gmg-k-form input[type=tel],
.page-id-160266 .gmg-k-form input[type=date],
.page-id-160266 .gmg-k-form input[type=number],
.page-id-160266 .gmg-k-form select,
.page-id-160266 .gmg-k-form textarea,
.page-id-160266 .gmg-k-form input[type=file],
.page-id-160266 .gmg-k-form button {
	min-height: 46px;
}
/* Native file inputs (Lebenslauf / Zeugnisse / Zertifikate): pad + vertically
   centre so the browse button clears the 44px touch minimum. */
.page-id-160266 .gmg-k-drop__inputs input[type=file] {
	min-height: 46px; padding: 11px 12px; line-height: 1.4;
	display: flex; align-items: center;
}

/* --- Submit "Bewerbung einreichen": already brand-red, white, width:100% —
   guarantee the ≥48px touch height (the block above stops at button/input, this
   pins the submit). --- */
.page-id-160266 .gmg-k-form .gmg-k-submit,
.page-id-160266 .gmg-k-form input.gmg-k-submit {
	min-height: 48px;
}

/* --- Datenschutz consent: bigger checkbox + more gap to the text, and a little
   vertical padding to widen the tap zone. The whole label is already clickable
   (CF7 use_label_element), so enlarging the box grows the visible hit target. --- */
.page-id-160266 .gmg-k-consent {
	gap: 15px; padding: 6px 0; cursor: pointer;
}
.page-id-160266 .gmg-k-consent input[type=checkbox] {
	width: 24px; height: 24px; margin-top: 1px;
}
.page-id-160266 .gmg-k-consent .wpcf7-list-item-label { cursor: pointer; }

/* --- Paired short fields on tablet (Anrede/Titel, Vorname/Nachname, …):
   .gmg-k-form__row is already a 2-col grid down to 640px, so tablet (≥768px) is
   covered by the base rule. This re-asserts it explicitly for the tablet band in
   case a narrower future breakpoint is added — keeps 2 columns from 768px up. --- */
@media (min-width: 768px) {
	.page-id-160266 .gmg-k-form__row { grid-template-columns: 1fr 1fr; }
}

/* =====================================================================
   EINBLICKE — Foto/Video-Mosaik zwischen "Eine Kultur…" (hell) und
   "Offene Stellen" (hell). Bewusst DUNKEL, damit der Seitenrhythmus
   dunkel → hell → dunkel → hell → dunkel bleibt und die hellen Fotos
   Kontrast bekommen. Desktop: Video 16:9 links (≈2/3), rechts zwei
   gestapelte Fotos, deren Gesamthöhe exakt der Videohöhe entspricht
   (Stack streckt sich als Grid-Item, Zeilen 1fr/1fr).
   ===================================================================== */
.page-id-160266 .gmg-k-einblicke {
	background: var(--gmg-ink); color: #fff; font-family: var(--gmg-font);
	border-top: 1px solid rgba(255,255,255,.06);
}
.page-id-160266 .gmg-k-einblicke > .row { padding-top: 120px !important; padding-bottom: 120px !important; }
.page-id-160266 .gmg-k-einblicke .uncode_text_column { margin: 0; }

/* Auf 1280px begrenzen + zentrieren (Uncode-Spalten sind align_left). */
.page-id-160266 .gmg-k-einblicke__grid {
	max-width: 1280px; margin-left: auto !important; margin-right: auto !important; padding: 0 28px;
}

/* wpautop: injizierte <p>-Wrapper um <video>/<img> transparent machen,
   leere Absätze/<br> schlucken. */
.page-id-160266 .gmg-k-einblicke__grid > p,
.page-id-160266 .gmg-k-einblicke__stack > p,
.page-id-160266 .gmg-k-einblicke__media > p { display: contents; }
.page-id-160266 .gmg-k-einblicke p:empty { display: none; }
.page-id-160266 .gmg-k-einblicke__grid br,
.page-id-160266 .gmg-k-einblicke__media br { display: none; }

/* ---------- Mosaik ---------- */
.page-id-160266 .gmg-k-einblicke__grid {
	display: grid; grid-template-columns: minmax(0,2.05fr) minmax(0,1fr);
	gap: 22px; align-items: stretch;
}
.page-id-160266 .gmg-k-einblicke__stack {
	display: grid; grid-template-rows: 1fr 1fr; gap: 22px; min-height: 0;
}
.page-id-160266 .gmg-k-einblicke__media {
	position: relative; margin: 0; min-height: 0; overflow: hidden;
	border-radius: 6px; background-color: #16161A;
	box-shadow: 0 0 0 1px rgba(255,255,255,.08), 0 22px 48px rgba(0,0,0,.42);
	aspect-ratio: 16/9;
}
/* Desktop: die Fotos übernehmen die Höhe aus den 1fr-Zeilen (= Videohöhe). */
@media (min-width: 1024px) {
	.page-id-160266 .gmg-k-einblicke__stack .gmg-k-einblicke__media { aspect-ratio: auto; }
}
.page-id-160266 .gmg-k-einblicke__media img,
.page-id-160266 .gmg-k-einblicke__video {
	position: absolute; inset: 0; display: block;
	width: 100%; height: 100%; object-fit: cover; border-radius: inherit;
	transition: transform .7s cubic-bezier(.22,1,.36,1);
}
.page-id-160266 .gmg-k-einblicke__media:hover img { transform: scale(1.035); }

/* ---------- Tablet: Video oben, Fotos nebeneinander ---------- */
@media (max-width: 1023px) {
	.page-id-160266 .gmg-k-einblicke__grid { grid-template-columns: 1fr; gap: 18px; }
	.page-id-160266 .gmg-k-einblicke__stack { grid-template-columns: 1fr 1fr; grid-template-rows: auto; gap: 18px; }
}

/* ---------- Mobil: alles einspaltig ---------- */
@media (max-width: 767px) {
	.page-id-160266 .gmg-k-einblicke__stack { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
	.page-id-160266 .gmg-k-einblicke > .row { padding-top: 80px !important; padding-bottom: 80px !important; }
	/* wie bei den anderen Sektionen: den zusätzlichen 28px-Inset auf Phones
	   fallen lassen, damit der Content auf der Uncode-Row-Kante sitzt. */
	.page-id-160266 .gmg-k-einblicke__grid { padding-left: 0; padding-right: 0; }
}

/* ---------- Reduced motion: keine Zoom-/Loop-Bewegung ---------- */
@media (prefers-reduced-motion: reduce) {
	.page-id-160266 .gmg-k-einblicke__media img,
	.page-id-160266 .gmg-k-einblicke__video { transition: none !important; }
	.page-id-160266 .gmg-k-einblicke__media:hover img { transform: none !important; }
}
