/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.4.2
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2015 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 1.8rem;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0; }

.chosen-container * {
  box-sizing: border-box; }

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  margin-top: 5px;
  border-top: 0;
  padding: 0 5px;
  color: #505050;
  background-color: #ffffff;
  border: 1px solid #8c8c8c;
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.3); }

.chosen-container.chosen-with-drop .chosen-drop {
  left: 0; }

.chosen-container a {
  cursor: pointer; }

.chosen-container .search-choice .group-name,
.chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999; }

.chosen-container .search-choice .group-name:after,
.chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top; }

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: #ffffff;
  width: 100%;
  height: 45px;
  line-height: 45px;
  vertical-align: middle;
  border-radius: 2px;
  border: 1px solid #8c8c8c;
  padding: 0 1rem 0 1.5rem;
  background-clip: padding-box;
  text-decoration: none;
  white-space: nowrap; }

.contact-form .chosen-container-single .chosen-single {
  background-color: #fff; }

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 45px;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #505050; }

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  font-size: 1px; }

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px; }

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 45px;
  height: 100%; }

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%; }

.chosen-container-single .chosen-single div b:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  font-family: '11880-icons';
  content: '\e917';
  color: #aaaaaa;
  font-weight: normal;
  text-align: center; }

.chosen-container-single.chosen-with-drop .chosen-single div b:after {
  content: '\e919'; }

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px; }

.chosen-container-single .chosen-default {
  color: #999; }

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px; }

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 0;
  white-space: nowrap; }

.chosen-container-single .chosen-search input[type="text"] {
  position: relative;
  margin: 1px 0;
  width: 100%;
  height: 45px;
  outline: 0;
  background-color: white; }

.chosen-container-single .chosen-search:after {
  position: absolute;
  top: 7px;
  right: 5px;
  width: 20px;
  height: 20px;
  font-family: 'FontAwesome';
  content: '\f002';
  color: #fff;
  font-weight: normal; }

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px; }

.chosen-container-single .chosen-drop {
  background-clip: padding-box; }

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #505050;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
  padding: 0;
  max-height: 240px;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  -webkit-overflow-scrolling: touch; }

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 1rem 0.5rem 1rem 1rem !important;
  list-style: none;
  word-wrap: break-word;
  -webkit-touch-callout: none;
  border-bottom: 1px solid #e1e1e1; }

.chosen-container .chosen-results li:last-child {
  border: 0; }

.chosen-container .chosen-results li:before {
  display: none !important; }

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer; }

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default; }

.chosen-container .chosen-results li.result-selected {
  color: #30317c; }

.chosen-container .chosen-results li.highlighted {
  color: #30317c; }

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4; }

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default; }

.chosen-container .chosen-results li.group-option {
  padding-left: 15px; }

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline; }

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  cursor: text; }

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none; }

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap; }

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0; }

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 0;
  background-color: #eeeeee;
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default; }

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  font-size: 1px; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px; }

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  color: #666; }

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4; }

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px; }

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0; }

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default; }

/* @end */
/* @group Active  */
.chosen-container-active.chosen-with-drop .chosen-single {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none; }

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px; }

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important; }

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default; }

.chosen-disabled .chosen-single {
  cursor: default; }

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default; }

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right; }

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0; }

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl; }

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px; }

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px; }

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px; }

.chosen-rtl .chosen-choices li {
  float: right; }

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl; }

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px; }

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px; }

.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px; }

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0; }

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0; }

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none; }

.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background-color: white;
  direction: rtl; }

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px; }

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px; }

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important; } }
.navbar-custom #navbar ul.navbar-nav li.navbar-search-icon,
.navbar-custom #navbar ul.navbar-nav li.navbar-search-icon + li {
  display: none; }

.app-teaser .image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto; }

.app-teaser h1 small {
  display: block;
  font-size: 100%;
  font-size: 30px; }

.app-teaser h1 {
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
  vertical-align: bottom;
  padding-bottom: 40px;
  color: #fff;
  text-align: center;
  width: 610px;
  margin: 0 auto; }

@media (min-width: 768px) {
  .navbar-right {
    display: none; } }
