.column {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0.1px;
}

.columns.is-centered {
  justify-content: center;
}
.columns.is-mobile {
  display: flex;
}
.columns.is-mobile > .column.is-full {
  flex: none;
  width: 100%;
}
.columns.is-mobile > .column.is-one-third {
  flex: none;
  width: 33.3333%;
}
.columns.is-mobile > .column.is-one-fifth {
  flex: none;
  width: 20%;
}
.columns.is-multiline {
  flex-wrap: wrap;
}

@media screen and (min-width: 769px), print {
  .column.is-full {
    flex: none;
    width: 100%;
  }
  .column.is-one-third {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-fifth {
    flex: none;
    width: 20%;
  }
  .columns:not(.is-desktop) {
    display: flex;
  }
}
#karriere {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
#karriere .karriere__topBar {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}
#karriere .karriere__topBar .column .columns {
  width: 100%;
}
@media screen and (min-width: 769px), print {
  #karriere .column.is-one-third {
    width: 33.3333% !important;
    margin: unset !important;
  }
}

.around .columns {
  align-content: space-between;
}

.columns.details__header {
  padding: 1rem;
}
@media screen and (max-width: 768px) {
  .columns.details__header {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}

.column.is-15 {
  display: flex;
  width: 100%;
}
.column.is-15 .button {
  width: 100%;
}
.column.is-15 .dropdown {
  width: 100%;
}

.filter__column.column {
  gap: 1.5rem;
  min-width: 200px;
}
@media screen and (width <= 768px) {
  .filter__columns.columns {
    display: flex;
    flex-direction: column-reverse;
  }
}

.details__column--white {
  background: white;
}

.filters__column {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 0.25rem;
}
@media screen and (max-width: 768px) {
  .filters__column {
    display: block;
  }
}

.filter__columns {
  gap: 0.25rem;
}

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

.page-footer {
  background-color: #cee4f8;
  color: #000;
  margin-top: 5rem;
  padding: 2.5rem 2.25rem;
}
@media (min-width: 576px) {
  .page-footer {
    padding: 4rem 2rem;
  }
}
@media (min-width: 1200px) {
  .page-footer {
    padding: 5rem 4rem;
  }
}
.page-footer__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 120rem;
  width: 100%;
}
.page-footer__newsletter {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  .page-footer__newsletter {
    flex-direction: row;
  }
  .page-footer__newsletter > * {
    flex: 0 1 50%;
  }
}
.page-footer__newsletter-title {
  color: white !important;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.4;
  margin: 0 0 1.5rem;
}
.page-footer__newsletter-content p {
  color: inherit;
  font-size: 1rem;
  letter-spacing: 0.00625rem;
  line-height: 1.5;
  margin: 0;
  max-width: 36rem;
}
.page-footer__newsletter-button {
  align-items: center;
  align-self: flex-start;
  background-color: #0078be !important;
  color: #fff !important;
  display: inline-flex;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 0.75rem 1.25rem;
  text-decoration: none;
  transition: background-color 0.2s ease-in-out;
}
@media (min-width: 1024px) {
  .page-footer__newsletter-button {
    align-self: flex-start;
    justify-content: center;
    margin-left: auto;
  }
}
.page-footer__newsletter-button:hover, .page-footer__newsletter-button:focus {
  background-color: #6bb1d9 !important;
  color: #fff !important;
  text-decoration: none;
}
.page-footer__body {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  justify-content: space-between;
  padding-bottom: 4rem;
  padding-top: 4rem;
}
@media (min-width: 1024px) {
  .page-footer__body {
    flex-direction: row;
  }
  .page-footer__body > * {
    flex: 0 1 50%;
  }
}
.page-footer__logo {
  display: inline-flex;
  height: 30px;
  width: 79px;
}
.page-footer__logo img {
  display: block;
  height: auto;
  width: 100%;
}
.page-footer__menus {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media (min-width: 576px) {
  .page-footer__menus {
    flex-direction: row;
  }
}
.page-footer__menu-column {
  max-width: 15.25rem;
  width: 100%;
}
.page-footer__menu-title {
  color: white !important;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.00625rem;
  line-height: 1.5;
  margin: 0 0 1rem;
}
.page-footer__menu-list, .page-footer__legal-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-footer__menu-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.page-footer__menu-list li {
  margin: 0;
}
.page-footer__menu-list a,
.page-footer__menu-list span {
  color: white !important;
  display: inline-block;
  font-size: 1rem;
  letter-spacing: 0.00625rem;
  line-height: 1.5;
}
.page-footer__menu-list a {
  text-decoration: none;
}
.page-footer__menu-list a:hover, .page-footer__menu-list a:focus {
  text-decoration: underline;
}
.page-footer__bottom {
  border-top: 1px solid #000;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding-top: 2rem;
}
@media (min-width: 1024px) {
  .page-footer__bottom {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
  }
}
.page-footer__legal {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 1024px) {
  .page-footer__legal {
    align-items: center;
    flex-direction: row;
  }
}
.page-footer__legal p {
  font-size: 0.875rem;
  letter-spacing: 0.003125rem;
  line-height: 1.5;
  margin: 0;
}
.page-footer__legal-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
@media (min-width: 1024px) {
  .page-footer__legal-list {
    flex-wrap: nowrap;
    gap: 1.5rem;
  }
}
.page-footer__legal-list li {
  margin: 0;
}
.page-footer__legal-list li a strong {
  color: white !important;
}
.page-footer__legal-list a {
  color: white !important;
  font-size: 0.875rem;
  letter-spacing: 0.003125rem;
  line-height: 1.5;
  text-decoration: none;
}
.page-footer__legal-list a:hover, .page-footer__legal-list a:focus {
  text-decoration: underline;
}
.page-footer__socials {
  display: flex;
  gap: 1.25rem;
}
.page-footer__social-link {
  align-items: center;
  display: inline-flex;
  height: 1.5rem;
  justify-content: center;
  width: 1.5rem;
}
.page-footer__social-link img {
  display: block;
  height: 100%;
  object-fit: contain;
  width: 100%;
}
.page-footer--ag {
  background-color: #003869;
  color: #fff;
}
.page-footer--ag .page-footer__bottom {
  border-top-color: #fff;
}

.karriere-no-scroll {
  overflow: hidden;
}

.icon--2xl {
  font-size: 1.75rem;
}

.karriere__mainContainer {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.karriere__greyed {
  color: #cccccc !important;
}
.karriere__greyed .checkmark.karriere__greyed {
  border-color: #cccccc !important;
}

#karriere {
  margin-top: 4rem;
}
#karriere .sticky {
  position: sticky;
  top: 0;
  z-index: 4;
}
#karriere .sticky__details {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 0.1px;
}
#karriere .sticky__details .column {
  padding: 0.1px !important;
  height: 100%;
}
@media screen and (min-width: 1216px) {
  #karriere .sticky__details {
    position: sticky;
    top: 4rem;
    z-index: 4;
    overflow-x: auto;
    height: calc(100vh - 4rem);
  }
  #karriere .sticky__details.static {
    display: block;
    position: static;
    overflow: visible;
  }
}
@media screen and (max-width: 768px) {
  #karriere {
    margin-top: 1rem;
  }
}

