/* hide Cookie banner for Karriere pages */
#klaro-wrapper {
	display: none !important;
}
.cookie-spacer {
	height: 0px !important;
}
/* hide emergency/alert banner for Karriere pages */
#emergency, #alert {
	display: none !important;
}

/* Position Headerbild Startseite */
#main-content {
	padding-top: 110px !important;
}
/* Single Layout */
@media (max-width: 440px) {
	#main-content {
		padding-top: 65px !important;
	}
}
.content-image-right {
	float: left !important;
}

/* Reduzierung Zeilenhöhe Überschrift Kachel Startseite */
/*.three_col_wrapper .h2_short_content_small {
	line-height: 24px !important;
}*/

/* Karriere Kachel Seite "Benefits" */
.karriere-kachel-container {
	display: grid;
	row-gap: 2rem;
	column-gap: 2rem;
	grid-template-columns: repeat(3,1fr);
	margin: 0px;
	width: 100%;
}
.karriere-kachel {
	padding: 2rem;
	background-color: white;
	color: #00158c;;
}
.karriere-kachel-content {
	font-size: 16px;
	line-height: 22px;
	display: flex;
	flex-direction: column;
	text-align: center;
	box-sizing: border-box;
}
.karriere-kachel-text {
	margin: 0;
	margin-top: 1rem;
}
.karriere-kachel-icon {
	float: left;
	font-size: 40px;
	color: #ffa300;
	text-align: center;
	vertical-align: middle;
	line-height: 50px !important;
	height: 50px;
}
.karriere-kachel-headline {
	font-size: 1rem;
	line-height: 1.5;
	padding-bottom: 15px;
	-webkit-hyphens: auto;
	hyphens: auto;
	margin: 0;
	padding-left: 0;
	word-wrap: break-word;
	font-weight: normal;
}

/* Karriere Kachel Seite "Vielfalt" */
.karriere-kachel-vielfalt {
	padding: 20px;
	background-color: #ffa300;
	color: #00158c;
	margin-bottom: 20px;
}
.karriere-kachel-content-vielfalt {
	font-size: 16px;
	line-height: 22px;
	display: flex;
	flex-direction: column;
	text-align: center;
	box-sizing: border-box;
}
.karriere-kachel-text-vielfalt {
	margin: 0;
	margin-top: 1rem;
	text-align: justify;
	hyphens: auto;
	word-spacing: -1.0px;
}
.karriere-kachel-fontawesome-vielfalt {
	float: left;
	font-size: 60px;
	color: white;
	text-align: center;
	vertical-align: middle;
	line-height: 70px !important;
}
.fa-rotate-by {
	--fa-rotate-angle: -45deg;
}
.karriere-kachel-headline-vielfalt {
	font-size: 22px;
	line-height: 1.2;
	padding-bottom: 15px;
	hyphens: auto;
	margin: 0;
	padding-left: 0;
	word-wrap: break-word;
	font-weight: normal;
	color: white;
	height: 60px;
}
.karriere-kachel-hr {
	border: 1px solid white;
}

/* Double Layout */
@media (min-width: 440px) and (max-width: 738px) {
	.karriere-kachel-container {
		row-gap: 1rem;
		column-gap: 1rem;
		grid-template-columns: repeat(2,1fr);
	}
}

/* Single Layout */
@media (max-width: 440px) {
	.karriere-kachel-container {
		grid-template-columns: repeat(1,1fr);
	}
	.karriere-kachel:last-child {
		margin-bottom: 30px;
	}
}

