body {
	font-family: Arial, sans-serif;
	background-color: transparent;
}

.glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.glyphicon-map-marker:before {
	content: "\e062";
}

.glyphicon-search:before {
	content: "\e003";
}

.fontImg {
	display : inline-block;
	color: #FFF;
	width: 25px;
	height: 24px;
	text-align: center;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-size: 18px;
	background: #757575;
}

.hidden {
	visibility: hidden;
	width: 0px;
	height: 0px;
	display:none;
}

.submitarea, .searchwhereinput {
	background-color: #fff;
	border: 1px solid #aaa;
	position: relative;
	height: 32px;
	padding: 6px 0 6px 8px;
	color: #444;
	text-decoration: none;
}

.btn_ag,
.btn_ag2 {
	background: #cc3133;
	display: inline-block;
	color: #000;
	padding: 5px 24px;
	margin-top: 0;
	border: 1px solid #7B1516;
}

.btn_ag:hover,
.btn_ag2:hover {
	background: #7a1516;
}

#searchbtn  {
	background-color: #ededed;
	border: 1px solid #aaa;
	display: inline-block;
	color: #000;
	padding: 5px 24px;
	margin-top: 0;
}

#searchbtn:hover {
	background-color: #dfdfdf;
}

#output {
	border-top: 1px dotted #666;
}

#output .li {
	list-style: none;
	border-bottom: 1px dotted #666;
	padding: 5px;
}

#output .button_area {
	float: right;
	margin: 0 0 40px 10px;
}

#output .customer_logo {
	width: 80px;
	height: 60px;
	background-image: url("../images/waitsmall.gif");
	background-repeat: no-repeat;
	background-size: 20px 20px;
	float: left;
	margin-right: 20px;
	margin-bottom: 21px;
}

#output .customer_logo img {
	max-width: 80px;
	max-height: 60px;
}

a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

a:hover, a:focus {
	color: #000;
}

.job_description a:hover, .job_description a:visited {
	color: #000;
	text-decoration: none;
}

#output .link2 a {
	font-weight: normal;
}

#output .job_location, .occupation_time_begin {
	color: #999;
	font-size: 10px;
	font-weight: normal;
}

.occupation_time_begin {
	display: none;
}

.clearfix {
	clear: both;
}




.job_customer_name, .code_number {
	display: none;
}

#divSponsoren-holder {
	margin: 10px auto;
	text-align: center;
}

.copyrightinfo {
	margin: 0 auto;
	text-align: center;
}


/* Navigation */

ul#navlist
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none;
margin-right: 2px;
}

#navlist a { padding: 6px 10px; }

#navlist a:link, #navlist a:visited
{
color: #fff;
background-color: #757575;
text-decoration: none;
}

#navlist a:hover
{
color: #fff;
background-color: #c8c8c8;
text-decoration: none;
}

.navbar  {
	margin-bottom: 0;
	min-height: 0;
}


/* Navigation Ende */


.wrapper {
	margin: 3px auto 0;
	max-width: 1200px;
}

a.btn_ag {
	display: none;
}
a.btn_ag2 {
	display: inline-block;
}

a.btn_ag, a.btn_ag2 {
	text-decoration:none;
	color: #FFF;
	text-align: center;
}


#radioset, .textfield {
	text-align: center;
}

a img {
	border: 0;
}

.none {
	display: none;
}

.button_area a:hover {
	text-decoration: none;
}

#social-holder {
	text-align: right;
}

#social-holder a:hover {
	text-decoration: none;
}

#social-holder img {
	width: 27px;
	margin-right: 3px;
}

#social-holder img:hover {
	width: 25px;
	margin-right: 5px;
}


.textfield {
	/*background: #d1d1d1;*/
	margin-bottom: 25px;
}

.textfield input, .textfield button, .textfield a {
	margin-top: 2px!important;
}

@media (max-width:400px) {

	.customer_logo {
		display: none;
	}

	.job_customer_name {
		display: block;
	}
}

@media (max-width:485px) {
	a.page-link, .current, .ellipse  {
		display: none;
	}
	
	#light-pagination li.active .current
	{
		display: inline-block;
	}
	
	a.page-link.next, a.page-link.prev {
		display: block !important;
	}
	
	#output .customer_logo {
		margin-bottom: 50px!important;
	}

}

/* Pagination */

.pagination-holder {
	margin: 20px auto 0 auto;
	text-align: center;
}

ul.simple-pagination {
	list-style: none;
}

.simple-pagination {
	display: inline-block;
	overflow: hidden;
	padding: 0 5px 5px 0;
	margin: 0;
}

.simple-pagination ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.simple-pagination li {
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
}

.light-theme a,
.light-theme span {
	float: left;
	color: #666;
	font-size: 14px;
	line-height: 24px;
	font-weight: normal;
	text-align: center;
	border: 1px solid #BBB;
	min-width: 14px;
	padding: 0 7px;
	margin: 0 5px 0 0;
	border-radius: 3px;
	background: #efefef; 
}

.light-theme a:hover {
	text-decoration: none;
	background: #FCFCFC;
}

.light-theme .current {
	background: #666;
	color: #FFF;
	border-color: #444;
	cursor: default;
}

.light-theme .ellipse {
	background: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	font-weight: bold;
	cursor: default;
}

/* Pagination Ende */