.overlay {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1110;
  width: 100%;
  height: 100%;
  background-color: white;
  background-color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  transition: opacity 0.3s ease-in-out; }
  .overlay input {
    font-family: "din-regular", sans-serif;
    width: 100% !important;
    height: 35px;
    line-height: 35px;
    vertical-align: middle;
    padding: 0 10px;
    margin: 0;
    border-radius: 2px;
    border: 1px solid #8c8c8c;
    background-color: #FFF;
    max-width: 287px;
    position: relative; }
  .overlay form {
    text-align: center; }
  .overlay table {
    width: auto;
    display: inline-block; }
  .overlay tbody,
  .overlay tr {
    width: 100% !important;
    display: block;
    clear: both; }
  .overlay td {
    width: 100% !important; }
    @media only screen and (min-width: 768px) {
      .overlay td {
        width: 50% !important; } }
  .overlay tr + tr > td {
    width: 100%;
    float: left;
    padding-top: 11px; }
    @media only screen and (min-width: 768px) {
      .overlay tr + tr > td {
        width: 148px !important; } }
  .overlay tr + tr > td + td {
    width: 100%;
    float: left;
    margin-bottom: 1rem; }
    @media only screen and (min-width: 768px) {
      .overlay tr + tr > td + td {
        width: calc(100% - 148px) !important; } }
  .overlay input[type="submit"] {
    display: inline-block;
    line-height: inherit;
    width: auto;
    height: auto;
    padding: 9px 10px;
    width: 100% !important;
    border: 0;
    white-space: nowrap;
    background-color: #a9ca2b;
    border-radius: 2px;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    font-family: "din-regular", sans-serif;
    font-size: 1.4rem; }
    @media only screen and (min-width: 768px) {
      .overlay input[type="submit"] {
        width: auto !important; } }
  .overlay .modal-footer {
    text-align: center;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    border: none; }
  .overlay .modal-overlay {
    cursor: auto;
    position: absolute;
    z-index: 1111;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    max-width: 685px;
    max-height: 100%;
    padding: 0;
    background-color: #fff;
    border-radius: 2px;
    border: solid 1px #007ec4; }
    @media only screen and (min-width: 768px) {
      .overlay .modal-overlay {
        max-height: 420px; } }
  .overlay .hidden {
    display: none; }
  .overlay.shown {
    opacity: 1; }
  .overlay .label_long {
    padding-top: 5px;
    color: #505050; }

@media screen and (min-width: 0\0) {
  .overlay .modal-overlay {
    left: calc(50% - (685px / 2)); }

  #filter {
    margin-bottom: 4rem; } }
[data-overlay-close] {
  cursor: pointer;
  float: right;
  font-size: 14px;
  text-decoration: none;
  position: absolute;
  font-size: 54px;
  top: 0;
  color: #30317c;
  right: 20px; }
  [data-overlay-close]:hover {
    text-decoration: none; }

#dialog-sendstage {
  text-align: center; }