/* Karriere Akkordeon */
.karriere-akkordeon-container {
	display: flex;
	flex-wrap: wrap;
}
.karriere-teaser {
	flex-basis: 33.3333333333%;
	max-width: 33.3333333333%;
	box-sizing: border-box;
	flex: 1 1;
	position: relative;
	padding-right: 22px;
	cursor: pointer;
	padding-bottom: 22px;
}
.karriere-teaser-label {
	background-color: white;
}
.karriere-teaser-label-container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
	margin-top: -3px;
}
.karriere-teaser-label-headline {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	justify-content: space-between;
	font-size: 1.00rem;
	line-height: 1.25;
	padding-left: 15px;
}
.karriere-teaser-label-headline h3 {
	margin: .5rem 0 0;
}
.karriere-teaser-label-button {
	display: inline-flex;;
	align-self: flex-start;
}
.karriere-teaser-label-button i {
	margin: auto;
	padding: .75rem;
	background-color: #ffa300;
}
/* arrow up */
.activePannel i.fa-arrow-down::before {
	content: "\f062";
}
.karriere-expandable {
	background-color: white;
	width: 100%;
	margin-right: 20px;
	display: none;
	margin-bottom: 22px;
}
.karriere-arrow {
	margin-top: -22px !important;
	height: 3rem;
	margin-left: 2em;
	opacity: 1;
	position: absolute;
	transform-origin: bottom left;
	transition: opacity cubic-bezier(.38,.04,.35,.96) 250ms;
	width: 3rem;
}
.karriere-arrow polygon {
	display: block;
	fill: white;
}
.karriere-expandable-content {
	padding: 15px;
}
h2.karriere-expandable-headline {
	margin-top: 0px;
}
.karriere-akkordeon-container .karriere-expandable:nth-child(4) .karriere-arrow, .karriere-akkordeon-container .karriere-expandable:nth-child(10) .karriere-arrow {
	margin-left: 17rem;
}
.karriere-akkordeon-container .karriere-expandable:nth-child(6) .karriere-arrow, .karriere-akkordeon-container .karriere-expandable:nth-child(12) .karriere-arrow {
	margin-left: 34rem;
}
.karriere-akkordeon-container .karriere-teaser:nth-child(1), .karriere-akkordeon-container .karriere-teaser:nth-child(3), .karriere-akkordeon-container .karriere-teaser:nth-child(5) {
	order: 0;
}
.karriere-akkordeon-container .karriere-expandable:nth-child(2), .karriere-akkordeon-container .karriere-expandable:nth-child(4),.karriere-akkordeon-container .karriere-expandable:nth-child(6), .karriere-akkordeon-container .karriere-teaser:nth-child(7), .karriere-akkordeon-container .karriere-teaser:nth-child(9), .karriere-akkordeon-container .karriere-teaser:nth-child(11) {
	order: 1;
}
.karriere-akkordeon-container .karriere-expandable:nth-child(8), .karriere-akkordeon-container .karriere-expandable:nth-child(10), .karriere-akkordeon-container .karriere-expandable:nth-child(12), .karriere-akkordeon-container .karriere-teaser:nth-child(13) {
	order: 2;
}
.karriere-akkordeon-container .karriere-expandable:nth-child(14) {
	order: 3;
}
img.karriere-akkordeon-image{
	width: 245px;
	height: 140px;
}

#jobtitle {
		font-family: AccordAlt_Bold !important;
		line-height: 40px;
		vertical-align: middle;
		display: inline;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

/* Single Layout */
@media (max-width: 648px) {
	body {
	 hyphens: auto !important;
	 -webkit-hyphens: auto !important;
	}
	.karriere-akkordeon-container .karriere-teaser {
		max-width: 100% !important;
		padding-right: 0px;
	}
	img.karriere-akkordeon-image{
		width: 100%;
		min-width: 300px;
		height: 100%;
	}
	.karriere-expandable {
		margin-right: 0px;
	}
	#jobtitle {
		margin-top: -35px;
		font-family: AccordAlt_Bold !important;
		font-size: 16px !important;
		line-height: 22px;
		vertical-align: middle;
		display: inline;
		text-overflow: unset;
		white-space: normal;
	}
	.one_col_wrapper {
		min-height: 200px;
		margin-bottom: 40px;
	}
	#company-logo {
		display: none !important;
	}
}

@media (max-width: 965px) {
	.karriere-akkordeon-container .karriere-teaser {
		max-width: 267px;
	}
	.karriere-akkordeon-container .karriere-teaser, .karriere-akkordeon-container .karriere-expandable {
		order: unset !important;
	}
	.karriere-akkordeon-container .karriere-expandable .karriere-arrow {
	  margin-left: 2em !important;
	}
}

/* Ausblenden "Störungsblock im linken Menü" */
.mm-incidents {
	display: none !important;
}

