/* $Id: base.css,v 1.10 2015/10/27 11:07:05 vgaus Exp $ */

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

#frame_zone {
	/*width:100%;
    max-width: 610px;*/
}

#header_zone {
    margin-bottom: 1em;
}

#content_zone {
    max-width: 100% !important;
}

#footer_zone {
   margin-top: 1em;  
}

#popup_zone {
   margin:10px; 
}

.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 {

}

#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: red;
    border: 0px solid red;
    padding: 0;
    margin: 1em 0;   
}

.success_msg {
    padding: .4em;
    margin: 1em .4em;   
}


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

#frame_zone, 
#popup_zone {
	color: #333;
    font: 16px/20px arial,tahoma,helvetica,sans-serif;
    font-family: Arial, Helvetica, sans-serif;
}

a, 
a:visited, 
a:active, 
a:focus {
    text-decoration: none;
    color: #15487f;
}

a:hover{
    text-decoration: underline;
    color: #15487f;
} 

h1,
h2,
h3,
h4, 
h5, 
h6 {
    margin: 10px 0;
    font-family: DINCompPro-Light !important;
    font-weight: 400;
    color: inherit;
    text-rendering: optimizelegibility;
}

h1 {
    font-size: 36px !important;
    line-height: 40px !important;
}

h2 {
    font-size: 18px !important;;
}

h3 {
    font-size: 18px !important;;
}

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

p {
    margin: 0 0 1em 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;
}

/**
 * @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 #d7d7d7;
  background: #FFF;
  font-weight: normal;
  color: #666666;
}

input[type=text], input[type=date], input[type=password] {
  padding: 5px 8px 5px;
  height: 28px;
}

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

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

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

.input_box{
    width: 100%;
}

#job_filter_advanced .input_box{
    width: calc(100% - 115px);
}

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;
    display:flex;
}

.group_field label,
.group_field .label {
    width:30%
}

#job_filter_advanced .group_field label {
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    width: 115px;
}

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


.duty {
    
}

.asterisk {
   color: red; 
}

.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 red;
    color: red;
}


/*************/
/* buttons   */
/*************/
form .actions {
    margin: auto;
    min-height: 0;
    max-width: 100%;
    background-color: white;
    text-align: right;
}

#btn_online_application {
    margin-bottom: 20px;
}

.actions {
    max-width: 610px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #034275;
    text-align: center;
    margin: 20px auto 0;
}

#header_links {
    margin-top: 0;
}

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

#job_filter_advanced .css_button {
    margin: 0px;
}

.css_button a {
    display: inline-block;
    padding: 5px 12px;
    margin: 0;
    background: #f49f22;
    text-decoration: none;
    font-size: 16px;
    line-height: 20px;
    font-family: Arial;
    font-style: normal;
    color: #FFF !important;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    font-weight: 100;
    width:250px;
}

#footer_links .css_button a {
    margin: 0 auto;
}

.css_button a:hover, .css_button a:focus {
    background: #f49f22;
    color: #FFF !important;
}

.css_button a:active {

}

.real_table_col2 .other_actions .css_button a{
    /*font-size:0.7rem;*/
}

#filter_area .other_actions .css_button {
    margin-top: 15px;
}

/********************/
/* 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-bottom: 1em;
}

.real_table th,
.real_table td {
    padding: 0.8em;
    border-bottom: 1px solid #F2F2F2;
}

.real_table th {
    background-color: #F2F2F2;
    text-align: left;
}

.real_table tfoot td {
    border: 0;
}

.alternative_0,
.alternative_1{
    border-bottom: 2rem #ffffff solid;
    display: flex;
    background-color: #ededed;
    padding:0.625rem;
}

.alternative_0 .real_table_col1 a,
.alternative_1 .real_table_col1 a{
    font-size: 1.313rem;
    line-height:1.5rem;

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

.real_table_col1,
th.real_table_col1 {
  /*min-width: 200px;*/
    flex: 0 0 60%;
}

