.wrap.single-job{
	background: #EEF5EA;
}
.job-list{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	width: 100%;
}
.job-filter-list {
	flex: 1 100%;
	display: flex;
	align-items: flex-end;
}
.job-filter-list BUTTON.init-btn{
	display: none;
}
.shortcode-jobs .job-list .karrierefilter {
	flex: 1;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.job-content a{
	text-decoration: none;
}
.job-content.job{
	padding: 25px 30px;
	color: #666;
	width: 49.2%;
	margin-bottom: 20px;
	background: #fff;
	border: none;
	border: 0;
	border-radius: 0;
	display: none;
}
.job-content:not(.job){
	width: 65%;
	box-sizing: border-box;
	padding-right: 73px;
}
.job-content:not(.job) .position_description,
.job-content:not(.job) .position_contacts{
	margin: 20px 0 45px;
}
.position_description OL,
.position_description UL{
	list-style: initial !important;

}
.job-content h4 a{
	font-size: 19px;
	margin-bottom: 16px;
	color: #303030;
}
.job-filter-list .selectcol:not(:last-child) {
  margin-right: 40px;
}
.job-content .job-additional-information{
	display: -webkit-flex !important;
	display: flex !important;
	margin-top: 0 !important;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.job-content .job-additional-information p{
	margin-right: 8px;
	color: #666;
	padding-left: 24px;
	position: relative;
	margin-bottom: 0;
	font-size: 17px;
	font-weight: 400;
}
.job-content .job-additional-information p::before{
	content: "";
	width: 13px;
	height: 17px;
	background: url("../assets/img/placegray.svg");
	background-position-x: 0%;
	background-position-y: 0%;
	background-repeat: repeat;
	background-size: auto;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	background-position: left center;
	left: 0;
	top: 8px;
}

.job-content .job-additional-information .cta-job a{
	font-size: 17px;
	font-weight: 400;
	text-decoration: none;
	font-family: "Roboto",Arial,sans-serif;
	color: #74B75B;
	transition: all 0.3s ease-in-out;
}
.job-filter-list .selectcol p{
	color: #303030;
	margin-bottom: 5px;
}
button.btngray{
	cursor: pointer;
	outline: none;
	border: none;
	display: inline-block;
	padding: 14px 31px;
	color: #fff;
	background: #B5B5B5;
	font-family: "Roboto Condensed",Arial,sans-serif;
	transition: 0.4s;
	font-size: 18px;
	text-align: center;
	margin-top: 5px;
}
button.btngray:hover,
button.btn:hover{
	opacity: 0.8;
	color: #fff;
	text-decoration: none;
}
button.btn{
	cursor: pointer;
	outline: none;
	border: none;
	display: inline-block;
	padding: 14px 31px;
	font-family: "Roboto Condensed",Arial,sans-serif;
	color: #fff;
	background: #74B75B;
	transition: 0.4s;
	font-size: 18px;
	text-align: center;
	margin-top: 5px;
}
button.btn.init-btn{
	padding: 21px 31px;
	margin-left: auto;
}
.job-post {
	display:flex;
	max-width: 1160px;
	width: 93%;
	margin: 100px auto 0;
}
.job-post .job-side{
  display: flex;
  background: #fff;
  font-size: 17px;
  padding: 35px;
  box-sizing: border-box;
	max-height: 300px;
	width: 35%;
}
.wrap.single-job .buttonwrapper{
	max-width: 1160px;
	width: 93%;
	margin: 0 auto;
	padding-bottom: 100px;
  }
@media screen and (max-width: 900px){
	.job-post {
		flex-direction: column-reverse;
	}
	.job-content:not(.job) {
		width: 100%;
	}
	.job-post .job-side {
		width: 100%;
		margin-bottom: 30px;
		padding: 25px;
	}
	
}
@media screen and (max-width: 810px){
.job-filter-list {
	display: block;
  }
  
  .job-filter-list .selectcol:not(:last-child) {
	margin-right: 0;
  }
  
  .selectdiv select {
	width: 100% !important;
  }
  
}