/* $Id: base.css,v 1.5 2015/11/12 15:22:52 jtorborg Exp $ */

@font-face {
  font-family: 'Foco';
  src: url("../fonts/Foco_Corp_BdIt.eot") /* EOT file for IE */
  ;
}
@font-face {
  font-family: 'Foco';
  font-style: normal;
  font-weight: 400;
  src: local('Foco'), local('Foco'), url("../fonts/Foco_Corp_BdIt.ttf") format('truetype');
}

/******************/
/* zone positions */
/******************/

#frame_zone {
    width: 100%;
    max-width: 768px;
    margin: 0 auto;
}

#header_zone {
    margin-bottom: 1em;
}

#content_zone {

}

#footer_zone {
   margin-top: 1em;  
}

#popup_zone {
    
}

.group_line:before, .group_line:after {
  display: table;
  content: " ";
}

.row:before, .row:after {
  display: table;
  content: " ";
}

.group_line:after {
  clear: both;
}
.row:after {
  clear: both;
}


/****************/
/* zone modules */
/****************/

#main_sidebar {
    float: left;
    width: 13em;
    display:none;
}

#main_content {
/*    margin-left: 14em;*/
}

.inner_content {
    min-height: 0;
}

#popup_zone #main_content {
    margin: 0;
}


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

.none {
    display: none;
}

.block {
    display: block;
}

.inline {
    display: inline;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.empty_element {
    font-size: 0;
    line-height: 0;
}

.error_msg {
    color: #C03;
    margin-bottom: 1em;
}

#frame_zone .success_msg,
#frame_zone #formMsgs {
    border: 1px solid #95ad3c;
    padding: .2em;
    margin: 1em 0;   
}

#frame_zone #formMsgs{
    display:none;
}

#frame_zone #formMsgs::before {
    color: #95ad3c;
    content: "\2713";
    display: inline-block;
    font-family: "mfg_labs_iconsetregular";
    font-size: 1em;
    font-style: normal;
    font-weight: normal;
    margin-right: 5px;
}

/**************/
/* typo       */
/**************/

#frame_zone, 
#popup_zone {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #004077;
    line-height: 1.4;
}

.frame_zone a, 
.frame_zone a:visited, 
.frame_zone a:hover, 
.frame_zone a:active, 
.frame_zone a:focus {
    text-decoration: underline;
    color: #004077;
    font-weight: bold;
}

.frame_zone h1,
.frame_zone h2,
.frame_zone h3,
.frame_zone h4, 
.frame_zone h5, 
.frame_zone h6 {
    padding: 10px 0 !important;
    margin: 0 !important;
    font-family: "Foco", Arial, Helvetica, sans-serif;
    font-weight: bold;
    line-height: 1 !important;
    color: inherit;
    text-rendering: optimizelegibility;
}

.frame_zone h1 {
    line-height: 30px;
    font-size: 25px;
}

.frame_zone h2 {
    line-height: 30px !important;
    font-size: 25px !important;
}

.frame_zone h3 {
    font-size: 14px !important;
}

hr {
    margin: 2em 0;
    border: 0;
    border-top: 1px solid #D3D3D3;
    border-bottom: transparent;
}

.frame_zone p {
    margin: 0 0 2em 0;
}

.frame_zone ul, 
.frame_zone ol, 
.frame_zone dl {
    margin: .6em 0;
    padding: 0 0 0 2em;
    list-style-type: disc;
    list-style-position: outside;
}

.frame_zone ol {
    list-style-type: decimal;
}

.error_msg p,
.success_msg p {
    margin: 0;
    color: #C03;
}

/**
 * @deprecated  used in ckeditor
 */
.frame_zone u {
    text-decoration: underline;
}

.frame_zone strike {
    text-decoration: line-through;
}


/*********/
/* forms */
/*********/

/* elements */

.frame_zone fieldset {
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.group_field input[type=text], .group_field input[type=date], .group_field input[type=password], .group_field input[type=file], .group_field select, .group_field textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
  -webkit-appearance: none;
  border-radius: 0;
  border: 1px solid #c2d1de;
  outline: 4px solid #f2f5f8;
  background: #FFF;
  font-weight: normal;
  color: #004077;
  outline-offset: 0;
}

.frame_zone input[type=text], .frame_zone input[type=date], .frame_zone input[type=password] {
  padding: 5px;
  line-height: 20px;
  height: 32px;
}

.frame_zone textarea {
    height: 5em;
    padding: 10px 15px 10px;
    white-space: pre;
    resize: none;
    overflow: auto;
    outline-offset: 0;
} 

.frame_zone fieldset ul {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 98%;
    height: 7em;
    overflow: auto;
    border: 0px solid #DDD;
    background: #F4F5F7;
    list-style: none;
    padding: 0;
    margin: 7px 0;
}


.frame_zone fieldset ul li {
    width: 98%;
    overflow: hidden;
    margin: 0 0.2em 0 0;
    padding: 0.3em 0;
    background: none;
}

