
  /* Section 7 */
  .anchor-img {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
  }
  img {
    height: 100%;
  }
  #fitguide-woman video {
    position: relative;
    top: 0;
    bottom: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    object-fit: cover;
  }
  #fitguide-woman .drop-js-video,
  #fitguide-woman .highlight-img {
    width: 100%;
    height: 800px;
  }
  #fitguide-woman .text-information3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 96px auto 95px;
    gap: 8px;
  }
  #fitguide-woman .title-anchor {
    margin: 96px auto 32px;
    text-align: center;
    text-transform: uppercase;
  }
  #fitguide-woman .highlight-drop-col {
    background-color: #fdfdfd;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #fitguide-woman .highlight-drop-text {
    padding: 0 72px;    
    text-align: left;
  }
  #fitguide-woman .h4-verlag {
    text-decoration: none;
  }
  #fitguide-woman .sub-button {
    text-transform: uppercase;
    text-align: left;
  }
  #fitguide-woman .sub-button h5::after {
    background-image: url(icons/icon-right-arrow-black.svg?$staticlink$);
    display: inline-block;
    width: 16px;
    height: 16px;
    content: '';
    vertical-align: top;
    margin-left: 12px;
  }
  #fitguide-woman .sub-button:hover::after {
    width: 100%;
  }
  #fitguide-woman .anchor-img {
    width: 100%;
    height: 100%;
    position: absolute;
  }
  #fitguide-woman .row-drop-2x-highlight {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 8px;
    justify-content: center;
  }
  #fitguide-woman .anchor-highlight {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
  }
  #fitguide-woman .category-drop2x-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  #fitguide-woman .find-more-link--withborder {
    position: relative;
    z-index: 2;
  }
  @media (max-width: 1440px) {
    #fitguide-woman .text-information3 {
      margin: 96px auto 48px;
    }
    #fitguide-woman .highlight-drop-text {
      padding: 0 60px;    
    }
    #fitguide-woman .drop-js-video,
    #fitguide-woman .highlight-img-card,
    #fitguide-woman .highlight-img {
      height: 600px;
    }
  }
  @media (max-width: 1024px) {
    #fitguide-woman .highlight-drop-text {
      padding: 0 32px;    
    }
    #fitguide-woman .text-information3 {
      margin: 96px auto 28px;
    }
    #fitguide-woman .drop-js-video,
    #fitguide-woman .highlight-img-card,
    #fitguide-woman .highlight-img {
      height: 426px;
    }
  }
  @media (max-width: 920px) {
    #fitguide-woman .highlight-drop-col {
      height: 233px;
      grid-column: 1 / -1;
    }
    #fitguide-woman .text-information3 {
      margin: 64px auto 64px;
    }
    #fitguide-woman .highlight-drop-text {
      padding: 0 24px;    
    }
    #fitguide-woman .display-3 {
      font-size: 32px;
    }
  }
  @media (max-width: 540px) {
    #fitguide-woman .row-drop-2x-highlight {
      display: flex;
      flex-direction: column;
      gap: 8px;
    }
    #fitguide-woman .highlight-drop-text {
      padding: 0 20px;    
    }
    #fitguide-woman .drop-js-video,
    #fitguide-woman .highlight-img-card {
      height: 400px;
    }
    #fitguide-woman .highlight-img {
      height: 536px;
    }
  }
  /* DROP ODD */
  #fitguide-woman .row-drop-odd-highlight {
    display: grid;
    /*grid-template-columns: auto calc(66.68% - 3px);*/
    grid-template-columns: calc(66.68% - 3px) auto;
    column-gap: 8px;
  }
  @media (max-width: 920px) {
    #fitguide-woman .reverse-tablet-drop {
      display: flex;
      flex-direction: column;
    }
  }
  /* DROP EVEN */
  #fitguide-woman .row-drop-even-highlight {
    display: grid;
    grid-template-columns: auto calc(66.68% - 3px);
    /* grid-template-columns: calc(66.68% - 3px) auto; */
    column-gap: 8px;
  }
  @media (max-width: 920px) {
    #fitguide-woman .tablet-drop {
      display: flex;
      flex-direction: column-reverse;
  }
  }

