body{
	font-size: 1vw;
}

html {
	scroll-behavior: smooth;
}

#menLvl3Container{
	display: none !important;
}

.menLvl3Fader{
	opacity: 0 !important;
}

.backLinkContainer .backLink{
	background: none;
}

h1, h2, h3{
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight:500;
	font-size:2.5em;
}

h3{
	letter-spacing: 4px;
	font-size: 1.2em;
}

h1{
	font-weight: 700;;
}


.heroBewerbung{
	display: flex;
	position: absolute;
	width: 60%;
	left: 20%;
	top: 20%;
}

.heroBewerbung div{
	width: 50%;
}

.heroBewerbung .heroText h1, .heroBewerbung .heroText{
	color: white;
	line-height: 200%;
}

.heroBewerbung .heroText{
	line-height: 1.5em;
	font-size: 1em;
	margin: 0 5%;
}

.heroBewerbung .heroText ul{
	list-style: none;
	padding-left: 4%;
}
.heroBewerbung .heroText ul li{
	margin: 2% 0;
	display: flex;
	align-items: center;
}

.heroBewerbung .heroText  ul li:before {
	content: '✓';
	margin-right: 5%;
	color: #afc904;
}

.heroBewerbung .heroText ul li div{
	width: auto;
}

.heroSlogan{
	position: absolute;
	left:5%;
	top:15%;
}
div.Bewerbung_Form .job_Description p{
	font-size:1.1em;
}

div.bewerbung_Box{
	background: rgba(255, 255, 255, 0.85);
	padding:10px;
	box-shadow: 2px 2px 10px rgba(46,105,255,.25);
	border-radius: 4px;
}

div.Bewerbung_Form{
	width:100%;
	height:100%;
}

