<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.flex-container {
  display: flex;
  justify-content: space-between;
}
.flex-container .col1, .flex-container .col2, .flex-container .col3, .flex-container .col4, .flex-container .col5, .flex-container .col6, .flex-container .col7, .flex-container .col8, .flex-container .col9, .flex-container .col10, .flex-container .col11, .flex-container .col12 {
  width: 100%;
  float: none;
  margin-right: 0;
}
.flex-container .col1 {
  flex: 0 0 5.5%;
  max-width: 5.5%;
}
.flex-container .col2 {
  flex: 0 0 14%;
  max-width: 14%;
}
.flex-container .col3 {
  flex: 0 0 22.5%;
  max-width: 22.5%;
}
.flex-container .col4 {
  flex: 0 0 31.3%;
  max-width: 31.3%;
}
.flex-container .col5 {
  flex: 0 0 39.5%;
  max-width: 39.5%;
}
.flex-container .col6 {
  flex: 0 0 48%;
  max-width: 48%;
}
.flex-container .col7 {
  flex: 0 0 56.5%;
  max-width: 56.5%;
}
.flex-container .col8 {
  flex: 0 0 65%;
  max-width: 65%;
}
.flex-container .col9 {
  flex: 0 0 74.5%;
  max-width: 74.5%;
}
.flex-container .col10 {
  flex: 0 0 82%;
  max-width: 82%;
}
.flex-container .col11 {
  flex: 0 0 90.5%;
  max-width: 90.5%;
}
.flex-container .col12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.flex-wrap {
  flex-wrap: wrap;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.space-between {
  justify-content: space-between;
}

.justify-content-center {
  justify-content: center;
}

.row-reverse {
  flex-direction: row-reverse;
}

.flex-start {
  justify-content: flex-start;
}

.space-around {
  justify-content: space-around;
}

.align-self-center {
  align-self: center;
}

.align-items-start {
  align-items: flex-start;
}

.align-items-center {
  align-items: center;
}

.align-items-end {
  align-items: flex-end;
}

.flex-direction-column {
  flex-direction: column;
}

.relative {
  position: relative;
}

.fill-screen {
  min-height: 25vh;
}

.backstretch-image {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.career-element img, .company-element img {
  height: auto;
}
.career-element h1, .career-element h2, .career-element h3, .career-element h4, .company-element h1, .company-element h2, .company-element h3, .company-element h4 {
  text-transform: none;
  color: #0e3a63;
  font-weight: 700;
}
.career-element h2, .career-element h3, .company-element h2, .company-element h3 {
  margin-bottom: 60px;
}
.career-element h2.small-margin, .career-element h3.small-margin, .company-element h2.small-margin, .company-element h3.small-margin {
  margin-bottom: 20px;
}
.career-element h3, .company-element h3 {
  font-size: 1.6em;
}
.career-element h4, .company-element h4 {
  font-size: 1.2em;
  margin-bottom: 10px;
}
.career-element .text-content p, .company-element .text-content p {
  margin-bottom: 1.6em;
}
.career-element .source, .career-element .image-caption, .company-element .source, .company-element .image-caption {
  font-size: 0.88em;
  color: #6e6e6e;
}
.career-element h1.h2, .company-element h1.h2 {
  font-size: 2.57em;
  line-height: 1.3;
}
.career-element h1 + .sub-heading, .career-element h2 + .sub-heading, .career-element h3 + .sub-heading, .company-element h1 + .sub-heading, .company-element h2 + .sub-heading, .company-element h3 + .sub-heading {
  color: #6e6e6e;
  line-height: 1;
  font-size: 2.14em;
  font-weight: 300;
}

.stage-career {
  margin-top: min(182px, 14.359vw);
  height: calc(95vh - 172px);
  margin-bottom: 48px;
  width: 100%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.stage-career.no-margin-bottom {
  margin-bottom: 0;
}
.stage-career.small {
  height: 450px;
}
.stage-career.small.with-slogan {
  margin-bottom: 96px;
}
.stage-career.small .slogan {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(0, 10%);
  margin-bottom: 0;
}
.stage-career.small .slogan .slogan-line span {
  font-size: 3.6em;
}
.stage-career.proportional {
  height: 28.646vw;
  margin-top: 118px;
}
.stage-career .stage-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.stage-career .grid-inner {
  height: 100%;
}
.stage-career .slogan-with-buttons {
  position: absolute;
  top: 70%;
  transform: translateY(-50%);
  z-index: 3;
  width: 100%;
}
.stage-career .slogan {
  margin-bottom: 76px;
}
.stage-career .slogan .slogan-line span {
  background: #0e3a63;
  padding: 6px 12px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  line-height: 1.66;
  color: #fff;
  font-size: 4.96em;
  font-weight: 700;
}
.stage-career .buttons {
  display: flex;
  justify-content: flex-start;
}
.stage-career .buttons button {
  border: 0;
  background: #fff;
  border-radius: 10px;
  color: #0e3a63;
  flex: 0 0 31.333333%;
  max-width: 31.33333%;
  padding: 12px 12px 12px 20px;
  text-align: left;
  font-weight: 700;
  transition: 300ms all;
  font-size: 1.2em;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  position: relative;
  margin-right: 3%;
}
.stage-career .buttons button:last-child {
  margin-right: 0;
}
.stage-career .buttons button.small {
  font-size: 1em;
}
.stage-career .buttons button:hover {
  background: #0e3a63;
  color: #fff;
}
.stage-career .buttons button:hover:after {
  background-image: url("/fileadmin/templates/img/career/icons/arrow_right_white.svg");
}
.stage-career .buttons button:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 29px;
  height: 23px;
  background-image: url("/fileadmin/templates/img/career/icons/arrow_right.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.stage-career.landingpage {
  height: 38.385vw;
  margin-bottom: 64px;
}
.stage-career.landingpage .slogan-with-buttons {
  top: auto;
  bottom: 2.604vw;
  transform: translateY(0);
}
.stage-career.landingpage .slogan-with-buttons .slogan {
  margin-bottom: 1.563vw;
}
.stage-career.landingpage .slogan-with-buttons .slogan .slogan-line span {
  font-size: 3.928em;
  line-height: 1.8;
}
.stage-career.landingpage .buttons button {
  flex: 0 0 28%;
  max-width: 28%;
}
.stage-career.landingpage .buttons button:after {
  width: 22px;
  height: 22px;
  background-image: url("/fileadmin/templates/img/career/icons/arrow_down.svg");
}
.stage-career.landingpage .buttons button:hover:after {
  background-image: url("/fileadmin/templates/img/career/icons/arrow_down_white.svg");
}

.stage-legacy .stage-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.intro-text {
  font-size: 1.2em;
}

.awards .award {
  flex: 0 0 37%;
  max-width: 37%;
}
.awards .award img {
  max-width: 100%;
  height: auto;
  max-height: 250px;
}
.awards .award.last {
  flex: 0 0 44%;
  max-width: 44%;
}
.awards .award.last img {
  max-height: 360px;
}
.awards .award.last.small img {
  max-width: 100%;
  height: auto;
  max-height: 250px;
  width: auto;
}

.hauff-advantages h4 {
  text-align: center;
  margin-bottom: 20px;
}
.hauff-advantages .icon {
  text-align: center;
  margin-bottom: 24px;
}
.hauff-advantages .icon img {
  width: 80px;
}
.hauff-advantages .col4 {
  text-align: center;
  padding: 0 16px;
}

.modern-video-container .video-preview {
  margin: 120px 0;
  padding-top: 56.272%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  width: 100%;
}
.modern-video-container .video-preview .preview-image {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modern-video-container .video-preview .play-button {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  background-color: #fff;
  background-image: url("../img/career/icons/play.svg");
  background-size: 35%;
  background-position: 55% 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 4px solid #0e3a63;
  z-index: 2;
  background-repeat: no-repeat;
  cursor: pointer;
}
.modern-video-container .video-preview:hover .play-button {
  background-color: #0e3a63;
  background-image: url("../img/career/icons/play_white.svg");
}
.modern-video-container.small .video-preview, .modern-video-container.small iframe {
  margin: 40px 0;
}
.modern-video-container.no-margin-top .video-preview, .modern-video-container.no-margin-top iframe {
  margin-top: 0;
}

.hashtag-claim-container {
  margin: 84px 0;
  text-align: center;
  color: #0e3a63;
}
.hashtag-claim-container .hashtag-claim {
  font-size: 2.4em;
  font-weight: 300;
  line-height: 1;
  color: #0e3a63;
}
.hashtag-claim-container .hashtag-claim strong {
  font-weight: 700;
}

.grey-slider-container .slider-navigation, .content-slider-container .slider-navigation {
  display: flex;
  justify-content: center;
  align-items: center;
}
.grey-slider-container .slider-navigation .slide-count, .content-slider-container .slider-navigation .slide-count {
  font-size: 1.2em;
  font-weight: 700;
  color: #0e3a63;
  margin: 0 16px;
}
.grey-slider-container .slider-navigation .arrow-left, .grey-slider-container .slider-navigation .arrow-right, .content-slider-container .slider-navigation .arrow-left, .content-slider-container .slider-navigation .arrow-right {
  width: 20px;
  height: 37px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.grey-slider-container .slider-navigation .arrow-left, .content-slider-container .slider-navigation .arrow-left {
  background-image: url("../img/career/icons/grey_slider_left.svg");
}
.grey-slider-container .slider-navigation .arrow-left:hover, .content-slider-container .slider-navigation .arrow-left:hover {
  opacity: 0.8;
}
.grey-slider-container .slider-navigation .arrow-right, .content-slider-container .slider-navigation .arrow-right {
  background-image: url("../img/career/icons/grey_slider_right.svg");
}
.grey-slider-container .slider-navigation .arrow-right:hover, .content-slider-container .slider-navigation .arrow-right:hover {
  opacity: 0.8;
}
.grey-slider-container h3, .content-slider-container h3 {
  font-weight: 700;
  margin-bottom: 48px;
}
.grey-slider-container h4, .content-slider-container h4 {
  font-weight: 700;
  color: #0e3a63;
  font-size: 1.3em;
  margin-bottom: 15.84px;
}
.grey-slider-container .other-contact-persons .col4, .content-slider-container .other-contact-persons .col4 {
  justify-content: center;
}
.grey-slider-container .other-contact-persons .col4 div, .grey-slider-container .other-contact-persons .col4 h4, .content-slider-container .other-contact-persons .col4 div, .content-slider-container .other-contact-persons .col4 h4 {
  width: 100%;
}
.grey-slider-container .other-contact-persons .col4 div.person-image-container, .content-slider-container .other-contact-persons .col4 div.person-image-container {
  border-radius: 50%;
  margin-bottom: 24px;
  background-size: 120%;
  background-position: center;
  background-repeat: no-repeat;
  filter: drop-shadow(0px 6px 6px rgba(0, 0, 0, 0.3));
  width: 42%;
  padding-top: 41%;
}
.grey-slider-container .other-contact-persons .infos, .content-slider-container .other-contact-persons .infos {
  margin-bottom: 48px;
  align-self: flex-end;
}
.grey-slider-container .other-contact-persons .infos a, .content-slider-container .other-contact-persons .infos a {
  font-weight: bold;
}

.overlapping-background {
  position: relative;
  padding-top: 35vw;
}
.overlapping-background .grid-inner {
  justify-content: center;
}
.overlapping-background .inner {
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 34px 42px;
}
.overlapping-background .background {
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40vw;
}

#joboffers.overlapping-background {
  padding-top: 17vw;
}
#joboffers.overlapping-background .inner {
  background-color: transparent;
}
#joboffers.overlapping-background .interferer {
  width: 15.789vw;
  height: 15.789vw;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(50%, -100%);
}

.new-blue-button {
  display: inline-block;
  background: #0e3a63;
  border: 2px solid #0e3a63;
  border-radius: 10px;
  color: #fff;
  position: relative;
  font-weight: 700;
  padding: 15px 72px 15px 42px;
  text-align: center;
  font-size: 1.2em;
  line-height: 1;
  transition: 300ms all;
}
.new-blue-button.small {
  font-size: 1em;
  padding: 12px 72px 12px 42px;
}
.new-blue-button:hover {
  text-decoration: none;
  background: #fff;
  color: #0e3a63;
}
.new-blue-button:hover:after {
  background-image: url("/fileadmin/templates/img/career/icons/arrow_right.svg");
}
.new-blue-button:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 26px;
  height: 20px;
  background-image: url("/fileadmin/templates/img/career/icons/arrow_right_white.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.new-blue-button.download:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 26px;
  height: 20px;
  background-image: url("/fileadmin/templates/img/career/icons/arrow_download_white.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.new-blue-button.download:hover:after {
  background-image: url("/fileadmin/templates/img/career/icons/arrow_download.svg");
}
.new-blue-button.download.filename {
  padding-left: 15px;
  font-size: 0.94em;
  margin-bottom: 12px;
}
.new-blue-button.download.filename:last-child {
  margin-bottom: 0;
}
.new-blue-button.back {
  padding: 15px 42px 15px 72px;
}
.new-blue-button.back:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  width: 26px;
  height: 20px;
  background-image: url("/fileadmin/templates/img/career/icons/arrow_left_white.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.new-blue-button.back:hover:after {
  background-image: url("/fileadmin/templates/img/career/icons/arrow_left.svg");
}
.new-blue-button.down:after, .new-blue-button.up:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 26px;
  height: 20px;
  background-image: url("/fileadmin/templates/img/career/icons/arrow_down_white.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.new-blue-button.down:hover:after, .new-blue-button.up:hover:after {
  background-image: url("/fileadmin/templates/img/career/icons/arrow_down.svg");
}
.new-blue-button.up:after {
  background-image: url("/fileadmin/templates/img/career/icons/arrow_up_white.svg");
}
.new-blue-button.up:hover:after {
  background-image: url("/fileadmin/templates/img/career/icons/arrow_up.svg");
}
.new-blue-button.no-arrow {
  padding: 15px 42px 15px 42px;
}
.new-blue-button.no-arrow:after {
  display: none;
}
.new-blue-button.margin-right {
  margin-right: 16px;
}
.new-blue-button.hidden {
  display: none;
}

.person-image-container {
  border-radius: 50%;
  margin-bottom: 24px;
  background-size: 120%;
  background-position: center;
  background-repeat: no-repeat;
  filter: drop-shadow(0px 6px 6px rgba(0, 0, 0, 0.3));
  width: 80%;
  padding-top: 80%;
  background-position: top;
}

/* Employee Story
-------------------------------------------------------------------------------*/
.stage.employee-story {
  height: 700px;
}
.stage.employee-story .grid-inner {
  height: 100%;
  position: relative;
}
.stage.employee-story .claim {
  bottom: -2.5em;
  position: absolute;
  max-width: 80%;
}
.stage.employee-story .claim span {
  background: #0e3a63;
  padding: 6px 12px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  line-height: 1.76;
  color: #fff;
  font-size: 3.5em;
  font-weight: 700;
}

.employee-story-blocks {
  margin-top: 84px;
}
.employee-story-blocks .employee-story-block {
  margin-bottom: 48px;
}
.employee-story-blocks .employee-story-block h3 {
  margin-bottom: 24px;
  font-weight: 700;
  line-height: 1.1;
}
.employee-story-blocks .employee-story-block.overlapping-image-container div:first-child {
  padding-top: 24px;
}
.employee-story-blocks .employee-story-block.overlapping-image-container div:last-child {
  padding-bottom: 24px;
}
.employee-story-blocks .employee-story-block .double-image-container {
  display: flex;
  justify-content: space-between;
}
.employee-story-blocks .employee-story-block .double-image-container .image-container {
  flex: 0 0 47.5%;
  max-width: 47.5%;
}
.employee-story-blocks .employee-story-block .double-image-container .image-container .employee-story-image {
  margin-bottom: 0;
}
.employee-story-blocks .employee-story-block:first-child.overlapping-image-container .employee-story-image {
  margin-top: 105px;
}

.employee-name, .employee-function {
  font-size: 1.4em;
  color: #0e3a63;
  font-weight: 700;
}

.employee-function {
  font-weight: 300;
}

.employee-story-image {
  display: block;
  margin-bottom: 24px;
}

.overlapping-image {
  position: absolute;
  z-index: -1;
  right: 7.5%;
}

.employee-story-navigation {
  margin-top: 96px;
  border-top: #e2e2e2 4px solid;
  display: flex;
  justify-content: space-between;
}
.employee-story-navigation a {
  padding: 24px 12px;
  display: block;
  text-decoration: none;
}
.employee-story-navigation a:hover {
  background: #e2e2e2;
}
.employee-story-navigation .navigation-arrow {
  margin-top: 12px;
  width: 16px;
}
.employee-story-navigation .right {
  text-align: right;
}

.employee-stories {
  margin-bottom: 80px;
}
.employee-stories .grid-sizer {
  width: 33%;
}
.employee-stories .gutter-sizer {
  width: 0;
}
.employee-stories .employee-story-tile {
  display: block;
  width: 33%;
  padding-top: 33%;
  background-color: #0e3a63;
  background-position: center;
  background-size: cover;
  position: relative;
  text-decoration: none;
}
.employee-stories .employee-story-tile .overlay {
  position: absolute;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(14, 58, 99, 0.8);
  z-index: 2;
  color: #fff;
  padding: 32px;
  display: none;
}
.employee-stories .employee-story-tile .overlay &gt; div {
  width: 100%;
}
.employee-stories .employee-story-tile .overlay .claim {
  font-weight: 700;
  font-size: 2.06em;
  line-height: 1.1;
}
.employee-stories .employee-story-tile .overlay .employee-name, .employee-stories .employee-story-tile .overlay .employee-function {
  color: #fff;
}
.employee-stories .employee-story-tile .overlay .bottom {
  align-self: flex-end;
}
.employee-stories .employee-story-tile:hover .overlay {
  display: flex;
}

/* Facts and Figures
-------------------------------------------------------------------------------*/
.facts-and-figures-slider .slide .facts-and-figures {
  align-items: stretch;
}
.facts-and-figures-slider .slide .facts-and-figures .col4 {
  background-color: #e2e2e2;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 96px 24px;
  flex: 0 0 32.7%;
  max-width: 32.7%;
  min-height: 392px;
}
.facts-and-figures-slider .slide .facts-and-figures .col4 .upper, .facts-and-figures-slider .slide .facts-and-figures .col4 .lower {
  text-align: center;
  font-weight: 700;
  color: #0e3a63;
  font-size: 1.2em;
  line-height: 1.1;
  width: 100%;
}
.facts-and-figures-slider .slide .facts-and-figures .col4 .middle {
  text-align: center;
  color: #0e3a63;
  font-size: 4.2em;
  line-height: 1.1;
  font-weight: 700;
  width: 100%;
  margin-bottom: 12px;
}
.facts-and-figures-slider .slide .facts-and-figures .col4 .upper {
  margin-bottom: 12px;
}

/* Company Slider
-------------------------------------------------------------------------------*/
.company-slider-container, .headquarters-slider-container {
  position: relative;
}
.company-slider-container .arrow-left, .company-slider-container .arrow-right, .headquarters-slider-container .arrow-left, .headquarters-slider-container .arrow-right {
  width: 28px;
  height: 43px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.company-slider-container .arrow-left svg, .company-slider-container .arrow-right svg, .headquarters-slider-container .arrow-left svg, .headquarters-slider-container .arrow-right svg {
  width: 100%;
  filter: drop-shadow(0px 4px 2px rgba(0, 0, 0, 0.3));
}
.company-slider-container .arrow-left, .headquarters-slider-container .arrow-left {
  left: -90px;
}
.company-slider-container .arrow-right, .headquarters-slider-container .arrow-right {
  right: -90px;
}

/* Apprentices Offers List
-------------------------------------------------------------------------------*/
#apprentices-offers .grid-inner {
  background: #fff;
}
#apprentices-offers .grid-inner h3 {
  margin-bottom: 12px;
}
#apprentices-offers .grid-inner ul {
  margin-bottom: 72px;
  list-style-type: none;
  margin-left: 0;
}
#apprentices-offers .grid-inner ul li {
  display: block;
  margin-bottom: 12px;
  background: #FFFFFF;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.25);
}
#apprentices-offers .grid-inner ul li.with-padding {
  padding: 8px;
}
#apprentices-offers .grid-inner ul li a {
  padding: 8px;
  width: 100%;
  display: block;
  text-decoration: none;
  position: relative;
}
#apprentices-offers .grid-inner ul li a:hover .title, #apprentices-offers .grid-inner ul li a:hover .subtitle {
  color: #fff;
}
#apprentices-offers .grid-inner ul li a:hover {
  background: #0e3a63;
}
#apprentices-offers .grid-inner ul li a:hover:after {
  background-image: url("/fileadmin/templates/img/career/icons/arrow_right_white.svg");
}
#apprentices-offers .grid-inner ul li a:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 26px;
  height: 20px;
  background-image: url("/fileadmin/templates/img/career/icons/arrow_right.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
#apprentices-offers .grid-inner ul li .title {
  font-weight: 700;
  color: #0e3a63;
}
#apprentices-offers .grid-inner ul li .subtitle {
  font-weight: 300;
  color: #0e3a63;
}

