.hero-style2 .hero-title {
    font-weight: 600;
    font-size: clamp(2.5rem, 8vw, 130px); /* min 40px, max 130px */
    line-height: 1.1;
    letter-spacing: 0.02em;
    color: var(--white-color);
    margin-bottom: 0;
    display: block;
    word-break: break-word;
}

.hero-style2 .hero-text {
    font-family: var(--title-font);
    font-weight: 500;
    font-size: clamp(1.25rem, 3vw, 48px);
    line-height: 1.3;
    text-transform: none;
    color: var(--white-color);
}

.th-btn {
    position: relative;
    z-index: 2;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    background-color: #7ece25;
    font-family: var(--title-font);
    border: none;
    font-weight: 400;
    font-size: 18px;
    text-transform: none;
    color: var(--white-color);
    line-height: 1;
    padding: 17.5px 30px;
    border-radius: 14px;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.5);
}

.sub-title-shorttime {
    position: relative;
    font-family: var(--title-font);
    font-weight: 600;
    font-size: clamp(0.9rem, 1.5vw, 20px);
    letter-spacing: 0.06em;
    color: var(--white-color);
    margin-bottom: 2rem;
    display: inline-block;
    padding: 0.75rem 1rem;
    background-color: var(--pink-color);
}

.hero-title-offer,
.h1-hero-title-offer {
    font-weight: 600;
    font-size: clamp(2rem, 10vw, 100px);
    line-height: 1.1;
    letter-spacing: 0.02em;
    color: var(--darkgray-color);
    margin-bottom: 0;
    display: block;
    word-break: break-word;
}

.h1-hero-title-offer {
    color: var(--white-color);
}

.hero-title-offer-small,
.h1-hero-title-offer-small {
    font-weight: 400;
    font-size: clamp(1.5rem, 7vw, 70px);
    line-height: 1.2;
    letter-spacing: 0.02em;
    color: var(--darkgray-color);
    margin-bottom: 0;
    display: block;
    word-break: break-word;
}

.hero-title-power {
    font-weight: 600;
    font-size: clamp(2rem, 6vw, 80px);
    line-height: 1.1;
    letter-spacing: 0.02em;
    color: var(--white-color);
    margin-bottom: 0;
    display: block;
    background-color: var(--pink-color);
    padding: 0 25px;
}

.price-box .box-price,
.price-box .box-price-rabatt,
.price-box .box-price-normal {
    font-size: clamp(2rem, 4vw, 54px);
    font-weight: 600;
    color: var(--white-color);
}

.price-box .box-price-rabatt {
    font-weight: 400;
}

.price-box .box-price-normal {
    font-weight: 300;
    color: var(--darkgray-color);
}

.bg-color-pink {
    background-color: var(--pink-color);
}

.action-txt-color-white,
.action-txt-color-grey {
    font-size: clamp(1rem, 2.5vw, 26px);
    font-weight: 500;
    margin-bottom: 1rem;
}

.action-txt-color-white {
    color: var(--white-color);
}

.action-txt-color-grey {
    color: var(--darkgray-color);
}

/* Basis-Tabelle
 SOLAROFFENSIVE BOX
 */

/* Basis-Tabelle */
.offertable table {
    border-collapse: collapse;
    border: none;
    background-color: transparent !important;
    width: 100%;
    display: block;
    overflow-x: auto;
}

.offertable th,
.offertable td {
    border: none !important;
    padding: 0.75rem 1rem;
    background-color: transparent;
}

/* Utility-Klassen fuer Rundungen */
.rounded-tl {
    border-top-left-radius: 1rem;
}
.rounded-tr {
    border-top-right-radius: 1rem;
}
.rounded-bl {
    border-bottom-left-radius: 1rem;
}
.rounded-br {
    border-bottom-right-radius: 1rem;
}

/* Paket-Bereiche */
.offertable .package {
    width: 20%;
    color: white;
    background-color: rgb(6, 20, 92);
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
}

/* Weiße Kopf-/Mittel-/Fußbereiche mit Transparenz */
.offertable .package_col_top {
    width: 20%;
    background-color: rgba(255,255,255,0.7);
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}

.offertable .package_col_bottom {
    width: 20%;
    background-color: rgba(255,255,255,0.7);
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
}

.offertable .package_col_mid {
    background-color: rgba(255,255,255,0.7);
}

/* Weiße Inhalt-Zellen */
.offertable .inhalt_row_start {
    background-color: rgba(255,255,255,0.3);
    border-top-left-radius: 1rem;
}

.offertable .inhalt_row_end {
    background-color: rgba(255,255,255,0.3);
    border-top-right-radius: 1rem;
}

.offertable .inhalt_row_mid {
    background-color: rgba(255,255,255,0.3);
}

.offertable .inhalt_row_bottom_start {
    background-color: rgba(255,255,255,0.3);
    border-bottom-left-radius: 1rem;
}

.offertable .inhalt_row_bottom_end {
    background-color: rgba(255,255,255,0.3);
    border-bottom-right-radius: 1rem;
}

.offertable .inhalt_tdbottom {
    background-color: rgba(255,255,255,0.3);
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
}

.offertable .inhalt_tdtop {
    background-color: rgba(255,255,255,0.3);
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}

/* Pinke Inhalt-Zellen */
.offertable .pink_row_start {
    background-color: #06145c;
    border-top-left-radius: 1rem;
}

.offertable .pink_row_end {
    background-color: #06145c;
    border-top-right-radius: 1rem;
}

.offertable .pink_row_mid {
    background-color: #06145c;
}

.offertable .pink_row_bottom_start {
    background-color: #06145c;
    border-bottom-left-radius: 1rem;
}

.offertable .pink_row_bottom_end {
    background-color: #06145c;
    border-bottom-right-radius: 1rem;
}

/* Preisgestaltung */
.offertable .pprice {
    font-weight: 400;
    font-size: clamp(1.5rem, 6vw, 48px);
    text-align: end;
    color: inherit;
}

.offertable .prprice {
    color: white;
    font-weight: 600;
    font-size: clamp(1.5rem, 6vw, 48px);
    text-align: end;
}

/* Responsive Darstellung */
/* Mobile Offertable – ab max-width: 767.98px */
@media (max-width: 767.98px) {
    .mobile-offertable {
        display: flex;
        flex-direction: column;
        gap: 2rem;
        margin-top: 2rem;
        padding: 0 1rem;
    }

    .mobile-offertable .offer-block {
        background-color: #fff;
        color: #111;
        border-radius: 1rem;
        padding: 1.5rem;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    }

    .mobile-offertable .offer-title {
        font-size: 1.5rem;
        font-weight: 700;
        background-color: #06145c;
        color: #fff;
        padding: 0.75rem 1rem;
        border-radius: 0.5rem;
        margin-bottom: 1rem;
        text-align: center;
    }

    .mobile-offertable .offer-entry {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        padding: 0.5rem 0;
        font-size: 1rem;
        border-bottom: 1px solid #eee;
    }

    .mobile-offertable .offer-entry span:first-child {
        font-weight: 500;
        color: #333;
    }

    .mobile-offertable .offer-entry span:last-child {
        font-weight: 600;
        color: #000;
        text-align: right;
    }

    .mobile-offertable .offer-highlight {
        background-color: #06145c;
        color: #fff;
        padding: 0.75rem;
        border-radius: 0.75rem;
        margin-top: 1rem;
        font-weight: 600;
        text-align: center;
        font-size: 1.25rem;
    }
}

