@charset "UTF-8";
body {
  font-size: 16px;
}
code {
  font-family: 'Courier New', Courier, monospace;
  color: #001563;
}
.main-footer {
  border-top: none;
}
.row::before, .row::after {
  display: inline-block;
}
.ce-gallery.full-width * {
  width: 100%;
}
.inhaltsblock {
  display: block;
  position: relative;
  background-size: cover;
  background-position: center;
}
.inhaltsblock > .layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.inhaltsblock > .inhalte {
  position: relative;
  z-index: 1;
}
.rxd-006-contenthero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 600px;
  padding-top: 8rem;
  padding-bottom: 8rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f9f9f9;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.rxd-006-contenthero > .container {
  z-index: 1;
}
.rxd-006-contenthero-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}
.rxd-006-contenthero header h1 {
  color: inherit;
  border-bottom: none;
  font-size: 8rem;
  font-weight: 400;
  margin-top: 0;
}
.rxd-006-contenthero header .center-line {
  display: none;
}
#c633 {
  background: rgba(0, 157, 224, 0.6);
  padding: 0 10px 20px 10px;
}
#c634 {
  padding: 20px 15px 20px 15px;
}
@media screen and (max-width: 991px) {
  .rxd-006-contenthero header h1 {
    font-size: 6rem;
  }
  #c598 .row.gridelements [class*="col-"] {
    margin: 1rem 0;
  }
}
@media screen and (max-width: 767px) {
  .rxd-006-contenthero header h1 {
    font-size: 4rem;
  }
}
.text-video-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.text-video-col {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.text-video-col:first-child {
  -ms-flex-preferred-size: 65%;
  flex-basis: 65%;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
.text-video-col:first-child .frame, .text-video-col:first-child .plyr {
  height: 100%;
}
.text-video-col .frame {
  margin: 0;
}
@media screen and (max-width: 991px) {
  .text-video-col {
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important;
  }
}
.text-video-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  padding: 2em 1em;
  color: #fff;
}
.text-video-text p:last-of-type {
  margin-bottom: 0;
}
.text-video-text .text-hashtag {
  color: #000;
}
.share-circle-container .orientation-horizontal {
  justify-content: center;
  padding-left: 0;
}
.share-circle-container .theme-grey > li.shariff-button {
  width: auto;
  height: auto;
  min-width: auto;
  max-width: none;
  flex-grow: 0;
}
.share-circle-container .theme-grey > li.shariff-button a {
  height: auto;
  padding: 1em;
  border-radius: 50%;
}
.share-circle-container .theme-grey > li.shariff-button a:not(:hover) {
  background-color: #383838;
}
.share-circle-container .theme-grey > li.shariff-button a:focus {
  background-color: #ddd;
  color: #333;
}
.share-circle-container .theme-grey > li.shariff-button .fab {
  font-size: 2.5rem;
}
.share-circle-container .theme-grey > li.shariff-button .share_text {
  display: none;
}
.video-frame-blue {
  max-width: 1140px;
  margin: 0 auto;
  padding: 2em;
  background-color: #2dafd9;
  color: #fff;
}
@media screen and (max-width: 479px) {
  .video-frame-blue {
    padding: 1em;
  }
}
@media screen and (min-width: 768px) {
  .scroll-popup {
    position: fixed;
    right: 5em;
    bottom: 0;
    max-width: 479px;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform 2s ease;
    transition: -webkit-transform 2s ease;
    -o-transition: transform 2s ease;
    transition: transform 2s ease;
    transition: transform 2s ease, -webkit-transform 2s ease;
    z-index: 100;
  }
  .scroll-popup.open {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .scroll-popup.blue {
    padding: 1.5em;
    background-color: #001563;
    color: #fff;
  }
  .scroll-popup.blue a {
    color: #fff;
    text-decoration: underline;
  }
  .scroll-popup.blue a:hover, .scroll-popup.blue a:focus {
    text-decoration: none;
  }
  .scroll-popup.blue .btn {
    background-color: #fff;
    color: #333;
  }
  .scroll-popup.blue .btn:hover, .scroll-popup.blue .btn:focus {
    background-color: #e6e6e6;
    border-color: #adadad;
  }
  .scroll-popup .ce-gallery {
    margin: 0;
  }
  .scroll-popup .brevo-subscribe-form {
    background-color: transparent;
  }
  .scroll-popup .sib-container {
    border: none !important;
  }
  .close-popup {
    position: absolute;
    top: 1em;
    right: 1em;
    color: #fff;
    text-decoration: none !important;
    z-index: 1;
  }
  .close-popup:hover, .close-popup:focus {
    color: #000;
  }
  .close-popup::before {
    content: '';
    font-family: 'Font Awesome 5 Free';
    font-size: 2rem;
    line-height: 1;
  }
}
.newsletter-gray {
  padding: 1.5em 1em;
  background-color: #eef1f4;
}
.accordion h4 {
  margin: 0 !important;
  padding-left: 25px !important;
}
.accordion .accordion-item {
  padding: 1em;
  background-color: #2dafd9;
  color: #fff;
}
.accordion .accordion-item a {
  color: #f59d1d;
}
.accordion .accordion-item ul, .accordion .accordion-item ol {
  padding-left: 2rem;
}
.accordion .accordion-item li {
  margin: 0;
  list-style: disc;
}
.accordion .jpfaqAnswer {
  padding-left: 2.5rem;
}
#c566 {
  font-size: 1.5rem;
}
#c566 h3 {
  font-size: 0.9em;
  margin-top: 0;
}
@media (min-width: 576px) {
  #c566 {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  #c566 {
    font-size: 2.25rem;
  }
}
.rxd-005-hp-jobs {
  background-color: #EEF1F4;
  padding: 3rem 0 4rem;
}
.rxd-005-hp-jobs > h2 {
  text-align: center;
  margin-bottom: -1rem;
}
.rxd-005-hp-jobs .article {
  background-color: #fff;
  padding: 3rem;
  margin-top: 2rem !important;
}
.rxd-005-hp-jobs .article h3 {
  margin-top: 0;
}
.rxd-005-hp-jobs .article ul li {
  margin: 0.5em 0;
}
.rxd-005-hp-jobs .article ul li .material-icons {
  margin-right: 0.25em;
  font-size: 18px;
}
.rxd-005-hp-jobs > div.link-block {
  text-align: center;
  margin-top: 3rem;
}
.rxd-005-hp-jobs > div.link-block > a {
  background-color: #F17D25;
  font-size: 1.5rem;
}
#c569 {
  overflow-x: hidden;
}
#c569 > div > .row > [class*="col-"]:first-child {
  padding-left: 0;
  padding-right: 0;
}
#c569 > div > .row > [class*="col-"]:first-child .ce-gallery {
  margin-bottom: 0;
}
#c174 {
  background-color: #EEF1F4;
  padding-top: 6.25em;
  padding-bottom: 6.25em;
}
.prevnext .btn {
  white-space: normal;
}
.news-content {
  margin-top: 3em;
}
.rxd-006-job {
  display: block;
  margin-top: 0.75em;
  margin-bottom: 0.75em;
  padding: 1em 2.5em 1em 1em;
  border: 1px solid #eee;
  background-image: url('../../Public/Images/Frontend/Icons/open-icon-555.svg');
  background-position: 100% 50%;
  background-size: 1.5em;
  background-repeat: no-repeat;
  -webkit-transition: background-color 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
  color: inherit;
  text-decoration: none;
}
.rxd-006-job:hover, .rxd-006-job:focus {
  background-color: #f9f9f9;
  color: inherit;
  text-decoration: none;
}
.rxd-006-job-title {
  margin-bottom: 0.25em;
  font-size: 1.5em;
  line-height: 1.5;
}
.rxd-006-job-prop {
  display: inline-block;
  margin-top: 0.5em;
  margin-right: 1em;
}
.rxd-006-job-prop-icon {
  display: inline-block;
  margin-right: 0.5em;
}
.rxd-006-job-prop-value {
  display: inline-block;
}
.rxd-006-job {
  background-position: right 0.5em center;
}
@media screen and (max-width: 767px) {
  .rxd-006-job-title {
    font-size: 1.25em;
  }
}
.rxd-006-job .rxd-006-job-prop > .material-icons {
  margin-right: 0.25em;
  font-size: 18px;
}
.rxd-006-joblist-desc {
  font-size: 1.5rem;
  margin-bottom: 1em;
}
.rxd-006-jobfilter-dropdown {
  position: relative;
  display: block;
  text-align: left;
  color: #555;
}
.rxd-006-jobfilter-dropdown-toggle {
  position: relative;
  display: block;
  padding: 1.5em 2.5em 1.5em 1.5em;
  border: 1px solid #eee;
  background-color: #fff;
  cursor: pointer;
}
.rxd-006-jobfilter-block {
  padding: 2.5em;
  background-color: #f9f9f9;
}
.rxd-006-jobfilter-dropdown-list {
  position: absolute;
  z-index: 1;
  left: 0px;
  right: 0px;
  border-style: none solid solid;
  border-width: 1px;
  border-color: #eee;
  background-color: #fff;
}
.rxd-006-jobfilter-dropdown-link {
  display: block;
  padding: 0.75em 1.5em;
  color: inherit;
  text-decoration: none;
}
.rxd-006-jobfilter-dropdown-link:hover {
  background-color: #f9f9f9;
  color: inherit;
}
.rxd-006-jobfilter-dropdown-link:focus {
  background-color: #f9f9f9;
  color: inherit;
}
.rxd-006-jobfilter-dropdown-active {
  -webkit-transition: color 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: color 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
  color: #22a7f0;
  text-decoration: none;
}
.rxd-006-jobfilter-dropdown-active:hover {
  color: #e00000;
}
.rxd-006-jobfilter-heading {
  margin-top: 0px;
  margin-bottom: 0.75em;
}
.rxd-006-jobfilter-dropdown-active::before {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-size: 1em;
  line-height: 1;
  height: 1em;
  width: 1em;
  display: inline-block;
  padding-right: 1.5em;
  vertical-align: middle;
  font-weight: 900;
}
.rxd-006-jobfilter-dropdown-active:hover::before {
  content: "";
}
.rxd-006-jobfilter-dropdown-toggle::after {
  content: "";
  border-top: 0.4em solid;
  border-right: 0.4em solid transparent;
  border-bottom: 0;
  border-left: 0.4em solid transparent;
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  left: auto;
  bottom: 0;
  right: 1em;
}
.rxd-006-jobfilter-dropdown .rxd-006-jobfilter-dropdown-list {
  display: none;
}
.rxd-006-jobfilter-dropdown.open .rxd-006-jobfilter-dropdown-list, .rxd-006-jobfilter-dropdown.hover:hover .rxd-006-jobfilter-dropdown-list {
  display: block;
}
.rxd-006-jobfilter-dropdown.open .rxd-006-jobfilter-dropdown-toggle::after, .rxd-006-jobfilter-dropdown.hover:hover .rxd-006-jobfilter-dropdown-toggle::after {
  border-top: 0;
  border-bottom: 0.4em solid;
}
.rxd-006-jobfilter-dropdown a, .rxd-006-jobfilter-dropdown a:hover {
  text-decoration: none;
}
.rxd-006-job-benefits {
  margin-bottom: 1em;
  padding: 1.5em;
  border: 1px solid #ccc;
  border-radius: 1em;
  margin-top: 1.6em;
}
.rxd-006-job-benefits h3 {
  margin: 0;
  font-size: 20px;
}
.rxd-006-job-benefits ul {
  list-style: disc;
  padding-left: 2rem;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .rxd-006-jobfilter-dropdown.open .rxd-006-jobfilter-dropdown-active, .rxd-006-jobfilter-dropdown.hover:hover .rxd-006-jobfilter-dropdown-active {
    color: #e00000;
  }
  .rxd-006-jobfilter-dropdown.open .rxd-006-jobfilter-dropdown-active::before, .rxd-006-jobfilter-dropdown.hover:hover .rxd-006-jobfilter-dropdown-active::before {
    content: "";
  }
  .rxd-006-jobfilter-dropdown-toggle {
    padding: 1em 2.5em 1em 1.5em;
  }
}
.multiple-select .ms-choice {
  height: 32px;
  border: 0;
}
.multiple-select .ms-choice > span {
  height: 32px;
  display: flex;
  align-items: center;
  padding-left: 12px;
  color: #555;
}
.multiple-select .ms-choice .icon-caret {
  width: 7px;
  height: 7px;
  margin-top: -4px;
  border-width: 0 2px 2px 0;
  border-color: #555;
  transform: rotate(45deg);
}
.multiple-select .ms-choice .icon-caret.open {
  margin-top: -2px;
  border-color: #555;
  border-width: 2px 2px 0 0;
  transform: rotate(-45deg);
}
.multiple-select .ms-parent {
  display: block;
  padding: 0;
}
.multiple-select .ms-drop label {
  display: block;
  position: relative;
  padding-left: 1.75em;
  font-size: 1em;
}
.multiple-select .ms-drop label:hover input ~ .checkmark {
  background-color: #ccc;
}
.multiple-select .ms-drop label input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.multiple-select .ms-drop label input:checked ~ .checkmark {
  background-color: #22a7f0;
}
.multiple-select .checkmark {
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.15em;
  height: 1.15em;
  background-color: #eee;
  transform: translateY(-50%);
}
.multiple-select .checkmark::after {
  content: '';
  position: absolute;
  left: 0.4em;
  top: 0.15em;
  display: none;
  width: 0.45em;
  height: 0.65em;
  border: solid white;
  border-width: 0 0.15em 0.15em 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.multiple-select label input:checked ~ .checkmark::after {
  display: block;
}
.repeatable-container-wrapper {
  padding: 0 1.5rem 1rem;
  background-color: #f9f9f9;
}
.repeatable-container-wrapper:first-of-type {
  padding-top: 1.5rem;
  padding-right: 59px;
}
.repeatable-container-wrapper:last-of-type {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
}
.repeatable-container-wrapper [data-copy-button] {
  margin-bottom: 2rem;
}
.repeatable-container-wrapper [data-remove-button] {
  margin-bottom: 1rem;
  margin-left: 1rem;
}
.repeatable-container-wrapper .form-group {
  margin-bottom: 1rem;
}
.repeatable-container {
  padding: 0;
}
.repeatable-container-content {
  display: flex;
  align-items: flex-end;
}
.repeatable-container-content > *:first-child {
  flex-grow: 1;
}
.job-slider .slick-arrow::before {
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.job-slider .mediaelement {
  position: relative;
}
.job-slider .mediaelement figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 25em;
  background-color: #22a7f0;
  color: #fff;
  padding: 0.5em 1em;
  border-top-left-radius: 0.5em;
}
@media screen and (max-width: 767px) {
  .job-slider .mediaelement figcaption {
    position: static;
    max-width: none;
    border-radius: 0;
  }
}
@media screen and (min-width: 480px) {
  .job-slider .mediaelement-video {
    position: relative;
    left: 0;
    height: 0;
    padding-top: 31.25%;
  }
  .job-slider .mediaelement-video .plyr {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 50%;
    width: max-content;
    width: -moz-available;
    height: 100%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
  .job-slider .mediaelement-video video {
    width: auto;
    max-width: none;
  }
}
.modal-732-content, .modal-819-content {
  padding: 3em 2em;
}
@media screen and (max-width: 767px) {
  .modal-732-content, .modal-819-content {
    padding: 2.5em 1.5em;
  }
}
.second-modal-btn-wrapper {
  text-align: center;
}
@media screen and (max-width: 991px) {
  .second-modal-btn-wrapper {
    display: none;
  }
}
.job-company-desc-box {
  position: relative;
  margin: 2.5em 0;
  padding: 1em 0;
  color: #fff;
  z-index: 1;
}
.job-company-desc-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  margin: 0 -9999rem;
  padding: 0 9999rem;
  background: #22a7f0;
  z-index: -1;
}
.job-company-desc-box p:last-child {
  margin-bottom: 0;
}
.news-text-wrap h3 {
  font-size: 20px;
  font-weight: 500;
  margin-top: 2em;
}
.rxd-006-benefit-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.rxd-006-benefit {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 20rem;
  min-width: 30rem;
  padding: 2em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: help;
}
.rxd-006-benefit-title {
  margin-top: 1em;
  font-size: 1.5em;
  line-height: 1.5;
}
.rxd-006-benefit-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 2em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(34, 167, 240, 0.9);
  opacity: 0;
  color: #fff;
  font-size: 0.9em;
  text-align: center;
}
.rxd-006-benefit-text {
  margin-bottom: 0px;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: -webkit-transform 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 200ms cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.rxd-006-benefit-text:hover {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.rxd-006-benefit-col {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.3333333333%;
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
}
.rxd-006-benefit .rxd-006-benefit-overlay {
  visibility: hidden;
  -webkit-transition: visibility 0s, opacity 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: visibility 0s, opacity 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.rxd-006-benefit:hover .rxd-006-benefit-overlay {
  visibility: visible;
  opacity: 1;
}
.rxd-006-benefit:hover .rxd-006-benefit-overlay .rxd-006-benefit-text {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
@media screen and (max-width: 991px) {
  .rxd-006-benefit-col {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}
@media screen and (max-width: 479px) {
  .rxd-006-benefit-col {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.rxd-006-benefit > .material-icons {
  font-size: 3.5em;
}
.rxd-006-benefit .rxd-006-benefit-title {
  font-weight: 700;
}
.text-icon-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding: 1em 1.2em 1.5em;
  border: 2px solid var(--text-icon-card-color, #000);
}
.text-icon-card__header {
  text-align: center;
}
.text-icon-card__icon {
  width: 8.575rem;
  height: 8.575rem;
  border: 2px dotted var(--text-icon-card-color, #000);
  border-radius: 50%;
  background-position: 50% 50%;
  background-size: 60%;
  background-repeat: no-repeat;
}
.text-icon-card__hashtags {
  margin-top: auto;
  color: #f0ad4e;
}
.jobs-teaser-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.jobs-teaser-col {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
}
.jt-image {
  padding-bottom: 100%;
  background-color: #ddd;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.jobs-teaser-message {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1em 2em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  background-color: #eee;
  text-align: center;
}
.jt-header {
  margin-top: 0;
  font-weight: 300;
  text-align: center;
}
.btn-job {
  font-size: 1.75rem;
}
@media screen and (max-width: 1200px) {
  .jobs-teaser-col {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
  .jobs-teaser-message {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}
@media screen and (max-width: 767px) {
  .jobs-teaser-col {
    -webkit-flex-basis: 33.3333333333%;
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
  }
  .jobs-teaser-message {
    display: block;
    padding-top: 2.5em;
    padding-bottom: 2.5em;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .jt-header {
    font-size: 2.5rem;
  }
  .btn-job {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 479px) {
  .jobs-teaser-message {
    padding: 1.5em;
  }
}
.brevo-subscribe-form {
  position: relative;
  padding: 15rem 0;
  background-color: #eef1f4;
}
.brevo-subscribe-form[data-embed-unblock="true"] {
  padding: 0;
  background-color: transparent;
}
.brevo-subscribe-form[data-show="true"] .sib-form {
  display: block;
}
.brevo-subscribe-form .sib-form {
  display: none;
  padding: 0;
  text-align: center;
}
.brevo-subscribe-form .sib-container {
  max-width: 540px;
  border-radius: 3px;
  border: 3px solid #22a7f0;
}
.cc_text_component h2 {
  padding: 0;
  margin: 0 0 0.75em;
  font-size: 2rem;
  font-weight: 700;
  border: none;
}
.embed {
  background-color: #eee;
}
.cc_embed_gmaps {
  background-image: url(../../Public/Images/map-bg.jpg);
  background-size: cover;
}
.cc-btn:hover, .cc-btn:focus {
  text-decoration: none;
}
.checkbox + .checkbox {
  margin-top: 10px;
}
form textarea {
  min-height: 150px;
  resize: vertical;
}
form legend {
  border: none;
}
form h3 {
  margin-top: 1rem;
  padding: 0;
  font-size: 18px;
}
.form-field-header {
  margin: 0;
  font-size: 18px;
}
[class*="info-attendance"] {
  display: none;
  background-color: #eef1f4;
  max-width: 30em;
  padding: 1em;
  margin-bottom: 1em;
}
[class*="info-attendance"][data-show="true"] {
  display: block;
}
[class*="info-attendance"] p:last-child {
  margin-bottom: 0;
}
.slick-slider .slick-next, .slick-slider .slick-prev {
  width: 15%;
  height: 40px;
  min-width: 75px;
}
@media screen and (max-width: 479px) {
  .slick-slider .slick-next::before, .slick-slider .slick-prev::before {
    font-size: 25px;
  }
}
.tx-kesearch-pi1 #kesearch_results .result-list-item .hit {
  color: #F17D25 !important;
}
.text-hashtag {
  color: #2caed9;
}
svg .hero-nav-link ~ polygon:last-child {
  transform-box: fill-box;
  transform-origin: 50% 50%;
  animation: rotate 16s infinite linear;
  -webkit-animation: rotate 16s infinite linear;
  animation-play-state: paused;
}
svg .hero-nav-link path {
  transform-box: fill-box;
  transform-origin: 50% 50%;
  transition: transform 3s ease;
  -webkit-transition: transform 3s ease;
  -moz-transition: transform 3s ease;
  -ms-transition: transform 3s ease;
  -o-transition: transform 3s ease;
}
svg .hero-nav-link:hover ~ polygon:last-child {
  animation-play-state: running;
}
svg .hero-nav-link:hover path {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
svg .hero-nav-link circle {
  fill: transparent;
}
svg #Ebene_2, svg #Ebene_3, svg #Ebene_4 {
  transition: opacity 0.4s ease;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
}
svg #Ebene_2.transparent, svg #Ebene_3.transparent, svg #Ebene_4.transparent {
  opacity: 0.5;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}
.news-search-form-wrapper {
  display: flex;
  align-items: flex-end;
}
.news-search-form-wrapper > input {
  padding: 1.5em;
  border-radius: unset;
  border-color: #eee;
}
.news-search-form-wrapper > div {
  flex-grow: 1;
  margin-bottom: 0;
  margin-right: 1em;
  text-align: center;
}
.news-search-form-wrapper > div > label {
  margin-bottom: 0.4em;
  font-size: 18px;
  font-weight: 500;
}
.news-search-form-wrapper > div > input {
  display: block;
  width: 100%;
  padding: 1.5em;
  border: 1px solid #eee;
  color: #555;
}
.news-search-form-wrapper > div > input:focus {
  outline: 0;
  border-color: #bbb;
}
@media screen and (max-width: 767px) {
  .news-search-form-wrapper > input {
    padding: 1em;
  }
  .news-search-form-wrapper > div > input {
    padding: 1em;
  }
}
/* Navigation */
.menu ul {
  justify-content: space-evenly;
}
/* Hero SVG */
.hero-svg {
  display: block;
}
/* Videos */
:root {
  --plyr-color-main: #22a7f0;
}
.plyr video {
  position: relative;
}
.plyr__poster {
  background-size: cover;
}
.video-responsive {
  position: relative;
  padding-top: 56.25%;
  /* 16:9 */
  height: 0;
  overflow: hidden;
  background-color: #222;
}
.video-responsive iframe, .video-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-responsive .embed {
  position: static;
}
/* go_maps_ext */
.js-gme-preview {
  position: relative;
  padding: 15em 0;
  background-color: #eee;
}