.img-buttons {
  display: flex;
  justify-content: end;
  flex-direction: row;
  gap: 0.5rem;
  padding-left: 0.5rem;
}
@media screen and (width <= 768px) {
  .img-buttons {
    flex: 0 0 auto;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    flex-direction: column-reverse;
    justify-content: space-between;
  }
}

.sort__bar .button.share__filters,
.sort__bar button {
  border: 2px solid;
}
.sort__bar .dropdown-menu,
.sort__bar .dropdown-content {
  padding-top: 0;
  top: 75%;
  width: 0;
  min-width: 0;
  left: 0;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
.sort__bar .dropdown-menu .dropdown-content {
  width: 135px;
}
@media screen and (width <= 768px) {
  .sort__bar {
    display: flex;
    flex-wrap: nowrap;
    justify-content: end;
  }
  .sort__bar button {
    margin-bottom: 1rem;
  }
  .sort__bar .dropdown {
    margin-left: 1rem;
    width: unset;
  }
}
.sort__bar button {
  color: #003869;
  font-weight: bold;
  border-color: #003869;
  height: 48px;
  border-radius: 5px;
}
.sort__bar button:hover {
  border-color: #003869;
}
.sort__bar .dropdown-content .dropdown-item {
  color: #003869;
}
.sort__bar .dropdown-content .dropdown-item:hover {
  background-color: rgba(90, 166, 231, 0.2);
}

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

.is-loading {
  background-image: url(c5cd7f5300576ab4c88202b42f6ded62.gif);
}

.is-centered {
  display: flex !important;
  justify-content: center;
}

@media screen and (width <= 768px) {
  .sticky {
    padding: 0.75rem 0.75rem 0.75rem 0;
  }
}

.reset {
  position: absolute;
  cursor: pointer;
  z-index: 10;
  padding: 10px;
  left: 95%;
}

.submit-overlay {
  z-index: 25;
  height: auto !important;
  top: 0;
}

@media screen and (width >= 768px) {
  .like__dropdown {
    max-width: 220px;
  }
}
@media screen and (max-width: 1023px) {
  .like__dropdown {
    gap: 1rem;
  }
}

.karriere__btn {
  height: 34px !important;
  width: 225px !important;
}
.karriere__btn--small {
  height: 34px !important;
  width: 174px !important;
}
.karriere__btn--wide {
  height: 45px !important;
  width: 225px !important;
}

.details__mainContainer {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media screen and (width >= 768px) and (width <= 1216px) {
  .details__mainContainer {
    padding-top: 1.5rem;
  }
}
.details__full .details__contact .contact {
  padding-top: 0;
}
.details__full .details__contact .contact a.contact__button {
  margin-left: 5%;
}
.details__full .details__contact .contact__image-box {
  top: 2rem;
}
.details__full .details__contact .contact__items {
  margin-top: 3rem;
  padding-right: 60px;
  margin-left: 10%;
}
.details__full .details__contact .contact__details {
  margin-right: 10%;
  margin-top: 4rem;
  padding-left: 60px;
}
.details__full.container {
  width: 100%;
  max-width: unset;
}
.details__headline {
  display: flex;
}
@media screen and (max-width: 768px) {
  .details__headline {
    width: 100%;
    height: auto;
  }
}
.details__headline--header {
  width: 100%;
}
.details__headline--header h1 {
  width: 100%;
}
.details__header {
  background-color: #f5f5f5;
}
.details__header .close-icon {
  display: flex;
  justify-content: end;
  margin-left: auto;
  cursor: pointer;
  margin-bottom: 1rem;
  color: #003869;
  font-size: 1.5rem;
}
@media screen and (width <= 768px) {
  .details__header .close-icon {
    margin-bottom: 0px;
  }
}
.details__header .single-job__like {
  margin-right: 0px;
}
.details__header .single-job__like .details__liked {
  background-color: #fbd200;
  border: none;
}
.details__header .single-job__like figure {
  margin-right: 0px;
  border: #fbd200 solid 2px;
  background-color: transparent;
}
.details__header .single-job__share {
  margin-right: 10px !important;
  padding-top: 0;
}
@media screen and (width <= 768px) {
  .details__header .single-job__share {
    margin-right: 0px !important;
  }
}
.details__header h1,
.details__header h2,
.details__header h3,
.details__header h4,
.details__header h5 {
  word-wrap: break-word;
  hyphens: auto;
  -webkit-hyphens: auto;
  color: #003869;
  font-size: 1.25rem;
  font-weight: 600;
}
.details__header--blue {
  padding: 10px;
  background-color: #003869;
  color: #f5f5f5;
}
.details__header--blue h1,
.details__header--blue h2,
.details__header--blue h3,
.details__header--blue h4,
.details__header--blue h5 {
  color: white;
  font-size: 20px;
  font-weight: 600;
}
.details__header h1 {
  font-size: 2rem;
}
.details__header h2 {
  padding: 10px;
}
.details__header--icon {
  display: inherit;
  margin-left: auto;
  height: 45px;
  width: 45px;
  padding: 5px;
  background-color: white;
  fill: #003869;
}
.details__header--icon--nobg {
  padding: 0;
  background-color: transparent;
}
.details__header--icon .fa-arrow-left {
  height: 45px;
  width: 45px;
}
.details__header--icon svg {
  cursor: pointer;
}
@media screen and (width <= 768px) {
  .details__header--icon {
    display: none;
  }
}
.details__header--icon img {
  cursor: pointer;
  background-color: white;
  padding: 10px;
  margin-top: -50%;
}
.details__info {
  margin-top: 2rem;
  color: #003869;
}
@media screen and (width <= 450px) {
  .details__info {
    margin-top: 0;
  }
  .details__info .flex:last-of-type {
    margin-bottom: 1rem !important;
  }
  .details__info .flex {
    margin-bottom: 0 !important;
  }
}
.details__info .text {
  margin-top: 1rem;
}
.details__info h3 {
  font-size: 1rem;
  font-weight: 600;
}
.details__container {
  padding-bottom: 1rem;
}
@media screen and (width <= 768px) {
  .details__container {
    background: white;
    padding-bottom: 1rem;
  }
}
.details__buttons {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  gap: 1rem;
  margin-top: 1rem;
}
.details__buttons--headline {
  display: flex;
  justify-content: end;
}
@media screen and (max-width: 768px) {
  .details__buttons--headline .details__button {
    width: 100%;
  }
}
.details__button--white {
  background-color: white !important;
  color: #5aa6e7 !important;
  border: 1px solid #5aa6e7 !important;
}
.details__button--headline {
  font-weight: 800 !important;
  border-radius: 0;
}
.details__button--headline .details__button--headline {
  width: 100%;
}

@media screen and (width <= 768px) {
  .details__button {
    text-align: center;
    height: 45px !important;
    width: calc(100% - 2rem);
  }
  .details__button--white {
    height: 45px !important;
  }
  .details__button a {
    width: 100% !important;
  }
}
.details__hIcons {
  margin-bottom: 1rem;
  align-items: start;
  display: flex;
  justify-content: end;
  flex-direction: row;
}
@media screen and (max-width: 768px) {
  .details__hIcons .single-job__share {
    margin-left: 0;
  }
  .details__hIcons .single-job__like {
    margin-left: 0;
  }
}
@media screen and (width <= 768px) {
  .details__hIcons {
    flex-direction: row-reverse;
    gap: 2rem;
    align-items: flex-end;
    margin-top: 0;
    margin-bottom: 1rem;
  }
  .details__hIcons .single-job__like {
    margin-top: 1rem;
  }
}
.details__ul-list {
  color: #003869;
}
.details__ul-list p {
  color: #003869 !important;
  font-size: 16px !important;
  padding: 10px;
  word-wrap: break-word;
  hyphens: auto;
}
.details__ul-list h1 {
  font-size: 32px;
}
.details__ul-list h2 {
  padding: 10px;
}
.details__ul-list ul {
  list-style-type: disc;
  padding: 0 0 20px 20px;
}
.details__ul-list ul li {
  word-wrap: break-word;
  hyphens: auto;
  margin-bottom: 10px;
}
.details__ul-list ul ul {
  padding-bottom: 0;
  padding-top: 10px;
}
.details__ul-list ul ul li:last-child {
  padding-bottom: 0;
}
.details__contact .contact {
  margin-left: 1rem;
  margin-right: 1rem;
}
.details__contact .contact__button .icon {
  margin-right: 2.5rem;
}
@media screen and (width <= 450px) {
  .details__contact {
    border: none;
  }
  .details__contact .contact__button .icon {
    margin-right: 0.5rem;
  }
}
@media screen and (width <= 768px) {
  .details__opened {
    position: fixed !important;
    z-index: 22;
    overflow: scroll;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: white;
  }
}
.details__column--white {
  margin-top: 0px !important;
  background: white;
}
.details__columns--full.px-3 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.details__navUp {
  position: fixed;
  padding: 10px;
  bottom: 1rem;
  right: 1rem;
  right: 10px;
  z-index: 2;
  height: 45px;
  width: 45px;
  background-color: rgba(90, 166, 231, 0.4);
  border-radius: 50%;
  cursor: pointer;
}
.details__navUp img {
  height: 100%;
  width: 100%;
  opacity: 100%;
}

@media screen and (width <= 768px) {
  .karriere__overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 22;
    background-color: rgba(0, 56, 105, 0.6);
  }
}

.bordered {
  border: solid;
}

.info {
  display: inline-block;
}

.flex {
  display: flex;
}

.contact__items, .contact__details {
  margin-bottom: 0;
}
.contact__karriere a, .contact__details a {
  align-items: center;
}
.contact__karriere {
  justify-content: start;
  align-items: baseline;
}
.contact__karriere a:first-of-type {
  margin-right: 3rem !important;
}

.box__image {
  border-radius: 60%;
  margin: auto;
}

.btn-center {
  margin: auto;
  flex-grow: 0;
  padding: 0;
  width: auto !important;
}

.btn__container {
  height: 45px !important;
}

#karriere .search__button.button {
  border-radius: 0px 5px 5px 0px;
  border-left: none;
  color: #003869;
  padding: 0;
  width: 100%;
  height: 50px;
  border-color: #003869;
  border-width: 3px;
  font-weight: bold;
}
#karriere .search__button.button:hover {
  color: hsl(221, 14%, 100%);
  background-color: #003869;
  border-color: #003869;
  text-decoration: underline;
}
#karriere .search__input.input {
  height: 100%;
  font-weight: bold;
  max-width: unset;
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 5px 0px 0px 5px !important;
  border: 3px solid #003869 !important;
}
#karriere .search__icon {
  position: absolute;
  z-index: 9;
  width: 40px;
  height: 40px;
  margin: 5px;
  padding: 5px;
}
@media screen and (width <= 450px) {
  #karriere .search__icon {
    border-radius: 30%;
    margin: 0;
    margin-left: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
}
#karriere .search__box {
  height: 50px;
}

