/*
Theme Name: Kuhnle Career
Description: Code-owned, plugin-independent career site for Kuhnle Logopädie and Ergotherapie.
Version: 1.0.3
Text Domain: kuhnle-career
*/

@font-face {
	font-family: "Heebo";
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
	src: url("assets/fonts/heebo.woff2") format("woff2");
}

@font-face {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400 500;
	font-display: swap;
	src: url("assets/fonts/montserrat.woff2") format("woff2");
}

:root {
	--career-red: #ef0013;
	--career-blue: #0872b9;
	--career-gray: #85898c;
	--career-charcoal: #575b60;
	--career-light: #f4f4f4;
	--career-white: #fff;
	--accent: var(--career-red);
	--career-width: 1120px;
	--career-radius: 4px;
}

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

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--career-white);
	color: var(--career-charcoal);
	font-family: "Heebo", Arial, sans-serif;
	font-size: 18px;
	line-height: 1.58;
}

body.career-blue {
	--accent: var(--career-blue);
}

body.application-is-open,
body.workplace-lightbox-is-open {
	overflow: hidden;
}

img {
	max-width: 100%;
	height: auto;
}

button,
input,
select,
textarea {
	font: inherit;
}

button,
a {
	-webkit-tap-highlight-color: transparent;
}

a {
	color: inherit;
}

h1,
h2,
h3,
p {
	margin-top: 0;
}

h1,
h2,
h3 {
	line-height: 1.16;
}

.career-container {
	width: min(calc(100% - 48px), var(--career-width));
	margin-inline: auto;
}

.career-narrow {
	max-width: 900px;
}

.skip-link {
	position: fixed;
	z-index: 10000;
	top: 12px;
	left: 12px;
	padding: 10px 16px;
	background: #000;
	color: #fff;
	transform: translateY(-150%);
}

.skip-link:focus {
	transform: none;
}

.career-header {
	display: grid;
	min-height: 152px;
	place-items: center;
	background: #fff;
}

.career-header a,
.career-footer > a {
	display: block;
	line-height: 0;
}

.career-header > a {
	transform: translateY(10px);
}

.career-logo {
	display: block;
	width: min(500px, 78vw);
}

.paper-section {
	background-color: #f2f2f2;
	background-image: url("assets/images/uploads/2023/08/gray-wall-textures-background-scaled-1.jpg");
	background-position: center;
	background-size: cover;
}

.career-home-intro {
	padding: 140px 0 108px;
	text-align: center;
}

.career-home-intro h1 {
	margin-bottom: 20px;
	color: var(--career-charcoal);
	font-size: clamp(38px, 3.7vw, 50px);
	font-weight: 600;
	line-height: 1;
}

.career-home-intro p {
	margin: 0;
	color: #050505;
	font-size: clamp(25px, 3.2vw, 39px);
	font-weight: 600;
	line-height: 1;
	text-transform: uppercase;
}

.career-choice {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	min-height: 817px;
}

.career-choice-card {
	position: relative;
	display: grid;
	overflow: hidden;
	place-items: center;
	padding: 50px 32px;
	background-image: url("assets/images/uploads/2023/08/Bildschirmfoto-2021-08-30-um-13.35.40.png");
	background-position: center;
	background-size: cover;
	color: #fff;
	text-align: center;
	text-decoration: none;
	isolation: isolate;
}

.career-choice-card::before {
	position: absolute;
	z-index: -1;
	inset: 0;
	content: "";
	background: rgb(203 0 36 / 91%);
	transition: opacity 250ms ease;
}

.career-choice-ergo::before {
	background: rgb(0 103 174 / 91%);
}

.career-choice-card:hover::before,
.career-choice-card:focus-visible::before {
	opacity: 0.84;
}

.career-choice-card span {
	display: grid;
	gap: 20px;
	justify-items: center;
}

.career-choice-card strong {
	font-size: 43px;
	font-weight: 600;
	line-height: 1;
	text-transform: uppercase;
}

.career-choice-card em {
	font-size: 34px;
	font-weight: 300;
	line-height: 1;
}

