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%;
}

.heroText, .bewerbung_Box{
	width: 50%;
}

div.Bewerbung_Form, .div.Bewerbung_Form form div{
	width: 100%;
	max-height:63vh;
	overflow:hidden;
	overflow-y: scroll;
}

div.Bewerbung_Form{
	background: rgba(255,255,255,0.7);
	padding: 10px 30px;
}

div.Bewerbung_Form div{
	margin: 10px 0;
	}

.Bewerbung_Form input{
	width: 80%;
	}


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

.heroBewerbung .heroText{
	line-height: 1.5em;
	font-size: 1.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:35%;
}

.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;
	font-size: 3vw;
}

.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%;
	max-height:60%;
	overflow-y: scroll;
}

.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{
	position: fixed;
	right: 1vw;
	top: 90vh;
}

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

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

input[type=file] {
    width: 350px;
    max-width: 100%;
    color: #444;
    padding: 5px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #555;
	}

.fileList div.wrapper:last-child button {
    display: none;
}

.fileList button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background: white;
    border: none;
    transition: 0.1s ease-in;
}

.fileList, div.Bewerbung_Form .fileList .wrapper{
	margin:0 !important;
	position: relative;
	}

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

	.heroText, .bewerbung_Box{
		width:calc(90% - 40px);
		}
	
	.heroBewerbung{
		left:5%;
		width:calc(90% - 40px);
		padding:20px;
		position: relative;
	}

	.Hero-Image.Hero-Image_Relative{
		height: 100vh;
	}

	.heroBewerbung .heroText, .heroBewerbung .bewerbungBox{
		width:90%;
	}
	.heroBewerbung .heroText, .heroBewerbung .bewerbungBox{
		margin:10vh 0;
	}

	.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;
	}

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

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

	.heroBewerbung .heroText, .heroBewerbung .bewerbungBox{
		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;
	}
}

