/* $Id: base.css,v 1.55 2016/11/28 11:25:05 vgaus Exp $ */

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

#frame_zone {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding-top: 15px ;
}

#header_zone {
    margin-bottom: 1em;
}

#content_zone {
    margin: 0 auto;
    position: relative;
}

#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;
}
#agree_input_box {
    height: 85px;
}


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

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

#agr_social_media {
    left: 0;
}

#agr_side_links {
    display: flex;
    flex-direction: column;
    right: 0;
    font-weight: 700;
}
#agr_side_links a {
    color: #0f9937;
}
.fixed_sideblock {
    position: fixed;
    top: 100px;
}

#main_content {

}

.inner_content {
    min-height: 0;
    width: 75%;
    margin:0 auto;
    padding-top: 15px;
}

#popup_zone #main_content {
    margin: 0;
}

/**************/
/* Datenschutz 2 Spaltig */
/**************/

.menuid_3 #pageframework_content{
    -webkit-column-count: 2; 
    -moz-column-count: 2; 
    column-count: 2;
    -webkit-column-gap: 90px;
    -moz-column-gap: 90px;
    column-gap: 90px;
}

.menuid_3 #pageframework_content p{
    margin: 1em 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: 100%;
    color: #000;
    line-height: 1.2;
}

.frame_zone a, 
.frame_zone a:visited,
.frame_zone a:active, 
.frame_zone a:focus {
    text-decoration: none;
    color: #333333;
}
.frame_zone a:hover {
    color: #0f9937;
}
#agreement a {
    color: #0f9937;
}

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

}

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

.frame_zone h2 {
    font-size: 17.5px;
}

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

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

.frame_zone p {
    margin: 0 0 0 0;
    color: #333333;
    line-height: 25px;
    font-size: 14px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

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

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

strike {
    text-decoration: line-through;
}


/**********/
/* INPUTS */
/**********/

.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 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    outline: 0;
    -webkit-appearance: none;
    border-radius: 0;
    border: 1px solid #EEE;
    background: #EEE;
    color: #000;
    font-weight: normal;
}

.group_field input[type=text], 
.group_field input[type=date], 
.group_field input[type=password] {
    padding: 0 15px;
    height: 42px;
    line-height: 42px;
}

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

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #000 !important;
    opacity: 0.54;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #000 !important;
    opacity: 0.54;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #000 !important;
    opacity: 0.54;
}
::-ms-input-placeholder {
    color: #000 !important;
    opacity: 0.54;
}
::placeholder {
    color: #000 !important;
    opacity: 0.54;
}

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

fieldset, 
.fieldset {
    
}

legend,
.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 {
    background-color: #FCC !important;
    color: #C36 !important;
}

.field_error ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #C36 !important;
    opacity: 1 !important;
}
.field_error ::-moz-placeholder { /* Firefox 19+ */
    color: #C36 !important;
    opacity: 1 !important;
}
.field_error :-ms-input-placeholder { /* IE 10+ */
    color: #C36 !important;
    opacity: 1 !important;
}
.field_error ::-ms-input-placeholder {
    color: #C36 !important;
    opacity: 1 !important;
}
.field_error ::placeholder {
    color: #C36 !important;
    opacity: 1 !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: 10px 20px;
    margin: 0;
    background: #0f9937;
    color: #FFF;
    text-decoration: none;
    font-family: inherit;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    font-weight: 600;
}

.frame_zone .css_button a:hover, .frame_zone .css_button a:focus {
    background: #0d822f;
}

.frame_zone .css_button a:active {
    background: #0f9937;
}

#btn_reset_search.css_button a,
#btn_online_application_back a {
    background: #0f9937;
    font-weight: 600;
}
#btn_submit_search.css_button a{
    font-weight: 600;
}

#btn_reset_search.css_button a:hover, 
#btn_reset_search.css_button a:focus,
#btn_online_application_back.css_button a:hover,
#btn_online_application_back.css_button a:focus {
    background: #0f9937;
}

#btn_reset_search.css_button a:active,
#btn_online_application_back.css_button a:active {
    background: #0f9937;
}
#btn_back a {
    background-color: #0f9937;
}
#btn_back a:hover {
    background-color: #0d822f;
}

/********************/
/* navigation       */
/********************/

.navbar-container {
    width: auto;
}

.navbar-container:before, .navbar-container:after {
  display: table;
  content: " ";
}

