.center {
	clear: both;
	display: block;
	text-align: center;
}
.jobs_wrapper_large form {
	padding: 10px 15px;
	background: rgba(84, 185, 72, 0.10);
	
	-moz-border-radius: 5px;
	border-radius: 5px;
}
body[class*='/arbeitgeber/'] .jobs_wrapper_large form {
	background: rgba(0, 108, 182, 0.10);
}
.jobs_wrapper_large form select {
	background: #F7F7F7;
	
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.jobs_wrapper_large table {
	margin-top: 15px;
}
.jobs_wrapper_large table h2 {
	margin:0 0 5px 0;
	font-family:'Poppins', sans-serif;
	font-size:19px;
}
.jobs_wrapper_large table h2 a {
	color:#a02c2c;
}
.jobs_wrapper_large table h2 a:hover {
	color:#bd2e2e;
}
.jobs_wrapper_large table tr td {
	-webkit-transition: background 0.2s ease;
	-moz-transition: background 0.2s ease;
	transition: background 0.2s ease;
	
	background: none;
}
.jobs_wrapper_large table tr:hover td {
	background: rgb(159 44 44 / 2%);
}
body[class*='/arbeitgeber/'] .jobs_wrapper_large table tr:hover td {
	background: rgba(0, 108, 182, 0.05);
}
.jobs_wrapper_large table td {
	padding:10px 10px 10px 0;
    border-bottom: 1px solid #eee;
}

.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 10px;
	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: #bd2e2e;
	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: #bd2e2e;
	color: #FFF;
	border: 1px solid #777;
	cursor: pointer;
}
body[class*='/arbeitgeber/'] .jobs_wrapper_large .pagination a:hover,
body[class*='/arbeitgeber/'] .jobs_wrapper_large .pagination a.jp-current,
body[class*='/arbeitgeber/'] .jobs_wrapper_large .pagination a.current {
	background-color: #a02c2c;
}
.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 ul {
	margin-bottom: 10px;
}
.job_details .button {
	display: inline-block;
	color: #FFF;
	text-decoration: none;
	
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.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: 289px;
	height: 269px;
	margin-right: -10px;
}
.jobs_box,.kandidaten_box {
	width: 289px;
	height:259px;
	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;
}
.jobs_box h2 a{
	color: #bd2e2e;
}
.jobs_box h2 a:hover {
	color: #72DB66;
}
.kandidaten_box h2 a {
	display: block;
	color: #a02c2c;
}
.kandidaten_box h2 a:hover {
	color: #1993E7;
}
.jobs_box p,.kandidaten_box p {
	height: 17px;
	display: block;
	overflow: hidden;
	margin: 10px 0;
	padding: 0;
	line-height: 19px;
	color: #4d4d4d;
}
.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;	
}

#cboxContent {
	margin-top:0!important;
}
#cboxTitle {
	display:none!important;
}
#cboxLoadedContent {
	margin-top: 23px;
	margin-bottom: 0;
}
#cboxClose {
	bottom: auto;
	top: 0;
}

.print .jobs_box h2, .print .kandidaten_box h2 {
	font-size: 16px;
}


@media all and (max-width:768px) {
	.jobs_wrapper_large table tr td:nth-child(2) {
		display:none;
	}
}
@media all and (max-width:480px) {
	.jobs_wrapper_large table tr td:nth-child(3) {
		display:none;
	}
}