.career-choice-card b {
	padding: 9px 24px;
	border-radius: var(--career-radius);
	background: #eee;
	color: var(--accent);
	font-size: 30px;
	font-weight: 500;
	line-height: 1;
}

.career-choice-ergo b {
	color: var(--career-blue);
}

.career-home-copy {
	padding: 100px 0 90px;
}

.career-home-video {
	padding-top: 45px;
}

.career-home-copy h2 {
	margin: 58px 0 18px;
	color: var(--career-charcoal);
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
}

.career-home-copy h2:first-child {
	margin-top: 0;
}

.career-home-copy p {
	font-size: 14px;
	line-height: 1.8;
}

.career-footer {
	display: grid;
	justify-items: center;
	gap: 28px;
	padding: 90px 24px 38px;
	background: #fff;
}

.career-footer .career-logo {
	width: min(400px, 78vw);
}

.career-footer nav {
	display: flex;
	gap: 30px;
}

.career-footer nav a {
	color: #111;
	text-decoration: none;
}

.career-footer nav a:hover,
.career-footer nav a:focus-visible {
	text-decoration: underline;
}

.back-to-top {
	position: fixed;
	z-index: 60;
	right: 20px;
	bottom: 20px;
	display: grid;
	width: 42px;
	height: 42px;
	border: 0;
	border-radius: 2px;
	place-items: center;
	background: #555;
	color: #fff;
	cursor: pointer;
	font-size: 22px;
	opacity: 0;
	pointer-events: none;
	transition: opacity 180ms ease, transform 180ms ease;
}

.back-to-top.is-visible {
	opacity: 0.8;
	pointer-events: auto;
}

.back-to-top:hover {
	opacity: 1;
	transform: translateY(-2px);
}

.job-hero {
	display: grid;
	min-height: 640px;
	place-items: center;
	text-align: center;
}

.job-hero .career-container {
	display: grid;
	justify-items: center;
	transform: translateY(-19px);
}

.location-jump {
	display: block;
	margin-bottom: 10px;
	color: var(--accent);
}

.map-pin {
	position: relative;
	display: inline-block;
	width: 18px;
	height: 18px;
	border-radius: 50% 50% 50% 0;
	background: currentColor;
	transform: rotate(-45deg);
}

.map-pin::after {
	position: absolute;
	inset: 5px;
	border-radius: 50%;
	background: #fff;
	content: "";
}

.job-hero p {
	margin-bottom: 3px;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.8;
}

.job-hero .job-locations {
	margin-bottom: 42px;
}

.job-hero h1 {
	margin: 8px 0 24px;
	color: var(--accent);
	font-style: italic;
	font-weight: 700;
}

.job-hero h1 span {
	display: block;
}

.job-title-primary {
	font-size: 61px;
	line-height: 1;
}

.job-title-secondary {
	margin-top: 20px;
	font-size: 53px;
	line-height: 1;
}

.application-button {
	display: inline-flex;
	width: min(520px, 100%);
	min-height: 66px;
	align-items: center;
	justify-content: center;
	padding: 10px 30px;
	border: 0;
	border-radius: 10px;
	background: var(--accent);
	color: #fff;
	cursor: pointer;
	font-family: "Montserrat", sans-serif;
	font-size: 36px;
	font-weight: 500;
	line-height: 1;
	transition: filter 180ms ease, transform 180ms ease;
}

.application-button:hover,
.application-button:focus-visible {
	filter: brightness(0.9);
	transform: translateY(-2px);
}

.application-button-soft {
	position: relative;
	top: -4px;
	opacity: 1;
}

.application-button.is-attention {
	animation: application-bounce 880ms cubic-bezier(0.22, 0.8, 0.28, 1.3) both;
	will-change: transform;
}

@keyframes application-bounce {
	0%,
	100% {
		transform: translateY(0) scale(1);
	}

	28% {
		transform: translateY(-20px) scale(1.035);
	}

	50% {
		transform: translateY(0) scale(0.985);
	}

	70% {
		transform: translateY(-9px) scale(1.015);
	}

	86% {
		transform: translateY(0) scale(0.995);
	}
}

.fit-section {
	padding: 160px 0 30px;
	text-align: center;
}