.navbar-container:after {
  clear: both;
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.navbar-nav {
    float: left;
    margin: 0;
}

.nav > li {
    position: relative;
    display: block;
}

.navbar-nav > li {
    float: left;
}

.navbar-nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 20px;
    color: #000;
    text-decoration: none;
}

.navbar-nav > li > a:hover {
    text-decoration: none;
}

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 {
    position: relative;
    padding: 10px 15px 10px 0;
    border-bottom: 1px solid #cccccc
}

.real_table th {
    text-align: left;
}

.real_table th a {
    color: #000 !important;
    white-space: nowrap;
}


#agr_jobs .arg_job_title a{
    display: block;
    font-size: 28px;
    color: #333333;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 33px;
}
#agr_jobs .arg_job_title a:hover {
    color: #0f9937;
}
.agr_job_tilte_toptext {
    font-size: 14px;
    color: #333333;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 33px;
}
#agr_job {
    padding: 15px 0 30px 0;
    border-bottom: 1px solid #cccccc;
}
.real_table tfoot td {
    border: 0;
}
.real_table .alternative_0 a,
.real_table .alternative_0 td {
    background-color: #FFF;
    color: #0f9937;
}
.real_table .alternative_0 a:hover,
.real_table .alternative_0 a:active,
.real_table .alternative_0 a:focus {
    color: darkblue;
    text-decoration: underline;
}
.real_table .alternative_1 a:hover,
.real_table .alternative_1 a:active,
.real_table .alternative_1 a:focus {
    color: darkblue;
    text-decoration: underline;
}
.real_table .alternative_1 a,
.real_table .alternative_1 td {
    background-color: #fff;
    color: #0f9937;
}
.alternative_0 td.real_table_col3,
.alternative_1 td.real_table_col3,
.alternative_0 td.real_table_col2,
.alternative_1 td.real_table_col2 {
    color: #000000;
}

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

/*td.real_table_col1:before {
    content: "\f006";
    font-family: 'mfg_labs_iconsetregular';
    font-style: normal;
    display: inline-block;
    position: absolute;
    left: 0;
    speak: none;
    font-weight: normal;
    font-size: 1em;
    -webkit-font-smoothing: antialiased;
    margin-right: 5px;
    color: #A33540;
}*/

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

#job_teaser{
	font-size:.9rem;
}

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

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

#jobTplContainer{
    overflow: hidden;
}

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

#joboffers {
    padding-top: 20px;
}
.autocomplete_span {
    display: inline;
}
#filter_area {
    padding-top: 40px;
}

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

#filter_area .group {
    overflow: auto;
}

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

#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: 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 {}

.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 {
    display: inline-block;margin-left: 5px;
}

#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"] {
    
}

#application_confirm_account {
    display: none;
}

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

#nav_main {
    display: none;
}
#login_cssbutton a {
    color: #FFF;
}

#agr_meine_daten,
#agr_logout {
    display: none;
}

#agr_meine_daten.meine_daten {
    display: inline-block;
    padding-right: 10px;
}
#agr_logout.logout {
    display: inline-block;
}
#agr_login {
    margin-top: 10px;
}
#login_box .other_actions a {
    font-size: 15px;
}
#login_menu a{
    display: block;
    float: left;
    color: #FFFFFF !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 {

}

#pageid_pagejob .addthis_toolbox {

}

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

#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: 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;
}
#agr_logo_dropdown,
.agr_menu_sub_right,
.agr_menu_sub {
    display: none;
    background-color: #fff;
    padding: 0;
}
.agr_menu_sub_right {
    background-color: #0f9937;
    margin-top: 20px;
    border-radius: 4px;
}
#agr_menu {
    float: right;
    height: 130px;
}
.sticky #agr_menu {
    float: left;
    margin-left:105px;
    height:60px;
    margin-top: 5px;
}
.sticky #agr_menu a {
    font-size: 17px;
    color: #333333;
}
.sticky #agr_button_small_menu {
    float: right;
    background-color: #0f9937;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    border-radius: 4px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 6px 22px;
    cursor: pointer;
    border: solid 1px #0F9A37;
    background-image: linear-gradient(to bottom,#14C748,#0F9937);
    margin-top: 15px;
}
.sticky #agr_button_small_menu:hover{
    border: solid 1px #0F9A37;

}
#agr_button_right {
    position: absolute;
    right:0;
}
#agr_right_wrapper {
    position: relative;
}
#agr_header {
    width: 100%;
    height: 130px;
    position: relative;
}
#agr_header #agr_small_menu {
    display: none;
}
#agr_header #agr_button_small_menu {
    display: none;
}
.sticky#agr_header #agr_button_small_menu {
    display: block;
}
.sticky#agr_header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
    background-color: #fff;
    height: 60px;
    font-size: 14px;
    box-shadow: 0px 4px 6px rgba(50, 50, 50, 0.4);
}
.sticky#agr_header #agr_icon {
    display: inline-block;
    transform: rotate(90deg);
    padding:0 3px;
}
.sticky#agr_header #agr_icon:before {
    content: '\f00f';
    font-family: mfg_labs_iconsetregular;
    font-size: 7px;
    color: #fff;
}
.sticky#agr_header #agr_small_menu {
    display: block;
    font-size: 18px;
    color: #0f9937;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    float: left;
    padding-top: 18px;
    text-transform: uppercase;
}

