.deckblatt-container {
  position: relative;
  width: 100%;
  height: 1402px;
  page-break-inside: avoid;
  overflow: hidden;
}
.deckblatt-container .background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}
.deckblatt-container .gradient-top,
.deckblatt-container .gradient-bottom {
  position: absolute;
  left: 0;
  width: 100%;
  height: 39%;
  z-index: 1;
}
.deckblatt-container .gradient-top {
  top: 0;
}
.deckblatt-container .gradient-top.gradient-light {
  background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0), #ffffff);
  background: linear-gradient(to top, rgba(255, 255, 255, 0), #ffffff);
}
.deckblatt-container .gradient-top.gradient-dark {
  background: -webkit-linear-gradient(bottom, rgba(41, 53, 59, 0), #29353b);
  background: linear-gradient(to top, rgba(41, 53, 59, 0), #29353b);
}
.deckblatt-container .gradient-bottom {
  bottom: 0;
}
.deckblatt-container .gradient-bottom.gradient-light {
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), #ffffff);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff);
}
.deckblatt-container .gradient-bottom.gradient-dark {
  background: -webkit-linear-gradient(top, rgba(41, 53, 59, 0), #29353b);
  background: linear-gradient(to bottom, rgba(41, 53, 59, 0), #29353b);
}
.deckblatt-container .supplier-logo {
  position: absolute;
  top: 60px;
  left: 80px;
  z-index: 2;
}
.deckblatt-container .supplier-logo img {
  max-width: 400px;
  max-height: 180px;
}
.deckblatt-container .content-wrapper {
  position: absolute;
  bottom: 240px;
  left: 80px;
  right: 80px;
  z-index: 2;
}
.deckblatt-container .info-box {
  position: absolute;
  top: 240px;
  left: 80px;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.8);
  outline: 1pt solid #333;
  padding: 16px 24px;
  max-width: 300px;
}
.deckblatt-container .info-box .info-box-text {
  font-family: 'Interstate', sans-serif;
  font-weight: 400;
  font-size: 12pt;
  color: #333;
  line-height: 1.3;
}
.deckblatt-container .title-wrapper .title {
  font-family: 'Interstate', sans-serif;
  font-weight: 600;
  font-size: 64px;
  color: #fff;
  line-height: 1.05;
}
.deckblatt-container .title-wrapper .subtitle {
  font-family: 'Interstate', sans-serif;
  font-weight: 600;
  font-size: 24px;
  color: #fff;
  margin-top: 8px;
}
.deckblatt-container .price-box {
  position: absolute;
  top: 240px;
  right: 0;
  z-index: 2;
  background-color: #939fa6;
  padding: 12px 40px;
  display: inline-block;
}
.deckblatt-container .price-box .price {
  font-family: 'Interstate', sans-serif;
  font-weight: 600;
  font-size: 26px;
  color: #fff;
  text-align: center;
}
.deckblatt-container .price-box .sub-price {
  font-family: 'Interstate', sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  text-align: center;
  margin-top: 4px;
  text-transform: uppercase;
}
.deckblatt-container .bottom-logo {
  position: absolute;
  bottom: 30px;
  left: 80px;
  z-index: 2;
}
.deckblatt-container .bottom-logo img {
  max-width: 250px;
  max-height: 120px;
}
.deckblatt-container .logo-batch {
  position: absolute;
  bottom: 70px;
  right: 70px;
  z-index: 3;
}
.deckblatt-container .logo-batch img {
  max-width: 180px;
  max-height: 180px;
}
.deckblatt-container .tiles-element {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  width: 300px;
  height: 180px;
  background-image: url('/static/images/quadrat_raster.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
}
