.intro-nav-wrapper {
 overflow-y: hidden;
}
.intro-nav-wrapper .intro-nav-arrow-wrapper .icon-container {
 height: 1rem;
}
.intro-nav-wrapper .intro-nav-arrow-wrapper .icon-container svg {
 position: absolute;
 bottom: 0;
 left: 50%;
 width: 1rem;
 height: auto;
 transform: translateX(-50%);
}

.screen-reader-text {
 position: absolute !important;
}

/* pageheader */
.page-header {
 height: var(--hh);
}

.header-phone-nav-modal-tools {
 cursor: pointer;
}

@media screen and (min-width: 1201px) {
 .page-header.page-header.page-header .header-phone-nav-modal {
  display: none;
 }
 .page-header.page-header.page-header .header-nav-social-group {
  display: none !important;
 }
 .page-header.page-header.page-header .header-nophone-nav-modal nav, .page-header.page-header.page-header .header-nophone-nav-modal ul, .page-header.page-header.page-header .header-nophone-nav-modal li, .page-header.page-header.page-header .header-nophone-nav-modal a {
  height: 100%;
 }
 .page-header.page-header.page-header .header-nophone-nav-modal a {
  display: flex;
  align-items: center;
  padding: 0 0.75rem;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1647058824) 0%, rgba(0, 0, 0, 0) 1%);
  transition: all 0.3s ease;
 }
 .page-header.page-header.page-header .header-nophone-nav-modal a:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1647058824) 0%, rgba(0, 0, 0, 0) 50%);
 }
 .page-header.page-header.page-header .header-nophone-nav-modal li.current-menu-item a {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2274509804) 0%, rgba(0, 0, 0, 0) 50%);
 }
}
@media screen and (max-width: 1200px) {
 .page-header.page-header.page-header .header-nophone-nav-modal {
  display: none;
 }
 .page-header.page-header.page-header .header-phone-nav-modal:not(.is-menu-open) .header-phone-nav-modal-inner {
  height: 100%;
 }
 .page-header.page-header.page-header .header-phone-nav-modal:not(.is-menu-open) .header-phone-nav-modal-inner .header-phone-nav-modal-tools {
  height: 100%;
 }
 .page-header.page-header.page-header .header-phone-nav-modal:not(.is-menu-open) .header-phone-nav-modal-inner .header-phone-nav-modal-tools .close {
  display: none;
 }
 .page-header.page-header.page-header .header-phone-nav-modal:not(.is-menu-open) .header-phone-nav-modal-inner .header-phone-nav-modal-content {
  display: none;
 }
 .page-header.page-header.page-header .header-phone-nav-modal.is-menu-open {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999998;
 }
 .page-header.page-header.page-header .header-phone-nav-modal.is-menu-open .header-phone-nav-modal-inner {
  position: fixed;
  right: 0;
  top: 0;
  width: auto;
  height: 100vh;
  z-index: 999999;
 }
 .page-header.page-header.page-header .header-phone-nav-modal.is-menu-open .header-phone-nav-modal-inner .header-phone-nav-modal-tools .open {
  display: none;
 }
}
@media screen and (max-width: 1200px) and (orientation: landscape) and (max-height: 575px) {
 .page-header.page-header.page-header .header-phone-nav-modal.is-menu-open .header-phone-nav-modal-inner {
  flex-direction: row-reverse;
  align-items: start;
  gap: 0;
 }
 .page-header.page-header.page-header .header-phone-nav-modal.is-menu-open .header-phone-nav-modal-inner .header-phone-nav-modal-content {
  gap: 2rem;
  height: 100%;
  justify-content: space-between;
 }
 .page-header.page-header.page-header .header-phone-nav-modal.is-menu-open .header-phone-nav-modal-inner .header-phone-nav-modal-content figure, .page-header.page-header.page-header .header-phone-nav-modal.is-menu-open .header-phone-nav-modal-inner .header-phone-nav-modal-content p {
  display: none;
 }
 .page-header.page-header.page-header .header-phone-nav-modal.is-menu-open .header-phone-nav-modal-inner .header-phone-nav-modal-content nav[aria-label="Hauptmenue 2"] ul {
  gap: 0.5rem;
 }
 .page-header.page-header.page-header .header-phone-nav-modal.is-menu-open .header-phone-nav-modal-inner .header-phone-nav-modal-content nav[aria-label="Hauptmenue 2"] ul li a {
  font-size: var(--wp--preset--font-size--normal) !important;
 }
}
@media screen and (max-width: 1200px) and (max-width: 575px) {
 .page-header.page-header.page-header .header-phone-nav-modal.is-menu-open .header-phone-nav-modal-inner {
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: start;
  gap: 0;
 }
 .page-header.page-header.page-header .header-phone-nav-modal.is-menu-open .header-phone-nav-modal-inner .header-phone-nav-modal-content {
  gap: 2rem;
  height: 100%;
  justify-content: start;
 }
 .page-header.page-header.page-header .header-phone-nav-modal.is-menu-open .header-phone-nav-modal-inner .header-phone-nav-modal-content figure {
  display: none;
 }
 .page-header.page-header.page-header .header-phone-nav-modal.is-menu-open .header-phone-nav-modal-inner .header-phone-nav-modal-content nav[aria-label="Hauptmenue 2"] ul {
  gap: 0.5rem;
 }
 .page-header.page-header.page-header .header-phone-nav-modal.is-menu-open .header-phone-nav-modal-inner .header-phone-nav-modal-content nav[aria-label="Hauptmenue 2"] ul li a {
  font-size: var(--wp--preset--font-size--normal) !important;
 }
}
@media screen and (max-width: 575px) {
 .page-hero {
  padding-bottom: var(--wp--preset--spacing--30) !important;
  height: 60vh !important;
 }
 .page-hero .hero-karriere-btn-wrapper {
  top: calc(var(--wp--preset--spacing--10) * -1) !important;
 }
 .page-hero .hero-karriere-btn-wrapper .rich-button-link > div {
  transform: scale(0.8);
  transform-origin: top;
  padding: var(--wp--preset--spacing--10) !important;
 }
}
@media screen and (min-width: 576px) and (max-width: 992px) {
 .page-hero {
  height: 80vh !important;
 }
}
@media screen and (orientation: landscape) and (max-height: 575px) {
 .page-hero {
  padding-bottom: var(--wp--preset--spacing--40) !important;
  padding-right: var(--wp--preset--spacing--40) !important;
 }
}
.benefits {
 --p: 2rem;
 row-gap: calc(var(--p) * 2) !important;
}
.benefits .benefit-set .wp-block-group:has(.benefit-text) {
 padding-top: var(--p);
}
.benefits .benefit-set .benefit-icon-img {
 position: absolute !important;
 width: calc(var(--p) * 2);
 left: 50%;
 top: 0;
 border-radius: 2000px !important;
 transform: translate(-50%, -50%);
 background-color: inherit;
 overflow: hidden;
 z-index: 99;
}
.benefits .benefit-set .benefit-text {
 z-index: 999;
}