/* Responsive
-------------------------------------------------------------------------------*/
.apprentice-tiles .tile {
  width: 33.333%;
  position: relative;
}
.apprentice-tiles .tile img {
  display: block;
}
.apprentice-tiles .tile .hover-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 56, 101, 0.75);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.apprentice-tiles .tile .hover-overlay .inner {
  padding: 32px;
  width: 100%;
  text-align: center;
}
.apprentice-tiles .tile .hover-overlay .inner h3 {
  font-weight: 700;
  line-height: 1.1;
  color: #fff;
  font-size: 1.6em;
}
.apprentice-tiles .tile .hover-overlay .inner .sub-heading {
  font-weight: 300;
  line-height: 1.1;
  color: #fff;
}
.apprentice-tiles .tile .hover-overlay {
  display: none;
  background-color: rgba(0, 56, 101, 0.85);
}
.apprentice-tiles .tile .hover-overlay .inner {
  color: #fff;
  padding: 16px;
  font-size: 0.9em;
}
.apprentice-tiles .tile:hover .hover-overlay {
  display: flex;
}

/* Already filled
-------------------------------------------------------------------------------*/
.already-filled-sticker {
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(125%, 75%);
}
.already-filled-sticker.with-video {
  transform: translate(125%, 180%);
}
.already-filled-sticker img {
  width: 200px;
}