#talention {
  position: relative; }
  #talention #jobActions {
    float: left;
    font-size: 1.4rem;
    color: #114b85;
    margin-bottom: 1rem;
    padding-left: 1rem;
    padding-top: 1rem; }
    #talention #jobActions a {
      color: #114b85;
      text-decoration: underline; }
  #talention #leaf-wrap {
    background: #f5f5f5;
    padding-top: 8rem;
    padding-bottom: 8rem;
    text-align: center; }
    #talention #leaf-wrap .leaf-inner {
      max-width: 710px;
      margin: 0 auto;
      position: relative;
      background: #fff;
      padding: 0rem;
      display: inline-block; }
      @media only screen and (min-width: 768px) {
        #talention #leaf-wrap .leaf-inner {
          padding: 1rem 3rem; } }
      #talention #leaf-wrap .leaf-inner .container-fluid {
        padding-left: 0;
        padding-right: 0; }
      #talention #leaf-wrap .leaf-inner #stopper {
        right: -88px;
        top: -54px; }
  #talention #jobliste {
    background: #f5f5f5;
    padding-top: 0rem;
    padding-bottom: 2.5rem; }
    #talention #jobliste .job {
      background: url(arrow-right.png) 98% 50% no-repeat #fff;
      background-size: 9px 18px;
      cursor: pointer;
      margin-bottom: 1.25rem;
      padding: 1rem;
      position: relative; }
      @media only screen and (min-width: 768px) {
        #talention #jobliste .job {
          padding: 1.875rem; } }
      #talention #jobliste .job.initiativbewerbungen {
        color: #8c8c8c;
        background: #fff;
        font-size: 1.4rem; }
        #talention #jobliste .job.initiativbewerbungen a {
          color: #30317c;
          text-decoration: underline; }
      #talention #jobliste .job.jobabo {
        background: #007ec4;
        color: #fff;
        margin: 0;
        position: relative;
        text-align: center; }
        @media only screen and (min-width: 768px) {
          #talention #jobliste .job.jobabo {
            padding-left: 10.5rem; } }
        #talention #jobliste .job.jobabo h2 {
          padding: 0 0 1rem 0;
          margin: 0;
          color: #fff;
          font-size: 1.8rem;
          line-height: 1.2;
          text-align: center; }
          @media only screen and (min-width: 768px) {
            #talention #jobliste .job.jobabo h2 {
              font-size: 2.4rem;
              text-align: left; } }
        #talention #jobliste .job.jobabo p {
          margin: 0;
          font-size: 1.4rem;
          padding: 0;
          text-align: center; }
          @media only screen and (min-width: 768px) {
            #talention #jobliste .job.jobabo p {
              text-align: left; } }
        #talention #jobliste .job.jobabo .left {
          float: left;
          width: 100%; }
          @media only screen and (min-width: 768px) {
            #talention #jobliste .job.jobabo .left {
              width: auto; } }
        #talention #jobliste .job.jobabo .btn {
          margin-top: 1rem; }
          @media only screen and (min-width: 768px) {
            #talention #jobliste .job.jobabo .btn {
              float: right; } }
        #talention #jobliste .job.jobabo:before {
          font-family: '11880-icons';
          content: '\E953';
          font-size: 42px;
          position: relative;
          padding-bottom: 1.5rem;
          float: left;
          width: 100%; }
          @media only screen and (min-width: 768px) {
            #talention #jobliste .job.jobabo:before {
              float: none;
              width: auto;
              padding-bottom: 0;
              position: absolute;
              height: 40px;
              line-height: 40px;
              top: calc( (100% / 2) - 20px);
              left: 3.5rem; } }
      #talention #jobliste .job a.link {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0; }
      #talention #jobliste .job .job-title {
        color: #30317c;
        font-size: 2.4rem;
        padding-bottom: 0.75rem; }
      #talention #jobliste .job .job-location {
        float: left;
        color: #aaaaaa;
        font-size: 1.4rem;
        margin-bottom: 1rem;
        width: 100%; }
        @media only screen and (min-width: 768px) {
          #talention #jobliste .job .job-location {
            margin-bottom: 0;
            padding-right: 2.8rem;
            width: auto; } }
        #talention #jobliste .job .job-location:before {
          content: '';
          background: url(icons-jobliste.png) top left no-repeat;
          width: 13px;
          height: 18px;
          background-size: 35px 18px;
          display: block;
          float: left;
          margin-right: 1.4rem; }
      #talention #jobliste .job .job-published {
        color: #aaaaaa;
        display: block;
        font-size: 1.4rem; }
        @media only screen and (min-width: 768px) {
          #talention #jobliste .job .job-published {
            float: left; } }
        #talention #jobliste .job .job-published:before {
          content: '';
          background: url(icons-jobliste.png) top right no-repeat;
          width: 19px;
          float: left;
          display: block;
          height: 18px;
          background-size: 35px 18px;
          margin-right: 1.4rem; }
  #talention .widget {
    margin-bottom: .6rem; }
    @media only screen and (min-width: 768px) {
      #talention .widget {
        margin-bottom: 2rem; } }
  #talention a.btn {
    cursor: pointer;
    border-radius: 2px;
    text-decoration: none; }
    #talention a.btn.btn-blue {
      background-color: #30317c;
      display: inline-block; }
  #talention h3 {
    font-size: 2.4rem;
    margin: 4rem 0;
    margin-top: 0;
    font-family: "din-regular", sans-serif;
    line-height: auto;
    font-weight: normal;
    text-align: center;
    color: #30317c; }
    @media only screen and (min-width: 768px) {
      #talention h3 {
        font-size: 3rem;
        margin: 2rem 0;
        margin-top: 0; } }
  #talention h2 {
    font-family: "din-regular", sans-serif;
    line-height: auto;
    font-weight: normal;
    text-align: center;
    color: #30317c;
    font-size: 3rem;
    margin: 4rem 0;
    margin-bottom: 0; }
    @media only screen and (min-width: 768px) {
      #talention h2 {
        font-size: 3.6rem;
        margin: 6rem 0;
        margin-bottom: 0; } }
  #talention #filter {
    background: #007ec4;
    width: 100%;
    max-width: none;
    float: left;
    padding-bottom: 2rem;
    display: block; }
    @media only screen and (min-width: 768px) {
      #talention #filter {
        padding-bottom: 0; } }
    #talention #filter .widget {
      padding: 0rem;
      box-sizing: border-box; }
    #talention #filter .reset a.btn {
      float: right;
      text-align: center;
      width: 100%;
      margin-bottom: 2rem;
      margin-top: 1rem;
      background-color: #aaaaaa; }
      @media only screen and (min-width: 768px) {
        #talention #filter .reset a.btn {
          width: auto; } }
    #talention #filter label {
      color: #fff;
      font-weight: normal;
      margin-top: 2rem;
      margin-bottom: 1.25rem; }
      @media only screen and (min-width: 768px) {
        #talention #filter label {
          margin-bottom: 1.25rem; } }
  #talention #headline {
    position: relative; }
  #talention #stopper {
    width: 160px;
    display: table;
    text-align: center;
    height: 160px;
    border-radius: 160px;
    position: absolute;
    right: 30px;
    top: -40px;
    color: #fff;
    background: #007ec4;
    z-index: 10; }
    #talention #stopper a {
      text-decoration: none; }
    #talention #stopper .inner {
      display: table-row;
      text-align: center; }
      #talention #stopper .inner .text {
        display: table-cell;
        vertical-align: middle;
        padding: 0 30px; }
        #talention #stopper .inner .text p {
          font-size: 14px;
          margin-top: 0;
          padding: 0; }
  #talention .talention {
    position: relative; }
    #talention .talention-image {
      overflow: hidden;
      height: 512px;
      background: url(https://cdn.eu.talention.com/static.eu.berufo.com/talention/resources/custom/11880/3ced364a-f55f-45cf-b8db-5534b8a6a4dd/feelgood.jpg) 70% 0% no-repeat;
      background-size: cover; }
      #talention .talention-image.stellenangebot {
        background: url(https://cdn.eu.talention.com/static.eu.berufo.com/talention/resources/custom/11880/3ced364a-f55f-45cf-b8db-5534b8a6a4dd/header-stellenangebot.jpg) center center no-repeat;
        background-size: cover; }
      @media only screen and (min-width: 768px) {
        #talention .talention-image {
          background-position: 50% 0; } }
    #talention .talention-text {
      position: absolute;
      text-align: center;
      bottom: 100px;
      left: calc(100% / 2 - 85% / 2);
      width: 85%; }
      @media only screen and (min-width: 768px) {
        #talention .talention-text {
          left: calc(100% / 2 - 610px / 2);
          width: 610px; } }
      @media only screen and (min-width: 1024px) {
        #talention .talention-text {
          left: calc(100% / 2 - 720px / 2);
          width: 720px; } }
      #talention .talention-text p {
        text-align: center;
        margin: 0;
        padding: 0;
        font-size: 1.8rem;
        color: #FFF;
        line-height: auto;
        text-shadow: 0 3px 10px rgba(0, 0, 0, 0.5); }
        @media only screen and (min-width: 768px) {
          #talention .talention-text p {
            font-size: 2.1rem; } }
        @media only screen and (min-width: 1024px) {
          #talention .talention-text p {
            font-size: 2.4rem; } }
      #talention .talention-text h1 {
        margin: 0;
        padding: 0;
        text-align: center;
        font-size: 3rem;
        color: #FFF;
        line-height: auto;
        text-shadow: 0 3px 10px rgba(0, 0, 0, 0.5); }
        @media only screen and (min-width: 768px) {
          #talention .talention-text h1 {
            font-size: 3.9rem; } }
        @media only screen and (min-width: 1024px) {
          #talention .talention-text h1 {
            font-size: 4.8rem; } }

