
/* CSS intershop */
.static-header{
    display: none;
}

/* CSS Cartouche */
.header-full-image {
  background-color: #f2f4f9;
  background-repeat: no-repeat;
  background-position-x: center;
  background-size: contain;
  background-image: url(https://raja.scene7.com/is/image/Raja/2503-ALL-LP-25-anniversary-website-BG-fire-works?wid=2880&fmt=png-alpha);
}
@media (max-width: 1118px){
    .bg-25-years{
        background: linear-gradient(#431C6B, #431C6B, #eff4fc 70%);
    }
    .header-full-image{
        background-image: url(https://raja.scene7.com/is/image/Raja/2503-ALL-LP-25-anniversary-website-BG-fire-works-MOB-short?fmt=png-alpha);
        background-color: inherit;
    }
}

@media (min-width: 1800px) {
  .header-full-image{
    background-image: url(https://raja.scene7.com/is/image/Raja/2503-ALL-LP-25-anniversary-website-BG-fire-works-wide?wid=3680&fmt=png-alpha);
}
}
.header-full-image__title {
  font-size: 4.8rem;
}
.header-full-image__txt,
.header-full-image__video {
  max-width: 830px;
}
.header-full-image__video iframe {
  border-radius: 18px;
}

/* CSS Qualtrics */
.idea-box {
    min-height: 409px;
}
.idea-box picture{
    width: 140px;
    margin: 3rem 2rem 2rem;
}
.idea-box iframe{
    width: 87%;
    height: 60%;
}

