/**
 * Theme Name:     Divi Child
 * Author:         Elegant Themes
 * Template:       Divi
 * Text Domain:	   divi-child
 * Description:    Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
 */

/* Gesamt-Box */
.siro-angebote .dp-dfg-item {
  background: #fff;
  border-radius: 5px;
  padding: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  text-align: center;
}

/* Bild */
.siro-angebote .dp-dfg-image {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 210px; /* fester Bildbereich, kannst du anpassen */
	 margin-top: 100px;
}
.siro-angebote .dp-dfg-image img {
  max-height: 100%;
  object-fit: contain;
}

/* Titel */
.siro-angebote h2 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0px;
  color: #000;
}

/* Hersteller */
.siro-angebote .dp-dfg-cf-hersteller {
  position: relative;
  font-weight: normal;
  text-transform: uppercase;
  color: #333;
  margin: 0px 0;
  padding: 7px 0;
}

.siro-angebote .dp-dfg-cf-hersteller::before,
.siro-angebote .dp-dfg-cf-hersteller::after {
  content: "";
  display: block;
  height: 1px;
  background-color: #006747; 
  width: 100%;
  margin: 4px 0;
}

/* Beschreibung */
.siro-angebote .dp-dfg-cf-produktbeschreibung,
.siro-angebote .dp-dfg-cf-produktbeschreibung p {
  font-size: 14px;
  color: #333;
  line-height: 1.2 !important;
	 margin-top: 10px;
  margin-bottom: 0px;
}
/* Mengenangabe */
.siro-angebote .dp-dfg-cf-mengenangabe {
  font-size: 13px;
  color: #000;
  margin-bottom: 0 !important;
}
.siro-angebote .dp-dfg-cf-mengenangabe::before,
.siro-angebote .dp-dfg-cf-mengenangabe::after {
  content: "";
  display: block;
  height: 1px;
  background-color: #006747; 
  width: 100%;
  margin: 4px 0;
}

/* Streichpreis */
.siro-angebote .dp-dfg-cf-streichpreis {
  text-decoration: line-through;
  color: #999;
  font-size: 14px;
  display: inline-block;
  margin-right: 20px;
}
/* Eurozeichen anhängen */
.siro-angebote .dp-dfg-cf-streichpreis::after {
  content: " €";
}


/* Preis */
.siro-angebote .dp-dfg-cf-preis {
  font-weight: bold;
  color: #e40000;
  font-size: 25px ;
  display: inline-block;
  margin-top: 5px;
}

.siro-angebote .dp-dfg-cf-preis::after {
  content: " €"; /* Kein Leerzeichen */
  font-size: inherit;
  font-weight: regular;

  vertical-align: baseline;
}
/* Gesamtbox */
.siro-angebote .dp-dfg-item {
  padding-bottom:0px !important; 
}

