/* praxis farben */

html .bg-primary {
    background: #00A19A!important;
}


.u-check input[type=checkbox]:checked+* .u-check-icon-checkbox-v4, .u-check input[type=checkbox]:checked+* .u-check-icon-radio-v4, .u-check input[type=checkbox]:checked+.u-check-icon-checkbox-v4, .u-check input[type=checkbox]:checked+.u-check-icon-radio-v4, .u-check input[type=radio]:checked+* .u-check-icon-checkbox-v4, .u-check input[type=radio]:checked+* .u-check-icon-radio-v4, .u-check input[type=radio]:checked+.u-check-icon-checkbox-v4, .u-check input[type=radio]:checked+.u-check-icon-radio-v4 {
    color: #00A19A!important;
    border-color: #00A19A;
}

.g-color-primary, .navbar-nav .nav-item .nav-link, .addReadMore .readMore, .addReadMore .readLess {
    color: #00A19A!important;
}

.u-btn-primary, .progress-bar {background: #00A19A!important;}

.u-heading-v2-2--bottom::after {border-color:#00A19A!important; }

.diamond {
    background: #00A19A;
}

.navbar-nav .nav-item .nav-link:hover {
    color: #3AAA35!important;
}


.basic_color {
    background-color: rgba(0,161,154, .3);
   
}
.pro_color {
    background-color: rgba(0,161,154, .7);
}
.premium_color {
     background-color: rgba(0,161,154, 1.0);
}


.triangle-element {
    width: 122px;
    height: 122px;
    background: linear-gradient(to bottom right, transparent 0%, transparent 50%, #3AAA35 50%, #3AAA35 100%)!important;
    transform: rotate(270deg);
    position: absolute;
    right: 10px;
}

/* praxis farben ende */
