/* ============================================================
   Jobs @ Fink – Stellenportal (im Stil des Fink-Themes)
   Fonts: ClassicGrotesqueW01 / Classic Grotesque W01 Cn
   Akzent: #44c463 (Fink-Grün) · Heading-Dark: #4a4343
   ============================================================ */

section.jobs-page,
section.jobs-stellen {
	height: auto !important;
	min-height: 0 !important;
	max-height: none !important;
}

/* ---------- Hero: zweispaltig wie Live-Fink ---------- */
.jobs-page {
	background: #fff;
	padding: 3rem 0 1.5rem;
	color: #4a4343;
}

.jobs-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
	gap: 3rem;
	align-items: center;
}

.jobs-hero__title {
	font-family: 'ClassicGrotesqueW01-Bd', sans-serif;
	font-weight: 300;
	font-size: 1.75em;
	text-transform: uppercase;
	color: #4a4343;
	letter-spacing: 0.01em;
	margin: 0 0 1.25rem;
	line-height: 1.15;
}

.jobs-hero__lead p {
	font-family: 'Classic Grotesque W01 Cn Lt', sans-serif;
	font-size: 1.25rem;
	font-weight: 200;
	line-height: 1.45;
	color: #4a4343;
	margin: 0 0 1em;
}

.jobs-hero__contact {
	font-family: 'Classic Grotesque W01 Cn Lt', sans-serif;
	font-size: 1.1rem;
	color: #4a4343;
	margin: 1.25rem 0 0;
	line-height: 1.55;
}

.jobs-hero__contact strong {
	font-family: 'Classic Grotesque W01 Cn Md', sans-serif;
}

.jobs-hero__contact a {
	color: #44c463;
}

.jobs-hero__visual {
	display: flex;
	justify-content: center;
	align-items: center;
}

.jobs-hero__visual img {
	max-width: 100%;
	height: auto;
	display: block;
}

/* Ghost-Button: weiß mit grünem Rand, passt zum Fink-Theme */
.jobs-page .button--ghost,
.jobs-row .button--ghost,
.jobs-form__submit .button--ghost,
.jobs-initiativ .button--ghost {
	background-color: #fff;
	color: #44c463;
	border: 1px solid #44c463;
	padding: 0.35em 1.85em 0.3em;
}

.jobs-page .button--ghost:hover,
.jobs-row .button--ghost:hover,
.jobs-form__submit .button--ghost:hover,
.jobs-initiativ .button--ghost:hover {
	background-color: #fff;
	color: #44c463;
}

/* ---------- Stellen-Liste (Zeilen-Layout statt Karten) ---------- */
.jobs-stellen {
	padding: 1rem 0 4rem;
	background: #ffffff;
}

.jobs-row {
	display: flex;
	gap: 2rem;
	align-items: center;
	padding: 2.5rem 0;
	border-top: 1px solid #e8e5dc;
	flex-wrap: wrap;
}

.jobs-row + .jobs-row {
	padding-top: 2.5rem;
}

.jobs-row:last-of-type {
	border-bottom: 1px solid #e8e5dc;
}

.jobs-row__main + .jobs-row__main,
.jobs-row__main {
	padding: 0.25rem 0;
}

.jobs-row__main {
	flex: 1 1 60%;
	min-width: 0;
}

.jobs-row__title {
	font-family: 'ClassicGrotesqueW01-Bd', sans-serif;
	font-weight: 300;
	font-size: 1.4em;
	text-transform: uppercase;
	margin: 0 0 0.5rem;
	color: #4a4343;
	line-height: 1.2;
}

.jobs-row__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem 1.25rem;
	font-family: 'Classic Grotesque W01 Cn Lt', sans-serif;
	font-size: 1rem;
	color: #7a7373;
	margin: 0 0 0.75rem;
}

.jobs-row__meta i {
	color: #44c463;
	margin-right: 0.35rem;
}

.jobs-row__badge {
	display: inline-block;
	font-family: 'Classic Grotesque W01 Cn Md', sans-serif;
	font-size: 0.75rem;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: #4a4343;
	background: #eef7e9;
	border: 1px solid #d4ecc4;
	padding: 0.25rem 0.7rem;
	border-radius: 999px;
}