/* Landingpage Stellenanzeige */
.main-background {
	background-color: #fff;
	margin-top: 20px;
}
.headline-text {
	text-transform: uppercase;
	background-color: #23308e !important;
	color: #fff;
	max-width: 800px;
	width: 100%;
}
.headline-text h1 {
	padding-left: 20px;
	text-align: center;
}
.company-logo {
	display: none;
}
.jobdescription, .benefits {
	display: flex !important;
	height: auto;
	margin-top: 10px;
	margin-left: 20px;
	color: #23308e;
	max-width: 760px;
	width: 100%;
	border: solid 1px #ffa300;
	border-radius: 15px;
	float: left;
	background-color: #ffa300 !important;
}
.jobdescription .title {
	max-width: 90%;
	min-width: 90%;
	float: left;
	background-color: #fff !important;
	border-radius: 15px 0px 0px 15px;
}
.jobdescription h1 {
	text-align: center;
	font-family: AccordAlt_Bold !important;
}
.jobdescription .lens {
	display: flex;
	align-content: center;
	flex-wrap: wrap;
	float: right;
	border-radius: 0px 15px 15px 0px;
}
.jobdescription img {
	width: 75px;
	height: 75px;
	float: right;
	border-radius: 0px 15px 15px 0px;
}
.task-profile-box {
	padding-top: 30px;
}
.task-box, .profile-box {
	float: left;
}
.task-box {
	margin-left: 20px;
	margin-right: 40px;
}
.task-box-headline, .profile-box-headline, .claim {
	text-transform: uppercase;
	color: #fff;
	padding-left: 5px;
	padding-right: 5px;
}
.task-box-headline, .claim {
	background-color: #23308e !important;
}
.profile-box-headline {
	background-color: #ffa300 !important;
}
.benefits {
	max-width: 650px;
	margin-left: 75px;
	background-color: #fff !important;
	margin-top: 25px !important;
	margin-bottom: 30px;
}
.benefits-header {
	text-transform: uppercase;
	color: #fff;
	margin-left: 10%;
	margin-top: -25px;
	cursor: default;
}
.benefits-header h3 {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 12px;
}
.benefits-content {
	display: flex;
	align-items: center;
	flex-direction: column;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 35px;
	text-align: center;
}
#benefits-content-i, #benefits-content-p {
	color: #23308e !important;
}
.claim, .benefits-link {
	clear: both;
	text-align: center;
	margin-left: 19%;
	margin-right: 19%;
	margin-bottom: 30px;
}
.apply {
	position: relative;
	float: left;
	margin-right: 280px;
}
.content-spacer {
	background-color: #eae9e9 !important;
	padding-bottom: 50px;
}

/* Single Layout - Landingpage Stellenanzeige */
@media (max-width: 648px) {
	.headline-text {
		height: 165px;
		margin-bottom: 10px;
	}
	.headline-text h1 {
		font-size: 35px;
	}
	.company-logo {
		display: block;
		text-align: center;
	}
	.jobdescription, .benefits {
		margin-left: 10px;
		max-width: 318px;
	}
	.jobdescription .title {
		max-width: 80%;
		min-width: 80%;
	}
	.jobdescription h1 {
		font-size: 20px;
		line-height: 30px;
	}
	.jobdescription img {
		width: 60px;
		height: 60px;
	}
	.task-box, .profile-box {
		margin-left: 10px;
		max-width: 320px;
	}
	.benefits {
		flex-wrap: wrap;
	}
	.benefits-header {
		margin-left: 6%;
	}
	.benefits-content {
		padding-right: 0px;
		flex-direction: row !important;
		align-items: baseline !important;
		margin-top: -35px;
	}
	.benefits-content:nth-child(1) {
		margin-top: 0px !important;
	}
	#benefits-content-i {
		margin-right: 25px !important;
	}
	#benefits-content-p {
		font-weight: bold !important;
	}
	.benefits-link {
		margin-left: 0px;
		margin-right: 0px;
	}
	.claim {
		margin-left: 10%;
		margin-right: 10%;
	}
}

/* Liste Stellenanzeigen */
.karriere-list-single {
	background-color: white;
	margin-bottom: 7px;
}
.karriere-teaser-label-container-list {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
	height: 60px;
	align-items: center;
}
.karriere-teaser-label-container-list img {
	margin-left: 15px;
	padding-right: 15px;
	height: 20px;
}
.karriere-teaser-label-headline-list {
	width: 100%;
}
.karriere-teaser-label-headline-list h3 {
	color: #2d2926 !important;
	margin-bottom: 0px;
}
.karriere-teaser-label-headline-list sup {
	font-family: HelveticaNeueLTStd-Roman !important;
	font-size: 11px;
	line-height: 0;
	position: relative;
}
.karriere-teaser-label-button-list {
	display: flex;
	min-height: 50px;
	background-color: #ffa300;
	align-self: stretch;
	align-items: center;
	flex-basis: 50px;
}
.karriere-teaser-label-button-list i {
	color: #2d2926 !important;
	margin: auto;
	font-size: xx-large;
}
/*
.karriere-teaser-label-headline a::after {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
*/

/* Liste Stellenanzeigen Gruppierung */
#joblist-buttons {
	display: flex;
	padding-top: 10px;
	padding-bottom: 20px;
	gap: 5px;
}
#joblist-buttons .karriere-list-button {
	position: unset !important;
	height: 50px;
	width: 270px;
	margin-left: 0px;
	margin-top: 0px;
	background-color: #ffa300;
	line-height: 0px;
	font-family: AccordAlt_Bold;
	font-size: 16px;
	cursor: pointer;
	color: #2d2926;
	font-weight: normal;
	border: 0px;
}
[role="switch"][aria-checked="true"] {
	opacity: 100%;
}
[role="switch"][aria-checked="false"] {
	opacity: 70%;
}

/* Single Layout - Liste Stellenanzeigen Gruppierung */
#joblist-buttons .karriere-list-button {
	line-height: 17px !important;
}