.benefit-icon {
 display: none;
}
.benefit-icon .icon-container {
 all: unset;
 background: red;
 border-radius: 1000px;
 width: 1px !important;
 height: 1px !important;
 scale: 50;
 z-index: 9;
}
.benefit-icon .icon-container svg {
 position: absolute;
 scale: 0.65 !important;
}

.page-hero.page-hero.page-hero {
 height: calc(100vh - var(--hh));
 height: calc(100svh - var(--hh));
 min-height: unset;
}
.page-hero.page-hero.page-hero .wp-block-cover__inner-container {
 height: 100%;
 display: flex;
 align-items: flex-end;
}
.page-hero.page-hero.page-hero .hero-karriere-btn-wrapper {
 position: absolute;
 width: auto;
 height: auto;
 top: 0;
 right: 0;
}
.page-hero.page-hero.page-hero .rich-button-link:has(> .hero-karriere-btn) {
 transform: rotate(350deg);
}
@media screen and (min-width: 576px) and (max-width: 992px) and (orientation: portrait) {
 .page-hero.page-hero.page-hero {
  height: 65vh;
 }
}

.scale-2 {
 --s: 2;
 transform: scale(var(--s));
}

.scale-15 {
 --s: 1.5;
 transform: scale(var(--s));
}

.wp-block-heading {
 -webkit-hyphens: auto;
         hyphens: auto;
 hyphenate-limit-chars: 6 3 3;
}
@media screen and (min-width: 993px) {
 .wp-block-heading {
  -webkit-hyphens: none;
          hyphens: none;
 }
}
.wp-block-heading > .heading-pre {
 display: block;
 padding-left: 0.65em;
 margin-bottom: 0.5em;
 font-size: var(--wp--preset--font-size--normal);
}
.wp-block-heading > .heading-pre .heading-pre-pipe {
 position: absolute;
 display: flex;
 justify-content: center;
 left: 0;
 bottom: 0.5em;
 width: 0.3333333333em;
 height: auto;
 aspect-ratio: 0.37;
 overflow: hidden;
 background: white;
}
.wp-block-heading > .heading-pre .heading-pre-pipe > span {
 color: currentColor;
 font-size: calc(var(--wp--preset--font-size--normal) * 4);
 line-height: 0;
 font-weight: 900;
 opacity: 0;
}