.sticky #agr_menu_header {
    display: none;
}
#agr_header_content_zone {
    width: 1170px;
    margin: 0 auto;
    margin-top: 10px;
}
#agr_logo {
    margin-top: 65px;
    padding-bottom: 10px;
    text-align: left;
    display: inline-block;
    height: 49px;
}
.sticky #agr_logo {
    display: none;
}
#agr_menu_header {
    font-size: 36px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin-top: 5px;
    text-align: right;
    color: #333333;
}
#agr_menu_main div {
    display: inline-block;
}
#agr_footer div {
    display: inline-block;
}
#agr_footer a{
    padding: 10px 5px;
    font-size: 12px;
}
#agr_footer {
    text-align: right;
    padding: 25px 0;
    border-top: 1px solid #ddd;
}
#agr_login_img {
    text-align: right;
    width: 5%;
    display: inline-block;
    margin-top: -6px;
}
#mobile_login #agr_login_img {
    margin-top: 0;
}
.agr_menu_sub {
    position: absolute;
    z-index: 100;
}
.sticky #sticky_login:after {
    content: " ";
    width: 30px;
    height: 30px;
    background-image: url('/bilder/agr/symbole/login.png');
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    margin-left: 5px;
}
#headline_first {
    display: none;
}
#agr_experienced,
#agr_beginner,
#agr_students,
#agr_school {
    float: right;
    background-color: #0f9937;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    border-radius: 4px;
    font-size: 40px;
    width: 80%;
    padding: 20px 22px;
    cursor: pointer;
    border: solid 1px #0F9A37;
    background-image: linear-gradient(to bottom,#14C748,#0F9937);
    margin: 5% 4% 5% 0;
}
a#agr_menu_start,
a#agr_menu_company,
a#agr_menu_services,
a#agr_menu_responsibility,
a#agr_menu_professional_world {
    text-decoration: none;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 21px;
    color: #000000;
    padding: 10px 5px;
}
a#agr_menu_contact {
    text-decoration: none;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 21px;
    color: #000000;
    padding: 10px 0 10px 15px;
}
#agr_menu_logo a {
    color: #0f9937;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
}
#agr_menu_logo a:hover {
    border-bottom: 1px #0f9937 solid;
    color: #0f9937;
}
#agr_menu_logo li {
    list-style-type: none;
    padding: 5px 0;
}
#agr_menu_content {
    margin-top: 9px;
}
#agr_menu a {
    color: #333333;
    text-decoration: none;
    font-size: 19px;
}
#agr_menu a:hover {
    color: #0f9937;
}
#agr_button_right li,
#agr_menu li {
    list-style-type: none;
    padding: 5px 10px 10px 15px;
}
#agr_button_right li:hover,
#agr_menu li:hover {
    list-style-type: none;
}
#agr_button_right a {
    color: #fff;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    font-size: 14px;
    font-weight: 700;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
