/* $Id: base.css,v 1.4 2015/08/11 14:14:48 jtorborg Exp $ */

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

#frame_zone {
    max-width: 880px;
    margin:0 auto;
}

#header_zone {
    margin-bottom: 1em;
}

#content_zone {

}

#footer_zone {
   margin-top: 1em;
}

#popup_zone {

}

#rexx_footer_powered{
line-height: normal !important;
font-weight: bold !important;
font-family: arial !important;
color: #000000 !important;
font-size: 9px !important;
}

#frame_zone #rexx_footer span {
font-size: 9px !important;
}

#frame_zone #rexx_footer a {
font-size: 9pt !important;
}

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

.group_line:after {
  clear: both;
}

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

#main_sidebar {

}

#main_content {

}

.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: 0.5em 0;
    padding: 0.3em;
    border:1px solid #C03;
}

.success_msg {
    background-color: #DBDBFD;
    border: 1px solid #0000FF;
    padding: .3em;
    margin: 0.5em 0;
}


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

#frame_zone,
#popup_zone {
    font-family: 'OpenSansRegular', Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 16px !important;
    color: #000;
    line-height: 1.4375;
}

div:not(#pageframework_content) #frame_zone p,
div:not(#pageframework_content) #frame_zone strong,
div:not(#pageframework_content) #frame_zone em,
div:not(#pageframework_content) #frame_zone span,
div:not(#pageframework_content) #frame_zone li,
div:not(#pageframework_content) #frame_zone a,
div:not(#pageframework_content) #frame_zone b {
    font-size: 16px !important;
}

#frame_zone h1 {
    margin-left: 0 !important;
}

section h1:first-child {
    margin-top: 0px !important;
}

a,
a:visited,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    color: #ba623d;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 10px 0;
    margin: 0;
    font-family: inherit;
    font-weight: 400;
    line-height: 20px;
    color: #786067;
    text-rendering: optimizelegibility;
}

h1 {
    color: #786067;
    font-size: 50px;
    line-height: 60px;
}


h1 {
    font-size: 40px;
    line-height: 50px;
}

h2 {
    font-size: 30px;
    line-height: 40px;
    color: #ba623d;
}


h2, h2[style*="line-height"] {
    font-size: 24px;
    line-height: 31px;
}

h3 {
    font-size: 14px;
}

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

p {
    margin: 0 0 2em 0;
}

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

ol {
    list-style-type: decimal;
}

.error_msg p,
.success_msg p {
    margin: 0;
}

.jobList .jobDate {
    display: none;
}

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

strike {
    text-decoration: line-through;
}


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

/* elements */

.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 #ccc;
  background: #fff;
  font-weight: normal;
  color: #000;
}

.frame_zone input[type=text], 
.frame_zone input[type=date], 
.frame_zone input[type=password] {
  padding: 2px 5px 2px !important;
  height: 32px !important;
}

textarea {
    height: 5em;
    white-space: pre;
    resize: none;
    overflow: auto;
}

fieldset ul {
    width: 100%;
    height: 5em;
    overflow: auto;
    border: 1px solid #D3D3D3;
    list-style: none;
    background-color: #FFF;
    padding: 0;
    margin: 0;
}

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

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

fieldset ul li input {
    width: 1em;
    float: left;
    margin-top: .2em;
}

fieldset ul li:hover {
    background: #f3f8fe;
}

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

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

fieldset,
.fieldset {

}

legend,
.legend {
    display: block;
    padding: .3em 0;
    width: 100%;
}

.group_box,
.group .actions,
.group .other_actions {
    padding: 0;
    margin: 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 0 15px 0;
}

.group_field label,
.group_field .label {

}


#filter_location .group_field, #filter_range .group_field {
    width: 50%;
}

#filter_range .group_field {
    padding-left: 2%;
}

.job_filter .group_field {
    float: left;
}


#filter_volltext .group_field {
    width: 100%;
}

#filter_aufgabengebiet .group_field,
#filter_standort .group_field{
    width: 50%;
}

#filter_aufgabengebiet .group_field {
    padding-left: 2%;
}

#job_alert #filter_aufgabengebiet .group_field,
#job_alert #filter_standort .group_field{
	    width: 100%;
}

#job_alert #filter_aufgabengebiet .group_field {
    padding: 0;
}

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


.duty {

}

.asterisk {
   color: #C36;
}

.field_error input[type=text],
.field_error select,
.field_error textarea,
.field_error fieldset,
.field_error checkbox,
input.field_error,
select.field_error,
textarea.field_error,
fieldset.field_error,
checkbox.field_error,
.field_error .ui-state-default{
    border: 1px solid #FCC;
    color: #C36 !important;
}


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

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

#header_links {
    margin-top: 0;
}

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

