@charset "UTF-8";
.entry-content > .px-banner:first-child {
  margin-top: -200px;
}
@media screen and (min-width: 769px) {
  .entry-content > .px-banner:first-child {
    padding-top: 200px;
  }
}
@media screen and (max-width: 768px) {
  .entry-content > .px-banner:first-child {
    padding-top: 210px;
  }
}

.px-banner {
  position: relative;
  display: flex;
  gap: clamp(1.875rem, 1.3006756757rem + 2.8716216216vw, 4rem);
  z-index: 1;
}
@media screen and (min-width: 1201px) {
  .px-banner + * {
    padding-left: calc(clamp(10px, 6vw, 115px) * 1.4);
    padding-right: calc(clamp(10px, 6vw, 115px) * 1.4);
  }
}
.px-banner:after {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  pointer-events: none;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom left;
  z-index: 0;
  max-width: 100%;
  width: 1120px;
  background-image: url("../../../img/struktur-links.png");
}
@media screen and (min-width: 769px) {
  .px-banner .text {
    padding-left: max(4%, (100% - 1500px) / 2);
    padding-bottom: clamp(50px, 12vw, 210px);
    padding-top: clamp(50px, 8vw, 130px);
    position: relative;
  }
  .px-banner .text .arrowAnimation {
    position: absolute;
    left: clamp(10px, 6vw, 115px);
    top: calc(100% - clamp(50px, 12vw, 210px));
    width: 57px;
    height: 340px;
    z-index: 3;
  }
  .px-banner .text line {
    stroke-dasharray: 305.754; /* Länge der Linie */
    stroke-dashoffset: 305.754; /* Anfang: komplett „versteckt“ */
  }
  .px-banner .text .arrow {
    opacity: 0;
    transition: opacity 0.2s 1.2s ease;
  }
  .px-banner .text.inView line {
    animation: draw-line 1.2s linear forwards;
  }
  .px-banner .text.inView .arrow {
    opacity: 1;
  }
  @keyframes draw-line {
    to {
      stroke-dashoffset: 0; /* Ende: komplette Linie sichtbar */
    }
  }
}
@media screen and (max-width: 768px) {
  .px-banner {
    padding-bottom: clamp(50px, 12vw, 210px);
  }
  .px-banner .text {
    width: 94%;
    max-width: 1500px;
    margin: 0 auto;
  }
  .px-banner .logos {
    margin-bottom: calc(clamp(50px, 12vw, 210px) * -1 - 1px);
  }
  .px-banner .arrowAnimation {
    display: none;
  }
}
.px-banner p:not([class*=specialheadline]) {
  margin-bottom: clamp(1.25rem, 0.9121621622rem + 1.6891891892vw, 2.5rem);
}
.px-banner .image:not(.twoimages .image) img,
.px-banner .image:not(.twoimages .image) video,
.px-banner .video img,
.px-banner .video video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.px-banner .image,
.px-banner .video,
.px-banner .twoimages {
  position: relative;
  z-index: 1;
}
.px-banner .image.has-logos .logos,
.px-banner .video.has-logos .logos,
.px-banner .twoimages.has-logos .logos {
  z-index: 4;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 30px 10px;
  background-color: #fff;
}
.px-banner .image.has-logos .logos:after,
.px-banner .video.has-logos .logos:after,
.px-banner .twoimages.has-logos .logos:after {
  content: "";
  mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="220" height="54" viewBox="0 0 220 54" fill="none"><rect x="21" y="52" width="199" height="2" fill="%23B89B77"/><rect x="218" y="54" width="54" height="2" transform="rotate(-90 218 54)" fill="%23B89B77"/><rect y="52" width="2" height="2" rx="1" fill="%23B89B77"/><rect x="7" y="52" width="2" height="2" rx="1" fill="%23B89B77"/><rect x="14" y="52" width="2" height="2" rx="1" fill="%23B89B77"/></svg>');
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: right bottom;
  width: 100%;
  height: 45px;
  display: block;
  position: absolute;
  bottom: 0;
  right: -1px;
  background-color: #B89B77;
}
.px-banner .image.has-logos .logos img, .px-banner .image.has-logos .logos svg,
.px-banner .video.has-logos .logos img,
.px-banner .video.has-logos .logos svg,
.px-banner .twoimages.has-logos .logos img,
.px-banner .twoimages.has-logos .logos svg {
  background-color: #fff;
  width: clamp(8.125rem, 7.4493243243rem + 3.3783783784vw, 10.625rem);
  height: clamp(3.125rem, 2.4493243243rem + 3.3783783784vw, 5.625rem);
  object-fit: contain;
  max-height: 60px;
}
.px-banner .image.has-logos .logos a.logo-link,
.px-banner .video.has-logos .logos a.logo-link,
.px-banner .twoimages.has-logos .logos a.logo-link {
  background-color: transparent;
  padding: 0;
  width: auto;
  height: auto;
  margin-top: 10px;
}
@media screen and (min-width: 769px) {
  .px-banner .image.has-logos .logos,
  .px-banner .video.has-logos .logos,
  .px-banner .twoimages.has-logos .logos {
    position: absolute;
    right: clamp(0px, (100vw - 1500px) / 2, 3000px);
    bottom: -95px;
  }
}
@media screen and (max-width: 768px) {
  .px-banner .image.has-logos .logos,
  .px-banner .video.has-logos .logos,
  .px-banner .twoimages.has-logos .logos {
    flex-wrap: wrap;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .px-banner .image.has-logos img, .px-banner .image.has-logos video, .px-banner .image.has-logos .googlerating,
  .px-banner .video.has-logos img,
  .px-banner .video.has-logos video,
  .px-banner .video.has-logos .googlerating,
  .px-banner .twoimages.has-logos img,
  .px-banner .twoimages.has-logos video,
  .px-banner .twoimages.has-logos .googlerating {
    margin-bottom: 0;
  }
}
.px-banner .video,
.px-banner .image {
  max-width: 1088px;
  max-height: 1000px;
}
@media screen and (max-width: 1200px) {
  .px-banner .video,
  .px-banner .image {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 769px) {
  .px-banner .twoimages.has-logos .logos {
    bottom: -45px;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
}
.px-banner .twoimages .image-wrapper {
  gap: 17px;
  height: 100%;
  max-width: 100vw;
  display: grid;
}
@media screen and (min-width: 1201px) {
  .px-banner .twoimages .image-wrapper {
    grid-template-columns: 22vw auto;
    grid-template-rows: 3.5vw auto 6vw;
  }
}
@media screen and (max-width: 1200px) {
  .px-banner .twoimages .image-wrapper {
    grid-template-columns: calc(50vw - 8px) calc(50vw - 9px);
    grid-template-rows: 2vw auto 6vw;
  }
}
.px-banner .twoimages .image-wrapper:not(.center-images) .image img {
  transition: transform 0.3s eaase;
}
.px-banner .twoimages .image-wrapper:not(.center-images) .image:first-child img {
  object-position: right bottom;
}
.px-banner .twoimages .image-wrapper:not(.center-images) .image:last-child img {
  object-position: left bottom;
}
.px-banner .twoimages .image-wrapper .image {
  display: flex;
  overflow: hidden;
}
.px-banner .twoimages .image-wrapper .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.px-banner .twoimages .image-wrapper .image:first-child {
  grid-column: 1;
  grid-row: 2;
}
.px-banner .twoimages .image-wrapper .image:last-child {
  grid-row: 1/span 3;
}
.px-banner .video {
  position: relative;
}
.px-banner .video::before {
  content: "";
  display: inline-block;
  background: url("img/mute.svg") no-repeat center center/100% auto;
  width: 37.5px;
  height: 37.5px;
  position: absolute;
  top: 3px;
  right: 3px;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
}
.px-banner .video.unmuted::before {
  background: url("img/unmuted.svg") no-repeat center center/80% auto;
}
@media screen and (min-width: 1121px) {
  .px-banner .video.videoformat_cinema {
    height: 475px;
    align-self: center;
  }
}
.px-banner .text {
  position: relative;
  z-index: 2;
  height: fit-content;
}
@media screen and (min-width: 1201px) {
  .px-banner .text {
    width: 38vw;
  }
}
@media screen and (min-width: 1201px) {
  .px-banner .text h1,
  .px-banner .text h1 + .is-style-subheadline {
    width: clamp(200px, 52vw, 987px);
  }
}
.px-banner .text .wp-block-button .wp-block-button__link {
  font-size: 17px;
}
.px-banner .text .wp-block-list {
  font-size: 20px;
}
@media screen and (min-width: 769px) {
  .px-banner .text h2 {
    width: 200%;
    max-width: 94vw;
  }
}
.px-banner .text [class*=specialheadline] {
  font-size: clamp(3.125rem, 2.2804054054rem + 4.222972973vw, 6.25rem);
  min-width: fit-content;
}
.px-banner .text [class*=specialheadline]:first-letter {
  letter-spacing: normal;
}
@media screen and (min-width: 1024px) {
  .px-banner .text [class*=specialheadline]:first-letter {
    margin-left: -1ch;
  }
}
@media screen and (min-width: 769px) {
  .px-banner .text [class*=specialheadline] {
    width: clamp(400px, 60vw, 1200px);
  }
}
@media screen and (max-width: 320px) {
  .px-banner .text [class*=specialheadline] {
    max-width: 100%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1599px) {
  .px-banner .text [class*=specialheadline] {
    margin-bottom: -0.4ch;
  }
  .px-banner .text [class*=specialheadline]:first-letter {
    font-size: 6vw;
  }
}
@media screen and (max-width: 1120px) {
  .px-banner {
    min-height: 500px;
  }
  .px-banner .video {
    margin-bottom: 20px;
  }
  .px-banner .image.has-logos .logos, .px-banner .video.has-logos .logos {
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .px-banner {
    flex-direction: column;
  }
  .px-banner .image, .px-banner .video {
    width: 100%;
  }
  .px-banner .text h1 {
    width: 100%;
  }
  .px-banner .text h1.long-headline {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .px-banner {
    min-height: 300px;
  }
  .px-banner .video.has-logos .logos {
    position: relative;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .px-banner .text {
    padding-right: max(4%, (100% - 1500px) / 2);
  }
}
@media screen and (max-width: 1200px) {
  .px-banner {
    flex-direction: column;
    padding-top: 0;
    gap: 20px;
  }
  .px-banner .text {
    margin-top: 0;
  }
  .px-banner .twoimages {
    width: 100%;
  }
}
@media screen and (max-width: 470px) {
  .px-banner.with-twoimages .text h1, .px-banner.with-twoimages .text h2, .px-banner.with-twoimages .text h3, .px-banner.with-twoimages .text h4, .px-banner.with-twoimages .text h5, .px-banner.with-twoimages .text h6 {
    width: 100%;
  }
  .px-banner.with-twoimages .twoimages .image-wrapper {
    flex-direction: column;
  }
}

.fl .px-banner {
  width: 100%;
}

.editor-styles-wrapper .px-banner h1 {
  color: #fff;
  text-shadow: 0 0 20px rgb(0, 0, 0);
}