/*Startseite*/
#index_title {
  margin-top: 20px;
  padding-left: 8px;
  padding-right: 8px;
  text-align: top;
}
#index_shop p {
  padding-bottom: 8px;
}
#index_shop {
  margin-top: 30px;
  padding-left: 8px;
  padding-right: 8px;
  text-align: bottom;
}
#index_cafe {
  margin-top: 30px;
  padding-left: 8px;
  padding-right: 8px;
  text-align: bottom;
}
/*------------------------------*/
/*Produckte*/
#product_pic_obst {
  text-align: center;
  background-color: #75b220;
  padding-top: 10px;
  padding-bottom: 10px;
}
#product_pic_fleisch {
  background-color: gray;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
#product_pic_suessigkeiten {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #d74329;
}
.product_text_p {
  margin-bottom: 20px;
}
/*------------------------------*/
/*Impressum*/
#blind_box {
  height: 200px;
}
/*------------------------------*/
/*Global*/
.text_p {
  margin-bottom: 0px;
}
.text_line_p {
  margin-bottom: 10px;
}
.title_h1 {
  margin-bottom: 10px;
}