.like-star {
  display: inline-block;
  height: 55px;
  width: 55px;
  margin: 0;
  background-repeat: no-repeat;
}

.likes-dropdown {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .likes-dropdown {
    margin-top: 1.5rem;
  }
}
.likes-dropdown.is-active {
  display: inline-flex;
  position: relative;
  vertical-align: top;
}
.likes-dropdown.is-active.dropdown-menu {
  display: block !important;
}
.likes-dropdown .likes__mainButton.button {
  background-color: transparent;
  color: #003869 !important;
  border: 3px solid #003869;
}
.likes-dropdown .button {
  border: none;
  background-color: #003869;
  color: white !important;
  height: 50px;
  width: 100%;
  border-radius: 10px;
}
.likes-dropdown .button:not(:active) {
  color: white;
}
.likes-dropdown .button.lPanel__button {
  background-color: #fbd200 !important;
}
.likes-dropdown .button:hover {
  color: white;
}
.likes-dropdown .dropdown-trigger {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .likes-dropdown .dropdown-menu {
    z-index: 21;
  }
}

.filter__dropdown {
  width: 100%;
  height: 50px;
  margin-bottom: 0.25rem;
}
.filter__dropdown .dropdown-content,
.filter__dropdown .dropdown-menu {
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  padding-top: 0;
  left: 0;
}
.filter__dropdown .dropdown-content {
  overflow-y: auto;
  max-height: 370px;
}
.filter__dropdown .dropdown-trigger {
  width: 100%;
}
.filter__dropdown label.dropdown-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 1rem;
  padding-left: 2rem;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  height: auto;
  hyphens: auto;
  word-break: break-word;
  line-height: 2;
}
.filter__dropdown label.dropdown-item input[type=checkbox] {
  opacity: 0;
  appearance: none;
}
.filter__dropdown label.dropdown-item:has(input:checked) .checkmark {
  background-color: #003869;
}
.filter__dropdown label.dropdown-item:has(input:checked) .checkmark::after {
  content: "L";
  font-size: 24px;
  top: -25%;
  left: 20%;
  transform: rotate(45deg) scaleX(-1);
  color: white;
  position: relative;
}
.filter__dropdown label.dropdown-item .checkmark {
  display: flex;
  justify-content: center;
  height: 35px;
  width: 35px;
  flex-shrink: 0;
  background-color: white;
  border: 2px solid #003869;
  margin-right: 0.5rem;
  border-radius: 20%;
}
.filter__dropdown .dropdown-menu {
  width: 100%;
}
.filter__dropdown .button {
  justify-content: start;
  width: 100%;
  border: solid #003869 3px;
  height: 100%;
  border-radius: 10px;
}
.filter__dropdown .button span.icon.arrow {
  margin-left: auto !important;
}
.filter__dropdown .button span {
  font-weight: bold;
  color: #003869;
}
.filter__dropdown .button .icon.is-small.squared {
  margin-right: auto !important;
  margin-left: 0.5rem;
}
.filter__dropdown .button:hover {
  border-color: #5aa6e7;
}

