.center {
	clear: both;
	display: block;
	text-align: center;
}
.jobs_wrapper_large:after,.navigation:after {
	content: "";
	display: table;
	clear: both;
}
.jobs_wrapper_large form {
	padding: 10px 15px;
	background: #a02c2c1a;
	
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.jobs_wrapper_large form select {
	background: #F7F7F7;
	
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.jobs_wrapper_large table h2 {
	margin: 0;
	font-family: 'Open Sans Condensed', 'arial narrow', sans-serif;
}
.jobs_wrapper_large table tr td {
	padding: 7px 5px 7px 10px;
	-webkit-transition: background 0.2s ease;
	-moz-transition: background 0.2s ease;
	transition: background 0.2s ease;
	
	background: none;
}
.jobs_wrapper_large table tr:nth-child(2n+2) td {
	background: #f9f9f9;
}
.jobs_wrapper_large table tr:hover td {
	background: #a02c2c0d;
}

.jobs_wrapper_large .pagination {
	display: inline-block;
	zoom: 1;
	*display: inline;
	margin-top: 20px;
	font-size: 14px;
}
.jobs_wrapper_large .pagination a {
	border: 1px solid #c1c1c1;
	background: #FFF;
	color: #AAA;
	text-decoration: none;
	margin: 0 2px 0 2px;
	padding: 0 6px 0 6px;
	cursor: pointer;
	
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.jobs_wrapper_large .pagination a:hover {
	background-color: #a02c2c;
	color: #FFF;
	border: 1px solid #777;
}
.jobs_wrapper_large .pagination a.jp-previous { margin-right: 10px; cursor: pointer; }
.jobs_wrapper_large .pagination a.jp-next { margin-left: 10px; cursor: pointer; }
.jobs_wrapper_large .pagination a.jp-current,
.jobs_wrapper_large .pagination a.current {
	background-color: #a02c2c;
	color: #FFF;
	border: 1px solid #777;
	cursor: pointer;
}
.jobs_wrapper_large .pagination a.jp-disabled {
	background: none;
	cursor: default;
	color: #CCC;
}
.jobs_wrapper_large .pagination a.jp-disabled {
	border: 1px solid #DDD;
}
.jobs_wrapper_large .pagination a.jp-previous,
.jobs_wrapper_large .pagination a.jp-next {
	display: none;
}
.job_details h1 {
	margin: 20px 0;
	font-family: 'Open Sans Condensed', 'arial narrow', sans-serif;
}
.job_details ul {
	margin-bottom: 10px;
}
/* .job_details .button { */
	/* display: inline-block; */
	/* color: #FFF; */
	/* margin: 10px 0; */
	/* padding: 4px 10px; */
	/* text-decoration: none; */
	
	/* -webkit-transition: all 0.2s ease; */
	/* -moz-transition: all 0.2s ease; */
	/* transition: all 0.2s ease; */
/* } */
.job_details .button {
	margin: 15px 0;
}
.job_details .printButton {
	background-image: url("images/print.gif");
}
.job_details .stButton {
	vertical-align: top;
	width: 16px;
}
.job_details table td {
	padding-top: 3px;
	padding-bottom: 3px;
	vertical-align: middle;
}

.clear {
	clear: both;
}
.wrapper {
	position: relative;
}
.jobs_wrapper,.kandidaten_wrapper {
	width: 99%;
	height: 285px;
	/* margin-right: -10px; */
}
.jobs_box,.kandidaten_box {
	width: 99%;
	/* height:285px; */
	height: 265px;
	/* margin-right: -10px; */
	padding: 0;
}
.jobs_box h2,.kandidaten_box h2{
	height: 24px;
	overflow: hidden;
	font-size: 20px;
	font-weight: normal;
	margin: 9px 0;
	margin-bottom: -13px;
	line-height: 22px;
	display: block;
	font-family: 'Open Sans Condensed', 'arial narrow', sans-serif;
}
.jobs_box h2 a{
	color: #a02c2c;
}
.jobs_box h2 a:hover {
	color: #ffcc00;
}
.kandidaten_box h2 a {
	display: block;
	color: #a02c2c;
}
.kandidaten_box h2 a:hover {
	color: #ffcc00;
}
.jobs_box p,.kandidaten_box p {
	height: 19px;
	display: block;
	overflow: hidden;
	margin: 10px 0;
	padding: 0;
	line-height: 19px;
}
.navigation {
	width: 161px;
}
.navigation a {
	width: 8px;
	height: 8px;
	background: url(images/slider_btn.png) no-repeat;
	text-indent: -100px;
	text-indent: 1000px;
	display: block;
	float: left;
	overflow: hidden;
	margin-right: 4px;
}
.jobs_wrapper_large .navigation a:hover, .jobs_wrapper_large  .navigation a.activeSlide {
	background: url(images/slider_btn_active_jobs.png) no-repeat;	
}
.kandidaten_wrapper_large .navigation a:hover, .kandidaten_wrapper_large .navigation a.activeSlide {
	background: url(images/slider_btn_active_kandidaten.png) no-repeat;	
}

#cboxLoadedContent {
	margin-top: 23px;
	margin-bottom: 0;
}
#cboxClose {
	bottom: auto;
	top: 0;
}
#cboxPrevious, #cboxNext {
	display: none!important;
}
.slick-dots {
	list-style-type: none;
	margin-left: 0;
}
.slick-dots li {
	display: inline-block;
}
.slick-dots li button {
	font-size: 0;
	line-height: 0;
	padding: 0;
	border: none;
	background: #555;
	width: 15px;
	height: 15px;
	margin: 0 10px 0 0;
}
.slick-dots li.slick-active button {
	background: #a02c2c;
}
.job_details img {
	max-width: 100%;
}