#agr_button_right a:hover {
    border-bottom: 1px #fff solid;
}
#agr_menu_start a,
#agr_menu_company a,
#agr_menu_services a,
#agr_menu_responsibility a,
#agr_menu_professional_world a,
#agr_menu_contact {
    font-size: 17px;
}
#agr_dropdown_start a.agr_sub_link,
#agr_dropdown_company a.agr_sub_link,
#agr_dropdown_responsibility a.agr_sub_link,
#agr_dropdown_professional_world a.agr_sub_link,
#agr_dropdown_contact a.agr_sub_link,
#agr_dropdown_services a.agr_sub_link{
    font-size: 17px;
}
#jobslisting #agr_jobs_header {
    font-size: 35px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #333333;
    padding-bottom: 15px;
    text-align: center;
    margin-top: 20px;
}
#jobslisting #agr_jobs_header a {
    color: #333;
}
#agr_job_teaser_links {
    margin-bottom:20px;
}
#agr_job_teaser_links a {
    margin-right: 15px;
    font-size: 14px;
    color: #000;
}
#agr_job_teaser_links #agr_job_aktuell_link {
    color: #0f9937;
}
#agr_login_icon {
    width: 35px;
    display: inline-block;
}
#nav_login {
    position: relative;
    margin-top: 5px;
    text-align: right;
}
#nav_login .layer {
    position: absolute;
    background-color: #fff;
    display: none;
    top: 35px;
    right: 0;
    border: 1px solid #333333;
    color: #333333;
    padding: 7px;
    text-align: left;
    z-index: 9999;
}
#agr_job_headline_textblock {
    font-size: 20px;
    padding: 30px 0;
    font-weight: 600;
    color: #333333;
}
#unsolApplication {
    color: #333333;
    line-height: 25px;
    font-size: 14px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin-bottom: 40px;
}
#unsolApplication .job_alert_link {
    color: #0f9937;
}
#agr_experienced_div,
#agr_beginner_div,
#agr_students_div,
#agr_school_div {

}
#agr_school_img,
#agr_students_img,
#agr_beginner_img,
#agr_experienced_img {
    height: 250px;
    box-shadow: 0 0 13px 7px silver;
}
#agr_img_welcome1,
#agr_img_welcome2,
#agr_img_welcome3,
#agr_img_welcome4 {
    width: 35%;
    display: inline-block;
}
#agr_start_menu {
    width: 85%;
    margin: 0 auto;
}
#agr_img_welcome1,
#agr_img_welcome3 {
    margin: 0 150px 0 70px;
}
#headline_agr_welcome {
    text-align: center;
    font-size: 40px;
    font-weight: 200;
    padding: 30px;
}
#agr_talk,
#agr_selection_process,
#agr_application_documents {
    border-top: 1px solid #ddd;
    font-size: 30px;
    padding: 10px;
}
#agr_application_tips {
    margin: 35px 0;
}
.slider_text {
    display: none;
    color: #333333;
    line-height: 25px;
    font-size: 14px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 20px 0;
}
#agr_cpic3,
#agr_cpic1 {
    width: 300px;
}

#agr_cpic3 img,
#agr_cpic1 img {
    width: 100%;
    filter: grayscale(100%);
}

#agr_cpic2 {
    width: 500px;
}

#agr_cpic2 img{
    width: 100%;
}

#agr_carousel_display > div {
    display: inline-block;
    vertical-align: middle;
}

#agr_carousel_display {
    text-align: center;
}
.agr_logo,
.agr_logo img {
    display: none;
}
#sticky_login #agr_login_img {
    display: none;
}
#sticky_login #agr_meine_daten,
#sticky_login #agr_logout,
#sticky_login #agr_login {
    vertical-align: unset;
    padding-left: 25px;
}
#sticky_login #agr_meine_daten,
#sticky_login #agr_logout {
    vertical-align: unset;
    padding-left: 8px;
}
#sticky_login #login_box {
    font-size: 1em;
    width: 205px;
}
#login_text {
    font-size: 12px;
    padding-bottom: 10px;
}
#agr_menu_main a#agr_menu_contact {
    border-bottom: none;
}
.job_teaser {
    color: black;
    font-size: 14px;
}
#nav_login .layer {
    width: 240px;
}
/***********************************/
/* ------------ Responsive---------*/
/***********************************/