.square {
  height: 100%;
  width: 100%;
  background-color: #003869;
  border-radius: 20%;
}

.minus {
  position: relative;
  left: 7px;
}

.filters {
  display: flex;
  justify-content: space-between;
  color: #003869;
  width: auto;
  background-color: white;
  border: none;
  cursor: pointer;
  align-items: center;
  margin: 5px;
  min-width: 100px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.3);
  height: 40px;
  padding: 10px;
  padding-right: 20px;
  margin-left: 10px;
  margin-right: 1px;
  border-radius: 0.5rem;
}
.filters--oppened__container {
  padding-right: 0.25rem;
  z-index: 1;
}
.filters__clear {
  border: 2px solid #002b55;
  padding: 0px;
  margin-left: 0;
  width: 150px;
  padding-right: 10px;
}
.filters__clear:hover {
  color: #002b55;
}
.filters__clear span {
  margin-right: 10px;
}
@media screen and (width <= 768px) {
  .filters__closed {
    display: none !important;
  }
}
.filters__column {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .filters__column {
    display: block;
    padding-right: 0.25rem;
  }
}

.checkbox.dropdown-item:hover {
  background-color: rgba(90, 166, 231, 0.2);
  color: black;
}
.checkbox.dropdown-item:hover.karriere__greyed {
  border-color: #cccccc !important;
}

@media screen and (max-width: 1216px) {
  .hidden {
    display: none !important;
  }
  .hidden-details {
    display: block;
    position: absolute;
    left: -150vw;
  }
}

.arrow-button.arrow-button--darkcyan-white-large {
  height: 30px;
  width: 200px;
}
.arrow-button.arrow-button--darkcyan-white-large .icon {
  color: #002b55 !important;
}
.arrow-button.arrow-button--darkcyan-white .icon {
  color: #002b55 !important;
}
.arrow-button.arrow-button--yellow-blue {
  color: #002b55;
}
.arrow-button.arrow-button--yellow-blue .icon {
  color: #fbd200 !important;
}

.btn-box {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.btn-box a {
  width: auto !important;
  height: 1.5rem;
  font-weight: 100;
}
@media screen and (max-width: 768px) {
  .btn-box a {
    width: auto !important;
  }
}

.reset-icon {
  cursor: pointer;
  color: #002b55;
}
@media screen and (width >= 768px) {
  .reset-icon {
    display: none !important;
  }
}

@media screen and (width <= 450px) {
  .mr-3.linkedin-logo {
    margin-right: 4rem !important;
  }
}

.button__filters--bar.button {
  width: 100%;
  height: 50px;
  border: none;
  border-bottom: 4px solid #003869;
  border-radius: 0;
  margin-right: 0.5rem;
  display: flex;
  justify-content: space-around;
}
.button__filters--bar.button svg {
  fill: white;
  color: white;
  background-color: #003869;
  height: 30px;
  width: 30px;
  margin: 5px;
  padding: 2px;
  border-radius: 5px;
}
.button__filters.button {
  background-color: #002b55;
  color: white !important;
  height: 50px;
  width: 100%;
  border-radius: 10px;
  display: flex;
  justify-content: space-around;
}
@media screen and (width > 768px) {
  .button__filters.button {
    display: none;
  }
}
.button__filters.button svg {
  fill: white;
  height: 30px;
  margin-top: -5px;
  width: 30px;
}
.button__filters.button:hover {
  background-color: #002b55;
  color: white;
  text-decoration: underline;
}

.share__overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 23;
  background-color: rgba(0, 56, 105, 0.6);
}
.share__overlay.hidden {
  display: none !important;
}

.application__overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 23;
  background-color: rgba(0, 56, 105, 0.6);
}

.dropdown.is-hoverable.no-hover:hover:not(.is-active) .dropdown-menu {
  display: none;
}

.spinner__overlay {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  background-image: url("/css/images/spinner.svg");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 999;
  background-size: 40px 40px;
  position: absolute;
  top: 0;
  left: 0;
}

.search__box {
  position: relative;
}

.search__input {
  padding-right: 2.5rem;
}

.search__clear {
  position: absolute;
  top: 50%;
  right: 0.75rem;
  transform: translateY(-50%);
  border: 0;
  background: transparent;
  color: #7a7a7a;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search__clear svg {
  height: 24px;
  width: 24px;
  color: #003869;
}