.frame_zone fieldset ul li span {
    display: block;
    margin-left: 1.2em;
}

.frame_zone fieldset ul li input {

    width: 1em;
    float: left;
    margin-top: .2em;
}

#filter_area fieldset ul li input {
   display:none;
}

.frame_zone fieldset ul li:hover {
    background: #F5F5F5;
}

.frame_zone fieldset ul label span {
    color: #000;
    line-height: 1.5;
}

/* structure */
.group {
    margin-bottom: 1em;
}

fieldset, 
.fieldset {
    
}

.frame_zone legend,
.frame_zone .legend {
    display: block;
    padding: .3em 0;
    /*text-indent: .3em;*/
    width: 100%;
}

.group_line:before, .group_line:after {
    display: table;
    content: " ";
}

.group_line:after {
    clear: both;
}

.group_box,
.group .actions,
.group .other_actions {
    padding: 0;
    margin: 15px 0 0 0;
}

.group_box_inner {
    
}

.group_comment {
    margin: .3em 0;
}

.group_comment p {
    margin: 0 0 .6em 0;
}

.group_line {
    clear: left;
}

.group_field {
    padding: 0;
    margin: 0;
}

.group_field label,
.group_field .label {
    padding-bottom: 4px;
    display: block;
}

/* decoration */
label img.error_img {
    display: none;
}


.duty {
    
}

.asterisk {
   color: #C36; 
}

.field_error input, 
.field_error select, 
.field_error textarea, 
input.field_error, 
select.field_error, 
textarea.field_error, 
.field_error .ui-state-default,
.field_error .ui-multiselect .ui-icon, 
.field_error .ui-state-default .ui-icon:before {
    border-color: #C36 !important;
    color: #C36 !important;
}


/*************/
/* buttons   */
/*************/

.actions {
    margin: 1em 0 0 0;
    text-align: right;
    min-height: 0;
}

#header_links {
    margin-top: 0;
}

.frame_zone .css_button {
    padding: 0;
    border: 0;
    display: inline-block;
    margin: 2px;
}

.frame_zone .css_button a {
    display: inline-block;
    padding: 4px 20px;
    margin: 0;
    background: #e40520;
    background: linear-gradient(to bottom, #e40520 0%,#c6041c 100%);
    border-top: 1px solid #ee6374;
    color: #FFF;
    text-decoration: none;
    font-family: inherit;
    font-weight: bold;
    font-style: normal;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
}

.frame_zone .css_button a:hover, .frame_zone .css_button a:focus {
    background: #cd041d;
    background: linear-gradient(to bottom, #cd041d 0%,#d9051e 100%);
}

.frame_zone .css_button a:active {
    background: #e40520;
}

.frame_zone #btn_reset_search.css_button a {
    background: #fff;
    color: #004077;
    border: 1px solid #004077;
}

.frame_zone #btn_reset_search.css_button a:hover, 
.frame_zone #btn_reset_search.css_button a:focus,
.frame_zone #btn_reset_search.css_button a:active {
    background: #fff;
    color: #004077;
}


/********************/
/* path navigation  */
/********************/

.frame_zone ul.path_nav {
    list-style-type: none;
    padding: 0;
}

.frame_zone ul.path_nav li {
    float: left;
    margin-right: 1em;
}


/***********/
/* tables  */
/***********/

.real_table {
    width: 100%;
    margin-bottom: 1em;
}

.real_table th,
.real_table td {
    padding: 20px 15px 20px 0;
    border-bottom: 1px solid #DDD;
}

.real_table th {
    text-align: left;
}

.real_table th a {
    color: #000;
}

.real_table td a {
    text-decoration: none;
}

.real_table tfoot td {
    border: 0;
}

.real_table .alternative_0 td {
    background-color: #FFF;
}

.real_table .alternative_1 td {
    background-color: #FFF;
}

.real_table caption {
    caption-side: bottom;
    text-align: left;
    padding: 1.2em 0;
    font-weight: bold;
}

th.real_table_col1 {
  min-width: 200px;
}

.icon_order_dir {
    margin-left: 5px;
}

.icon_order_sort_down,
.icon_order_sort_up {
    color: #000;
}

.icon_order_sort_none {
    color: #AAA;
}


.distance {
    font-size: 11px;
    color: #333;
}

/**************/
/* joboffers  */
/**************/

/* jobalert */
#job_alert_box {
    margin-top: 0;
}

#jobTplContainer{
    overflow: hidden;
}

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

.autocomplete_span {
    display: inline;
}

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

#job_filter_advanced .group {
    overflow: auto;
}

#job_filter_advanced legend,
#job_filter_advanced span.mini {
    font-size: 1em;
    font-weight: bold;
}


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

#job_filter_advanced fieldset ul li span {
    /*margin-left: 1.5em;*/
}

#filter_area select {
    width: 10em;
}

