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

#frame_zone {
    width: 100%;
    padding-top: 105px;
}

#header_zone {
    display: flex;
    position: fixed;
    top: 0;
    background-color: #fff;
    width: 100%;
    z-index: 50;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16),0 0 0 1px rgba(0,0,0,0.08);
    height: 130px;
    flex-direction: column;
}

#header_zone .header_img img{
    padding: 10px 0;
    height: 33px;
    margin-left: -3px;
}

.banner_img {
    width: 100%;
    height: 450px;
    margin-top: 60px;
    margin-bottom: 40px;
    background: url("../images/2- Banner_Contentseite_Stellenangebote_1920x450.jpg") 50% 40%;
    background-size: cover;
}

.langid_eng .banner_img {
    background: url("../images/3- Banner_Contentseite_Stellenangebote_englisch_1920x450.jpg") 50% 40%;
    background-size: cover;
}

#header-color1 {
    background-color: #013476;
    height: 37px;
}
#header-color2 {
    height: 55px;
    background-color: #A3D8F8;
}

#header-color1 > div,
#header-color2 > div {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

#header-color3 {
    height: 76px;
    background-color: #FFF;
    position: relative;
}

.menuid_65 .banner_img,
#pageid_pagejob .banner_img {
    height: 0;
    margin: 0;
    background: none;
}

.menuid_3 .banner_img {
    background: url("../images/datenschutz.jpg") 50% 60%;
    background-size: cover;
}

.menuid_72 .banner_img {
    background: url("../images/1-Banner_Contentseite_Thieme_Arbeitgeber_1920x450.jpg") 50% 0;
    background-size: cover;
}

.menuid_73 .banner_img {
    background: url("../images/Banner_Contentseite_Taetigkeitsfelder_1920x450.jpg") 100% 0;
    background-size: cover;
}

.menuid_75 .banner_img {
    background: url("../images/Banner_Contentseite_Schueler_zu_Thieme_1920x450.jpg") 100% 0;
    background-size: cover;
}

.menuid_76 .banner_img {
    background: url("../images/Banner_Contentseite_Student_1920x450.jpg") 100% 0;
    background-size: cover;
}

.menuid_77 .banner_img {
    background: url("../images/Banner_Contentseite_Arzt_zu_Thieme_1920x450.jpg") 100% 0;
    background-size: cover;
}

.menuid_78 .banner_img {
    background: url("../images/Banner_Contentseite_Candidate_Journey_1920x450.jpg") 100% 0;
    background-size: cover;
}

.menuid_65:not(#pageid_pagejobform) #content_zone {
    max-width: none !important;
    padding: 0;
}

#content_zone,
.landing_contentbox {
    max-width: 1200px !important;
    margin: 0 auto;
    min-height: 75vh;
}

#pageid_pagejob #content_zone {
    margin-top: 65px;
}

#pageid_pagejobalert #frame_zone #content_zone {
    min-height: 82vh;
    max-width: 1200px !important;
}

.landing_contentbox .imagebox {
    position: relative;
    margin-bottom: 15px;
}

.landing_contentbox .imagebox:first-child {
    margin-top: 30px;
}

.landing_contentbox #landing_imagebox_center {
    display: flex;
    justify-content: space-between;
}

.landing_contentbox #landing_imagebox_center .image_center_box {
    width: 49%;
    position: relative;
}

.banner_start_img img,
.landing_contentbox .imagebox img {
    display: block;
    -webkit-transition: -webkit-transform 800ms ease-out;
    -moz-animation: -webkit-transform 800ms ease-out;
    -o-animation: -webkit-transform 800ms ease-out;
    transition: transform 800ms ease-out;
}

.banner_start_img:hover > img,
.landing_contentbox .imagebox a:hover > img {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}

.banner_start_img,
.landing_contentbox .imagebox a {
    display: block;
    overflow: hidden;
    position: relative;
    color: #fff !important;
}

.landing_contentbox .imagebox span {
    position: absolute;
    bottom: 0;
    color: #013476;
    font-weight: bold;
    width: 100%;
    background-color: #FFFFFF;
    opacity: 0.8;
    padding: 5px 0 5px 12px;
    box-sizing: border-box;
    margin: 0;
}

#footer_zone {
    margin-top: 3em;
    background-color: #A3D8F6;
    padding: 10px 0;
}

#footer_zone .footer_container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    font-size: 16px;
}

#footer_zone  a {
    color: #013476;
    font-family: 'ThiemeArgo2011-Light';
}