.fit-section h2,
.benefits-section h2,
.locations-section h2,
.partners-section h2 {
	margin-bottom: 14px;
	color: var(--accent);
	font-size: clamp(38px, 4vw, 50px);
	font-weight: 600;
	line-height: 1;
}

.down-chevrons {
	height: 70px;
	color: var(--accent);
	font-size: 47px;
	font-weight: 900;
	line-height: 0.36;
}

.criteria-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 50px;
	max-width: 840px;
	margin: 14px auto 66px;
	text-align: center;
}

.criteria-group {
	min-width: 0;
}

.criteria-image {
	display: block;
	width: 100px;
	height: 80px;
	margin: 0 auto 18px;
	object-fit: contain;
}

.criteria-image-mobile {
	display: none;
}

.criteria-group ul {
	display: grid;
	gap: 34px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.criteria-group li {
	position: relative;
	padding-left: 0;
	color: #868686;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.4;
}

.criteria-group li::before {
	position: static;
	display: block;
	margin-bottom: 10px;
	color: var(--accent);
	content: "✓";
	font-size: 34px;
	font-weight: 900;
	line-height: 1;
}

.mission-section {
	margin-bottom: 20px;
	padding: 100px 0 106px;
}

.mission-section h2 {
	margin-bottom: 16px;
	font-size: 49px;
	line-height: 1;
}

.mission-section h3 {
	font-size: 22px;
	font-weight: 600;
	line-height: 1;
}

.mission-section p {
	margin-bottom: 20px;
	font-size: 19px;
	line-height: 1.8;
}

.mission-section .video-heading {
	margin-top: 100px;
}

.video-consent,
.mission-section iframe,
.career-home-video iframe {
	position: relative;
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	border: 0;
	background: #222;
}

.mission-section iframe,
.career-home-video iframe {
	margin-top: 35px;
}

.video-consent {
	margin-top: 35px;
}

.video-poster {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.video-consent > div {
	position: absolute;
	inset: 0;
	display: grid;
	align-content: center;
	justify-items: center;
	padding: 25px;
	background: rgb(0 0 0 / 75%);
	color: #ebebeb;
	text-align: center;
}

.video-consent > div p {
	max-width: 65ch;
	margin-bottom: 0;
	font-size: 15px;
	line-height: 1.2;
}

.video-play {
	display: block;
	width: 64px;
	height: 64px;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
}

.video-play svg {
	display: block;
	width: 64px;
	height: 64px;
	overflow: visible;
}

.video-play circle {
	fill: none;
	stroke: #ebebeb;
	stroke-width: 8;
}

.video-play path {
	fill: #ebebeb;
}

.video-play:hover circle,
.video-play:focus-visible circle {
	stroke: #fff;
}

.video-play:hover path,
.video-play:focus-visible path {
	fill: #fff;
}

.benefits-section {
	padding: 60px 0 89px;
}

.benefits-section > .career-container > p,
.locations-section > .career-container > p {
	max-width: 1080px;
	color: #858585;
	font-size: 20px;
	line-height: 1.8;
}

.benefit-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px 58px;
	margin: 55px 0 97px;
}

.benefit {
	display: grid;
	min-height: 105px;
	align-content: start;
	justify-items: center;
	text-align: center;
}

.benefit-icon {
	width: 180px;
	height: 72px;
	margin-bottom: 13px;
	object-fit: contain;
}

.benefit h3 {
	max-width: 310px;
	margin: 0;
	color: #777;
	font-size: 18.2px;
	font-weight: 600;
	line-height: 1.25;
}

.benefits-section .application-button,
.locations-section .application-button {
	display: flex;
	margin-inline: auto;
}

.benefits-infographic {
	display: block;
	width: min(100%, 1064px);
	margin: 46px auto 0;
}

.career-blue .fit-section {
	padding-bottom: 109.5px;
}

.career-blue .job-hero .career-container {
	transform: translateY(1px);
}

.career-blue .mission-section {
	padding: 81px 0 87px;
}

.career-blue .benefits-section {
	padding: 60px 0 150px;
}

.career-blue .team-greeting-card {
	padding-bottom: 75.5px;
}

.career-blue .workplace-section {
	padding-bottom: 110px;
}

.career-blue .locations-section {
	margin-top: 0;
	padding-top: 90px;
	padding-bottom: 13px;
}

.career-blue .locations-section h2 {
	font-size: 39px;
	line-height: 1;
}

.career-blue .oberstdorf-map {
	margin-bottom: 52px;
}

.testimonial-section {
	padding: 120px 0;
}

.testimonial-slider {
	position: relative;
	display: grid;
	min-height: 570px;
	border: 3px solid var(--accent);
}

.testimonial {
	position: relative;
	grid-area: 1 / 1;
	display: grid;
	min-height: 570px;
	align-content: center;
	justify-items: center;
	padding: 30px 24px;
	opacity: 0;
	pointer-events: none;
	text-align: center;
	transform: translateX(18px);
	transition: opacity 420ms ease, transform 420ms ease;
}

.testimonial.is-active {
	z-index: 1;
	opacity: 1;
	pointer-events: auto;
	transform: none;
}

.testimonial-photo {
	width: 112px;
	height: 112px;
	border: 3px solid var(--accent);
	border-radius: 50%;
	object-fit: cover;
}

.testimonial blockquote {
	max-width: 1000px;
	margin: 34px auto 23px;
	font-size: 18.2px;
	font-style: italic;
	font-weight: 600;
	line-height: 34px;
}

.testimonial > p {
	margin: 0;
	font-style: italic;
}

.testimonial small {
	display: block;
	color: var(--accent);
	font-size: 15px;
}

.testimonial-controls {
	position: absolute;
	z-index: 3;
	right: 18px;
	bottom: 14px;
	display: flex;
	gap: 8px;
}

.testimonial-controls button {
	display: grid;
	width: 38px;
	height: 38px;
	border: 1px solid var(--accent);
	border-radius: 50%;
	place-items: center;
	background: transparent;
	color: var(--accent);
	cursor: pointer;
	font-size: 26px;
}

.testimonial-swipe-hint {
	display: none;
}

@keyframes testimonial-swipe-hint {
	0%,
	100% {
		transform: translateX(0);
	}

	50% {
		transform: translateX(6px);
	}
}

.team-greeting {
	position: relative;
	padding: 10px 0 0;
	background: #8c9093;
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 100px), 50% 100%, 0 calc(100% - 100px));
}