.jobs-row__teaser {
	font-family: 'Classic Grotesque W01 Cn Lt', sans-serif;
	font-size: 1.05rem;
	color: #5a5353;
	line-height: 1.5;
	margin: 0;
	max-width: 65ch;
}

.jobs-row__actions {
	display: flex;
	gap: 0.5rem;
	flex-shrink: 0;
	flex-wrap: wrap;
}

.jobs-row__actions .button {
	margin: 0;
	white-space: nowrap;
}

.jobs-row__desc-tpl {
	display: none !important;
}

/* ---------- Initiativ ---------- */
.jobs-initiativ {
	margin-top: 3rem;
	padding: 2rem;
	background: #f7f7f3;
	border-radius: 4px;
	text-align: center;
}

.jobs-initiativ p {
	font-family: 'Classic Grotesque W01 Cn Lt', sans-serif;
	font-size: 1.15rem;
	color: #4a4343;
	margin: 0 0 1rem;
}

.jobs-initiativ .button {
	margin: 0;
}

/* ---------- Empty / Feedback ---------- */
.jobs-empty {
	text-align: center;
	padding: 2.5rem 1.5rem;
	background: #f7f7f3;
	border-radius: 4px;
}

.jobs-empty p {
	font-family: 'Classic Grotesque W01 Cn Lt', sans-serif;
}

.jobs-feedback {
	padding: 1rem 1.25rem;
	border-radius: 4px;
	margin-bottom: 1.5rem;
	font-family: 'Classic Grotesque W01 Cn Md', sans-serif;
}

.jobs-feedback--ok {
	background: #eef7e9;
	color: #2e7d32;
	border: 1px solid #a5d6a7;
}

.jobs-feedback--err {
	background: #fdecea;
	color: #b71c1c;
	border: 1px solid #ef9a9a;
}

/* ============================================================
   Bewerbungs-Modal
   ============================================================ */
.jobs-portal {
	position: fixed;
	inset: 0;
	z-index: 100000; /* über der fixed Navigation (z-index 99999) */
	display: none;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	padding-top: env(safe-area-inset-top, 0px); /* Titel nicht hinter Notch/Statusleiste */
}

.jobs-portal.is-open {
	display: block;
}

/* Solange das Bewerbungs-Modal offen ist, die Navigation ausblenden –
   sonst überlappt das (mobile) Logo/Menü den Anzeigentitel. */
body.jobs-portal-open .Navigation {
	display: none;
}

.jobs-portal__backdrop {
	position: fixed;
	inset: 0;
	background: rgba(36, 41, 36, 0.72);
	cursor: pointer;
	z-index: 0;
}

.jobs-portal__dialog {
	position: relative;
	z-index: 1;
	background: #fff;
	width: 100%;
	max-width: 760px;
	margin: 3rem auto;
	border-radius: 6px;
	box-shadow: 0 25px 70px rgba(0, 0, 0, 0.35);
	color: #4a4343;
	font-family: 'Classic Grotesque W01 Cn Lt', sans-serif;
}

.jobs-portal__header {
	background: #44c463;
	color: #fff;
	padding: 1.75rem 4.5rem 1.5rem 2rem;
	border-radius: 6px 6px 0 0;
	position: relative;
}

.jobs-portal__eyebrow {
	display: inline-block;
	font-family: 'Classic Grotesque W01 Cn Md', sans-serif;
	font-size: 0.85rem;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	color: #fff;
	opacity: 0.85;
	margin-bottom: 0.5rem;
}

.jobs-portal__header h3 {
	font-family: 'ClassicGrotesqueW01-Bd', sans-serif;
	font-weight: 300;
	margin: 0;
	font-size: 2rem;
	color: #fff;
	line-height: 1.15;
}

.jobs-portal__sub {
	margin: 0.5rem 0 0;
	font-size: 1.1rem;
	color: rgba(255, 255, 255, 0.92);
}

.jobs-portal__sub i {
	margin-right: 0.35rem;
}