#footer_zone  a:not(:last-of-type) {
    margin-right: 30px;
}

.footer_right {
    float: right;
    margin-top: -8px;
}

.footer_right .kununu img{
    width: 70px;
    margin-bottom: 3px;
}

.footer_right img {
    width: 32px;
}

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

.layer_bg {
    z-index: 500;
    background-color: rgba(0,0,0,0.8);
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#pageid_pagejobform .layer_bg {
    display: none;
}

.privacy_layer {
    display: none;
    position: fixed;
    top: 10%;
    left: 0;
    right: 0;
    z-index: 501;
}

.privacy_layer .privacy_box {
    margin: 0 auto;
    padding: 30px;
    background-color: #fff;
    border-radius: 2px;
    max-width: 760px;
}

.privacy_layer .privacy_box .privacy_btn_box {
    text-align: right;
}
/****************/
/* zone modules */
/****************/

.inner_content {
    min-height: 0;
}

#popup_zone #main_content {
    margin: 0;
}

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

.menuid_3 #pageframework_content p {
    margin: 1em 0;
}

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


.menuid_65 #pageframework_content {
    margin-top: 65px;
}

#pageframework_content > p {
    max-width: 1200px !important;
    margin: 0 auto 2em auto;
}

#pageframework_content > p  a {
    color: #013476;
}

.none {
    display: none;
}

.block {
    display: block;
}

.inline {
    display: inline;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

[class*="col-"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}

.col-50 {
    width: 50%;
}

.pad-l-5 {
    padding-left: 5%;
}

.pad-r-5 {
    padding-right: 5%;
}

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

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

#frame_zone .success_msg,
#frame_zone #formMsgs {
    padding: .2em;
    margin: 1em 0;
}

#frame_zone #formMsgs{
    display:none;
}

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

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

#frame_zone,
#popup_zone {
    font-family: 'ThiemeArgo2011-Light', 'RobotoRegular', Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #000;
    line-height: 1;
}

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

a.cc-link, a.cc-link:hover {
    color: #013476;
}

.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: 'ThiemeArgo2011-Medium', 'OpenSansBold', Arial, Helvetica, sans-serif;
    font-weight: normal;
    line-height: 2.2;
    text-rendering: optimizelegibility;
    color: #013476;
}

.frame_zone h1 {
    line-height: 40px;
    font-size: 24px;
}
.menuid_65 #headline_first {
    display: none;
}

.menuid_65 .banner_start_img p {
    color: #18537d;
    position: absolute;
    top: 70%;
    left: 50%;
    margin: 0 0 0 -200px;
    font-size: 40px;
    font-weight: bold;
    padding: 20px;
    background-color: #FFFFFF;
    opacity: 0.8;
    border-radius: 5px;
    cursor: default;
    pointer-events: none;
}

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

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

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

.frame_zone 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;
    color: #DC092F;
}

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

strike {
    text-decoration: line-through;
}


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

.input_box span:focus {
    border-color: #A3D8F6;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(163, 216, 246,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(163, 216, 246,.6);
}

.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: 3px;
    color: #000;
    font-weight: normal;
    height: 34px;
    padding: 6px 12px;
    font-size: 18px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ccc;
}

.group_field input[type=text]:focus,
.group_field input[type=date]:focus,
.group_field input[type=password]:focus,
.group_field input[type=file]:focus,
.group_field select:focus,
.group_field textarea:focus {
    border-color: #A3D8F6;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(163, 216, 246,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(163, 216, 246,.6);
}

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

legend,
.legend {
    display: block;
    padding: .3em 0;
    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_comment {
    margin: .3em 0;
}

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

#filter_area .group_line {
    display: flex;
}

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

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

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

.asterisk {
    color: #18537d;
}

.field_error input,
.field_error select,
.field_error textarea,
input.field_error,
select.field_error,
textarea.field_error,
.field_error .ui-selectmenu-button,
.field_error .ui-selectmenu-button .ui-icon:before,
.field_error .ui-multiselect,
.field_error .ui-multiselect .ui-icon:before {
    background-color: #F9C5C1 !important;
    color: #DC092F !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;
}

#filter_aufgabengebiet,
#filter_career_level{
    width: 40%;
    padding-right: 5px;
}

#filter_standort {
    width: 25%;
    padding-right: 5px;
}

#filter_range {
    width: 15%;
}

#filter_location {
    padding-right: 5px;
    width: 30%;
}

#filter_volltext {
    width: 60%;
    padding-right: 5px;
}


#filter_area .extended_filter {
    position: relative;
}

