/**
 * Stellenanzeigen – LOMA-Layout (Theme-angepasst)
 * Technisches/Industrie-Design: Blautöne, technische Hintergründe
 */

/* Single: Technischer Hintergrund (Blueprint/Schematic-Style) */
.wt-stellenanzeige-single {
	max-width: 1100px;
	margin: 0 auto;
	padding: 3rem 1.5rem;
	background-color: #F3F8FC;
	background-image: 
		linear-gradient(rgba(243, 248, 252, 0.95) 0%, rgba(243, 248, 252, 0.95) 100%),
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60' viewBox='0 0 60 60'%3E%3Cpath fill='none' stroke='%2309458A' stroke-opacity='0.06' stroke-width='0.5' d='M0 30h60M30 0v60M5 5l50 50M55 5L5 55'/%3E%3Ccircle cx='30' cy='30' r='2' fill='%2309458A' fill-opacity='0.04'/%3E%3C/svg%3E");
	min-height: 60vh;
}

.wt-stellenanzeige-layout {
	display: grid;
	grid-template-columns: 1fr 220px;
	gap: 3rem;
	align-items: start;
}

@media (max-width: 900px) {
	.wt-stellenanzeige-layout {
		grid-template-columns: 1fr;
		gap: 2rem;
	}
	.wt-branchen-sidebar {
		order: -1;
	}
	.wt-branchen-icons {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		gap: 1rem;
	}
}

/* Hauptinhalt – mehr Padding, luftiger */
.wt-stellenanzeige-content-col {
	background: #fff;
	padding: 3rem 2.5rem;
	border-radius: 12px;
	box-shadow: 0 4px 20px rgba(0, 51, 102, 0.06);
}

/* Job-Titel: groß, fett, Theme-Blau */
.wt-stellenanzeige-article .entry-title {
	color: #09458A;
	font-size: 3rem;
	font-weight: 700;
	margin: 0 0 2rem 0;
	line-height: 1.2;
	letter-spacing: -0.02em;
	font-family: 'Maven Pro', sans-serif;
}

/* Unternehmenseinführung */
.wt-company-intro {
	color: #003366;
	line-height: 1.75;
	margin-bottom: 2.5rem;
	font-size: 1.5rem;
	font-weight: 400;
}

/* Sektionen – mehr Abstand dazwischen */
.wt-section {
	margin-bottom: 2.5rem;
}

.wt-section:last-of-type {
	margin-bottom: 0;
}

.wt-section-title {
	color: #09458A;
	font-size: 1.8rem;
	font-weight: 700;
	margin: 0 0 1rem 0;
	letter-spacing: 0.01em;
	font-family: 'Maven Pro', sans-serif;
}

/* Listen – Fließtext kleiner als Überschriften */
.wt-section-list {
	margin: 0;
	padding-left: 1.5rem;
	color: #09458A;
	line-height: 1.8;
	list-style: none;
	font-size: 1.4rem;
}

.wt-section-list li {
	margin-bottom: 0.6rem;
	position: relative;
	padding-left: 1rem;
}

.wt-section-list li::before {
	content: "";
	position: absolute;
	left: -1.25rem;
	top: 0.5em;
	width: 6px;
	height: 6px;
	background: #09458A;
}

.wt-section-list li:last-child {
	margin-bottom: 0;
}

.wt-section-text {
	line-height: 1.8;
	color: #003366;
	font-size: 0.9rem;
}

.wt-extra-content {
	margin-top: 2.5rem;
	line-height: 1.8;
}

.wt-extra-content p {
	margin-bottom: 1rem;
}

/* Kontakt-Block */
.wt-contact-block {
	margin-top: 2.5rem;
	padding: 1.5rem 1.25rem;
	background: #f0f7fc;
	border-left: 4px solid #003366;
	border-radius: 6px;
}

.wt-contact-block p {
	margin: 0 0 0.5rem 0;
}

.wt-contact-block p:last-child {
	margin-bottom: 0;
}

.wt-contact-block a {
	color: #00B6E8;
}

.wt-contact-block a:hover {
	text-decoration: underline;
}

/* Footer: Logo links | URL Mitte | QR komplett rechts */
.wt-stellenanzeige-footer {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
	margin-top: 3rem;
	padding-top: 2rem;
	border-top: 1px solid #e0e8ef;
	width: 100%;
}