/* Responsive
-------------------------------------------------------------------------------*/
@media screen and (min-width: 1520px) {
  #joboffers.overlapping-background .interferer {
    width: 240px;
    height: 240px;
  }
}
@media screen and (max-width: 1006px) {
  .stage-career {
    margin-top: 0;
  }
  .stage-career .slogan .slogan-line span {
    font-size: 2.4em;
  }
  .stage-career.proportional {
    margin-top: 0;
  }
  .already-filled-sticker img {
    width: 150px;
  }
}
@media screen and (max-width: 820px) {
  .modern-video-container .video-preview {
    margin: 60px 0;
  }
  .employee-stories .employee-story-tile {
    width: 50%;
    padding-top: 50%;
  }
  .stage-career .slogan-with-buttons {
    top: 50%;
  }
  .mobile-full-width .col8, .mobile-full-width .col9, .mobile-full-width .col10, .mobile-full-width .col11 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 620px) {
  .stage-career.small {
    height: 420px;
  }
  .stage-career.small .slogan .slogan-line span {
    font-size: 2.6em;
    line-height: 1.8;
  }
  .stage-career {
    margin-top: 0;
  }
  .stage-career .slogan .slogan-line span {
    font-size: 2.6em;
    line-height: 1.8;
  }
  .stage-career .slogan-with-buttons {
    width: 93%;
  }
  .stage-career .buttons {
    flex-wrap: wrap;
  }
  .stage-career .buttons button {
    max-width: 93%;
    flex: 0 0 93%;
    margin-bottom: 8px;
  }
  .stage.employee-story {
    height: 480px;
  }
  .stage.employee-story .claim span {
    font-size: 2.6em;
    line-height: 1.8;
  }
  .text-content {
    flex-wrap: wrap;
  }
  .text-content .col6, .text-content .col7 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .hover-tiles, .link-tiles, .mosaic {
    flex-wrap: wrap;
  }
  .hover-tiles .tile, .link-tiles .tile, .mosaic .tile {
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 8px;
  }
  .quote-container {
    flex-wrap: wrap;
  }
  .quote-container .col10, .quote-container .col9, .quote-container .col3 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .quote-container .quote-text {
    margin-bottom: 12px;
  }
  .quote-container .person-image-container {
    width: 50%;
    padding-top: 50%;
    margin: 0 auto;
  }
  .company-element.grey-area .col9, .company-element.grey-area .col8, .company-element.grey-area .col4, .career-element.grey-area .col9, .career-element.grey-area .col8, .career-element.grey-area .col4 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .company-element.grey-area .flex-container, .career-element.grey-area .flex-container {
    flex-wrap: wrap;
  }
  .company-element.grey-area .col8, .career-element.grey-area .col8 {
    margin-bottom: 12px;
  }
  .grey-slider .slide .flex-container {
    flex-wrap: wrap;
  }
  .grey-slider .slide .flex-container .col4 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .awards .col6 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .overlapping-background .inner {
    max-width: 100%;
    flex: 0 0 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .employee-stories .employee-story-tile {
    width: 100%;
    padding-top: 100%;
  }
  .employee-story-blocks .col11, .employee-story-blocks .col9, .employee-story-blocks .col5 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .employee-story-blocks .overlapping-image {
    position: static;
  }
  .employee-story-navigation {
    flex-wrap: wrap;
  }
  .employee-story-navigation .left, .employee-story-navigation .right {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .employee-story-blocks .employee-story-block:first-child.overlapping-image-container .employee-story-image {
    margin-top: 0;
  }
  .already-filled-sticker, .already-filled-sticker.with-video {
    position: static;
    margin-top: 48px;
    transform: translate(0, 0);
  }
  #content_zone .real_table .alternative_1 td a:after, #content_zone .real_table .alternative_0 td a:after {
    display: none;
  }
  #joboffers.overlapping-background .interferer {
    width: 100px;
    height: 100px;
    transform: translate(25%, -50%);
  }
  .buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .buttons .new-blue-button {
    max-width: 93%;
    flex: 0 0 93%;
    margin-bottom: 8px;
  }
}
/* Rexx Joboffer Styling
-------------------------------------------------------------------------------*/
.frame_zone .css_button a {
  display: inline-block;
  background: #0e3a63;
  border: 2px solid #0e3a63;
  border-radius: 10px;
  color: #fff;
  position: relative;
  font-weight: 700;
  padding: 12px 42px 12px 42px;
  text-align: center;
  line-height: 1;
  transition: 300ms all;
  font-size: 1em;
  text-transform: none;
}
.frame_zone .css_button a:hover {
  text-decoration: none;
  background: #fff;
  color: #0e3a63;
}

