.tx-tfwrezepte-pi1 .item {
  display: table;
  width: 100%;
  margin-bottom: 10px;
}
.tx-tfwrezepte-pi1 .item .image,
.tx-tfwrezepte-pi1 .item .infos {
  display: table-cell;
  vertical-align: middle;
}
.tx-tfwrezepte-pi1 .item .image img {
  display: block;
}
.tx-tfwrezepte-pi1 .item .infos h2,
.tx-tfwrezepte-pi1 .item .infos h3 {
  margin: 0;
  color: black;
}
.tx-tfwrezepte-pi1 .item .infos .links {
  display: table;
}
.tx-tfwrezepte-pi1 .item .infos .links .details,
.tx-tfwrezepte-pi1 .item .infos .links .youtube {
  display: table-cell;
}
.tx-tfwrezepte-pi1 .item .infos .links .details {
  padding-right: 10px;
}
.tx-tfwrezepte-pi1 .item .infos .links .youtube {
  text-align: right;
  padding-left: 10px;
}
