.text_button {
	min-height:215px;
}
@media only screen and (max-width:1599px){
	.text_button {
		min-height:170px;
	}
}
/* XD desing 7 */
.benefitsbox_wrap {
	display:flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap:wrap;
	gap:20px;
}
.benefitsbox {
	width:100%;
	text-align:center;
	background:#fff;
	margin-top:50px;
	padding:15px;
	padding-top:70px;
	font-size:14px;
	position: relative;
	max-width: 215px;
	min-width:210px;
	border:2px solid #fff;
	transition: ease border 0.3s;
}
.benefitsbox p {
	color:#676767;
	font-size:14px;
	line-height: 1.4;
}
.benefitsbox .benefitstext {
	color:#676767;
	font-size:14px;
	line-height: 1.4;
	min-height:170px;
}
.benefitsbox:after {
	content:'';
	width:110px;
	height:110px;
	background:#F3F2F7;
	border-radius:55px;
	display:block;
	position: absolute;
	top: -55px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}
.benefitsbox h4 {
	font-weight:700;
	font-size: 1.0rem;
	margin-bottom:15px;
	color:#231F20;
	min-height: 40px;
}
.benefitsbox p {
	margin-bottom:15px;
}
.benefitsbox img {
	max-width:46px;
	max-height:46px;
	position: absolute;
	z-index: 2;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
}
@media only screen and (max-width:1599px){
	.benefitsbox_wrap {
		gap:0px;
		justify-content: center;
		margin: 0;
		padding: 0;
	}
	.benefitsbox {
		margin:20px;
		margin-top:50px;
	}
}
@media only screen and (max-width:767px){
	.benefitsbox {
		margin:8px;
		margin-top:50px;
		max-width: 170px;
		min-width:170px;
		font-size:13px;
	}
	.benefitsbox h4 {
		font-size: 0.9rem;
	}
}
.download-inner-opt {
	display: flex;
	justify-content: space-evenly;
	text-align: left;
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-gap: 10px;
	flex-wrap: wrap;
	justify-content: space-between;
	width:50%;
	float: right;
}
.download-center-filters.unternehmen_stellenangebote-filter {
	margin-bottom: 10px;
}
.send-application-row {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0;
	min-height: 340px !important;
}
.send-application-content-inn
{
	display: flex;
	width: 100%;
	max-width: 660px;
	padding: 35px 70px 30px 70px;
	position: relative;
	transition: all 0.18s ease-in-out;
	-webkit-transition: all 0.18s ease-in-out;
	background: #1c63b7a6;
	height: 100%;
	flex-direction: column;
	justify-content: center;
}
.send-application-content-inn h2 {
	display: block;
	color: #fff;
	font-family: 'Orbitron';
	font-weight: 500;
	font-size: 30px;
	margin-bottom: 20px;
}
.send-application-content-inn p {
	font-size: 20px;
	line-height: 27px;
	 font-family: 'Segoe UI';
	color: #fff;
	font-weight: 300;
	margin-bottom: 25px;
}
.send-application-content-inn p strong {
	font-weight: bold;
}
.send-application-content-inn p a {
	text-decoration: underline;
	color: #fff;
}
.bewerbungwalther-praezision {
	display: inline-block;
	width: 100%;
}
.bewerbungwalther-praezision a {
	color: #1D2022;
	background: #fff;
	padding: 10px 20px;
	font-size: 20px;
	 font-family: 'Segoe UI';
	display: inline-flex;
	align-items: center;
}
.bewerbungwalther-praezision a img {
	display: inline-block;
	margin-right: 14px;
}
.bewerbungwalther-praezision a span {
	display: inline-block;
	position: relative;
	bottom: 2px;
}
.home-featured-main.unternehmen-stellenangebote-featured {
	margin: 40px 0 60px 0;
}
a.download-file-box > span {
	padding-right: 20px;
	display: inline-block;
	width: 50%;
}
.job-boxes {
	display:flex;
	flex-wrap: wrap;
	gap:2%;
	margin-bottom:30px;
	margin-top:20px;
}
.jobbox {
	width:23%;
	background:#F3F2F7;
	text-align: center;
	margin-bottom:30px;
}
.jobbox img {
	width:100%;

}
.jobbox .image {
	height:250px;
	object-fit: cover;
}
.jobbox .title {
	color:#676767;
	padding:20px;
	min-height:110px;
	display:flex;
	align-items: center;
	justify-content: center;
}
.jobbox .title p {
	margin:0;
}
.jobbox .button {
	color:#fff;
	background-color:#1C63B7;
	height:50px;
	line-height: 50px;
	text-align: center;
	font-size:16px;
	font-weight:bold;
	margin:30px;
	margin-top:0;
	text-transform: uppercase;
	transition:background ease 0.3s;
	background-image:url(../images/pfeil.svg);
	background-position:80% center;
	background-repeat: no-repeat;
	background-size: 34px;
}
.jobbox .button:hover {
	background-color:#F58D0D;
	background-position:90% center;
	background-size: 36px;
}
@media only screen and (max-width:1399px){	
	.jobbox {
		width:31%;
	}
}
@media only screen and (max-width:992px){	
	.jobbox {
		width:48%;
	}
}
@media only screen and (max-width:768px){	
	.jobbox {
		width:100%;
	}
}
.initiativbewerbung {
	margin-bottom:50px;
}
.initiativbewerbung .initiativbewerbung-inner {
	background-color: #DFE6F3;
	display:flex;
	justify-content: space-between;
	color:#676767;
	align-content: center;
	align-items: center;
	height:70px;
}
.initiativbewerbung .initiativbewerbung-inner a {
	margin:0;
	margin-right: -24px;
	height:70px;
	background-image:url(../images/pfeil.svg);
	background-position:80% center;
	background-repeat: no-repeat;
	background-size: 34px;
	padding: 0px 40px;
	padding-right:80px;
	min-width:unset;
}
.initiativbewerbung .initiativbewerbung-inner a:hover {
	background-color:#F58D0D;
	background-position:90% center;
	background-size: 36px;
}
.jobcover {
	height:140px;
	display:flex;
	justify-content: flex-start;
	align-items: center;
	background:url(/wp-content/uploads/2022/11/Intro_Produkte.jpg) no-repeat center;
	background-size:cover;
	position: relative;
}
.blue {
	display: flex;
	width: 100%;
	transition: all 0.18s ease-in-out;
	-webkit-transition: all 0.18s ease-in-out;
	background: linear-gradient(45deg, rgba(5,60,125,0.8) 0%,rgba(28,99,183,0.8) 100%);
	height: 100%;
}
.jobcover h1 {
	color:#fff;
	font-size:40px;
	position:absolute;
	top:50%;
	left:70px;
	transform: translate(0%, -50%);
	font-family: 'Orbitron';
	font-weight: 500;
}
.jobcover h1::before {
	left: -25px;
	background: #fff;
	position: absolute;
	width: 10px;
	height: 100%;
	content: "";
}
@media only screen and (max-width:1399px){	
	.jobcover h1 {
		font-size:30px;
	}
}
@media only screen and (max-width:768px){	
	.jobcover h1 {
		font-size:24px;
	}
}
img.jobcover {
	width:100%;
	object-fit:cover;
}
.graubox {
	background:#F3F2F7;
	box-shadow:0px 3px 6px #00000029;
	color:#3A3A3A;
	padding:20px 20px;
}
.job_all {
	display:flex;
	align-self: flex-start;
	height:100%;
	justify-content: space-between;
}
.job_left {
	width:65%;
	margin-top: -20px;
}
.job_left .image {
	float:right;
	margin-top:85px;
	margin-left:30px;
	margin-bottom:20px;
	width:250px;
	height:auto;
	box-shadow:0px 3px 5px #00000029;
}
.job_right {
	width:33%;
	position: sticky;
	align-self: flex-start;
	top:160px;
}
.jobs {
	color:#676767;
}
.jobs .button {
	text-transform:none;
	width: 100%;
}
.jobs ul {
	list-style:disc;
	margin-top:15px;
	margin-bottom:15px;
	padding-left:30px;
}
.jobs ul li {
	list-style:disc;
	padding-top:3px;
	padding-bottom:3px;
}
@media only screen and (max-width:992px){	
	.makesticky {height: auto; position: relative !important; top: 0px !important; margin-top:20px;}
	.job_all {display:block;}
	.job_left {	width:100%;}
	.job_right { width:100%; }
}
@media only screen and (max-width:768px){	
	.job_left .image {
		float:none;
		margin-top:0px;
		margin-left:0px;
		margin-bottom:20px;
		width:100%;
		height:auto;
	}
}
.job_left .heading30 {
	margin-top:30px;
}
.jobs p {
	margin-top:15px;
	margin-bottom:15px;
}
.jobformular-wrap {
	background:#F3F2F7;
	color:#676767;
	padding:30px;
	font-size: 16px;
	padding-top:50px;
	margin-top:40px;
}
.jobformular-wrap .jobformular {
	max-width:1000px;
	margin:auto;
	background:#DFE6F3;
	padding:50px;
}
.jobformular .h3 {
	font-weight:bold;
	font-size:18px;	
}
.jobformular label {
	display:inline-block;
	margin-bottom:9px;
}
.jobformular .wpcf7, .jobformular .wpcf7 p {
	font-family: 'Segoe UI';
	color: #3a3a3a;
}
.jobformular .wpcf7-form ::placeholder {
	color: #666;
}
.jobformular .block {
	margin-bottom: 15px;
}
.jobformular .row {
	margin-right: -15px;
  	margin-left: -15px;
}
.jobformular .row > * {
	padding-right: 15px;
	padding-left: 15px;
}
.jobformular .wpcf7-form .wpcf7-textarea,
.jobformular .wpcf7-form select,
.jobformular .wpcf7-form input[type="text"], 
.jobformular .wpcf7-form input[type="tel"], 
.jobformular .wpcf7-form input[type="email"] {
	background:#fff;
	font-size: 16px;
	padding: 10px;
	color:#3a3a3a;
	border:1px solid #BEBEBE;
	border-radius:2px;
	width: 100%;
}
.jobformular .wpcf7-form .wpcf7-textarea {
	height:120px;
}
.jobformular .wpcf7-form .wpcf7-submit {
	background: #F58D0D;
	color:#fff;
	display:inline-block;
	width: inherit;
	padding: 10px 70px;
	border:none;
	-webkit-appearance: none;
	font-weight:bold;
}
.jobformular .wpcf7-form {
	font-size: 16px;
}
.jobformular .wpcf7-spinner {
	display:block;
}
.jobformular input[type="checkbox"], .jobformular input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
	width: 18px;
	height: 18px;
	font-size: 16px;
	color:#3a3a3a;
	border:1px solid #BEBEBE;
	background:#fff;
	border-radius:2px;
	-webkit-appearance: auto;
	-moz-appearance: auto;
}
.jobformular input[type="radio"] {
	border-radius:20px;
}
.jobformular .wpcf7-form .datenschutz_check_neu {
	font-size: 12px;
	line-height: 1.2;
	margin-bottom: 14px;
	display: flex;
	justify-content: flex-begin;
	flex-direction: row;
	text-align: left;
	color: #3a3a3a;
}
.jobformular .wpcf7-form .datenschutz_check_neu .wpcf7-list-item {
	margin: 0 8px 0 0;
}
.jobformular .wpcf7-form .datenschutz_check_neu a {
	color: #3a3a3a;
}

.jobformular .custom-file-upload {
	border: none;
	display: inline-block;
	padding: 12px 30px 18px 90px;
	color:#fff;
	font-weight:bold;
	cursor: pointer;
	background:#1C63B7 url(../images/download_button.svg) no-repeat left top;
}
.jobformular .cd-upload-btn {
	color:#3a3a3a;
}
.jobformular .codedropz-upload-inner h3 {
	margin: 5px 0;
	font-size: 22px;
	line-height: 1.2;
}
.jobformular .linkedin, .jobformular .xing {
	margin-bottom:5px;
}
.jobformular input[type="text"].linkedin {
	background: #fff url(../images/linkedin.png) no-repeat 6px 10px;
	padding-left:40px;
}
.jobformular input[type="text"].xing{
	background: #fff url(../images/xing.png) no-repeat 6px 10px;
	padding-left:40px;
}
@media (max-width: 768px) {
	.stellerechts {
		padding-top:25px; 
		padding-bottom:15px;
	}
}