.team-greeting-card {
	padding: 38px 36px 55.5px;
	background: #fff;
	text-align: center;
}

.team-greeting-card h2 {
	margin-bottom: 22px;
	font-size: 45px;
	font-weight: 600;
	line-height: 1;
}

.team-photo {
	display: block;
	width: 100%;
	max-height: 420px;
	object-fit: cover;
}

.team-greeting-card p {
	max-width: 1050px;
	margin: 20px auto 0;
	font-size: 20px;
	line-height: 1.8;
}

.team-greeting-card p + p {
	margin: 36px auto 43px;
}

.team-greeting-card .application-button {
	width: 100%;
}

.workplace-section {
	margin-top: 45px;
	padding: 120px 0 70px;
}

.workplace-section h2 {
	margin-bottom: 70px;
	padding: 25px 30px;
	background: var(--accent);
	color: #fff;
	font-size: 50px;
	font-weight: 600;
	line-height: 1;
}

.workplace-gallery {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
}

.workplace-gallery-item {
	position: relative;
	display: block;
	padding: 0;
	overflow: hidden;
	border: 0;
	background: transparent;
	cursor: zoom-in;
}

.workplace-image {
	width: 100%;
	aspect-ratio: 1.48 / 1;
	object-fit: cover;
	transition: transform 220ms ease, filter 220ms ease;
}

.workplace-gallery-zoom {
	position: absolute;
	right: 10px;
	bottom: 8px;
	display: grid;
	width: 28px;
	height: 28px;
	place-items: center;
	border-radius: 50%;
	background: rgb(0 0 0 / 68%);
	color: #fff;
	font-size: 24px;
	line-height: 1;
	opacity: 0;
	transform: translateY(6px);
	transition: opacity 180ms ease, transform 180ms ease;
}