.real_table_col2 {
    display: flex;
    flex: 0 0 40%;
    justify-content: flex-end;
}
.real_table_col3 {
    min-width: 120px;
}

.job_filter_advanced_col1 {
    width: 100%;
}

.job_filter_advanced_col2_innen,
.job_filter_advanced_col1_innen,
.col1_innen_1 {
    margin: 5px;
    color: white;
    font-weight: bold;
}

.job_filter_advanced_col2_innen{
    text-align: right;
}

.alternative_0 span,
.alternative_1 span {
    display: block;
}

#joboffers span:nth-child(2),
#joboffers span:nth-child(3) {
    font-size: 0.875rem;
}

.icon_order_dir {
    margin-left: 5px;
}

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

.icon_order_sort_none {
    color: #AAA;
}

.joblising_jobalert_box {
    margin-bottom: 2em;
    background-color:#034275;
    flex-direction: column;
    display: flex;
    text-align:center;
    display : -ms-flexbox;
    color:#ffffff;
}

.joblising_jobalert_box_1{
    padding-top: 2rem;
}

.joblising_jobalert_box_2{
    padding-bottom: 2rem;
}

.joblising_jobalert_box a {
    color: #fff !important;
}

.joblising_jobalert_box a:hover {
    text-decoration: none;
}

#jobalert_paragraph a {
    padding: 10px;
    line-height: 4;
    position: relative;
    background: #f49f22;
}

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

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

#filter_job_alert .group_field{
	margin:15px 0;
}

#jobTplContainer{
    overflow: hidden;
}

/* filter */
#job_filter_basic .group_field {
    float: none;
}
#job_filter_advanced{
    padding: 0;
    margin: 0;
    display: flex;
    background-color: #034275;
    align-items: center;
    justify-content: center;
    border-bottom: 2rem #ffffff solid;
    border-top: 2rem #ffffff solid;
}

.job_alert_filter {
    padding-bottom: 10px;
}

#job_filter_basic{
	margin:15px 0;
}

.autocomplete_span {
    display: inline;
}

#filter_area .other_actions {
    text-align: right;
    margin-bottom: 15px;
}

#job_filter_advanced .group {
    overflow: auto;
}

#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%;*/
    margin-top:3%;
}

#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;
    text-align:right;
    font-size:.8em; 
    padding-top:1em;
}

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

#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"] {
    width:100%;
    
}

#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_box{
	display:none;
}

#pageid_pagejob .addthis_box{
    display:inline;
    float: left;
    margin: -46px 0 0;
    width: 45%;
}

.addthis_boxText{
	border:0px solid red;
	float: left;
    margin: 10px 0;
    width: 100%;
}

.addthis_toolbox {
    float: none;
}

.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;
    margin-right: 12px !important;
}


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

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

/***********************************/
/* ------------ ICONS -------------*/
/***********************************/

.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";
}

.ck_content{
    margin: auto;
}

#application_form .group_field{
    flex-direction: column;
    display: flex;
}

#application_form .group_field label{
    width:100%;
}
/***********************************/
/* ------------ Responsive---------*/
/***********************************/

@media (max-width: 767px) {

    #job_filter_advanced {
        flex-wrap: wrap;
    }

    .alternative_0, .alternative_1 {
        display: block;
    }

}

@media (max-width: 667px) {

    #content_zone {
        padding: 0 15px;
    }

}

@media (max-width: 480px) {
    
    #filter_area .group_field_cb {
        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 {
        display: none;
    }
    
     #application_box .group_field {
        width: 98% !important;
    }

    .alternative_0, .alternative_1 {
        display: block;
    }

    .real_table_col1 {
        flex: 0 0 100%;
    }

    .alternative_0 .other_actions ,
    .alternative_1 .other_actions {
        margin-top:8px;
    }

    .other_actions_index{
        z-index:9999;
    }

}