#filter_area .extended_filter hr {
    margin: 20px 0;
    height: 3px;
    background: #9C9C9C;
}

#filter_area .extended_filter:hover {
    cursor: pointer;
}

#filter_area #extended_group_line {
    display: none;
}

#filter_area .extended_filter .filter_text {
    text-align: center;
    position: absolute;
    top: -18px;
    width: 100%;
}

#filter_area .extended_filter .filter_text span {
    background-color: #fff;
    padding: 10px 20px;
    text-transform: capitalize;
}

#filter_area .extended_filter .icon_arrow {
    width: 20px;
    height: 20px;
    margin: 0 auto 10px;
    line-height: 1;
    font-family: FontAwesome;
}

#filter_area .extended_filter .icon_arrow:before {
    color: #013476;
    content: "\f078";
    display: block;
}

#filter_area.active .extended_filter .icon_arrow:before {
    content: "\f077";
}

#filter_area.active #extended_group_line {
    display: flex;
    justify-content: space-between;
}

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

#sticky_jobalert .css_button {
    margin:0;
}


.frame_zone .css_button a {
    display: inline-block;
    padding: 10px 20px;
    margin: 0;
    background: #A3D8F6;
    color: #013476;
    text-decoration: none;
    font-family: 'ThiemeArgo2011-Medium';
    font-weight: normal;
    font-style: normal;
    border-radius: 3px;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
}

.cc-btn,
.cc-btn:focus,
.cc-btn:visited,
.cc-btn:active {
    background: #A3D8F6;
    color: #fff;
    border-radius: 3px;
}

#dialog-form .cc-btn.active,
.frame_zone .css_button a:hover,
.cc-btn:hover {
    background: #013476;
    color: #fff;
    text-decoration: none;
}

.cc-btn.cc-deny,
.cc-btn.cc-choose {
    background: #ddd;
    color: #000;
}

.cc-btn.cc-deny:hover,
.cc-btn.cc-choose:hover {
    background: #ccc;
    color: #000;
}

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

.navigation_box {
    width: auto;
    display: flex;
}

.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 {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
}

.nav > li {
    position: relative;
    display: block;
    flex-shrink: 0;
}

.navbar-nav > li > a {
    position: relative;
    display: block;
    padding: 35px 10.5px;
    color: #013476;
    text-decoration: none;
    font-size: 18px;
    line-height: 1.25;
    font-family: 'ThiemeArgo2011-Light', "OpenSansRegular", Arial, Sans-Serif;
    outline: 0;
}

.someLine {
    color: #013476;
}

/*.navbar-nav >li:after {*/
/*    content: '|';*/
/*    margin-left: 1em;*/
/*}*/

/*.navbar-nav > li:last-child:after {*/
/*    content: '';*/
/*    margin-left: 0;*/
/*}*/

.someLine:last-of-type {
    display: none;
}

.navbar-nav > li:first-of-type > a {
    padding: 25px 10.5px 25px 0;
}

.navbar-nav > li:last-of-type > a {
    padding: 25px 0 25px 10.5px;
}

.navbar-nav > li > a:active,
.navbar-nav > li > a:visited,
.navbar-nav > li > a:focus {
    color: #013476;
}

.navbar-nav > li.active a {
    color: #A3D8F6;
}

.navbar-nav > li > a:hover {
    color: #A3D8F6;
}

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

ul.path_nav li:not(:last-of-type) {
    margin-right: 12px;
}

ul.path_nav li {
    float: left;
}

.btn-navbar {
    display: none;
    float: right;
    padding: 10px 10px;
    margin: 0 15px 0 0;
    color: #000;
    background: #fff;
    border: 0;
    border-radius: 4px;
    outline: 0;
    cursor: pointer;
}

.btn-navbar:hover {
    background-color: #A3D8F6;
}

.btn-navbar .icon-bar {
    display: block;
    width: 30px;
    height: 3px;
    background-color: #013476;
}

.btn-navbar .icon-bar + .icon-bar {
    margin-top: 3px;
}

/**************/
/*  joboffer  */
/**************/

.joboffer_container {
    display: flex;
    border-top: 1px solid #ddd;
    padding: 10px 0;
}

.joboffer_container:hover {
    background-color: #A3D8F6;
    cursor: pointer;
}

.joboffer_box > a {
    font-family: 'ThiemeArgo2011-Medium';
}

.joboffer_box.joboffer_title_text {
    width: 70%;
    padding-left: 12px;
    box-sizing: border-box;
}