.workplace-gallery-item:hover .workplace-image,
.workplace-gallery-item:focus-visible .workplace-image {
	filter: brightness(0.78);
	transform: scale(1.045);
}

.workplace-gallery-item:hover .workplace-gallery-zoom,
.workplace-gallery-item:focus-visible .workplace-gallery-zoom {
	opacity: 1;
	transform: none;
}

.workplace-gallery-item:focus-visible {
	outline: 3px solid var(--accent);
	outline-offset: 3px;
}

.workplace-lightbox[hidden] {
	display: none;
}

.workplace-lightbox {
	position: fixed;
	z-index: 1100;
	inset: 0;
	display: grid;
	place-items: center;
	padding: 36px;
}

.workplace-lightbox-backdrop {
	position: absolute;
	inset: 0;
	background: rgb(4 14 25 / 88%);
}

.workplace-lightbox-dialog {
	position: relative;
	z-index: 1;
	display: grid;
	max-width: min(1180px, 94vw);
	max-height: calc(100vh - 72px);
	place-items: center;
}

.workplace-lightbox-dialog img {
	display: block;
	max-width: 100%;
	max-height: calc(100vh - 110px);
	box-shadow: 0 16px 50px rgb(0 0 0 / 35%);
}

.workplace-lightbox-close,
.workplace-lightbox-nav {
	position: absolute;
	border: 0;
	color: #fff;
	background: rgb(0 0 0 / 58%);
	cursor: pointer;
}

.workplace-lightbox-close {
	top: 12px;
	right: 12px;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	font-size: 31px;
	line-height: 1;
}

.workplace-lightbox-nav {
	top: 50%;
	width: 48px;
	height: 62px;
	font-size: 48px;
	line-height: 0.8;
	transform: translateY(-50%);
}

.workplace-lightbox-previous {
	left: 12px;
}

.workplace-lightbox-next {
	right: 12px;
}

.workplace-lightbox-close:hover,
.workplace-lightbox-close:focus-visible,
.workplace-lightbox-nav:hover,
.workplace-lightbox-nav:focus-visible {
	background: var(--accent);
	outline: 2px solid #fff;
}

.workplace-lightbox-counter {
	position: absolute;
	right: 0;
	bottom: -33px;
	left: 0;
	margin: 0;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	text-align: center;
}

.workplace-section .application-button {
	display: flex;
	margin: 120px auto 0;
}

.locations-section {
	margin-top: 70px;
	padding: 70px 0;
	text-align: center;
}

.locations-map {
	display: block;
	width: min(100%, 1024px);
	margin: 45px auto 70px;
}

.oberstdorf-map {
	position: relative;
	margin: 45px auto 70px;
	overflow: hidden;
	border-radius: 26px;
}

.oberstdorf-map .locations-map {
	width: 100%;
	height: 416px;
	margin: 0;
	object-fit: cover;
}

.map-address {
	position: absolute;
	top: 50%;
	display: grid;
	width: 170px;
	padding: 12px;
	border-radius: 4px;
	background: #f0f0f0;
	box-shadow: 0 4px 10px rgb(0 0 0 / 30%);
	transform: translateY(-50%);
}

.map-address-left {
	left: calc(50% - 210px);
}

.map-address-right {
	left: calc(50% + 40px);
}

.partners-section {
	margin-top: 0;
	padding: 70px 0 110px;
	text-align: center;
}

.partners-section h2 {
	font-size: 39px;
	line-height: 1;
}

.partner-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 24px;
	align-items: center;
	margin: 30px auto 0;
	max-width: 1120px;
}

.partner-logo {
	width: 100%;
	height: 205px;
	object-fit: cover;
}

.thank-hero {
	display: grid;
	min-height: 645px;
	align-content: center;
	justify-items: center;
	padding: 40px 24px;
	background: #8d8d8d;
	color: #fff;
	text-align: center;
}

.thank-hero h1 {
	margin: 28px 0 0;
	font-size: clamp(40px, 4.4vw, 62px);
}

.thank-copy {
	display: grid;
	min-height: 240px;
	place-items: center;
	padding: 50px 24px;
	color: #888;
	font-size: 22px;
	text-align: center;
}

.career-generic {
	padding: 100px 0;
}

