.is-style-secInd, .secInd {
    font-weight: 300;
    font-size: 1.1rem;
    text-transform: uppercase;
}


.is-style-mainClaim, .mainClaim {
    font-family: 'Playfair Display';
    font-weight: 400;
    font-size: 2.5rem;
    line-height: 1.2;
}

.is-style-btnPrimaryGold, .btnPrimaryGold, .woocommerce ul.products li.product .button {
    padding: .75rem 2.45rem .75rem 1.25rem;
    position: relative;
    text-align: center;
    font-weight: 400;
    color: #FFF;
    background: linear-gradient(to right, rgba(163,134,78,0.8), rgba(163,134,78,1) );
}

.is-style-btnPrimaryGold:visited, .btnPrimaryGold:visited {
    color: #FFF;
}


.is-style-btnPrimaryWhite, .btnPrimaryWhite {
    padding: .75rem 1.25rem;
    position: relative;
    text-align: center;
    font-weight: 400;
    color: #679ea1;
    background: #FFF;
}

.is-style-btnPrimaryWhite:visited, .btnPrimaryWhite:visited,
.is-style-btnPrimaryWhite:hover, .btnPrimaryWhite:hover {
    color: #679ea1;
}


.is-style-btnPrimaryGold:after, .btnPrimaryGold:after {
    content: '';
    background-image: url('../assets/icons/chevron-right-white.svg');
    height: 1.2rem;
    width: 1.2rem;
    position: absolute;
    right: 1rem;
    top: .8rem;   
    transition: .2s ease-in;
}


.is-style-ablaufNumber {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    background: linear-gradient(to right, rgba(163,134,78,0.8), rgba(163,134,78,1) );
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-right: 20px;
    margin-bottom: 0;
    font-weight: 800;
}



.is-style-btnPrimaryGold:hover, .btnPrimaryGold:hover {
    color: #FFF;
}

.is-style-btnPrimaryGold:hover:after, .btnPrimaryGold:hover:after {
    transform: translateX(5px);
}

.is-style-goldFrame img, .goldFrame img {
    border-radius: 100% !important;
    border: 4px solid #a3864e;
}

.has-dark-color {
    color: #444444;
}

.has-gold-color {
    color: #a3864e;
}


.has-silver-color {
    color: #b1b8c2;
}

.has-white-color {
    color: #FFF;
}

.has-ligh-gray-background-color  {
    background-color: #F5F4F3;
}


.has-dark-background-color  {
    background-color: #444444;
}


@media (max-width: 768px) {
    .is-style-mainClaim, .mainClaim {
        font-size: 1.75rem;
    }
    .heroHeader .is-style-mainClaim {
        font-size: 2.5rem;
    }
    .is-style-secInd, .secInd {
        font-size: 1rem;
    }
}

@media (max-width: 578px) {
    .is-style-ablaufNumber {
        width: 40px;
        height: 40px;
        font-size: 1rem;
        margin-right: 15px;
    }
    .numberedProRow .proCard  h3 {
        margin-top: 10px !important;
    }
    .numberedProRow .proCard  h3 {
        font-size: 1.15rem;
    }
    .numberedProRow .proCard  .wp-block-group__inner-container .wp-block-group {
        width: calc(100% - 60px);
    }
    
}