@media (max-width:1200px){
    #pageid_datenschutz {
        padding-top: 60px;
    }

    #jobTplContainer{
        padding-top: 55px;
    }

    .inner_content {
        padding-top: 45px;
    }

    #burger_nav .line {
        display: block;
        width: 60%;
        height: 2px;
        background: #fff;
        margin: 0 0 5px 6px;
        border-radius: 4px;
    }

    #agr_header.sticky {
        display: none;
    }

    #agr_menu {
        float: left;
        position: absolute;
        z-index: 999;
        right: 0;
        left: 0;
        top: 50px;
    }

    #agr_header {
        height:0;
    }

    #header_zone {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1000;
        background-color: #fff;
        height: 65px;
        font-size: 14px;
        box-shadow: 0px 4px 6px rgba(50, 50, 50, 0.4);
    }

    #header_zone.active {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1000;
        background-color: #fff;
        box-shadow: none;
    }

    #agr_menu_content {
        margin-top: 0;
        padding-top: 15px;
        background-color: #fff;
        box-shadow: 0 6px 6px rgba(50, 50, 50, 0.4);
    }

    #agr_menu_main div a {
        padding-left: 15px;
        font-weight: normal;
        border-bottom: 1px solid #ccc;
        line-height: 21px;
        margin: 0 80px;
        padding-left: 2px;
        font-size: 17px;
        display: block;
    }

    #agr_menu_main div a:focus,
    #agr_menu_main div a:hover {
        background-color: #f2f2f2;
    }

    #agr_menu_main div a:before {
        width: 15px;
        height: 15px;
        content: "\002B";
        color: #0f9937;
        padding-right: 5px;
    }

    #agr_menu_main div:last-child a{
        border-bottom: none;
    }

    #agr_right_wrapper,
    #agr_menu_content,
    #agr_logo,
    #agr_menu_header{
        display: none;
    }
    #agr_login {

    }

    .agr_logo,
    .agr_logo img {
        display: inline-block;
        width:60px;
        padding-left: 42px;
    }

    #agr_menu_main div {
        display: block;
    }

    #burger_nav:before,
    #burger_nav:after {
        display: block;
        width: 60%;
        height: 2px;
        background: #fff;
        content: "";
        margin: 0 0 5px 6px;
        border-radius: 4px;
        transition: all 200ms ease;

    }
    #burger_nav:before {
        margin: 1px 0 5px 6px;
    }
    #nav_main > div > div {
        display: block !important;
        margin: 10px !important;
    }

    #burger_nav {
        display: inline-block;
        font-size: 30px;
        width: 35px;
        height: 20px;
        cursor: pointer;
        background: 0 0;
        background-color: #0f9937;
        color: #fff;
        text-shadow: 0 -1px 0 rgba(0,0,0,.25);
        border-radius: 4px;
        font-weight: bold;
        padding: 5px;
        cursor: pointer;
        border: solid 1px #0F9A37;
        background-image: linear-gradient(to bottom,#14C748,#0F9937);
        margin-bottom: 10px;
        z-index: 2000;

    }
    #mobile_login {
        width: 60%;
        display: inline-block;
        vertical-align: top;
        padding-right: 25px;
    }
}

@media (max-width: 767px) {
    
    #frame_zone {
        width: 98%;
        margin: 0 1%;
    }

    #jobalert_box {
        margin-left: 0;
    }
    #filter_area .group_field_btn:last-child {
        text-align: left;
    }

    #filter_area .group_field {
        width: 100%;
    }

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

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

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

    #btn_reset_search {
        display: block;
    }

    #jobalert_box {
        margin-top: 15px;
        width: 100%;
    }

    .real_table_col4 {
        display: none;
    }
    
    .menuid_3 #pageframework_content{
        -webkit-column-count: 1; 
        -moz-column-count: 1; 
        column-count: 1;
    }

}

@media (max-width: 767px) {

    #agr_footer,
    .real_table_col3 {
        display: none;
    }
    .agr_logo,
    .agr_logo img {
        padding-left: 35px;
    }


}

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

    .frame_zone .css_button,
    .frame_zone .css_button a {
        display: block;
    }
    
    .frame_zone .css_button {
        margin-bottom: 10px;
    }
    #mobile_login {
        width: 45%;
        padding-right: 30px;
    }
    .agr_logo,
    .agr_logo img {
        padding-left: 35px;
    }
    #agr_menu_main div a {
        margin: 0 60px;
    }

}

@media (max-width: 450px) {
    #jobslisting #agr_jobs_header,
    .real_table_col2 {
        display: none;
    }
    .agr_logo,
    .agr_logo img {
        padding-left: 25px;
    }
    #nav_login .layer {
        width: 150%;
        right: auto;
    }
    #agr_meine_daten.meine_daten {
        padding-right: 5px;
        font-size: 12px;
    }
    #agr_logout.logout {
        font-size: 12px;
    }
}
@media (max-width: 380px) {
    .agr_logo,
    .agr_logo img {
        padding-left: 20px;
    }
    #nav_login .layer {
        width: 150%;
        right: auto;
    }
    #agr_menu_main div a {
        margin: 0 50px;
    }
}
