/* Header */
/* Menu */
/* Editor Blocks */
/* Forms */
/* Other */
  .new-cta-image-content-section .cta-image-text-block-subheadline {
    font-family: var(--main-font) !important;
    font-size: 11px !important;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 3.11px;
    line-height: 13px !important;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 12px !important;
    text-decoration: none;
    color: #DCE169 !important;
  }

  .new-cta-image-content-section .cta-image-text-block-heading {
    color: #FFF !important;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 28px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 35px !important;
  }

  .new-cta-image-content-section .content-width-cta-image {
    width: 100%;
  }

  @media only screen and (min-width: 1280px) {
    .new-cta-image-content-section .cta-media-box img {
        height: auto;
        display: block;
    }

    .new-cta-image-content-section .content-bg-cta-image {
        padding: 65px 0px 65px 235px;
    }
  }

  .new-cta-image-content-section .content-width-sm.text-area {
    max-width: 50%;
    padding: 64px 74px 64px 235px;
  }

  .new-cta-image-content-section .youtube-player,
  .new-cta-image-content-section .vimeo-player,
  .new-cta-image-content-section .src-player {
    position: relative;
    width: 50%;
  }

  .new-cta-image-content-section .src-player video {  
    overflow: hidden;
    margin-bottom: 0;
    width: 100%;
    display: block;
    object-fit: cover;
  }

  .new-cta-image-content-section .content-bg-cta-image .play-button-outer {
    width: 60px;
    height: 60px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 99;
    transform: translate(-50%, -50%);
    background-image: url('playbutton.svg');
  }
  

  .new-cta-image-content-section .cta-image-text {
    padding: 20px 0 32px;
  }

  .new-cta-image-content-section .cta-image-text p {
    color: #FFF;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: "Sofia Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 300 !important;
    line-height: 26px;
  }

  .new-cta-image-content-section .content-width {
    max-width: 1440px;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .new-cta-image-content-section .content-bg-green {
    background-color: #1B443C;
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    padding: 0;
    align-content: center;
  }

  .new-cta-image-content-section .cta-image-actions a.button-secondary {
    border-radius: 2px;
    background: #DCE169 !important;
    border: none !important;
    color: #1B443C !important;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    min-width: auto;
    padding: 7px 19px;
    min-height: 42px;
  }

  .new-cta-image-content-section .cta-image-actions a.button-secondary:hover {
    background: #F6EECD !important;
    color: #3C3C3B !important;
    border: none !important;
  }

  .new-cta-image-content-section .cta-image-actions a.button-secondary .icon.icon-new-window {
    background-image: url('/wp-content/themes/projektgesellschaft/dist/img/icon-new-window.svg');
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 5px;
    vertical-align: sub;
    background-repeat: no-repeat;
  }

  .new-cta-image-content-section .content-bg-cta-image img {
    display: block;
    width: 100%;
  }
  
  @media only screen and (min-width: 768px) {
    .section-inform-message .section-box {
      padding-left: 52px;
      padding-right: 52px;
    }
    .section-inform-message .section-content-box {
      padding: 32px;
    }
    .section-inform-message .text-block-content br {
      display: block !important;
    }
  }
  
  @media only screen and (min-width: 1280px) {
    .section-inform-message .section-box {
      padding-left: 0;
      padding-right: 0;
      max-width: 846px;
      margin: 0 auto;
    }
    .section-inform-message .section-content-box {
      padding: 32px 109px 48px;
    }
    .section-inform-message .text-block-content {
      margin-bottom: 50px;
    }
  }

  @media(max-width: 1440px) {
    .new-cta-image-content-section .content-width-sm.text-area {
      padding: 64px 74px;
    }
  }

  @media(max-width: 992px) {
    .new-cta-image-content-section .content-bg-green {
      flex-direction: column;
    }

    .new-cta-image-content-section .content-width-sm.text-area {
      padding: 64px 125px;
    }

    .new-cta-image-content-section .content-width-sm.text-area {
      max-width: 100%;
      width: auto;
    }

    .new-cta-image-content-section .youtube-player,
    .new-cta-image-content-section .vimeo-player,
    .new-cta-image-content-section .src-player,
    .new-cta-image-content-section .image-wrapper,
    .new-cta-image-content-section .image-wrapper img {
      width: 100%;
    }

    .new-cta-image-content-section .cta-image-text-block-heading {
      font-size: 24px !important;
    }

    .new-cta-image-content-section .cta-image-text p {
      font-size: 16px;
    }

    .content-width-cta-image {
      padding: 0;
    }
  }

  @media(max-width: 767px) {
    .new-cta-image-content-section .content-width-sm.text-area {
      padding: 64px 24px;
    }
  }