.tx-infothek {
  /* Buttons im Bestellkorb */
}
.tx-infothek .product.twolines {
  flex-wrap: wrap;
}
.tx-infothek .product.twolines .image {
  text-align: center;
  width: 100%;
  max-width: 100%;
  padding-right: 0 !important;
}
.tx-infothek .product.twolines .image img {
  width: 50%;
  min-width: 200px;
}
.tx-infothek .product .image {
  max-width: 25%;
  min-width: 200px;
}
.tx-infothek .product .image img {
  border-radius: 4px;
  border: 1px solid #cecece;
}
.tx-infothek .product .text {
  flex-grow: 1;
}
.tx-infothek .product .text .description {
  position: relative;
}
.tx-infothek .product .text .description .dots {
  position: absolute;
}
.tx-infothek .product .text .description .full {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}
.tx-infothek .product .text .description .controls .less {
  display: none;
}
.tx-infothek .product .text .description .controls svg {
  margin-left: 5px;
}
.tx-infothek .product .text .description .text p:last-child {
  margin-bottom: 0;
}
.tx-infothek .product .text .badge {
  font-weight: normal;
}
.tx-infothek ul.f3-widget-paginator {
  list-style: none;
  padding: 0;
  margin: 1rem 0 !important;
}
.tx-infothek ul.f3-widget-paginator li {
  margin: 0 1px;
  border-radius: 5px;
  display: inline-block;
  padding: 0;
}
.tx-infothek ul.f3-widget-paginator li a {
  display: block;
  text-decoration: none;
  background: #DDD;
}
.tx-infothek ul.f3-widget-paginator li.current, .tx-infothek ul.f3-widget-paginator li a {
  padding: 5px 10px;
  border: 1px solid #AAA;
  border-radius: 5px;
  color: #000;
}
.tx-infothek ul.f3-widget-paginator li.current, .tx-infothek ul.f3-widget-paginator li a:hover {
  background: #CCC;
}
.tx-infothek .infothek_cart .errortext {
  display: none;
}
.tx-infothek .infothek_cart .error input {
  background-color: #ff6a6a !important;
}
.tx-infothek .infothek_cart .error .errortext {
  display: block;
}
.tx-infothek .infothek_cart .delete {
  font-size: 23px;
  line-height: 28px;
}
.tx-infothek .infothek_cart .delete svg {
  color: #000;
  margin-left: 5px;
}
.tx-infothek .infothek_cart .amountInput {
  text-align: center;
  width: 50px;
  background-color: lightgrey;
  border-radius: 5px;
  border: none;
}
.tx-infothek .infothek_cart .image {
  padding-right: 0 !important;
}
.tx-infothek .infothek_cart .image img {
  border-radius: 4px;
  border: 1px solid #cecece;
}
.tx-infothek .order {
  position: relative;
}
.tx-infothek .order .radio-inline .option {
  display: inline-block;
  padding-right: 10px;
}
.tx-infothek .order .privacy {
  font-size: 15px;
}
.tx-infothek .order .privacy label {
  margin: 0;
}
.tx-infothek .order .subscribe {
  font-size: 15px;
}
.tx-infothek .order .required {
  bottom: 5px;
  left: 5px;
  font-size: 12px;
  line-height: 12px;
}
.tx-infothek span.fpfa {
  min-width: 1.25em;
}
.tx-infothek span.fpfa svg {
  height: 1em;
  font-weight: 300;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-top: -3px;
}
.tx-infothek .checkout {
  position: relative;
}
.tx-infothek .checkout .d-lg-flex {
  align-items: center;
  height: 100%;
}
.tx-infothek .btn-upper {
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .tx-infothek .btn-upper {
    width: 100%;
  }
}
.tx-infothek ul.typo3-messages {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tx-infothek ul.typo3-messages li p:last-child {
  margin-bottom: 0;
}
.tx-infothek #process {
  display: flex;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  font-size: 0.8em;
}
.tx-infothek #process .step {
  border-right: 1px solid #FFF;
  flex-grow: 1;
  padding: 10px 5px;
  color: #FFF;
  text-decoration: none;
}
.tx-infothek #process .step:last-child {
  border-right: none;
}