.no-grow {
  flex-grow: 0;
}
.single-job {
  background-color: #f5f5f5;
  padding: 30px;
  position: relative;
}
.single-job__overlay {
  background-color: rgba(0, 0, 0, 0.1);
  height: 100%;
  width: 100%;
  background-image: url("/css/images/spinner.svg");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 999;
  background-size: 40px 40px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .single-job {
    padding: 1rem;
  }
  .single-job .columns {
    display: flex;
    flex-direction: row;
  }
}
.single-job__hidden {
  display: none !important;
}
.single-job__like {
  display: flex;
  justify-content: end;
  flex-direction: row;
  height: 35px;
  margin-right: 1rem;
  z-index: 9;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .single-job__like {
    margin-right: 0;
    margin-left: auto;
  }
}
.single-job__like p {
  margin-right: 10px;
}
.single-job__like figure {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  background-color: #fbd200;
  color: #003869;
  font-weight: 800;
  z-index: 9;
}
.single-job__like figure.yellow-fav {
  background-color: transparent;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  border: 2px solid #fbd200;
}
.single-job__like figure.yellow-fav img {
  height: 100%;
  width: 100%;
}
.single-job__like figure .offer_liked {
  margin-right: 0.75rem;
}
.single-job__share {
  display: flex;
  justify-content: end;
  z-index: 9;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .single-job__share {
    margin-left: auto;
  }
}
.single-job__share figure {
  cursor: pointer;
}

