
@font-face {
  font-family: "Montserrat";
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: url("fonts/montserrat-latin-regular.woff2") format("woff2");
}
@font-face {
  font-family: "Montserrat Black";
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: url("fonts/Montserrat-Black.woff2") format("woff2");
}


/* === Karriere: Layout-Gerüst (aus Live-Seite) === */
html, body { margin: 0; padding: 0; }
.hrf-karriere-root .hide-before-animation { opacity: 0; transition: opacity .7s ease; }
.hrf-karriere-root .slidein { opacity: 1; }
.hrf-karriere-root #skiphero.hide { opacity: 0; pointer-events: none; transition: opacity .3s; }
.hrf-karriere-root {
  --wp--preset--color--white: #ffffff;
  --wp--preset--color--black: #000000;
  --wp--preset--color--hrfactorytblue: #323C50;
  --wp--preset--color--hrfactoryred: #C80000;
  --wp--preset--color--lightgrey: #F5F5F5;
  --wp--preset--font-size--small: 12px;
  --wp--preset--font-size--regular: 16px;
  --wp--preset--font-size--large: 20px;
  --wp--preset--font-size--larger: 24px;
  --wp--preset--font-size--hugescalable: 40px;
  --wp--preset--font-size--x-large: 42px;
  font-family: "Montserrat", system-ui, sans-serif;
  color: #404040;
  background: #fff;
  line-height: 1.5;
  font-size: 16px;
  position: relative;
}
@media screen and (min-width: 75em) {
  .hrf-karriere-root { font-size: 17px; }
}
.hrf-karriere-root h1,
.hrf-karriere-root h2,
.hrf-karriere-root h3,
.hrf-karriere-root h4,
.hrf-karriere-root h5,
.hrf-karriere-root h6 {
  font-family: "Montserrat", system-ui, sans-serif;
  font-weight: normal;
}
.hrf-karriere-root .is-style-ds-largebold-left,
.hrf-karriere-root .is-style-ds-largebold {
  font-family: "Montserrat Black", "Montserrat", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1em;
}
.hrf-karriere-root strong { font-weight: 700; }
.hrf-karriere-root .entry-content > p,
.hrf-karriere-root .entry-content > h2,
.hrf-karriere-root .entry-content > .wp-block-buttons,
.hrf-karriere-root .entry-content > .wp-block-columns:not(.alignfull):not(.career20-menu) {
  margin-left: 20px;
  margin-right: 20px;
}
@media screen and (min-width: 1000px) {
  .hrf-karriere-root .entry-content > p,
  .hrf-karriere-root .entry-content > h2,
  .hrf-karriere-root .entry-content > .wp-block-buttons,
  .hrf-karriere-root .entry-content > .wp-block-columns:not(.alignfull):not(.career20-menu) {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1600px) {
  .hrf-karriere-root .entry-content > p,
  .hrf-karriere-root .entry-content > h2,
  .hrf-karriere-root .entry-content > .wp-block-buttons,
  .hrf-karriere-root .entry-content > .wp-block-columns:not(.alignfull):not(.career20-menu) {
    max-width: 1400px;
  }
}
.hrf-karriere-root #career20-line {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}
.hrf-karriere-root #careerline {
  fill: none;
  stroke: #9BC2E7;
  stroke-width: 1.5;
  stroke-miterlimit: 10;
}
.hrf-karriere-root .popupcontainer {
  position: relative;
}
.hrf-karriere-root .close-popup a {
  cursor: pointer;
  border-bottom: none !important;
}
.hrf-karriere-root a,
.hrf-karriere-root a:visited { color: #404040; }
.hrf-karriere-root .entry-content p a:not(.button):not(.wp-block-button__link),
.hrf-karriere-root .entry-content a:not(.button):not(.wp-block-button__link):visited {
  border-bottom: 1px solid #333;
}
.hrf-karriere-root .entry-content p a:not(.button):not(.wp-block-button__link):hover {
  color: #404040;
  text-decoration: none;
  border-bottom: 2px solid #333;
}

.hrf-karriere-root #page-title-container {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  margin-top: 0;
  position: relative;
  z-index: 1;
  color: #fff;
  overflow: visible;
}
.hrf-karriere-root #karriere-content {
  position: relative;
  z-index: 7;
  background-color: #fff;
}
.hrf-karriere-root #heroimage {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://hrfactory.com/wp-content/uploads/2025/02/Header-Blau.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.hrf-karriere-root .title-overlay {
  position: absolute;
  inset: 0;
  background: #323c50;
  opacity: 0.2;
  pointer-events: none;
  z-index: 1;
}
.hrf-karriere-root .page-title-content {
  text-align: center;
  width: 80vw;
  z-index: 6;
  position: absolute;
  left: 10vw;
  top: 50%;
  transform: perspective(1px) translateY(-50%);
}
@media screen and (min-width: 782px) {
  /* Nur den Abstandsklotz weg – Titel bleibt in der Bildmitte, nicht unter der Kopfzeile */
  .hrf-karriere-root #page-title-container .wp-block-spacer {
    height: 0 !important;
  }
  .hrf-karriere-root .career20 h2 {
    margin-top: 0;
  }
}
@media screen and (min-width: 1600px) {
  .hrf-karriere-root .page-title-content { width: 1400px; left: unset; }
}
.hrf-karriere-root .karriere-skip {
  position: static;
}
.hrf-karriere-root #skiphero {
  position: absolute;
  left: 50%;
  top: 80vh;
  width: 40px;
  height: 40px;
  border-right: 2px solid rgba(255,255,255,.8);
  border-bottom: 2px solid rgba(255,255,255,.8);
  transform: translateX(-50%) rotate(45deg);
  opacity: .7;
  z-index: 8;
  pointer-events: auto;
}
.hrf-karriere-root .ds-tabcontent {
  visibility: hidden;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 100vw;
  width: 100%;
  transition: right .5s ease-out, opacity 1s, visibility 0s linear 1s;
  opacity: 0;
  scroll-margin-top: 200px;
}
.hrf-karriere-root .ds-tabcontent.active {
  position: relative;
  visibility: visible;
  overflow: auto;
  right: 0;
  opacity: 1;
  transition-delay: 0s;
}
.hrf-karriere-root .ds-container-content { margin: 0 30px; }
@media screen and (min-width: 1000px) {
  .hrf-karriere-root .ds-container-content { max-width: 80%; margin: 0 auto; }
}
@media screen and (min-width: 1600px) {
  .hrf-karriere-root .ds-container-content { max-width: 1400px; }
}
.hrf-karriere-root .has-white-color { color: #fff !important; }
.hrf-karriere-root .has-black-color { color: #000 !important; }
.hrf-karriere-root .has-hrfactorytblue-color { color: #323C50 !important; }
.hrf-karriere-root .has-white-background-color { background-color: #fff !important; }
.hrf-karriere-root .has-hrfactorytblue-background-color { background-color: #323C50 !important; }
.hrf-karriere-root .has-text-color { }
.hrf-karriere-root .has-background { }
.hrf-karriere-root .has-text-align-center { text-align: center; }
.hrf-karriere-root .has-text-align-left { text-align: left; }
.hrf-karriere-root .has-text-align-right { text-align: right; }
.hrf-karriere-root .has-large-font-size { font-size: 20px !important; }
.hrf-karriere-root .has-larger-font-size { font-size: 24px !important; }
.hrf-karriere-root .has-regular-font-size { font-size: 16px !important; }
.hrf-karriere-root .has-small-font-size { font-size: 12px !important; }
.hrf-karriere-root .has-hugescalable-font-size { font-size: 40px !important; }
.hrf-karriere-root .is-layout-flex { display: flex; flex-wrap: wrap; align-items: center; }
.hrf-karriere-root .is-layout-flex > * { margin: 0; }
.hrf-karriere-root .is-content-justification-center { justify-content: center; }
.hrf-karriere-root .wp-block-columns.is-layout-flex { gap: 2em; }
.hrf-karriere-root .wp-block-button__link {
  color: #323c50;
  background-color: #fff;
  border-radius: 9999px;
  box-shadow: none;
  text-decoration: none;
  padding: calc(.667em + 2px) calc(1.333em + 2px);
  font-size: 1.125em;
  display: inline-block;
  border: 1px solid #323c50;
}
.hrf-karriere-root .wp-block-button__link:hover {
  background-color: #323c50;
  color: #fff;
  text-decoration: none;
}
.hrf-karriere-root .wp-block-cover {
  position: relative;
  background-size: cover;
  background-position: center;
  min-height: 430px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-sizing: border-box;
}
.hrf-karriere-root .wp-block-cover__image-background {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0;
}
.hrf-karriere-root .wp-block-cover__background {
  position: absolute;
  inset: 0;
}
.hrf-karriere-root .has-background-dim { opacity: .5; }
.hrf-karriere-root .has-background-dim-40 { opacity: .4; }
.hrf-karriere-root .has-background-dim-0 { opacity: 0; }
.hrf-karriere-root .has-background-dim-100 { opacity: 1; }
.hrf-karriere-root .wp-block-cover__inner-container {
  position: relative;
  z-index: 1;
  width: 100%;
  color: #fff;
}
.hrf-karriere-root .wp-block-columns {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  box-sizing: border-box;
}
.hrf-karriere-root .wp-block-column {
  flex-grow: 1;
  min-width: 0;
  word-break: break-word;
  overflow-wrap: break-word;
}
.hrf-karriere-root figure,
.hrf-karriere-root .wp-block-image { margin-left: 0; margin-right: 0; }
.hrf-karriere-root .wp-block-image img { max-width: 100%; height: auto; }
.hrf-karriere-root .wp-block-image.aligncenter { text-align: center; }
.hrf-karriere-root .wp-block-spacer { clear: both; }
.hrf-karriere-root details.ds-block-accordion,
.hrf-karriere-root .ds-block-accordion details { display: block; }
@media screen and (max-width: 781px) {
  .hrf-karriere-root .wp-block-columns:not(.covertabs):not(.career20-menu) { flex-direction: column; }
}

.hrf-karriere-root /* --- child --- */
@keyframes opacityonce{0%,to{opacity:0}20%,80%{opacity:1}}
.hrf-karriere-root #skiphero{top:80vh}
.hrf-karriere-root #heroimage, .hrf-karriere-root #heroimage{background-position:70% 50%}
.hrf-karriere-root #heroimage, .hrf-karriere-root #heroimage{background-position:30% 40%}
.hrf-karriere-root.scrolled #langcountry-navigation ul.menu li, .hrf-karriere-root #breadcrumbs-container{display:none}
.hrf-karriere-root #content{padding-top:0}
.hrf-karriere-root .contact-hero-container .ds-container-content, .hrf-karriere-root .contact-hero-container .ds-container-inside{height:100%}
.hrf-karriere-root .contact-hero-container .ds-container-content{display:flex;flex-direction:column;justify-content:space-around}
.hrf-karriere-root .contact-hero-container .contact-hero-cta-container .wp-block-buttons{display:flex;flex-direction:row;align-items:stretch;margin-top:1vh}
.hrf-karriere-root .contact-hero-container .contact-hero-cta-container .wp-block-buttons a{font-size:1.4em;min-height:4em;height:100%;max-width:240px}
@media screen and (max-width:900px){.hrf-karriere-root .contact-hero-container .contact-hero-cta-container{margin-left:auto;margin-right:auto}
.hrf-karriere-root .contact-hero-container .contact-hero-cta-container .wp-block-buttons{flex-direction:column}}
.hrf-karriere-root #masthead.navbar-background .menu-toggle .bar1, .hrf-karriere-root #masthead.navbar-background .menu-toggle .bar2, .hrf-karriere-root #masthead.navbar-background .menu-toggle .bar3, .hrf-karriere-root .close-lightbox:hover:after, .hrf-karriere-root .close-lightbox:hover:before, .hrf-karriere-root .close-popup:hover:after, .hrf-karriere-root .close-popup:hover:before{background-color:#323c50}
.hrf-karriere-root .entry-content h1.is-style-hrfactory-bluebox, .hrf-karriere-root .entry-content h2.is-style-hrfactory-bluebox, .hrf-karriere-root .entry-content h3.is-style-hrfactory-bluebox{background-color:#323c50;color:#fff;display:table;padding:5px 10px}
.hrf-karriere-root .entry-content h1.is-style-ds-largebold-left, .hrf-karriere-root .entry-content h2.is-style-ds-largebold-left, .hrf-karriere-root .entry-content h3.is-style-ds-largebold-left{font-weight:400;text-transform:uppercase;line-height:1em;display:block;width:auto;position:relative;font-size:3em;margin-top:30px;margin-bottom:30px;font-family:"Montserrat Black","Montserrat",sans-serif}
@media screen and (min-width:400px){.hrf-karriere-root .entry-content h1.is-style-ds-largebold-left, .hrf-karriere-root .entry-content h2.is-style-ds-largebold-left, .hrf-karriere-root .entry-content h3.is-style-ds-largebold-left{font-size:4em}}
@media screen and (min-width:700px){.hrf-karriere-root .entry-content h1.is-style-ds-largebold-left, .hrf-karriere-root .entry-content h2.is-style-ds-largebold-left, .hrf-karriere-root .entry-content h3.is-style-ds-largebold-left{font-size:6em}}
@media screen and (min-width:1000px){.hrf-karriere-root .entry-content h1.is-style-ds-largebold-left, .hrf-karriere-root .entry-content h2.is-style-ds-largebold-left, .hrf-karriere-root .entry-content h3.is-style-ds-largebold-left{font-size:7em}}
.hrf-karriere-root .swiper-slide .is-style-hrfactory-redline-heading:before{width:100px}
.hrf-karriere-root .is-style-hrfactory-redline-heading.centeractivated:before{width:100px;background-color:#c80000;animation:none}
.hrf-karriere-root .wp-block-cover:hover>.wp-block-cover__inner-container>.is-style-hrfactory-whiteline-heading a:after, .hrf-karriere-root a:hover .is-style-hrfactory-whiteline-heading:after, .hrf-karriere-root a:hover .is-style-hrfactory-whiteline:after{width:80px}
.hrf-karriere-root a .is-style-hrfactory-whiteline.has-text-align-center{display:table;margin:0 auto}
@media screen and (max-width:550px){.hrf-karriere-root a .is-style-hrfactory-whiteline.has-text-align-center:after{margin:0 auto}}
.hrf-karriere-root .has-hugescalable-font-size{font-size:30px}
@media screen and (min-width:1000px){.hrf-karriere-root .has-hugescalable-font-size{font-size:40px}}
.hrf-karriere-root .wp-block-button.is-style-outline a{border:1px solid}
.hrf-karriere-root #swipertimeline .swiper-slide:after, .hrf-karriere-root .wp-block-button.is-style-outline a.no-border-radius, .hrf-karriere-root .wp-block-button__link{border-radius:0}
.hrf-karriere-root .hrf-karriere-root .entry-content .has-background a.wp-block-button__link:hover{border:1px solid #323c50}
.hrf-karriere-root .wp-block-buttons.aligncenter{text-align:center}
.hrf-karriere-root .wp-block-cover.is-style-hrfactory-title{min-height:300px}
@media screen and (min-width:1000px){.hrf-karriere-root .wp-block-cover.is-style-hrfactory-title{min-height:500px}}
@media screen and (min-width:1400px){.hrf-karriere-root .wp-block-cover.is-style-hrfactory-title{min-height:700px}}
.hrf-karriere-root .wp-block-columns.nobreak{flex-wrap:nowrap;position:relative}
@media screen and (max-width:782px){.hrf-karriere-root .wp-block-columns.nobreak .wp-block-cover__inner-container{position:absolute;transform:rotate(-90deg);transform-origin:center;bottom:6em}}
.hrf-karriere-root .wp-block-buttons.tablinks{margin-bottom:2em}
.hrf-karriere-root .wp-block-buttons.tablinks .wp-block-button{margin-bottom:0;margin-right:0}
.hrf-karriere-root .wp-block-buttons.tablinks a{border:1px solid #fff;border-bottom:0;color:#aaa;background-color:transparent;padding:12px 10px;font-size:.8em}
.hrf-karriere-root .wp-block-buttons.tablinks .active a{border-bottom:1px solid #323c50;color:#323c50}
@media screen and (min-width:1000px){.hrf-karriere-root .wp-block-buttons.tablinks{border-bottom:1px solid #323c50}
.hrf-karriere-root .wp-block-buttons.tablinks a{padding:12px 15px;font-size:.9em}
.hrf-karriere-root .wp-block-buttons.tablinks .active a:hover, .hrf-karriere-root .wp-block-buttons.tablinks a:hover{border:1px solid #aaa;border-bottom:0}
.hrf-karriere-root .wp-block-buttons.tablinks .active a{border:1px solid;border-bottom:0;color:#323c50;background-color:#fff;text-decoration:none;transform:translateY(1px)}}
@media screen and (min-width:1400px){.hrf-karriere-root .wp-block-buttons.tablinks a{padding:12px;font-size:1em}}
.hrf-karriere-root .revealtabs .ds-tabcontent{position:absolute;background-color:#fff;min-height:100%}
.hrf-karriere-root .revealtabs .ds-tabcontent.active{z-index:1}
.hrf-karriere-root .hrfactory-connector.content-expandabe .wp-block-cover__image-background{width:100%}
.hrf-karriere-root .hrfactory-connector.content-expandabe .expandable-title, .hrf-karriere-root .stickymiddleimage figure{text-align:center}
.hrf-karriere-root .hrfactory-connector.content-expandabe .centeractivate::before{content:"+";color:#fff;line-height:17px;cursor:pointer;opacity:1;margin-top:45px;font-size:16px}
.hrf-karriere-root .hrfactory-connector.content-expandabe .active .centeractivate::before{content:"-";line-height:15px}
.hrf-karriere-root .hrfactory-connector.content-expandabe p.centeractivate.ds-expand{padding-bottom:0}
.hrf-karriere-root .hrfactory-connector.content-expandabe .centeractivate.ds-expand a, .hrf-karriere-root .wp-block-columns.narrowcols.imgsocials figure{font-size:0}
@media (min-width:782px){.hrf-karriere-root .hrfactory-connector.content-expandabe p.expandable-title{text-align:left;margin-bottom:0}
.hrf-karriere-root .hrfactory-connector.content-expandabe .active p.expandable-title{font-size:3em;animation-name:fadeinagain;animation-duration:1s}
.hrf-karriere-root .hrfactory-connector.content-expandabe .active p.expandable-title a{color:#e2e2e2}
.hrf-karriere-root .hrfactory-connector.content-expandabe .inactive p.expandable-title{animation-name:fadeinagain;animation-duration:2s}
.hrf-karriere-root .hrfactory-connector.content-expandabe .active.expand-reverse p.expandable-title{text-align:right}
.hrf-karriere-root .hrfactory-connector.content-expandabe .active .ds-expandcontent{text-align:left;padding-top:0}
.hrf-karriere-root .hrfactory-connector.content-expandabe .active.expand-reverse{flex-direction:row-reverse}
.hrf-karriere-root .hrfactory-connector.content-expandabe .is-style-ds-w-s-w>.wp-block-column:nth-child(2n){margin-left:0;margin-right:0;flex-basis:0!important}
.hrf-karriere-root .hrfactory-connector.content-expandabe .wp-block-columns.is-style-ds-w-s-w>div:nth-child(1), .hrf-karriere-root .hrfactory-connector.content-expandabe .wp-block-columns.is-style-ds-w-s-w>div:nth-child(3){flex-basis:45%!important}}
@media (max-width:782px){.hrf-karriere-root #hradmin-pricing table{display:block;table-layout:fixed}
.hrf-karriere-root #hradmin-pricing table td.inactive{display:none}
.hrf-karriere-root #hradmin-pricing table td.active{min-width:150px;width:50%}
.hrf-karriere-root #hradmin-pricing table td:first-child{width:50%}
.hrf-karriere-root #hradmin-pricing table thead{display:block}
.hrf-karriere-root #hradmin-pricing table thead th:nth-of-type(1){display:none}
.hrf-karriere-root #hradmin-pricing table thead th{background-color:#f2f2f2;color:#fff;cursor:pointer;border:1px solid #f2f2f2}
.hrf-karriere-root #hradmin-pricing table thead th:not(.active):nth-child(2), .hrf-karriere-root #hradmin-pricing table thead th:not(.active):nth-child(3), .hrf-karriere-root #hradmin-pricing table thead th:not(.active):nth-child(4), .hrf-karriere-root #hradmin-pricing table thead th:not(.active):nth-child(5){background-image:none}
.hrf-karriere-root #hradmin-pricing table thead th.active:before, .hrf-karriere-root #hradmin-pricing table thead th:before{display:inline-block;position:relative;margin-right:.5em;top:2px;width:1em;height:1em;transform:rotate(-90deg);content:"";background-repeat:no-repeat;background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23323C50%22%20d%3D%22M11.1%2019.9L.4%209.2c-.5-.5-.5-1.4%200-1.9l1.2-1.2c.5-.5%201.3-.5%201.9%200l8.5%208.5%208.5-8.5c.5-.5%201.3-.5%201.9%200l1.2%201.2c.5.5.5%201.4%200%201.9L12.9%2019.9c-.5.5-1.3.5-1.8%200z%22%2F%3E%3C%2Fsvg%3E)}
.hrf-karriere-root #hradmin-pricing table thead th:hover{border:1px solid #323c50}
.hrf-karriere-root #hradmin-pricing table thead tr{display:flex;flex-wrap:wrap;flex-direction:column;margin-bottom:10px}
.hrf-karriere-root #hradmin-pricing table thead th.active{border:1px solid #323c50;background-color:#323c50;color:#fff}
.hrf-karriere-root #hradmin-pricing table thead th.active:before{transform:rotate(0deg);background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23ededed%22%20d%3D%22M11.1%2019.9L.4%209.2c-.5-.5-.5-1.4%200-1.9l1.2-1.2c.5-.5%201.3-.5%201.9%200l8.5%208.5%208.5-8.5c.5-.5%201.3-.5%201.9%200l1.2%201.2c.5.5.5%201.4%200%201.9L12.9%2019.9c-.5.5-1.3.5-1.8%200z%22%2F%3E%3C%2Fsvg%3E)}}
.hrf-karriere-root .wp-block-search__inside-wrapper{border-bottom:2px solid #aaa}
.hrf-karriere-root .wp-block-search__inside-wrapper .wp-block-search__button.has-icon, .hrf-karriere-root .wp-block-search__inside-wrapper .wp-block-search__input{border:0;background-color:transparent;-webkit-appearance:none;box-shadow:none}
.hrf-karriere-root .wp-block-search__inside-wrapper .wp-block-search__button.has-icon svg, .hrf-karriere-root .wp-block-search__inside-wrapper .wp-block-search__input svg{fill:#aaa}
.hrf-karriere-root .wp-block-search__inside-wrapper .wp-block-search__button.has-icon::placeholder, .hrf-karriere-root .wp-block-search__inside-wrapper .wp-block-search__input::placeholder, .hrf-karriere-root .wpcf7-form input[type=color]::placeholder, .hrf-karriere-root .wpcf7-form input[type=date]::placeholder, .hrf-karriere-root .wpcf7-form input[type=datetime-local]::placeholder, .hrf-karriere-root .wpcf7-form input[type=datetime]::placeholder, .hrf-karriere-root .wpcf7-form input[type=email]::placeholder, .hrf-karriere-root .wpcf7-form input[type=month]::placeholder, .hrf-karriere-root .wpcf7-form input[type=number]::placeholder, .hrf-karriere-root .wpcf7-form input[type=password]::placeholder, .hrf-karriere-root .wpcf7-form input[type=range]::placeholder, .hrf-karriere-root .wpcf7-form input[type=search]::placeholder, .hrf-karriere-root .wpcf7-form input[type=tel]::placeholder, .hrf-karriere-root .wpcf7-form input[type=text]::placeholder, .hrf-karriere-root .wpcf7-form input[type=time]::placeholder, .hrf-karriere-root .wpcf7-form input[type=url]::placeholder, .hrf-karriere-root .wpcf7-form input[type=week]::placeholder, .hrf-karriere-root .wpcf7-form select::placeholder, .hrf-karriere-root .wpcf7-form textarea::placeholder{color:#aaa}
.hrf-karriere-root #swipertimeline .swiper-button-next, .hrf-karriere-root #swipertimeline .swiper-button-prev, .hrf-karriere-root .swiper-button-next, .hrf-karriere-root .swiper-button-prev{display:block;position:absolute;cursor:pointer;background-color:#323c50;border-radius:0;width:40px;height:40px;background-size:10px;transition:all 300ms}
.hrf-karriere-root .swiper-button-next, .hrf-karriere-root .swiper-button-prev{bottom:0;top:unset;z-index:99;opacity:.75}
.hrf-karriere-root .swiper-button-next:hover, .hrf-karriere-root .swiper-button-prev:hover{opacity:1}
@media screen and (max-width:782px){.hrf-karriere-root .mobilecenterbuttons.ds-swiperblock-container .swiper-slide{height:fit-content}
.hrf-karriere-root .mobilecenterbuttons.wp-block-ds-ds-swipercontainer .wp-block-columns{justify-content:flex-start}
.hrf-karriere-root .mobilecenterbuttons .swiper-button-next, .hrf-karriere-root .mobilecenterbuttons .swiper-button-prev{bottom:unset;top:20%}}
.hrf-karriere-root #swipertimeline .swiper-button-next, .hrf-karriere-root #swipertimeline .swiper-button-prev{top:0;margin-top:60px;border:0;opacity:1}
.hrf-karriere-root #swipertimeline .swiper-button-next.swiper-button-disabled, .hrf-karriere-root #swipertimeline .swiper-button-prev.swiper-button-disabled{opacity:.35}
.hrf-karriere-root #swipertimeline:after{background-image:linear-gradient(90deg,#fff 50%,transparent 51%),linear-gradient(90deg,transparent,transparent 50%,#fff 50%,#fff 100%),linear-gradient(90deg,transparent,#455f73,#182f42,#455f73,transparent)}
.hrf-karriere-root .timeline .wp-block-cover{background-color:rgba(50,60,80,.8)!important;color:#fff}
.hrf-karriere-root .ds-swiperblock-container .has-background-dim{opacity:1}
.hrf-karriere-root .timeline.ds-swiperblock-container .swiper-slide{align-self:center}
.hrf-karriere-root .centeractivate#consultingprocess:before, .hrf-karriere-root .centeractivate.consultingprocess:before, .hrf-karriere-root .ds-block-accordion .ds-accordion-title:before, .hrf-karriere-root .timeline .swipercontainer-button-next.swiper-button-next, .hrf-karriere-root .timeline .swipercontainer-button-prev.swiper-button-prev, .hrf-karriere-root .timeline .swipercontainer-pagination, .hrf-karriere-root .timeline .wp-block-cover:before, .hrf-karriere-root .wp-block-ds-ds-swipertimeline+.ds-swiperblock-container .swipercontainer-button-next.swiper-button-next, .hrf-karriere-root .wp-block-ds-ds-swipertimeline+.ds-swiperblock-container .swipercontainer-button-prev.swiper-button-prev{display:none}
.hrf-karriere-root #swipertimeline .swiper-slide-active+.swiper-slide+.swiper-slide, .hrf-karriere-root #swipertimeline .swiper-slide-active+p.swiper-slide, .hrf-karriere-root #swipertimeline .wp-block-ds-ds-swipertimeline p.swiper-slide, .hrf-karriere-root #swipertimeline p.swiper-slide-active, .hrf-karriere-root #swipertimeline p.swiper-slide-prev{color:#fff;font-style:normal;font-weight:400;text-shadow:1px 1px 4px #000,0 0 3px #000}
.hrf-karriere-root .swiper-pagination-bullet{border-radius:0;background-color:#ccc;box-shadow:none;border:0;width:10px!important;height:10px!important}
.hrf-karriere-root .swiper-pagination-bullet-active{background-color:#aaa;box-shadow:none;border:0}
.hrf-karriere-root .funhover-autoplay .imgsocials .wp-block-column:first-child .wp-block-image{position:relative}
.hrf-karriere-root .funhover{position:absolute;width:100%;top:0;left:0;opacity:0;transition:opacity .4s;margin:0;z-index:1}
.hrf-karriere-root .funhover-autoplay .imgsocials .wp-block-column:first-child .wp-block-image.funhover{position:absolute;width:100%;top:0;left:0;opacity:0;margin:0;z-index:1}
.hrf-karriere-root .funhover-autoplay .centeractivate:hover .imgsocials .wp-block-column:first-child .wp-block-image.funhover,
.hrf-karriere-root .funhover-autoplay .imgsocials .wp-block-column:first-child .wp-block-image.funhover:hover{opacity:1}
.hrf-karriere-root .funhover:hover{opacity:1}
.hrf-karriere-root .swiper-container .swiper-slide .icon img{width:auto}
.hrf-karriere-root .scrollfill .ds-container-inside{background:linear-gradient(180deg,#c80000 90%,#acacac 95%,#acacac 100%);background-repeat:no-repeat;background-size:2px 0;background-position:center top}
.hrf-karriere-root .hrfactory-connector .wp-block-columns{align-items:center}
.hrf-karriere-root .ds-tabcontent{transition:right .5s ease-out,opacity .5s,visibility 0s linear 0s}
.hrf-karriere-root .ds-tabcontent.active{transition-delay:0s}
.hrf-karriere-root .hrfactory-connector.ds-tabcontent{position:absolute}
.hrf-karriere-root .hrfactory-connector.ds-tabcontent.active, .hrf-karriere-root ul.is-style-hrfactory-list-redsquare li{position:relative}
@media screen and (max-width:782px){.hrf-karriere-root .ds-block-container.flipmobile{overflow:hidden}
.hrf-karriere-root .ds-block-container.flipmobile .ds-container-image-wrap{left:-50%;height:100%;width:200%;overflow:hidden}
.hrf-karriere-root .ds-block-container.flipmobile .ds-container-image-wrap .ds-container-image{transform:rotate(90deg);object-fit:none}
.hrf-karriere-root .ds-block-container.flipmobile.mobilemoveleft .ds-container-image-wrap .ds-container-image{margin-left:-75px}
.hrf-karriere-root .ds-block-container.flipmobile.mobilemoveright .ds-container-image-wrap{left:-40%}}
@media screen and (min-width:782px){.hrf-karriere-root .ds-block-container.desktopmovetop .ds-container-image-wrap{top:-50px;z-index:-1}}
.hrf-karriere-root .centeractivate{margin-bottom:0;padding-bottom:.5em}
.hrf-karriere-root .centeractivate:before{content:"";display:block;width:25px;height:25px;left:0;top:0;background-color:#000;transition:opacity .5s;border-radius:2px;margin:0 auto;opacity:.15;border:4px solid #f6f6f6;transform-origin:center}
.hrf-karriere-root .centeractivated:before{content:"";opacity:1;background-color:#323c50;animation:plop .5s linear 1}
@media (max-width:1400px){.hrf-karriere-root #consultingprocess{flex-wrap:wrap}
.hrf-karriere-root #consultingprocess .wp-block-column:first-child{margin-bottom:2em}
.hrf-karriere-root #consultingprocess .wp-block-column{flex-basis:40%!important;flex-grow:0}}
@media (max-width:900px){.hrf-karriere-root #consultingprocess{flex-wrap:wrap}
.hrf-karriere-root #consultingprocess .wp-block-column{flex-basis:51%!important;margin-bottom:2em}}
@media (max-width:750px){.hrf-karriere-root #consultingprocess{flex-wrap:wrap}
.hrf-karriere-root #consultingprocess .wp-block-column{flex-basis:60%!important;margin-bottom:2em}}
@media (max-width:600px){.hrf-karriere-root #consultingprocess{flex-wrap:wrap}
.hrf-karriere-root #consultingprocess .wp-block-column{flex-basis:80%!important}}
.hrf-karriere-root #consultingprocess.centeractivate #Step1 #Icon, .hrf-karriere-root #consultingprocess.centeractivate #Step1 #Number, .hrf-karriere-root #consultingprocess.centeractivate #Step1 #Text, .hrf-karriere-root #consultingprocess.centeractivate #Step2 #Icon, .hrf-karriere-root #consultingprocess.centeractivate #Step2 #Number, .hrf-karriere-root #consultingprocess.centeractivate #Step2 #Text, .hrf-karriere-root #consultingprocess.centeractivate #Step3 #Icon, .hrf-karriere-root #consultingprocess.centeractivate #Step3 #Number, .hrf-karriere-root #consultingprocess.centeractivate #Step3 #Text, .hrf-karriere-root #consultingprocess.centeractivate #Step4 #Icon, .hrf-karriere-root #consultingprocess.centeractivate #Step4 #Number, .hrf-karriere-root #consultingprocess.centeractivate #Step4 #Text, .hrf-karriere-root .centeractivate #consultingprocess #Step1 #Icon, .hrf-karriere-root .centeractivate #consultingprocess #Step1 #Number, .hrf-karriere-root .centeractivate #consultingprocess #Step1 #Text, .hrf-karriere-root .centeractivate #consultingprocess #Step2 #Icon, .hrf-karriere-root .centeractivate #consultingprocess #Step2 #Number, .hrf-karriere-root .centeractivate #consultingprocess #Step2 #Text, .hrf-karriere-root .centeractivate #consultingprocess #Step3 #Icon, .hrf-karriere-root .centeractivate #consultingprocess #Step3 #Number, .hrf-karriere-root .centeractivate #consultingprocess #Step3 #Text, .hrf-karriere-root .centeractivate #consultingprocess #Step4 #Icon, .hrf-karriere-root .centeractivate #consultingprocess #Step4 #Number, .hrf-karriere-root .centeractivate #consultingprocess #Step4 #Text{opacity:0}
.hrf-karriere-root #consultingprocess.centeractivate #Step1 #Number, .hrf-karriere-root .centeractivate #consultingprocess #Step1 #Number{transition:opacity .5s 0s ease-in}
.hrf-karriere-root #consultingprocess.centeractivate #Step2 #Number, .hrf-karriere-root .centeractivate #consultingprocess #Step2 #Number{transition:opacity .5s .5s ease-in}
.hrf-karriere-root #consultingprocess.centeractivate #Step3 #Number, .hrf-karriere-root .centeractivate #consultingprocess #Step3 #Number{transition:opacity .5s 1s ease-in}
.hrf-karriere-root #consultingprocess.centeractivate #Step4 #Number, .hrf-karriere-root .centeractivate #consultingprocess #Step4 #Number{transition:opacity .5s 1.5s ease-in}
.hrf-karriere-root #consultingprocess.centeractivate #Step1 #Icon, .hrf-karriere-root #consultingprocess.centeractivate #Step1 #Text, .hrf-karriere-root .centeractivate #consultingprocess #Step1 #Icon, .hrf-karriere-root .centeractivate #consultingprocess #Step1 #Text{transition:opacity .5s .3s ease-in}
.hrf-karriere-root #consultingprocess.centeractivate #Step2 #Icon, .hrf-karriere-root #consultingprocess.centeractivate #Step2 #Text, .hrf-karriere-root .centeractivate #consultingprocess #Step2 #Icon, .hrf-karriere-root .centeractivate #consultingprocess #Step2 #Text{transition:opacity .5s .8s ease-in}
.hrf-karriere-root #consultingprocess.centeractivate #Step3 #Icon, .hrf-karriere-root #consultingprocess.centeractivate #Step3 #Text, .hrf-karriere-root .centeractivate #consultingprocess #Step3 #Icon, .hrf-karriere-root .centeractivate #consultingprocess #Step3 #Text{transition:opacity .5s 1.3s ease-in}
.hrf-karriere-root #consultingprocess.centeractivate #Step4 #Icon, .hrf-karriere-root #consultingprocess.centeractivate #Step4 #Text, .hrf-karriere-root .centeractivate #consultingprocess #Step4 #Icon, .hrf-karriere-root .centeractivate #consultingprocess #Step4 #Text{transition:opacity .5s 1.8s ease-in}
.hrf-karriere-root #consultingprocess.centeractivated #Step1 #Icon, .hrf-karriere-root #consultingprocess.centeractivated #Step1 #Number, .hrf-karriere-root #consultingprocess.centeractivated #Step1 #Text, .hrf-karriere-root #consultingprocess.centeractivated #Step2 #Icon, .hrf-karriere-root #consultingprocess.centeractivated #Step2 #Number, .hrf-karriere-root #consultingprocess.centeractivated #Step2 #Text, .hrf-karriere-root #consultingprocess.centeractivated #Step3 #Icon, .hrf-karriere-root #consultingprocess.centeractivated #Step3 #Number, .hrf-karriere-root #consultingprocess.centeractivated #Step3 #Text, .hrf-karriere-root #consultingprocess.centeractivated #Step4 #Icon, .hrf-karriere-root #consultingprocess.centeractivated #Step4 #Number, .hrf-karriere-root #consultingprocess.centeractivated #Step4 #Text, .hrf-karriere-root .centeractivated #consultingprocess #Step1 #Icon, .hrf-karriere-root .centeractivated #consultingprocess #Step1 #Number, .hrf-karriere-root .centeractivated #consultingprocess #Step1 #Text, .hrf-karriere-root .centeractivated #consultingprocess #Step2 #Icon, .hrf-karriere-root .centeractivated #consultingprocess #Step2 #Number, .hrf-karriere-root .centeractivated #consultingprocess #Step2 #Text, .hrf-karriere-root .centeractivated #consultingprocess #Step3 #Icon, .hrf-karriere-root .centeractivated #consultingprocess #Step3 #Number, .hrf-karriere-root .centeractivated #consultingprocess #Step3 #Text, .hrf-karriere-root .centeractivated #consultingprocess #Step4 #Icon, .hrf-karriere-root .centeractivated #consultingprocess #Step4 #Number, .hrf-karriere-root .centeractivated #consultingprocess #Step4 #Text{opacity:1}
.hrf-karriere-root .entry-content .wp-block-cover a:not(.button):not(.wp-block-button__link){border:0}
.hrf-karriere-root .ds-block-accordion{border:1px solid #fff}
.hrf-karriere-root .ds-block-accordion:hover{border:1px solid #323c50}
.hrf-karriere-root .ds-block-accordion .ds-accordion-title{background-color:unset;display:block}
.hrf-karriere-root .ds-block-accordion .ds-accordion-title:after{content:"+";float:right;text-align:right;font-weight:700;font-size:1.4em;display:inline-block}
.hrf-karriere-root .ds-block-accordion .ds-accordion-text{border:0}
.hrf-karriere-root .ds-block-accordion details[open] .ds-accordion-title:after{content:"-"}
.hrf-karriere-root .stripes .wp-block-ds-ds-accordion:nth-child(even){background-color:#f1f1f1}
.hrf-karriere-root .ds-block-accordion.faq{background-color:#fff}
.hrf-karriere-root .ds-block-accordion.faq.grey{background-color:#f5f5f5}
.hrf-karriere-root .ds-block-accordion.faq summary{margin-left:1em;position:relative;list-style:none;cursor:pointer}
.hrf-karriere-root .ds-block-accordion.faq summary::-webkit-details-marker{display:none}
.hrf-karriere-root .ds-block-accordion.faq summary::marker{content:""}
.hrf-karriere-root .ds-block-accordion.faq summary:before{display:inline-block;position:absolute;left:-.5em;top:.9em;width:1em;height:1em;content:"";background-repeat:no-repeat;background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23323C50%22%20d%3D%22M11.1%2019.9L.4%209.2c-.5-.5-.5-1.4%200-1.9l1.2-1.2c.5-.5%201.3-.5%201.9%200l8.5%208.5%208.5-8.5c.5-.5%201.3-.5%201.9%200l1.2%201.2c.5.5.5%201.4%200%201.9L12.9%2019.9c-.5.5-1.3.5-1.8%200z%22%2F%3E%3C%2Fsvg%3E)}
.hrf-karriere-root #container-async .read-more, .hrf-karriere-root #static-post-containter .read-more, .hrf-karriere-root .ds-block-accordion.faq summary:after, .hrf-karriere-root .funhover-autoplay .centeractivate:before, .hrf-karriere-root .slick-next.slick-arrow svg, .hrf-karriere-root .slick-prev.slick-arrow svg, .hrf-karriere-root h2.centeractivate.centeractivate-inline:before{display:none}
.hrf-karriere-root .ds-block-accordion.faq details[open] .ds-accordion-title:before{transform:none}
.hrf-karriere-root .career20-menu a,
.hrf-karriere-root .entry-content .career20-menu a,
.hrf-karriere-root .entry-content .career20-menu p a:not(.button):not(.wp-block-button__link),
.hrf-karriere-root .footer-widget .widget a.nounderline:hover,
.hrf-karriere-root .covertabs.wp-block-columns-is-layout-flex a:hover{text-decoration:none;border-bottom:none}
.hrf-karriere-root .has-hrfactoryred-color:not(.wp-block-button__link){color:#c80000!important}
.hrf-karriere-root .has-hrfactorytblue-color:not(.wp-block-button__link){color:#323c50!important}
.hrf-karriere-root .has-lightgrey-color:not(.wp-block-button__link){color:#f1f1f1!important}
.hrf-karriere-root .has-hrfactoryred-background-color{background-color:#c80000!important}
.hrf-karriere-root .has-hrfactorytblue-background-color{background-color:#323c50!important}
.hrf-karriere-root .has-lightgrey-background-color{background-color:#f1f1f1!important}
.hrf-karriere-root .wp-block-button__link.has-lightgrey-background-color{background-color:#f1f1f1}
.hrf-karriere-root .close-popup{font-size:0;position:absolute;z-index:999;right:10px;top:10px;width:32px;height:32px;cursor:pointer}
.hrf-karriere-root .close-popup:after, .hrf-karriere-root .close-popup:before{background-color:#323c50;position:absolute;left:15px;content:" ";height:32px;width:4px;border-radius:2px;top:0}
.hrf-karriere-root .close-popup:before{transform:rotate(45deg)}
.hrf-karriere-root .close-popup:after{transform:rotate(-45deg)}
.hrf-karriere-root .entry-content>.ds-block-container.popupcontainer .ds-container-content, .hrf-karriere-root .wp-block-columns.narrowcols.imgsocials .ds-container-content, .hrf-karriere-root .contactcontainer .ds-container-content{max-width:100%}
.hrf-karriere-root .contacts .wp-block-image .alignleft{margin:10px}
@media screen and (max-width:782px){.hrf-karriere-root .contactcontainer .wpcf7{position:static;transform:none}
.hrf-karriere-root .contactcontainer .wpcf7 input{max-width:100%}
.hrf-karriere-root .contactcontainer .wp-block-spacer{display:none}
.hrf-karriere-root .contacts>.ds-container-inside>.ds-container-content{margin:0}
.hrf-karriere-root .contacts .ds-container-inside .ds-container-inside .wp-block-columns{padding:0 20px}
.hrf-karriere-root .contacts .ds-container-inside .ds-container-inside .wp-block-columns .wp-block-columns{padding:0}}
.hrf-karriere-root .contactcols.wp-block-columns.is-style-ds-aligncenter .wp-block-column:last-child{align-self:end}
.hrf-karriere-root .contactcols .wp-block-column:nth-child(even){margin-left:10px;margin-right:10px}
@media screen and (max-width:1250px){.hrf-karriere-root .contactcols.wp-block-columns.is-style-ds-aligncenter{flex-wrap:wrap}}
.hrf-karriere-root .wp-block-button{margin:0 15px 1em 0!important}
.hrf-karriere-root .uagb-post__inner-wrap .wp-block-button{margin-left:20px!important;margin-right:20px!important}
.hrf-karriere-root .wp-block-button.ds-tab{margin:0!important}
.hrf-karriere-root .wp-block-cover span.has-background-dim{position:absolute;height:100%;width:100%;z-index:1;opacity:.5}
.hrf-karriere-root .wp-block-cover span.has-background-dim-0{opacity:0}
.hrf-karriere-root .wp-block-cover span.has-background-dim-10{opacity:.1}
.hrf-karriere-root .wp-block-cover span.has-background-dim-20{opacity:.2}
.hrf-karriere-root .wp-block-cover span.has-background-dim-30{opacity:.3}
.hrf-karriere-root .wp-block-cover span.has-background-dim-40{opacity:.4}
.hrf-karriere-root .wp-block-cover span.has-background-dim-50{opacity:.5}
.hrf-karriere-root .wp-block-cover span.has-background-dim-60{opacity:.6}
.hrf-karriere-root .wp-block-cover span.has-background-dim-70{opacity:.7}
.hrf-karriere-root .wp-block-cover span.has-background-dim-80{opacity:.8}
.hrf-karriere-root .wp-block-cover span.has-background-dim-90{opacity:.9}
.hrf-karriere-root .covertabs.wp-block-columns-is-layout-flex .ds-tab.active .wp-block-cover span, .hrf-karriere-root .wp-block-cover span.has-background-dim-100{opacity:1}
@media screen and (min-width:1000px){.hrf-karriere-root figure.wp-block-gallery.has-nested-images{display:flex}
.hrf-karriere-root figure.wp-block-gallery.has-nested-images figure{margin-bottom:0}
.hrf-karriere-root .footer-widget>.widget{padding:4em 15px}}
.hrf-karriere-root .is-layout-flex.swiper-wrapper{flex-wrap:nowrap;gap:0}
.hrf-karriere-root .wp-block-columns-is-layout-flex{flex-wrap:wrap!important}
.hrf-karriere-root .wp-block-columns.is-layout-flex{gap:0!important}
@media (min-width:782px){.hrf-karriere-root .wp-block-columns-is-layout-flex{flex-wrap:nowrap!important}}
.hrf-karriere-root .is-layout-flex{flex-wrap:unset}
.hrf-karriere-root .career20 .is-style-ds-largebold-left{margin-bottom:.1em}
.hrf-karriere-root .career20 .wp-block-button__link{border:0}
.hrf-karriere-root .career20 .wp-block-button__link:hover{color:#323c50}
.hrf-karriere-root .covertabs.wp-block-columns-is-layout-flex{flex-wrap:nowrap!important}
@media (min-width:782px){.hrf-karriere-root .covertabs.wp-block-columns-is-layout-flex .wp-block-column:nth-child(2n){margin-left:0;margin-right:0}}
.hrf-karriere-root .covertabs.wp-block-columns-is-layout-flex .wp-block-cover{margin-left:3px;margin-right:3px;min-height:200px!important}
.hrf-karriere-root .covertabs.wp-block-columns-is-layout-flex .ds-tab:after{content:"";display:block;width:100%;height:5px;border:0;background:linear-gradient(0deg,#fff 20%,#ccc 20%,#ccc 80%,#fff 80%);background-size:3px 100%;margin-top:2em}
.hrf-karriere-root .covertabs.wp-block-columns-is-layout-flex .ds-tab.active:after{background:linear-gradient(0deg,#323c50 50%,#323c50 50%);background-size:3px 100%}
.hrf-karriere-root .covertabs.wp-block-columns-is-layout-flex .ds-tab .wp-block-cover span{transition:opacity .3s}
.hrf-karriere-root .covertabs.wp-block-columns-is-layout-flex .ds-tab .rotate{transform:rotate(-90deg);position:absolute;right:0;width:80%;transition:transform .15s}
@media (min-width:782px){.hrf-karriere-root .covertabs.wp-block-columns-is-layout-flex .wp-block-cover{margin-left:5px;margin-right:5px;min-height:300px!important}
.hrf-karriere-root .covertabs.wp-block-columns-is-layout-flex .ds-tab .rotate{font-size:18px;transform-origin:top}
.hrf-karriere-root .covertabs.wp-block-columns-is-layout-flex .ds-tab.active .rotate{transform:unset;position:static}}
@media (min-width:1400px){.hrf-karriere-root .covertabs.wp-block-columns-is-layout-flex .ds-tab .rotate{font-size:24px}}
@media (min-width:782px){
  .hrf-karriere-root .covertabs.wp-block-columns-is-layout-flex .ds-tab[href="#fortbildung"] .rotate{
    font-size:15px;
    width:94%;
    line-height:1.15;
  }
}
@media (min-width:1400px){
  .hrf-karriere-root .covertabs.wp-block-columns-is-layout-flex .ds-tab[href="#fortbildung"] .rotate{font-size:19px}
}
.hrf-karriere-root .career-tabcontent {
  position: relative;
}
.hrf-karriere-root .career-tabcontent .ds-tabcontent{transition:none}
@media screen and (min-width:1000px){.hrf-karriere-root .career-tabcontent .ds-container-content{max-width:100%}}
.hrf-karriere-root .centeractivate.centeractivate-inline .has-inline-color{color:#323c50!important;transition:color 2s}
.hrf-karriere-root .centeractivated.centeractivate-inline .has-inline-color{color:#9cc2e7!important}
.hrf-karriere-root .biglightbluebackground{font-size:8vw;color:#9cc2e7;margin-bottom:-.7em;font-weight:700}
.hrf-karriere-root .bluefrontline, .hrf-karriere-root .career-projektkarriere .projektkarriere-popupbutton a:hover{color:#323c50}
.hrf-karriere-root .bluefrontline:before{content:"";display:inline-block;height:.4em;width:3em;background-color:#323c50;vertical-align:middle;margin-right:1em}
@media (min-width:782px){.hrf-karriere-root .career-projektkarriere .wp-block-column:nth-child(2n){margin-left:0;margin-right:0}}
@media screen and (min-width:1000px){.hrf-karriere-root .career-projektkarriere .wp-block-button a{border:0}}
.hrf-karriere-root .career-projektkarriere .wp-block-cover.alignbottom{align-items:flex-end}
.hrf-karriere-root .career-projektkarriere .alignbottom .wp-block-cover__inner-container{height:100%;width:100%}
.hrf-karriere-root .career-projektkarriere .projektkarriere-popupbutton{opacity:.8}
.hrf-karriere-root .narrowgap{line-height:1em}
@media screen and (min-width:1200px){.hrf-karriere-root .funhover-autoplay .wp-block-column{max-width:40%}}
.hrf-karriere-root .funhover-autoplay .centeractivated .funhover{animation-name:opacityonce;animation-duration:1.5s}
.hrf-karriere-root .stickymiddleimage{position:sticky;top:40vh}
.hrf-karriere-root .stickymiddleimage figcaption{font-style:normal;color:#182f42;font-size:1.1em}
.hrf-karriere-root .careerslider .slidetitle{padding:20px;margin:0}
.hrf-karriere-root .careerslider .swiper-slide{border-bottom:3px solid #fff}
.hrf-karriere-root .careerslider .swiper-slide-active{border-bottom:5px solid #323c50}
.hrf-karriere-root .careerslider .spacearound{padding:2em}
.hrf-karriere-root .careerslider .swiper-button-disabled{opacity:0}
.hrf-karriere-root .careerslider .swiper-pagination-bullets{display:none}
.hrf-karriere-root .careerslider .swiper-button-next, .hrf-karriere-root .careerslider .swiper-button-prev{top:calc(50% - 20px);bottom:unset}
.hrf-karriere-root .career20-findjob-button{display:flex;justify-content:center}
.hrf-karriere-root .colleagueslider{margin-bottom:0}
.hrf-karriere-root .colleagueslider .swiper-pagination-bullets{display:none}
.hrf-karriere-root .colleagueslider .swiper-button-disabled{opacity:0}
.hrf-karriere-root .colleagueslider .swiper-button-next, .hrf-karriere-root .colleagueslider .swiper-button-prev{top:calc(50% - 20px);bottom:unset}
.hrf-karriere-root .colleagueslider .swiper-container{padding-bottom:0}
.hrf-karriere-root #heroimage, .hrf-karriere-root #heroimage, .hrf-karriere-root #heroimage{background-position:top}
.hrf-karriere-root .popupcontent{display:none!important}
.hrf-karriere-root .career20-menu{font-weight:700;position:-webkit-sticky;position:sticky;top:var(--hrf-header-h, 0px);padding:10px 0;z-index:8;justify-content:center;background-color:rgba(255,255,255,.9)}
.hrf-karriere-root .career20-menu .wp-block-column{flex-basis:unset!important;flex-grow:0}
.hrf-karriere-root .career20-menu .wp-block-column p{margin:3px 10px}
@media screen and (max-width:650px){.hrf-karriere-root .career20-menu{display:none}}
.hrf-karriere-root .career20-menu .career20-anchor{font-size:1em;display:inline-block;font-weight:700;position:relative;background-image:linear-gradient(#9cc2e7,#9cc2e7);background-position:0 85%;background-size:100% 7px;background-repeat:no-repeat;text-transform:none}
.hrf-karriere-root #careercolleagues, .hrf-karriere-root #careercontact, .hrf-karriere-root #careeremployer, .hrf-karriere-root #careerjourney, .hrf-karriere-root #careerprocess, .hrf-karriere-root #careerprojects{scroll-margin-top:150px}
.hrf-karriere-root .entry-content h2.is-style-ds-largebold-left#careerjourney{margin-top:-3em;padding-top:3em}
.hrf-karriere-root #imglightbox #lbimgcontainer .wp-block-column{max-width:80%;padding:5% 10%;background-color:rgba(196,219,241,.9)}
.hrf-karriere-root .wp-block-columns.narrowcols.imgsocials .wp-block-column:first-child{width:80%;max-width:80%}
.hrf-karriere-root .wp-block-columns.narrowcols.imgsocials .wp-block-column:last-child{width:20%;max-width:20%;margin-left:10px;margin-right:0}
.hrf-karriere-root .wp-block-columns.narrowcols.imgsocials .wp-block-column:last-child img{width:44px;max-width:none;height:auto}
@media screen and (max-width:768px){.hrf-karriere-root .wp-block-columns.narrowcols.imgsocials .wp-block-column:last-child{display:flex;margin-top:10px}}
@media screen and (min-width:768px){.hrf-karriere-root .career20-findjob-button{position:fixed;right:0;top:10vh;transform:rotate(-90deg);transform-origin:bottom right;display:flex!important;z-index:20}
.hrf-karriere-root .career20-findjob-button .wp-block-button{margin:0!important}
.hrf-karriere-root .career20-findjob-button .wp-block-button a{border:0;background-color:#b5d1ed;font-weight:700}}
.hrf-karriere-root .entry-content > .ds-block-container {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}
.hrf-karriere-root .entry-content > .ds-block-container.popupcontainer,
.hrf-karriere-root .entry-content > .ds-block-container.career-projektkarriere {
  margin-left: 20px;
  margin-right: 20px;
  max-width: none;
  width: auto;
}
@media screen and (min-width: 1000px) {
  .hrf-karriere-root .entry-content > .ds-block-container.popupcontainer,
  .hrf-karriere-root .entry-content > .ds-block-container.career-projektkarriere {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1600px) {
  .hrf-karriere-root .entry-content > .ds-block-container.popupcontainer,
  .hrf-karriere-root .entry-content > .ds-block-container.career-projektkarriere {
    max-width: 1400px;
  }
}
.hrf-karriere-root .entry-content>.ds-block-container.popupcontainer .popupcontent{opacity:0;transition:opacity .3s;display:block!important;height:0;visibility:hidden;min-height:0}
.hrf-karriere-root .entry-content>.ds-block-container.popupcontainer .popupcontent.active{display:flex!important;visibility:visible;opacity:1;top:0;left:0;background-color:rgba(255,255,255,.92);z-index:30;height:100%;position:absolute}
@media screen and (max-width:768px){.hrf-karriere-root .entry-content>.ds-block-container.popupcontainer .popupcontent.active{position:fixed}}
.hrf-karriere-root .career20-menu .wp-block-column a.menuhighlight{background-image:linear-gradient(#9cc2e7,#9cc2e7);background-position:0 100%;background-size:100% 7px;background-repeat:no-repeat;text-transform:none}
.hrf-karriere-root .animatehscroll{overflow:hidden}
.hrf-karriere-root .animatehscroll .ds-container-content{cursor:grab;display:flex;flex-wrap:nowrap;overflow:hidden;width:150%;max-width:150%;gap:2vw;will-change:transform;position:relative}
.hrf-karriere-root .aligniconstop i.icon:before{vertical-align:top}
@font-face{font-family:"Montserrat Black";font-display:swap;font-style:normal;font-weight:400;src:url("fonts/Montserrat-Black.woff2") format("woff2")}
.hrf-karriere-root /* --- parent --- */
﻿/*!
Theme Name: DigitalStories
Theme URI: https://digitalstories.de/
Author: Digital Stories GmbH
Author URI: https://digitalstories.de
Description: Developed for Gutenberg, .hrf-karriere-root flexibility, .hrf-karriere-root mobile first and fast loading times.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ds
Tags: custom-background, .hrf-karriere-root custom-logo, .hrf-karriere-root custom-menu, .hrf-karriere-root featured-images, .hrf-karriere-root threaded-comments, .hrf-karriere-root translation-ready
wc_gzd_compatible: true

This theme, .hrf-karriere-root like WordPress, .hrf-karriere-root is licensed under the GPL.
Use it to make something cool, .hrf-karriere-root have fun, .hrf-karriere-root and share what you've learned with others.

DigitalStories is based on Underscores https://underscores.me/, .hrf-karriere-root (C) 2012-2017 Automattic, .hrf-karriere-root Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/.entry-content p.has-text-color a, .hrf-karriere-root .has-text-color a:visited, .hrf-karriere-root .entry-content p.has-text-color a:hover, .hrf-karriere-root .entry-content p.has-text-color a:hover, .hrf-karriere-root .entry-content .has-background a:hover{color:inherit;text-decoration:none;border:none}
.hrf-karriere-root .has-white-color{color:#fff !important}
.hrf-karriere-root .has-black-color{color:#000 !important}
.hrf-karriere-root .has-lightgrey-color{color:#e5e5e5 !important}
.hrf-karriere-root .has-lightgrey-background-color{background-color:#e5e5e5}
.hrf-karriere-root pre{font-family:monospace,monospace;font-size:1em}
.hrf-karriere-root code, .hrf-karriere-root kbd, .hrf-karriere-root samp{font-family:monospace,monospace;font-size:1em}
h1.hrf-karriere-root-title{margin:0}
.hrf-karriere-root .entry-content>h1, .hrf-karriere-root .entry-content>h2, .hrf-karriere-root .ds-container-content>h1, .hrf-karriere-root .ds-container-content>h2{scroll-margin-top:100px;margin-top:2em}
.hrf-karriere-root .ds-container-content>p.is-style-ds-subtitle{margin-bottom:-6em}
.hrf-karriere-root .entry-content>h3, .hrf-karriere-root .entry-content>h4{padding:2.5em 0 0 0;margin-top:-2em}
.hrf-karriere-root .is-style-ds-anchor{visibility:hidden;font-size:0 !important;margin:0 !important;padding:0 !important}
.hrf-karriere-root .entry-content h1.is-style-ds-semilargebold, .hrf-karriere-root .entry-content h2.is-style-ds-semilargebold, .hrf-karriere-root .entry-content h3.is-style-ds-semilargebold{font-weight:bold;text-transform:uppercase;line-height:1em;display:inline-block;width:auto;position:relative;left:100%;transform:translateX(-100%);font-size:1.5em;margin:30px 0;font-family:sans-serif}
@media screen and (min-width: 400px){.hrf-karriere-root .entry-content h1.is-style-ds-semilargebold, .hrf-karriere-root .entry-content h2.is-style-ds-semilargebold, .hrf-karriere-root .entry-content h3.is-style-ds-semilargebold{font-size:2em}}
@media screen and (min-width: 1000px){.hrf-karriere-root .entry-content h1.is-style-ds-semilargebold, .hrf-karriere-root .entry-content h2.is-style-ds-semilargebold, .hrf-karriere-root .entry-content h3.is-style-ds-semilargebold{font-size:5em}}
.hrf-karriere-root .entry-content h1.is-style-ds-largebold, .hrf-karriere-root .entry-content h2.is-style-ds-largebold, .hrf-karriere-root .entry-content h3.is-style-ds-largebold{font-weight:400;text-transform:uppercase;line-height:1em;display:inline-block;width:auto;position:relative;left:100%;transform:translateX(-100%);font-size:3em;margin:30px 0;font-family:"Montserrat Black","Montserrat",sans-serif}
@media screen and (min-width: 400px){.hrf-karriere-root .entry-content h1.is-style-ds-largebold, .hrf-karriere-root .entry-content h2.is-style-ds-largebold, .hrf-karriere-root .entry-content h3.is-style-ds-largebold{font-size:4em}}
@media screen and (min-width: 700px){.hrf-karriere-root .entry-content h1.is-style-ds-largebold, .hrf-karriere-root .entry-content h2.is-style-ds-largebold, .hrf-karriere-root .entry-content h3.is-style-ds-largebold{font-size:6em}}
@media screen and (min-width: 1000px){.hrf-karriere-root .entry-content h1.is-style-ds-largebold, .hrf-karriere-root .entry-content h2.is-style-ds-largebold, .hrf-karriere-root .entry-content h3.is-style-ds-largebold{font-size:7em}}
.hrf-karriere-root .has-text-color a{color:inherit}
.hrf-karriere-root .wp-block-cover__inner-container p{margin:0}
.hrf-karriere-root pre{background:#eee;font-family:"Courier 10 Pitch",Courier,monospace;font-size:15px;font-size:.9375rem;line-height:1.6;margin-bottom:1.6em;max-width:100%;overflow:auto;padding:1.6em}
.hrf-karriere-root code, .hrf-karriere-root kbd, .hrf-karriere-root tt, .hrf-karriere-root var{font-family:Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace;font-size:15px;font-size:.9375rem}
.hrf-karriere-root .has-small-font-size{font-size:14.4px;font-size:.9rem}
.hrf-karriere-root .has-normal-font-size, .hrf-karriere-root .has-regular-font-size{font-size:16px;font-size:1rem}
.hrf-karriere-root .has-large-font-size{font-size:17.6px;font-size:1.1rem}
@media screen and (min-width: 1000px){.hrf-karriere-root .has-large-font-size{font-size:20px;font-size:1.25rem}}
.hrf-karriere-root .has-larger-font-size{font-size:20px;font-size:1.25rem}
@media screen and (min-width: 1000px){.hrf-karriere-root .has-larger-font-size{font-size:24px;font-size:1.5rem}}
.hrf-karriere-root .ds-herocontainer--inside p{margin-bottom:3vh}
.hrf-karriere-root p.has-text-align-center, .hrf-karriere-root .has-text-align-center{text-align:center}
.hrf-karriere-root p.has-text-align-left, .hrf-karriere-root .has-text-align-left{text-align:left}
.hrf-karriere-root p.has-text-align-right, .hrf-karriere-root .has-text-align-right{text-align:right}
.hrf-karriere-root .swiper-slide .hide-before-animation{opacity:1}
.hrf-karriere-root .ds-tabcontent .hide-before-animation{opacity:1}
@keyframes blink-caret{from,to{border-color:#182f42;opacity:.75}50%{border-color:transparent;opacity:0}}
@keyframes come-in{to{transform:translate3d(0, 0, 0)}}
@-webkit-keyframes hue{0%,100%{filter:hue-rotate(0deg)}50%{filter:hue-rotate(180deg)}}
@keyframes pulse-ring{0%{transform:scale(0.33)}80%,100%{opacity:0}}
@keyframes pulse-dot{0%{transform:scale(0.8)}50%{transform:scale(1)}100%{transform:scale(0.8)}}
@keyframes plop{0%{transform:scale(1)}80%{transform:scale(1.3)}100%{transform:scale(1)}}
@keyframes slideInFromLeft{0%{opacity:0;transform:translateX(-100vw)}100%{opacity:1;transform:translateX(0)}}
@keyframes fadeHalfOut{0%{opacity:0}20%{opacity:1}100%{opacity:.3}}
.hrf-karriere-root hr.is-style-ds-wideshadow{height:1px;margin:0;background-color:#666;box-shadow:0 0 8px #000}
.hrf-karriere-root hr.is-style-ds-centered{height:1px;margin:0 auto 1em auto}
.hrf-karriere-root .entry-content .alignfull{max-width:100vw}
.hrf-karriere-root .alignwide{overflow:hidden;height:auto;width:auto;max-width:100%}
.hrf-karriere-root .alignwide img, .hrf-karriere-root .alignfull img{display:block;margin:0 auto}
.hrf-karriere-root .entry-content .alignfull{margin-left:calc( -100vw / 2 + 100% / 2 );margin-right:calc( -100vw / 2 + 100% / 2 );max-width:100vw}
.hrf-karriere-root .nospace{margin-bottom:0 !important;padding:0;border:0}
.hrf-karriere-root .nospace figure{margin:0 auto !important}
.hrf-karriere-root figure.nospace{line-height:0}
.hrf-karriere-root .nospace.alignfull img{max-width:100vw}
.hrf-karriere-root .wp-block-column.nospace{margin-right:0 !important;margin-left:0 !important;padding-left:0 !important;padding-right:0 !important}
.hrf-karriere-root .nounderline, .hrf-karriere-root .entry-content p.nounderline a{text-decoration:none;border-bottom:0}
.hrf-karriere-root ul.is-style-ds-list-square li{list-style:square}
.hrf-karriere-root ul.is-style-ds-list-check li:before{display:inline-block;position:absolute;left:5%;content:"✔"}
.hrf-karriere-root ul.is-style-ds-list-arrow li:before{display:inline-block;position:absolute;left:5%;content:"➤"}
.hrf-karriere-root ul.is-style-ds-list-anglebracket li:before{display:inline-block;position:absolute;left:5%;content:"❯"}
.hrf-karriere-root ul.is-style-ds-list-heart li:before{display:inline-block;position:absolute;left:5%;content:"❤"}
.hrf-karriere-root ul.is-style-ds-list-house li:before{display:inline-block;position:absolute}
.hrf-karriere-root ul.is-style-ds-list-check, .hrf-karriere-root ul.is-style-ds-list-arrow, .hrf-karriere-root ul.is-style-ds-list-heart, .hrf-karriere-root ul.is-style-ds-list-house, .hrf-karriere-root ul.is-style-ds-list-globe, .hrf-karriere-root ul.is-style-ds-list-award, .hrf-karriere-root ul.is-style-ds-list-anglebracket{list-style:none;margin:0 0 1.5em 0}
.hrf-karriere-root ul.is-style-ds-list-check li, .hrf-karriere-root ul.is-style-ds-list-arrow li, .hrf-karriere-root ul.is-style-ds-list-heart li, .hrf-karriere-root ul.is-style-ds-list-house li, .hrf-karriere-root ul.is-style-ds-list-globe li, .hrf-karriere-root ul.is-style-ds-list-award li, .hrf-karriere-root ul.is-style-ds-list-anglebracket li{position:relative}
.hrf-karriere-root ul.is-style-ds-list-check li:before, .hrf-karriere-root ul.is-style-ds-list-arrow li:before, .hrf-karriere-root ul.is-style-ds-list-heart li:before, .hrf-karriere-root ul.is-style-ds-list-house li:before, .hrf-karriere-root ul.is-style-ds-list-globe li:before, .hrf-karriere-root ul.is-style-ds-list-award li:before, .hrf-karriere-root ul.is-style-ds-list-anglebracket li:before{left:-1.5em;position:absolute}
.hrf-karriere-root .swiper-container{margin:0 auto;position:relative;overflow:hidden;list-style:none;padding:0;padding-bottom:2em;z-index:1}
.hrf-karriere-root .swiper-container-no-flexbox .swiper-slide{float:left}
.hrf-karriere-root .swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}
.hrf-karriere-root .swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}
.hrf-karriere-root .swiper-container-android .swiper-slide, .hrf-karriere-root .swiper-wrapper{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}
.hrf-karriere-root .swiper-container-multirow>.swiper-wrapper{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}
.hrf-karriere-root .swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}
.hrf-karriere-root .swiper-slide{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform}
.hrf-karriere-root .swiper-slide-invisible-blank{visibility:hidden}
.hrf-karriere-root .swiper-container-autoheight, .hrf-karriere-root .swiper-container-autoheight .swiper-slide{height:auto}
.hrf-karriere-root .swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;-o-transition-property:transform,height;transition-property:transform,height;transition-property:transform,height,-webkit-transform}
.hrf-karriere-root .swiper-container-3d{-webkit-perspective:1200px;perspective:1200px}
.hrf-karriere-root .swiper-container-3d .swiper-cube-shadow, .hrf-karriere-root .swiper-container-3d .swiper-slide, .hrf-karriere-root .swiper-container-3d .swiper-slide-shadow-bottom, .hrf-karriere-root .swiper-container-3d .swiper-slide-shadow-left, .hrf-karriere-root .swiper-container-3d .swiper-slide-shadow-right, .hrf-karriere-root .swiper-container-3d .swiper-slide-shadow-top, .hrf-karriere-root .swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}
.hrf-karriere-root .swiper-container-3d .swiper-slide-shadow-bottom, .hrf-karriere-root .swiper-container-3d .swiper-slide-shadow-left, .hrf-karriere-root .swiper-container-3d .swiper-slide-shadow-right, .hrf-karriere-root .swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}
.hrf-karriere-root .swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));background-image:-webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));background-image:-o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));background-image:linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}
.hrf-karriere-root .swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));background-image:-webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));background-image:-o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));background-image:linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}
.hrf-karriere-root .swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));background-image:-webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));background-image:-o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));background-image:linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}
.hrf-karriere-root .swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));background-image:-webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));background-image:-o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}
.hrf-karriere-root .swiper-container-wp8-horizontal, .hrf-karriere-root .swiper-container-wp8-horizontal>.swiper-wrapper{-ms-touch-action:pan-y;touch-action:pan-y}
.hrf-karriere-root .swiper-container-wp8-vertical, .hrf-karriere-root .swiper-container-wp8-vertical>.swiper-wrapper{-ms-touch-action:pan-x;touch-action:pan-x}
.hrf-karriere-root .swiper-button-next, .hrf-karriere-root .swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-position:center;background-repeat:no-repeat}
.hrf-karriere-root .swiper-button-next.swiper-button-disabled, .hrf-karriere-root .swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}
.hrf-karriere-root .swiper-button-prev, .hrf-karriere-root .swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}
.hrf-karriere-root .swiper-button-next, .hrf-karriere-root .swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}
.hrf-karriere-root .swiper-button-prev.swiper-button-white, .hrf-karriere-root .swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}
.hrf-karriere-root .swiper-button-next.swiper-button-white, .hrf-karriere-root .swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}
.hrf-karriere-root .swiper-button-prev.swiper-button-black, .hrf-karriere-root .swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}
.hrf-karriere-root .swiper-button-next.swiper-button-black, .hrf-karriere-root .swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}
.hrf-karriere-root .swiper-button-lock{display:none}
.hrf-karriere-root .swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s opacity;-o-transition:.3s opacity;transition:.3s opacity;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);z-index:10}
.hrf-karriere-root .swiper-pagination.swiper-pagination-hidden{opacity:0}
.hrf-karriere-root .swiper-container-horizontal>.swiper-pagination-bullets, .hrf-karriere-root .swiper-pagination-custom, .hrf-karriere-root .swiper-pagination-fraction{bottom:10px;left:0;width:100%}
.hrf-karriere-root .swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}
.hrf-karriere-root .swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(0.33);-ms-transform:scale(0.33);transform:scale(0.33);position:relative}
.hrf-karriere-root .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}
.hrf-karriere-root .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}
.hrf-karriere-root .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(0.66);-ms-transform:scale(0.66);transform:scale(0.66)}
.hrf-karriere-root .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(0.33);-ms-transform:scale(0.33);transform:scale(0.33)}
.hrf-karriere-root .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(0.66);-ms-transform:scale(0.66);transform:scale(0.66)}
.hrf-karriere-root .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(0.33);-ms-transform:scale(0.33);transform:scale(0.33)}
.hrf-karriere-root .swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}
.hrf-karriere-root button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}
.hrf-karriere-root .swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}
.hrf-karriere-root .swiper-pagination-bullet-active{opacity:1;background:#007aff}
.hrf-karriere-root .swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0, -50%, 0);transform:translate3d(0, -50%, 0)}
.hrf-karriere-root .swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}
.hrf-karriere-root .swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:8px}
.hrf-karriere-root .swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:.2s top,.2s -webkit-transform;transition:.2s top,.2s -webkit-transform;-o-transition:.2s transform,.2s top;transition:.2s transform,.2s top;transition:.2s transform,.2s top,.2s -webkit-transform}
.hrf-karriere-root .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}
.hrf-karriere-root .swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}
.hrf-karriere-root .swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s left,.2s -webkit-transform;transition:.2s left,.2s -webkit-transform;-o-transition:.2s transform,.2s left;transition:.2s transform,.2s left;transition:.2s transform,.2s left,.2s -webkit-transform}
.hrf-karriere-root .swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s right,.2s -webkit-transform;transition:.2s right,.2s -webkit-transform;-o-transition:.2s transform,.2s right;transition:.2s transform,.2s right;transition:.2s transform,.2s right,.2s -webkit-transform}
.hrf-karriere-root .swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}
.hrf-karriere-root .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}
.hrf-karriere-root .swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}
.hrf-karriere-root .swiper-container-horizontal>.swiper-pagination-progressbar, .hrf-karriere-root .swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}
.hrf-karriere-root .swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .hrf-karriere-root .swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}
.hrf-karriere-root .swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}
.hrf-karriere-root .swiper-pagination-progressbar.swiper-pagination-white{background:rgba(255,255,255,.25)}
.hrf-karriere-root .swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#fff}
.hrf-karriere-root .swiper-pagination-black .swiper-pagination-bullet-active{background:#000}
.hrf-karriere-root .swiper-pagination-progressbar.swiper-pagination-black{background:rgba(0,0,0,.25)}
.hrf-karriere-root .swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}
.hrf-karriere-root .swiper-pagination-lock{display:none}
.hrf-karriere-root .swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}
.hrf-karriere-root .swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}
.hrf-karriere-root .swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}
.hrf-karriere-root .swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}
.hrf-karriere-root .swiper-scrollbar-cursor-drag{cursor:move}
.hrf-karriere-root .swiper-scrollbar-lock{display:none}
.hrf-karriere-root .swiper-zoom-container{width:100%;height:100%;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-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center}
.hrf-karriere-root .swiper-zoom-container>canvas, .hrf-karriere-root .swiper-zoom-container>img, .hrf-karriere-root .swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}
.hrf-karriere-root .swiper-slide-zoomed{cursor:move}
.hrf-karriere-root .swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12, end) infinite;animation:swiper-preloader-spin 1s steps(12, end) infinite}
.hrf-karriere-root .swiper-lazy-preloader:after{display:block;content:"";width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat}
.hrf-karriere-root .swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}
@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}
@keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}
.hrf-karriere-root .swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}
.hrf-karriere-root .swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}
.hrf-karriere-root .swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}
.hrf-karriere-root .swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}
.hrf-karriere-root .swiper-container-fade .swiper-slide-active, .hrf-karriere-root .swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}
.hrf-karriere-root .swiper-container-cube{overflow:visible}
.hrf-karriere-root .swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}
.hrf-karriere-root .swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}
.hrf-karriere-root .swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}
.hrf-karriere-root .swiper-container-cube .swiper-slide-active, .hrf-karriere-root .swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}
.hrf-karriere-root .swiper-container-cube .swiper-slide-active, .hrf-karriere-root .swiper-container-cube .swiper-slide-next, .hrf-karriere-root .swiper-container-cube .swiper-slide-next+.swiper-slide, .hrf-karriere-root .swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}
.hrf-karriere-root .swiper-container-cube .swiper-slide-shadow-bottom, .hrf-karriere-root .swiper-container-cube .swiper-slide-shadow-left, .hrf-karriere-root .swiper-container-cube .swiper-slide-shadow-right, .hrf-karriere-root .swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}
.hrf-karriere-root .swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}
.hrf-karriere-root .swiper-container-flip{overflow:visible}
.hrf-karriere-root .swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}
.hrf-karriere-root .swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}
.hrf-karriere-root .swiper-container-flip .swiper-slide-active, .hrf-karriere-root .swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}
.hrf-karriere-root .swiper-container-flip .swiper-slide-shadow-bottom, .hrf-karriere-root .swiper-container-flip .swiper-slide-shadow-left, .hrf-karriere-root .swiper-container-flip .swiper-slide-shadow-right, .hrf-karriere-root .swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}
.hrf-karriere-root .swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}
.hrf-karriere-root .next-section{text-align:center;position:absolute;left:50%;z-index:19;color:#fff;cursor:pointer;width:60px;width:3.75rem;height:60px;height:3.75rem;margin-left:-30px;margin-left:-1.875rem;background:rgba(255,255,255,.1);border-radius:50%;transition:background 200ms,box-shadow 200ms,opacity 200ms}
.hrf-karriere-root .next-section:hover, .hrf-karriere-root a:focus .next-section{background-color:rgba(255,255,255,.3);box-shadow:inset 3px 3px 8px 0px rgba(0,0,0,.2)}
.hrf-karriere-root .next-section:before, .hrf-karriere-root .next-section:after{width:30px;width:1.875rem;height:1px;height:.0625rem;background:#fff;content:" ";display:block;position:absolute}
.hrf-karriere-root .next-section:before{-webkit-transform:rotate(-135deg);-moz-transform:rotate(-135deg);-ms-transform:rotate(-135deg);-o-transform:rotate(-135deg);bottom:30px;bottom:1.875rem;left:5px;left:.3125rem}
.hrf-karriere-root .next-section:after{-webkit-transform:rotate(135deg);-moz-transform:rotate(135deg);-ms-transform:rotate(135deg);-o-transform:rotate(135deg);bottom:30px;bottom:1.875rem;right:5px;right:.3125rem}
.hrf-karriere-root #skiphero.hide{opacity:0}
.hrf-karriere-root .close-lightbox:before{transform:rotate(45deg)}
.hrf-karriere-root .close-lightbox:after{transform:rotate(-45deg)}
.hrf-karriere-root .swiper-lightbox .close-lightbox:before, .hrf-karriere-root .swiper-lightbox .close-lightbox:after{background-color:#fff}
@-webkit-keyframes autofill{to{background:transparent}}
.hrf-karriere-root .ds-tabs a{scroll-margin-top:200px}
.hrf-karriere-root .opened .bar1{-webkit-transform:rotate(-45deg) translate(-6px, 6px);transform:rotate(-45deg) translate(-6px, 6px)}
.hrf-karriere-root .opened .bar3{-webkit-transform:rotate(45deg) translate(-8px, -8px);transform:rotate(45deg) translate(-8px, -8px)}
@media screen and (min-width: 1000px){.hrf-karriere-root .main-navigation .seperator{margin:6px auto}
.hrf-karriere-root .nav-mobiletext{display:none}
.hrf-karriere-root a.menu-toggle{display:none}
.hrf-karriere-root #menu-container{visibility:visible;position:static;height:auto;width:auto;background-color:unset}
.hrf-karriere-root .main-navigation ul{margin-top:0;border-top:0}
.hrf-karriere-root .main-navigation ul#primary-menu>li{height:50px;float:left;border-bottom:0;margin-left:28px}
.hrf-karriere-root .main-navigation ul#primary-menu>li>a{visibility:visible;line-height:40px;padding:5px 0 0 0;margin:0;font-size:17.6px;font-size:1.1rem;border-radius:0;border:0;border-bottom:2px solid rgba(0,0,0,0);margin-bottom:-2px}
.hrf-karriere-root .main-navigation ul#primary-menu>li.focus>ul, .hrf-karriere-root .main-navigation ul#primary-menu>li:hover>ul{left:auto;margin-top:4px;transition-delay:0s;opacity:1}
.hrf-karriere-root .main-navigation ul#primary-menu>li:focus-within>ul{left:auto;margin-top:4px;opacity:1}
.hrf-karriere-root .main-navigation ul#primary-menu>li a:focus+ul{left:auto;margin-top:4px;opacity:1}
.hrf-karriere-root .main-navigation ul#primary-menu ul.sub-menu{position:absolute;margin:0;transition:margin 0ms linear 400ms,opacity 400ms;padding:10px 10px 10px 0;box-shadow:0 3px 3px rgba(0,0,0,.2);opacity:0;margin-top:-999em;margin-left:-15px;min-width:200px}
.hrf-karriere-root .main-navigation ul#primary-menu .sub-menu li{line-height:40px;padding:0 5px;float:none;border-top:none}
.hrf-karriere-root .main-navigation ul#primary-menu ul.sub-menu a{padding:0 10px;border-bottom:1px solid rgba(0,0,0,0);font-size:14.4px;font-size:.9rem}
.hrf-karriere-root .main-navigation ul#primary-menu li.megamenu ul.sub-menu ul.sub-menu{box-shadow:none}
.hrf-karriere-root .main-navigation ul#primary-menu ul.sub-menu li>ul.sub-menu{transition:opacity 200ms;top:initial;width:180px}
.hrf-karriere-root .main-navigation ul#primary-menu ul.sub-menu li:hover>ul.sub-menu{left:105%;margin-top:-40px;opacity:1}
.hrf-karriere-root .main-navigation ul#primary-menu ul.sub-menu li:focus-within>ul.sub-menu{left:100%;margin-top:-40px;opacity:1}
.hrf-karriere-root .main-navigation ul#primary-menu ul.sub-menu li a:focus+ul.sub-menu{left:100%;margin-top:-40px;opacity:1}
.hrf-karriere-root ul ul .menu-item-has-children>a:after{transition:all 300ms 0s ease-in-out}
.hrf-karriere-root ul ul .menu-item-has-children:hover>a:after{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}
.hrf-karriere-root .main-navigation ul#primary-menu>li.megamenu>ul>li{border-left:1px solid #444;border-right:1px solid #444}
.hrf-karriere-root .main-navigation ul#primary-menu>li.megamenu>ul>li:first-child, .hrf-karriere-root .main-navigation ul#primary-menu>li.megamenu>ul>li:last-child{border-left:none;border-right:none}
.hrf-karriere-root .main-navigation ul#primary-menu>li.megamenu ul.sub-menu ul{background-color:unset;width:auto}
.hrf-karriere-root .main-navigation ul#primary-menu>li.megamenu>ul.sub-menu{transform:translateX(-50%)}
.hrf-karriere-root .main-navigation ul#primary-menu>li.megamenu>ul.sub-menu>li{display:inline-block;vertical-align:top}
.hrf-karriere-root .main-navigation ul#primary-menu>li.megamenu>ul.sub-menu>li:hover>ul, .hrf-karriere-root .main-navigation ul#primary-menu>li.megamenu>ul.sub-menu>li>ul{position:static;margin-top:0;opacity:1}
.hrf-karriere-root .main-navigation ul#primary-menu>li.megamenu:focus-within>ul.sub-menu>li>ul, .hrf-karriere-root .main-navigation ul#primary-menu>li.megamenu:hover>ul.sub-menu>li>ul{opacity:1;margin-top:auto}
.hrf-karriere-root .main-navigation ul#primary-menu li.megamenu ul.sub-menu a{padding:0}
.hrf-karriere-root .main-navigation ul#primary-menu li.megamenu ul.sub-menu li{padding:0 10px 0 15px}
.hrf-karriere-root .main-navigation ul#primary-menu li.megamenu>ul.sub-menu>li>a:hover{border-color:rgba(0,0,0,0);cursor:default}
.hrf-karriere-root ul li.megamenu ul .menu-item-has-children:hover>a:after{transform:none}}
.hrf-karriere-root .aligncenter{clear:both;display:block;margin-left:auto;margin-right:auto}
.hrf-karriere-root .clear:before, .hrf-karriere-root .clear:after, .hrf-karriere-root .entry-content:before, .hrf-karriere-root .entry-content:after, .hrf-karriere-root .comment-content:before, .hrf-karriere-root .comment-content:after, .hrf-karriere-root .site-header:before, .hrf-karriere-root .site-header:after, .hrf-karriere-root .site-content:before, .hrf-karriere-root .site-content:after, .hrf-karriere-root .site-footer:before, .hrf-karriere-root .site-footer:after{content:"";display:table;table-layout:fixed}
.hrf-karriere-root .clear:after, .hrf-karriere-root .entry-content:after, .hrf-karriere-root .comment-content:after, .hrf-karriere-root .site-header:after, .hrf-karriere-root .site-content:after, .hrf-karriere-root .site-footer:after{clear:both}
.hrf-karriere-root .widget ul li.active:before{content:"❯";transform:rotate(90deg)}
.hrf-karriere-root-title-container{margin:50px 0 0 0;margin:0;display:flex;position:relative;z-index:1}
.hrf-karriere-root .title-overlay{position:absolute;top:0;left:0;width:100%;height:100%;opacity:.3}
.hrf-karriere-root .page-content, .hrf-karriere-root .entry-content, .hrf-karriere-root .entry-summary{margin:0}
.hrf-karriere-root .page-content .wp-smiley, .hrf-karriere-root .entry-content .wp-smiley, .hrf-karriere-root .comment-content .wp-smiley{border:none;margin-bottom:0;margin-top:0;padding:0}
.hrf-karriere-root .entry-content .wp-block-image figure, .hrf-karriere-root figure.wp-block-embed{margin-bottom:1.5em}
@media screen and (max-width: 500px){.hrf-karriere-root .entry-content .wp-block-image figure, .hrf-karriere-root figure.wp-block-embed{float:none;margin:0 auto}}
.hrf-karriere-root .wp-block-image figure, .hrf-karriere-root .wp-block-embed iframe{display:table !important}
.hrf-karriere-root .wp-block-image figcaption, .hrf-karriere-root .wp-block-embed figcaption{font-style:italic;font-size:.9em;text-align:center}
.hrf-karriere-root .ds-polaroid, .hrf-karriere-root .is-style-ds-img-polaroid img{padding:5px;border:solid 1px #efefef}
.hrf-karriere-root div.wp-block-image.is-style-ds-img-foreground, .hrf-karriere-root div.wp-block-image.is-style-ds-img-foreground figure, .hrf-karriere-root figure.is-style-ds-img-foreground.wp-block-image, .hrf-karriere-root figure.is-style-ds-img-background.wp-block-image{margin-bottom:0}
.hrf-karriere-root .wp-block-image.is-style-ds-img-foreground, .hrf-karriere-root .wp-block-image.is-style-ds-img-background{position:relative}
.hrf-karriere-root .wp-block-image.is-style-ds-img-foreground img, .hrf-karriere-root .wp-block-image.is-style-ds-img-background img{position:absolute;left:0;top:0;transform:translateY(-50%)}
.hrf-karriere-root .wp-block-image.is-style-ds-img-foreground.alignright img, .hrf-karriere-root .wp-block-image.is-style-ds-img-foreground .alignright img, .hrf-karriere-root .wp-block-image.is-style-ds-img-background.alignright img, .hrf-karriere-root .wp-block-image.is-style-ds-img-background .alignright img{left:auto;right:0}
.hrf-karriere-root .wp-block-image.is-style-ds-img-foreground.aligncenter img, .hrf-karriere-root .wp-block-image.is-style-ds-img-foreground .aligncenter img, .hrf-karriere-root .wp-block-image.is-style-ds-img-background.aligncenter img, .hrf-karriere-root .wp-block-image.is-style-ds-img-background .aligncenter img{left:50%;right:50%;transform:translateY(-50%) translateX(-50%)}
.hrf-karriere-root .wp-block-image.is-style-ds-img-foreground{z-index:1}
.hrf-karriere-root .wp-block-image.is-style-ds-img-background{z-index:-1}
.hrf-karriere-root .wp-block-image.is-style-ds-img-halfwidth figure{max-width:45%}
.hrf-karriere-root .is-style-ds-img-shadow img{box-shadow:0px 0px 6px #ddd}
.hrf-karriere-root .is-style-ds-img-polaroidshadow img{padding:5px;border:solid 1px #efefef;box-shadow:0px 0px 6px #ddd}
.hrf-karriere-root .is-style-ds-img-zoom-hover img{transition:transform 500ms}
.hrf-karriere-root .is-style-ds-img-round img{border-radius:50%}
.hrf-karriere-root .ds-polaroid, .hrf-karriere-root .is-style-ds-img-round-polaroid img{padding:5px;border:solid 1px #efefef;border-radius:50%}
.hrf-karriere-root .is-style-ds-img-zoom-hover img:hover{transform:scale(1.2)}
.hrf-karriere-root figure.wp-block-image.alignfull{height:auto;vertical-align:middle;text-align:right;overflow:hidden}
@media screen and (max-width: 1000px){.hrf-karriere-root .wp-block-column figure.alignright{margin:0 auto;float:none}
.hrf-karriere-root .wp-block-column figure.alignleft{margin:0 auto;float:none}}
.hrf-karriere-root .wp-block-image.alignfull img{width:100vw;position:relative;transform-origin:center top;-webkit-transform-origin:center top;-ms-transform-origin:center top}
.hrf-karriere-root .swiper-slide .wp-block-media-text__content{position:absolute;top:80%;width:100%;padding:5px 10px 0px 10px;background-color:rgba(255,255,255,.8)}
@media screen and (max-width: 600px){.hrf-karriere-root .swiper-slide .wp-block-media-text__content{padding:0}}
.hrf-karriere-root .swiper-slide .wp-block-media-text__content p{text-align:center;color:#000;line-height:3em;margin:0}
@media screen and (max-width: 600px){.hrf-karriere-root .swiper-slide .wp-block-media-text__content p{line-height:normal;font-size:3.5vw}}
.hrf-karriere-root .wp-block-embed.wp-embed-aspect-4-3.small iframe{width:320px;height:240px;margin:0 auto}
@media screen and (max-width: 1300px){.hrf-karriere-root .wp-block-embed.wp-embed-aspect-4-3.small iframe{width:480px;height:360px}}
.hrf-karriere-root .wp-block-embed.wp-embed-aspect-16-9.small iframe{width:320px;height:180px;margin:0 auto}
@media screen and (min-width: 1300px){.hrf-karriere-root .wp-block-embed.wp-embed-aspect-16-9.small iframe{width:480px;height:270px}}
.hrf-karriere-root figure.wp-block-gallery ul.blocks-gallery-grid{margin:0;padding:0;list-style:none;width:100%;display:flex}
@media screen and (min-width: 1000px){.hrf-karriere-root .wp-block-gallery.is-style-ds-uneven-gallery.columns-2 .blocks-gallery-grid li:nth-child(odd){width:60%;margin:0}
.hrf-karriere-root .wp-block-gallery.is-style-ds-uneven-gallery.columns-2 .blocks-gallery-grid li:nth-child(even){width:40%;margin:0}
.hrf-karriere-root .wp-block-gallery.is-style-ds-uneven-gallery.columns-3 .blocks-gallery-grid li:nth-child(odd){width:40%;margin:0}
.hrf-karriere-root .wp-block-gallery.is-style-ds-uneven-gallery.columns-3 .blocks-gallery-grid li:nth-child(even){width:20%;margin:0}
.hrf-karriere-root .wp-block-gallery.is-style-ds-uneven-gallery.columns-4 .blocks-gallery-grid li:nth-child(odd){width:30%;margin:0}
.hrf-karriere-root .wp-block-gallery.is-style-ds-uneven-gallery.columns-4 .blocks-gallery-grid li:nth-child(even){width:20%;margin:0}
.hrf-karriere-root .wp-block-gallery.is-style-ds-uneven-gallery.columns-5 .blocks-gallery-grid li:nth-child(odd){width:25%;margin:0}
.hrf-karriere-root .wp-block-gallery.is-style-ds-uneven-gallery.columns-5 .blocks-gallery-grid li:nth-child(even){width:8%;margin:0}
.hrf-karriere-root .wp-block-gallery.is-style-ds-uneven-gallery.columns-6 .blocks-gallery-grid li:nth-child(odd){width:20%;margin:0}
.hrf-karriere-root .wp-block-gallery.is-style-ds-uneven-gallery.columns-6 .blocks-gallery-grid li:nth-child(even){width:10%;margin:0}}
.hrf-karriere-root .icon-instagram:before{display:inline-block;position:relative;top:2px;width:1em;height:1em;content:"";background-repeat:no-repeat;background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M12.1%2C5.7c-3.4%2C0-6.2%2C2.7-6.2%2C6.2s2.7%2C6.2%2C6.2%2C6.2s6.2-2.7%2C6.2-6.2S15.5%2C5.7%2C12.1%2C5.7z%20M12.1%2C15.9c-2.2%2C0-4-1.8-4-4%0A%09s1.8-4%2C4-4s4%2C1.8%2C4%2C4S14.3%2C15.9%2C12.1%2C15.9L12.1%2C15.9z%20M19.9%2C5.5c0%2C0.8-0.6%2C1.4-1.4%2C1.4c-0.8%2C0-1.4-0.6-1.4-1.4s0.6-1.4%2C1.4-1.4%0A%09C19.2%2C4.1%2C19.9%2C4.7%2C19.9%2C5.5z%20M24%2C7c-0.1-1.9-0.5-3.6-1.9-5c-1.4-1.4-3.1-1.8-5-1.9c-2-0.1-7.9-0.1-9.9%2C0c-1.9%2C0.1-3.6%2C0.5-5%2C1.9%0A%09S0.2%2C5%2C0.1%2C6.9c-0.1%2C2-0.1%2C7.9%2C0%2C9.9c0.1%2C1.9%2C0.5%2C3.6%2C1.9%2C5c1.4%2C1.4%2C3.1%2C1.8%2C5%2C1.9c2%2C0.1%2C7.9%2C0.1%2C9.9%2C0c1.9-0.1%2C3.6-0.5%2C5-1.9%0A%09c1.4-1.4%2C1.8-3.1%2C1.9-5C24.1%2C14.9%2C24.1%2C8.9%2C24%2C7L24%2C7z%20M21.4%2C19c-0.4%2C1-1.2%2C1.9-2.3%2C2.3c-1.6%2C0.6-5.3%2C0.5-7.1%2C0.5S6.6%2C21.9%2C5%2C21.3%0A%09c-1-0.4-1.9-1.2-2.3-2.3c-0.6-1.6-0.5-5.3-0.5-7.1S2.1%2C6.4%2C2.7%2C4.8C3.1%2C3.8%2C3.9%2C3%2C5%2C2.5c1.6-0.6%2C5.3-0.5%2C7.1-0.5s5.5-0.1%2C7.1%2C0.5%0A%09c1%2C0.4%2C1.9%2C1.2%2C2.3%2C2.3c0.6%2C1.6%2C0.5%2C5.3%2C0.5%2C7.1S22%2C17.4%2C21.4%2C19z%22%2F%3E%3C%2Fsvg%3E)}
.hrf-karriere-root .icon-linkedin:before{display:inline-block;position:relative;top:2px;width:1em;height:1em;content:"";background-repeat:no-repeat;background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M6.1%2C22.8H1.6V8.4h4.5V22.8z%20M3.8%2C6.4c-1.4%2C0-2.6-1.2-2.6-2.6s1.2-2.6%2C2.6-2.6s2.6%2C1.2%2C2.6%2C2.6S5.2%2C6.4%2C3.8%2C6.4z%20M22.8%2C22.8%0A%09h-4.5v-7c0-1.7%2C0-3.8-2.3-3.8c-2.3%2C0-2.7%2C1.8-2.7%2C3.7v7.1H8.8V8.4h4.3v2h0.1C13.8%2C9.2%2C15.2%2C8%2C17.4%2C8c4.5%2C0%2C5.3%2C3%2C5.3%2C6.8L22.8%2C22.8%0A%09L22.8%2C22.8L22.8%2C22.8z%22%2F%3E%3C%2Fsvg%3E)}
.hrf-karriere-root ul.is-style-ds-list-house li:hover:before, .hrf-karriere-root ul.is-style-ds-list-heart li:hover:before, .hrf-karriere-root ul.is-style-ds-list-globe li:hover:before, .hrf-karriere-root ul.is-style-ds-list-award li:hover:before, .hrf-karriere-root .icon-arrow-right-circle-black:before{display:inline-block;width:1em;height:1em;top:2px;content:"";background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23444444%22%20d%3D%22M12%2C0c6.6%2C0%2C12%2C5.4%2C12%2C12s-5.4%2C12-12%2C12S0%2C18.6%2C0%2C12S5.4%2C0%2C12%2C0z%20M6.4%2C14.1H12v3.4c0%2C0.5%2C0.6%2C0.8%2C1%2C0.4l5.5-5.6%0A%09c0.2-0.2%2C0.2-0.6%2C0-0.8L13%2C6c-0.4-0.4-1-0.1-1%2C0.4v3.4H6.4c-0.3%2C0-0.6%2C0.3-0.6%2C0.6v3.1C5.8%2C13.9%2C6.1%2C14.1%2C6.4%2C14.1z%22%2F%3E%3C%2Fsvg%3E)}
.hrf-karriere-root ul.is-style-ds-list-check li:before, .hrf-karriere-root .icon-check:before{display:inline-block;top:2px;width:1em;height:1em;content:"";background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23444444%22%20d%3D%22M21.6%2C5.4l-0.9-0.9c-0.6-0.6-1.5-0.6-2.1%2C0l-10%2C10l-3.1-3.1c-0.6-0.6-1.5-0.6-2.1%2C0l-0.9%2C0.9c-0.6%2C0.6-0.6%2C1.5%2C0%2C2.1%0A%09l5.1%2C5.1c0.3%2C0.3%2C0.7%2C0.4%2C1.1%2C0.4c0.4%2C0%2C0.8-0.1%2C1.1-0.4L21.6%2C7.5C22.1%2C7%2C22.1%2C6%2C21.6%2C5.4z%22%2F%3E%3C%2Fsvg%3E)}
.hrf-karriere-root .icon-instagram-black:before{display:inline-block;position:relative;top:2px;width:1em;height:1em;content:"";background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23444444%22%20d%3D%22M12.1%2C5.7c-3.4%2C0-6.2%2C2.7-6.2%2C6.2s2.7%2C6.2%2C6.2%2C6.2s6.2-2.7%2C6.2-6.2S15.5%2C5.7%2C12.1%2C5.7z%20M12.1%2C15.9c-2.2%2C0-4-1.8-4-4%0A%09s1.8-4%2C4-4s4%2C1.8%2C4%2C4S14.3%2C15.9%2C12.1%2C15.9L12.1%2C15.9z%20M19.9%2C5.5c0%2C0.8-0.6%2C1.4-1.4%2C1.4c-0.8%2C0-1.4-0.6-1.4-1.4s0.6-1.4%2C1.4-1.4%0A%09C19.2%2C4.1%2C19.9%2C4.7%2C19.9%2C5.5z%20M24%2C7c-0.1-1.9-0.5-3.6-1.9-5c-1.4-1.4-3.1-1.8-5-1.9c-2-0.1-7.9-0.1-9.9%2C0c-1.9%2C0.1-3.6%2C0.5-5%2C1.9%0A%09S0.2%2C5%2C0.1%2C6.9c-0.1%2C2-0.1%2C7.9%2C0%2C9.9c0.1%2C1.9%2C0.5%2C3.6%2C1.9%2C5c1.4%2C1.4%2C3.1%2C1.8%2C5%2C1.9c2%2C0.1%2C7.9%2C0.1%2C9.9%2C0c1.9-0.1%2C3.6-0.5%2C5-1.9%0A%09c1.4-1.4%2C1.8-3.1%2C1.9-5C24.1%2C14.9%2C24.1%2C8.9%2C24%2C7L24%2C7z%20M21.4%2C19c-0.4%2C1-1.2%2C1.9-2.3%2C2.3c-1.6%2C0.6-5.3%2C0.5-7.1%2C0.5S6.6%2C21.9%2C5%2C21.3%0A%09c-1-0.4-1.9-1.2-2.3-2.3c-0.6-1.6-0.5-5.3-0.5-7.1S2.1%2C6.4%2C2.7%2C4.8C3.1%2C3.8%2C3.9%2C3%2C5%2C2.5c1.6-0.6%2C5.3-0.5%2C7.1-0.5s5.5-0.1%2C7.1%2C0.5%0A%09c1%2C0.4%2C1.9%2C1.2%2C2.3%2C2.3c0.6%2C1.6%2C0.5%2C5.3%2C0.5%2C7.1S22%2C17.4%2C21.4%2C19z%22%2F%3E%3C%2Fsvg%3E)}
.hrf-karriere-root ul.is-style-ds-list-heart li:before, .hrf-karriere-root .icon-heart:before{display:inline-block;position:relative;top:2px;width:1em;height:1em;content:"";background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23444444%22%20d%3D%22M21.3%2C3.3c-2.5-2.1-6.1-1.7-8.4%2C0.6L12%2C4.8l-0.9-0.9C8.9%2C1.6%2C5.2%2C1.2%2C2.7%2C3.3c-2.8%2C2.4-3%2C6.7-0.4%2C9.4l8.7%2C9%20c0.6%2C0.6%2C1.5%2C0.6%2C2%2C0l8.7-9C24.3%2C10%2C24.1%2C5.7%2C21.3%2C3.3L21.3%2C3.3z%22%2F%3E%3C%2Fsvg%3E)}
.hrf-karriere-root ul.is-style-ds-list-house li:before, .hrf-karriere-root .icon-house:before{display:inline-block;position:relative;top:2px;width:1em;height:1em;content:"";background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23444444%22%20d%3D%22M0.8%2C14.1h2v8c0%2C0.5%2C0.4%2C0.9%2C0.8%2C0.9h4.7c0.5%2C0%2C0.8-0.4%2C0.8-0.9v-6.2h5.5v6.2c0%2C0.5%2C0.4%2C0.9%2C0.8%2C0.9H20%20c0.5%2C0%2C0.8-0.4%2C0.8-0.9v-8h2.4c0.3%2C0%2C0.6-0.2%2C0.8-0.5c0.1-0.3%2C0.1-0.7-0.2-0.9L12.6%2C1.3c-0.3-0.3-0.9-0.3-1.2%2C0L0.3%2C12.6%20c-0.3%2C0.2-0.3%2C0.6-0.2%2C0.9C0.2%2C13.9%2C0.5%2C14.1%2C0.8%2C14.1z%22%2F%3E%3C%2Fsvg%3E)}
.hrf-karriere-root ul.is-style-ds-list-globe li:before, .hrf-karriere-root .icon-globe:before{display:inline-block;position:relative;top:2px;width:1em;height:1em;content:"";background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23444444%22%20d%3D%22M16.2%2C7.4C15.5%2C3%2C13.9%2C0%2C12%2C0S8.4%2C3%2C7.7%2C7.4H16.2z%20M7.3%2C12c0%2C1.1%2C0.1%2C2.1%2C0.2%2C3.1h9c0.1-1%2C0.2-2%2C0.2-3.1s-0.1-2.1-0.2-3.1%0A%09h-9C7.4%2C9.9%2C7.3%2C10.9%2C7.3%2C12z%20M23%2C7.4c-1.4-3.3-4.2-5.8-7.6-6.9c1.2%2C1.6%2C2%2C4.1%2C2.4%2C6.9H23z%20M8.5%2C0.5c-3.5%2C1-6.3%2C3.6-7.6%2C6.9h5.2%0A%09C6.5%2C4.6%2C7.3%2C2.1%2C8.5%2C0.5L8.5%2C0.5z%20M23.5%2C8.9H18c0.1%2C1%2C0.2%2C2.1%2C0.2%2C3.1s-0.1%2C2.1-0.2%2C3.1h5.5c0.3-1%2C0.4-2%2C0.4-3.1S23.8%2C9.9%2C23.5%2C8.9%0A%09L23.5%2C8.9z%20M5.8%2C12c0-1%2C0.1-2.1%2C0.2-3.1H0.4C0.1%2C9.9%2C0%2C10.9%2C0%2C12s0.2%2C2.1%2C0.4%2C3.1h5.5C5.8%2C14.1%2C5.8%2C13%2C5.8%2C12z%20M7.7%2C16.6%0A%09C8.4%2C21%2C10%2C24%2C12%2C24s3.6-3%2C4.3-7.4H7.7z%20M15.4%2C23.5c3.5-1%2C6.3-3.6%2C7.6-6.9h-5.2C17.4%2C19.4%2C16.6%2C21.9%2C15.4%2C23.5z%20M0.9%2C16.6%0A%09c1.4%2C3.3%2C4.2%2C5.8%2C7.6%2C6.9c-1.2-1.6-2-4.1-2.4-6.9C6.1%2C16.6%2C0.9%2C16.6%2C0.9%2C16.6z%22%2F%3E%3C%2Fsvg%3E)}
.hrf-karriere-root ul.is-style-ds-list-award li:before, .hrf-karriere-root .icon-award:before{display:inline-block;position:relative;top:2px;width:1em;height:1em;content:"";background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23444444%22%20d%3D%22M19.7%2C14.1c0.8-1.3%2C0.9-2.9%2C0.2-4.1c-0.1-0.1-0.1-0.2-0.2-0.4c0.1-0.1%2C0.1-0.2%2C0.2-0.4c0.6-1.2%2C0.5-2.8-0.2-4.2%20c-0.7-1.3-2.1-2.2-3.5-2.3c-0.1%2C0-0.3%2C0-0.4%2C0c-0.1-0.1-0.1-0.2-0.2-0.4C15%2C1.3%2C13.5%2C0.6%2C12%2C0.6v0c-1.5%2C0-3%2C0.8-3.7%2C1.9%0A%09C8.3%2C2.6%2C8.2%2C2.7%2C8.1%2C2.8c-0.1%2C0-0.3%2C0-0.4%2C0C6.4%2C2.9%2C5%2C3.7%2C4.3%2C5C3.5%2C6.4%2C3.4%2C8%2C4%2C9.2c0.1%2C0.1%2C0.1%2C0.2%2C0.2%2C0.4%20C4.2%2C9.7%2C4.1%2C9.8%2C4%2C9.9c-0.6%2C1.2-0.5%2C2.8%2C0.2%2C4.1c0.4%2C0.6%2C0.9%2C1.2%2C1.5%2C1.6c-0.9%2C1.7-1.6%2C5.3-1.6%2C5.3h2.5l1.3%2C2.5%20c0%2C0%2C3.3-4.6%2C4.1-4.8c0.8%2C0.1%2C4.1%2C4.8%2C4.1%2C4.8l1.3-2.5h2.5c0%2C0-0.7-3.6-1.6-5.3C18.9%2C15.2%2C19.4%2C14.7%2C19.7%2C14.1z%20M12%2C15.5L12%2C15.5%20c-3.2%2C0-5.8-2.6-5.8-5.8C6.3%2C6.6%2C8.8%2C4%2C12%2C3.9v0c3.2%2C0%2C5.8%2C2.6%2C5.8%2C5.8C17.7%2C12.9%2C15.2%2C15.5%2C12%2C15.5z%22%2F%3E%3C%2Fsvg%3E)}
.hrf-karriere-root .icon-chevron-left-black:before{transform:rotate(90deg)}
.hrf-karriere-root .icon-chevron-right-black:before{transform:rotate(-90deg)}
.hrf-karriere-root .icon-lightgrey:before{filter:brightness(70%)}
.hrf-karriere-root .icon-flip:before{transform:rotate(180deg)}
.hrf-karriere-root .swiper-pagination-bullet-active{background:#fff;opacity:1 !important}
.hrf-karriere-root .swiper-pagination-bullet{width:16px !important;height:16px !important;opacity:.5;background:#fff;box-shadow:#666 0px 0px 5px}
.hrf-karriere-root .swiper-slide{background-size:cover;background-position:center}
.hrf-karriere-root .swiper-thumbs{height:20%;box-sizing:border-box;padding:10px 0}
.hrf-karriere-root .swiper-thumbs .swiper-slide{width:20%;height:100%;opacity:.4;overflow:hidden;cursor:pointer;transition:opacity 300ms}
.hrf-karriere-root .swiper-thumbs .swiper-slide:hover, .hrf-karriere-root .swiper-thumbs .swiper-slide-active, .hrf-karriere-root .swiper-thumbs .swiper-slide-thumb-active{opacity:1}
.hrf-karriere-root .swiper-container .swiper-slide img{width:100%}
.hrf-karriere-root .swiper-container .swiper-slide .is-resized img{width:auto}
.hrf-karriere-root .swiper-container.swiper-thumbs .swiper-slide img{width:120%;max-width:120%;height:100%}
.hrf-karriere-root .swiper-container figcaption{position:absolute;color:#fff;text-align:center;bottom:5px;left:0;width:100%;background-image:linear-gradient(0deg, rgba(0, 0, 0, 0.7) 40%, rgba(0, 0, 0, 0));padding:40px 0}
.hrf-karriere-root .swiper-pagination-bullet-active{background:#fff;opacity:1 !important}
.hrf-karriere-root .swiper-pagination-bullet{width:16px !important;height:16px !important;opacity:.5;background:#fff;box-shadow:#666 0px 0px 5px}
.hrf-karriere-root .swiper-container{overflow:hidden}
.hrf-karriere-root .swiper-container-cube{overflow:hidden !important}
.hrf-karriere-root .swiper-thumbs{height:auto;overflow:hidden}
.hrf-karriere-root .close-box{background-color:rgba(255,255,255,.2);cursor:pointer;transform:rotate(45deg);top:0}
.hrf-karriere-root .swiper-lightbox{display:none;z-index:99;background-color:rgba(0,0,0,.95);width:100%;height:100%;position:fixed;backface-visibility:hidden;top:0;left:0}
.hrf-karriere-root .swiper-lightbox .swiper-slide{display:flex;align-items:center;justify-content:center;height:100vh}
.hrf-karriere-root .swiper-lightbox figcaption{margin:5%;font-size:22.4px;font-size:1.4rem;color:#f8f8f8;width:auto;text-align:center}
.hrf-karriere-root .wp-block-columns{display:flex;flex-wrap:wrap;justify-content:space-around;min-height:1px;scroll-margin-top:120px}
.hrf-karriere-root .covertabs.wp-block-columns{flex-direction:row;flex-wrap:nowrap!important}
@media screen and (max-width:650px){.hrf-karriere-root .wp-block-columns.career20-menu{display:none}}
.hrf-karriere-root .wp-block-columns.is-style-ds-aligntop, .hrf-karriere-root .wp-block-columns.ds-aligntop{align-items:flex-start;justify-content:space-around}
.hrf-karriere-root .wp-block-column.is-vertically-aligned-top{align-self:start}
.hrf-karriere-root .wp-block-column.is-vertically-aligned-center{align-self:center}
.hrf-karriere-root .wp-block-column.is-vertically-aligned-bottom{align-self:flex-end}
.hrf-karriere-root .wp-block-columns.is-style-ds-aligncenter, .hrf-karriere-root .wp-block-columns.ds-aligncenter{align-items:center;justify-content:space-around}
@media(min-width: 782px){.hrf-karriere-root .wp-block-columns.is-style-ds-stretch.is-style-ds-1-2, .hrf-karriere-root .wp-block-columns.is-style-ds-stretch{align-items:stretch;justify-content:space-around}}
.hrf-karriere-root .wp-block-columns.wrap-reverse{flex-wrap:wrap-reverse}
.hrf-karriere-root p.is-style-ds-nospace{margin-bottom:0}
@media screen and (max-width: 782px){.hrf-karriere-root .wp-block-spacer.is-style-ds-nomobile{height:0 !important}}
@media screen and (min-width: 782px){.hrf-karriere-root .wp-block-spacer.is-style-ds-mobile{height:0 !important}}
.hrf-karriere-root .wp-block-spacer.is-style-ds-responsive{height:5vh !important;min-height:50px}
.hrf-karriere-root h1.is-style-ds-white-heading, .hrf-karriere-root h2.is-style-ds-white-heading, .hrf-karriere-root h3.is-style-ds-white-heading, .hrf-karriere-root h4.is-style-ds-white-heading, .hrf-karriere-root h5.is-style-ds-white-heading, .hrf-karriere-root h6.is-style-ds-white-heading{color:#fff !important}
.hrf-karriere-root h1.is-style-ds-black-heading, .hrf-karriere-root h2.is-style-ds-black-heading, .hrf-karriere-root h3.is-style-ds-black-heading, .hrf-karriere-root h4.is-style-ds-black-heading, .hrf-karriere-root h5.is-style-ds-black-heading, .hrf-karriere-root h6.is-style-ds-black-heading{color:#000 !important}
.hrf-karriere-root .wp-block-columns.ci{align-items:normal;text-align:center}
.hrf-karriere-root .wp-block-columns.ci .wp-block-column{padding:3%;margin-bottom:2em;box-shadow:5px 5px 10px #ccc;display:flex;flex-wrap:wrap;justify-content:center;flex-flow:column}
.hrf-karriere-root .wp-block-columns.ci .wp-block-column *:last-child{margin-top:auto}
.hrf-karriere-root .wp-block-columns.ci h3{font-size:1.3em}
.hrf-karriere-root .wp-block-column>.wp-block-image{margin-bottom:2em}
.hrf-karriere-root .is-style-ds-nospace .wp-block-column>.wp-block-image{margin-bottom:0}
.hrf-karriere-root .wp-block-column{flex-basis:100% !important;flex-grow:0}
@media(min-width: 600px){.hrf-karriere-root .wp-block-column:not(:first-child){margin-left:0}
.hrf-karriere-root .wp-block-column:nth-child(even){margin-left:0}}
@media(min-width: 782px){.hrf-karriere-root .wp-block-columns, .hrf-karriere-root .wp-block-columns.wrap-reverse{flex-wrap:nowrap}
.hrf-karriere-root .wp-block-column{flex-grow:0}
.hrf-karriere-root .wp-block-column:nth-child(even){margin-left:32px;margin-right:32px}
.hrf-karriere-root .ds-largemargin .wp-block-column:nth-child(even){margin-left:100px;margin-right:100px}
.hrf-karriere-root .wp-block-columns.is-style-ds-1-2{align-items:center}
.hrf-karriere-root .wp-block-columns.is-style-ds-1-2 .wp-block-column:first-of-type{flex:2 2}
.hrf-karriere-root .wp-block-columns.is-style-ds-1-2 .wp-block-column:last-of-type{flex:1 1;padding-left:5%}
.hrf-karriere-root .wp-block-columns.is-style-ds-2-1{align-items:center}
.hrf-karriere-root .wp-block-columns.is-style-ds-2-1 .wp-block-column:first-of-type{flex:1 1;padding-right:5%}
.hrf-karriere-root .wp-block-columns.is-style-ds-2-1 .wp-block-column:last-of-type{flex:2 2}
.hrf-karriere-root .wp-block-columns.is-style-ds-2-3{align-items:center}
.hrf-karriere-root .wp-block-columns.is-style-ds-2-3 .wp-block-column:first-of-type{flex:3 3}
.hrf-karriere-root .wp-block-columns.is-style-ds-2-3 .wp-block-column:last-of-type{flex:2 2}
.hrf-karriere-root .wp-block-columns.is-style-ds-3-2{align-items:center}
.hrf-karriere-root .wp-block-columns.is-style-ds-3-2 .wp-block-column:first-of-type{flex:2 2}
.hrf-karriere-root .wp-block-columns.is-style-ds-3-2 .wp-block-column:last-of-type{flex:3 3}
.hrf-karriere-root .wp-block-columns.is-style-ds-e-t-e>div:nth-child(1){flex-basis:25% !important}
.hrf-karriere-root .wp-block-columns.is-style-ds-e-t-e>div:nth-child(2){flex-basis:50% !important}
.hrf-karriere-root .wp-block-columns.is-style-ds-e-t-e>div:nth-child(3){flex-basis:25% !important}
.hrf-karriere-root .wp-block-columns.is-style-ds-w-s-w>div:nth-child(1){flex-basis:40% !important}
.hrf-karriere-root .wp-block-columns.is-style-ds-w-s-w>div:nth-child(2){flex-basis:20% !important}
.hrf-karriere-root .wp-block-columns.is-style-ds-w-s-w>div:nth-child(3){flex-basis:40% !important}
.hrf-karriere-root .wp-block-column>.wp-block-image{margin-bottom:0}
.hrf-karriere-root .wp-block-columns.is-style-ds-autowidth{justify-content:flex-start}
.hrf-karriere-root .wp-block-columns.is-style-ds-autowidth .wp-block-column{flex-basis:auto !important}
.hrf-karriere-root .wp-block-columns.is-style-ds-autowidth-r{justify-content:flex-end}
.hrf-karriere-root .wp-block-columns.is-style-ds-autowidth-r .wp-block-column{flex-basis:auto !important}
.hrf-karriere-root .wp-block-columns.is-style-ds-nospace>div{margin-left:0 !important;margin-right:0 !important}}
.hrf-karriere-root .wp-block-columns.columns-flex .wp-block-column{flex-basis:unset !important;flex:1;text-align:center}
.hrf-karriere-root .wp-block-columns.flexcut>div>figure>img{width:100%;height:100%;object-fit:cover;padding:10px}
@media(min-width: 782px){.hrf-karriere-root .wp-block-columns.flexcut{align-items:stretch;justify-content:space-around}
.hrf-karriere-root .wp-block-columns.flexcut>div>figure{position:absolute;height:100%;width:100%;overflow:hidden}
.hrf-karriere-root .wp-block-columns.flexcut>div>figure img{padding:0 0 10px 0}}
.hrf-karriere-root ol.is-style-ds-list-largenumbers{list-style:none;counter-reset:howto-counter;text-align:left;display:inline-block;margin:0 auto}
.hrf-karriere-root ol.is-style-ds-list-largenumbers li{counter-increment:howto-counter;position:relative;line-height:2em}
.hrf-karriere-root ol.is-style-ds-list-largenumbers li::before{content:counter(howto-counter) ")  ";text-align:right;font-weight:bold;font-size:2em;line-height:1;position:absolute;left:-1.3em}
.hrf-karriere-root .wp-block-cover-image, .hrf-karriere-root .wp-block-cover{position:relative;background-size:cover;background-position:center center;min-height:430px;display:flex;justify-content:center;align-items:center;overflow:hidden}
.hrf-karriere-root .wp-block-cover-image.has-left-content, .hrf-karriere-root .wp-block-cover.has-left-content{justify-content:flex-start}
.hrf-karriere-root .wp-block-cover-image.has-left-content h2, .hrf-karriere-root .wp-block-cover-image.has-left-content .wp-block-cover-image-text, .hrf-karriere-root .wp-block-cover-image.has-left-content .wp-block-cover-text, .hrf-karriere-root .wp-block-cover.has-left-content h2, .hrf-karriere-root .wp-block-cover.has-left-content .wp-block-cover-image-text, .hrf-karriere-root .wp-block-cover.has-left-content .wp-block-cover-text{margin-left:0;text-align:left}
.hrf-karriere-root .wp-block-cover-image.has-right-content, .hrf-karriere-root .wp-block-cover.has-right-content{justify-content:flex-end}
.hrf-karriere-root .wp-block-cover-image.has-right-content h2, .hrf-karriere-root .wp-block-cover-image.has-right-content .wp-block-cover-image-text, .hrf-karriere-root .wp-block-cover-image.has-right-content .wp-block-cover-text, .hrf-karriere-root .wp-block-cover.has-right-content h2, .hrf-karriere-root .wp-block-cover.has-right-content .wp-block-cover-image-text, .hrf-karriere-root .wp-block-cover.has-right-content .wp-block-cover-text{margin-right:0;text-align:right}
.hrf-karriere-root .wp-block-cover-image h2, .hrf-karriere-root .wp-block-cover-image .wp-block-cover-image-text, .hrf-karriere-root .wp-block-cover-image .wp-block-cover-text, .hrf-karriere-root .wp-block-cover h2, .hrf-karriere-root .wp-block-cover .wp-block-cover-image-text, .hrf-karriere-root .wp-block-cover .wp-block-cover-text{color:#fff;font-size:2em;line-height:1.25;z-index:1;margin-bottom:0}
.hrf-karriere-root .wp-block-cover-image h2 a, .hrf-karriere-root .wp-block-cover-image h2 a:hover, .hrf-karriere-root .wp-block-cover-image h2 a:focus, .hrf-karriere-root .wp-block-cover-image h2 a:active, .hrf-karriere-root .wp-block-cover-image .wp-block-cover-image-text a, .hrf-karriere-root .wp-block-cover-image .wp-block-cover-image-text a:hover, .hrf-karriere-root .wp-block-cover-image .wp-block-cover-image-text a:focus, .hrf-karriere-root .wp-block-cover-image .wp-block-cover-image-text a:active, .hrf-karriere-root .wp-block-cover-image .wp-block-cover-text a, .hrf-karriere-root .wp-block-cover-image .wp-block-cover-text a:hover, .hrf-karriere-root .wp-block-cover-image .wp-block-cover-text a:focus, .hrf-karriere-root .wp-block-cover-image .wp-block-cover-text a:active, .hrf-karriere-root .wp-block-cover h2 a, .hrf-karriere-root .wp-block-cover h2 a:hover, .hrf-karriere-root .wp-block-cover h2 a:focus, .hrf-karriere-root .wp-block-cover h2 a:active, .hrf-karriere-root .wp-block-cover .wp-block-cover-image-text a, .hrf-karriere-root .wp-block-cover .wp-block-cover-image-text a:hover, .hrf-karriere-root .wp-block-cover .wp-block-cover-image-text a:focus, .hrf-karriere-root .wp-block-cover .wp-block-cover-image-text a:active, .hrf-karriere-root .wp-block-cover .wp-block-cover-text a, .hrf-karriere-root .wp-block-cover .wp-block-cover-text a:hover, .hrf-karriere-root .wp-block-cover .wp-block-cover-text a:focus, .hrf-karriere-root .wp-block-cover .wp-block-cover-text a:active{color:#fff}
.hrf-karriere-root .wp-block-cover-image h2.has-text-color a, .hrf-karriere-root .wp-block-cover-image .wp-block-cover-image-text.has-text-color a, .hrf-karriere-root .wp-block-cover-image .wp-block-cover-text.has-text-color a, .hrf-karriere-root .wp-block-cover h2.has-text-color a, .hrf-karriere-root .wp-block-cover .wp-block-cover-image-text.has-text-color a, .hrf-karriere-root .wp-block-cover .wp-block-cover-text.has-text-color a{color:inherit}
.hrf-karriere-root .wp-block-cover-image.has-parallax, .hrf-karriere-root .wp-block-cover.has-parallax{background-attachment:fixed}
@supports(-webkit-overflow-scrolling: touch){.hrf-karriere-root .wp-block-cover-image.has-parallax, .hrf-karriere-root .wp-block-cover.has-parallax{background-attachment:scroll}}
@media(prefers-reduced-motion: reduce){.hrf-karriere-root .wp-block-cover-image.has-parallax, .hrf-karriere-root .wp-block-cover.has-parallax{background-attachment:scroll}}
.hrf-karriere-root .wp-block-cover-image.has-background-dim::before, .hrf-karriere-root .wp-block-cover.has-background-dim::before{content:"";position:absolute;top:0;left:0;bottom:0;right:0;background-color:inherit;opacity:.5;z-index:1}
.hrf-karriere-root .wp-block-cover-image.has-background-dim.has-background-dim-10::before, .hrf-karriere-root .wp-block-cover.has-background-dim.has-background-dim-10::before{opacity:.1}
.hrf-karriere-root .wp-block-cover-image.has-background-dim.has-background-dim-20::before, .hrf-karriere-root .wp-block-cover.has-background-dim.has-background-dim-20::before{opacity:.2}
.hrf-karriere-root .wp-block-cover-image.has-background-dim.has-background-dim-30::before, .hrf-karriere-root .wp-block-cover.has-background-dim.has-background-dim-30::before{opacity:.3}
.hrf-karriere-root .wp-block-cover-image.has-background-dim.has-background-dim-40::before, .hrf-karriere-root .wp-block-cover.has-background-dim.has-background-dim-40::before{opacity:.4}
.hrf-karriere-root .wp-block-cover-image.has-background-dim.has-background-dim-50::before, .hrf-karriere-root .wp-block-cover.has-background-dim.has-background-dim-50::before{opacity:.5}
.hrf-karriere-root .wp-block-cover-image.has-background-dim.has-background-dim-60::before, .hrf-karriere-root .wp-block-cover.has-background-dim.has-background-dim-60::before{opacity:.6}
.hrf-karriere-root .wp-block-cover-image.has-background-dim.has-background-dim-70::before, .hrf-karriere-root .wp-block-cover.has-background-dim.has-background-dim-70::before{opacity:.7}
.hrf-karriere-root .wp-block-cover-image.has-background-dim.has-background-dim-80::before, .hrf-karriere-root .wp-block-cover.has-background-dim.has-background-dim-80::before{opacity:.8}
.hrf-karriere-root .wp-block-cover-image.has-background-dim.has-background-dim-90::before, .hrf-karriere-root .wp-block-cover.has-background-dim.has-background-dim-90::before{opacity:.9}
.hrf-karriere-root .wp-block-cover-image.has-background-dim.has-background-dim-100::before, .hrf-karriere-root .wp-block-cover.has-background-dim.has-background-dim-100::before{opacity:1}
.hrf-karriere-root .wp-block-cover-image.alignleft, .hrf-karriere-root .wp-block-cover-image.alignright, .hrf-karriere-root .wp-block-cover.alignleft, .hrf-karriere-root .wp-block-cover.alignright{max-width:50%;width:100%}
.hrf-karriere-root .wp-block-cover-image::after, .hrf-karriere-root .wp-block-cover::after{display:block;content:"";font-size:0;min-height:inherit}
@supports(position: sticky){.hrf-karriere-root .wp-block-cover-image::after, .hrf-karriere-root .wp-block-cover::after{content:none}}
.hrf-karriere-root .wp-block-cover-image.aligncenter, .hrf-karriere-root .wp-block-cover-image.alignleft, .hrf-karriere-root .wp-block-cover-image.alignright, .hrf-karriere-root .wp-block-cover.aligncenter, .hrf-karriere-root .wp-block-cover.alignleft, .hrf-karriere-root .wp-block-cover.alignright{display:flex}
.hrf-karriere-root .wp-block-cover-image .wp-block-cover__inner-container, .hrf-karriere-root .wp-block-cover .wp-block-cover__inner-container{width:calc(100% - 70px);z-index:1;color:#ccc}
.hrf-karriere-root .wp-block-cover-image p, .hrf-karriere-root .wp-block-cover-image h1, .hrf-karriere-root .wp-block-cover-image h2, .hrf-karriere-root .wp-block-cover-image h3, .hrf-karriere-root .wp-block-cover-image h4, .hrf-karriere-root .wp-block-cover-image h5, .hrf-karriere-root .wp-block-cover-image h6, .hrf-karriere-root .wp-block-cover-image .wp-block-subhead, .hrf-karriere-root .wp-block-cover p, .hrf-karriere-root .wp-block-cover h1, .hrf-karriere-root .wp-block-cover h2, .hrf-karriere-root .wp-block-cover h3, .hrf-karriere-root .wp-block-cover h4, .hrf-karriere-root .wp-block-cover h5, .hrf-karriere-root .wp-block-cover h6, .hrf-karriere-root .wp-block-cover .wp-block-subhead{color:inherit}
.hrf-karriere-root .wp-block-cover__video-background{position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);width:100%;height:100%;z-index:1;object-fit:cover}
.hrf-karriere-root .wp-block-button a:hover{text-decoration:none}
.hrf-karriere-root .wp-block-button.aligncenter{text-align:center;display:block}
.hrf-karriere-root .wp-block-button.aligncenter a{margin:0 auto}
.hrf-karriere-root .wp-block-button.is-style-outline a{border-radius:10px;padding:8px 20px;transition:background 500ms,color 500ms}
.hrf-karriere-root .wp-block-button{color:#fff;display:inline-block}
.hrf-karriere-root .wp-block-button.aligncenter{text-align:center}
.hrf-karriere-root .wp-block-button.alignright{text-align:right}
.hrf-karriere-root .wp-block-button__link{border:none;border-radius:28px;box-shadow:none;color:inherit;cursor:pointer;display:inline-block;margin:0;padding:12px 24px;text-align:center;text-decoration:none;overflow-wrap:break-word}
.hrf-karriere-root .is-style-squared .wp-block-button__link{border-radius:5px}
.hrf-karriere-root .is-style-outline{color:#333}
.hrf-karriere-root .is-style-outline .wp-block-button__link{background-color:transparent;border-width:2px}
.hrf-karriere-root .wp-block-button{color:#fff;display:inline-block;margin:0 15px 1em 0}
.hrf-karriere-root .wp-block-button~.wp-block-button{margin:0 15px 1em 0px}
.hrf-karriere-root .wp-block-cover.has-parallax{box-shadow:0 0 10px inset #000}
.hrf-karriere-root .wp-block-gallery.is-style-ds-space-gallery .blocks-gallery-item figcaption{width:calc(100% - 10px);margin-bottom:10px}
.hrf-karriere-root .wp-block-gallery.is-style-ds-space-gallery .blocks-gallery-item{padding-right:10px;padding-bottom:10px}
.hrf-karriere-root .wp-block-gallery.swiperlightbox .blocks-gallery-item:hover, .hrf-karriere-root .wp-block-gallery.imglightbox .blocks-gallery-item:hover{transform:scale(1.1);z-index:3}
.hrf-karriere-root .wp-block-table.is-style-stripes tr:nth-child(even){background-color:#f2f2f2}
.hrf-karriere-root .wp-block-gallery ul{display:flex;flex-wrap:wrap;list-style-type:none;padding:0;margin-bottom:0}
.hrf-karriere-root .wp-block-gallery ul .blocks-gallery-image, .hrf-karriere-root .wp-block-gallery ul .blocks-gallery-item{margin:0 16px 16px 0;display:flex;flex-grow:1;flex-direction:column;justify-content:center;position:relative;transition:transform 300ms}
.hrf-karriere-root .wp-block-gallery ul .blocks-gallery-image figure, .hrf-karriere-root .wp-block-gallery ul .blocks-gallery-item figure{margin:0;height:100%}
@supports(position: sticky){.hrf-karriere-root .wp-block-gallery ul .blocks-gallery-image figure, .hrf-karriere-root .wp-block-gallery ul .blocks-gallery-item figure{display:flex;align-items:flex-end;justify-content:flex-start}}
.hrf-karriere-root .wp-block-gallery ul .blocks-gallery-image img, .hrf-karriere-root .wp-block-gallery ul .blocks-gallery-item img{display:block;max-width:100%;height:auto}
.hrf-karriere-root .wp-block-gallery ul .blocks-gallery-image img, .hrf-karriere-root .wp-block-gallery ul .blocks-gallery-item img{width:100%}
@supports(position: sticky){.hrf-karriere-root .wp-block-gallery ul .blocks-gallery-image img, .hrf-karriere-root .wp-block-gallery ul .blocks-gallery-item img{width:auto}}
.hrf-karriere-root .wp-block-gallery ul .blocks-gallery-image figcaption, .hrf-karriere-root .wp-block-gallery ul .blocks-gallery-item figcaption{position:absolute;bottom:0;width:100%;max-height:100%;overflow:auto;padding:40px 10px 9px;color:#f4f4f4;text-align:center;background:linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0, rgba(0, 0, 0, 0.3) 70%, transparent)}
.hrf-karriere-root .wp-block-gallery ul .blocks-gallery-image figcaption a, .hrf-karriere-root .wp-block-gallery ul .blocks-gallery-item figcaption a{color:#fff;text-decoration:underline}
.hrf-karriere-root .wp-block-gallery ul .blocks-gallery-image figcaption img, .hrf-karriere-root .wp-block-gallery ul .blocks-gallery-item figcaption img{display:inline}
.hrf-karriere-root .wp-block-gallery.is-cropped .blocks-gallery-image a, .hrf-karriere-root .wp-block-gallery.is-cropped .blocks-gallery-image img, .hrf-karriere-root .wp-block-gallery.is-cropped .blocks-gallery-item a, .hrf-karriere-root .wp-block-gallery.is-cropped .blocks-gallery-item img{width:100%}
@supports(position: sticky){.hrf-karriere-root .wp-block-gallery.is-cropped .blocks-gallery-image a, .hrf-karriere-root .wp-block-gallery.is-cropped .blocks-gallery-image img, .hrf-karriere-root .wp-block-gallery.is-cropped .blocks-gallery-item a, .hrf-karriere-root .wp-block-gallery.is-cropped .blocks-gallery-item img{height:100%;flex:1;object-fit:cover}}
.hrf-karriere-root .wp-block-gallery .blocks-gallery-image, .hrf-karriere-root .wp-block-gallery .blocks-gallery-item{width:calc((100% - 16px) / 2)}
.hrf-karriere-root .wp-block-gallery .blocks-gallery-image:nth-of-type(even), .hrf-karriere-root .wp-block-gallery .blocks-gallery-item:nth-of-type(even){margin-right:0}
.hrf-karriere-root .wp-block-gallery.columns-1 .blocks-gallery-image, .hrf-karriere-root .wp-block-gallery.columns-1 .blocks-gallery-item{width:100%;margin-right:0}
@media screen and (min-width: 1000px){.hrf-karriere-root .wp-block-gallery.columns-3 .blocks-gallery-image, .hrf-karriere-root .wp-block-gallery.columns-3 .blocks-gallery-item{width:calc((100% - 16px * 2) / 3);margin-right:16px}
@supports(-ms-ime-align: auto){.hrf-karriere-root .wp-block-gallery.columns-3 .blocks-gallery-image, .hrf-karriere-root .wp-block-gallery.columns-3 .blocks-gallery-item{width:calc((100% - 16px * 2) / 3 - 1px)}}
.hrf-karriere-root .wp-block-gallery.columns-4 .blocks-gallery-image, .hrf-karriere-root .wp-block-gallery.columns-4 .blocks-gallery-item{width:calc((100% - 16px * 3) / 4);margin-right:16px}
@supports(-ms-ime-align: auto){.hrf-karriere-root .wp-block-gallery.columns-4 .blocks-gallery-image, .hrf-karriere-root .wp-block-gallery.columns-4 .blocks-gallery-item{width:calc((100% - 16px * 3) / 4 - 1px)}}
.hrf-karriere-root .wp-block-gallery.columns-5 .blocks-gallery-image, .hrf-karriere-root .wp-block-gallery.columns-5 .blocks-gallery-item{width:calc((100% - 16px * 4) / 5);margin-right:16px}
@supports(-ms-ime-align: auto){.hrf-karriere-root .wp-block-gallery.columns-5 .blocks-gallery-image, .hrf-karriere-root .wp-block-gallery.columns-5 .blocks-gallery-item{width:calc((100% - 16px * 4) / 5 - 1px)}}
.hrf-karriere-root .wp-block-gallery.columns-6 .blocks-gallery-image, .hrf-karriere-root .wp-block-gallery.columns-6 .blocks-gallery-item{width:calc((100% - 16px * 5) / 6);margin-right:16px}
@supports(-ms-ime-align: auto){.hrf-karriere-root .wp-block-gallery.columns-6 .blocks-gallery-image, .hrf-karriere-root .wp-block-gallery.columns-6 .blocks-gallery-item{width:calc((100% - 16px * 5) / 6 - 1px)}}
.hrf-karriere-root .wp-block-gallery.columns-7 .blocks-gallery-image, .hrf-karriere-root .wp-block-gallery.columns-7 .blocks-gallery-item{width:calc((100% - 16px * 6) / 7);margin-right:16px}
@supports(-ms-ime-align: auto){.hrf-karriere-root .wp-block-gallery.columns-7 .blocks-gallery-image, .hrf-karriere-root .wp-block-gallery.columns-7 .blocks-gallery-item{width:calc((100% - 16px * 6) / 7 - 1px)}}
.hrf-karriere-root .wp-block-gallery.columns-8 .blocks-gallery-image, .hrf-karriere-root .wp-block-gallery.columns-8 .blocks-gallery-item{width:calc((100% - 16px * 7) / 8);margin-right:16px}
@supports(-ms-ime-align: auto){.hrf-karriere-root .wp-block-gallery.columns-8 .blocks-gallery-image, .hrf-karriere-root .wp-block-gallery.columns-8 .blocks-gallery-item{width:calc((100% - 16px * 7) / 8 - 1px)}}
.hrf-karriere-root .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n), .hrf-karriere-root .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n){margin-right:0}
.hrf-karriere-root .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n), .hrf-karriere-root .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n){margin-right:0}
.hrf-karriere-root .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n), .hrf-karriere-root .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n){margin-right:0}
.hrf-karriere-root .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n), .hrf-karriere-root .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n){margin-right:0}
.hrf-karriere-root .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n), .hrf-karriere-root .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n){margin-right:0}
.hrf-karriere-root .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n), .hrf-karriere-root .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n){margin-right:0}
.hrf-karriere-root .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n), .hrf-karriere-root .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n){margin-right:0}
.hrf-karriere-root .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n), .hrf-karriere-root .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n){margin-right:0}}
.hrf-karriere-root .wp-block-gallery .blocks-gallery-image:last-child, .hrf-karriere-root .wp-block-gallery .blocks-gallery-item:last-child{margin-right:0}
.hrf-karriere-root .wp-block-gallery.alignleft, .hrf-karriere-root .wp-block-gallery.alignright{max-width:500px;width:100%}
.hrf-karriere-root .wp-block-gallery.alignleft, .hrf-karriere-root .wp-block-gallery.aligncenter, .hrf-karriere-root .wp-block-gallery.alignright{display:flex}
.hrf-karriere-root .wp-block-gallery.aligncenter .blocks-gallery-item figure{justify-content:center}
.hrf-karriere-root .wp-block-video{margin-left:0;margin-right:0}
.hrf-karriere-root .wp-block-video video{max-width:100%}
@supports(position: -webkit-sticky) or (position: sticky){.hrf-karriere-root .wp-block-video [poster]{-o-object-fit:cover;object-fit:cover}}
.hrf-karriere-root .wp-block-video.aligncenter{text-align:center}
.hrf-karriere-root .wp-block-video figcaption{margin-top:.5em;margin-bottom:1em;text-align:center;font-size:13px}
.hrf-karriere-root .ds-block-accordion{margin-bottom:1.2em}
.hrf-karriere-root .ds-block-accordion .ds-accordion-title{background:#f2f2f2;padding:10px 15px;border-radius:10px}
.hrf-karriere-root .ds-block-accordion .ds-accordion-title p{display:inline}
.hrf-karriere-root .ds-block-accordion .ds-accordion-title:before{display:inline-block;position:relative;top:2px;width:1em;height:1em;content:"";background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23444444%22%20d%3D%22M12%2C0c6.6%2C0%2C12%2C5.4%2C12%2C12s-5.4%2C12-12%2C12S0%2C18.6%2C0%2C12S5.4%2C0%2C12%2C0z%20M17.5%2C11.2L11%2C4.6c-0.5-0.5-1.2-0.5-1.6%2C0L8.5%2C5.4%0A%09C8%2C5.9%2C8%2C6.6%2C8.5%2C7.1l4.9%2C4.9l-4.9%2C4.9c-0.5%2C0.5-0.5%2C1.2%2C0%2C1.6l0.8%2C0.8c0.5%2C0.5%2C1.2%2C0.5%2C1.6%2C0l6.6-6.6C18%2C12.4%2C18%2C11.6%2C17.5%2C11.2z%22%0A%09%2F%3E%3C%2Fsvg%3E);margin-right:.5em}
.hrf-karriere-root .ds-block-accordion details[open] .ds-accordion-title:before{transform:rotate(90deg)}
.hrf-karriere-root .ds-block-accordion .ds-accordion-text{padding:10px 15px;border-radius:10px}
.hrf-karriere-root .ds-block-accordion .ds-accordion-text a:not(.wp-block-button__link){color:inherit;box-shadow:0 -1px 0 inset;text-decoration:none}
.hrf-karriere-root .ds-block-accordion .ds-accordion-text a:not(.wp-block-button__link):hover{color:inherit;box-shadow:0 -2px 0 inset}
.hrf-karriere-root .ds-block-accordion a{color:inherit;box-shadow:0 -1px 0 inset;text-decoration:none}
.hrf-karriere-root .ds-block-accordion a:hover{color:inherit;box-shadow:0 -2px 0 inset}
.hrf-karriere-root .ds-block-accordion .editor-rich-text .editor-rich-text__inline-toolbar{display:block;left:40%}
.hrf-karriere-root .ds-block-accordion+.ds-block-accordion{margin-top:-0.6em}
.hrf-karriere-root .ds-accordion-title:hover{cursor:pointer}
.hrf-karriere-root .ds-block-accordion summary:active, .hrf-karriere-root .ds-block-accordion summary:focus{outline:0}
.hrf-karriere-root .ds-block-accordion details{background-color:rgba(255,255,255,.1)}
.hrf-karriere-root .wp-block-button.is-style-bordermove-square a, .hrf-karriere-root .wp-block-button.is-style-bordermove a{text-align:center;line-height:1 !important;border:none;transition:.3s ease;position:relative}
.hrf-karriere-root .wp-block-button.is-style-bordermove-square a:before, .hrf-karriere-root .wp-block-button.is-style-bordermove a:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;transition:all .3s}
.hrf-karriere-root .wp-block-button.is-style-bordermove-square a:hover::before, .hrf-karriere-root .wp-block-button.is-style-bordermove a:hover::before{opacity:0;-webkit-transform:scale(0.5, 0.5);transform:scale(0.5, 0.5)}
.hrf-karriere-root .wp-block-button.is-style-bordermove-square a:hover, .hrf-karriere-root .wp-block-button.is-style-bordermove a:hover{box-shadow:inset -1px -1px 5px #d3d3d3;font-weight:bold}
.hrf-karriere-root .wp-block-button.is-style-bordermove-square a:after, .hrf-karriere-root .wp-block-button.is-style-bordermove a:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;opacity:0;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;transition:all .3s;-webkit-transform:scale(1.2, 1.2);transform:scale(1.2, 1.2);border-radius:28px}
.hrf-karriere-root .wp-block-button.is-style-bordermove-square a:hover::after, .hrf-karriere-root .wp-block-button.is-style-bordermove a:hover::after{opacity:1;-webkit-transform:scale(1, 1);transform:scale(1, 1)}
.hrf-karriere-root .wp-block-button.is-style-bordermove-square a{border-radius:3px}
.hrf-karriere-root .wp-block-button.is-style-bordermove-square a:after{border-radius:3px}
.hrf-karriere-root .wp-block-button.is-style-movingborder{position:relative}
.hrf-karriere-root .wp-block-button.is-style-movingborder:before{content:"";position:absolute;height:2px;width:70%;background-color:#d3d3d3;top:50px;left:15%;transition:opacity 200ms}
.hrf-karriere-root .wp-block-button.is-style-movingborder:hover:before{opacity:0}
.hrf-karriere-root .wp-block-button.is-style-movingborder .wp-block-button__link:after, .hrf-karriere-root .wp-block-button.is-style-movingborder .wp-block-button__link:before{width:100%;height:100%;z-index:3;content:"";position:absolute;top:0;left:0;box-sizing:border-box;-webkit-transform:scale(0);transition:opacity .5s,transform .5s;border-radius:10px;opacity:0}
.hrf-karriere-root .wp-block-button.is-style-movingborder .wp-block-button__link:after{border-top:3px solid #fff;border-right:3px solid #fff;-webkit-transform-origin:100% 0%}
.hrf-karriere-root .wp-block-button.is-style-movingborder .wp-block-button__link:before{border-bottom:3px solid #fff;border-left:3px solid #fff;-webkit-transform-origin:0 100%}
.hrf-karriere-root .wp-block-button.is-style-movingborder .wp-block-button__link{border-radius:10px;background-color:unset;position:relative;vertical-align:middle;display:inline-block;height:52px;line-height:50px;text-align:center;transition:background .5s .3s;-webkit-transition:background .5s .3s;padding:0 20px;cursor:pointer;border:none;font-size:1.25rem}
.hrf-karriere-root .wp-block-button.is-style-movingborder .wp-block-button__link:hover{background-color:rgba(255,255,255,.1)}
.hrf-karriere-root .wp-block-button.is-style-movingborder .wp-block-button__link:hover:after, .hrf-karriere-root .wp-block-button.is-style-movingborder .wp-block-button__link:hover:before{-webkit-transform:scale(1);transform:scale(1);opacity:1}
.hrf-karriere-root .wp-block-buttons.is-content-justification-center{text-align:center}
.hrf-karriere-root .wp-block-buttons.is-content-justification-center .wp-block-button{margin:0 15px 1em 15px}
.hrf-karriere-root .ds-block-container{margin:0;position:relative;padding:0}
.hrf-karriere-root .ds-tabcontent:not(.active){
  position:absolute;
  pointer-events:none !important;
  visibility:hidden !important;
  z-index:-1;
}
.hrf-karriere-root .career-tabcontent{
  position:relative;
  z-index:1;
  overflow:hidden;
}
.hrf-karriere-root .wp-block-buttons.hs-stellen-cta{
  position:relative;
  z-index:5;
  isolation:isolate;
}
.hrf-karriere-root #career20-line{
  pointer-events:none;
}
.hrf-karriere-root .ds-block-container.alignfull .editor-block-list__block{max-width:100%}
@media only screen and (min-width: 768px){.hrf-karriere-root .ds-block-container.alignfull .ds-container-inside, .hrf-karriere-root .ds-block-container.alignfull .ds-container-inside{max-width:100%;margin:0 auto}}
@media only screen and (min-width: 768px){.hrf-karriere-root .ds-block-container.alignwide .ds-container-inside, .hrf-karriere-root .ds-block-container.alignwide .ds-container-inside{max-width:80%;margin:0 auto}}
.hrf-karriere-root .ds-block-container .ds-container-image-wrap{position:absolute;top:0;right:0;left:0;height:100%;z-index:0}
.hrf-karriere-root .ds-block-container .ds-container-image{object-fit:cover;height:100%;width:100%;transition:.3s ease}
.hrf-karriere-root .ds-block-container img.has-background-dim-20{opacity:.2}
.hrf-karriere-root .ds-block-container img.has-background-dim-30{opacity:.3}
.hrf-karriere-root .ds-block-container img.has-background-dim-40{opacity:.4}
.hrf-karriere-root .ds-block-container img.has-background-dim-50{opacity:.5}
.hrf-karriere-root .ds-block-container img.has-background-dim-60{opacity:.6}
.hrf-karriere-root .ds-block-container img.has-background-dim-70{opacity:.7}
.hrf-karriere-root .ds-block-container .ds-container-content{position:relative}
.hrf-karriere-root .ds-block-container .ds-container-content .ds-container-content{max-width:100%;margin:0}
.hrf-karriere-root .ds-block-container.aligncenter{text-align:center}
.hrf-karriere-root .ds-block-container.aligncenter *{text-align:center}
.hrf-karriere-root .ds-block-container:before, .hrf-karriere-root .ds-block-container:after{content:" ";display:table;clear:both}
.hrf-karriere-root .ds-block-post-grid{margin:0 0 1.2em 0;position:relative}
.hrf-karriere-root .ds-block-post-grid .is-grid{display:-ms-grid;display:grid;-ms-grid-columns:1fr 2em 1fr;grid-template-columns:1fr 1fr;-ms-grid-rows:1fr;grid-template-rows:1fr;grid-gap:0 2em}
.hrf-karriere-root .ds-block-post-grid .is-grid>*:nth-child(1){-ms-grid-row:1;-ms-grid-column:1}
.hrf-karriere-root .ds-block-post-grid .is-grid>*:nth-child(2){-ms-grid-row:1;-ms-grid-column:3}
.hrf-karriere-root .ds-block-post-grid article{margin-bottom:2.5em;border:1px solid #e9e9e9;box-shadow:2px 2px 10px rgba(0,0,0,.1)}
.hrf-karriere-root .ds-block-post-grid .is-grid.columns-2{-ms-grid-columns:1fr 2em 1fr;grid-template-columns:1fr 1fr}
.hrf-karriere-root .ds-block-post-grid .is-grid.columns-3{-ms-grid-columns:1fr 2em 1fr 2em 1fr;grid-template-columns:1fr 1fr 1fr}
.hrf-karriere-root .ds-block-post-grid .is-grid.columns-4{-ms-grid-columns:1fr 2em 1fr 2em 1fr 2em 1fr;grid-template-columns:1fr 1fr 1fr 1fr}
@media only screen and (max-width: 800px){.hrf-karriere-root .ds-block-post-grid div[class*=columns].is-grid{grid-template-columns:1fr}}
.hrf-karriere-root .ds-block-post-grid .ds-block-post-grid-image{margin-bottom:1.2em}
.hrf-karriere-root .ds-block-post-grid .ds-block-post-grid-image img{display:block;width:100%}
.hrf-karriere-root .ds-block-post-grid .ds-block-post-grid-text{text-align:left;margin:5%}
.hrf-karriere-root .ds-block-post-grid h2{margin-top:0;margin-bottom:15px;font-size:24px;line-height:1.2}
.hrf-karriere-root .ds-block-post-grid .ds-block-post-grid-byline{text-transform:uppercase;font-size:13px;letter-spacing:1px;color:#626e81;margin-bottom:15px}
.hrf-karriere-root .ds-block-post-grid .ds-block-post-grid-author, .hrf-karriere-root .ds-block-post-grid .ds-block-post-grid-date{display:inline-block}
.hrf-karriere-root .ds-block-post-grid .ds-block-post-grid-author:not(:last-child):after, .hrf-karriere-root .ds-block-post-grid .ds-block-post-grid-date:not(:last-child):after{content:"·";vertical-align:middle;margin:0 5px;line-height:1}
.hrf-karriere-root .ds-block-post-grid .ds-block-post-grid-text p{margin:0 0 15px 0;line-height:1.5;font-size:18px}
@media only screen and (max-width: 800px){.hrf-karriere-root .ds-block-post-grid .ds-block-post-grid-text p{font-size:16px}}
.hrf-karriere-root .ds-block-post-grid .ds-block-post-grid-text p:last-of-type{margin-bottom:0}
.hrf-karriere-root .ds-block-post-grid .ds-block-post-grid-link{display:inline-block;box-shadow:none;transition:.3s ease;font-weight:bold;color:#293038}
.hrf-karriere-root .ds-block-post-grid .ds-block-post-grid-excerpt div+p{margin-top:15px}
.hrf-karriere-root .ds-block-post-grid .is-list article{display:grid;grid-template-columns:30% 1fr;grid-template-rows:1fr;grid-gap:0 2em}
.hrf-karriere-root .ds-block-post-grid .is-list article:not(:last-child){margin-bottom:5%;padding-bottom:5%}
@media only screen and (min-width: 800px){.hrf-karriere-root .ds-block-post-grid .is-list article:not(:last-child){border-bottom:solid 1px #eee}}
@media only screen and (max-width: 600px){.hrf-karriere-root .ds-block-post-grid .is-list article{grid-template-columns:1fr}}
.hrf-karriere-root .ds-block-post-grid .is-list .ds-block-post-grid-image{margin-bottom:0}
@media only screen and (max-width: 800px){.hrf-karriere-root .ds-block-post-grid .is-list .ds-block-post-grid-image{margin-bottom:5%}}
@media only screen and (min-width: 800px){.hrf-karriere-root .ds-block-post-grid .is-list .ds-block-post-grid-title{font-size:34px}}
.hrf-karriere-root .ds-block-post-grid .is-list .no-thumb .ds-block-post-grid-text{grid-column:span 2}
.hrf-karriere-root .wp-block-cover.is-style-ds-bottomalign{align-items:flex-end}
.hrf-karriere-root .wp-block-cover.is-style-ds-bottomalign h1, .hrf-karriere-root .wp-block-cover.is-style-ds-bottomalign h2, .hrf-karriere-root .wp-block-cover.is-style-ds-bottomalign h3, .hrf-karriere-root .wp-block-cover.is-style-ds-bottomalign h4{min-height:3em}
@media screen and (min-width: 782px){.hrf-karriere-root .wp-block-cover.is-style-ds-fullheight{height:100%}}
.hrf-karriere-root .wp-block-cover__image-background{position:absolute;object-fit:cover;height:100%}
.hrf-karriere-root .wp-block-cover.is-style-ds-hoverinfo{text-shadow:1px 1px 1px #000;flex-direction:column;box-shadow:0 0 6px #ddd;height:100%;margin-bottom:1em;min-height:0}
.hrf-karriere-root .wp-block-cover.is-style-ds-hoverinfo .wp-block-cover__inner-container{flex:1 1 auto;display:flex;flex-direction:column;justify-content:space-between}
.hrf-karriere-root .wp-block-cover.is-style-ds-hoverinfo .wp-block-button{margin-bottom:30px;text-shadow:none}
.hrf-karriere-root .wp-block-cover.is-style-ds-hoverinfo:before{background:linear-gradient(rgba(0, 0, 0, 0), black 50%)}
.hrf-karriere-root .wp-block-cover.is-style-ds-hoverinfo p, .hrf-karriere-root .wp-block-cover.is-style-ds-hoverinfo::before{opacity:0;transition:opacity 300ms ease-out,transform 300ms ease-out;transform:translateY(100%)}
.hrf-karriere-root .wp-block-cover.is-style-ds-hoverinfo:focus-within::before, .hrf-karriere-root .wp-block-cover.is-style-ds-hoverinfo:focus::before, .hrf-karriere-root .wp-block-cover.is-style-ds-hoverinfo:hover::before{opacity:.5;transform:translateY(0)}
.hrf-karriere-root .wp-block-cover.is-style-ds-hoverinfo:focus-within p, .hrf-karriere-root .wp-block-cover.is-style-ds-hoverinfo:focus p, .hrf-karriere-root .wp-block-cover.is-style-ds-hoverinfo:hover p{opacity:1;transform:translateY(0)}
.hrf-karriere-root .wp-block-cover.is-style-ds-hoverinfo h3, .hrf-karriere-root .wp-block-cover.is-style-ds-hoverinfo p{color:#fff}
.hrf-karriere-root .wp-block-cover.is-style-ds-hoverinfo .wp-block-button{z-index:1}
.hrf-karriere-root .entry-content .ds-heroblock-container{display:none}
.hrf-karriere-root .swiper-wrapper .ds-heroblock-container{height:100%;width:100%;display:table}
.hrf-karriere-root .swiper-slide .ds-herocontainer--inside{display:table-cell;vertical-align:middle}
.hrf-karriere-root .ds-heroblock-container{margin:0;position:relative;padding:0}
.hrf-karriere-root .ds-heroblock-container.alignfull .editor-block-list__block{max-width:100%}
@media only screen and (min-width: 768px){.hrf-karriere-root .ds-heroblock-container.alignfull .ds-herocontainer--inside, .hrf-karriere-root .ds-heroblock-container.alignfull .ds-herocontainer--inside{max-width:100%;margin:0 auto}}
@media only screen and (min-width: 768px){.hrf-karriere-root .ds-heroblock-container.alignwide .ds-herocontainer--inside, .hrf-karriere-root .ds-heroblock-container.alignwide .ds-herocontainer--inside{max-width:80%;margin:0 auto}}
.hrf-karriere-root .ds-heroblock-container .ds-herocontainer--image-wrap{position:absolute;top:0;right:0;left:0;height:100%;z-index:0}
.hrf-karriere-root .ds-heroblock-container .ds-herocontainer--image{object-fit:cover;height:100%;width:100%;transition:.3s ease}
.hrf-karriere-root .ds-heroblock-container .ds-herocontainer--content{margin:0 auto;position:relative}
.hrf-karriere-root .ds-heroblock-container .ds-herocontainer--image:not(.has-background-dim){opacity:0}
.hrf-karriere-root .ds-heroblock-container .has-background-dim{opacity:.5}
.hrf-karriere-root .ds-heroblock-container .has-background-dim-10{opacity:.1}
.hrf-karriere-root .ds-heroblock-container .has-background-dim-20{opacity:.2}
.hrf-karriere-root .ds-heroblock-container .has-background-dim-30{opacity:.3}
.hrf-karriere-root .ds-heroblock-container .has-background-dim-40{opacity:.4}
.hrf-karriere-root .ds-heroblock-container .has-background-dim-50{opacity:.5}
.hrf-karriere-root .ds-heroblock-container .has-background-dim-60{opacity:.6}
.hrf-karriere-root .ds-heroblock-container .has-background-dim-70{opacity:.7}
.hrf-karriere-root .ds-heroblock-container .has-background-dim-80{opacity:.8}
.hrf-karriere-root .ds-heroblock-container .has-background-dim-90{opacity:.9}
.hrf-karriere-root .ds-heroblock-container .has-background-dim-100{opacity:1}
.hrf-karriere-root .ds-swipercontainer{height:100%}
.hrf-karriere-root .swiper-slide{transition:height 400ms}
.hrf-karriere-root .ds-swiperblock-container{margin:0 0 1.2em 0;padding:0;overflow:hidden}
.hrf-karriere-root .ds-swiperblock-container .swiper-slide{height:auto}
.hrf-karriere-root .ds-swiperblock-container .swipercontainer-pagination{bottom:1% !important;text-align:center;padding:0 2.5%}
.hrf-karriere-root .ds-swiperblock-container.alignfull .editor-block-list__block{max-width:100%}
@media only screen and (min-width: 768px){.hrf-karriere-root .ds-swiperblock-container.alignfull .ds-swipercontainer--inside, .hrf-karriere-root .ds-swiperblock-container.alignfull .ds-swipercontainer--inside{max-width:100%;margin:0 auto}}
@media only screen and (min-width: 768px){.hrf-karriere-root .ds-swiperblock-container.alignwide .ds-swipercontainer--inside, .hrf-karriere-root .ds-swiperblock-container.alignwide .ds-swipercontainer--inside{max-width:80%;margin:0 auto}}
.hrf-karriere-root .ds-swiperblock-container .ds-swipercontainer--image-wrap{position:absolute;top:0;right:0;left:0;height:100%;z-index:0;width:100%}
.hrf-karriere-root .ds-swiperblock-container .ds-swipercontainer--image:not(.has-background-dim){opacity:0}
.hrf-karriere-root .ds-swiperblock-container .has-background-dim{opacity:.5}
.hrf-karriere-root .ds-swiperblock-container .has-background-dim-10{opacity:.1}
.hrf-karriere-root .ds-swiperblock-container .has-background-dim-20{opacity:.2}
.hrf-karriere-root .ds-swiperblock-container .has-background-dim-30{opacity:.3}
.hrf-karriere-root .ds-swiperblock-container .has-background-dim-40{opacity:.4}
.hrf-karriere-root .ds-swiperblock-container .has-background-dim-50{opacity:.5}
.hrf-karriere-root .ds-swiperblock-container .has-background-dim-60{opacity:.6}
.hrf-karriere-root .ds-swiperblock-container .has-background-dim-70{opacity:.7}
.hrf-karriere-root .ds-swiperblock-container .has-background-dim-80{opacity:.8}
.hrf-karriere-root .ds-swiperblock-container .has-background-dim-90{opacity:.9}
.hrf-karriere-root .ds-swiperblock-container .has-background-dim-100{opacity:1}
.hrf-karriere-root .wp-block-ds-ds-swipertimeline{margin:0 !important}
.hrf-karriere-root #swipertimeline{position:relative;padding:20px 0;box-sizing:border-box;width:100%;margin:0 auto 3em auto}
.hrf-karriere-root #swipertimeline:after{content:"";width:100%;position:absolute;bottom:0;left:0;opacity:.5;height:2px;background-image:linear-gradient(90deg, #182f42 50%, transparent 51%),linear-gradient(90deg, transparent, transparent 50%, #fff 50%, #fff 100%),linear-gradient(90deg, transparent, #455f73, #182f42, #455f73, transparent);background-size:100% 2px,20px 2px,100% 2px;border:none}
.hrf-karriere-root #swipertimeline .swiper-slide{width:auto;cursor:pointer;font-weight:bold;font-style:italic;min-height:37px;position:relative;font-size:1.1rem;opacity:.3;top:0;margin:0;transition:font-size 500ms;line-height:2rem;align-self:baseline}
.hrf-karriere-root #swipertimeline .swiper-slide-active{font-size:1.7rem;opacity:1}
.hrf-karriere-root #swipertimeline .swiper-slide:after{content:"";width:20px;height:20px;position:absolute;bottom:-29px;background-color:#455f73;border-radius:50%;left:30%}
.hrf-karriere-root #swipertimeline .swiper-slide-active:after{background-color:#182f42;width:30px;height:30px;left:35%;bottom:-37px;transition:width 150ms,height 150ms}
.hrf-karriere-root #swipertimeline .swiper-slide-active~.swiper-slide{opacity:0}
.hrf-karriere-root #swipertimeline .swiper-slide-active+.swiper-slide{font-size:1.4rem;opacity:1;color:rgba(0,0,0,.7)}
.hrf-karriere-root #swipertimeline .swiper-slide-active+.swiper-slide:after{width:25px;height:25px;left:25%;bottom:-33px}
.hrf-karriere-root #swipertimeline .swiper-slide-active+.swiper-slide+.swiper-slide{opacity:1;color:rgba(0,0,0,.4)}
.hrf-karriere-root #swipertimeline .swiper-slide-active+.swiper-slide+.swiper-slide+.swiper-slide{opacity:.1}
.hrf-karriere-root #swipertimeline .swipertimeline-button-prev, .hrf-karriere-root #swipertimeline .swipertimeline-button-next{display:block;position:absolute;top:0;margin-top:60px;cursor:pointer;background-color:#455f73;border-radius:50%;width:40px;height:40px;background-size:10px;transition:all 300ms;border:2px solid #fff}
.hrf-karriere-root #swipercontainer .swiper-button-next, .hrf-karriere-root #swipercontainer .swiper-button-prev{display:none}
.hrf-karriere-root .swipercontainer-pagination{display:block}
.hrf-karriere-root #swipertimeline .swiper-button-prev{left:0}
.hrf-karriere-root #swipertimeline .swiper-button-prev.swiper-button-disabled{opacity:1;background-image:none;background-color:#999;height:20px;width:20px;margin-top:70px}
.hrf-karriere-root #swipercontainer figure.alignright, .hrf-karriere-root #swipercontainer figure.alignleft{padding:3em 0 0 0}
@media only screen and (min-width: 600px){.hrf-karriere-root div[class*=wp-block-ds].ds-font-size-14.ds-block-hero p{font-size:14px}
.hrf-karriere-root div[class*=wp-block-ds].ds-font-size-15.ds-block-hero p{font-size:15px}
.hrf-karriere-root div[class*=wp-block-ds].ds-font-size-16.ds-block-hero p{font-size:16px}
.hrf-karriere-root div[class*=wp-block-ds].ds-font-size-17.ds-block-hero p{font-size:17px}
.hrf-karriere-root div[class*=wp-block-ds].ds-font-size-18.ds-block-hero p{font-size:18px}
.hrf-karriere-root div[class*=wp-block-ds].ds-font-size-19.ds-block-hero p{font-size:19px}
.hrf-karriere-root div[class*=wp-block-ds].ds-font-size-20.ds-block-hero p{font-size:20px}
.hrf-karriere-root div[class*=wp-block-ds].ds-font-size-21.ds-block-hero p{font-size:21px}
.hrf-karriere-root div[class*=wp-block-ds].ds-font-size-22.ds-block-hero p{font-size:22px}
.hrf-karriere-root div[class*=wp-block-ds].ds-font-size-23.ds-block-hero p{font-size:23px}
.hrf-karriere-root div[class*=wp-block-ds].ds-font-size-24.ds-block-hero p{font-size:24px}
.hrf-karriere-root div[class*=wp-block-ds].ds-font-size-25.ds-block-hero p{font-size:25px}
.hrf-karriere-root div[class*=wp-block-ds].ds-font-size-26.ds-block-hero p{font-size:26px}
.hrf-karriere-root div[class*=wp-block-ds].ds-font-size-27.ds-block-hero p{font-size:27px}
.hrf-karriere-root div[class*=wp-block-ds].ds-font-size-28.ds-block-hero p{font-size:28px}
.hrf-karriere-root div[class*=wp-block-ds].ds-font-size-29.ds-block-hero p{font-size:29px}
.hrf-karriere-root div[class*=wp-block-ds].ds-font-size-30.ds-block-hero p{font-size:30px}}
@media only screen and (min-width: 600px){.hrf-karriere-root .wp-block-columns .layout-column-1, .hrf-karriere-root .wp-block-columns .layout-column-2{margin-right:5%}
.hrf-karriere-root .wp-block-image figure.alignleft{margin:0 3em 1.2em 0}
.hrf-karriere-root .wp-block-image figure.alignright{margin:0 0 1.2em 3em}}
.hrf-karriere-root .wp-block-search.aligncenter .wp-block-search__inside-wrapper{margin:0 auto;display:flex;justify-content:space-evenly}
.hrf-karriere-root .wp-block-search.aligncenter .wp-block-search__inside-wrapper .wp-block-search__input{width:100%}
.hrf-karriere-root /* --- genesis --- */
.gb-block-testimonial{background:#f2f2f2;color:#293038;margin:0 auto;padding:5%;border-radius:5px;margin-bottom:1.2em}
.hrf-karriere-root .gb-block-testimonial .gb-testimonial-info{position:relative;display:inline-block;width:100%;margin-top:15px;min-height:55px;padding-top:5px;line-height:1.4}
.hrf-karriere-root .gb-block-testimonial .gb-testimonial-info .blocks-editable{padding-left:0}
.hrf-karriere-root .gb-block-testimonial .gb-testimonial-info .gb-testimonial-avatar-wrap{position:absolute;left:0;top:0}
.hrf-karriere-root .gb-block-testimonial .gb-testimonial-avatar-wrap+.gb-testimonial-name, .hrf-karriere-root .gb-block-testimonial .gb-testimonial-avatar-wrap+.gb-testimonial-name+.gb-testimonial-title, .hrf-karriere-root .gb-block-testimonial .gb-testimonial-avatar-wrap+.gb-testimonial-title, .hrf-karriere-root .gb-block-testimonial .gb-testimonial-avatar-wrap+.editor-rich-text, .hrf-karriere-root .gb-block-testimonial .gb-testimonial-avatar-wrap+.editor-rich-text+.editor-rich-text{margin-left:70px;padding-left:0}
.hrf-karriere-root .gb-block-testimonial .gb-testimonial-text p{line-height:1.6}
.hrf-karriere-root .gb-block-testimonial .gb-testimonial-text a{color:inherit;box-shadow:0 -1px 0 inset;text-decoration:none}
.hrf-karriere-root .gb-block-testimonial .gb-testimonial-text a:hover{color:inherit;box-shadow:0 -2px 0 inset}
.hrf-karriere-root .gb-block-testimonial .gb-testimonial-name{font-size:1em;font-weight:bold;line-height:1.2;margin:0;padding:0}
.hrf-karriere-root .gb-block-testimonial .gb-testimonial-title{opacity:.8}
.hrf-karriere-root .gb-block-testimonial .gb-testimonial-avatar{border-radius:200px;max-width:100px}
.hrf-karriere-root .gb-block-testimonial .gb-testimonial-image-wrap{height:55px;width:55px;background:#ddd;border-radius:200px;position:relative}
.hrf-karriere-root .gb-block-testimonial .gb-testimonial-image-wrap img{object-fit:cover;height:100%;width:100%;position:relative;z-index:10;border-radius:40px}
.hrf-karriere-root .gb-block-profile{background:#f2f2f2;color:#293038;margin:0 auto;padding:3%;border-radius:5px;margin-bottom:1.2em;display:flex;flex-flow:row wrap;justify-content:space-around;width:100%}
.hrf-karriere-root .gb-block-profile .gb-profile-column{display:block;padding:15px;flex:3 0 0}
@media only screen and (max-width: 600px){.hrf-karriere-root .gb-block-profile .gb-profile-column{flex:auto}}
.hrf-karriere-root .gb-block-profile .gb-profile-avatar-wrap{position:relative;z-index:0;flex:1 0 0}
@media only screen and (max-width: 600px){.hrf-karriere-root .gb-block-profile .gb-profile-avatar-wrap{flex:auto;max-width:210px;margin:0 auto}}
@media only screen and (max-width: 600px){.hrf-karriere-root .gb-block-profile .gb-profile-content-wrap{text-align:center}}
.hrf-karriere-root .gb-block-profile .gb-profile-text{font-size:18px;padding-top:1em}
.hrf-karriere-root .gb-block-profile .gb-profile-text a{color:inherit;box-shadow:0 -1px 0 inset;text-decoration:none}
.hrf-karriere-root .gb-block-profile .gb-profile-text a:hover{color:inherit;box-shadow:0 -2px 0 inset}
.hrf-karriere-root .gb-block-profile .gb-profile-text p{line-height:1.6}
.hrf-karriere-root .gb-block-profile .gb-profile-text p:last-child{margin-bottom:0}
.hrf-karriere-root .gb-block-profile .gb-profile-name{font-size:1.4em;font-weight:bold;line-height:1.2;margin:0}
.hrf-karriere-root .gb-block-profile .gb-profile-title{opacity:.8;padding-top:5px;margin-bottom:0}
.hrf-karriere-root .gb-block-profile .gb-profile-image-square{position:absolute;top:0;left:0;height:100%;width:100%;z-index:5;margin:0}
.hrf-karriere-root .gb-block-profile .gb-profile-text:empty, .hrf-karriere-root .gb-block-profile .gb-profile-title:empty, .hrf-karriere-root .gb-block-profile .gb-profile-name:empty{display:none}
.hrf-karriere-root .gb-block-profile .gb-profile-image-wrap{width:100%;background:#ddd;position:relative}
.hrf-karriere-root .gb-block-profile .gb-profile-image-wrap::before{content:"";display:inline-block;padding-top:100%}
.hrf-karriere-root .gb-block-profile .gb-profile-image-wrap button{position:absolute;left:0;z-index:50;padding:0;height:100%;width:100%}
.hrf-karriere-root .gb-block-profile .gb-profile-image-wrap button:focus{background:none;border:none;outline:none;box-shadow:none}
.hrf-karriere-root .gb-block-profile .gb-profile-image-wrap img{object-fit:cover;height:100%;width:100%;position:relative;z-index:5}
.hrf-karriere-root .gb-block-profile .gb-social-links{list-style:none;margin:0 0 0 0;padding:5% 0 0 0}
.hrf-karriere-root .gb-block-profile .gb-social-links:empty{display:none}
.hrf-karriere-root .gb-block-profile .gb-social-links li{display:inline-block;margin:0 8px 0 0;padding:0}
.hrf-karriere-root .gb-block-profile .gb-social-links li a{display:grid;border:none;width:38px;height:38px;padding:10px;border-radius:100px}
.hrf-karriere-root .gb-block-profile .gb-social-links li a:hover{opacity:.9}
.hrf-karriere-root .gb-block-notice{border-radius:5px;position:relative;margin-bottom:1.2em}
.hrf-karriere-root .gb-block-notice .gb-notice-dismiss{position:absolute;top:13px;right:13px;opacity:.8;padding:0;background:none;transition:.3s ease}
.hrf-karriere-root .gb-block-notice .gb-notice-dismiss:hover{opacity:1;cursor:pointer;box-shadow:none}
.hrf-karriere-root .gb-block-notice .gb-notice-title{font-weight:bold;padding:.5em 1em;margin:0;color:#fff;border-top-right-radius:5px;border-top-left-radius:5px;width:100%;display:inline-block}
.hrf-karriere-root .gb-block-notice .gb-notice-title p{margin-bottom:0}
.hrf-karriere-root .gb-block-notice .gb-notice-title:empty{display:none}
.hrf-karriere-root .gb-block-notice .gb-notice-text{padding:1em;border:solid 2px #333;border-radius:5px;background:#fff;overflow:hidden}
.hrf-karriere-root .gb-block-notice .gb-notice-text p:last-child{margin-bottom:0}
.hrf-karriere-root .gb-block-notice .gb-notice-title:not(:empty)+.notice-text, .hrf-karriere-root .gb-block-notice .blocks-rich-text+.blocks-rich-text .gb-notice-text{border-top-right-radius:0;border-top-left-radius:0;border-bottom-right-radius:5px;border-bottom-left-radius:5px}
.hrf-karriere-root body:not(.wp-admin) .gb-block-notice.gb-dismissable{display:none}
.hrf-karriere-root .entry-content .gb-block-drop-cap .gb-drop-cap-text p::first-letter{float:left;font-size:75px;line-height:.7em;margin-top:.15em;margin-right:25px;margin-bottom:25px;font-weight:bold;text-transform:uppercase}
.hrf-karriere-root .entry-content .gb-block-drop-cap.gb-drop-cap-square .gb-drop-cap-text p::first-letter{background:#32373c;color:#fff;padding:.2em}
.hrf-karriere-root .entry-content .gb-block-drop-cap.gb-drop-cap-border .gb-drop-cap-text p::first-letter{color:#32373c;padding:.2em;border:solid 4px}
@media only screen and (min-width: 600px){.hrf-karriere-root .entry-content .gb-block-drop-cap.gb-font-size-1 .gb-drop-cap-text::first-letter{font-size:75px}
.hrf-karriere-root .entry-content .gb-block-drop-cap.gb-font-size-2 .gb-drop-cap-text::first-letter{font-size:85px}
.hrf-karriere-root .entry-content .gb-block-drop-cap.gb-font-size-3 .gb-drop-cap-text::first-letter{font-size:95px}
.hrf-karriere-root .entry-content .gb-block-drop-cap.gb-font-size-4 .gb-drop-cap-text::first-letter{font-size:105px}
.hrf-karriere-root .entry-content .gb-block-drop-cap.gb-font-size-5 .gb-drop-cap-text::first-letter{font-size:115px}
.hrf-karriere-root .entry-content .gb-block-drop-cap.gb-font-size-6 .gb-drop-cap-text p::first-letter{font-size:125px}}
.hrf-karriere-root .gb-block-drop-cap::before, .hrf-karriere-root .gb-block-drop-cap::after{content:"";display:table}
.hrf-karriere-root .gb-block-drop-cap::after{clear:both}
.hrf-karriere-root .gb-block-drop-cap a{color:inherit;box-shadow:0 -1px 0 inset;text-decoration:none}
.hrf-karriere-root .gb-block-drop-cap a:hover{color:inherit;box-shadow:0 -2px 0 inset}
.hrf-karriere-root .gb-block-button{margin:0 0 1.2em 0;position:relative}
.hrf-karriere-root .gb-block-button .blocks-rich-text{display:inline-flex}
.hrf-karriere-root .gb-block-button .components-autocomplete{display:inline-block;width:auto;margin:0 auto;position:relative}
.hrf-karriere-root .gb-block-spacer{margin:0 0 1.2em 0;position:relative}
.hrf-karriere-root .gb-block-spacer hr{border:none;margin:0;background:none}
.hrf-karriere-root .gb-block-spacer.gb-spacer-divider::after{content:" ";width:100%;height:1px;border-top:solid 1px;position:absolute;top:50%;left:0}
.hrf-karriere-root .gb-block-spacer.gb-divider-solid.gb-spacer-divider::after{border-top-style:solid}
.hrf-karriere-root .gb-block-spacer.gb-divider-dotted.gb-spacer-divider::after{border-top-style:dotted}
.hrf-karriere-root .gb-block-spacer.gb-divider-dashed.gb-spacer-divider::after{border-top-style:dashed}
.hrf-karriere-root .gb-block-spacer.gb-divider-size-1.gb-spacer-divider::after{border-top-width:1px}
.hrf-karriere-root .gb-block-spacer.gb-divider-size-2.gb-spacer-divider::after{border-top-width:2px}
.hrf-karriere-root .gb-block-spacer.gb-divider-size-3.gb-spacer-divider::after{border-top-width:3px}
.hrf-karriere-root .gb-block-spacer.gb-divider-size-4.gb-spacer-divider::after{border-top-width:4px}
.hrf-karriere-root .gb-block-spacer.gb-divider-size-5.gb-spacer-divider::after{border-top-width:5px}
.hrf-karriere-root .entry-content .gb-block-spacer hr{border:none;margin:0;background:none}
.hrf-karriere-root .entry-content .gb-block-spacer hr::before, .hrf-karriere-root .entry-content .gb-block-spacer hr::after{display:none}
.hrf-karriere-root .gb-block-accordion{margin-bottom:1.2em}
.hrf-karriere-root .gb-block-accordion .gb-accordion-title{background:#f2f2f2;padding:10px 15px}
.hrf-karriere-root .gb-block-accordion .gb-accordion-title p{display:inline}
.hrf-karriere-root .gb-block-accordion .gb-accordion-text{padding:10px 15px}
.hrf-karriere-root .gb-block-accordion .editor-rich-text .editor-rich-text__inline-toolbar{display:block;left:40%}
.hrf-karriere-root .gb-block-accordion+.gb-block-accordion{margin-top:-0.6em}
.hrf-karriere-root .gb-block-sharing{margin:0 0 1.2em 0;position:relative}
.hrf-karriere-root .gb-block-sharing .blocks-rich-text{display:inline-flex}
.hrf-karriere-root .gb-block-sharing .gb-share-list{margin:0;padding:0}
.hrf-karriere-root .gb-block-sharing .gb-share-list li{list-style:none;display:inline-block;margin:0 5px 5px 0}
.hrf-karriere-root .gb-block-sharing .gb-share-list a{background:#272c30;border-width:0;color:#fff;padding:10px 15px;text-align:center;display:block;line-height:1;font-size:16px;transition:.3s ease}
.hrf-karriere-root .gb-block-sharing .gb-share-list a:hover{box-shadow:inset 0 0 200px rgba(255,255,255,.15)}
.hrf-karriere-root .gb-block-sharing .gb-share-list svg{vertical-align:text-top}
.hrf-karriere-root .gb-block-sharing.gb-share-icon-text svg{margin-right:5px}
.hrf-karriere-root .gb-block-sharing.gb-share-icon-only a{padding:10px 11px;min-width:37px}
.hrf-karriere-root .gb-block-sharing.gb-share-icon-only .gb-social-text{border:0;clip:rect(1px, 1px, 1px, 1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute !important;width:1px;word-wrap:normal !important}
.hrf-karriere-root .gb-block-sharing.gb-share-text-only svg{display:none}
.hrf-karriere-root .gb-block-sharing.gb-share-shape-square a{border-radius:0}
.hrf-karriere-root .gb-block-sharing.gb-share-shape-rounded a{border-radius:5px}
.hrf-karriere-root .gb-block-sharing.gb-share-shape-circular a{border-radius:100px}
.hrf-karriere-root .gb-block-sharing.gb-share-size-small a{font-size:13px}
.hrf-karriere-root .gb-block-sharing.gb-share-size-small svg{width:13px;height:13px}
.hrf-karriere-root .gb-block-sharing.gb-share-size-small.gb-share-icon-only a{padding:7px 6px;min-width:28px}
.hrf-karriere-root .gb-block-sharing.gb-share-size-medium a{font-size:16px}
.hrf-karriere-root .gb-block-sharing.gb-share-size-medium svg{width:16px;height:16px}
.hrf-karriere-root .gb-block-sharing.gb-share-size-large a{font-size:20px}
.hrf-karriere-root .gb-block-sharing.gb-share-size-large svg{width:26px;height:26px}
.hrf-karriere-root .gb-block-sharing.gb-share-size-large.gb-share-icon-only a{font-size:26px;min-width:48px}
.hrf-karriere-root .gb-block-sharing.gb-share-size-large.gb-share-icon-text svg{margin-right:10px}
.hrf-karriere-root .gb-block-sharing.gb-share-color-social a{color:#fff}
.hrf-karriere-root .gb-block-sharing.gb-share-color-social .gb-share-twitter{background:#1ca1f3}
.hrf-karriere-root .gb-block-sharing.gb-share-color-social .gb-share-facebook{background:#3b5999}
.hrf-karriere-root .gb-block-sharing.gb-share-color-social .gb-share-google{background:#dc4b45}
.hrf-karriere-root .gb-block-sharing.gb-share-color-social .gb-share-pinterest{background:#bd091c}
.hrf-karriere-root .gb-block-sharing.gb-share-color-social .gb-share-linkedin{background:#0077b5}
.hrf-karriere-root .gb-block-sharing.gb-share-color-social .gb-share-reddit{background:#ff4500}
.hrf-karriere-root .gb-block-post-grid{margin:0 0 1.2em 0;position:relative}
.hrf-karriere-root .gb-block-post-grid .is-grid, .hrf-karriere-root .gb-block-post-grid .gb-is-grid{display:-ms-grid;display:grid;-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr;grid-template-rows:1fr;grid-gap:0 2em}
@media all and (-ms-high-contrast: none){.hrf-karriere-root .gb-block-post-grid .is-grid, .hrf-karriere-root .gb-block-post-grid .gb-is-grid{display:block}}
.hrf-karriere-root .gb-block-post-grid .is-grid article, .hrf-karriere-root .gb-block-post-grid .gb-is-grid article{margin-bottom:2.5em;min-width:0}
@media all and (-ms-high-contrast: none){.hrf-karriere-root .gb-block-post-grid .is-grid article, .hrf-karriere-root .gb-block-post-grid .gb-is-grid article{padding-left:10px;padding-right:10px;display:inline-block;vertical-align:top}}
.hrf-karriere-root .gb-block-post-grid .is-grid.columns-1, .hrf-karriere-root .gb-block-post-grid .gb-is-grid.gb-columns-1{-ms-grid-columns:1fr;grid-template-columns:1fr}
@media all and (-ms-high-contrast: none){.hrf-karriere-root .gb-block-post-grid .is-grid.columns-1 article, .hrf-karriere-root .gb-block-post-grid .gb-is-grid.gb-columns-1 article{width:100%}}
.hrf-karriere-root .gb-block-post-grid .is-grid.columns-2, .hrf-karriere-root .gb-block-post-grid .gb-is-grid.gb-columns-2{-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr}
@media all and (-ms-high-contrast: none){.hrf-karriere-root .gb-block-post-grid .is-grid.columns-2 article, .hrf-karriere-root .gb-block-post-grid .gb-is-grid.gb-columns-2 article{width:48%}}
.hrf-karriere-root .gb-block-post-grid .is-grid.columns-3, .hrf-karriere-root .gb-block-post-grid .gb-is-grid.gb-columns-3{-ms-grid-columns:1fr 1fr 1fr;grid-template-columns:1fr 1fr 1fr}
@media all and (-ms-high-contrast: none){.hrf-karriere-root .gb-block-post-grid .is-grid.columns-3 article, .hrf-karriere-root .gb-block-post-grid .gb-is-grid.gb-columns-3 article{width:32%}}
.hrf-karriere-root .gb-block-post-grid .is-grid.columns-4, .hrf-karriere-root .gb-block-post-grid .gb-is-grid.gb-columns-4{-ms-grid-columns:1fr 1fr 1fr 1fr;grid-template-columns:1fr 1fr 1fr 1fr}
@media all and (-ms-high-contrast: none){.hrf-karriere-root .gb-block-post-grid .is-grid.columns-4 article, .hrf-karriere-root .gb-block-post-grid .gb-is-grid.gb-columns-4 article{width:24%}}
@media only screen and (max-width: 600px){.hrf-karriere-root .gb-block-post-grid div[class*=columns].is-grid, .hrf-karriere-root .gb-block-post-grid div[class*=columns].gb-is-grid{-ms-grid-columns:1fr;grid-template-columns:1fr}}
.hrf-karriere-root .gb-block-post-grid .gb-post-grid-section-title{text-align:left}
.hrf-karriere-root .gb-block-post-grid .gb-block-post-grid-image{margin-bottom:1.2em}
.hrf-karriere-root .gb-block-post-grid .gb-block-post-grid-image img{display:block;width:100%}
.hrf-karriere-root .gb-block-post-grid .gb-block-post-grid-text{text-align:left}
.hrf-karriere-root .gb-block-post-grid a{text-decoration:none}
.hrf-karriere-root .gb-block-post-grid header .gb-block-post-grid-title{margin-top:0;margin-bottom:15px;font-size:28px;line-height:1.2}
.hrf-karriere-root .gb-block-post-grid header .gb-block-post-grid-title a{color:#293038;text-decoration:none}
.hrf-karriere-root .gb-block-post-grid header .gb-block-post-grid-title a:hover{text-decoration:underline;color:inherit}
.hrf-karriere-root .gb-block-post-grid .gb-block-post-grid-byline{font-size:14px;color:#626e81;margin-bottom:15px}
.hrf-karriere-root .gb-block-post-grid .gb-block-post-grid-author, .hrf-karriere-root .gb-block-post-grid .gb-block-post-grid-date{display:inline-block}
.hrf-karriere-root .gb-block-post-grid .gb-block-post-grid-author:not(:last-child)::after, .hrf-karriere-root .gb-block-post-grid .gb-block-post-grid-date:not(:last-child)::after{content:"·";vertical-align:middle;margin:0 5px;line-height:1}
.hrf-karriere-root .gb-block-post-grid .gb-block-post-grid-author a{color:inherit;text-decoration:none}
.hrf-karriere-root .gb-block-post-grid .gb-block-post-grid-author a:hover{color:inherit;text-decoration:underline}
.hrf-karriere-root .gb-block-post-grid .gb-block-post-grid-text p{margin:0 0 15px 0;font-size:inherit}
.hrf-karriere-root .gb-block-post-grid .gb-block-post-grid-text p:last-of-type{margin-bottom:0}
.hrf-karriere-root .gb-block-post-grid .gb-block-post-grid-more-link{display:inline-block;box-shadow:none;transition:.3s ease;font-weight:bold;color:#293038;text-decoration:none}
.hrf-karriere-root .gb-block-post-grid .gb-block-post-grid-more-link:hover{text-decoration:underline}
.hrf-karriere-root .gb-block-post-grid .gb-block-post-grid-excerpt div+p{margin-top:15px}
.hrf-karriere-root .gb-block-post-grid .is-list article, .hrf-karriere-root .gb-block-post-grid .gb-is-list article{display:-ms-grid;display:grid;-ms-grid-columns:30% 1fr;grid-template-columns:30% 1fr;grid-template-rows:1fr;grid-gap:0 2em}
@media all and (-ms-high-contrast: none){.hrf-karriere-root .gb-block-post-grid .is-list article, .hrf-karriere-root .gb-block-post-grid .gb-is-list article{display:block}}
.hrf-karriere-root .gb-block-post-grid .is-list article::before, .hrf-karriere-root .gb-block-post-grid .gb-is-list article::before{display:none}
.hrf-karriere-root .gb-block-post-grid .is-list article:not(:last-child), .hrf-karriere-root .gb-block-post-grid .gb-is-list article:not(:last-child){margin-bottom:5%;padding-bottom:5%}
@media only screen and (min-width: 600px){.hrf-karriere-root .gb-block-post-grid .is-list article:not(:last-child), .hrf-karriere-root .gb-block-post-grid .gb-is-list article:not(:last-child){border-bottom:solid 1px #eee}}
@media only screen and (max-width: 600px){.hrf-karriere-root .gb-block-post-grid .is-list article, .hrf-karriere-root .gb-block-post-grid .gb-is-list article{-ms-grid-columns:1fr;grid-template-columns:1fr}}
.hrf-karriere-root .gb-block-post-grid .is-list article:not(.has-post-thumbnail), .hrf-karriere-root .gb-block-post-grid .is-list article.hide-featured-image, .hrf-karriere-root .gb-block-post-grid .gb-is-list article:not(.has-post-thumbnail), .hrf-karriere-root .gb-block-post-grid .gb-is-list article.hide-featured-image{-ms-grid-columns:1fr;grid-template-columns:1fr}
.hrf-karriere-root .gb-block-post-grid .is-list .gb-block-post-grid-image, .hrf-karriere-root .gb-block-post-grid .gb-is-list .gb-block-post-grid-image{margin-bottom:0}
@media all and (-ms-high-contrast: none){.hrf-karriere-root .gb-block-post-grid .is-list .gb-block-post-grid-image, .hrf-karriere-root .gb-block-post-grid .gb-is-list .gb-block-post-grid-image{width:30%;display:inline-block;vertical-align:top}}
@media only screen and (max-width: 600px){.hrf-karriere-root .gb-block-post-grid .is-list .gb-block-post-grid-image, .hrf-karriere-root .gb-block-post-grid .gb-is-list .gb-block-post-grid-image{margin-bottom:5%}}
@media all and (-ms-high-contrast: none){.hrf-karriere-root .gb-block-post-grid .is-list .gb-block-post-grid-text, .hrf-karriere-root .gb-block-post-grid .gb-is-list .gb-block-post-grid-text{width:65%;padding-left:5%;display:inline-block;vertical-align:top}
.hrf-karriere-root .gb-block-post-grid .is-list .post:not(.has-post-thumbnail) .gb-block-post-grid-text, .hrf-karriere-root .gb-block-post-grid .gb-is-list .post:not(.has-post-thumbnail) .gb-block-post-grid-text{width:100%;padding-left:0}}
@media only screen and (min-width: 600px){.hrf-karriere-root .gb-block-post-grid .is-list .gb-block-post-grid-title, .hrf-karriere-root .gb-block-post-grid .gb-is-list .gb-block-post-grid-title{font-size:34px}}
.hrf-karriere-root .gb-block-post-grid .is-list .no-thumb .gb-block-post-grid-text, .hrf-karriere-root .gb-block-post-grid .gb-is-list .no-thumb .gb-block-post-grid-text{grid-column:span 2}
.hrf-karriere-root .gb-block-container{margin:0;position:relative;padding:0}
.hrf-karriere-root .gb-block-container.alignfull .block-editor-block-list__block{max-width:100%}
@media only screen and (min-width: 768px){.hrf-karriere-root .gb-block-container.alignfull .gb-container-inside, .hrf-karriere-root .gb-block-container.alignfull .gb-container-inside{max-width:100%;margin:0 auto}}
@media only screen and (min-width: 768px){.hrf-karriere-root .gb-block-container.alignwide .gb-container-inside, .hrf-karriere-root .gb-block-container.alignwide .gb-container-inside{max-width:80%;margin:0 auto}}
.hrf-karriere-root .gb-block-container .gb-container-image-wrap{position:absolute;top:0;right:0;left:0;height:100%;z-index:0}
.hrf-karriere-root .gb-block-container .gb-container-image{object-fit:cover;height:100%;width:100%;transition:.3s ease}
.hrf-karriere-root .gb-block-container .gb-container-content{margin:0 auto;position:relative}
.hrf-karriere-root .gb-block-container .gb-container-image:not(.has-background-dim){opacity:0}
.hrf-karriere-root .gb-block-container .has-background-dim{opacity:.5}
.hrf-karriere-root .gb-block-container .has-background-dim-10{opacity:.1}
.hrf-karriere-root .gb-block-container .has-background-dim-20{opacity:.2}
.hrf-karriere-root .gb-block-container .has-background-dim-30{opacity:.3}
.hrf-karriere-root .gb-block-container .has-background-dim-40{opacity:.4}
.hrf-karriere-root .gb-block-container .has-background-dim-50{opacity:.5}
.hrf-karriere-root .gb-block-container .has-background-dim-60{opacity:.6}
.hrf-karriere-root .gb-block-container .has-background-dim-70{opacity:.7}
.hrf-karriere-root .gb-block-container .has-background-dim-80{opacity:.8}
.hrf-karriere-root .gb-block-container .has-background-dim-90{opacity:.9}
.hrf-karriere-root .gb-block-container .has-background-dim-100{opacity:1}
.hrf-karriere-root .wp-block-genesis-blocks-gb-pricing{margin-bottom:1.5em}
.hrf-karriere-root [data-type="genesis-blocks/gb-pricing-table"], .hrf-karriere-root .wp-block-genesis-blocks-gb-pricing-table{display:inline-block;vertical-align:top}
@media only screen and (max-width: 600px){.hrf-karriere-root [data-type="genesis-blocks/gb-pricing-table"], .hrf-karriere-root .wp-block-genesis-blocks-gb-pricing-table{margin-bottom:1.5em}}
.hrf-karriere-root .gb-block-pricing-table .gb-block-pricing-table-inside{display:inline-block;width:100%;border-color:#272c30}
.hrf-karriere-root .gb-block-pricing-table .gb-block-pricing-table-inside ul{list-style-type:none;padding:0;margin-left:0}
.hrf-karriere-root .gb-block-pricing-table .gb-block-pricing-table-inside li{margin:0;padding:4px 0;border-color:inherit}
.hrf-karriere-root .gb-block-pricing-table .gb-block-pricing-table-inside ul>li{list-style-type:none}
.hrf-karriere-root .gb-block-pricing-table .gb-block-pricing-table-inside ol li{list-style-position:inside}
.hrf-karriere-root .gb-block-pricing-table .gb-block-pricing-table-inside ol li div{display:inline}
.hrf-karriere-root .gb-block-pricing-table-gap-0{grid-gap:0 0}
.hrf-karriere-root .gb-block-pricing-table-gap-1{grid-gap:0 1em}
.hrf-karriere-root .gb-block-pricing-table-gap-2{grid-gap:0 2em}
.hrf-karriere-root .gb-block-pricing-table-gap-3{grid-gap:0 3em}
.hrf-karriere-root .gb-block-pricing-table-gap-4{grid-gap:0 4em}
.hrf-karriere-root .gb-block-pricing-table-gap-5{grid-gap:0 5em}
@media only screen and (max-width: 800px){.hrf-karriere-root .gb-pricing-columns-4 .gb-pricing-table-wrap{-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr;grid-template-areas:"col1 col2" "col3 col4"}
.hrf-karriere-root .gb-pricing-columns-4 .gb-pricing-table-wrap .wp-block-genesis-blocks-gb-pricing-table{margin-bottom:1.5em}}
.hrf-karriere-root .wp-block-genesis-blocks-gb-pricing-table{vertical-align:top}
.hrf-karriere-root .wp-block-genesis-blocks-gb-pricing-table .gb-pricing-table-features, .hrf-karriere-root .block-library-list .wp-block-genesis-blocks-gb-pricing-table ul{margin:0;padding:0;border:none}
.hrf-karriere-root .gb-block-pricing-table:nth-child(1){-ms-grid-row:1;-ms-grid-column:1;grid-area:col1}
.hrf-karriere-root .gb-block-pricing-table:nth-child(2){-ms-grid-row:1;-ms-grid-column:2;grid-area:col2}
.hrf-karriere-root .gb-block-pricing-table:nth-child(3){-ms-grid-row:1;-ms-grid-column:3;grid-area:col3}
.hrf-karriere-root .gb-block-pricing-table:nth-child(4){-ms-grid-row:1;-ms-grid-column:4;grid-area:col4}
.hrf-karriere-root .gb-pricing-table-wrap .gb-block-pricing-table-inside>*:last-child{margin-bottom:0}
.hrf-karriere-root .wp-block-genesis-blocks-gb-pricing .alignwide, .hrf-karriere-root .wp-block-genesis-blocks-gb-pricing .alignfull{width:100%;margin-left:auto}
.hrf-karriere-root .gb-block-pricing-table-center{text-align:center}
.hrf-karriere-root .gb-block-pricing-table-center .gb-block-button{text-align:center !important}
.hrf-karriere-root .gb-block-pricing-table-center .blocks-button__inline-link{margin:0 auto;text-align:center}
.hrf-karriere-root .gb-block-pricing-table-left{text-align:left}
.hrf-karriere-root .gb-block-pricing-table-right{text-align:right}
.hrf-karriere-root .gb-pricing-table-button .gb-block-button{margin-bottom:0}
.hrf-karriere-root .gb-block-newsletter .gb-newsletter-title{margin-top:0;line-height:1.3}
.hrf-karriere-root .gb-block-newsletter .gb-block-button{margin-bottom:0}
.hrf-karriere-root .gb-block-newsletter-label{font-size:16px}
.hrf-karriere-root .wp-block-genesis-blocks-gb-layout{margin-bottom:1.5em}
.hrf-karriere-root .wp-block-genesis-blocks-gb-columns{position:relative}
.hrf-karriere-root [data-type="genesis-blocks/gb-column"], .hrf-karriere-root .gb-block-layout-column{display:block;vertical-align:top;min-width:0}
.hrf-karriere-root .gb-block-layout-column.gb-is-vertically-aligned-top{align-self:flex-start}
.hrf-karriere-root .gb-block-layout-column.gb-is-vertically-aligned-center{align-self:center}
.hrf-karriere-root .gb-block-layout-column.gb-is-vertically-aligned-bottom{align-self:flex-end}
.hrf-karriere-root .gb-block-layout-column-inner, .hrf-karriere-root .gb-layout-column-wrap>.gb-block-layout-column-inner, .hrf-karriere-root .gb-has-background-dim>*{position:relative;z-index:1}
.hrf-karriere-root .wp-block-genesis-blocks-gb-layout.alignfull{padding:0 2em}
@media only screen and (max-width: 600px){.hrf-karriere-root .wp-block-genesis-blocks-gb-layout.alignfull{padding:0 15px}}
.hrf-karriere-root .gb-block-layout-column{display:block;width:100%}
.hrf-karriere-root .gb-block-layout-column-gap-0{grid-gap:0 0}
.hrf-karriere-root .gb-block-layout-column-gap-1{grid-gap:0 1em}
.hrf-karriere-root .gb-block-layout-column-gap-2{grid-gap:0 2em}
.hrf-karriere-root .gb-block-layout-column-gap-3{grid-gap:0 3em}
.hrf-karriere-root .gb-block-layout-column-gap-4{grid-gap:0 4em}
.hrf-karriere-root .gb-block-layout-column-gap-5{grid-gap:0 5em}
.hrf-karriere-root .gb-block-layout-column-gap-6{grid-gap:0 6em}
.hrf-karriere-root .gb-block-layout-column-gap-7{grid-gap:0 7em}
.hrf-karriere-root .gb-block-layout-column-gap-8{grid-gap:0 8em}
.hrf-karriere-root .gb-block-layout-column-gap-9{grid-gap:0 9em}
.hrf-karriere-root .gb-block-layout-column-gap-10{grid-gap:0 10em}
.hrf-karriere-root .gb-block-layout-column:nth-child(1){-ms-grid-row:1;-ms-grid-column:1;grid-area:col1}
.hrf-karriere-root .gb-block-layout-column:nth-child(1){-ms-grid-row:1;-ms-grid-column:1;grid-area:col1}
.hrf-karriere-root .gb-block-layout-column:nth-child(2){-ms-grid-row:1;-ms-grid-column:2;grid-area:col2}
.hrf-karriere-root .gb-block-layout-column:nth-child(3){-ms-grid-row:1;-ms-grid-column:3;grid-area:col3}
.hrf-karriere-root .gb-block-layout-column:nth-child(4){-ms-grid-row:1;-ms-grid-column:4;grid-area:col4}
.hrf-karriere-root .gb-block-layout-column:nth-child(5){-ms-grid-row:1;-ms-grid-column:5;grid-area:col5}
.hrf-karriere-root .gb-block-layout-column:nth-child(6){-ms-grid-row:1;-ms-grid-column:6;grid-area:col6}
.hrf-karriere-root .gb-layout-column-button .gb-block-button{margin-bottom:0}
.hrf-karriere-root .gb-layout-hero-cover .wp-block-cover__inner-container{max-width:800px}
.hrf-karriere-root .gb-layout-landing-2 .gb-block-profile{padding:0;text-align:center}
.hrf-karriere-root .gb-layout-landing-2 .gb-block-profile .gb-profile-avatar-wrap, .hrf-karriere-root .gb-layout-landing-2 .gb-block-profile .gb-profile-column{flex:0 0 100%}
.hrf-karriere-root .gb-layout-landing-2 .gb-block-cta .gb-cta-content{max-width:700px;margin:0 auto}
.hrf-karriere-root .gb-layout-landing-2 .gb-block-cta .gb-button{font-weight:normal}
@media only screen and (min-width: 600px){.hrf-karriere-root .gb-layout-landing-3 .gb-block-post-grid header .gb-block-post-grid-title{font-size:24px}}
.hrf-karriere-root .gpb-slate-section-contact-box .gb-block-layout-column-inner{height:100%}
.hrf-karriere-root div[class*=gb-section-].alignfull, .hrf-karriere-root div[class*=gb-layout-].alignfull{margin-top:auto;margin-bottom:auto}
.hrf-karriere-root .gpb-rounded-grid .gb-block-layout-column-inner{border-radius:10px}
@media only screen and (max-width: 600px){.hrf-karriere-root .gpb-grid-mobile-reorder .gb-is-responsive-column .gb-block-layout-column:nth-of-type(1){grid-area:col2}
.hrf-karriere-root .gpb-grid-mobile-reorder .gb-is-responsive-column .gb-block-layout-column:nth-of-type(2){grid-area:col1}}
@media only screen and (min-width: 600px){.hrf-karriere-root div[class*=wp-block-genesis].gb-font-size-14.gb-block-testimonial p, .hrf-karriere-root div[class*=wp-block-genesis].gb-font-size-14.gb-block-notice p, .hrf-karriere-root div[class*=wp-block-genesis].gb-font-size-14.gb-block-profile p, .hrf-karriere-root div[class*=wp-block-genesis].gb-font-size-14.gb-block-cta p{font-size:14px}
.hrf-karriere-root div[class*=wp-block-genesis].gb-font-size-15.gb-block-testimonial p, .hrf-karriere-root div[class*=wp-block-genesis].gb-font-size-15.gb-block-notice p, .hrf-karriere-root div[class*=wp-block-genesis].gb-font-size-15.gb-block-profile p, .hrf-karriere-root div[class*=wp-block-genesis].gb-font-size-15.gb-block-cta p{font-size:15px}
.hrf-karriere-root div[class*=wp-block-genesis].gb-font-size-16.gb-block-testimonial p, .hrf-karriere-root div[class*=wp-block-genesis].gb-font-size-16.gb-block-notice p, .hrf-karriere-root div[class*=wp-block-genesis].gb-font-size-16.gb-block-profile p, .hrf-karriere-root div[class*=wp-block-genesis].gb-font-size-16.gb-block-cta p{font-size:16px}
.hrf-karriere-root div[class*=wp-block-genesis].gb-font-size-17.gb-block-testimonial p, .hrf-karriere-root div[class*=wp-block-genesis].gb-font-size-17.gb-block-notice p, .hrf-karriere-root div[class*=wp-block-genesis].gb-font-size-17.gb-block-profile p, .hrf-karriere-root div[class*=wp-block-genesis].gb-font-size-17.gb-block-cta p{font-size:17px}
.hrf-karriere-root div[class*=wp-block-genesis].gb-font-size-18.gb-block-testimonial p, .hrf-karriere-root div[class*=wp-block-genesis].gb-font-size-18.gb-block-notice p, .hrf-karriere-root div[class*=wp-block-genesis].gb-font-size-18.gb-block-profile p, .hrf-karriere-root div[class*=wp-block-genesis].gb-font-size-18.gb-block-cta p{font-size:18px}
.hrf-karriere-root div[class*=wp-block-genesis].gb-font-size-19.gb-block-testimonial p, .hrf-karriere-root div[class*=wp-block-genesis].gb-font-size-19.gb-block-notice p, .hrf-karriere-root div[class*=wp-block-genesis].gb-font-size-19.gb-block-profile p, .hrf-karriere-root div[class*=wp-block-genesis].gb-font-size-19.gb-block-cta p{font-size:19px}
.hrf-karriere-root div[class*=wp-block-genesis].gb-font-size-20.gb-block-testimonial p, .hrf-karriere-root div[class*=wp-block-genesis].gb-font-size-20.gb-block-notice p, .hrf-karriere-root div[class*=wp-block-genesis].gb-font-size-20.gb-block-profile p, .hrf-karriere-root div[class*=wp-block-genesis].gb-font-size-20.gb-block-cta p{font-size:20px}
.hrf-karriere-root div[class*=wp-block-genesis].gb-font-size-21.gb-block-testimonial p, .hrf-karriere-root div[class*=wp-block-genesis].gb-font-size-21.gb-block-notice p, .hrf-karriere-root div[class*=wp-block-genesis].gb-font-size-21.gb-block-profile p, .hrf-karriere-root div[class*=wp-block-genesis].gb-font-size-21.gb-block-cta p{font-size:21px}
.hrf-karriere-root div[class*=wp-block-genesis].gb-font-size-22.gb-block-testimonial p, .hrf-karriere-root div[class*=wp-block-genesis].gb-font-size-22.gb-block-notice p, .hrf-karriere-root div[class*=wp-block-genesis].gb-font-size-22.gb-block-profile p, .hrf-karriere-root div[class*=wp-block-genesis].gb-font-size-22.gb-block-cta p{font-size:22px}
.hrf-karriere-root div[class*=wp-block-genesis].gb-font-size-23.gb-block-testimonial p, .hrf-karriere-root div[class*=wp-block-genesis].gb-font-size-23.gb-block-notice p, .hrf-karriere-root div[class*=wp-block-genesis].gb-font-size-23.gb-block-profile p, .hrf-karriere-root div[class*=wp-block-genesis].gb-font-size-23.gb-block-cta p{font-size:23px}
.hrf-karriere-root div[class*=wp-block-genesis].gb-font-size-24.gb-block-testimonial p, .hrf-karriere-root div[class*=wp-block-genesis].gb-font-size-24.gb-block-notice p, .hrf-karriere-root div[class*=wp-block-genesis].gb-font-size-24.gb-block-profile p, .hrf-karriere-root div[class*=wp-block-genesis].gb-font-size-24.gb-block-cta p{font-size:24px}}
.hrf-karriere-root *[class*=gpb-fluid], .hrf-karriere-root .entry-content *[class*=gpb-fluid]{margin:0 0 1rem 0;line-height:1.2;font-weight:normal}
@media only screen and (min-width: 600px){.hrf-karriere-root .wp-block-columns .layout-column-1, .hrf-karriere-root .wp-block-columns .layout-column-2{margin-right:5%}}
.hrf-karriere-root .wp-block-image{margin-bottom:1.2em}
.hrf-karriere-root .gb-has-background-dim::before{content:"";position:absolute;top:0;left:0;bottom:0;right:0;background-color:inherit;opacity:0;z-index:1}
.hrf-karriere-root .gb-has-background-dim.has-theme-primary-background-color::before, .hrf-karriere-root .gb-has-background-dim.gb-has-custom-background-color::before{background-color:inherit}
.hrf-karriere-root .gb-has-background-dim-0::before{opacity:1}
.hrf-karriere-root .gb-has-background-dim-10::before{opacity:.9}
.hrf-karriere-root .gb-has-background-dim-20::before{opacity:.8}
.hrf-karriere-root .gb-has-background-dim-30::before{opacity:.7}
.hrf-karriere-root .gb-has-background-dim-40::before{opacity:.6}
.hrf-karriere-root .gb-has-background-dim-50::before{opacity:.5}
.hrf-karriere-root .gb-has-background-dim-60::before{opacity:.4}
.hrf-karriere-root .gb-has-background-dim-70::before{opacity:.3}
.hrf-karriere-root .gb-has-background-dim-80::before{opacity:.2}
.hrf-karriere-root .gb-has-background-dim-90::before{opacity:.1}
.hrf-karriere-root .gb-has-background-dim-100::before{opacity:0}
/* --- swiper --- */
.hrf-karriere-root /**
 * Swiper 8.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 21, .hrf-karriere-root 2022
 */

 @font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}
.hrf-karriere-root :root{--swiper-theme-color:#007aff}
.hrf-karriere-root .swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}
.hrf-karriere-root .swiper-vertical>.swiper-wrapper{flex-direction:column}
.hrf-karriere-root .swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}
.hrf-karriere-root .swiper-android .swiper-slide, .hrf-karriere-root .swiper-wrapper{transform:translate3d(0px,0,0)}
.hrf-karriere-root .swiper-pointer-events{touch-action:pan-y}
.hrf-karriere-root .swiper-pointer-events.swiper-vertical{touch-action:pan-x}
.hrf-karriere-root .swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}
.hrf-karriere-root .swiper-slide-invisible-blank{visibility:hidden}
.hrf-karriere-root .swiper-autoheight, .hrf-karriere-root .swiper-autoheight .swiper-slide{height:auto}
.hrf-karriere-root .swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}
.hrf-karriere-root .swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}
.hrf-karriere-root .swiper-3d, .hrf-karriere-root .swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}
.hrf-karriere-root .swiper-3d .swiper-cube-shadow, .hrf-karriere-root .swiper-3d .swiper-slide, .hrf-karriere-root .swiper-3d .swiper-slide-shadow, .hrf-karriere-root .swiper-3d .swiper-slide-shadow-bottom, .hrf-karriere-root .swiper-3d .swiper-slide-shadow-left, .hrf-karriere-root .swiper-3d .swiper-slide-shadow-right, .hrf-karriere-root .swiper-3d .swiper-slide-shadow-top, .hrf-karriere-root .swiper-3d .swiper-wrapper{transform-style:preserve-3d}
.hrf-karriere-root .swiper-3d .swiper-slide-shadow, .hrf-karriere-root .swiper-3d .swiper-slide-shadow-bottom, .hrf-karriere-root .swiper-3d .swiper-slide-shadow-left, .hrf-karriere-root .swiper-3d .swiper-slide-shadow-right, .hrf-karriere-root .swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}
.hrf-karriere-root .swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}
.hrf-karriere-root .swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}
.hrf-karriere-root .swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}
.hrf-karriere-root .swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}
.hrf-karriere-root .swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}
.hrf-karriere-root .swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}
.hrf-karriere-root .swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}
.hrf-karriere-root .swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}
.hrf-karriere-root .swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}
.hrf-karriere-root .swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}
.hrf-karriere-root .swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}
.hrf-karriere-root .swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}
.hrf-karriere-root .swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}
.hrf-karriere-root .swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}
.hrf-karriere-root .swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}
.hrf-karriere-root .swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}
.hrf-karriere-root .swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}
.hrf-karriere-root .swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}
.hrf-karriere-root .swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}
.hrf-karriere-root .swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}
.hrf-karriere-root :root{--swiper-navigation-size:44px}
.hrf-karriere-root .swiper-button-next, .hrf-karriere-root .swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}
.hrf-karriere-root .swiper-button-next.swiper-button-disabled, .hrf-karriere-root .swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}
.hrf-karriere-root .swiper-button-next.swiper-button-hidden, .hrf-karriere-root .swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}
.hrf-karriere-root .swiper-navigation-disabled .swiper-button-next, .hrf-karriere-root .swiper-navigation-disabled .swiper-button-prev{display:none!important}
.hrf-karriere-root .swiper-button-next:after, .hrf-karriere-root .swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}
.hrf-karriere-root .swiper-button-prev, .hrf-karriere-root .swiper-rtl .swiper-button-next{left:10px;right:auto}
.hrf-karriere-root .swiper-button-prev:after, .hrf-karriere-root .swiper-rtl .swiper-button-next:after{content:'prev'}
.hrf-karriere-root .swiper-button-next, .hrf-karriere-root .swiper-rtl .swiper-button-prev{right:10px;left:auto}
.hrf-karriere-root .swiper-button-next:after, .hrf-karriere-root .swiper-rtl .swiper-button-prev:after{content:'next'}
.hrf-karriere-root .swiper-button-lock{display:none}
.hrf-karriere-root .swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}
.hrf-karriere-root .swiper-pagination.swiper-pagination-hidden{opacity:0}
.hrf-karriere-root .swiper-pagination-disabled>.swiper-pagination, .hrf-karriere-root .swiper-pagination.swiper-pagination-disabled{display:none!important}
.hrf-karriere-root .swiper-horizontal>.swiper-pagination-bullets, .hrf-karriere-root .swiper-pagination-bullets.swiper-pagination-horizontal, .hrf-karriere-root .swiper-pagination-custom, .hrf-karriere-root .swiper-pagination-fraction{bottom:10px;left:0;width:100%}
.hrf-karriere-root .swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}
.hrf-karriere-root .swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}
.hrf-karriere-root .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}
.hrf-karriere-root .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}
.hrf-karriere-root .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}
.hrf-karriere-root .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}
.hrf-karriere-root .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}
.hrf-karriere-root .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}
.hrf-karriere-root .swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}
.hrf-karriere-root button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}
.hrf-karriere-root .swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}
.hrf-karriere-root .swiper-pagination-bullet:only-child{display:none!important}
.hrf-karriere-root .swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}
.hrf-karriere-root .swiper-pagination-vertical.swiper-pagination-bullets, .hrf-karriere-root .swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}
.hrf-karriere-root .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .hrf-karriere-root .swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}
.hrf-karriere-root .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .hrf-karriere-root .swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}
.hrf-karriere-root .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .hrf-karriere-root .swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}
.hrf-karriere-root .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .hrf-karriere-root .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}
.hrf-karriere-root .swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .hrf-karriere-root .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}
.hrf-karriere-root .swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .hrf-karriere-root .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}
.hrf-karriere-root .swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}
.hrf-karriere-root .swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}
.hrf-karriere-root .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}
.hrf-karriere-root .swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}
.hrf-karriere-root .swiper-horizontal>.swiper-pagination-progressbar, .hrf-karriere-root .swiper-pagination-progressbar.swiper-pagination-horizontal, .hrf-karriere-root .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .hrf-karriere-root .swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}
.hrf-karriere-root .swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .hrf-karriere-root .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .hrf-karriere-root .swiper-pagination-progressbar.swiper-pagination-vertical, .hrf-karriere-root .swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}
.hrf-karriere-root .swiper-pagination-lock{display:none}
.hrf-karriere-root .swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}
.hrf-karriere-root .swiper-scrollbar-disabled>.swiper-scrollbar, .hrf-karriere-root .swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}
.hrf-karriere-root .swiper-horizontal>.swiper-scrollbar, .hrf-karriere-root .swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}
.hrf-karriere-root .swiper-scrollbar.swiper-scrollbar-vertical, .hrf-karriere-root .swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}
.hrf-karriere-root .swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}
.hrf-karriere-root .swiper-scrollbar-cursor-drag{cursor:move}
.hrf-karriere-root .swiper-scrollbar-lock{display:none}
.hrf-karriere-root .swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}
.hrf-karriere-root .swiper-zoom-container>canvas, .hrf-karriere-root .swiper-zoom-container>img, .hrf-karriere-root .swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}
.hrf-karriere-root .swiper-slide-zoomed{cursor:move}
.hrf-karriere-root .swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}
.hrf-karriere-root .swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .hrf-karriere-root .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}
.hrf-karriere-root .swiper-lazy-preloader-white{--swiper-preloader-color:#fff}
.hrf-karriere-root .swiper-lazy-preloader-black{--swiper-preloader-color:#000}
@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}
.hrf-karriere-root .swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}
.hrf-karriere-root .swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}
.hrf-karriere-root .swiper-grid>.swiper-wrapper{flex-wrap:wrap}
.hrf-karriere-root .swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}
.hrf-karriere-root .swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}
.hrf-karriere-root .swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}
.hrf-karriere-root .swiper-fade .swiper-slide .swiper-slide{pointer-events:none}
.hrf-karriere-root .swiper-fade .swiper-slide-active, .hrf-karriere-root .swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}
.hrf-karriere-root .swiper-cube{overflow:visible}
.hrf-karriere-root .swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}
.hrf-karriere-root .swiper-cube .swiper-slide .swiper-slide{pointer-events:none}
.hrf-karriere-root .swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}
.hrf-karriere-root .swiper-cube .swiper-slide-active, .hrf-karriere-root .swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}
.hrf-karriere-root .swiper-cube .swiper-slide-active, .hrf-karriere-root .swiper-cube .swiper-slide-next, .hrf-karriere-root .swiper-cube .swiper-slide-next+.swiper-slide, .hrf-karriere-root .swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}
.hrf-karriere-root .swiper-cube .swiper-slide-shadow-bottom, .hrf-karriere-root .swiper-cube .swiper-slide-shadow-left, .hrf-karriere-root .swiper-cube .swiper-slide-shadow-right, .hrf-karriere-root .swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}
.hrf-karriere-root .swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}
.hrf-karriere-root .swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}
.hrf-karriere-root .swiper-flip{overflow:visible}
.hrf-karriere-root .swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}
.hrf-karriere-root .swiper-flip .swiper-slide .swiper-slide{pointer-events:none}
.hrf-karriere-root .swiper-flip .swiper-slide-active, .hrf-karriere-root .swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}
.hrf-karriere-root .swiper-flip .swiper-slide-shadow-bottom, .hrf-karriere-root .swiper-flip .swiper-slide-shadow-left, .hrf-karriere-root .swiper-flip .swiper-slide-shadow-right, .hrf-karriere-root .swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}
.hrf-karriere-root .swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}
.hrf-karriere-root .swiper-cards{overflow:visible}
.hrf-karriere-root .swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}

/* === Mobile: eigene, lesbare Layouts (kein 1:1 vom Desktop) === */
@media screen and (max-width: 781px) {
  .hrf-karriere-root,
  .hrf-karriere-root #karriere-content {
    overflow-x: clip;
  }

  .hrf-karriere-root .page-title-content {
    width: calc(100% - 40px);
    left: 20px;
    padding: 0;
  }
  .hrf-karriere-root #skiphero {
    top: auto;
    bottom: 28px;
  }

  .hrf-karriere-root .wp-block-spacer {
    max-height: 64px;
  }
  .hrf-karriere-root .wp-block-spacer.is-style-ds-nomobile {
    height: 0 !important;
    max-height: none;
  }

  .hrf-karriere-root .entry-content > .ds-block-container {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    width: 100%;
  }

  .hrf-karriere-root .covertabs.wp-block-columns,
  .hrf-karriere-root .covertabs.wp-block-columns-is-layout-flex {
    flex-direction: row !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
  }
  .hrf-karriere-root .covertabs .wp-block-column {
    flex-basis: calc(50% - 4px) !important;
    max-width: calc(50% - 4px);
    flex-grow: 0;
    margin: 0 !important;
  }
  .hrf-karriere-root .covertabs.wp-block-columns-is-layout-flex .wp-block-cover {
    min-height: 132px !important;
    margin-left: 0;
    margin-right: 0;
  }
  .hrf-karriere-root .covertabs .wp-block-cover__inner-container {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    min-height: 132px;
    height: 100%;
    box-sizing: border-box;
    padding: 10px 8px;
  }
  .hrf-karriere-root .covertabs.wp-block-columns-is-layout-flex .ds-tab .rotate {
    transform: none !important;
    position: static !important;
    width: auto !important;
    right: auto;
    font-size: 13px;
    line-height: 1.2;
    text-align: center;
    text-shadow: 0 1px 8px rgba(50, 60, 80, .55);
  }
  .hrf-karriere-root .covertabs.wp-block-columns-is-layout-flex .ds-tab[href="#fortbildung"] .rotate {
    font-size: 11.5px;
    line-height: 1.15;
  }
  .hrf-karriere-root .covertabs.wp-block-columns-is-layout-flex .ds-tab:after {
    margin-top: 8px;
    height: 4px;
  }

  .hrf-karriere-root .wp-block-columns > .wp-block-column:empty {
    display: none;
  }

  .hrf-karriere-root .stickymiddleimage {
    position: relative;
    top: auto;
    margin: 0 auto 16px;
  }

  .hrf-karriere-root .biglightbluebackground {
    font-size: 48px;
    margin-bottom: 0.15em;
    text-align: left;
  }

  .hrf-karriere-root .entry-content > .ds-block-container.popupcontainer {
    margin-left: 8px;
    margin-right: 8px;
  }
  .hrf-karriere-root .career-projektkarriere .wp-block-cover {
    min-height: 220px !important;
  }
  .hrf-karriere-root .career-projektkarriere .wp-block-cover__inner-container {
    width: 100%;
    box-sizing: border-box;
    padding: 16px;
  }
  .hrf-karriere-root .career-projektkarriere > .wp-block-column:nth-child(2) .wp-block-cover {
    min-height: 280px !important;
  }
  .hrf-karriere-root .career-projektkarriere .projektkarriere-popupbutton a {
    min-width: 44px;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .hrf-karriere-root .careerslider {
    padding-bottom: 0;
    overflow: visible;
  }
  .hrf-karriere-root .careerslider .swiper-wrapper {
    align-items: stretch;
  }
  .hrf-karriere-root .careerslider .swiper-slide,
  .hrf-karriere-root .careerslider .swiper-slide-active {
    border-bottom: none;
  }
  .hrf-karriere-root .careerslider .swiper-container,
  .hrf-karriere-root .careerslider .ds-swipercontainer--inside {
    padding-bottom: 60px;
  }
  .hrf-karriere-root .careerslider .swiper-slide {
    height: auto !important;
    min-width: 0;
    display: flex;
    flex-direction: column;
  }
  .hrf-karriere-root .careerslider .swiper-slide .gb-container-inside,
  .hrf-karriere-root .careerslider .swiper-slide .gb-container-content {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .hrf-karriere-root .careerslider .careerslidercontent {
    flex: 1 1 auto;
  }
  .hrf-karriere-root .careerslider .spacearound {
    padding: 1em 0.85em;
  }
  .hrf-karriere-root .careerslider .swiper-button-next,
  .hrf-karriere-root .careerslider .swiper-button-prev {
    top: auto;
    bottom: 8px;
    width: 44px;
    height: 44px;
    margin-top: 0;
  }

  .hrf-karriere-root .wp-block-columns.narrowcols.imgsocials {
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    align-items: stretch;
  }
  .hrf-karriere-root .wp-block-columns.narrowcols.imgsocials .wp-block-column:first-child {
    flex-basis: 100% !important;
    width: 100%;
    max-width: 100%;
  }
  .hrf-karriere-root .funhover-autoplay .wp-block-image img {
    width: 100%;
    max-width: 100%;
    height: auto;
    aspect-ratio: 1;
    object-fit: cover;
    display: block;
  }
  .hrf-karriere-root .wp-block-columns.narrowcols.imgsocials .wp-block-column:last-child {
    display: flex;
    flex-direction: row;
    flex-basis: auto !important;
    width: auto;
    max-width: none;
    margin-left: 0;
    margin-top: 12px;
    gap: 12px;
  }

  .hrf-karriere-root .animatehscroll .ds-container-content {
    width: max-content;
    max-width: none;
    gap: 12px;
  }
  .hrf-karriere-root .animatehscroll figure.wp-block-image {
    flex: 0 0 auto;
    width: 108px;
    margin: 0;
  }
  .hrf-karriere-root .animatehscroll img {
    width: 108px;
    height: 108px;
    object-fit: cover;
    display: block;
  }

  .hrf-karriere-root .entry-content > .ds-block-container.popupcontainer .popupcontent.active {
    position: fixed;
    inset: 0;
    overflow-y: auto;
    padding: 56px 16px 24px;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
  }
  .hrf-karriere-root .close-popup {
    position: fixed;
    top: 12px;
    right: 12px;
    width: 44px;
    height: 44px;
  }

  .hrf-karriere-root .ds-block-accordion .ds-accordion-title {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 16px;
  }
  .hrf-karriere-root .ds-block-accordion .ds-accordion-title:after {
    float: none;
    flex-shrink: 0;
    line-height: 1;
  }

  .hrf-karriere-root .has-large-font-size br {
    display: none;
  }

  .hrf-karriere-root .aligniconstop .wp-block-button__link {
    font-size: 13px;
    padding: 10px 14px;
    line-height: 1.3;
  }
}

@media screen and (max-width: 767px) {
  .hrf-karriere-root .career20-findjob-button {
    position: static;
    transform: none;
    display: flex;
    justify-content: stretch;
    margin: 0 20px 8px;
  }
  .hrf-karriere-root .career20-findjob-button .wp-block-button {
    width: 100%;
    margin: 0;
  }
  .hrf-karriere-root .career20-findjob-button .wp-block-button a {
    display: block;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    background-color: #b5d1ed;
    color: #323c50;
    font-weight: 700;
    border: 0;
    padding: 14px 20px;
  }
}