.rueckseite-container {
  position: relative;
  width: 100%;
  height: 1280px;
  page-break-before: always;
  page-break-inside: avoid;
  overflow: hidden;
  font-family: 'Interstate', sans-serif;
  color: #333;
  display: flex;
  flex-direction: column;
}
.rueckseite-container .top-section .locations-text {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
}
.rueckseite-container .logo-section {
  margin-top: 140px;
}
.rueckseite-container .logo-section .kiesel-logo {
  max-height: 40px;
}
.rueckseite-container .advantages-section {
  margin-top: 30px;
  flex-shrink: 0;
  flex-grow: 0;
}
.rueckseite-container .advantages-section .header-row {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 5px;
}
.rueckseite-container .advantages-section .advantages-table {
  width: 100%;
  table-layout: fixed;
  font-size: 12px;
}
.rueckseite-container .advantages-section .advantages-table tr .advantage-item {
  vertical-align: top;
}
.rueckseite-container .advantages-section .advantages-table tr .advantage-item:first-child {
  padding-right: 10px;
}
.rueckseite-container .advantages-section .advantages-table tr .advantage-item:last-child {
  padding-left: 10px;
}
.rueckseite-container .advantages-section .advantages-table tr .advantage-item:only-child {
  padding-left: 0;
  padding-right: 0;
}
.rueckseite-container .advantages-section .advantages-table tr .advantage-item .advantage-item-content {
  border-top: 1px solid #333;
  padding-top: 10px;
  padding-bottom: 10px;
}
.rueckseite-container .advantages-section .advantages-table tr .advantage-item .advantage-item-content .advantage-title {
  font-weight: 600;
  font-size: 12px;
}
.rueckseite-container .advantages-section .advantages-table tr .advantage-item .advantage-item-content .advantage-text {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.4;
}
.rueckseite-container .advantages-section .advantages-closing {
  font-size: 12px;
  font-weight: 600;
  margin-top: 8px;
}
.rueckseite-container .bottom-section {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.rueckseite-container .bottom-section .bottom-row {
  width: auto;
  border: none;
  box-shadow: none;
}
.rueckseite-container .bottom-section .business-card-section {
  vertical-align: top;
  width: 1px;
  white-space: nowrap;
}
.rueckseite-container .bottom-section .business-card-section .business-card-label {
  font-size: 12px;
  font-weight: 600;
  height: 25px;
  margin-bottom: 8px;
}
.rueckseite-container .bottom-section .business-card-section .business-card-frame {
  width: 113mm;
  height: 76mm;
  border: 1px solid #333;
}
.rueckseite-container .bottom-section .qr-code-section {
  vertical-align: top;
  width: 1px;
  white-space: nowrap;
  padding-top: 33px;
  padding-left: 20px;
}
.rueckseite-container .bottom-section .qr-code-section .qr-code-wrapper img {
  width: 18mm;
  height: 18mm;
}
.rueckseite-container .bottom-section .qr-code-section .qr-code-label {
  font-size: 12px;
  font-weight: 600;
  margin-top: 4px;
}
.rueckseite-container .bottom-section .order-numbers {
  width: 100%;
  margin-top: 20px;
}
.rueckseite-container .bottom-section .order-numbers p {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
}