#filter_area fieldset ul {
    width: 100%;
}

#filter_area .group_field_cb {
    width: 32%;
    padding-left: 2%;
    padding-bottom: 15px;
}

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

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

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

#filter_area .group_field {
    padding-bottom: 0;
}

#filter_area .css_button {
    margin: 0;
}

.filter_standort{
    padding-right: 4%;
    width: 48%;
    float:left;
    margin:0 0 15px 0;
}

.filter_career_level,
.filter_aufgabengebiet{
    width: 48%;
    float:left;
    margin:0 0 15px 0;
}


.new {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
     box-sizing: border-box;
    background-color: #f5f5f5;
    border: 1px solid #d3d3d3;
    border-radius: 0px;
    margin: 0;
    padding: 0;
    width: 100%;
}

.formrow{
    margin: 10px 0;
    float:left;
    width:100%;
}

.formRowSearch{
    border-top:1px solid #d3d3d3;
    border-bottom:1px solid #d3d3d3;
    float:left;
    width:100%;
}

#search_location,
#search_range{
    float:left;
    width:45%;
    margin: 10px 0 10px 12px;
}

.AllCountry{
    border:0px solid red;
    height:2.3em !important;
}
.AllCountry span{
    font-weight:bold;
}

.checklist_countr{
    height: 16.1em !important;
}

.checklist_taetigkeit{
    height:13.1em !important;
}

#job_filter_advanced fieldset ul li span::before {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1) inset;
    content: "";
    cursor: pointer;
    display: block;
    float: left;
    height: 26px;
    margin: -4px 15px 0 -5px;
    outline: medium none;
    width: 26px;
}

#job_filter_advanced fieldset ul li input[type="checkbox"]:checked + span::before {
    background-image: url("../images/haken-blau.png");
    background-repeat: no-repeat;
    background-position: 6px center;   
}

#search_range select,
#search_location input[type="text"]{
	width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
  -webkit-appearance: none;
  border: 1px solid #cccccc;
  font-weight: normal;
  color: #272829;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1) inset;
  -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1) inset;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
  -moz-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
  -o-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
  transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
}

#search_range select:focus,
#search_location input[type="text"]:focus{
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

#search_range select{
    height:33px;
    background:#fff;
}

#search_range  select {
    -moz-appearance: none;
    box-sizing: border-box;
    line-height: normal;
    text-indent: 0.01px;
    text-overflow: "";
}

#search_range select {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAJCAYAAADpeqZqAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAALFJREFUeNpi/P//P4N/UOhMBgaGMCD+CcRMQMzIAAH/oGwQzQbEmzauW53AApXsB+JwIBZnQAUgQ9ih7LdA3MEANZUBqPsGkMqFSv6H4t9QGgYKoeogmqAaFwOp5UjOYYbSILABKs+AogkKyoH4NVQDTP4dEBchK0LRBDTtMZICkC0cQFwBFL+PUxNU4xIgtQKIQYG0EYjnoKthYcAOqoBYDYjLgIb8R5dkBMUTqQAgwABlTDgfQU5y2QAAAABJRU5ErkJggg==);
    background-position: right 10px top 50%;
    background-repeat: no-repeat;
    background-size: 12px auto;
}


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

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

.stellen_navi {}

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

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

/* 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;
}

#login_box input[type="text"], 
#login_box input[type="password"] {
    
}

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

#nav-main ul {
    margin: 0px 0 0 24px !important;
}

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

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


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

#language_selector ul.path_nav {
    margin: 0;
}

#language_selector .selected_lang {
    
}

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

.addthis_toolbox {
    float: right;
}

.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: .4em;
}

#recommend #rec_input {
    padding-top: .9em;
}

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

/******************/
/*    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: 0px; 
    left: 0px; 
    visibility: hidden;
}


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

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

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


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

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


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

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

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

@media (max-width: 767px) {
    
    #frame_zone {
        width: 98%;
        margin: 0 1%;
    }
    
    .filter_standort{
        padding: 0;
        width: 100%;
    }
    
    .filter_career_level {
        width: 48%;
        padding: 0 2% 0 0;
    }
    
    
    .filter_aufgabengebiet {
        width: 48%;
        padding: 0 0 0 2%;
     }
     
     .checklist_taetigkeit,
     .checklist_aufgabengebiet {
        height: 150px !important;
     }
}

@media (max-width: 480px) {
    
    #filter_area .group_field_cb,
    #filter_area .group_field_btn,
    .filter_career_level,
    .filter_aufgabengebiet {
        width: 100%;
        padding-right: 0%;
        padding-left: 0%;
    }

    .css_button,
    .css_button a {
        display: block;
    }
    
    .css_button {
        margin-bottom: 10px;
    }
    
    .real_table_col3, .real_table_col4,
    #btn_reset_search {
        display: none;
    }

}

@media (max-width: 319px) {
    
    .real_table_col2 {
        display: none;
    }
}
