.text-and-slideshow {
  position: relative;
}
.text-and-slideshow .badge {
  text-align: right;
  grid-row: 3/4;
  grid-column: 1/2;
  max-height: 80%;
  display: flex;
}
.text-and-slideshow .badge.title-outside {
  grid-row: 2/3;
}
.text-and-slideshow .badge svg {
  width: 100%;
  height: auto;
  transform: translate(40%, -10%);
  max-width: 50vw;
}
.text-and-slideshow .badge.text-right {
  text-align: left;
}
.text-and-slideshow .badge.text-right svg {
  transform: scaleX(-1) translateX(40%);
}
@media screen and (min-width: 1200px) {
  .text-and-slideshow .badge {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -250px;
    z-index: 1;
    text-align: left;
    margin-bottom: 0;
    margin-right: unset;
    max-height: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .text-and-slideshow .badge svg {
    height: 100%;
    width: auto;
    transform: translateX(20%);
  }
  .text-and-slideshow .badge.text-right {
    right: unset;
    left: 0;
    transform: scaleX(-1);
  }
  .text-and-slideshow .badge.text-right svg {
    transform: translateX(-30%);
  }
}
.text-and-slideshow .qweekle-container {
  display: grid;
  grid-template-columns: 1fr;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
.text-and-slideshow .qweekle-container h2 {
  margin-top: 0;
}
.text-and-slideshow .qweekle-container .title {
  grid-column: 1/2;
  display: flex;
  align-items: flex-end;
}
.text-and-slideshow .qweekle-container .title.title-outside {
  grid-column: 1/-1;
  text-align: center;
  display: block;
}
.text-and-slideshow .qweekle-container .title.title-outside h2 {
  margin-bottom: 2.5rem;
}
.text-and-slideshow .qweekle-container .title.title-outside ~ .image {
  grid-row: 2/3;
  margin-top: 0;
}
.text-and-slideshow .qweekle-container .text {
  grid-column: 1/2;
  padding-bottom: 1rem;
  position: relative;
  z-index: 10;
  font-weight: 300;
}
.text-and-slideshow .qweekle-container .text p {
  margin-top: 0;
}
.text-and-slideshow .qweekle-container .image {
  grid-column: 1/2;
  grid-row: 3/4;
  margin-top: 20px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.text-and-slideshow .qweekle-container .image .background-image {
  position: absolute;
  left: 0;
  width: 62%;
  aspect-ratio: 1/1;
  z-index: 5;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  mask-size: 100%;
  -webkit-mask-size: 100%;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
}
.text-and-slideshow .qweekle-container .image .background-image .inner-background {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.text-and-slideshow .qweekle-container .image .foreground-image {
  position: relative;
  z-index: 10;
}
.text-and-slideshow .qweekle-container .image .foreground-image .play-button {
  display: flex;
  margin-left: auto;
  --margin-right-play: 10%;
  margin-right: var(--margin-right-play);
  flex-direction: row;
  align-items: center;
}
.text-and-slideshow .qweekle-container .image .foreground-image .play-button div.icon {
  background-image: url("./img/playBackground.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 35px;
  margin-right: -15px;
}
.text-and-slideshow .qweekle-container .image .foreground-image .play-button div.icon img {
  height: 40px;
  width: auto;
}
.text-and-slideshow .qweekle-container .image .foreground-image .play-button span {
  background-color: #67bfed;
  color: white;
  border-radius: 0 2rem 2rem 0;
  font-weight: bold;
  padding: 10px 15px;
}
.text-and-slideshow .qweekle-container.text-right .title:not(.title-outside) {
  grid-column: 1/-1;
}
.text-and-slideshow .qweekle-container.text-right .text {
  grid-column: 2/3;
  grid-column: 1/-1;
}
.text-and-slideshow .qweekle-container.text-right .image {
  grid-column: 1/2;
  margin-bottom: 2rem;
}
.text-and-slideshow .qweekle-container.text-right .image .background-image {
  transform: scaleX(-1);
  left: unset;
  right: 0;
}
.text-and-slideshow .qweekle-container.text-right .image .background-image .inner-background {
  transform: scaleX(-1);
}
.text-and-slideshow .qweekle-container.text-right .image .foreground-image .play-button {
  margin-right: unset;
  margin-left: var(--margin-right-play);
}
.text-and-slideshow .qweekle-container.text-right .image .foreground-image .laptop {
  transform: scaleX(-1);
}
@media screen and (min-width: 1200px) {
  .text-and-slideshow .qweekle-container {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
  }
  .text-and-slideshow .qweekle-container .image {
    grid-column: 2/3;
    grid-row: 1/3;
    height: auto;
  }
  .text-and-slideshow .qweekle-container.text-right .title:not(.title-outside) {
    grid-column: 2/3;
  }
  .text-and-slideshow .qweekle-container.text-right .text {
    grid-column: 2/3;
  }
  .text-and-slideshow .qweekle-container.text-right .image {
    margin-bottom: 0;
  }
}/*# sourceMappingURL=text-and-slideshow.css.map */