button.ui-multiselect {
	border: 2px solid #007ab3;
	border-radius: 5px;
}

button.ui-multiselect:hover {
	background-color: #e9f4f7;
}

span.button_label {
	font-family: "Avenir" !important;
	font-style: normal !important;
	font-weight: 400 !important;
	font-size: 16px !important;
	line-height: 24px !important;

	/* identical to box height, or 150% */

	/* VAMED grey */
	color: #575756 !important;
}

/****************/
/* autocomplete */
/****************/
.ui-multiselect-checkboxes li {
	padding-left: 2px;
	font-family: "Avenir" !important;
	font-style: normal !important;
	font-weight: 400 !important;
	font-size: 16px !important;
	line-height: 24px !important;
}
#radius_search_range-menu li div {
	font-family: "Avenir" !important;
	font-style: normal !important;
	font-weight: 400 !important;
	font-size: 16px !important;
	line-height: 24px !important;
	color: black !important;
}

.autocomplete_item {
	margin: 0;
	padding: 0;
	border: 0;
}

.autocomplete_item strong {
	display: block;
}

.ac_results {
	color: #333;
	background-color: #E9F4F7;
	border: 3px solid #007AB3;
	border-radius: 4px;
	font-size: 0.8em;
	overflow: hidden;
	min-width: 25em;
	z-index: 200;
	z-index: auto\9;

	/* IE9 */
}
@media (min-width: 768px) {
	.ac_results {
		width:100%;
		max-width: 655px;
	}
}

.ac_results ul {
	padding: 0;
	margin: 0;
	list-style: none;
	list-style-position: outside;
	overflow: auto;
}

.ac_results li {
	display: block;
	cursor: pointer;
	margin: 0;
	padding: 0.2em;
	border: 1px solid #fff;
}

.ac_results iframe {
	display: none;
	/* IE5 */
	display/**/
        : block;
	/* IE5 */
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	filter: mask();
	width: 3000px;
	height: 3000px;
}

.ac_over {
	background-color: #cef;
	border-top: 1px solid #9bc;
	border-bottom: 1px solid #9bc;
}

.ac_match {
	text-decoration: none;
	color: #00ff00;
}

/**************/
/* blocks     */
/**************/

.none {
	display: none;
}

.block {
	display: block;
}

.inline {
	display: inline;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

/* filter */
#job_filter_basic .group_field {
	float: none;
}

.autocomplete_span {
	display: inline;
}

#filter_area .other_actions {
	text-align: right;
	margin: 0;
}

#filter_area legend,
#filter_area span.mini {
	font-size: 1em;
}

#filter_area fieldset ul {
	height: 4em;
}

#filter_area fieldset ul li span,
#filter_area select {
	font-size: 1em;
	line-height: 1.7;
}

#filter_area fieldset ul li span {
	margin-left: 1.5em;
}

#filter_area fieldset ul {
	width: 99.5%;
}

#filter_area .group_field_cb {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	width: 32%;
	padding-left: 2%;
}

#filter_area .group_field_cb:first-child {
	padding-left: 0;
}

#filter_area .group_field_btn {
	width: 100%;
	text-align: left;
}

#filter_area .group_field_btn:last-child {
	text-align: right;
}

#filter_area .group_field {
	padding-bottom: 15px;
}

#filter_area .css_button {
	margin: 0;
}

/* joblist navigation */
#joblist_navigator {
	text-align: center;
	padding: 10px 0 0;
}

#joblist_navigator ul.path_nav {
	display: inline-block;
}

.stellen_navi_sel a {
	color: #000;
	text-decoration: underline;
}

/* joblist */
#rexx_footer {
	line-height: 1em;
	text-align: right;
	font-size: 0.8em;
	padding-top: 2em;
}

/* jobalert */
#jobalert_box {
	margin-bottom: 1em;
}

#jobalert_box #btn_online_application_job_alert {
	margin: 0;
}

#job_alert_filter_adv {
	padding-bottom: 20px;
}

.job_alert_filter {
	padding-bottom: 10px;
}

/********************/
/* login & menu     */
/********************/

#login_box {
	font-size: 1em;
}

#login_box .actions {
	margin: 0;
}

#login_menu {
	float: right;
}

#login_box .other_actions {
	float: left;
	line-height: 1.6;
}

#nav_main ul {
	list-style-type: none;
	padding: 0;
	margin-top: 0;
	background-color: #fff;
}

/**********************/
/* display attachment */
/**********************/

#display_attachment img {
	display: block;
	margin: auto;
	max-width: 20em;
	height: auto;
}

/*****************/
/* lang selector */
/*****************/

#language_selector {
	position: absolute;
	top: 0;
	right: 0;
}