p, a {
 -webkit-hyphens: auto;
         hyphens: auto;
 hyphenate-limit-chars: 6 3 3;
}

.wp-block-navigation .icon-container {
 color: inherit !important;
}

.facts {
 position: absolute;
 height: 0;
 z-index: 2;
}
.facts > .wp-block-group {
 transform: translateY(-50%);
}
.facts .facts-grid .facts-pack-group,
.facts .facts-grid .facts-pack {
 margin-bottom: 0;
}
.facts .facts-grid .facts-pack-group:nth-child(n+2):before,
.facts .facts-grid .facts-pack:nth-child(n+2):before {
 content: "";
 position: absolute;
 top: 0;
 left: 0;
 width: 0;
 height: 100%;
 border-right: 2px dotted white;
 z-index: -1;
}
.facts .facts-grid .facts-pack-group .facts-number,
.facts .facts-grid .facts-pack .facts-number {
 line-height: 0.8 !important;
 display: flex;
 flex-direction: column;
 justify-content: space-between;
 height: 100%;
}
.facts .facts-grid .facts-pack-group .facts-number strong,
.facts .facts-grid .facts-pack .facts-number strong {
 display: block;
 font-size: var(--wp--preset--font-size--xx-large);
 margin-bottom: var(--wp--preset--spacing--10);
}
.facts .facts-grid .facts-pack-group .facts-number em,
.facts .facts-grid .facts-pack .facts-number em {
 display: block;
 font-size: var(--wp--preset--font-size--small);
 font-style: normal;
 line-height: 1.2;
 hyphenate-limit-chars: 10 4 4 !important;
}
@media screen and (max-width: 575px) {
 .facts .facts-grid {
  flex-wrap: wrap;
  --s:1.5rem;
 }
 .facts .facts-grid .facts-pack-group {
  width: 100%;
 }
 .facts .facts-grid .facts-pack-group:nth-child(2) {
  margin-top: var(--s);
  margin-bottom: 0rem;
 }
 .facts .facts-grid .facts-pack-group:nth-child(2):before {
  width: 100%;
  height: 0;
  top: calc(var(--s) * -1);
  border-right: 0px dotted white;
  border-top: 2px dotted white;
 }
 .facts .facts-grid .facts-pack-group .facts-pack {
  width: 50%;
 }
}