.reveal {
	opacity: 0;
	transform: translateY(22px);
	transition: opacity 500ms ease, transform 500ms ease;
}

.reveal.is-visible {
	opacity: 1;
	transform: none;
}

.application-modal[hidden] {
	display: none;
}

.application-modal {
	position: fixed;
	z-index: 1000;
	inset: 0;
	display: grid;
	place-items: center;
	padding: 24px;
	opacity: 0;
	transition: opacity 180ms ease;
}

.application-modal.is-open,
.application-modal:not([hidden]) {
	opacity: 1;
}

.application-backdrop {
	position: absolute;
	inset: 0;
	background: rgb(0 0 0 / 72%);
	backdrop-filter: blur(2px);
}

.application-dialog {
	position: relative;
	z-index: 1;
	width: min(860px, 100%);
	max-height: calc(100vh - 48px);
	overflow: auto;
	padding: 45px 55px 50px;
	border-top: 7px solid var(--accent);
	background: #fff;
	box-shadow: 0 24px 70px rgb(0 0 0 / 35%);
	transform: translateY(18px) scale(0.985);
	transition: transform 180ms ease;
}

.application-modal.is-open .application-dialog,
.application-modal:not([hidden]) .application-dialog {
	transform: none;
}

.application-close {
	position: absolute;
	top: 14px;
	right: 17px;
	width: 40px;
	height: 40px;
	border: 0;
	background: transparent;
	color: #555;
	cursor: pointer;
	font-size: 35px;
	line-height: 1;
}

.application-dialog > h2 {
	margin-bottom: 5px;
	color: var(--accent);
	font-size: 42px;
}

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

.form-progress {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 7px;
	margin: 0 0 35px;
}

.form-progress span {
	display: grid;
	grid-template-columns: 30px 1fr;
	gap: 8px;
	align-items: center;
	padding: 9px 12px;
	background: #ececec;
	color: #777;
	font-size: 14px;
}

.form-progress span::first-letter {
	font-size: 18px;
	font-weight: 800;
}

.form-progress span.is-current,
.form-progress span.is-complete {
	background: var(--accent);
	color: #fff;
}

.application-form fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

.application-form legend {
	margin-bottom: 25px;
	color: var(--career-charcoal);
	font-size: 28px;
	font-weight: 800;
}

.application-form fieldset > label,
.training-options {
	display: grid;
	gap: 7px;
	margin-bottom: 22px;
}

.application-form label > span:first-child,
.training-options > span {
	font-weight: 700;
}

.application-form input:not([type="checkbox"]),
.application-form select {
	width: 100%;
	min-height: 52px;
	padding: 10px 14px;
	border: 1px solid #c9c9c9;
	border-radius: 2px;
	background: #f6f6f6;
	color: #333;
}

.application-form input:focus,
.application-form select:focus {
	border-color: var(--accent);
	outline: 2px solid color-mix(in srgb, var(--accent) 22%, transparent);
}

.training-options > p {
	margin: -5px 0 8px;
	color: #777;
	font-size: 15px;
}

.form-check-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px 24px;
}

.form-check-grid label,
.privacy-check {
	display: flex;
	gap: 10px;
	align-items: center;
	cursor: pointer;
}

.form-check-grid input,
.privacy-check input {
	flex: 0 0 auto;
	width: 20px;
	height: 20px;
	margin: 0;
	accent-color: var(--accent);
}

.form-two-columns {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0 20px;
}

.privacy-check {
	align-items: flex-start;
	margin-top: 25px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.45;
}

.privacy-check input {
	margin-top: 2px;
}

.privacy-check a {
	color: var(--accent);
}

.form-navigation {
	display: flex;
	gap: 12px;
	justify-content: flex-end;
	margin-top: 34px;
}

.form-navigation button {
	min-height: 50px;
	padding: 9px 20px;
	border: 1px solid var(--accent);
	border-radius: 3px;
	background: transparent;
	color: var(--accent);
	cursor: pointer;
	font-weight: 700;
}

.form-navigation .form-next,
.form-navigation .form-submit {
	background: var(--accent);
	color: #fff;
}

