/* ================================================= */
/* SHOP WOOCOMMERCE */
/* Shop-Banner*/
/* ================================================= */

/* Höhe + Inhalt */
.woocommerce-page .av-section-color-overlay-wrap {
    min-height: 100px; /* Bannerhöhe */
    height: 100px !important;
	display: flex;
    align-items: center; /* sorgt dafür, dass Inhalt vertikal mittig sitzt */
}

.woocommerce-page .av-section-color-overlay-wrap .container {
    width: 100%;          /* volle Breite */
    min-height: 100px;    /* gleiche Höhe wie oben */
    height: 100px !important;
	display: flex;
    align-items: center;  /* Text mittig vertikal */
    justify-content: center; /* Text mittig horizontal */
}

/* Text-Style im Banner */
.woocommerce-page .av-section-color-overlay-wrap h1.av-banner-description {
    text-align: left;  /* Sicherstellen: linksbündig */
	/*padding-left: 10px;  Abstand vom linken Rand */
}
#av_product_description h1 {
  font-size: 28px;
}
#av_product_description .av-banner-description {
  font-weight: 300;
  line-height: 1.2em;
}

.term-description {
    font-size: 1.25rem; /* entspricht h3 */
    font-weight: bold;
    margin: 0em 0;
}
.term-description p {
    margin: 0 0 1em 0;
}


