.productBar {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  color: white;
  margin-bottom: 4em;
  z-index: 1;
  max-width: 1600px;
  padding: 4em 0;
}
@media screen and (max-width: 420px) {
  .productBar {
    padding: 2em 0;
  }
}
@media screen and (max-width: 1600px) {
  .productBar {
    width: 100%;
  }
}
.productBar > a {
  position: absolute;
}
.productBar::before {
  content: "";
  position: absolute;
  left: 0;
  background: #999;
  background: var(--bg-color);
  z-index: -1;
}
@media screen and (min-width: 995px) {
  .productBar::before {
    top: 25%;
    width: 100%;
    height: 50%;
  }
}
@media screen and (max-width: 995px) {
  .productBar::before {
    right: 0;
    top: 0;
    bottom: 0;
  }
}
.productBar > div {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.productBar > div.media {
  max-width: 450px;
}
@media screen and (min-width: 421px) and (max-width: 995px) {
  .productBar > div.media {
    flex: 0 1 50%;
    min-height: 100%;
  }
}
.productBar > div.media img {
  filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.5));
}
.productBar > div.text {
  display: flex;
  text-align: right;
}
@media screen and (min-width: 421px) and (max-width: 995px) {
  .productBar > div.text {
    text-align: center;
    flex: 0 0 50%;
    max-height: 70%;
    padding-top: 4em;
  }
}
@media screen and (min-width: 995px) {
  .productBar > div.cta {
    max-width: 450px;
  }
}
@media screen and (min-width: 421px) and (max-width: 995px) {
  .productBar > div.cta {
    position: relative;
    display: inline-block;
    text-align: center;
    max-width: 50%;
    left: 50%;
    bottom: 20%;
  }
}
.productBar > div header {
  width: 100%;
  margin: 0 4vw;
  padding-bottom: 3em;
}
@media screen and (min-width: 995px) {
  .productBar > div header {
    margin: 8em 0;
    padding-bottom: 0;
  }
}
.productBar > div header h2,
.productBar > div header h3,
.productBar > div header h4 {
  --switch: calc((var(--light) - 50) * -100%);
  color: #fff;
  color: hsl(0, 0%, var(--switch));
  margin: 0;
  padding: 0;
}
.productBar > div header h2::after,
.productBar > div header h3::after,
.productBar > div header h4::after {
  content: "title" var(--switch);
}
.productBar > div header h2 + h3,
.productBar > div header h2 h4,
.productBar > div header h3 + h3,
.productBar > div header h3 h4,
.productBar > div header h4 + h3,
.productBar > div header h4 h4 {
  font-weight: normal;
}
@media screen and (min-width: 421px) and (max-width: 995px) {
  .productBar > div header h2 {
    margin-bottom: 0.5em;
  }
}
.productBar > div.cta p {
  margin-bottom: 0;
}
.productBar > div.cta p a {
  --switch: calc((var(--light) - 50) * -100%);
  color: #fff;
  color: hsl(0, 0%, var(--switch));
  border-color: hsl(0, 0%, var(--switch));
}
@media screen and (max-width: 420px) {
  .productBar > div.text {
    text-align: center;
    order: 1;
  }
  .productBar > div.media {
    flex: 0 1 100%;
    order: 2;
    margin: 0 auto;
  }
  .productBar > div.cta {
    order: 3;
    margin-top: 1em;
  }
  .productBar > div header {
    padding-bottom: 2em;
  }
  .productBar > div header h3 {
    margin-top: 0.5em;
  }
}

/* Otofren white */
.productBar .otofren-blau {
  color: white !important;
}

/*# sourceMappingURL=productBar.css.map */