.wt-stellenanzeige-footer .wt-footer-logo {
	order: 1;
	flex-shrink: 0;
}

.wt-stellenanzeige-footer .wt-footer-website {
	order: 2;
	flex: 1;
	text-align: center;
	min-width: 0;
}

.wt-stellenanzeige-footer .wt-footer-qr {
	order: 3;
	flex-shrink: 0;
}

.wt-footer-logo img {
	max-height: 50px;
	width: auto;
}

.wt-footer-qr img {
	width: 80px;
	height: 80px;
}

.wt-footer-website a {
	color: #003366;
	font-weight: 600;
}

.wt-footer-website a:hover {
	color: #00B6E8;
}

@media (max-width: 600px) {
	.wt-stellenanzeige-footer {
		flex-wrap: wrap;
		justify-content: center;
	}
	.wt-stellenanzeige-footer .wt-footer-logo,
	.wt-stellenanzeige-footer .wt-footer-website,
	.wt-stellenanzeige-footer .wt-footer-qr {
		flex: none;
	}
}

/* Sidebar Branchen – mehr Abstand zwischen Pills */
.wt-branchen-sidebar {
	position: sticky;
	top: 2rem;
}

.wt-branchen-icons {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}

.wt-branche-item {
	display: flex;
	align-items: center;
	gap: 1rem;
	background: #fff;
	padding: 1rem 1.25rem;
	border-radius: 50px;
	box-shadow: 0 2px 12px rgba(0, 51, 102, 0.08);
}

.wt-branche-icon {
	width: 44px;
	height: 44px;
	min-width: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #003366;
	color: #fff;
	border-radius: 50%;
	font-size: 1.1rem;
}

.wt-branche-label {
	font-size: 1.4rem;
	color: #003366;
	font-weight: 600;
}

/* Zurück-Link */
.wt-stellenanzeige-back {
	margin-top: 3rem;
	padding-top: 1.5rem;
}

.wt-stellenanzeige-back a {
	color: #003366;
	text-decoration: none;
	font-weight: 500;
}

.wt-stellenanzeige-back a:hover {
	color: #00B6E8;
	text-decoration: underline;
}

/* Archiv */
.wt-stellenanzeigen-archive {
	max-width: 900px;
	margin: 0 auto;
	padding: 3rem 1.5rem;
}

.wt-stellenanzeigen-archive .page-title {
	color: #ffff;
	margin-bottom: 2rem;
	font-family: 'Maven Pro', sans-serif;
}

.wt-stellenanzeigen-list {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.wt-stellenanzeige-card {
	display: block;
	background: #ffffff;
	color: #fff;
	padding: 1.25rem 1.5rem;
	border-radius: 8px;
	text-decoration: none;
	transition: background 0.2s, transform 0.2s;
}

.wt-stellenanzeige-card:hover {
	background: #06376B;
	color: #fff;
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(7, 58, 114, 0.3);
}

.wt-stellenanzeige-card .wt-stellenanzeige-title {
	color: #00B6E8 !important;
	margin: 0 0 0.5rem 0 !important;
	font-size: 1.2rem;
}

.wt-stellenanzeige-card .wt-branchen-preview {
	font-size: 0.85rem;
	opacity: 0.9;
}

/* Pagination – Theme-angepasst */
.wt-stellenanzeigen-archive .nav-links {
	margin-top: 2rem;
	padding-top: 1.5rem;
	border-top: 1px solid rgba(9, 69, 138, 0.2);
}

.wt-stellenanzeigen-archive .nav-links a,
.wt-stellenanzeigen-archive .nav-links .current {
	color: #09458A;
	padding: 0.5rem 1rem;
	margin: 0 0.25rem;
}

.wt-stellenanzeigen-archive .nav-links a:hover {
	color: #00B6E8;
}
@media (max-width: 992px) {
	.wt-stellenanzeige-single {
		padding: 3rem 0.5rem;
	}
	.wt-branche-item {
		width: 90%
	}
	.wt-stellenanzeige-content-col {
		padding: 3rem 1.5rem;
	}
}
@media (max-width: 900px) {
	.wt-branchen-sidebar {
		display: none;
	}
}
.wt-stellenanzeige-card .wt-branchen-preview {
	color: #00B6E8;
}