div#stellenportal_new{
	position: relative;
	width: 100%;
	margin-bottom: 20px;
	text-align: right;
}

div#stellen_nav{
	position: relative;
	width: 100%;
	margin-bottom: 20px;
	display: flex;
	align-items: stretch;
}
div#stellen_nav a{
	display: block;
	padding: 10px;
	text-align: center;
	width: 25%;
	box-sizing: border-box;
	background: #074D82;
	color: white;
	cursor: pointer;
	border: 2px solid white;
	text-decoration: none;
}
div#stellen_nav a:hover{
	background: #BF3318;
}

a.stellen_nav_active{
	background: #BF3318 !important;
}

div#stellen_overview{
	position: relative;
	width: 100%;
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
}
div.stellen_overview_item{
	position: relative;
	width: 47%;
	margin: 20px 1.5% 20px 1.5%;
	background: #E1E1E1;	
	box-sizing: border-box;
	padding-bottom: 40px;
}
div.stellen_overview_item:hover{
	cursor: pointer;
}
div.stellen_over_item_title{
	background: #C1C1C1;
	padding: 15px;
}
div.stellen_over_item_title *{
	color: black;
}
div.stellen_overview_item_content{
	padding: 15px;
}
div.stellen_overview_item_more{
	position: absolute;
	width: 100%;
	bottom: 0px;
	left: 0px;
}
div.stellen_overview_item_more a{ 
	display: block;
	width: 100%;
	padding: 5px;
	text-align: center;
	box-sizing: border-box;
	text-decoration: none;
	background: #074D82;
	color: white;
}
div.stellen_overview_item_more a:hover, div.stellen_overview_item:hover div.stellen_overview_item_more a{ 
	background: #BF3318;
}

div.stelle_details{
	padding: 20px;
	background: #E1E1E1;
	border: 5px solid #074D82;
}

div.online_bewerbung{
	width: 100%;
	padding: 0px;
	box-sizing: border-box;
	background: #E1E1E1;
	border: 5px solid #BF3318;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	padding: 20px 0px 20px 0px;
}
div.online_bewerbung h2{
	border: none;	
}

div.online_bewerbung_col1{
	position: relative;
	width: 46%;
	padding: 20px;
	box-sizing: border-box;
	margin: 0px 2% 0px 2%;
	background: #C1C1C1;
}
@media (max-width: 800px),
	(-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1200px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2) and (max-width: 1600px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2.5) and (max-width: 2000px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 3) and (max-width: 2400px) and (orientation:portrait),
	(min-resolution: 1.5dppx) and (max-width: 1200px) and (orientation:portrait),
	(min-resolution: 2.0dppx) and (max-width: 1600px) and (orientation:portrait),
	(min-resolution: 2.5dppx) and (max-width: 2000px) and (orientation:portrait),
	(min-resolution: 3.0dppx) and (max-width: 2400px) and (orientation:portrait)
 {
	div.online_bewerbung_col1{
		width: 96%;
	}
}
div.online_bewerbung_col2{
	position: relative;
	width: 46%;
	padding: 20px;
	box-sizing: border-box;
	margin: 0px 2% 0px 2%;
	background: #C1C1C1;
}
@media (max-width: 800px),
	(-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1200px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2) and (max-width: 1600px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2.5) and (max-width: 2000px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 3) and (max-width: 2400px) and (orientation:portrait),
	(min-resolution: 1.5dppx) and (max-width: 1200px) and (orientation:portrait),
	(min-resolution: 2.0dppx) and (max-width: 1600px) and (orientation:portrait),
	(min-resolution: 2.5dppx) and (max-width: 2000px) and (orientation:portrait),
	(min-resolution: 3.0dppx) and (max-width: 2400px) and (orientation:portrait)
 {
	div.online_bewerbung_col2{
		width: 96%;
	}
}


div.online_bewerbung_bottom{
	position: relative;
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
}

div.online_bewerbung input[type=text], div.online_bewerbung input[type=email], div.online_bewerbung select{
	padding: 4px;
	border: 1px solid #074D82;
	box-sizing: border-box;
	width: 100%;
}


div.online_bewerbung input[type=file]{
	padding: 0px;
	border: none;
	box-sizing: border-box;	
	width: 100%;
}

div.online_bewerbung input[type=submit]{
	background: #074D82;
	color: white;
	padding: 10px 20px 10px 20px;
	border: none;
	cursor: pointer;
}
div.online_bewerbung input[type=submit]:hover{
	background: #BF3318;
}

div.stellen_error{
	position: relative;
	width: 100%;
	padding: 20px;
	border: 20px solid red;
	box-sizing: border-box;
	font-size: 14pt;
	margin-bottom: 20px;
}
div.stellen_erfolg{
	position: relative;
	width: 100%;
	padding: 20px;
	border: 20px solid green;
	box-sizing: border-box;
	font-size: 14pt;
	margin-bottom: 20px;	
}
div.erfolg_footer_line{
	font-size: 10pt;
	border-top: 1px solid black;
}


div.captcha{
	width: 90%;
	margin-right: 5%;
	display: flex;
	align-items: stretch;
}
div.captcha_code{
	background:#074D82;
	color: white;
	padding:5px 20px 5px 20px;
	font-size:12pt;
	font-weight:bold;
}

div.datenschutz_container{
	position: relative;
	width: 90%;
	margin-right: 5%;
	display: flex;
	align-items: flex-start;
}
div.datenschutz_container  div{
	padding-left: 20px;
}