.bilder-batches-container {
  position: relative;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  margin-bottom: 30px;
}
@media print {
  .bilder-batches-container {
    page-break-inside: avoid;
  }
}
.bilder-batches-container .print-content-container {
  position: relative;
}
.bilder-batches-container .print-content-container .content-header {
  display: -webkit-box;
  -webkit-box-pack: justify;
  margin-bottom: 20px;
  width: 100%;
}
.bilder-batches-container .print-content-container .content-header .text-container .title {
  white-space: nowrap;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 6px;
}
.bilder-batches-container .print-content-container .content-header .text-container .subtitle {
  white-space: nowrap;
  font-size: 16px;
}
.bilder-batches-container .print-content-container .content-header .header-image {
  height: 44px;
  width: 200px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
}
.bilder-batches-container .print-content-container .images-container {
  position: relative;
  display: flex;
  display: -webkit-box;
}
.bilder-batches-container .print-content-container .images-container .image-container {
  width: 45%;
  position: relative;
}
.bilder-batches-container .print-content-container .images-container .image-container .image {
  width: 100%;
  height: 300px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bilder-batches-container .print-content-container .images-container .image-container .image.contain {
  background-size: contain;
}
.bilder-batches-container .print-content-container .images-container .image-container > p {
  font-size: 14px;
  font-weight: 600;
}
.bilder-batches-container .print-content-container .images-container .image-container .image-label {
  position: absolute;
  right: 20px;
  top: 20px;
  background: #fff;
  padding: 4px 8px;
  font-size: 12px;
}
.bilder-batches-container .print-content-container .images-container .image-container:first-child {
  margin-right: 10%;
}
.bilder-batches-container .print-content-container .images-container .batches-container {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  display: -webkit-box;
  margin: 0 30px;
  transform: translateY(50%);
  -webkit-transform: translateY(50%);
}
.bilder-batches-container .print-content-container .images-container .batches-container .batch {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #97a8b2;
  border: 2px solid #f9f9f9;
  margin: 0 10px;
}
.bilder-batches-container .print-content-container .images-container .batches-container .batch svg,
.bilder-batches-container .print-content-container .images-container .batches-container .batch img {
  margin: 10%;
  width: 80%;
  height: 80%;
  object-fit: cover;
}
.bilder-batches-container .print-content-container .images-container .batches-container .batch svg {
  fill: #f9f9f9;
}
.bilder-batches-container .background-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bilder-batches-container.theme-kteg .background-container {
  background: #fceae0;
  width: 100%;
  height: 100%;
}
.bilder-batches-container.theme-kiesel .background-container {
  background: #d1d9de;
  width: 98%;
  height: 100%;
}