#language_selector ul.path_nav {
	margin: 0;
	float: right;
}

#language_selector ul.path_nav li:after {
	content: "|";
	margin-left: 1em;
}

#language_selector ul.path_nav li:last-child:after {
	content: "";
	margin-left: 0;
}

/******************/
/* widget addthis */
/******************/

.addthis_toolbox a {
	text-decoration: none;
}

/************/
/* my_data  */
/************/

#application_overview .actions {
	margin-top: 1em;
	padding: 0;
}

/************/
/* event    */
/************/

.appointment {
	margin-top: 1em;
}

/******************/
/* recommendation */
/******************/

#recommend #rec_text {
	padding-top: 0.4em;
}

#recommend #rec_input {
	padding-top: 0.9em;
}

#recommend #rec_input input[type="text"] {
	width: 14%;
}

#rec_captcha {
	margin-right: 10px;
	padding-top: 10px;
}

#rec_send {
	padding-top: 10px;
}

#recommend .group_field label {
	display: inline;
}

/******************/
/*    Kontakt     */
/******************/
#contact .group_box {
	float: left;
	width: 48%;
	margin: 0;
}

#contact .group_box:first-child {
	padding-right: 4%;
}

#contact .group_line {
	margin-top: 15px;
}

#contact textarea {
	height: 202px;
}

@media (max-width: 767px) {
	#contact .group .group_box {
		width: 100%;
		padding: 0;
	}
}

/****************/
/* modal window */
/****************/

body.popup_body,
body.popup_body #popup_zone {
	/*    height: 100%*/
}

body.popup_body #popup_zone {
	overflow-y: auto;
}

/******************/
/* iframe resizer */
/******************/

#resizer {
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
}

/***************/
/* no js alert */
/***************/

#no_js_alert_layer {
	text-align: center;
	margin: 0.2em;
}

#no_js_alert_layer p {
	font-size: 0.8em;
	margin: 0;
	padding: 0;
}

/**************/
/* captcha    */
/**************/

.captchapict {
	border: 1px solid #bababa;
}

/*************/
/* clearance */
/*************/

.breaker {
	clear: both;
	height: 0.1px;
	font-size: 0;
	line-height: 0;
}

/*************/
/* Map       */
/*************/
.map-head {
	display: block;
	position: fixed;
	top: 543px;
	right: 0;
	background-color: #112b54;
	text-align: center;
	z-index: 1;
	border-radius: 5px;
}

.map-head:hover {
	opacity: 1;
	background-color: #009fe0;
}

.frame_zone .map-head a {
	display: block;
	width: 84px;
	padding: 15px 5px;
	color: #fff;
	border-radius: 5px;
}

.map-head .fa {
	color: #fff;
}

.map-head a:hover {
	text-decoration: none;
}

.map-head .map-toggle {
	margin-bottom: 0;
	background-color: #112b54;
	border: 1px solid #112b54;
}

.map-head .map-toggle:hover {
	background-color: #009fe0;
	border-color: #009fe0;
}

#mapFrame {
	position: relative;
}

#mapFrame .sidebar-header {
	background-color: #18537d;
	color: #fff;
	margin: -10px -20px 0;
	padding: 0 20px;
	font-size: 1em;
	font-weight: normal;
	line-height: 2.2;
}

#sidebar .jobList {
	font-size: 0.9em;
}

#sidebar.sidebar {
	z-index: 20;
}

.sidebar-left ~ .sidebar-map {
	margin-left: 0 !important;
}

#mapFrame .jobList .jobDetails {
	margin-left: 20px;
}

@media (max-width: 979px) {
	.map-head {
		position: fixed;
		top: 398px;
		right: 0px;
		opacity: 0.8;
	}

	.map-head a {
		padding: 10px 0;
	}
}

@media (max-width: 480px) {
	.map-head {
		position: relative;
		opacity: 0.8;
		top: 0;
	}

	.frame_zone .map-head a {
		width: 100%;
		box-sizing: border-box;
		padding: 10px 20px;
		line-height: 22px;
		border: none;
	}
}

/***********************************/
/* ------------ Responsive---------*/
/***********************************/

@media (max-width: 1024px) {
	.banner_img {
		height: 400px;
	}

	#header_zone .header_img img {
		padding: 15px 2px 0 2px;
	}
}

@media (max-width: 992px) {
	#sticky_jobalert {
		top: 295px;
		opacity: 0.8;
	}

	#sticky_jobalert:hover {
		opacity: 1;
	}
}