.jobs-portal__close {
	position: absolute;
	top: 1.25rem;
	right: 1.25rem;
	width: 2.6rem;
	height: 2.6rem;
	padding: 0;
	border: none;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	cursor: pointer;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background 0.2s ease, transform 0.2s ease;
	text-transform: none;
	font-size: 1rem;
	font-family: inherit;
}

.jobs-portal__close::before {
	content: "";
	display: block;
	width: 1.1rem;
	height: 1.1rem;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2.5' stroke-linecap='round'><path d='M6 6l12 12M18 6L6 18'/></svg>");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

/* unsichtbarer Text für Screenreader, Symbol via ::before */
.jobs-portal__close > * {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
}

.jobs-portal__close:hover {
	background: rgba(255, 255, 255, 0.35);
	transform: none;
	box-shadow: none;
}

.jobs-portal__body {
	padding: 2rem;
}

/* Stellenbeschreibung (Akkordeon im Modal) */
.jobs-portal__detail {
	margin: 0 0 1.5rem;
	padding: 0;
	background: transparent;
	border: none;
	border-bottom: 1px solid #e8e5dc;
	padding-bottom: 1.25rem;
}

.jobs-portal__detail[hidden] { display: none; }

.jobs-portal__detail summary {
	cursor: pointer;
	font-family: 'Classic Grotesque W01 Cn Md', sans-serif;
	font-weight: 500;
	font-size: 0.85rem;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #7a7373;
	padding: 0.4rem 0;
	user-select: none;
	list-style: none;
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.jobs-portal__detail summary:hover { color: #44c463; }

.jobs-portal__detail summary::-webkit-details-marker { display: none; }

.jobs-portal__detail summary::before {
	content: "";
	display: inline-block;
	width: 0.6rem;
	height: 0.6rem;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: rotate(45deg);
	transition: transform 0.2s ease;
	margin-bottom: 0.15rem;
}

.jobs-portal__detail[open] summary::before {
	transform: rotate(-135deg);
	margin-bottom: -0.15rem;
}

.jobs-portal__detail[open] summary {
	margin-bottom: 0.75rem;
}

.jobs-portal__rich {
	font-family: 'Classic Grotesque W01 Cn Lt', sans-serif;
	font-size: 1.05rem;
	line-height: 1.6;
	color: #4a4343;
}

.jobs-portal__rich + .jobs-portal__rich {
	margin-top: 1.25rem;
}

.jobs-portal__rich--benefits {
	margin-top: 1.5rem !important;
	padding: 1rem 1.25rem;
	background: #f4f7ef;
	border-left: 3px solid #44c463;
	border-radius: 3px;
}

.jobs-portal__rich--benefits h3 {
	color: #2fa44b !important;
	margin-top: 0 !important;
}

.jobs-portal__rich h3,
.jobs-portal__rich h4 {
	font-family: 'ClassicGrotesqueW01-Bd', sans-serif;
	font-weight: 300;
	font-size: 1.1rem;
	margin: 1.25rem 0 0.6rem;
	color: #4a4343;
	text-transform: none;
	letter-spacing: 0;
}

.jobs-portal__rich h3:first-child,
.jobs-portal__rich h4:first-child { margin-top: 0; }

.jobs-portal__rich p {
	margin: 0 0 0.6rem;
	font-size: 1.05rem;
}

.jobs-portal__rich ul,
.jobs-portal__rich ol {
	margin: 0.4rem 0 0.75rem 0;
	padding: 0 0 0 1.25rem;
	list-style: disc outside;
}

.jobs-portal__rich ol { list-style: decimal outside; }

.jobs-portal__rich li {
	margin-bottom: 0.35rem;
	padding-left: 0.25rem;
}

/* Theme-Override: das main.css setzt einen Font-Awesome-Pfeil als Bullet,
   das passt im HR-Modal nicht – wir nutzen Standard-Disc-Bullets. */
.jobs-portal__rich ul li::before,
.jobs-portal__rich ol li::before {
	content: none !important;
	display: none !important;
}

.jobs-portal__rich strong { font-family: 'Classic Grotesque W01 Cn Md', sans-serif; font-weight: 500; }

/* Formular */
.jobs-form {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}

.jobs-form[hidden] { display: none !important; }
.jobs-portal__detail[hidden] { display: none !important; }
.jobs-portal__details-cta[hidden] { display: none !important; }
.jobs-portal__sub[hidden] { display: none !important; }

.jobs-form__group label,
.jobs-form__file label {
	display: block;
	font-family: 'Classic Grotesque W01 Cn Md', sans-serif;
	font-weight: 500;
	font-size: 0.95rem;
	color: #4a4343;
	margin-bottom: 0.4rem;
	text-transform: none;
	letter-spacing: 0;
}

.jobs-form .req {
	color: #d32f2f;
	font-weight: 500;
}

.jobs-form input[type="text"],
.jobs-form input[type="email"],
.jobs-form input[type="tel"],
.jobs-form select,
.jobs-form textarea {
	width: 100%;
	padding: 0.7rem 0.9rem;
	border: 1px solid #d4d1c8;
	border-radius: 4px;
	font-size: 1.05rem;
	font-family: 'Classic Grotesque W01 Cn Lt', sans-serif;
	font-weight: 300;
	background: #fff;
	color: #4a4343;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
	margin: 0;
	max-width: 100%;
	box-sizing: border-box;
}

.jobs-form input:focus,
.jobs-form select:focus,
.jobs-form textarea:focus {
	outline: none;
	border-color: #44c463;
	box-shadow: 0 0 0 3px rgba(68, 196, 99, 0.18);
}

.jobs-form textarea {
	resize: vertical;
	min-height: 110px;
	line-height: 1.4;
}

.jobs-form__row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1rem;
}

.jobs-form__files {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0.85rem;
}

/* Drag & Drop Upload-Felder */
.jobs-dropzone {
	display: flex;
	flex-direction: column;
}

.jobs-dropzone__label {
	font-family: 'Classic Grotesque W01 Cn Md', sans-serif;
	font-weight: 500;
	font-size: 0.95rem;
	color: #4a4343;
	margin-bottom: 0.4rem;
	text-transform: none;
}

.jobs-dropzone__label .opt {
	font-family: 'Classic Grotesque W01 Cn Lt', sans-serif;
	font-weight: 300;
	font-size: 0.85rem;
	color: #9a9393;
	margin-left: 0.4rem;
}

.jobs-dropzone__area {
	position: relative;
	border: 1px dashed #c8c5bc;
	background: #fbfaf6;
	border-radius: 4px;
	padding: 1.25rem 1.25rem;
	transition: border-color 0.15s ease, background 0.15s ease;
	min-height: 84px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.jobs-dropzone__area:hover {
	border-color: #44c463;
	background: #f6f5f0;
}

.jobs-dropzone.is-dragover .jobs-dropzone__area {
	border-color: #44c463;
	background: #eef7e9;
}

.jobs-dropzone__area input[type="file"] {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
	z-index: 1;
}

.jobs-dropzone__area input[type="file"]:focus-visible + .jobs-dropzone__cta {
	outline: 2px solid #44c463;
	outline-offset: 4px;
	border-radius: 4px;
}

.jobs-dropzone__cta {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 1rem;
	pointer-events: none;
}

.jobs-dropzone__icon {
	width: 1.5rem;
	height: 1.5rem;
	color: #7a7373;
	flex-shrink: 0;
}

.jobs-dropzone__area:hover .jobs-dropzone__icon,
.jobs-dropzone.is-dragover .jobs-dropzone__icon {
	color: #44c463;
}

.jobs-dropzone__text {
	display: flex;
	flex-direction: column;
	gap: 0.1rem;
	font-family: 'Classic Grotesque W01 Cn Lt', sans-serif;
	color: #4a4343;
	line-height: 1.35;
	min-width: 0;
}

.jobs-dropzone__text strong {
	font-family: 'Classic Grotesque W01 Cn Md', sans-serif;
	font-weight: 500;
	font-size: 0.98rem;
	color: #4a4343;
}

.jobs-dropzone__text span {
	font-size: 0.85rem;
	color: #7a7373;
}

.jobs-dropzone .jobs-dropzone__browse,
button.jobs-dropzone__browse {
	background: none !important;
	background-color: transparent !important;
	border: none !important;
	padding: 0 !important;
	margin: 0 !important;
	font: inherit;
	color: #4a4343 !important;
	cursor: pointer;
	text-decoration: underline;
	text-decoration-color: #c8c5bc;
	text-underline-offset: 2px;
	pointer-events: auto;
	font-family: 'Classic Grotesque W01 Cn Lt', sans-serif !important;
	text-transform: none !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	font-size: inherit !important;
	letter-spacing: 0 !important;
	display: inline !important;
	line-height: inherit !important;
}

.jobs-dropzone .jobs-dropzone__browse:hover,
.jobs-dropzone .jobs-dropzone__browse:focus,
.jobs-dropzone .jobs-dropzone__browse:active {
	color: #44c463 !important;
	text-decoration-color: #44c463;
	background: none !important;
	background-color: transparent !important;
	transform: none !important;
	box-shadow: none !important;
}

.jobs-dropzone__hint {
	font-family: 'Classic Grotesque W01 Cn Lt', sans-serif;
	font-size: 0.78rem;
	color: #8a8383;
	text-align: right;
	line-height: 1.35;
	white-space: nowrap;
	align-self: center;
}

@media (max-width: 600px) {
	.jobs-dropzone__cta {
		grid-template-columns: auto 1fr;
		grid-template-rows: auto auto;
	}
	.jobs-dropzone__hint {
		grid-column: 1 / -1;
		text-align: left;
		white-space: normal;
		margin-top: 0.25rem;
		padding-left: 3.6rem;
	}
}

.jobs-dropzone__list {
	list-style: none;
	margin: 0.75rem 0 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
	position: relative;
	z-index: 2;
}

.jobs-dropzone__list:empty { display: none; }

.jobs-dropzone__list li {
	display: flex;
	align-items: center;
	gap: 0.65rem;
	background: #fff;
	border: 1px solid #d4ecc4;
	border-radius: 6px;
	padding: 0.5rem 0.55rem 0.5rem 0.75rem;
	font-family: 'Classic Grotesque W01 Cn Lt', sans-serif;
	font-size: 0.95rem;
	color: #4a4343;
	box-shadow: 0 1px 2px rgba(0,0,0,0.03);
}

.jobs-dropzone__list li::after {
	content: "";
	position: absolute;
}

.jobs-dropzone__list li .file-icon {
	display: inline-flex;
	width: 1.4rem;
	height: 1.4rem;
	background: #eef7e9;
	color: #44c463;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	font-size: 0.85rem;
}

.jobs-dropzone__list li::before {
	content: "" !important;
	display: none !important;
}

.jobs-dropzone__list li .file-name {
	flex: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.jobs-dropzone__list li .file-size {
	color: #9a9393;
	font-size: 0.78rem;
}

.jobs-dropzone__list li .file-remove {
	background: none;
	border: none;
	color: #c0392b;
	cursor: pointer;
	font-size: 1.1rem;
	line-height: 1;
	padding: 0 0.25rem;
}

.jobs-dropzone__list li .file-remove:hover { color: #8e2620; }

/* Wenn Datei(en) gewählt, CTA-Block kompakter */
.jobs-dropzone.has-files .jobs-dropzone__area {
	padding: 0.85rem 1rem;
}
.jobs-dropzone.has-files .jobs-dropzone__cta strong {
	font-size: 0.9rem;
}
.jobs-dropzone.has-files .jobs-dropzone__hint {
	display: none;
}

.jobs-form__privacy {
	background: #f7f7f3;
	border: 1px solid #e8e5dc;
	border-left: 4px solid #44c463;
	padding: 1rem 1.15rem;
	border-radius: 4px;
}

.jobs-form__privacy h4 {
	font-family: 'ClassicGrotesqueW01-Bd', sans-serif;
	font-weight: 300;
	font-size: 1rem;
	margin: 0 0 0.5rem;
	color: #4a4343;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.jobs-form__privacy p {
	font-family: 'Classic Grotesque W01 Cn Lt', sans-serif;
	font-size: 0.95rem;
	line-height: 1.5;
	color: #5a5353;
	margin: 0;
	font-weight: 300;
}

.jobs-form__privacy a {
	color: #44c463;
	font-family: 'Classic Grotesque W01 Cn Md', sans-serif;
}

.jobs-portal__apply-note {
	margin-top: 1.25rem;
	padding: 0.85rem 1rem;
	background: #f7f7f3;
	border-left: 3px solid #44c463;
	border-radius: 0 4px 4px 0;
	font-family: 'Classic Grotesque W01 Cn Lt', sans-serif;
	font-size: 0.95rem;
	line-height: 1.5;
	color: #4a4343;
}

.jobs-portal__apply-note p { margin: 0; font-size: 0.95rem; }

.jobs-portal__apply-note a {
	color: #44c463;
	font-family: 'Classic Grotesque W01 Cn Md', sans-serif;
}

.jobs-portal__details-cta {
	margin: 0;
	padding: 0.5rem 0 0;
	text-align: center;
}

.jobs-portal__details-cta[hidden] { display: none; }

.jobs-portal__details-cta .button {
	margin: 0;
	padding-left: 2.5em;
	padding-right: 2.5em;
}

.jobs-form__consent {
	display: flex;
	gap: 0.7rem;
	align-items: flex-start;
	padding: 1rem 1.15rem;
	background: #f7f7f3;
	border-radius: 4px;
	font-size: 1rem;
	border: 1px solid #e8e5dc;
}

.jobs-form__consent input[type="checkbox"] {
	margin: 0.2rem 0 0;
	width: 1.1rem;
	height: 1.1rem;
	flex-shrink: 0;
	accent-color: #44c463;
}

.jobs-form__consent label {
	margin: 0;
	font-family: 'Classic Grotesque W01 Cn Lt', sans-serif;
	font-weight: 300;
	line-height: 1.45;
	color: #4a4343;
	text-transform: none;
}

.jobs-form__consent a {
	color: #44c463;
	font-family: 'Classic Grotesque W01 Cn Md', sans-serif;
	font-weight: 500;
}

.jobs-form__submit {
	display: flex;
	gap: 0.75rem;
	justify-content: flex-end;
	padding-top: 1.25rem;
	border-top: 1px solid #f0eee6;
	margin-top: 0.5rem;
	flex-wrap: wrap;
}

.jobs-form__submit .button {
	margin: 0;
}

/* Responsive */
@media (max-width: 700px) {
	.jobs-form__row,
	.jobs-form__files {
		grid-template-columns: 1fr;
	}

	.jobs-portal__dialog {
		margin: 0 auto;
		border-radius: 0;
		min-height: 100vh;
	}

	.jobs-portal__header {
		border-radius: 0;
		padding: 1.5rem 4rem 1.25rem 1.25rem;
	}

	.jobs-portal__header h3 {
		font-size: 1.5rem;
	}

	.jobs-portal__body {
		padding: 1.25rem;
	}

	.jobs-page {
		padding: 2.25rem 0 2.5rem;
	}

	.jobs-page__title {
		font-size: 2.25em;
	}

	.jobs-page__stats {
		gap: 1.5rem;
	}

	.jobs-stellen {
		padding: 2.5rem 0 3rem;
	}

	.jobs-hero {
		grid-template-columns: 1fr;
		gap: 1.5rem;
	}

	.jobs-hero__visual {
		order: -1;
	}

	.jobs-hero__visual img {
		max-width: 320px;
	}

	.jobs-row {
		flex-direction: column;
		align-items: flex-start;
		gap: 1rem;
	}

	.jobs-row__actions {
		width: 100%;
	}

	.jobs-row__actions .button {
		flex: 1;
	}

	.jobs-form__submit {
		justify-content: stretch;
	}

	.jobs-form__submit .button {
		flex: 1;
	}
}

body.jobs-portal-open {
	overflow: hidden;
}