.span6 {
  text-align: left;
  width: 48.717948717948715%;
  float: left; }

.span3 {
  text-align: left;
  width: 23.076923076923077%;
  float: left; }

#form-application {
  font-size: 1.4rem;
  text-align: left; }
  #form-application .textarea-information {
    position: relative;
    padding-left: 3.2rem;
    margin-top: 2.3rem; }
    #form-application .textarea-information:before {
      font-family: '11880-icons';
      content: '\e923';
      position: absolute;
      left: 0; }
  #form-application .btn {
    font-size: 1.8rem;
    padding-left: 2rem;
    padding-right: 2rem;
    margin-top: 2rem; }
    #form-application .btn a {
      text-decoration: none; }
  #form-application .span5 {
    width: 32%;
    float: left; }
  #form-application .span7 {
    width: 68%;
    float: left; }
  #form-application .intro {
    text-align: left;
    font-size: 1.4rem;
    background: #e1e1e1;
    color: #505050;
    border: none;
    padding: 10px 10px;
    font-weight: bold;
    margin: 20px 0 20px 0; }
  #form-application .control-group {
    width: 100%;
    text-align: left;
    display: inline-block;
    margin-bottom: 1rem; }
  #form-application label {
    color: #505050;
    width: 32%;
    float: left;
    text-align: left;
    font-size: 1.4rem; }
  #form-application .controls {
    max-width: 450px;
    width: 68%;
    float: left; }
    #form-application .controls textarea,
    #form-application .controls input {
      width: 100%;
      padding: 10px 30px 10px 16px;
      border: solid 1px #8c8c8c;
      border-radius: 2px; }
  #form-application .chosen-container {
    text-align: left;
    min-width: 250px !important;
    font-size: 1.4rem; }

