.hero.content-width .hero-item-inner {
  display: grid;
  grid-template-columns: 0.7fr 1fr;
  grid-template-rows: 1fr;
  grid-gap: 2rem;
  width: 100%;
  height: auto;
  position: relative;
}
@media (max-width: 989px) {
  .hero.content-width .hero-item-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.hero.content-width .hero-item-inner .hero-content {
  grid-column: 1;
  grid-row: 1;
}
.hero.content-width .hero-image {
  grid-column: 2;
  grid-row: 1;
}
.hero.fullwidth {
  z-index: 0 !important;
  position: relative;
  margin-top: -70px;
}
.hero.fullwidth .hero-item {
  /*display: grid;
  grid-template-columns: 1fr 1.33fr;
  grid-template-rows: 1fr;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 317px;
}
@media (max-width: 989px) {
  .hero.fullwidth .hero-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 767px) {
  .hero.fullwidth .hero-item {
    padding-top: 205px;
  }
}
.hero.fullwidth .hero-item .hero-item-inner,
.hero.fullwidth .hero-item .hero-image {
  grid-row: 1;
}
.hero.fullwidth .hero-item .hero-item-inner {
  display: grid;
  grid-template-columns: 1fr 1.33fr;
  grid-column: 1/3;
}
@media (max-width: 989px) {
  .hero.fullwidth .hero-item .hero-item-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.hero.fullwidth .hero-item .hero-item-inner .hero-content {
  grid-column: 1;
  padding-right: 2rem;
}
@media (max-width: 989px) {
  .hero.fullwidth .hero-item .hero-item-inner .hero-content {
    padding: 0;
  }
}
.hero.fullwidth .hero-item .hero-image {
  grid-column: 2/3;
  position: relative;
}
.hero.fullwidth .hero-item .hero-image::after {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
}
.hero.fullwidth .hero-item .hero-media {
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .hero.fullwidth .hero-item .hero-media {
    top: 20px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    position: relative !important;
  }
}
.hero.fullwidth .hero-item .hero-media video {
  width: 100%;
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 63% top;
  object-position: 63% top;
}
.hero.fullwidth .hero-item .hero-media img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 100% 40%;
     object-position: 100% 40%;
}
@media screen and (max-width: 1024px) {
  .hero.fullwidth .hero-item .hero-media img {
    -o-object-position: 70% 40%;
       object-position: 70% 40%;
  }
}
@media screen and (max-width: 450px) {
  .hero.fullwidth .hero-item .hero-media img {
    -o-object-position: 60% 40%;
       object-position: 60% 40%;
  }
}
#kontakt-hero-bild .hero.fullwidth .hero-item .hero-media img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 100% 10%;
     object-position: 100% 10%;
}
.hero.fullwidth .hero-item .hero-canvas {
  z-index: 1;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .hero.fullwidth .hero-item .hero-canvas .hero-untertitle {
    padding: 0 20%;
  }
}
@media screen and (max-width: 767px) {
  .hero.fullwidth .hero-item .hero-canvas {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .hero.fullwidth .hero-item .hero-canvas h1 {
    color: var(--color-primarytext) !important;
    margin-top: 35px;
    -ms-hyphens: manual;
        hyphens: manual;
  }
}
.hero.fullwidth .hero-item.object-position-center .hero-media img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 767px) {
  .hero.fullwidth .hero-item.team-seite .hero-media, .hero.fullwidth .hero-item.aerzte-seite .hero-media {
    top: -35px;
    height: 200px;
  }
}
@media screen and (max-width: 1050px) {
  .hero.fullwidth .hero-item.team-seite .hero-media img, .hero.fullwidth .hero-item.aerzte-seite .hero-media img {
    height: 84%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 30%;
       object-position: 50% 30%;
  }
}
@media screen and (max-width: 767px) {
  .hero.fullwidth .hero-item.team-seite .hero-media img, .hero.fullwidth .hero-item.aerzte-seite .hero-media img {
    height: 100%;
  }
}
.hero.fullwidth::after {
  content: "";
  width: 100%;
  height: 10%;
  position: absolute;
  z-index: 1;
  bottom: 0;
  background: url("/wp-content/uploads/hero-overlay-bottom.png");
  background-repeat: repeat;
  background-size: auto;
  margin: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
}
@media screen and (max-width: 767px) {
  .hero.fullwidth::after {
    bottom: -20px;
    height: 15%;
  }
}
.hero.fullwidth::before {
  content: "";
  width: max(240px, 35vw);
  height: 100%;
  position: absolute;
  z-index: 1;
  bottom: 0;
  background: url("/wp-content/uploads/hero-oval-links.png");
  background-repeat: repeat;
  background-size: auto;
  margin: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom left;
}
.hero.fullwidth:has(.object-position-center)::before {
  content: "";
  width: max(240px, 35vw);
  height: 40%;
}
@media screen and (max-width: 1150px) {
  .hero.fullwidth:has(.object-position-center)::before {
    display: none;
  }
}
.hero.fullwidth.kopfsektion-green-bg {
  background-color: var(--color-brand-secondary);
}
.hero.fullwidth.kopfsektion-green-bg::before {
  content: "";
  width: min(600px, 31vw);
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 70px;
  background: url("/wp-content/uploads/oval1-greensektion.png");
  background-repeat: repeat;
  background-size: auto;
  margin: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
}
.hero.fullwidth.kopfsektion-green-bg::after {
  content: "";
  width: 100%;
  height: 20%;
  position: absolute;
  z-index: 1;
  bottom: -1px;
  background: url("/wp-content/uploads/hero-overlay-bottom.png");
  background-repeat: repeat;
  background-size: auto;
  margin: 0;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom;
}
.hero.fullwidth.kopfsektion-green-bg .hero-item {
  padding-top: 260px;
}
@media screen and (max-width: 767px) {
  .hero.fullwidth.kopfsektion-green-bg .hero-item .hero-canvas h1 {
    color: var(--color-neutral-white) !important;
    margin-top: 0px;
  }
}
@media screen and (max-width: 767px) {
  .hero.fullwidth.kopfsektion-green-bg .hero-item .hero-media {
    position: absolute !important;
  }
}
.hero.fullwidth.karriere-kopfbild {
  margin-top: -30px;
}
.hero.fullwidth.karriere-kopfbild.margin-top-null {
  margin-top: 0px;
}
.hero.fullwidth.karriere-kopfbild::after {
  content: "";
  width: 100%;
  height: 20%;
  position: absolute;
  z-index: 1;
  bottom: 0;
  background: url("/wp-content/uploads/hero-overlay-bottom.png");
  background-repeat: repeat;
  background-size: auto;
  margin: 0;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom;
}
@media screen and (max-width: 767px) {
  .hero.fullwidth.karriere-kopfbild::after {
    bottom: -20px;
    height: 15%;
  }
}
.hero.fullwidth.karriere-kopfbild.object-fit-top .hero-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
.hero.fullwidth.bg-after-weak::after {
  content: "";
  width: 100%;
  height: 20%;
  position: absolute;
  z-index: 1;
  bottom: 0;
  background: url("/wp-content/uploads/hero-overlay-bottom-weak.png");
  background-repeat: repeat;
  background-size: auto;
  margin: 0;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom;
}
@media (max-width: 989px) {
  .hero .hero-items.swiper {
    margin-bottom: var(--section-padding-bottom);
  }
}
.hero .hero-items .hero-item {
  display: grid !important;
  opacity: 0 !important;
}
.hero .hero-items .hero-item.swiper-slide-active {
  opacity: 1 !important;
}
.hero .hero-item .hero-item-inner {
  padding-top: var(--section-padding-top);
  padding-bottom: var(--section-padding-bottom);
}
.hero .hero-item .hero-item-inner .hero-content {
  padding-bottom: calc(50px + 2.5rem);
}
@media (max-width: 989px) {
  .hero .hero-item .hero-item-inner .hero-content {
    padding-bottom: 0;
  }
}
.hero .hero-item .hero-image {
  line-height: 0;
}
.hero .hero-item .hero-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero .hero-item.hero-item--overlay::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(15, 29, 38, 0.5)), color-stop(25%, rgba(15, 29, 38, 0.3)), color-stop(75%, rgba(15, 29, 38, 0.3)), to(rgba(15, 29, 38, 0)));
  background: linear-gradient(180deg, rgba(15, 29, 38, 0.5) 0%, rgba(15, 29, 38, 0.3) 25%, rgba(15, 29, 38, 0.3) 75%, rgba(15, 29, 38, 0) 100%);
  z-index: 1;
  height: 100%;
  opacity: 1;
}
.hero .swiper-navigation {
  max-width: calc(var(--content-width) - var(--section-inner-padding) * 2);
  z-index: 1;
}
@media (min-width: 990px) {
  .hero .swiper-navigation {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: var(--section-padding-bottom);
  }
}
.hero .swiper-navigation .swiper-navigation-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}/*# sourceMappingURL=hero.css.map */