.info-box-container {
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
}
@media print {
  .info-box-container {
    page-break-inside: avoid;
  }
}
.info-box-container .info-box {
  width: 100%;
}
.info-box-container .info-box .header-row {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.info-box-container .info-box .info-item-wrapper {
  width: 100%;
  table-layout: fixed;
  font-size: 12px;
}
.info-box-container .info-box .info-item-wrapper tr .info-item {
  padding-right: 10px;
}
.info-box-container .info-box .info-item-wrapper tr .info-item:first-child {
  padding-right: 10px;
}
.info-box-container .info-box .info-item-wrapper tr .info-item:last-child {
  padding-left: 10px;
}
.info-box-container .info-box .info-item-wrapper tr .info-item:only-child {
  padding-left: 0;
  padding-right: 0;
}
.info-box-container .info-box .info-item-wrapper tr .info-item .info-item-content {
  height: 100%;
}
.info-box-container .info-box .info-item-wrapper tr .info-item .info-item-content .info-title {
  font-weight: 600;
}
.info-box-container .info-box .info-item-wrapper tr .info-item .info-item-content .info-text {
  font-weight: 400;
}
.info-box-container.theme-kteg .info-box {
  background: #fceae0;
  padding: 20px;
}
.info-box-container.theme-kteg .info-box .info-item-wrapper tr .info-item .info-item-content {
  border-bottom: 1px solid #333;
  padding-top: 10px;
  padding-bottom: 10px;
}
.info-box-container.theme-kteg .info-box .info-item-wrapper tr:first-child .info-item:first-child .info-item-content {
  border-top: 2px solid #333;
}
.info-box-container.theme-kteg .info-box .info-item-wrapper tr:first-child .info-item:last-child .info-item-content {
  border-top: 1px solid #333;
}
.info-box-container.theme-kiesel .info-box .info-item-wrapper {
  padding: 0 20px;
}
.info-box-container.theme-kiesel .info-box .info-item-wrapper tr .info-item .info-item-content {
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 300;
}
