/* ------------------------------------------------------------------
//   User Custom CSS
//
//   Use this file to override or add your custom styles
// ----------------------------------------------------------------*/
    .honigdiv_product {
        border-radius: 5px;
        display:flex;
        justify-content: space-around;
        align-items: center;
        flex-flow: column;
  		position: relative;
       }
      .honigsorten_product {
            width:75%;
            margin-top:10px;
          background-color:white;
          padding: 10px 10px;
          border-radius: 7px;
          box-shadow: 2px 2px 5px black;
          display: flex;
          flex-direction: row;
          justify-content: space-around;
        }
    	.honigsorten img {
            border-radius: 7px;
    }
    .honigdiv {
        border-radius: 5px;
        display:flex;
        justify-content: space-around;
        align-items: center;
        flex-flow: column;
  		position: relative;
       }
       .honigsorten {
      width:75%;
      margin-top:10px;
    background-color:white;
    padding: 10px 10px;
    border-radius: 7px;
    box-shadow: 2px 2px 5px black;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
  }
.text_product {
    margin-top:auto;
    margin-bottom:auto;
    }
    @media only screen and (max-width: 600px) {
  .honigdiv_product {
    flex-direction: column;
  }
  .honigdiv {
  flex-direction: column;
}
.honigsorten {
    width:75%;
    margin-top:10px;
}
        .honigsorten_product {
            width:75%;
            margin-top:10px;
}
