:root {
  --headline-font: pt-serif, serif;
  --text-font: open-sans, sans-serif;
  --bold: 700;
  --regular: 400;
  --light: 300;
}

/* Reset */
.trendguide * {
  box-sizing: border-box;
}
.trendguide * > * {
  z-index: auto;
}
.trendguide *,
.trendguide *::before,
.dtrendguide *::after {
  box-sizing: border-box;
}
.__iq_CHeader {
  z-index: 999;
}
.__iq_CHeader svg {
  height: 40px !important;
}
.__iq_CFooter {
  height: auto !important;
  background: transparent !important;
  padding: 0 !important;
}
.sz-page .__iq_Frame {
  margin-top: 200px;
  background: #fff !important;
}
.__iq_Frame {
  margin-top: 69px;
}
.trendguide img,
.trendguide video {
  width: 100%;
  height: auto;
  display: inherit;
  max-width: 100%;
}

/* Global */
html {
  scroll-behavior: smooth;
}
html,
body {
  font-size: 16px;
  max-width: 100vw;
  margin: 0;
}
body {
  width: 100%;
  overflow-x: hidden;
  font-family: var(--text-font);
  font-weight: var(--regular);
  font-style: normal;
  line-height: 1.4;
  position: relative;
}

.mobil {
  display: none !important;
}
.desktop {
  display: flex !important;
}

.trendguide h2 {
  font-family: var(--headline-font);
  font-weight: var(--regular);
  font-size: 30px;
  margin-top: 0;
  margin-bottom: 20px;
}

/* Anchor */
.anchor {
  position: relative;
}
.anchor a {
  position: absolute;
  left: 0px;
  top: -90px;
}

/* CTA */
a.cta {
  text-decoration: none;
}
a.cta button {
  font-weight: var(--bold);
  font-family: var(--headline-font);
  cursor: pointer;
  display: block;
  background: transparent;
  border: 1px solid #000;
  border-radius: 0;
  color: #000;
  padding: 8px 24px;
  font-size: 21px;
  margin: 0;
}
a.cta button svg {
  margin-left: 0.5rem;
}
a.cta button svg path {
  stroke: #000;
}

a.cta.filled button {
  background: #000;
  color: #fff;
}
a.cta.filled button svg path {
  stroke: #fff;
}

.header-box a.cta button {
  border: 1px solid #fff;
  color: #fff;
}
.header-box a.cta button svg path {
  stroke: #fff;
}

/* Container */
.logo-trendguide {
  position: absolute;
  left: 0;
  right: 0;
  top: -60px;
  margin-left: auto;
  margin-right: auto;
  width: 376px;
  background-color: #ffffff;
  font-family: var(--headline-font);
  font-weight: 700;
  font-size: 72px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}
.logo-trendguide span {
  display: block;
  font-weight: 400;
  font-size: 58px;
}

main.trendguide {
  position: relative;
  width: calc(100% - 20px);
  max-width: 1156px;
  margin: 0 auto;
  padding: 0 10px;
}
.border {
  border: 3px solid #000000;
  outline: 1px solid #000000;
  outline-offset: 2px;
  margin: 140px 5px 40px;
  padding: 100px 20px 20px;
  transition: 0.3s;
}

/* Header */
header.trendguide {
  padding: 40px;
  margin: auto;
  position: relative;
  display: flex;
  align-items: center;
  color: #ffffff;
  background: #000;
  min-height: 595px;
  margin-bottom: 100px;
}
header.trendguide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 60%;
  background: linear-gradient(    90deg,    rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.65) 61%,    rgba(0, 0, 0, 0) 100%  );
  z-index: 10;
}

header.trendguide picture {
  position: absolute;
  height: 100%;
  display: flex;
  flex-flow: row;
  align-items: stretch;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}
header.trendguide picture img {
  width: 100%;
  object-fit: cover;
  object-position: 90%;
}