@media screen and (min-width: 576px) {
 .facts-ausgleich {
  height: 0 !important;
 }
}

.mask {
 overflow: hidden !important;
}

.z-999 {
 z-index: 999 !important;
}

@media screen and (max-width: 575px) {
 .overlap-top-10:not(.overlap-top-only-nophone) {
  margin-top: calc(var(--wp--preset--spacing--10) * -1) !important;
 }
 .overlap-top-20:not(.overlap-top-only-nophone) {
  margin-top: calc(var(--wp--preset--spacing--20) * -1) !important;
 }
 .overlap-top-30:not(.overlap-top-only-nophone) {
  margin-top: calc(var(--wp--preset--spacing--30) * -1) !important;
 }
 .overlap-top-40:not(.overlap-top-only-nophone) {
  margin-top: calc(var(--wp--preset--spacing--40) * -1) !important;
 }
 .overlap-top-50:not(.overlap-top-only-nophone) {
  margin-top: calc(var(--wp--preset--spacing--50) * -1) !important;
 }
 .overlap-top-60:not(.overlap-top-only-nophone) {
  margin-top: calc(var(--wp--preset--spacing--60) * -1) !important;
 }
 .overlap-top-70:not(.overlap-top-only-nophone) {
  margin-top: calc(var(--wp--preset--spacing--70) * -1) !important;
 }
}
@media screen and (min-width: 576px) {
 .overlap-top-10 {
  margin-top: calc(var(--wp--preset--spacing--10) * -1) !important;
 }
 .overlap-top-20 {
  margin-top: calc(var(--wp--preset--spacing--20) * -1) !important;
 }
 .overlap-top-30 {
  margin-top: calc(var(--wp--preset--spacing--30) * -1) !important;
 }
 .overlap-top-40 {
  margin-top: calc(var(--wp--preset--spacing--40) * -1) !important;
 }
 .overlap-top-50 {
  margin-top: calc(var(--wp--preset--spacing--50) * -1) !important;
 }
 .overlap-top-60 {
  margin-top: calc(var(--wp--preset--spacing--60) * -1) !important;
 }
 .overlap-top-70 {
  margin-top: calc(var(--wp--preset--spacing--70) * -1) !important;
 }
}
.overlap-bottom-10 {
 margin-bottom: calc(var(--wp--preset--spacing--10) * -1) !important;
}

.overlap-bottom-20 {
 margin-bottom: calc(var(--wp--preset--spacing--20) * -1) !important;
}

.overlap-bottom-30 {
 margin-bottom: calc(var(--wp--preset--spacing--30) * -1) !important;
}

.overlap-bottom-40 {
 margin-bottom: calc(var(--wp--preset--spacing--40) * -1) !important;
}

.overlap-bottom-50 {
 margin-bottom: calc(var(--wp--preset--spacing--50) * -1) !important;
}

.overlap-bottom-60 {
 margin-bottom: calc(var(--wp--preset--spacing--60) * -1) !important;
}

.overlap-bottom-70 {
 margin-bottom: calc(var(--wp--preset--spacing--70) * -1) !important;
}

@media screen and (max-width: 575px) {
 .footer-contact {
  display: flex;
  flex-direction: column;
  align-items: center;
 }
}

.rich-button-link:has(.footer-top) {
 position: fixed !important;
 height: auto;
 bottom: 1rem;
 right: 0;
}

@media screen and (max-width: 575px) {
 .footer-gla-section p {
  text-align: center;
 }
}

@media screen and (min-width: 576px) {
 .vcard-teaser {
  max-width: 50vw !important;
 }
}
.vcard-teaser .vcard-teaser-img {
 width: 100%;
}
.vcard-teaser .vcard-teaser-img img {
 width: 100%;
}

#cmplz-manage-consent {
 display: none;
}