#content_zone button.ui-multiselect {
  border: 0;
  background: #fff;
}
#content_zone button.ui-multiselect .button_label {
  font-weight: 300;
}
#content_zone .group_field input[type=text] {
  border: 0;
  background: #fff;
  font-weight: 300;
}
#content_zone #jobslisting h1 {
  font-size: 2.14em;
}
#content_zone #jobslisting p {
  display: none;
}
#content_zone .real_table .alternative_1 td, #content_zone .real_table .alternative_0 td {
  display: block !important;
  border: 0 !important;
  margin-bottom: 12px !important;
  background: #FFFFFF !important;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.25) !important;
  padding: 0 !important;
}
#content_zone .real_table .alternative_1 td #job_teaser, #content_zone .real_table .alternative_0 td #job_teaser {
  padding-left: 8px;
  color: #0e3a63 !important;
  font-weight: 300;
}
#content_zone .real_table .alternative_1 td a, #content_zone .real_table .alternative_0 td a {
  padding: 8px !important;
  font-size: 1em !important;
  width: 100%;
  display: block;
  text-decoration: none !important;
  text-transform: none !important;
  position: relative;
}
#content_zone .real_table .alternative_1 td a .title, #content_zone .real_table .alternative_0 td a .title {
  font-weight: 700;
  color: #0e3a63;
}
#content_zone .real_table .alternative_1 td a .subtitle, #content_zone .real_table .alternative_0 td a .subtitle {
  font-weight: 300;
  color: #0e3a63;
}
#content_zone .real_table .alternative_1 td a, #content_zone .real_table .alternative_0 td a {
  font-weight: 700 !important;
}
#content_zone .real_table .alternative_1 td a:hover, #content_zone .real_table .alternative_0 td a:hover {
  color: #fff;
  background: #0e3a63;
}
#content_zone .real_table .alternative_1 td a:hover .title, #content_zone .real_table .alternative_1 td a:hover .subtitle, #content_zone .real_table .alternative_0 td a:hover .title, #content_zone .real_table .alternative_0 td a:hover .subtitle {
  color: #fff;
}
#content_zone .real_table .alternative_1 td a:hover:after, #content_zone .real_table .alternative_0 td a:hover:after {
  background-image: url("/fileadmin/templates/img/career/icons/arrow_right_white.svg");
}
#content_zone .real_table .alternative_1 td a:after, #content_zone .real_table .alternative_0 td a:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 26px;
  height: 20px;
  background-image: url("/fileadmin/templates/img/career/icons/arrow_right.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

/* Link Buttons
-------------------------------------------------------------------------------*/
.buttons .new-blue-button {
  margin-right: 3%;
}

/* Brevo Form Styling
-------------------------------------------------------------------------------*/
.sib-form {
  padding: 0 !important;
}

#sib-container, .sib-form-block {
  padding: 0 !important;
  border: 0 !important;
  color: #000 !important;
  font-family: "Open Sans", sans-serif !important;
  max-width: 100% !important;
  font-size: 14px !important;
}
#sib-container .entry__label, .sib-form-block .entry__label {
  font-weight: 300;
  font-size: 1.42em;
}
#sib-container .entry__label:after, .sib-form-block .entry__label:after {
  color: #000000;
}
#sib-container .entry__field, .sib-form-block .entry__field {
  border: 0 !important;
  margin: 0 !important;
  border-radius: 0 !important;
}
#sib-container input[type=checkbox], #sib-container input[type=radio], .sib-form-block input[type=checkbox], .sib-form-block input[type=radio] {
  margin-top: -3px;
  margin-right: 8px;
}
#sib-container .grey-form input[type=text], #sib-container .grey-form input[type=email], #sib-container .grey-form input[type=number], #sib-container .grey-form input[type=tel], #sib-container .grey-form input[type=date], #sib-container .grey-form input[type=file], #sib-container .grey-form input[type=password],
#sib-container form input[type=text], #sib-container form input[type=email], #sib-container form input[type=number], #sib-container form input[type=tel], #sib-container form input[type=date], #sib-container form input[type=file], #sib-container form input[type=password], .sib-form-block .grey-form input[type=text], .sib-form-block .grey-form input[type=email], .sib-form-block .grey-form input[type=number], .sib-form-block .grey-form input[type=tel], .sib-form-block .grey-form input[type=date], .sib-form-block .grey-form input[type=file], .sib-form-block .grey-form input[type=password],
.sib-form-block form input[type=text], .sib-form-block form input[type=email], .sib-form-block form input[type=number], .sib-form-block form input[type=tel], .sib-form-block form input[type=date], .sib-form-block form input[type=file], .sib-form-block form input[type=password] {
  font-size: 1.1rem !important;
  background-color: #e2e2e2 !important;
  border: 0 !important;
  padding: 13px !important;
}
#sib-container form input[type=submit], #sib-container form button[type=submit], .sib-form-block form input[type=submit], .sib-form-block form button[type=submit] {
  border: 0 !important;
  border-radius: 0 !important;
  -webkit-appearance: none;
  background-color: #0e3a63 !important;
  color: #fff !important;
  padding: 12px !important;
  font-size: 1.42em !important;
  font-weight: 300 !important;
  font-family: "Open Sans", sans-serif !important;
}
#sib-container .sib-text-form-block, #sib-container .form__label-row, .sib-form-block .sib-text-form-block, .sib-form-block .form__label-row {
  margin-bottom: 24px;
}
#sib-container .sib-form__declaration, .sib-form-block .sib-form__declaration {
  padding: 0 !important;
  margin-bottom: 24px;
}
#sib-container a, .sib-form-block a {
  color: #0e3a63 !important;
}

/*# sourceMappingURL=career.css.map */
</pre></body></html>