.header-box {
  z-index: 5;
  align-self: center;
  width: calc(70% - 20px);
  text-align: left;
  max-width: 425px;
  z-index: 15;
}
.header-box h1 {
  font-family: var(--headline-font);
  font-size: 30px;
  font-weight: var(--regular);
  margin: 0;
}
.header-box p {
  margin: 20px auto 40px;
  font-size: 1.2rem;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.button-column {
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  gap: 20px;
}

section.text {
  padding: 0 40px;
  max-width: 800px;
  margin: 60px auto;
}
section.text.mb0 {
  margin-bottom: 0;
}
section.text.mt0 {
  margin-top: 0;
}

section.text p {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.2rem;
}
section.text img.float-right {
  float: right;
  margin: 0 0 20px 20px;
  max-width: 360px;
  width: 100%;
}
section.text img.float-left {
  float: left;
  margin: 0 50px 20px 0;
  max-width: 360px;
}

section.three-images {
  display: grid;
  gap: 0 20px;
  grid-template-columns: repeat(3, 1fr);
  margin: 20px 0;
}
section.three-images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cta-wrapper {
  display: flex;
  flex-flow: row;
  gap: 60px;
  margin: 60px 0;
}

section.wide {
  max-width: 1000px;
}

section.teaser {
  display: flex;
  flex-flow: row;
  align-items: center;
  max-width: 1000px;
  margin: 80px auto;
}
section.teaser .teaser-box {
  padding: 40px;
  margin: 20px 0;
  background-color: #e5e5e5;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  width: 50%;
}
section.teaser .teaser-box.big {
  width: 100%;
  max-width: 800px;
  margin: auto;
  text-align: center;
  align-items: center;
}

section.teaser .teaser-box.big img { max-width: 100px}
section.teaser .teaser-box p {
  margin: 0 0 30px;
}
section.teaser img.teaser-image {
  width: 50%;
  border: 20px solid #e5e5e5;
}

section.teaser-video {
  flex-flow: column;
  gap: 0;
}
section.teaser-video video {
  max-width: 50%;
  border: 20px solid #e5e5e5;
}
section.teaser-video img {
  border: 20px solid #e5e5e5;
  margin-top: -2px;
}
section.teaser-video .teaser-box {
  margin: 0;
  max-width: 800px;
  width: 100%;
}

.visdp {
  font-size: 12px !important;
  text-align: center;
  margin: 0;
}

.mt80 {
  margin-top: 80px !important;
}
.cta.center button {
  margin-left: auto;
  margin-right: auto;
}

footer.footer-trendguide {
  max-width: 800px;
  padding: 0 40px;
  margin: 80px auto 40px;
  font-family: var(--text-font);
  font-size: 12px;
  font-weight: var(--regular);
  padding-top: 20px;
  color: #000000;
  text-align: center;
}
footer.footer-trendguide p.visdp {
  margin-bottom: 40px;
}
footer.footer-trendguide p {
  margin: 0;
}
footer.footer-trendguide a {
  color: inherit;
  text-decoration: none;
}
footer.footer-trendguide hr {
  width: 50%;
  margin: 10px auto;
}

section.flex {
  display: flex;
  flex-flow: row;
  gap: 50px;
  align-items: center;
}
section.flex img {
  max-width: 360px;
}

.big-image img {
  max-width: 100%;
  aspect-ratio: 1.5 / 1;
  object-fit: cover;
}

.video {
  position: relative;
}
.video [id^=play-button-] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 5;
}
.video [id^=play-button-] .circle {
  transition: 0.3s all ease-in-out;
  background: #111;
}
.video [id^=play-button-]:hover .circle {
  opacity: 0.5;
}
.video [id^=play-button-] .arrow {
  fill: #fff;
}
.video-preview {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 4;
}
.video, .video video{
  width: 100%;
}







@media screen and (max-width: 1060px) {
  header.trendguide.ds-7-e-tense {
    flex-direction: column;
    justify-content: flex-end;
    padding: 0;
  }
  header.trendguide.ds-7-e-tense::before {
    display: none;
  }
  header.trendguide.ds-7-e-tense picture {
    position: relative;
  }
  header.trendguide.ds-7-e-tense picture img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: right;
  }
  header.trendguide.ds-7-e-tense picture::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(
      360deg,
      rgba(0, 0, 0, 1) 0%,
      rgba(0, 0, 0, 0) 100%
    );
  }

  .header-box a.cta button {
    margin: auto;
  }
  .header-box {
    width: 100%;
    text-align: center;
    max-width: 100%;
    padding: 40px;
    max-width: 800px;
  }
  .header-box a.cta {
    width: 100%;
    text-align: center;
    max-width: 100%;
    padding: 40px;
    max-width: 800px;
  }
  section.text img.float-right,
  section.text img.float-left {
    float: none;
    margin: 20px auto;
    display: block;
  }

  .cta-wrapper {
    flex-flow: column;
    gap: 30px;
  }

  section.teaser:not(.teaser-video) img.teaser-image {
    width: 40%;
  }
  section.teaser:not(.teaser-video) .teaser-box {
    width: 60%;
  }

  section.flex {
    flex-flow: column;
  }
  section.wide {
    max-width: 800px;
  }
}

@media screen and (max-width: 900px) {
  section.teaser:not(.teaser-video) {
    flex-flow: column-reverse;
  }
  section.teaser .teaser-box {
    margin-top: 0;
    width: 100%;
    max-width: 800px;
  }
  section.teaser img.teaser-image {
    border-bottom: 0;
    width: 80%;
  }
  section.teaser-video {
    flex-flow: column;
    gap: 0;
  }
  section.teaser-video video {
    max-width: 80%;
  }
}

@media screen and (max-width: 768px) {
  .desktop {
    display: none !important;
  }
  .mobil {
    display: flex !important;
  }

  header.trendguide.ds-7-e-tense picture img {
    object-fit: cover;
  }

  header.trendguide {
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
    flex-direction: column;
    justify-content: flex-end;
  }
  .header-box {
    width: 100%;
    text-align: center;
    max-width: 100%;
  }

  section.text img.float-right,
  section.text img.float-left {
    float: none;
    margin: 20px auto;
    display: block;
  }

  section.three-images {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 200px 300px;
  }
  section.three-images img:last-of-type {
    grid-column: 1 / span 2;
  }

  .cta-wrapper {
    flex-flow: column;
  }

  section.teaser:not(.teaser-video) .teaser-box {
    width: calc(100% - 80px);
}
}

@media screen and (max-width: 500px) {
  section.text {
    padding: 0;
  }
  .header-box {
    padding: 20px;
    padding-top: 0;
  }
  .header-box h1 {
    line-height: 1.1;
  }
  .logo-trendguide {
    transform: scale(0.8);
    width: 300px;
  }
  .header-box a.cta {
    padding: 0;
  }

  section.teaser:not(.teaser-video) .teaser-box {
    width: 100%;
    padding: 20px;
  }
}

@media (prefers-color-scheme: dark) {
  .doc-content-wrapper:not(.lightmode .doc-content-wrapper) {
    background-color: var(--col-mg-dark-dark) !important;
  }
  body:not(.lightmode) {
    color: var(--col-mg-dark-light) !important;
  }
}