.css_button a {
    display: inline-block;
    padding: .4em 1.8em;
    margin: 0;
    background: #786067;
    border: 0px solid #CCC;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    text-decoration: none;
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    font-style: normal;
    color: #FFF !important;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
}

.css_button a:hover, .css_button a:focus {
    background: #624d53;
}

.css_button a:active {

}

#btn_online_application_back a,
#btn_online_application_back a:hover {
    background: #ddd;
    color: #000 !important;
}


#filter_area #filter_actions {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap-reverse;
    margin: 0;
}

#filter_btn_search{
}


#filter_btn_reset {
}

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

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

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


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

.real_table {
    width: 100%;
    margin:3em 0 1em 0;
}

.real_table th,
.real_table td {
    padding: 1em .7em;
    border-bottom: 1px solid rgba(112, 113, 115, 1);
}

.real_table th {
/*
    background: #5176a0;
    background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0%,#5176a0),color-stop(100%,#355784));
    background-image:-moz-linear-gradient(#5176a0,#355784);
    background-image:-webkit-linear-gradient(#5176a0,#355784);
    background-image:linear-gradient(#5176a0,#355784);
*/
    text-align: left;
}

.real_table th a{
    white-space: nowrap;
    color:#ba623d;
}

.real_table tfoot td {
    border: 0;
}

.real_table .alternative_0 td {

}

.real_table .alternative_1 td {

}

.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: #FFF;
}

.icon_order_sort_none {
    color: #AAA;
}

.cell_jobteaser{font-size:13px;}

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

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

#job_alert .group{
	border:none;
}

#jobTplContainer{
    overflow: hidden;
}

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

.autocomplete_span {
    display: inline;
}

#filter_area{
	margin:1em 0;
}

.job_filter{

}

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

#job_filter_advanced .group {
    overflow: auto;
    border:none;
}

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

#job_filter_advanced fieldset ul {
    height: 4em;
}

#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: 99.5%;
}

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

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

/* navigation */
.stellen_navi {}
.stellen_navi_sel{background-color:#D3D3D3;}

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

/* jobalert */
#jobalert_box {
    margin: 20px 0 10px 10px;
    padding:20px;
    width:240px;
    float:right;
    background: #f8efec;
    border:0px solid #ccc;
}

#jobalert_box #btn_online_application_job_alert {
    margin: 0;
}


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


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


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

/*************/
/* Map       */
/*************/
.map-head {
}

.map-head:hover {
}

.frame_zone .map-head a {
}

.map-head .fa {
}

.map-head a:hover {
}

.map-head .map-toggle {
}

.map-head .map-toggle:hover {
}

#mapFrame{
    position: relative;
}

#mapFrame .sidebar-header {
    background-color: #BA623D;
    color: #fff;
    margin: -10px -20px 0 !important;
    padding: 0 20px;
    font-size: 1em;
    font-weight: normal;
    line-height: 40px;
}

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

#sidebar.sidebar{
    z-index: 20;
}
.sidebar-left ~ .sidebar-map {
    margin-left: 0px !important;
}

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

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

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

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

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

/***********************************/
/* ------------ ICONS -------------*/
/***********************************/
@font-face {
    font-family: 'rexxicons';
    src: url('../fonts/rexxicons-webfont.eot');
    src: url('../fonts/rexxicons-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/rexxicons-webfont.woff') format('woff'),
         url('../fonts/rexxicons-webfont.ttf') format('truetype'),
         url('../fonts/rexxicons-webfont.svg#rexxicons') format('svg');
    font-weight: normal;
    font-style: normal;
}

.fa {
  display: inline-block;
  font-family: rexxicons;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-cancel:before {
  content: "c";
}

.fa-eye:before {
  content: "h";
}

.fa-attachment:before {
  content: "i";
}

/***********************************/
/* ------------ Responsive---------*/
/***********************************/
.show_mobile {
    display: none;
}

.mm-page {
    position: static !important;
}

#site-main {
  width: 980px !important;
}
@media only screen and (min-width: 720px) and (max-width: 1279px) {
  /* line 76, ../Scss/_basics.scss */
  #site-main {
    max-width: 720px;
  }
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  /* line 76, ../Scss/_basics.scss */
  #site-main {
    width: 87.5% !important;
  }

  .real_table_col3,
  .real_table_col4 {
    display: none;
  }

  #jobalert_box {
    width: 100%;
  }

}

@media (max-width: 480px) {

    #filter_area .group_field_cb,
    #filter_aufgabengebiet .group_field,
    #filter_standort .group_field,
    #filter_location .group_field, 
    #filter_range .group_field {
        width: 100%;
        padding-right: 0%;
        padding-left: 0%;
    }

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

    .css_button {
        margin-bottom: 10px;
    }

    .real_table_col2 {
        display: none;
    }

	.show_mobile {
        display: block;
	}


}

@media (max-width: 319px) {

    .real_table_col2 {
        display: none;
    }
}