@media (max-width: 820px) {
	#header_zone {
		display: block;
		min-height: 105px;
	}

	#header_zone .header_img {
		float: left;
	}

	.btn-navbar {
		display: block;
		float: right;
	}

	.navigation_box {
		display: none;
	}

	.navigation_box.active {
		display: block;
		clear: both;
	}

	#language_selector {
		position: relative;
		background: #fff;
	}

	#language_selector ul.path_nav {
		float: none;
		padding-left: 10px;
	}

	.navbar-nav {
		align-items: flex-start;
		flex-direction: column;
		margin-left: 0;
	}

	.navbar-nav > li {
		width: 100%;
	}

	.navbar-nav > li:hover {
		background-color: #f9f9f9;
	}

	.navbar-nav > li > a {
		padding-left: 10px;
	}

	.menuid_65 .banner_start_img p {
		font-size: 4vw;
	}

	#footer_zone .footer_container {
		padding: 0 10px;
		box-sizing: border-box;
	}

	.privacy_layer .privacy_box {
		margin: 0 10px;
	}

	.joboffer_container {
		flex-direction: column;
	}

	.joboffer_box.joboffer_title_text {
		width: 100%;
	}

	.joboffer_box.joboffer_informations {
		text-align: left;
		padding-left: 8px;
		width: 100%;
	}

	.joboffer_informations .location_item {
		display: inline;
	}

	.joboffer_informations .location_item a {
		margin-right: 10px;
	}

	#job_teaser {
		display: none;
	}
}

@media (max-width: 768px) {
	.real_table_col3 {
		display: none;
	}

	.col-50 {
		width: 100%;
		padding-bottom: 30px;
	}

	.pad-r-5,
	.pad-l-5 {
		padding-right: 0;
		padding-left: 0;
	}

	.job_count_box {
		margin-left: 40px;
	}

	.privacy_layer {
		top: 1%;
	}

	#rexx_product_video {
		height: 400px;
	}
}

@media (max-width: 600px) {
	.menuid_84 iframe {
		height: 280px !important;
	}
}

@media (max-width: 480px) {
	#filter_area .group_line,
	#filter_area.active #extended_group_line {
		display: block;
		margin-bottom: 15px;
	}

	#filter_area .extended_filter hr {
		margin: 50px 0 20px;
	}

	.banner_img {
		height: 200px;
	}

	#filter_area .group_field_cb,
	#filter_area .group_field_btn {
		width: 100%;
		padding-right: 0;
		padding-left: 0;
	}

	#filter_career_level,
	#filter_standort {
		width: 100%;
		padding-right: 0;
	}

	#filter_location,
	#filter_range,
	#filter_volltext {
		width: auto;
		padding: 0;
	}

	#filter_aufgabengebiet {
		width: 100%;
		padding-left: 0;
	}

	.group_field {
		width: 100%;
	}

	.frame_zone .css_button,
	.frame_zone .css_button a {
		display: block;
	}

	.frame_zone .css_button {
		margin-bottom: 10px;
	}

	.joboffer_box.joboffer_informations {
		display: none;
	}

	.landing_contentbox .imagebox p {
		font-size: 16px;
	}

	#sticky_jobalert {
		position: relative;
		opacity: 1;
		top: 0;
		margin: 20px 0;
	}

	#sticky_jobalert a {
		padding: 10px 20px;
	}

	#sticky_jobalert a > br {
		display: none;
	}

	#sticky_jobalert .sj_job {
		font-weight: normal;
		margin-right: 10px;
		font-size: 18px;
	}

	#rexx_product_video {
		height: 250px;
	}
}

@media (max-width: 320px) {
}

/**************/
/* joboffers  */
/**************/
.job_alert_link {
	display: inline-block;
	padding: 10px 20px;
	margin: 0;
	background: #009fe0;
	color: #112b54;
	text-decoration: none;
	font-family: inherit;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	cursor: pointer;
	white-space: nowrap;
	border-radius: 5px;
}

#joboffers_message {
	border-top: 1px solid #ddd;
	padding: 10px 0;
}

/* jobalert */
#sticky_jobalert {
	position: fixed;
	top: 440px;
	right: 0;
	z-index: 1;
}

#sticky_jobalert a {
	display: block;
	background: #112b54;
	color: #fff;
	padding: 22px;
	text-decoration: none;
	font-size: 16px;
}

#sticky_jobalert a:hover {
	background: #009fe0;
}

#sticky_jobalert .sj_job {
	font-weight: bold;
	font-size: 20px;
}

@media (max-width: 992px) {
	#sticky_jobalert {
		top: 295px;
		opacity: 0.8;
	}

	#sticky_jobalert:hover {
		opacity: 1;
	}

	@media (max-width: 992px) {
		#sticky_jobalert {
			top: 295px;
			opacity: 0.8;
		}

		#sticky_jobalert:hover {
			opacity: 1;
		}
	}
}
.ui-multiselect-checkboxes {
	font-family: Avenir !important;
  }
