/*Klickbarer Button auf der Test-Übersichtsseite*/

.button_testregeln {
      background-color: #ED3779;
      border: none;
      color: white;
      padding: 20px 20px;
      text-align: center;
      text-decoration: none;
      display: inline-block;
      font-size: 18px;
      margin: 4px 2px;
      cursor: pointer;
      border-radius: 14px;
      }      
/*Erste Zeile Produktdetailseite Beschreibung*/

      .geprueft {
      background-color: #F5949B !important;
      text-align: center;
      padding: 10px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.fett {
    font-weight: bold !important;
}

.haken {
    margin-right: 10px !important;
}

@media only screen and (max-width: 600px) {
    .geprueft {
    font-size: 14px;
    }
}

<style type="text/css">#content {
    max-width: 100%;
}

html[debug-cms=true] [debug="cms"] {
    border: 2px solid #71b263 !important;
    min-height:

.
.
.

    padding-right: 2px;
    font-size: 12px;
    line-height: 1.2;
}

.max_width {
    max-width: 1400px;
    margin: 0 auto;
   /*  border: 2px solid black;
    padding: 3px; */
  }

  .row {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    /* border: 1px solid blue;
    padding: 3px; */
  }

  .row img {
    max-width: 300px;
  }

  .leftpix {
    margin: 0px 0%;
    flex-basis: 300px;
    order: 1;
   /*  border: 1px solid brown;
    padding: 3px; */
  }

  .lefttext {
    margin: 0px 0%;
    flex-basis: 400px;
    order: 2;
    /* border: 1px solid #ff009b;
    padding: 3px; */
  }

  .rightpix {
    margin: 0px 0%;
    flex-basis: 300px;
    order: 3;
   /*  border: 1px solid green;
    padding: 3px; */
  }

  .righttext {
    margin: 0px 0%;
    flex-basis: 400px;
    order: 4;
   /*  border: 1px solid purple;
    padding: 3px; */
  }


  @media screen and (max-width: 787px) {
  .row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

  .leftpix {
    margin: 0;
    order: 1;
    flex-basis: 100%;
  }

 .lefttext {
    margin: 0;
    order: 2;
    flex-basis: 100%;
  }

 .rightpix {
    margin: 0;
    order: 3;
    flex-basis: 100%;
  }

 .righttext {
    margin: 0;
    order: 4;
    flex-basis: 100%;
  }

}