.job_details .recruiter-photo {
	max-width: 150px;
	margin-right: 20px;
}
.job_details .job-banner {
	object-fit: cover;
	width: 100%;
	height: 350px;
}

@media screen and (max-width: 550px) {
	.job_details .recruiter-photo {
		max-width: 150px;
		margin-right: 10px;
	}
	.job_details .job-banner {
		height: 200px;
	}
}

.apply-share-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.shareit, .shareit .shareit-icons {
	display: flex;
	align-items: center;
	gap: 7px;
}
.shareit a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	font-size: 24px;
	color: #fff;
	transition: opacity 0.15s linear;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 30px 30px;
}
.shareit a:hover {
	opacity: 0.75;
}
.shareit .facebook {
 	background-color: #48629d;
	background-image: url("images/ico-facebook.png");
}
.shareit .twitter {
  	background-color: #55acee;
	background-image: url("images/ico-twitter.png");
}
.shareit .linkedin {
	background-color: #007bb6;
	background-image: url("images/ico-linkedin.png");
}
.shareit .whatsapp {
  	background-color: #25d366;
	background-image: url("images/ico-whatsapp.png");
}
.shareit .telegram {
  	background-color: #3390ec;
	background-image: url("images/ico-telegram.png");
}
.shareit .mail {
  	background-color: #5e5e5e;
	background-image: url("images/ico-mail.png");
}
.recruiter-container {
	margin-top: 30px;
	display: flex;
	justify-content: space-between;	
	align-items: flex-end;
}
.recruiter-container-inner {
	display: flex;
}
.recruiter-contact p:first-of-type {
	margin-top: 0;
}
.center .shareit {
	justify-content: center;
	margin-bottom: 25px;
	flex-direction: column;
}
.center .shareit span {
	display: block;
}
@media screen and (max-width: 630px) {
	.apply-share-container .shareit {
		display: none;
	}
	.recruiter-container {
		flex-direction: column;
		align-items: flex-start;
	}
}
body[class*="/stellen/"] #blockRight .max720 > .elementStandard.elementText,body[class*="/stellen/"] #blockRight .max720 > .elementStandard.elementBox.elementBox_var3 {
	display: none;
}