/* === Neue Variablen === */
/* === Alte Variablen === */
.page-header {
  width: 100%;
  display: flex;
  text-decoration: none;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  z-index: 100;
  background-color: #fff;
  position: relative;
}
.page-header-content {
  display: flex;
  width: 100%;
  padding: 0 1rem;
  flex-direction: column;
  align-items: flex-start;
  margin-top: -2rem;
  z-index: 1000;
}
@media screen and (min-width: 900px) {
  .page-header-content {
    padding: 0 1.5rem;
    margin-top: -4rem;
  }
}
.page-header-title {
  color: #004177;
}
.page-header-subtitle {
  color: #004177;
  font-weight: 400;
}
.page-header-text {
  width: 100%;
  display: flex;
  padding: 1rem;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 0.5rem;
  word-break: break-word;
}
@media screen and (min-width: 900px) {
  .page-header-text {
    padding: 1.5rem;
    width: auto;
  }
}
.page-header .polygon {
  display: flex;
  padding: 0 1rem;
  align-items: center;
}
@media screen and (min-width: 900px) {
  .page-header .polygon {
    padding: 0 1.5rem;
  }
}
.page-header .polygon .icon-markup, .page-header .polygon svg {
  width: inherit !important;
  height: inherit !important;
}
.page-header-image {
  max-height: 630px;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.page-header .owl-dots {
  display: none;
}
.page-header .vocatium-slider .owl-stage-outer {
  border-radius: 0;
}
.page-header .vocatium-slider .owl-theme .owl-nav {
  display: block;
}