.form {
  text-align: left; }
  .form .job-link {
    text-align: left;
    border-image: none;
    text-align: left;
    font-size: 1.4rem;
    margin-left: 3rem;
    margin-top: 1rem;
    width: auto;
    display: inline-block; }
    .form .job-link a {
      color: #30317c;
      text-decoration: underline; }
  .form .summary {
    margin-bottom: 1rem;
    display: inline-block;
    clear: both;
    width: 100%; }
  .form .intro {
    text-align: left;
    font-size: 2.4rem;
    color: #30317c;
    margin-bottom: 1rem; }

select {
  font-family: "din-regular", sans-serif;
  position: relative;
  background-color: #FFF;
  width: 100%;
  height: 45px;
  line-height: 45px;
  vertical-align: middle;
  border-radius: 2px;
  border: 1px solid #8c8c8c;
  padding: 0 5px;
  margin: 0; }
  select option {
    line-height: 40px;
    padding: 0 10px;
    border: 0; }

.icon-cart.bubble-icon {
  display: none; }

#footer-nav h3 {
  text-align: left; }

#footer-nav ul li a {
  color: #505050;
  text-decoration: none; }

#footer-nav ul li {
  line-height: 3.2rem;
  min-height: 3.2rem; }

p.nohit {
  padding: 2rem 1rem;
  clear: both; }
  @media (min-width: 1024px) {
    p.nohit {
      padding: 0; } }

#imageCredits {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  padding: 0 0 1.5rem 0; }
  #imageCredits .imagecredits ul {
    margin: 0;
    padding: 1.3rem 0 0 0; }

#footer {
  background: #fff;
  padding-left: 0;
  padding-right: 0; }
  #footer .box-hotline {
    padding-bottom: 2.4rem;
    border-bottom: 1px solid #e1e1e1; }

#footer-nav {
  padding: 1.3rem 0 0 0; }
  #footer-nav ul {
    margin: 0; }
    #footer-nav ul li {
      display: inline-block; }
      #footer-nav ul li:before {
        content: ''; }

.imagecredits {
  display: block;
  clear: both; }

.imagecredits > :first-child {
  border: none; }

.hbox > div {
  padding-top: 3px; }
  .hbox > div a:after {
    content: ' *';
    position: absolute;
    margin-left: 3px; }
.hbox span {
  display: none; }

.footnote + .footnote {
  clear: both;
  float: none;
  display: block;
  margin-top: 1rem; }

.footnote + .footnote + .footnote {
  margin-top: 1rem !important; }

/*# sourceMappingURL=custom.css.map */
