.rp-career-v2,
.rp-career-v2 * {
	box-sizing: border-box;
}

.rp-career-v2 {
	color: var(--rp-color-text);
	font-family: var(--rp-font-primary);
	font-size: 16px;
}

.rp-career-v2__content {
	padding-bottom: 64px;
}

.rp-career-v2__hero {
	margin: 0 0 32px;
	overflow: hidden;
}

.rp-career-v2__hero img,
.rp-career-v2__rich-text img {
	display: block;
	height: auto;
	max-width: 100%;
	width: 100%;
}

.rp-career-v2__overview-heading {
	margin: 0 auto 40px;
}

.rp-career-v2__rich-text h2 {
	color: var(--rp-color-text);
	float: none;
	font-family: var(--rp-font-primary);
	font-size: clamp(2rem, 7vw, 2.4rem);
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.1;
	margin: 64px 0 28px;
	padding: 0 0 18px;
	position: relative;
	text-align: center;
	width: auto;
}

.rp-career-v2__rich-text h2::after {
	background: var(--rp-color-accent);
	border-radius: 999px;
	bottom: 0;
	content: "";
	height: 3px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 48px;
}

.rp-career-v2__rich-text h3 {
	color: var(--rp-color-text);
	float: none;
	font-family: var(--rp-font-primary);
	font-size: clamp(1.25rem, 3vw, 1.5rem);
	font-weight: 700;
	line-height: 1.3;
	margin: 32px 0 14px;
	width: auto;
}

.rp-career-v2__rich-text .responsive-image {
	border-radius: 16px;
	margin: 0;
}

.rp-career-v2__section {
	margin-top: 72px;
}

.rp-career-v2__section-title {
	margin-bottom: 28px;
	text-align: center;
}

.rp-career-v2__grid {
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(0, 1fr);
}

.rp-career-v2__position-card,
.rp-career-v2__person-card,
.rp-career-v2__benefit-card {
	align-items: center;
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 18px 12px;
	text-align: center;
	transition: transform 240ms ease;
}

.rp-career-v2__position-icon {
	border-radius: 50%;
	height: 80px;
	margin-bottom: 18px;
	object-fit: contain;
	transition: transform 240ms ease;
	width: 80px;
}

.rp-career-v2__position-title,
.rp-career-v2__person-name,
.rp-career-v2__benefit-title {
	margin-bottom: 10px;
	text-align: center;
}

.rp-career-v2__position-title {
	color: var(--rp-color-accent);
}

.rp-career-v2__position-description,
.rp-career-v2__person-review,
.rp-career-v2__benefit-description {
	margin: 0;
	text-align: center;
}

.rp-career-v2__position-link {
	margin-top: 24px;
}

.rp-career-v2__person-photo {
	align-items: center;
	display: flex;
	flex-direction: column;
	height: 130px;
	justify-content: flex-end;
	margin: 0 auto 20px;
	transition: transform 240ms ease;
	width: 130px;
}

.rp-career-v2__person-photo img {
	display: block;
	height: 120px;
	object-fit: contain;
	width: auto;
}

.rp-career-v2__person-photo.contact-bg-1 {
	background-image: url('../../../img/kontakt/bg-1.png');
}

.rp-career-v2__person-photo.contact-bg-2 {
	background-image: url('../../../img/kontakt/bg-2.png');
}

.rp-career-v2__person-photo.contact-bg-3 {
	background-image: url('../../../img/kontakt/bg-3.png');
}

.rp-career-v2__person-photo.contact-bg-4 {
	background-image: url('../../../img/kontakt/bg-4.png');
}

.rp-career-v2__person-photo.contact-bg-5 {
	background-image: url('../../../img/kontakt/bg-5.png');
}

.rp-career-v2__person-photo.contact-bg-6 {
	background-image: url('../../../img/kontakt/bg-6.png');
}

.rp-career-v2__person-photo.contact-bg-7 {
	background-image: url('../../../img/kontakt/bg-7.png');
}

.rp-career-v2__person-photo.contact-bg-8 {
	background-image: url('../../../img/kontakt/bg-8.png');
}

.rp-career-v2__person-photo[class*="contact-bg-"] {
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 50%;
	overflow: hidden;
}