.joboffer_box.joboffer_informations {
    text-align: right;
    padding-right: 12px;
    width: 30%;
    box-sizing: border-box;
    color: #013476;
    font-size: 16px;
}

.joboffer_box > a,
.joboffer_box > a:visited,
.joboffer_box > a:hover{
    color: #013476;
    font-size: 18px;
}

.joboffer_informations .fa-map-marker {
    color: #013476;
}

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

#job_teaser{
    color: #013476;
    font-size: 16px;
    line-height: 1.25;
}

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

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

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

#sticky_jobalert a {
    display: block;
    font-size: 20px;
    background: #AECA05;
    color: #FFF;
    padding: 22px;
    text-decoration: none;
}

#sticky_jobalert a:hover {
    background: #738b1a;
}

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

.job_alert_mail_input {
    width: 100%;
}


#jobTplContainer{
    overflow: hidden;
}

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

.autocomplete_span {
    display: inline;
}

#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: 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:.8em;
    padding-top:2em;
    filter: grayscale(1);
    opacity: 0.4;
}

/* 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 {
    width: 1200px;
    margin: 0 auto;
}

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


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

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

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

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

#language_selector,
#language_selector a{
    color: #fff;
}

#language_selector ul.path_nav {
    font-family: 'ThiemeArgo2011-Light';
    margin: 2px 0 0 12px;
    float: right;
    font-size: 16px;
}

#language_selector ul.path_nav span{
    font-family: 'ThiemeArgo2011-Medium';
}

#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 */
/******************/

.ui-widget {
    font-family: 'ThiemeArgo2011-Light';
    font-size: 18px;
}

.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: 0;
    left: 0;
    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 {
    display: block;
    position: fixed;
    top: 543px;
    right: 0;
    background-color: #95ad3c;
    text-align: center;
    z-index: 1;
}

.map-head:hover {
    opacity: 1;
    background-color: #738b1a;
}

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

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

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

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

.map-head .map-toggle:hover {
    background-color: #738b1a;
}

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

.tabContainer {
    width: 100%;
    margin: 0;
}

.tabContainer .buttonContainer {
    max-height: 100%;
    width: 66%;
    display: -webkit-flex;
    display: flex;
}

.tabContainer.pictureLeft .buttonContainer {
    margin: 0 0 0 auto;
}

.tabContainer .buttonContainer button:not(:first-child) {
    margin-left: 4px;
}

.tabContainer .buttonContainer button {
    border: none;
    outline: 0;
    flex-grow: 1;
    cursor: pointer;
    padding: 10px;
    background-color: #CBE9FB;
    line-height: 1.25;
    font-family: 'ThiemeArgo2011-Light';
}

.mobilebuttonContainer,
.tabContainer .buttonContainer button:hover,
.tabContainer .buttonContainer button.activeTab {
    background-color: #A3D8F6;
}

.tabContainer .tabSlider {
    width: 66%;
    height: auto;
    color: #013276;
    box-sizing: border-box;
}

.menuid_73 .tabContainer .tabSlider,
.menuid_77 .tabContainer .tabSlider {
    align-items: center;
    display: flex;
}

.tabContainer .tabPanel {
    display: none;
    background-color: #A3D8F6;
}

.tabContainer .tabPanel h1 {
    margin-bottom: 1.5rem;
}

.tabContainer .tabPanel.activePanel {
    display: flex;
    height: 100%;
}

.tabContainer.pictureLeft .tabPanel.activePanel {
    flex-direction: row-reverse;
}

.tabContainer .tabPanel p {
    margin: 0;
    padding: 16px;
    font-size: 15px;
}

.menuid_77 .tabContainer .tabPanel p {
    text-align: center;
    margin: 0 auto;
}

.tabContainer .buttonContainer button,
.tabContainer .mobilebuttonContainer button {
    color: #013276;
}

.tabContainer .tabPanel a {
    color: #013476;
}

.tabContainer .tabPanel .buttonPanel {
    background: #013476;
    border-color: #013476;
    padding: .65em 1.5em
}

.imgContainer {
    background-color: #e7f5fe;
    width: 34%;
    position: relative;
}

.menuid_72 .imgContainer img {
    top: 50%;
    transform: translate(0%, -50%);
}

.imgContainer img {
    position: absolute;
}

.mobilebuttonContainer {
    display: none;
    position: relative;
}

.mobilebuttonContainer button {
    border: none;
    background: none;
    font-size: 20px;
    padding: 0;
    outline: none;
    font-family: 'ThiemeArgo2011-Light';
    text-align: left;
}