div.Bewerbung_Form form{
	width:100%;
	height:100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

div.Bewerbung_Form form div.radio_box{
	display: flex;
	align-items: center;
}

div.Bewerbung_Form form div.radio_box label{
	margin-left: 5px;
	margin-right: 10px;
}

div.Bewerbung_Form form div{
	width: auto;
}

div.Bewerbung_Form form label, div.Bewerbung_Form form input, div.Bewerbung_Form form select, div.Bewerbung_Form form div .form_label{
	font-size: 1.2em;
	margin: 5px 0;
}

div.Bewerbung_Form form input, div.Bewerbung_Form form select{
	transition: 0.1s ease-in;
	border-radius: 4px;
	border-width: 1px;
	border-style: solid;
}

div.Bewerbung_Form form input:hover, div.Bewerbung_Form form select:hover{
	border-color: rgba(46,105,255,.5);
	box-shadow: 0 0 0 2px rgba(46,105,255,.25);
}

div.Bewerbung_Form form label, div.Bewerbung_Form form div .form_label{
	color: var(--maincolor);
}

div.Bewerbung_Form form div .radio_box label{
	color: initial;
}

.menuSpace{
	display:none;
}

.Hero-Image{
	height:100vh;
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom:5vh;
}

.space{
	height:0 !important;	
}

.content{
	position:relative;
}

.content p{
	line-height: 1.5em;
}

.content .content-wrapper{
	position:relative;
}

.content .content-wrapper .inner-wrapper{
	position:relative;
}

.content .flexElement {
	text-align: left;
}

.karriere-icon{
	height:7vw;
	width: auto;
}

.jobBox{
	position: absolute;
	right: 5%;
	top: 25%;
	background-color: rgba(255,255,255,0.85);
	padding: 2%;
	width: 40%;
}

.jobBox h2{
	font-size:1.5em;
}

.jobBox .job{
	color: rgb(0, 79, 158);
	transition:0.1s ease-in;
	cursor: pointer;
	display: flex;
	border: 1px solid rgb(0, 79, 158);
	margin: 3% 0%;
}

.jobBox .job:hover{
	background-color: rgba(0, 0, 0, 0.41);
	box-shadow: 7px 7px 33px 0 rgba(0, 0, 0, 0.4);
	color: #fff;
}

.jobBox .job .arrow{
	width:10%;
	display: flex;
	justify-content:center;
	flex-direction: column;
	align-items: center;
}

.jobBox .job .description{
	font-size: 1.5em;
	line-height:1.5em;
}

.jobContainer{
	margin:2% 0;
}


.inner-wrapper-jobs{
	width:60%;
}

.jobContainer .textWrapper{
	transition:0.1s ease-in;
	height:0;
	opacity: 0;
	display: none;
}

.jobContainer.active .textWrapper{
	height:auto;
	opacity: 1;
	padding: 3% 1%;
}

.jobContainer .textWrapper.active{
	display: initial;
}

.jobContainer .textWrapper ul li{
	line-height:2.5em;
}

.jobContainer .jobDescriptionWrapper{
	cursor: pointer;
	display: flex;
	justify-content: space-between;
}

.jobContainer .jobDescriptionWrapper .arrow{
	width:10%;
	display: flex;
	justify-content:center;
	flex-direction: column;
	align-items: center;
}

.jobContainer .jobDescriptionWrapper .arrow i{
	transform-style: preserve-3d;
	transition: 0.2s ease-in;
}

.jobContainer .jobDescriptionWrapper:hover .arrow i{
	transform: rotate(90deg);
}

.jobContainer .jobDescriptionWrapper .jobDescription h3{
	font-weight: 600;
	text-transform: none;
	letter-spacing: 1px;
	font-size: 1.7em;
	color: rgba(24, 23, 20, 0.93);
}

.ctaJobs{
	transition: 0.2s ease-in;
	width: auto;
	border: 2px solid #004f9e;
	position: relative;
	display: inline-block;
	padding: 8px;
	background-color: #004f9e;
	color: white;
}

.ctaJobs:hover{
	background-color:white;
	color: #004f9e;
	cursor:pointer;
}

.ctaBewerbenFixed{
	z-index: 10;
	position: fixed;
	right: 1vw;
	top: 93vh;
}

.Hero-Image.DankeText .heroBewerbung div{
	width:100%;
	margin: 5% 5%;
}

.Hero-Image.DankeText .heroBewerbung{
	background-color: rgba(243, 245, 250, 0.85);
}


@media (max-width: 1366px) and (orientation:landscape), (hover: none) {

	.heroBewerbung{
		left:5%;
		width:90%;
		position: relative;
	}

	.Hero-Image.Hero-Image_Relative{
		height: auto;
	}

	.heroBewerbung .heroText, .heroBewerbung .bewerbung_Box{
		width:90%;
	}
	.heroBewerbung .heroText, .heroBewerbung .bewerbung_Box{
		margin:10vh 0;
		margin-top: 20vh;
	}

	.Hero-Image.DankeText .hero-wrapper{
		padding: 10vh 0;
	}

}

@media (max-width: 768px) and (orientation:portrait){
	body{
		font-size: 3vw;
	}

	.jobBox{
		width: 86%;
		top:35%;
	}

	.jobBox .job .description {
		font-size: 1em;
	}

	.content-wrapper .inner-wrapper{
		width:90% !important;
	}


	.heroBewerbung{
		width: 90%;
		left: 5%;
		flex-direction: column;
		position: relative;
		padding: 20% 0;
	}

	.Hero-Image.Hero-Image_Relative{
		height: auto;
	}

	.heroBewerbung .heroText, .heroBewerbung .bewerbung_Box{
		width:90%;
	}

	.Hero-Image.DankeText{
		height: auto;
	}

	.Hero-Image.DankeText .heroBewerbung{
		padding:0%;
	}

	.Hero-Image.DankeText .heroBewerbung div {
		width: 90%;
		margin: 5% 5%;
	}
	.Hero-Image.DankeText .hero-wrapper{
		padding: 30% 0;
	}
}