.rp-career-v2__person-position {
	color: var(--rp-color-accent);
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.4;
	margin: 0 0 16px;
	text-align: center;
}

.rp-career-v2__benefit-icon {
	height: 60px;
	margin-bottom: 18px;
	object-fit: contain;
	transition: transform 240ms ease;
	width: 60px;
}

.rp-career-v2__additional-text {
	margin-top: 56px;
}

.rp-career-v2__application {
	margin-top: 64px;
}

.rp-career-v2--position .rp-career-v2__rich-text h2 {
	font-size: clamp(1.5rem, 4vw, 2rem);
	line-height: 1.2;
	margin: 48px 0 20px;
	padding: 0;
	position: static;
	text-align: left;
}

.rp-career-v2--position .rp-career-v2__rich-text h2::after {
	content: none;
}

.rp-career-v2--position .rp-career-v2__section-title {
	text-align: left;
}

.rp-career-v2__application-lead {
	margin: -8px 0 28px;
	text-align: center;
}

.rp-career-v2--position .rp-career-v2__application-lead {
	text-align: left;
}

.rp-career-v2__contact {
	background: #fbf5f9;
	border-radius: 18px;
	display: grid;
	overflow: hidden;
}

.rp-career-v2__contact-person {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 18px;
	padding: 28px;
	text-align: center;
}

.rp-career-v2__contact-photo {
	border-radius: 50%;
	height: 120px;
	object-fit: cover;
	width: 120px;
}

.rp-career-v2__contact-details {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.rp-career-v2__contact-details a {
	color: var(--rp-color-text-muted);
	font-size: 1rem;
	text-decoration: none;
}

.rp-career-v2__contact-details a:hover,
.rp-career-v2__contact-details a:focus {
	color: var(--rp-color-accent);
	text-decoration: underline;
}

.rp-career-v2__contact-quote {
	align-items: center;
	background: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0;
	padding: 32px 28px;
	text-align: center;
}

.rp-career-v2__contact-quote p {
	color: var(--rp-color-text);
	font-family: var(--rp-font-primary);
	font-size: 1.125rem;
	line-height: 1.55;
	margin: 0 0 10px;
	max-width: 320px;
	padding: 0;
	text-align: center;
}

.rp-career-v2__contact-quote cite {
	color: var(--rp-color-text-muted);
	font-size: 0.875rem;
	font-style: normal;
}

[data-rp-career-reveal].is-reveal-ready {
	opacity: 0;
	transform: translateY(18px);
	transition: opacity 500ms ease, transform 500ms ease;
}

[data-rp-career-reveal].is-reveal-ready.is-revealed {
	opacity: 1;
	transform: translateY(0);
}

@media (hover: hover) and (pointer: fine) {
	.rp-career-v2__position-card:hover,
	.rp-career-v2__person-card:hover,
	.rp-career-v2__benefit-card:hover {
		transform: translateY(-5px);
	}

	.rp-career-v2__position-card:hover .rp-career-v2__position-icon,
	.rp-career-v2__person-card:hover .rp-career-v2__person-photo,
	.rp-career-v2__benefit-card:hover .rp-career-v2__benefit-icon {
		transform: scale(1.04);
	}
}

@media screen and (min-width: 640px) {
	.rp-career-v2__contact-person {
		flex-direction: row;
		text-align: left;
	}
}

@media screen and (min-width: 720px) {
	.rp-career-v2__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.rp-career-v2__grid--positions {
		grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	}

	.rp-career-v2__contact {
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	}
}

@media screen and (max-width: 767px) {
	.rp-career-v2__content {
		padding-bottom: 48px;
	}

	.rp-career-v2__hero {
		margin-bottom: 28px;
	}

	.rp-career-v2__section {
		margin-top: 56px;
	}

	.rp-career-v2__rich-text h2 {
		margin-top: 40px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.rp-career-v2__position-card,
	.rp-career-v2__person-card,
	.rp-career-v2__benefit-card,
	.rp-career-v2__position-icon,
	.rp-career-v2__person-photo,
	.rp-career-v2__benefit-icon,
	[data-rp-career-reveal].is-reveal-ready {
		transition: none;
	}
}