.job {
  margin-left: 20px;
  margin-top: 10px;
}
.job__column:hover hr {
  transition-delay: 100ms;
  transition-duration: 500ms;
  width: 100%;
}
.job__headline {
  color: #003869;
  font-size: 1.5rem;
  font-weight: 700;
  cursor: pointer;
  word-break: break-word;
  hyphens: auto;
}
@media screen and (max-width: 768px) {
  .job__headline {
    margin: 1rem;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 768px) {
  .job p {
    font-size: 14px;
  }
}
.job__type {
  color: #5aa6e7;
  margin-left: 10px;
}
.job__hrHovered {
  background-color: #fbd200;
  height: 12px;
  width: 60%;
  margin: 0;
}
.job__container h1,
.job__container h2,
.job__container h3,
.job__container h4,
.job__container h5 {
  color: #003869;
  font-size: 20px;
  font-weight: 600;
}
.job__top_bar {
  margin-top: 1rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.job__top_bar h1 {
  min-width: 155px;
}

.contact__subline {
  margin-bottom: 0.25rem !important;
}
.contact__headline {
  margin-bottom: 0.75rem;
}
.dropdown-menu{width:700px;max-width:1200px;margin:0 auto;background-color:#fff}@media screen and (width <= 769px){.likes-dropdown.is-right.dropdown .dropdown-menu{position:absolute;left:4%;top:100%;transform:translate(-4%, 0%);width:88vw}}.likes__counter{position:absolute;display:flex;align-items:center;justify-content:center;height:40px;width:40px;background-color:#fbd200;color:#003869;border:3px solid #003869;border-radius:9999px;z-index:1;right:0;transform:translate(50%, -40%)}.likes__counter p{font-weight:bold;font-size:18px}.likes__single{display:flex;flex-direction:row;padding-top:1rem}.likes__container{display:flex;flex-direction:column;padding-left:16px;padding-right:16px;border:1px solid #000;min-height:800px}.likes__container.is-empty{min-height:auto}.likes__container.is-empty p{color:#003869;font-size:1.5rem}@media screen and (width <= 769px){.likes__container{border:none}}.likes__container .lPanel:last-child{padding-bottom:1rem}.likes__header h2{font-size:20px;color:#003869;font-weight:bold}.likes__header--topBar{display:flex;flex-direction:row;align-items:center;justify-content:space-between;margin-top:1rem;margin-bottom:1rem}.likes__header--topBar .top-column{display:flex;align-items:center}.likes__header--topBar .top-icon{z-index:22}.likes__header--topBar .top-icon svg{cursor:pointer;font-size:3em;color:#003869}.likes__header--topBar img{background-color:#003869;border-radius:20%;margin-right:1.5rem;height:45px;width:45px}.likes__header hr{margin-top:.75rem;margin-bottom:1rem;background-color:#003869;border-radius:30%}.lPanel .xmark svg{font-size:26px}.lPanel:hover .lPanel__image{background-color:#f5f5f5;box-shadow:-3px 0 0 0 #fbd200 inset}.lPanel:hover .lPanel__image svg{color:#fbd200}.lPanel p{font-size:18px;color:#003869}.lPanel h3{font-size:18px;color:#002b55}.lPanel__image{background-color:#fbd200;display:flex;align-items:center}.lPanel__image svg{height:45px;width:45px;color:#fff}.lPanel__headline{display:flex;align-items:center;justify-content:space-between}.lPanel__headline svg{font-size:2rem;color:#003869;cursor:pointer}.lPanel__text{display:flex;flex-direction:column;background-color:#f5f5f5;width:100%;padding-left:1rem;padding-top:1rem;padding-right:1rem}.lPanel__text:last-child{padding-bottom:1rem}.lPanel__text .pFilters{display:flex;flex-wrap:wrap;margin-top:1rem;margin-bottom:1rem}.lPanel__text .pFilters p{font-size:16px}.lPanel__text .pFilters p:not(:first-child){margin-left:10px}.lPanel__text .bold{font-weight:bold}.lPanel__search{display:flex;justify-content:space-between;align-items:center;min-height:50px}.lPanel__search p{cursor:pointer;font-size:14px}.lPanel__button{width:220px !important}.lPanel__button span.icon{font-size:26px}.lPanel__navigation{display:flex;justify-content:center;color:#003869;font-weight:bold;font-size:18px;padding-top:1rem;margin-top:auto;margin-bottom:1rem}.lPanel__navigation p{cursor:pointer}.lPanel__navigation p:not(:first-child){padding-left:1rem}.lPanel__navigation p.active{text-decoration:underline}
.details__box{height:100%}.details__box a{height:34px !important;width:174px}@media screen and (width <= 769px){.details__box{display:flex;flex-direction:column}}@media screen and (width <= 769px){.details__box{outline:none;background:#fff;text-align:center}}.details__box h1,.details__box h2,.details__box h3,.details__box h4,.details__box h5{color:#003869}.details__box h1{font-weight:bold;font-size:1rem;margin:auto;margin-top:1rem;text-align:center}.details__box h2{font-family:Roobert;margin:auto;color:#003869;text-align:justify;font-size:.875rem}.details__box--image{border-radius:100px;width:95px;height:95px;overflow:hidden;margin:auto}.details__box--image figure img{width:100%}.details__box--small{align-content:space-between;display:flex}@media screen and (max-width: 768px){.details__box--small{margin:0 !important}.details__box--small h2{padding-left:1rem;padding-right:1rem}}.details__box--column{display:block;width:100%;padding-top:.5rem}.details__box--column h1{margin-bottom:0 !important;margin-top:1rem !important}.teaser__text{text-align:left;padding-bottom:0rem}.teaser__text ol{padding-left:1rem}.teaser__text ul{margin:12px 0 20px;list-style:none}.teaser__text ul li{padding-left:1.25rem;background-repeat:no-repeat;background-position:left 6px;background-image:url("/css/images/bullet-cyan.svg")}
.contact__thumbnail{height:120px;width:120px}.contact__thumbnail img,.contact__thumbnail figure{height:100%;width:100%;border-radius:100%;object-fit:cover}.contact__subline{margin-bottom:.25rem !important}.contact__details--karriere{display:flex;width:100%}.contact__detail--karriere{margin-bottom:.5rem;gap:.5rem;display:flex}@media screen and (max-width: 768px){.contact__detail--karriere{flex-direction:column;margin-top:1rem}}.contact__headline{margin-bottom:1.25rem;font-size:24px}.contact__section{align-items:center;width:100%;flex-direction:row;display:flex;justify-content:space-between}@media screen and (max-width: 768px){.contact__section{padding-bottom:1rem !important;flex-direction:column}}.contact__section.columns{margin-left:0;margin-right:0}.contact__section .section__thumbnail{display:flex;align-items:center;justify-content:space-evenly;width:100%}.contact__section .section__thumbnail .items__section{width:60%}@media screen and (max-width: 768px){.contact__section .section__thumbnail .items__section{padding-top:1rem !important;padding-bottom:1rem !important}}.details__contact{width:100%;padding:1rem !important}.details__contact--container{background-color:#fff}.section__socials{display:flex;justify-content:start;gap:2rem;margin-bottom:.5rem}.section__socials img{height:20px;width:20px}.section__buttons{display:flex !important;flex-flow:column wrap !important;align-items:start;max-width:40%;padding:1rem}@media screen and (max-width: 768px){.section__buttons{align-items:center;justify-content:center;max-width:unset}}.section__buttons a.contact__button{height:auto;width:auto}.section__buttons a.contact__button span{height:auto;min-height:30px;max-width:100%;white-space:normal}
.vertical-padding {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.vertical-padding--top {
  padding-bottom: 0;
}
.vertical-padding .field-container {
  margin-bottom: 1rem;
  position: relative;
}
.vertical-padding .xing-link input {
  border-left: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.vertical-padding .xing-link .xing-text {
  background-color: rgba(90, 166, 231, 0.2);
  color: #5aa6e7;
  font-weight: bold;
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  align-items: center;
  border-radius: 10px 0 0 10px;
  border: 1px solid #cccccc;
  border-right: none;
}

.top-padding {
  padding-top: 1rem;
}
.top-padding .field-container {
  margin-bottom: 1.25rem;
  position: relative;
}
.top-padding-sections .field-container {
  margin-bottom: 1.25rem;
  position: relative;
}
.top-padding-sections a {
  display: inline;
}

.field-error-message.column {
  position: relative;
  padding: 0;
}

.bold {
  font-weight: bold;
}

.inputs {
  display: flex;
  flex-direction: row;
}
.inputs .prefix {
  width: 20%;
}
.inputs .prefix .input__prefix {
  height: 100%;
  justify-content: center;
  border: 1px solid #cccccc;
}
.inputs span {
  width: 100%;
  display: flex;
  flex-direction: row;
}

.no-scroll {
  overflow-y: hidden !important;
}

.application__mainContainer {
  position: fixed;
  width: 745px;
  top: 5rem;
  left: 50%;
  transform: translateX(-50%);
  height: calc(100% - 0.5rem);
  overflow-y: auto;
  background-color: white;
  z-index: 25;
}
@media screen and (width <= 768px) {
  .application__mainContainer {
    width: calc(100% - 2rem);
    top: 4.5rem;
  }
}
.application__mainContainer .icon__container {
  display: flex;
  justify-content: flex-end;
  padding-top: 1rem;
  padding-right: 1rem;
}
.application__mainContainer .icon__container svg {
  font-size: 1.5rem;
  cursor: pointer;
}
.application__mainContainer h1,
.application__mainContainer h2,
.application__mainContainer h3,
.application__mainContainer h4,
.application__mainContainer h5,
.application__mainContainer h6 {
  color: #003869;
}
.application__mainContainer .subheadline {
  text-decoration: none;
}
.application__container {
  padding-left: 120px;
  padding-right: 120px;
}
@media screen and (width <= 768px) {
  .application__container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.application__container .top-padding a {
  display: unset;
}
.application__container h1 {
  font-size: 24px;
}
.application__container h2 {
  font-size: 20px;
}
.application__container p {
  font-size: 16px;
}
.application__container .input.file {
  height: 120px;
}
.application__container .file-container {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  background-color: rgba(90, 166, 231, 0.2);
  height: auto;
  padding: 60px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 1rem;
  position: relative;
  background-image: url("/css/images/dashed-frame.svg");
  border-radius: 20px;
  cursor: pointer;
  transition: background-color 0.18s ease, color 0.18s ease;
}
.application__container .file-container.drag-over {
  background-color: rgba(245.685483871, 249.9758064516, 253.6451612903, 0.72) !important;
  background-image: url("/css/images/dashed-frame.svg");
}
.application__container .file-container.drag-over .file-icon {
  fill: #003869;
}
.application__container .file-container.drag-over h1,
.application__container .file-container.drag-over p {
  color: #003869;
}
.application__container .file-container .file-icon {
  fill: #5aa6e7;
  height: 80px;
  width: 60px;
  transition: fill 0.18s ease;
}
.application__topBar {
  padding-top: 1rem;
  padding-bottom: 2rem;
}
.application__headline {
  background-color: rgba(90, 166, 231, 0.2);
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.application__headline h2 {
  font-weight: bold;
  opacity: 100%;
}
.application__buttons {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
  padding-bottom: 3rem;
}
@media screen and (width <= 768px) {
  .application__buttons {
    flex-direction: column-reverse;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
    gap: 1rem;
    align-items: center;
  }
  .application__buttons a {
    width: 100% !important;
  }
}
.application__buttons .arrowed {
  width: fit-content;
  flex-wrap: wrap;
  align-content: center;
  border: 2px solid #5aa6e7;
  padding-right: 1rem;
  padding-left: 1rem;
  border-radius: 9999px;
}
@media screen and (width <= 768px) {
  .application__buttons .arrowed {
    width: 100% !important;
    justify-content: center;
    height: 45px !important;
  }
}
.application__buttons .button .icon:first-child:not(:last-child) {
  margin-right: 0.25em !important;
}
.application__inputs .field-container {
  margin-bottom: 1.5rem;
  position: relative;
}
.application__inputs .field-container--dropdown {
  margin-bottom: 0.75rem;
}
.application__inputs--span {
  flex: 1;
  text-align: justify;
  transition-duration: 0.5s;
}
.application__inputs--span a {
  display: inline;
}
.application__inputs .checkbox {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.application__inputs .checkbox input[type=checkbox]:checked::after {
  content: "L";
  transform: translateY(0) rotate(45deg) scaleX(-1);
  left: -4px;
  height: 100%;
  font-size: 1rem;
  color: #5aa6e7;
  display: block;
  text-align: center;
  position: relative;
  top: -3px;
  visibility: visible;
}
.application__inputs .checkbox:hover {
  color: #5aa6e7;
}
.application__inputs .checkbox p {
  margin-left: 0.5rem;
}
.application__inputs .checkbox input[type=checkbox] {
  appearance: none;
  height: 30px;
  width: 30px;
  border: 1px solid #cccccc;
  border-radius: 5px;
}
.application__inputs .checkbox input[type=checkbox]:hover {
  background-color: rgba(90, 166, 231, 0.2);
  border-color: #5aa6e7;
}
.application__inputs .select,
.application__inputs select {
  width: 100%;
}
.application__inputs .select::after,
.application__inputs select::after {
  border-color: #262626 !important;
}

.form__sections {
  margin-bottom: 2rem;
}
.form__sections input,
.form__sections select,
.form__sections textarea {
  height: 45px;
  border: 1px solid #c7c7c7 !important;
  border-radius: 4px !important;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
}
.form__sections textarea {
  height: 100%;
}
.form__sections .control.has-icons-left .icon {
  top: 0 !important;
}
.form__sections .select {
  height: 45px;
  border-bottom: none;
}
.form__sections .select select {
  height: 45px;
}
.form__sections h2 {
  text-decoration: underline;
}

.attachment__flex--label {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
}
.attachment__flex--label h3 {
  margin-bottom: 0 !important;
}
.attachment__files--container {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
}
.attachment__files--container svg {
  height: 20px;
  cursor: pointer;
  z-index: 0;
  color: red;
}

.field-error-message--karriere {
  color: red;
  font-size: 12px !important;
  position: absolute;
  bottom: -18px;
}

.flex, .flex__row, .flex__row--centered {
  display: flex;
}
.flex__row, .flex__row--centered {
  flex-direction: row;
}
.flex__row--centered {
  justify-content: center;
  align-items: center;
}
.share__container{position:absolute;left:50%;top:50vh;transform:translate(-50%, -50%);width:700px;height:600px}@media screen and (width <= 768px){.share__container{width:95%}}.share__dotted{height:64px;width:100%;background-color:#fff}.share__dotted span.icon{float:right;padding:2rem;cursor:pointer}.share__dotted span.icon svg{color:#003869}.share__sectionLarge{padding-top:2rem}@media screen and (max-width: 768px){.share__sectionLarge{padding-top:.5rem}}.share__headlineh1{margin:auto}.share__container--common{margin-left:15%;margin-right:15%}@media screen and (width <= 768px){.share__container--common{margin-left:5%;margin-right:5%}}.share__container--common a{display:inline}.share__bg--blue{padding-top:1rem;padding-bottom:1rem;background-color:#003869}.share__bg--white{padding-top:1rem;padding-bottom:1rem;background-color:#fff}.share__text--container{display:flex;height:100%;align-items:center}.share__text--container h1{font-size:24px;font-family:"Roobert-Bold";margin-bottom:0 !important}.share__text--container h2{font-size:20px}.share__socials{display:flex;padding-top:2rem;justify-content:space-between}.share__socials span{cursor:pointer;display:block;height:52px;width:52px}.share__input{display:flex;position:relative}@media screen and (width <= 768px){.share__input{flex-direction:column}}.share__input .sw__link{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;color:#002b55;width:85%}.share__input .input{border-radius:20px;height:40px;width:100%;padding-left:2.5rem;padding-right:7rem;padding-top:0;padding-bottom:0;border-color:#003869;border-right:0}@media screen and (width <= 768px){.share__input .input{padding-right:1rem;height:100%;border:1px solid #002b55;border-radius:.5rem;border-bottom-left-radius:0;border-bottom-right-radius:0}}.share__input .input:hover{border-color:#5aa6e7}.share__button.button{background-color:#fbd200;position:absolute;right:0;z-index:25;color:#003869;border-radius:20px;height:inherit;width:7rem}@media screen and (width <= 768px){.share__button.button{position:relative;width:100%;color:#003869;border-radius:.5rem;margin-top:-1px;border-top-right-radius:0;border-top-left-radius:0;border:1px solid #5aa6e7}}.share__btnSection{display:flex;justify-content:space-between}@media screen and (width <= 768px){.share__btnSection{flex-direction:column;gap:1rem;align-items:center;width:100%}.share__btnSection a{width:100% !important;justify-content:center;flex-wrap:wrap;align-items:center !important}}.share__btnSection a.button{width:fit-content}@media screen and (width <= 450px){.share__btnSection a.button{width:100%}}.share__btnSection a:last-child{flex-wrap:wrap;align-content:center;width:fit-content;padding-left:1rem;padding-right:1rem}@media screen and (width <= 450px){.share__btnSection a:last-child{margin-top:1rem;justify-content:center;width:100%}}.share__filters.button{color:#5aa6e7;font-weight:bold;border:1px solid}.share__filters.button:hover{color:#5aa6e7;border-color:#5aa6e7}.share__filters img{margin-right:10px}.text--bolded{font-weight:bold}.text--white{color:#fff}.sw__link{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;color:#002b55;width:85%}.sw__link:hover{color:#002b55}.sw--white{color:#fff}.sw--blue{color:#003869}.sw--underline{text-decoration:underline}.sw__icon{height:50px;width:50px}.sw__icon--small{height:25px;width:25px;position:absolute;left:.5rem}
.warning__container{position:fixed;left:50%;top:50%;transform:translate(-50%, -50%);width:745px;height:auto;background-color:#fff;padding:1rem;z-index:35}@media screen and (max-width: 768px){.warning__container{width:calc(100% - 2rem)}}.warning__container .icon{cursor:pointer}.warning__container--common{display:flex;justify-content:center}.warning__icon{display:flex;justify-content:end}.warning__overlay{box-shadow:0px 0px 0 2000px rgba(0,56,105,.6);height:auto}.warning__dotted{display:flex;justify-content:center}.warning__sectionLarge{display:flex;justify-content:center}.warning__btnSection{justify-content:space-around;margin-top:2rem}@media screen and (max-width: 768px){.warning__btnSection{gap:1rem;margin-top:1rem;width:100%;flex-direction:column-reverse;align-items:center;display:flex}.warning__btnSection a{width:calc(100% - 2rem) !important}}.button__karriere.button{border-color:#003869}:hover{border-color:#5aa6e7 !important}.popup__container{margin-left:2rem;margin-right:2rem}.popup__container a{display:inline}.popup__container a{font-weight:bold;color:#003869}.popup__container a:hover{color:#5aa6e7}
.mobile__search{display:flex}.mobile__search .search__box{width:100%;z-index:1}.mobile__search .search__button--container{width:50px}.mobile__filters{display:flex;border:none}.mobile__filters button.button__filters{background-color:#fff;border:unset;box-shadow:0px -5px 5px 0px #d8d8d8;justify-content:space-between;border-radius:10px}.mobile__filters button.button__filters:hover{background-color:rgba(0,0,0,0)}.mobile__filters button.button__filters #filters{background-color:#003869;height:30px;width:30px;padding:2px;padding-top:0px;border-radius:5px;margin-left:35px}.mobile__filters button.button__filters .xmark{color:#003869;margin-right:35px}.mobile__dropdown{min-height:45px !important;height:auto !important;flex-direction:column}.mobile__dropdown .dropdown-trigger button{min-height:45px !important;border:none !important;border-radius:unset !important;box-shadow:0 2px 10px 5px #eceded !important;z-index:21}.mobile__dropdown .dropdown-trigger button:focus{box-shadow:0 5px 5px 5px #eceded !important}@media screen and (max-width: 768px){.mobile__dropdown .dropdown-trigger button{z-index:0}}.mobile__dropdown .dropdown-content{box-shadow:unset;padding-top:5px !important}.mobile__dropdown .dropdown-menu{position:relative;top:0}.mehr__button{display:none}@media screen and (max-width: 768px){.mehr__button{display:flex;justify-content:end;padding-right:.75rem}.mehr__button a{color:#003869;font-weight:bold;z-index:2}.mehr__button:hover a{color:#5aa6e7 !important}}
.karriere-navigation {
  background-color: #fff;
  position: sticky;
  top: 0;
  z-index: 200;
  width: 100%;
}
.karriere-navigation__nav {
  align-items: center;
  display: flex;
  margin: 0 auto;
  max-width: 120rem;
  min-height: 58px;
  padding: 0.9375rem 1rem;
  width: 100%;
}
@media (min-width: 1024px) {
  .karriere-navigation__nav {
    padding: 0.875rem 2rem;
  }
}
.karriere-navigation__logo {
  align-items: center;
  color: #003869;
  display: inline-flex;
  flex-shrink: 0;
  font-family: "RoobertBTC", Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  text-decoration: none;
}
.karriere-navigation__logo img {
  display: block;
  height: 2.25rem;
  width: auto;
}
.karriere-navigation__logo-text {
  display: inline-block;
  padding: 0.25rem 0;
}
.karriere-navigation__menu-wrapper {
  display: none;
  padding: 0.75rem 0 8rem;
}
@media (min-width: 1024px) {
  .karriere-navigation__menu-wrapper {
    display: block;
    margin-left: auto;
    padding: 0;
  }
}
.karriere-navigation__menu-wrapper--active {
  background: #fff;
  display: block;
  height: calc(100vh - 58px);
  left: 0;
  overflow-y: auto;
  overscroll-behavior-y: contain;
  padding: 0.75rem 1rem 8rem;
  position: fixed;
  top: 58px;
  width: 100%;
  z-index: 220;
}
@media (min-width: 1024px) {
  .karriere-navigation__menu-wrapper--active {
    display: block;
    height: auto;
    overflow: visible;
    padding: 0;
    position: static;
    width: auto;
  }
}
.karriere-navigation__menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 1024px) {
  .karriere-navigation__menu {
    display: flex;
    flex-wrap: wrap;
    gap: 0 1.5rem;
    margin-left: auto;
  }
}
.karriere-navigation__menu-item {
  margin: 0;
}
.karriere-navigation__menu-link {
  border-bottom: 1px solid #000;
  color: #000;
  display: block;
  font-family: "RoobertBTC", Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
  padding: 1.5rem 0;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-decoration-thickness: 1px;
  transition: text-decoration-color 0.2s ease-in-out;
  width: 100%;
}
@media (min-width: 1024px) {
  .karriere-navigation__menu-link {
    border-bottom: none;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.00625rem;
    line-height: 1.5;
    padding: 0.5rem 0;
    width: auto;
  }
  .karriere-navigation__menu-link:hover, .karriere-navigation__menu-link:focus {
    text-decoration-color: currentColor;
  }
}
.karriere-navigation__hamburger {
  background: transparent;
  border: 0;
  cursor: pointer;
  margin-left: auto;
  padding: 0.375rem 0.25rem;
}
@media (min-width: 1024px) {
  .karriere-navigation__hamburger {
    display: none;
  }
}
.karriere-navigation__hamburger--active .karriere-navigation__hamburger-line--first {
  transform: rotate(45deg) translate(5px, 4px);
}
.karriere-navigation__hamburger--active .karriere-navigation__hamburger-line--second {
  opacity: 0;
}
.karriere-navigation__hamburger--active .karriere-navigation__hamburger-line--third {
  transform: rotate(-45deg) translate(4px, -3px);
}
.karriere-navigation__hamburger-inner {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: 0.75rem;
  justify-content: space-between;
  width: 1rem;
}
.karriere-navigation__hamburger-line {
  background-color: #5aa6e7;
  display: block;
  height: 2px;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
  width: 100%;
}