.form-navigation button:hover,
.form-navigation button:focus-visible {
	filter: brightness(0.9);
}

.form-honeypot {
	position: absolute !important;
	overflow: hidden !important;
	width: 1px !important;
	height: 1px !important;
	clip: rect(0, 0, 0, 0) !important;
}

.form-message {
	padding: 12px 15px;
	border-left: 4px solid var(--accent);
	background: #f5f5f5;
}

@media (max-width: 900px) {
	body {
		font-size: 17px;
	}

	.criteria-grid {
		gap: 30px;
	}

	.criteria-group li {
		padding-left: 38px;
		font-size: 16px;
	}

	.benefit-grid {
		gap: 30px 20px;
	}

	.workplace-gallery {
		grid-template-columns: repeat(3, 1fr);
	}

	.partner-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 640px) {
	.career-container {
		width: min(calc(100% - 32px), var(--career-width));
	}

	.career-header {
		min-height: 117px;
	}

	.career-header > a {
		transform: translateY(7px);
	}

	.home .career-header > a {
		transform: none;
	}

	.career-logo {
		width: min(340px, 88vw);
	}

	.career-home-intro {
		padding: 55px 0 55px;
	}

	.career-home-intro h1 {
		margin-bottom: 15px;
		font-size: 22px;
		line-height: 1;
	}

	.career-home-intro p {
		font-size: 15px;
		line-height: 1;
	}

	.career-choice {
		grid-template-columns: 1fr;
	}

	.career-choice-card {
		min-height: 366px;
		place-items: center;
		padding: 45px 20px;
	}

	.career-choice-card span {
		transform: translateY(6px);
	}

	.career-choice-card::before {
		background: rgb(190 15 50 / 97%);
	}

	.career-choice-ergo::before {
		background: rgb(17 103 164 / 96%);
	}

	.career-choice-card strong {
		font-size: 38px;
	}

	.career-choice-card em {
		font-size: 23px;
	}

	.career-choice-card b {
		font-size: 21px;
	}

	.career-home-copy {
		padding: 65px 0;
	}

	.career-home-copy h2 {
		font-size: 25px;
	}

	.job-hero {
		min-height: 640px;
	}

	.job-hero .career-container {
		transform: none;
	}

	.career-blue .job-hero .career-container {
		transform: none;
	}

	.job-hero h1 {
		margin: 20px 0 24px;
	}

	.job-title-primary {
		font-size: 28px;
	}

	.job-title-secondary {
		margin-top: 20px;
		font-size: 22px;
	}

	.job-hero p {
		font-size: 16px;
		font-weight: 400;
		line-height: 1.58;
	}

	.job-hero .job-locations {
		margin-bottom: 14px;
	}

	.application-button {
		min-height: 46px;
		font-size: 16px;
	}

	.fit-section {
		padding: 160px 0 69px;
	}

	.fit-section h2 {
		font-size: 30px;
	}

	.benefits-section h2,
	.locations-section h2 {
		font-size: 28px;
	}

	.partners-section h2 {
		font-size: 27px;
	}

	.criteria-grid {
		grid-template-columns: 1fr;
		gap: 0;
		margin: 25px 0 39px;
	}

	.criteria-group {
		max-width: 390px;
		margin-inline: auto;
		padding: 39px 32px;
		text-align: center;
	}

	.criteria-group:nth-child(1) {
		min-height: 542px;
	}

	.criteria-group:nth-child(2) {
		min-height: 588px;
	}

	.criteria-group:nth-child(3) {
		min-height: 588px;
	}

	.criteria-group:nth-child(odd) {
		background: #92969a;
	}

	.criteria-group:nth-child(odd) > .criteria-image:not(.criteria-image-mobile) {
		display: none;
	}

	.criteria-group:nth-child(odd) > .criteria-image-mobile {
		display: block;
	}

	.criteria-image {
		width: 220px;
		height: 120px;
		margin-bottom: 14px;
	}

	.criteria-group ul {
		gap: 26px;
	}

	.criteria-group li {
		padding-left: 0;
		font-size: 18px;
		line-height: 1.35;
		text-align: center;
	}

	.criteria-group li::before {
		position: static;
		display: block;
		margin-bottom: 10px;
		color: var(--accent);
	}

	.criteria-group:nth-child(odd) li,
	.criteria-group:nth-child(odd) li::before {
		color: #fff;
	}

	.down-chevrons {
		height: 59px;
		visibility: hidden;
	}

	.mission-section {
		padding: 65px 0;
	}

	.mission-section h2 {
		font-size: 40px;
	}

	.mission-section h3 {
		font-size: 21px;
	}

	.mission-section p {
		font-size: 17px;
		line-height: 1.8;
	}

	.mission-section .video-heading {
		margin-top: 65px;
	}

	.video-consent > div p {
		font-size: 12px;
	}

	.video-play {
		width: 48px;
		height: 48px;
	}

	.video-play svg {
		width: 48px;
		height: 48px;
	}

	.benefit-grid {
		grid-template-columns: repeat(2, 1fr);
		margin: 55px 0 80px;
	}

	.benefit {
		min-height: 135px;
	}

	.benefit h3 {
		font-size: 16px;
	}

	.benefits-section > .career-container > p,
	.locations-section > .career-container > p {
		font-size: 18px;
		line-height: 1.8;
	}

	.testimonial-slider {
		min-height: 680px;
	}

	.testimonial {
		min-height: 680px;
	}

	.testimonial blockquote {
		font-size: 14px;
		line-height: 21px;
	}

	.testimonial-controls {
		display: none;
	}

	.testimonial-swipe-hint {
		position: absolute;
		right: 0;
		bottom: 18px;
		left: 0;
		display: block;
		margin: 0;
		color: var(--accent);
		font-size: 13px;
		font-weight: 700;
		letter-spacing: 0.02em;
		text-align: center;
	}

	.testimonial-swipe-hint span {
		display: inline-block;
		margin-left: 5px;
		font-size: 18px;
		animation: testimonial-swipe-hint 1.8s ease-in-out infinite;
	}

	.team-greeting {
		padding-top: 35px;
		clip-path: polygon(0 0, 100% 0, 100% calc(100% - 50px), 50% 100%, 0 calc(100% - 50px));
	}

	.team-greeting-card {
		padding: 28px 24px 55.5px;
	}

	.team-greeting-card h2 {
		font-size: 30px;
	}

	.team-greeting-card p {
		font-size: 19px;
		line-height: 1.8;
	}

	.team-photo {
		min-height: 210px;
		object-position: center;
	}

	.workplace-section {
		margin-top: 35px;
		padding: 70px 0 60px;
	}

	.workplace-section h2 {
		margin-bottom: 45px;
		padding: 18px;
		font-size: 30px;
	}

	.workplace-gallery {
		grid-template-columns: repeat(2, 1fr);
		gap: 6px;
	}

	.workplace-section .application-button {
		margin-top: 70px;
	}

	.map-address {
		position: static;
		width: auto;
		border-radius: 0;
		box-shadow: none;
		transform: none;
	}

	.oberstdorf-map {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}

	.oberstdorf-map .locations-map {
		grid-column: 1 / -1;
		height: 300px;
	}

	.partner-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 18px;
	}

	.partner-logo {
		height: 150px;
		object-fit: contain;
	}

	.partners-section {
		padding: 45px 0 80px;
	}

	.career-footer {
		padding-top: 65px;
	}

	.thank-hero {
		min-height: 500px;
	}

	.thank-hero h1 {
		font-size: 34px;
	}

	.application-modal {
		padding: 0;
	}

	.application-dialog {
		width: 100%;
		max-height: 100vh;
		min-height: 100vh;
		padding: 38px 20px 35px;
	}

	.application-dialog > h2 {
		font-size: 34px;
	}

	.form-progress span {
		display: block;
		padding: 8px;
		text-align: center;
	}

	.form-progress b {
		display: none;
	}

	.form-check-grid,
	.form-two-columns {
		grid-template-columns: 1fr;
	}

	.form-navigation {
		flex-wrap: wrap;
	}

	.form-navigation button {
		flex: 1 1 auto;
	}
}

@media (prefers-reduced-motion: reduce) {
	* {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}

	.reveal {
		opacity: 1;
		transform: none;
	}
}