.mobilebuttonContainer button:after {
    font-family: 'FontAwesome';
    content: "\f107";
    font-size: 50px;
    position: absolute;
    right: 15px;
    top: 5px;
}

.mobilebuttonContainer.activeTab button:after {
    font-family: 'FontAwesome';
    content: "\f106";
}

.tabContainer .buttonContainer span {
    display: flex;
}

#furtherFields {
    margin: 120px 0 0 0;
}

@media (max-width: 1200px) {
    #furtherFields {
        margin: 2em 0 0 0;
    }

    #footer_zone {
        padding: 10px 0 30px 0;
    }

    .tabContainer .tabPanel.activePanel {
        flex-direction: column;
    }

    .tabContainer .tabSlider {
        width: 100%;
    }

    .imgContainer {
        width: calc(100% - 2rem);
        margin: 1rem;
    }

    #content_zone, .landing_contentbox {
        padding: 0 10px;
    }

    .tabContainer {
        height: 100% !important;
    }

    .tabContainer .buttonContainer {
        width: 100%;
    }

    .imgContainer img {
        position: relative;
        transform: unset;
    }

    .imgContainer {
        background-color: unset;
    }
}

@media (max-width: 820px) {
    .tabContainer .buttonContainer {
        display: none;
    }

    .mobilebuttonContainer {
        display: block;
        padding: 1rem 3rem 1rem 1rem;
        margin-top: 3px;
    }

    .tabContainer .tabSlider {
        /*padding: 0 2rem;*/
    }

    .tabContainer h2 {
        font-size: 20px;
    }

    .tabContainer .tabPanel p {
        font-size: 14px;
    }


}

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

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

@media (max-width: 1400px) {

}

@media (max-width: 1200px) {
    .menuid_72 .imgContainer img {
        top: 0;
        transform: unset;
    }

    .someLine {
        display: none;
    }

    .tabContainer .tabPanel p {
        padding: 1rem;
    }

    .tabContainer.pictureLeft {
        margin: 0;
    }

    .navbar-nav > li > a {
        padding: 15px !important;
    }

    ul.path_nav li {
        margin-right: 12px;
    }

    .navbar-nav > li > a {
        font-size: 18px;
    }

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

    #sticky_jobalert {
        top: 295px;
        opacity: 0.8;
    }

    #sticky_jobalert:hover {
        opacity: 1;
    }

    #header_zone{
        height: 140px;
    }

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

    #nav_main {
        background-color: white;
    }

    .footer_right {
        float: unset;
        margin-top: 8px;
    }

    #frame_zone {
        padding-top: 55px;
    }

    #header-color1 {
        height: 20px;
    }
    #header-color2 {
        height: 30px;
    }

    #header-color3 {
        height: 40px;
    }

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

    #header_zone {
        display: block;
        min-height: 105px;
    }

    #header_zone .header_img {
        float: left;
    }

    .btn-navbar {
        display: block;
        position: absolute;
        top: 20px;
        left: 15px;
    }

    .navigation_box {
        display: none;
    }

    .navigation_box.active {
        display: block;
        clear: both;
        padding-top: 65px;
    }

    #language_selector {
        top: 0;
    }

    #language_selector ul.path_nav {
        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;
    }

        #footer_zone .footer_container {
        padding: 0 10px;
        box-sizing: border-box;
        text-align: left;
        font-size: 12pt;
    }

    .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: 12px;
        width: 100%;
    }

    .joboffer_informations .location_item {
        display: inline;
    }

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

    #job_teaser {
        display: none;
    }

    .banner_img {
        height: 250px;
        margin-top: 65px;
    }

    #header_zone {
        height: 120px;
    }

    .tabContainer.pictureLeft .tabPanel.activePanel {
        flex-direction: column;
    }

    #pageframework_content > p {
        padding: 0 10px;
    }
}

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

    .menuid_65 .banner_start_img p {
        top: 45%;
    }

    .banner_img {
        height: 180px;
    }

    .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) {
    #footer_zone .footer_container a {
        font-size: 12pt;
    }

    .footer_container img {
        margin-top: 0;
    }

    #footer_zone .footer_container a:not(:last-of-type) {
        margin-right: 10px;
    }

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

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

    .menuid_65 .banner_start_img p {
        font-size: 20px;
    }
}

@media (max-width: 320px) {
    ul.path_nav li {
        margin-right: 5px;
    }

    #language_selector ul.path_nav li:after {
        margin-left: 5px;
    }

    .banner_img {
        height: 70px;
    }
}
