#fj_isolate #jobTplContainer {
  margin: 10px auto;
  max-width: 660px;
}
#fj_isolate #pageid_pagejob #footer_links {
  margin: 0px auto;
  max-width: 660px;
}
#fj_isolate #frame_zone {
  margin: 0 auto;
  width: 100%;
}
#fj_isolate #header_zone {
  margin-bottom: 1em;
}
#fj_isolate #content_zone {
  margin: 0px 20px;
}
#fj_isolate #footer_zone {
  margin-top: 1em;
}
#fj_isolate .group_line:before,
#fj_isolate .group_line:after {
  display: table;
  content: " ";
}
#fj_isolate .row:before,
#fj_isolate .row:after {
  display: table;
  content: " ";
}
#fj_isolate .group_line:after {
  clear: both;
}
#fj_isolate .row:after {
  clear: both;
}
#fj_isolate .inner_content {
  min-height: 0;
}
#fj_isolate #popup_zone #main_content {
  margin: 0;
}
#fj_isolate .none {
  display: none;
}
#fj_isolate .block {
  display: block;
}
#fj_isolate .inline {
  display: inline;
}
#fj_isolate .left {
  float: left;
}
#fj_isolate .right {
  float: right;
}
#fj_isolate .clear {
  clear: both;
}
#fj_isolate .empty_element {
  font-size: 0;
  line-height: 0;
}
#fj_isolate .error_msg {
  color: #e30613;
  margin-bottom: 1em;
}
#fj_isolate #frame_zone .success_msg,
#fj_isolate #frame_zone #formMsgs {
  border: 1px solid #95ad3c;
  padding: .2em;
  margin: 1em 0;
}
#fj_isolate #frame_zone #formMsgs {
  display: none;
}
#fj_isolate #frame_zone #formMsgs::before {
  color: #95ad3c;
  content: "\2713";
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  font-style: normal;
  font-weight: normal;
  margin-right: 5px;
}
#fj_isolate #header_logo {
  height: 112px;
  width: 100%;
  background-color: #FFF;
}
#fj_isolate #header_logo img {
  height: 112px;
  width: auto;
}
#fj_isolate #header_logo img {
  height: 124px;
  width: auto;
}
#fj_isolate #frame_zone,
#fj_isolate #popup_zone {
  font-family: SparkasseLt, Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #484a4f;
  line-height: 1.33333;
}
#fj_isolate a,
#fj_isolate a:visited,
#fj_isolate a:hover,
#fj_isolate a:active,
#fj_isolate a:focus {
  text-decoration: none;
  color: #0446be;
}
#fj_isolate h1,
#fj_isolate h2,
#fj_isolate h3,
#fj_isolate h4,
#fj_isolate h5,
#fj_isolate h6 {
  margin-bottom: 20px;
  font-weight: 100;
  font-style: normal;
  font-family: SparkasseLt, Arial, Helvetica, sans-serif;
  line-height: 1;
  color: #0446be;
  text-rendering: optimizelegibility;
}
#fj_isolate h1 {
  margin: 100px 0px 40px 0px;
  font-size: 64px;
  line-height: 72px;
}
#fj_isolate h2 {
  font-size: 18px;
}
#fj_isolate h3 {
  font-size: 14px;
}
#fj_isolate hr {
  margin: 2em 0;
  border: 0;
  border-top: 1px solid #D3D3D3;
  border-bottom: transparent;
}
#fj_isolate ul,
#fj_isolate ol,
#fj_isolate dl {
  margin-bottom: 20px;
  padding: 0 0 0 2em;
  list-style-type: disc;
  list-style-position: outside;
}
#fj_isolate ol {
  list-style-type: decimal;
}
#fj_isolate .error_msg p,
#fj_isolate .success_msg p {
  margin: 0;
  color: #C03;
}
#fj_isolate u {
  text-decoration: underline;
}
#fj_isolate strike {
  text-decoration: line-through;
}
#fj_isolate .group_field input[type=text],
#fj_isolate .group_field input[type=date],
#fj_isolate .group_field input[type=password],
#fj_isolate .group_field input[type=file],
#fj_isolate .group_field select,
#fj_isolate .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-color: rgba(203, 207, 211, 0.5);
  border-style: solid;
  border-width: 1px;
  font-weight: normal;
  color: #6a7071;
  text-indent: 0.5rem;
  transition: all 0.25s ease 0s;
  flex: 1 1 auto;
}
#fj_isolate .group_field input[type=text]:focus,
#fj_isolate .group_field input[type=date]:focus,
#fj_isolate .group_field input[type=password]:focus,
#fj_isolate .group_field input[type=file]:focus,
#fj_isolate .group_field select:focus,
#fj_isolate .group_field textarea:focus {
  text-indent: 0;
  outline: none;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 0 1px rgba(5, 88, 240, 0.6);
}
#fj_isolate input[type=text],
#fj_isolate input[type=date],
#fj_isolate input[type=password] {
  padding: 8px 10px 8px;
  height: 40px;
}
#fj_isolate textarea {
  height: 5em;
  white-space: pre;
  resize: none;
  overflow: auto;
}
#fj_isolate fieldset ul {
  width: 100%;
  height: 5em;
  overflow: auto;
  border: 1px solid rgba(203, 207, 211, 0.5);
  list-style: none;
  background-color: #FFF;
  padding: 0;
  margin: 0;
}
#fj_isolate fieldset ul li {
  width: 98%;
  overflow: hidden;
  margin: .2em;
  padding: 0;
  background: none;
}
#fj_isolate fieldset ul li span {
  display: block;
  margin-left: 1.2em;
}
#fj_isolate fieldset ul li input {
  width: 1em;
  float: left;
  margin-top: .2em;
}
#fj_isolate fieldset ul li:hover {
  background: #F5F5F5;
}
#fj_isolate fieldset ul label span {
  color: #000;
  line-height: 1.5;
}
#fj_isolate .group {
  margin-bottom: 1em;
}
#fj_isolate legend,
#fj_isolate .legend {
  display: block;
  padding: .3em 0;
  width: 100%;
}
#fj_isolate .group_line:before,
#fj_isolate .group_line:after {
  display: table;
  content: " ";
}
#fj_isolate .group_line:after {
  clear: both;
}
#fj_isolate .group_box,
#fj_isolate .group .actions,
#fj_isolate .group .other_actions {
  padding: 0;
  margin: 15px 0 0 0;
}
#fj_isolate .group_comment {
  margin: .3em 0;
}
#fj_isolate .group_comment p {
  margin: 0 0 .6em 0;
}
#fj_isolate .group_line {
  clear: left;
}
#fj_isolate .group_field {
  padding: 0;
  margin: 0;
}
#fj_isolate .group_field label,
#fj_isolate .group_field .label {
  padding-bottom: 4px;
  display: block;
}
#fj_isolate label img.error_img {
  display: none;
}
#fj_isolate .asterisk {
  color: #0446BE;
}
#fj_isolate .field_error input,
#fj_isolate .field_error select,
#fj_isolate .field_error textarea,
#fj_isolate input.field_error,
#fj_isolate select.field_error,
#fj_isolate textarea.field_error,
#fj_isolate .field_error .ui-state-default,
#fj_isolate .field_error .ui-multiselect .ui-icon,
#fj_isolate .field_error .ui-state-default .ui-icon:before {
  background-color: #FCC !important;
  color: #e30613 !important;
}
#fj_isolate .ui-menu {
  font-family: SparkasseLt, Arial, Helvetica, sans-serif !important;
}
#fj_isolate .actions {
  margin: 1em 0 0 0;
  text-align: left;
  min-height: 0;
}
#fj_isolate #header_links {
  margin-top: 0;
}
#fj_isolate .css_button {
  padding: 0;
  border: 0;
  display: inline-block;
  margin: 2px;
}
#fj_isolate .css_button a {
  display: inline-block;
  padding: 8px 16px;
  margin: 0;
  background-color: #0558f0;
  color: #FFF;
  border-radius: 2px;
  text-decoration: none;
  font-family: inherit;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  transition-duration: .08s;
  transition-timing-function: ease-out;
  transition-property: box-shadow, background-color;
}
#fj_isolate .css_button a:hover {
  box-shadow: inset 0 0 0 4rem rgba(0, 0, 0, 0.25);
}
#fj_isolate .css_button a:focus {
  outline: none;
  border: 0px solid transparent;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
}
#fj_isolate .css_button a:active {
  box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.25), inset 0 2px 3px 0 rgba(0, 0, 0, 0.5), 0 0 1px rgba(0, 0, 0, 0.25);
}
#fj_isolate ul.path_nav {
  list-style-type: none;
  padding: 0;
}
#fj_isolate ul.path_nav li {
  float: left;
  margin-right: 1em;
}
#fj_isolate .real_table {
  width: 100%;
  margin-bottom: 1em;
}
#fj_isolate .real_table .td_jobtitel {
  font-weight: normal;
  font-style: normal;
  font-family: SparkasseLt, Arial, Helvetica, sans-serif;
  line-height: 1;
  font-size: 32px;
  color: #0446be;
  display: block;
}
#fj_isolate .real_table .td_jobtitel a {
  color: #0446be;
}
#fj_isolate .real_table .td_teaser {
  font-weight: normal;
  font-style: normal;
  font-family: SparkasseLt, Arial, Helvetica, sans-serif;
  line-height: 1;
  font-size: 32px;
  color: #808485;
  line-height: 40px;
}
#fj_isolate .real_table .td_datum_titel,
#fj_isolate .real_table .td_datum_wert,
#fj_isolate .real_table .td_arbeitgeber_titel,
#fj_isolate .real_table .td_arbeitgeber_wert {
  font-weight: normal;
  font-style: normal;
  font-family: SparkasseRg-Regular, Arial, Helvetica, sans-serif;
  line-height: 1;
  font-size: 16px;
  color: #484a4f;
  line-height: 24px;
}
#fj_isolate .real_table .td_datum_titel,
#fj_isolate .real_table .td_arbeitgeber_titel {
  font-weight: bold;
}
#fj_isolate .real_table .td_titel {
  width: 150px;
  float: left;
}
#fj_isolate .real_table .td_wert {
  vertical-align: bottom;
}
#fj_isolate .real_table .td_standort {
  float: right;
  font-weight: normal;
  font-style: normal;
  font-family: SparkasseRg-Regular, Arial, Helvetica, sans-serif;
  line-height: 1;
  font-size: 16px;
  color: #484a4f;
  line-height: 24px;
  height: 24px;
  margin-top: 20px;
  margin-right: 8px;
}
#fj_isolate .real_table .td_tab0 {
  height: 40px;
}
#fj_isolate .real_table .td_border {
  border-bottom: 1px solid #cbcfd3;
}
#fj_isolate .real_table th {
  text-align: left;
}
#fj_isolate .real_table th a {
  color: #1B55A7;
}
#fj_isolate .real_table tfoot td {
  border: 0;
}
#fj_isolate .real_table .alternative_0 td {
  background-color: #FFF;
}
#fj_isolate .real_table .alternative_1 td {
  background-color: #FFF;
}
#fj_isolate .real_table caption {
  caption-side: bottom;
  text-align: left;
  padding: 1.2em 0;
  font-weight: bold;
}
#fj_isolate th.real_table_col1 {
  min-width: 200px;
}
#fj_isolate .icon_order_dir {
  margin-left: 5px;
}
#fj_isolate .icon_order_sort_down,
#fj_isolate .icon_order_sort_up {
  color: #000;
}
#fj_isolate .icon_order_sort_none {
  color: #AAA;
}
#fj_isolate #job_alert_box {
  margin-top: 0;
}
#fj_isolate #jobTplContainer {
  overflow: hidden;
}
#fj_isolate #job_filter_basic .group_field {
  float: none;
}
#fj_isolate .autocomplete_span {
  display: inline;
}
#fj_isolate #filter_area .other_actions {
  text-align: right;
}
#fj_isolate #job_filter_advanced .group {
  overflow: auto;
}
#fj_isolate #job_filter_advanced legend,
#fj_isolate #job_filter_advanced span.mini {
  font-size: 1em;
}
#fj_isolate #job_filter_advanced fieldset ul {
  height: 4em;
}
#fj_isolate #job_filter_advanced fieldset ul li span,
#fj_isolate #job_filter_advanced select {
  font-size: 1em;
  line-height: 1.7;
}
#fj_isolate #job_filter_advanced fieldset ul li span {
  margin-left: 1.5em;
}
#fj_isolate #filter_area select {
  width: 10em;
}
#fj_isolate #filter_area fieldset ul {
  width: 99.5%;
}
#fj_isolate #filter_area .group_field_cb {
  width: 32%;
  padding-left: 2%;
}
#fj_isolate #filter_area .group_field_cb:first-child {
  padding-left: 0;
}
#fj_isolate #joblist_navigator {
  text-align: center;
  padding: 10px 0 0;
}
#fj_isolate #joblist_navigator ul.path_nav {
  display: inline-block;
}
#fj_isolate .stellen_navi_sel a {
  color: #000;
  text-decoration: underline;
}
#fj_isolate #rexx_footer {
  line-height: 1em;
  text-align: right;
  font-size: .8em;
  padding-top: 1em;
}
#fj_isolate #jobalert_box {
  margin-bottom: 1em;
}
#fj_isolate #jobalert_box #btn_online_application_job_alert {
  margin: 0;
}
#fj_isolate #job_alert_filter_adv {
  padding-bottom: 20px;
}
#fj_isolate .job_alert_filter {
  padding-bottom: 10px;
}
#fj_isolate #login_box {
  font-size: 1em;
}
#fj_isolate #login_box .actions {
  margin: 0;
}
#fj_isolate #login_menu {
  float: right;
}
#fj_isolate #login_box .other_actions {
  float: left;
  line-height: 1.6;
}
#fj_isolate #nav_main ul {
  list-style-type: none;
  padding: 0;
  margin-top: 0;
}
#fj_isolate #display_attachment img {
  display: block;
  margin: auto;
  max-width: 20em;
  height: auto;
}
#fj_isolate #language_selector ul.path_nav {
  margin: 0;
}
#fj_isolate .addthis_toolbox {
  float: right;
}
#fj_isolate .addthis_toolbox a {
  text-decoration: none;
}
#fj_isolate #application_overview .actions {
  margin-top: 1em;
  padding: 0;
}
#fj_isolate .appointment {
  margin-top: 1em;
}
#fj_isolate #recommend #rec_text {
  padding-top: .4em;
}
#fj_isolate #recommend #rec_input {
  padding-top: .9em;
}
#fj_isolate #recommend #rec_input input[type="text"] {
  width: 14%;
}
#fj_isolate body.popup_body #popup_zone {
  overflow-y: auto;
}
#fj_isolate #resizer {
  position: absolute;
  top: 0px;
  left: 0px;
  visibility: hidden;
}
#fj_isolate #no_js_alert_layer {
  text-align: center;
  margin: .2em;
}
#fj_isolate #no_js_alert_layer p {
  font-size: .8em;
  margin: 0;
  padding: 0;
}
#fj_isolate .captchapict {
  border: 1px solid #BABABA;
}
#fj_isolate .breaker {
  clear: both;
  height: .1px;
  font-size: 0;
  line-height: 0;
}
#fj_isolate p.einleitung {
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  #fj_isolate p.einleitung {
    margin-bottom: 80px;
  }
  #fj_isolate #header_logo img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 480px) {
  #fj_isolate #filter_area .group_field_cb {
    width: 100%;
    padding-right: 0%;
    padding-left: 0%;
  }
  #fj_isolate .css_button,
  #fj_isolate .css_button a {
    display: block;
  }
  #fj_isolate .css_button {
    margin-bottom: 10px;
  }
  #fj_isolate .real_table_col3,
  #fj_isolate .real_table_col4 {
    display: none;
  }
  #fj_isolate #application_box .group_field {
    width: 98% !important;
  }
  #fj_isolate h1 {
    margin: 60px 0px 30px 0px;
    font-size: 24px;
    line-height: 32px;
  }
  #fj_isolate p.einleitung {
    margin-bottom: 60px;
    font-size: 16px;
    line-height: 24px;
  }
  #fj_isolate #content_zone {
    margin: 0px 12px;
  }
}
@media (max-width: 320px) {
  #fj_isolate .real_table_col2 {
    display: none;
  }
  #fj_isolate #content_zone {
    margin: 0px 15px;
  }
  #fj_isolate #header_logo {
    height: 86px;
  }
  #fj_isolate .real_table .td_jobtitel,
  #fj_isolate .real_table .td_teaser {
    font-size: 24px;
    line-height: 32px;
  }
  #fj_isolate .real_table .td_tab0 {
    height: 30px;
  }
  #fj_isolate .real_table .td_titel {
    width: 100%;
    clear: both;
  }
  #fj_isolate .td_tab02 > .td_wert {
    margin-bottom: 20px;
  }
  #fj_isolate .real_table .td_responsive {
    height: 60px;
  }
  #fj_isolate p.einleitung {
    line-height: 24px;
    font-size: 16px;
  }
  #fj_isolate .real_table .td_standort {
    margin-bottom: 30px;
  }
  #fj_isolate .real_table .td_wert {
    margin-bottom: 20px;
  }
}
@font-face {
  font-family: 'SparkasseRg-Regular';
  src: url('https://www.jobs.vgh.de/templates/ivv/fonts/SparRg.eot');
  src: url('https://www.jobs.vgh.de/templates/ivv/fonts/SparRg.eot?#iefix') format('embedded-opentype'), url('https://www.jobs.vgh.de/templates/ivv/fonts/SparRg.woff') format('woff'), url('https://www.jobs.vgh.de/templates/ivv/fonts/SparRg.ttf') format('truetype'), url('https://www.jobs.vgh.de/templates/ivv/fonts/SparRg.svg#SparkasseRg-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SparkasseLt';
  src: url('https://www.jobs.vgh.de/templates/ivv/fonts/SparLt.eot');
  src: url('https://www.jobs.vgh.de/templates/ivv/fonts/SparLt.eot?#iefix') format('embedded-opentype'), url('https://www.jobs.vgh.de/templates/ivv/fonts/SparLt.woff') format('woff'), url('https://www.jobs.vgh.de/templates/ivv/fonts/SparLt.ttf') format('truetype'), url('https://www.jobs.vgh.de/templates/ivv/fonts/sSparLt.svg#SparkasseLt') format('svg');
  font-weight: normal;
  font-style: normal;
}
#fj_isolate body {
  padding: 20px;
}
#fj_isolate h1,
#fj_isolate h2,
#fj_isolate h3,
#fj_isolate .facts strong {
  color: #00519e;
}
#fj_isolate .subline {
  color: #acacad;
}
#fj_isolate .columntext {
  margin: 50px 0;
}
#fj_isolate .contact hr {
  margin-bottom: 50px;
}
