@charset "UTF-8";
@media only screen and (max-width: 320px) {
  .card {
    display: grid;
    grid-template-columns: 45% 52%;
    grid-auto-flow: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    grid-gap: 3%;
    background-color: white;
    font-size: 12px;
    line-height: 1.6; }

  p.card-title {
    padding: 0; }

  .card-text {
    margin-top: 4px;
    margin-right: 5px; }

  .horizontal {
    grid-template-rows: 1fr;
    grid-template-columns: 45% 52%;
    grid-auto-flow: column;
    grid-gap: 3%; }

  .vertical {
    /*
		grid-template-rows: auto 1fr;
		grid-template-columns: 1fr;
		grid-auto-flow: row;
		*/ }

  /******************* Card per JavaScript auf Vertical setzen ******************************/
  /* Diese Klasse dient dazu ein Element das nicht vertical ist, per js auf vertica zu setzen */
  .vertical-force {
    grid-template-rows: auto 1fr;
    grid-template-columns: 1fr;
    grid-auto-flow: row; }

  .vertical-force .card-body p {
    margin: 0 1% 0 1%; }

  /******************* End Card per JavaScript auf Vertical setzen **************************/
  .vertical .card-body p {
    /* margin: 0 1% 0 1%; */ }

  .cell_img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    justify-self: center; }

  .card-links {
    line-height: 2.3; }

  .produktname {
    display: block; }

  .beschreibung {
    padding-right: 3%; }

  .mail_to {
    color: blue; }

  .orig-preis {
    text-decoration: line-through;
    color: red; } }
@media only screen and (min-width: 321px) {
  .card {
    display: grid;
    grid-template-columns: 45% 52%;
    grid-auto-flow: column;
    /* align-content	: center; */
    justify-content: center;
    align-items: center;
    grid-gap: 3%;
    background-color: white; }

  p.card-title {
    padding: 0;
    margin: 0; }

  .card-text {
    margin-top: 4px;
    margin-right: 5px; }

  .material-style {
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); }

  .material-style:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); }

  .horizontal {
    grid-template-rows: 1fr;
    grid-template-columns: 45% 52%;
    grid-auto-flow: column;
    grid-gap: 3%; }

  .vertical {
    /*
		grid-template-rows: auto 1fr;
		grid-template-columns: 1fr;
		grid-auto-flow: row;
		*/ }

  .vertical .card-body {
    padding: 0.3em 0.4em 0.9em 0.4em; }

  /******************* Card per JavaScript auf Vertical setzen ******************************/
  /* Diese Klasse dient dazu ein Element das nicht vertical ist, per js auf vertica zu setzen */
  .vertical-force {
    grid-template-rows: auto 1fr;
    grid-template-columns: 1fr;
    grid-auto-flow: row; }

  .vertical-force img {
    height: 100%;
    width: auto; }

  .vertical-force .card-body .card-links p {
    margin: 0 1% 0 1%; }

  /******************* End Card per JavaScript auf Vertical setzen **************************/
  .cell_img {
    max-width: 100%;
    width: 100%;
    /* max-width: 40px; */
    /* max-height: 100%; */
    justify-self: center;
    /* width: 100%; für "edit.php" ist 100% nicht gut */
  /*object-fit: cover;
		width: 100%;*/ }

  .produktname {
    display: block; }

  .card-links {
    line-height: 2.1; }

  .beschreibung {
    padding-right: 3%; }

  .mail_to {
    color: blue; }

  .orig-preis {
    text-decoration: line-through;
    color: red; } }
@media only screen and (min-width: 662px) {
  .card-text {
    margin-top: 5px; }

  .vertical {
    grid-template-rows: auto 1fr;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    grid-gap: 1%; }

  .vertical .card-body .rubrik {
    margin: 0 0 0 0; }

  /******************* Card per JavaScript auf Vertical setzen ******************************/
  /* Diese Klasse dient dazu ein Element das nicht vertical ist, per js auf vertica zu setzen */
  .vertical-force {
    grid-template-rows: auto 1fr;
    grid-template-columns: 1fr;
    grid-auto-flow: row; }

  .vertical-force img {
    /* height: 100%; */
    width: auto; }

  .vertical-force .card-body p {
    margin: 0 1% 0 1%; }

  /******************* End Card per JavaScript auf Vertical setzen **************************/ }
